

*{

	font-family: 'Noto Sans', sans-serif;
	user-select: none;
  -webkit-user-select: none;/*IE,etc*/
  -moz-user-select: none; /*Mozzila Firefox*/

}

body::-webkit-scrollbar {
  width: 4px;
}
 
body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 4px f05a2a;
}
 
body::-webkit-scrollbar-thumb {
  background-color: #fbae42;
  outline: 1px solid slategrey;
}

.top-header{
	padding:5px 0;
	padding-top: 20px;
	background-color:#fff;
	display: none;
	border-top: 8px solid #fbae42;
}
.top-header ul li:nth-child(1) a{
	background-color: #f68e2f;
	display: block;
	width: 200px;
	border-radius: 50px;
	padding:5px 10px;
	color: #fff;
	text-transform: none;
	text-align: center;
}
.top-header ul li:nth-child(1) a:hover{
	background-color: #fff;
	color: #f68e2f;
	border:1px solid #f68e2f;
}

.top-header ul li:nth-child(2) a{
	background-color: #094a74;
	display: block;
	width: 200px;
	border-radius: 50px;
	padding:5px 10px;
	color: #fff;
	text-transform: none;
	text-align: center;
	border:1px solid #094a74;
}
.top-header ul li:nth-child(2) a:hover{
	background-color: #fff;
	color: #094a74;
	border:1px solid #094a74;
}

.logoimg {
    max-width: 100px;
    margin: 0;
    position: absolute;
    top: -14px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
}

.top-media{
	display: none;
}

.logoimg img{
	width: 100%;
}

.top-header ul li{
	list-style: none;
	display: inline-block;
	font-size: 14px;
	margin: 0 4px;
	color: #fff;
}

.top-header ul li a{
	display: inline;
}

.top-header ul .fa{
	color: #fff;
	font-size: 18px;
}

.top-header ul .fa:hover{
	color: #b8cf47;
}

.top-header ul li a{
	text-decoration: none;
	display: inline;
	font-size: 14px;
	color: #000;
	width: 25px;
}

.top-header ul li a img{
	width: 100%;
}





.footer-sec{
	width: 100%;
	color: #fff;
	padding: 10px 0;
	background-color: #f68e2f;

}

.footer-sec p{
	margin: 0;
	text-transform: capitalize;

}
.footer-sec a:hover{
	color: #b8cf47;
}


.site-header{
	background-color: #fff;
	border-bottom: 8px solid #003463;
	height: 50px;
}

.sticky{
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    padding: 10px 0;
    height: 50px;
    box-shadow: 0px 0px 5px gainsboro;
    width: 100%;
    background-color:#fff;
    border-bottom: 8px solid #003463;
    -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;
	bottom: 0;
	left: -310px;
	background-color:#003463;
	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: 5px 0;
}

.sitenav ul li a{
	display: block;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	padding: 5px;

}
.sitenavula{
	width: 90px;
	margin: 0;
	top: 3px;
}

.sitenavul ul li:nth-child(2) a img{
	width: 50px!important;
}

/*.sitenav ul li a:hover{

	background-color: #b8cf47;

    color: #fff;

    padding: 5px;

    text-decoration: none;

}*/

.topp-header{


}

.topp-header ul li{
	list-style-type: none;
}

.topp-header ul li a{
	text-decoration: none;
	color: #000000;
}

.topp-header ul li  a img{
	width: 30px;
}

.humbergarBtn{
	width: 35px;
	height: 25px;
	position: absolute;
	top: 0;
	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:26px;
  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;	

}


.footer-sec a{
	text-decoration: none;
	color: #fff;
	display: block;
	text-align: center;
}

.main-footer{
	border-top: 4px solid #fbae42;
	background-color: #003463;
	padding: 40px 0;
}

.main-footer h2{
	font-size: 26px;
	font-weight: 700;
	color: #fff;
	text-align: center;

}

.mainfooter-text ul li{
	list-style-type: none;
	margin: 10px 0;
}

.mainfooter-text ul li a{
	text-decoration: none;
	display:inherit;
	text-align: center;
	color: #fff;
}

.mainfooter-text ul li a:hover{
	color: #fbae42;
}
.mainfooter-text p{
	color: #fff;
	margin-bottom: 0;
	text-align: center;
}
.mainfooterul li{

	/*display: inline-block;*/

}

