
.top-header{
	padding:5px 0;
	background-color:#05436D;
}
.top-header ul li{
	list-style: none;
	display: inline-block;
	color: #fff;
	font-size: 14px;''
	margin: 0 5px;
	color: #fff;
}
.top-header ul li a{
	text-decoration: none;
	display: inline;
	font-size: 14px;
	color: #fff;
	width: 25px;
}
.top-header ul li a img{
	width: 100%;
}
.topp-header ul li a:hover{
	color: #FEAB07;
}

.topp-header ul li:nth-child(4) a{
	border: 1px solid transparent;
}
.topp-header ul li:nth-child(5) a{
	border: 1px solid transparent;
}
.topp-header ul li:nth-child(6) a{
	border: 1px solid transparent;
}
.topp-header ul li:nth-child(4) a:hover{
	color: #007bff;
	background-color: #fff;
	border: 1px solid;
}
.topp-header ul li:nth-child(5) a:hover{
	color: #17a2b8;
	background-color: #fff;
	border: 1px solid;
}

.topp-header ul li:nth-child(6) a:hover{
	color: #dc3545;
	background-color: #fff;
	border: 1px solid;
}

.sitelogo{
	max-width: 250px;
	margin-left: 10px;
	z-index: 999;
}

.site-header2{
	background-color: #fff;
	padding: 10px 0;
}
.site-header{
	background-color: #05436D;
	padding:0;
	border-top: 4px solid #FEAB07;
	z-index: 9;
}
.sticky{
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    padding: 5px 0;
    border-top: 4px solid #FEAB07;
    box-shadow: 0px 0px 5px gainsboro;
    width: 100%;
    background-color:#05436D;
    -webkit-transition: left 500ms ease-out;
  -moz-transition: left 500ms ease-out;
  -o-transition: left 500ms ease-out;
  transition: left 500ms ease-out;
}
.sitenav{
	z-index: 99;
	position: fixed;
	top: 0;
	left: -310px;
	background-color:#05436D;
	overflow-y: scroll;
	height: 100%;
	width: 250px;
	padding: 20px;
	-webkit-transition: left 500ms ease-out;
  -moz-transition: left 500ms ease-out;
  -o-transition: left 500ms ease-out;
  transition: left 500ms ease-out;
}
.sitenav ul li{
	display: block;
	list-style-type: none;
	margin: 20px 0;

}
.sitenav ul li a{
	display: block;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	font-weight: 500;
	text-transform: uppercase;
}
.sitenav ul li:nth-child(6){
	margin-right: 0!important;
}
.sitenav ul li a:hover{
	color: #000;
}
.topp-header{

}
.topp-header ul li{
	list-style-type: none;
	display: inline-block;
	margin: 0 5px;
	color: #000;
}
.topp-header ul li a{
	text-decoration: none;
	color: #000;
	font-size: 14px;
	text-align: center;
}
.topp-header .fa{
	font-size: 18px;
	margin-top: 5px;
}
.topp-header ul li:nth-child(4) a{
	border-radius: 50%;
	width: 30px;
	height: 30px;
	background-color: #3368AF;
	color: #fff;
	display: block;
}
.topp-header ul li:nth-child(5) a{
	border-radius: 50%;
	width: 30px;
	height: 30px;
	background-color: #3368AF;
	color: #fff;
	display: block;
}

.topp-header ul li:nth-child(6) a{
	border-radius: 50%;
	width: 30px;
	height: 30px;
	background-color: #3368AF;
	color: #fff;
	display: block;
}
.topp-header ul li  a img{
	width: 30px;
}
.topp-header2{

}
.topp-header2 ul li p{
	font-size: 14px;
	color: #2F2481;
	margin: 0;
}
.topp-header2 ul li{
	list-style-type: none;
	display: inline-block;
	font-size: 14px;
}
.topp-header2 ul li:nth-child(1){
	margin-right: 0;
}
.topp-header2 ul li a{
	text-decoration: none;
	display: block;
	padding: 10px;
	color: #fff;
	background-color: #256CA1;
	text-align: center;
	width: 150px;
	margin: 0 auto;
}
.topp-header2 ul li a:hover{
	background: #ED7C00;
}
.humbergarBtn{
	width: 35px;
	height: 25px;
	position: absolute;
	top: -130px;
	bottom: 0;
	right: 15px;
	margin: auto;
}
.humbergarBtn span{
	width: 30px;
	height: 2px;
	background-color:#333;
  	border-radius: 3px;
  	position: absolute;
}

.humbergarBtn span:nth-child(1){
  top:7px;
	width:27px;
		 left: 6px;
		 -webkit-transition: transform 500ms ease-out;
  -moz-transition: transform 500ms ease-out;
  -o-transition: transform 500ms ease-out;
  transition: transform 500ms ease-out;
}

