﻿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;
}

#card
{
	height: auto;
    color: white;
	margin-top: 5px;
	margin-left: 35%;
	width: 30%;
	background: black;
	text-align: center;
}

#img2
{
	
	text-align: center;
}

#img2 img
{
	text-align: center;
	margin-top: 12px;
	width: 200px;
}

#card p
{

	font-size: 14px;
	font-weight: bold;
	color: white;
	text-align: center;
}

#card h3
{
	text-align: center;
}

#card li 
{
	display: inline;
	text-align: center;
	text-decoration: none;
}

#card li a
{
	text-align: center;
	color: red;
	
	text-decoration: none;
}

#gk1
{
	
	
	margin-top: 10px;
	width: 80%;
	height: 430px;
	margin-left: 10%;
}

#gk1 p
{
   margin-top: -10px;
	float: left;
	font-size: 22px;
	font-family: sans-serif;
	color: hsl(240, 0%, 25%);
    margin-left: 10px;
	text-align: left;
	padding-bottom: 10px;
}

#gk1 h2
{
	
	
    float: left;
    border-color: aqua;
	border: double;
	margin-left: 1%;
}

#container2
{
	font-size: 17px;
	text-align: justify;
	
	float: center;
	color: #003399;
	height: 300px;
	width: 100%;
	background: #ff9966;
	
}

#part1
{
	padding-left: 150px;
	text-align: justify;
	
	display: inline;
		float: left;
	width: 30%;
}
#part2
{
	display: inline;
	text-align: justify;
	
	padding-right: 150px;
	float: right;
	width: 30%;
}





/* tablet responsive*/
@media screen and (min-width: 768px) and (max-width: 1200px)
{

	 #gk1{
	 	float: none;
	 	height: 380px;
	 	width: 80%;
	 }

	 #container2{
	 	height: 400px;
	 	margin-top: 250px;
	 	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;
}

	#card{
		float: none;
		text-align: center;
        margin-left: 20%;
		width: 60%;
	}

	#gk1{
		float: none;
		width: 80%;

	}
	#gk1 p{
		height: 0px;
       font-size: 17px;
	}
	#container2{
		font-size: 12px;
		margin-top: 100px;
		
		width: 100%;
	}

	#part1{
		display: inline;
		float: left;
		padding-left: 30px;
		width: 40%;
	}

	#part2{
		display: inline;
		float: right;
		padding-right: 30px;
		width: 40%;
	}
}



