*{
	/*font-family: 'Source Sans Pro', sans-serif;*/
	font-family: Book Antiqua;
}


body::-webkit-scrollbar {
  width: 4px;
}
 
body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 4px f05a2a;
}
 
body::-webkit-scrollbar-thumb {
  background-color: #f05a2a;
  outline: 1px solid slategrey;
}

.top-header{
	padding:5px 0;
	background-color:#03638e;
}
.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%;
}

.top-header ul li img{
	width: 25px !important;
}
.topp-header .form-control{
	max-width: 480px;
	padding: 10px;
	border:2px solid #20749a;
	margin-left: 35px;
}
.sitelogo{
	max-width: 160px;
	margin-left: 10px;
	z-index: 999;
}

.site-header2{
	background-color: #fff;
	padding: 10px 0;
}
.site-header{
	background-color: #03638e;
	padding:0;
}
.sticky{
	position: fixed;
    top: 0;
    left: 0;
    padding: 20px 0;
    right: 0;
    z-index: 100;
    padding: 0;
    box-shadow: 0px 0px 5px gainsboro;
    width: 100%;
    background-color:#03638e;
    -webkit-transition: left 500ms ease-out;
  -moz-transition: left 500ms ease-out;
  -o-transition: left 500ms ease-out;
  transition: left 500ms ease-out;
}
.sticky {

		animation-name: example;

		animation-duration: 1s;

		transition: top 500ms ease-in;

	}

	@keyframes example {

		0% {

			top: -100px;

		}

		100% {

			top: 0px;

		}

	}

.sitenav{
	z-index: 99;
	position: fixed;
	top: 0;
	left: -310px;
	background-color:#fff;
	overflow-y: scroll;
	height: 100%;
	width: 200px;
	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: 15px 0;

}
.sitenav ul li a{
	display: block;
	color: #000;
	font-size: 14px;
	text-decoration: none;
	font-weight: 400;
	text-transform: capitalize;
}
.sitenav ul li .fa-angle-down{
	font-weight: 600;
}
.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: #2F2481;
	font-size: 14px;
}
.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: -160px;
	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*/




/*start of footer*/
.footer-logo{
	max-width: 190px;
}
.footer-sec{
	width: 100%;
	background: url(../images/footer-sec.jpg);
	background-repeat: no-repeat;
	color: #fff;
	background-size: cover;
	background-position: center;
	padding: 5px 0;
}
.footer-sec h2{
	font-size: 20px;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	position: relative;
	
}
.footer-sec h2::after{
	position: absolute;
	content: "";
	width: 130px;
	border-bottom: 3px dashed #F05A2A;
	left: 0;
	top: 30px;
}
.footer-sec ul li{
	list-style-type: none;
	color: #fff;
	margin: 15px 0;
}
.footer-sec ul li a{
	text-decoration: none;
	color: #fff;
	font-size: 14px;
}
.footer-sec ul li a:hover{
	color: #F05A2A;
	text-decoration: none;
}
.footer-sec p{
	color: #fff;
	font-size: 14px;
	margin-bottom: 0;
}
.footer-bottom{
	width: 100%;
	background-color: #000;
}
.footer-bottom p{
	font-size: 14px;
	color: #fff;
	text-align: center;
}
.footer-bottom a{
	text-decoration: none;
	display: block;
	font-size: 14px;
	color: #fff;
	padding-bottom: 15px;
	text-align: center;
}

.footer-ul{
	height: 40px;
}
.get-touch ul li{
	list-style-type: none;
	display: inline-block;
	margin: 0 4px
}
.get-touch ul li a{
	text-decoration: none;
	width: 30px;
	height: 30px;
	border:1px solid #F05A2A;
	border-radius: 50%;
	padding: 2px;
	padding-top: 5px;
	display: block;
	text-align: center;
}


.btn-new-know input{

}
.newsletter{
	padding: 5px 25px;
	background-color: #03638E;
	border:none;
}
.newsletter::placeholder {
    padding: 5px;
    color: #fff;
    font-size: 14px;
}
.btn-know-more2{
	background-color: #F05A2A;
	border:none;
	padding: 7px 25px;
	color: #fff;
	cursor: pointer;
}
.btn-know-more2:hover{
	background-color: #256CA1;
	color: #fff;
	text-decoration: none;
}
.footer-ul .fa{
	font-size: 16px;
}
.footer-ul .fa:hover{
	color: #ED7C00;
}
/*end of footer*/


.top-header{
	display: none;
}
@media(min-width: 576px){

}

@media(min-width: 768px){

	.site-header{
		padding: 5px 0;
	}
	.top-header ul li{
		font-size: 16px;
	}
	.top-header ul li a{
		font-size: 16px;
	}
	.sitenav ul li a {
		text-align: left;
	}
	.sitelogo{
		margin-left: 0;

	}
	
/*end of header*/
	.footer-sec a{
		
		text-align: left;
	}
	.footer-sec{
			text-align: left;
		}
		.footer-bottom p{
			font-size: 14px;
		}
		.newsletter{
		padding: 5px 13px;
	}
	.btn-know-more2{
		margin: -27px;
	}
	.site-header .sitelogo{
		display: none;
	}
	.top-header{
		display: block;
	}
}

@media(min-width: 992px){
	.humbergarBtn{
		display: none;
	}
	.get-touch ul li{
			margin: 0 10px
		}
		.topp-header2 ul li:nth-child(1){
	margin-right: 50px;
	}
	.sitenav{
		position: static;
	    background-color:transparent;
	    width: 100%;
	    overflow-y: visible;
	    height: auto;
	    padding: 0;
	}

  .sitenav ul li{
    display: inline-block;
    margin:5px 7px;
  }

  .sitenav ul li a{
  	font-size: 15px;
  	position: relative;
  	padding: 5px;
  	color: #fff;
  }
  .sitenav ul li a:hover{
  	background-color:#fff;
  	color: #000;
  	padding: 5px;
  	border-radius: 5px;
  }
  .sitenav ul li a.active{
  	background-color:#fff;
  	color: #000;
  	padding: 5px;
  	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;
	}
	.dropdown{
			transition: 1s ease;
		}

	ul.dropdown{
		display: none;
	    position: absolute;
	    padding: 21px 0;
	    width: 220px;
	    top: 18px;
	    left: -10px;

	}
	.sitenav .dropdown li{
		list-style-type: none;
		display: block;
		width: 100%;
		padding-top: 5px;
		padding-bottom: 5px;
		background-color: #03638e;
		padding-left: 5px;
		margin: 0 7px;
		color: #fff;
		border-radius: 5px;

	}
	.dropdown li:hover{
		/*background-color: #b8cf47 !important;*/
		color: #fff;
		border-bottom:1px solid #000;
		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;
	}
}

@media(min-width: 1200px){
	.sitenav ul li{
    margin:5px 14px;
  }
  	.sitelogo::before{
  		top: 20px;
  		left: -100px;
  		width: 50%;

  	}
	  	.newsletter{
		padding: 5px 25px;
		margin: 10px 0;
	}
	.btn-know-more2{
		margin: 0;
	}
}

@media(min-width: 1400px){
	.container{
		max-width:1360px !important;
	}
	.sitenav ul li{
    margin:5px 25px;
  }
}