.humbergarBtn span:nth-child(2){
   top:14px;
  width:14px;
  left:6px; 
  -webkit-transition: left 1000ms ease-out;
  -moz-transition: left 1000ms ease-out;
  -o-transition: left 1000ms ease-out;
  transition: left 1000ms ease-out;
}

.humbergarBtn span:nth-child(3){
   top:22px;
  width:27px;
    left:6px;
  -webkit-transition: transform 500ms ease-out;
  -moz-transition: transform 500ms ease-out;
  -o-transition: transform 500ms ease-out;
  transition: transform 500ms ease-out;
}


.humbergarBtn.close span:nth-child(1){
  top:7px;
	width:27px;
	left: 6px;
	-webkit-transform: rotate(-45deg);
	   -moz-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	     -o-transform: rotate(-45deg);
	        transform: rotate(-45deg);
	-webkit-transition: transform 500ms ease-out;
  -moz-transition: transform 500ms ease-out;
  -o-transition: transform 500ms ease-out;
  transition: transform 500ms ease-out;

}

.humbergarBtn.close span:nth-child(2){
  top:14px;
  width:14px; 
  left:1000px;
 -webkit-transition: left 1000ms ease-out;
  -moz-transition: left 1000ms ease-out;
  -o-transition: left 1000ms ease-out;
  transition: left 1000ms ease-out;
}

.humbergarBtn.close span:nth-child(3){
  top:7px;
  width:27px;
  -webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
	        transform: rotate(45deg);
	-webkit-transition: transform 500ms ease-out;
  -moz-transition: transform 500ms ease-out;
  -o-transition: transform 500ms ease-out;
  transition: transform 500ms ease-out;
}
.sitenav.addSlide{
	left: 0px;
	-webkit-transition: left 500ms ease-out;
  -moz-transition: left 500ms ease-out;
  -o-transition: left 500ms ease-out;
  transition: left 500ms ease-out;	
}


/*end of header*/

.footer-sec{
	width: 100%;
	background-color: rgb(35,53,101);
	color: #fff;
	padding: 5px 0;
}
.footer-sec p{
	margin: 0;
	font-size: 14px
}
.sitelogo::before{
	display: none;
}
.sitenav::after{
	display: none;
}
.footer-sec a{
	text-decoration: none;
	display: block;
	font-size: 14px;
	color: #fff;
	text-align: center;
}




/*start of footer*/

.footer-sec{
	width: 100%;
	background: #091B29;
	text-align: center;
}
.footer-sec h2{
	font-size: 20px;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
}
.footer-sec ul li{
	list-style-type: none;
	color: #fff;
	margin: 5px 0;
}
.footer-sec ul li a{
	text-decoration: none;
	color: #fff;
	font-size: 14px;
}
.footer-sec ul li a:hover{
	color: #ED7C00;
	text-decoration: none;
}
.footer-sec p{
	color: #fff;
	font-size: 14px;
	margin-bottom: 0;
}
.footer-bottom{
	width: 100%;
	background-color: #FFB045;
}
.footer-bottom p{
	font-size: 14px;
	color: #000;
	text-align: center;
}
.footer-bottom a{
	text-decoration: none;
	display: block;
	font-size: 14px;
	color: #000;
	text-align: center;
	padding-bottom: 15px;
}

.get-touch ul li{
	list-style-type: none;
	display: inline;
	margin: 0 -2px
}
.footer-ul{
	height: 40px;
}
.get-touch ul li{
	list-style-type: none;
	display: inline-block;
	margin: 0 4px
}
.get-touch ul li a img:hover{
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border:2px solid #fff;
}

.btn-new-know input{

}
.newsletter{
	padding: 5px 25px;
}
.newsletter::placeholder {
    padding: 5px;
    color: #ED7C00;
    font-size: 14px;
}
.btn-know-more2{
	background-color: #ED7C00;
	border:none;
	padding: 7px;
	color: #fff;
	margin: -5px;
}
.btn-know-more2:hover{
	background-color: #256CA1;
	color: #fff;
	text-decoration: none;
}
.footer-ul .fa{
	font-size: 18px;
}
.footer-ul .fa:hover{
	color: #ED7C00;
}
/*end of footer*/