.mainfooterul{
	text-align: center;
}
.mainfooterul li a{
	display: block;
	text-align: center;
}
.mainfooterul  li:nth-child(3) a{
	text-decoration: none;
	display: block;
	width: 170px;
	text-align: center;
	color: #fff;
	padding: 5px 10px;
	border-radius: 50px;
	text-transform: capitalize;
	background-color: #f68e2f;
	border:1px solid #f68e2f;
	margin:20px auto 0 auto;
}
.mainfooterul  li:nth-child(3) a:hover{
	background-color: #fff;
	color: #f68e2f;
	border:1px solid #f68e2f;
}
.footer-social{
	text-align: center;
}

.footer-social li{
	display: inline-block;
	margin: 0 5px;
}

.footer-social .fa{
	font-size: 20px;
}

.footer-social .fa:hover{
	color: #b8cf47;
}
.footer-logo{
	max-width: 200px;
	margin:0 auto;
}
.footer-social li{
	margin: 5px!important;
}
/*end of header*/
@media(min-width: 576px){


}



@media(min-width: 768px){
	.logoimg {
    margin: 0 auto;
    top: -23px;
}
.sitenavula {
    margin: 0 auto;
}
.top-header{
	display: block;
}
.sticky{
	height: auto;
}
.top-header ul li{
	margin: 0 2px;
}
.site-header{
	height: auto;
}
.footer-sec a{
	text-align: right;
}
.top-media{
	display: block;
}
.main-footer h2{
	text-align: left;
}

.footer-logo{
	margin:0;
}

.mainfooter-text ul li a{
	display: inline-block;
	text-align: left;
	font-size: 14px;
}
.footer-social{
	text-align: left;
}

.mainfooterul{
	text-align:left;
}
.top-header::after{
	 display: block;
	}
.sitenav{
	position: static;
	background-color:transparent;
	width: 100%;
	overflow-y: visible;
	height: auto;
	padding: 0;

	}

	.logoimg{
		max-width: 100px;
	    top: -45px;
	}



  .sitenav ul li{
    display: inline-block;
    margin:5px 3px;
  }
  .sitenav ul li a{
  	font-size: 12px;
  	position: relative;
  	color: #094a72;
  }

   .sitenav ul li a.active{
   	background-color: #b8cf47;
   	color: #fff;
   	padding: 5px;
	}
	.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: 33px 0;
		 width: 252px;
		 top: 19px;
		/* left: 0;*/
	}
	.sitenav .dropdown li{
		list-style-type: none;
		display: block;
		width: 100%;
		padding-top: 5px;
		padding-bottom: 5px;
		background-color: #f1f1f1;;
		padding-left: 5px;
		margin: 0 7px;
		color: #fff;
		transition: .3s ease-in;
	}
	.dropdown li:hover{
		background-color: #b8cf47 !important;
		color: #fff;
		transition: 0.3s ease-in;
		border: none;
	}
	 ul li:hover ul{
		display: block;
		z-index: 99999;
		transition: .3s ease-in;
	}
	 ul.dropdown li a{
		text-decoration: none;
		color: #000;
		display: block;
		text-align: left;
	}
	ul.dropdown .dropdown2{
		position: absolute;
	    left: 220px;
	    top:33px;
	    margin-top: 33px;
	    /*background: #243e8a;*/
	    width: 250px;
	    display: none;
	    transition: .3s ease-in;
	}
	ul.dropdown .dropdown2.dropdown3{
		top:77px !important;
	}
	ul.dropdown li:hover .dropdown2 {
		display: block;
	}
	.sitenav ul li {
	    margin: 5px 0;
	}
	.mainfooterul  li:nth-child(3) a{
		margin: 0;
	}
	.mainfooter-text p{
		text-align: left;
	}
}



@media(min-width: 992px){
	.sitenav ul li a{
  	font-size: 18px;
  }

.sitenav ul li {
	    margin: 5px 5px;
	}
	.logoimg{
		max-width: 180px;
	    top: -55px;
	}
	.sticky .logoimg{
		top: -42px;
	}
	.mainfooter-text ul li a{
		font-size: 18px;
	}
}

@media(min-width: 1200px){
	.sitenav ul li {
    	margin: 5px 12px;
	}
}
@media(min-width: 1400px){
	.container{
		max-width: 1360px !important;
	}
}
/*
     FILE ARCHIVED ON 08:09:51 Dec 15, 2021 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 02:47:27 Oct 03, 2022.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 79.532
  exclusion.robots: 0.148
  exclusion.robots.policy: 0.135
  RedisCDXSource: 0.792
  esindex: 0.011
  LoadShardBlock: 53.828 (3)
  PetaboxLoader3.datanode: 67.236 (5)
  CDXLines.iter: 21.424 (3)
  load_resource: 55.858
  PetaboxLoader3.resolve: 27.512
  loaddict: 8.866
*/