
*{
	/*font-family: sylfaen;*/
	font-family: 'Cairo', sans-serif;
}
.top-header{
	padding:5px 0;
	background-color:#C01F10;
}
.top-header ul li{
	list-style: none;
	display: inline-block;
	color: #fff;
	font-size: 9px;
	margin: 0 1px;
	color: #fff;

}
.top-header ul li a{
	text-decoration: none;
	display: inline-block;
	font-size: 14px;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: #fff;
	color: #000;
	text-align: center;
}

.top-header ul li:hover .fa{
	color: #C01F10;
}
.top-header ul li a:hover{
	color: #000 !important;
} 
.top-header ul li a img{
	width: 100%;
}



.sitelogo{
	max-width: 250px;
	margin-left: 10px;
	z-index: 999;
}

.site-header2{
	background-color: #fff;
	padding: 10px 0;
}
.site-header{
	background-color: #5E6C72;
	padding: 20px 0;
}
.sticky{
	position: fixed;
    top: 0;
    left: 0;
    padding: 20px 0;
    right: 0;
    z-index: 100;
    padding: 20px 0;
    box-shadow: 0px 0px 5px gainsboro;
    width: 100%;
    background-color:#5E6C72;
    -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:#212529;
	overflow-y: scroll;
	color: #000;
	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: 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{
	max-width: 180px;
	margin-left: auto;
}
.topp-header ul li{
	list-style-type: none;
	display:block;
	margin: 0 5px;
	color: #000;
}

.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: 0;
	bottom: 0;
	right: 15px;
	margin: auto;
}
.humbergarBtn span{
	width: 30px;
	height: 2px;
	background-color:#fff;
  	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;	
}
.ulhome li a{
	display: inline !important;
	background: transparent!important;
	border:none;
	color: #fff !important;

}


/*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;
}
.footer-bottom a:hover{
	color: #000 !important;
}



/*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: #C01F10;
}
.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;
}

.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*/

@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;
	}

	.sitelogo{
		margin-left: 0;

	}
	.top-header ul li{
		list-style: none;
		display: inline-block;
		color: #fff;
		font-size: 14px;
		margin: 0 5px;
		color: #fff;

	}
	.sticky{
		padding: 10px 0;
	}
	.sitenav{
		position: static;
	    background-color:transparent;
	    width: 100%;
	    overflow-y: visible;
	    height: auto;
	    padding: 0;
	}

  .sitenav ul li{
    display: inline-block;
    margin:5px 6px;
  }

  .sitenav ul li a{
  	font-size: 15px;
  	position: relative;
  	padding: 5px;
  }
  .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: 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;
		background-color: rgb(227,30,37);
		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;
	}
/*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;
	}
}

@media(min-width: 992px){
/*	.topp-header ul li{
	width: 200px;
}*/
	.get-touch ul li{
			margin: 0 10px
		}
		.topp-header2 ul li:nth-child(1){
	margin-right: 50px;
	}
	.top-header ul li{
		margin: 0 1px;

	}

	.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: 220px;
		 top: 10px;
		/* left: 0;*/

	}
	.sitenav .dropdown li{
		list-style-type: none;
		display: block;
		width: 100%;
		padding-top: 5px;
		padding-bottom: 5px;
		background-color:#5E6C72;
		padding-left: 5px;
		margin: 0 7px;
		color: #fff;
		transition: .3s ease-in;

	}
	.dropdown li:hover{
		background-color: #fff !important;
		color: #000;
		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: #fff;
		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;
	}

}

@media(min-width: 1200px){
	.sitenav ul li{
    margin:5px 15px;
  }
  	.sitelogo::before{
  		top: 20px;
  		left: -100px;
  		width: 50%;

  	}
	  	.newsletter{
		padding: 5px 25px;
	}
	.btn-know-more2{
		margin: -5px;
	}
	.top-header ul li{
		margin: 0 5px;

	}
}

@media(min-width: 1400px){

}