.capabilites-sec{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.capabilites-sec p{ 
  color: #fff;
 text-align: justify;
}

.capabilities-heading h3{
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.capabilities-heading p{
  color: #fff;
  text-align: center;
}

.capabilites-sec .circleImg{
  position: relative;
}

.capabilites-sec .circleImg img{
  width: 100%;
}

.leftCircle{
  width: 100px;
  position: absolute;
  left: -16px;
  top:0;
}

.rightCircle{
  width: 100px;
  position: absolute;
  right: -77px;
  bottom:40px;
}

.leftCircle img{
  width: 100%;
}

.rightCircle img{
  width: 100%;
}


@media(min-width: 576px){

}

@media(min-width: 768px){

	.site-header{
		padding: 10px 0;
	}
	.top-header ul li{
		font-size: 16px;
	}
	.top-header ul li a{
		font-size: 16px;
	}

	.sitelogo{
		margin-left: 0;

	}
/*	.menu{
		position: absolute;
		top: -8px;
		left: -26px;
		right: 0;
		width: 107px;
		z-index: 2;
	}
	.menu img{
		height: 58px;
	}
   .menu1{
		width: 107px;
	}

	.menu2{
		width: 140px;
	}

	.menu3{
		width: 200px;
	}

	.menu4{
		width: 130px;
	}

	.menu5{
		width: 150px;
	}

	.menu6{
		width: 180px;
	}
	.menu7{
		width: 180px;
	}
	.menu8{
		width: 140px;
	}
	
	.menuhover{
		display: none;

	}*/

	/*.sitenav ul li:hover 	.menu.menuhover{
		display: block !important;
	}*/
	.sitenav{
		position: static;
	    background-color:transparent;
	    width: 100%;
	    overflow-y: visible;
	    height: auto;
	    padding: 0;
	}

  .sitenav ul li{
    display: inline-block;
    margin:5px -2px;
    position: relative;
  }

  .sitenav ul li a{
  	font-size: 15px;
  	position: relative;
  	padding: 5px;
  	/*z-index: 3;*/
  }

  .sitenav ul li a:hover{
  	color: #fff;
  	padding: 5px;
  	/*border-radius: 5px;*/
  	background: #FEAB07;
  }
  .sitenav ul li a.active{
  	color: #fff;
  	padding: 5px;
  	background: #FEAB07;
  	border-radius: 5px;
  }
   /*.sitenav ul li a.active::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  position: absolute;
  background-color: rgb(227,30,37);;
  opacity: 0.6;
  top:40px;
}*/



  .topp-header{
	display: block;
}

.hasDropdown{
	position: relative;
	}
	.dropdown li{
		list-style-type: none;
		/*display: block;*/
	}
	ul.dropdown li a{
		text-decoration: none;
		color: #fff;
		text-align: left;
	}
	ul.dropdown li a:hover{
		background: #05436D;
		color: #fff;
		
	}
	.dropdown{
			transition: 1s ease;
		}

	ul.dropdown{
		 display: none;
		 position: absolute;
		 padding: 33px 0;
		 width: 220px;
		 top: 12px;
		 left: -10px;
	}
	.sitenav .dropdown li{
	list-style-type: none;
    display: block;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
    background-color: #FEAB07;
    padding-left: 5px;
    margin: -6px 0px;
    color: #fff;
    border-radius: 0px 0px 5px 5px;

	}
/*.dropdown li:hover{
		background: #05436D !important;
		color: #FEAB07;
		border-bottom:1px solid #05436D;
		transition: 0.3s ease-in;
		
	}*/

	 ul li:hover ul{
		display: block;
		z-index: 99999;
	}
/*	.dropdown li:hover{
		background-color: #f9ecf5; !important;
		color: #fff;
		transition: 0.3s ease-in;
		border: none;
	}*/
	
	/* ul.dropdown li a{
		text-decoration: none;
		display: block;
		text-align: left;
	}*/
/*end of header*/
	.footer-sec a{	
		text-align: left;
		font-size:20px;
	}
	.footer-sec ul li a {
    padding: 5px;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    }
.footer-sec h4:after {
    content: "";
    display: block;
    width: 50px;
    height: 3px;
    margin: 12px 0;
    background-color:  #FEAB07;
}

	.footer-sec{
		padding:20px 20px;
		background: #0b0b40;
			text-align: left;
		}
		.footer-bottom p{
			font-size: 14px;
		}
		.newsletter{
		padding: 5px 13px;
	}
	.btn-know-more2{
		margin: -27px;
	}
	.footer-bottom a{
		text-align: right;
	}
	
}

@media(min-width: 992px){
	.get-touch ul li{
			margin: 0 10px
		}
		.topp-header2 ul li:nth-child(1){
	margin-right: 50px;
	}
	  .sitenav ul li{
    	margin:5px 3px;
  }
}

@media(min-width: 1200px){
	.sitenav ul li{
    margin:5px 10px;
  }
  	.sitelogo::before{
  		top: 20px;
  		left: -100px;
  		width: 50%;

  	}
	  	.newsletter{
		padding: 5px 25px;
	}
	.btn-know-more2{
		margin: -5px;
	}

	.menu {
	    
	   
	}
}

@media(min-width: 1400px){

}