﻿body
{

	font-family: sans-serif;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
	color: white;
	background-color: white;
	color: black;
	box-sizing: border-box;
}
#topbar
{

	color: white;
	background-color: black;
	width: 100%;
	height: 25px;
}
#topbar1 ul
{
	padding-bottom:  0px;
	font-size: 12px;
    margin-top: 4px;
	float: right;
	margin-right: 22px;
}
#topbar2 ul
{
	font-size: 12px;
    margin-top: 5px;
	float: left;
	
}
#container
{
	
		font-family: sans-serif;
	height: 98px;
    
	width: 100%;
  position: sticky;
  top: 0;
}


#header img
{
	background: #0c2cf6;
	 position: absolute;
	
	margin-left: -149px;
    height: 100px;
	width: 11.2%;
	left: auto;
	opacity: 100%;
}

#nav {

	font-size: 16px;
	overflow: hidden;
	font-family: sans-serif;
    opacity: 100%;
    margin-top: -7px;
	float: right;
	width: 89%;
	height: 98px;
	background: #0c2cf6;
	border-top: 1px solid rgba(255,255,255,.2);
	border-bottom: 1px solid rgba(255,255,255,.2);
	
}
#nav ul
{
		font-family: sans-serif;
	margin-top: 0px;
	margin-right: 10px;
    display: flex;
    margin: 0;
    padding: 20 100px;
    float: right;
}

#nav ul li
{
	margin-top: 27px;
	list-style: none;
}
#nav ul li a
{
	
	display: block;
	color: #fff;
	padding: 0 20px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 40px;
}
#nav ul li a:hover,
#nav ul li a.active
{
	background: #f00;
}

.dropdown .dropbtn {
  font-size: 16px; 
  font-weight:  bold; 
  text-transform: uppercase;
  border: none;
  outline: none;
  color: white;
  padding: 0 20px;
  background-color: inherit;
  font-family: inherit;
  margin-top: 27px;
  line-height: 40px;
}


.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: red;
}

.dropdown-content {
  display: none;
 
  margin-left: -80px;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 260px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  font-size: 14px;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}
#about4
{
	
	width: 100%;
	
}
#about4 img
{
	height: auto;
    width: 100%;
	margin-left:0px; 
}

#service
{
    width: 100%;
	font-size: 24px;
	text-align: center;
	font-weight: bolder;
	margin-top: 5px;
}

#service h3
{
	width: 30%;
	border: solid;
	border-color: aqua;
	display: inline; border...
	text-align: center;
}

#part1
{

	color: hsl(240, 0%, 25%);
	font-weight: bold;
	 font-family:  sans-serif;
	margin-left: 200px;
	margin-right: 200px;
	font-size: 18px;
}

#img2
{
	text-align: center;
}

#part2
{
	
	color: hsl(240, 0%, 25%);
	font-weight: bold;
	 font-family:  sans-serif;
	margin-left: 200px;
	margin-right: 200px;
	font-size: 18px;
}
#part3 h2
{
    margin-left: 200px;
	font-size: 22px;
}
#part3 p
{
	
	color: hsl(240, 0%, 25%);
	font-weight: bold;
	 font-family:  sans-serif;
	margin-left: 200px;
	margin-right: 200px;
	font-size: 18px;
}

#img3
{
	text-align: center;
}

#part4 
{
	
	font-weight: bold;
	 font-family:  sans-serif;
	margin-left: 200px;
	margin-right: 200px;
	font-size: 18px;

}

#part4 h3
{
	font-size: 22px;
}

#part4 h4
{
	text-decoration: underline;
	font-size: 20px;
}


#part4 p
{
	
	color: hsl(240, 0%, 25%);
	font-weight: bold;
	 font-family:  sans-serif;
	
	font-size: 18px;
}

#part5
{
	
	font-weight: bold;
	 font-family:  sans-serif;
	margin-left: 200px;
	margin-right: 200px;
	font-size: 18px;

}

#part5 h3
{
	font-size: 22px;
}

#part5 h4
{
	text-decoration: underline;
	font-size: 20px;
}


#part5 p
{
	
	color: hsl(240, 0%, 25%);
	font-weight: bold;
	 font-family:  sans-serif;
	
	font-size: 18px;
}


#container2
{
	visibility: visible;
	text-align: justify;
	
	float: center;
	color: #003399;
	height: 300px;
	width: 100%;
	background: #ff9966;
	
}

#part6
{
	text-align: justify;
	font-size: 17px;
	margin-left: 150px;
		float: left;
	width: 30%;
}
#part7
{
	text-align: justify;
	font-size: 17px;
	margin-right: 150px;
	float: right;
	width: 30%;
}



/* tablet responsive*/
@media screen and (min-width: 768px) and (max-width: 1200px)
{

	

	 #container2{
	 	height: 400px;
	 	
	 	width: 100%;
	 }


}


/* mobile responsive */
@media  (max-width: 768px) 
{
	#topbar{
		width: 100%;
	}

    #topbar1 ul{
    	float: right;
       margin-right: 5px;
       margin-top: 4px;
       
    }


    #topbar2 ul{
    	float: left;
        
    }

	#container{
		float: none;
		width: 100%;
		top: 0;
	}

	#header img{
		width: 20%;
		height: 100px;
	}

	#nav{

		margin-top: -7px;
		height: 98px;
		font-size: 12px;
		width: 80%;
		top: 0;
	}

.dropdown .dropbtn{
	font-size: 12px;
}	
.dropdown-content a{
	font-size: 11px;
}

.dropdown-content {
	width: 50px;
	margin-left: -80px;
	position: absolute;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  display: none;
  background-color: #f9f9f9;
}

	
	#container2{
		font-size: 12px;
		margin-top: 100px;
		
		width: 100%;
	}


	#part6{
		font-size: 2px;
		font-size: 12px;
		margin-left: 60px;
		
		width: 30%;
	}

	#part7{
		font-size: 12px;
		display: inline;
		
		padding-left: 5px;
		width: 30%;
	}
}

