

input{
	outline: none;
}
*{
	font-family: 'Titillium Web', sans-serif;
}
.top-header{
	padding:5px 0;
	background-color:#fff;
	border-bottom:none;
	z-index: 99;
}

.top-header ul li a img{
	width: 100%;
}
.sitelogo{
	max-width: 250px;
	margin-left: 10px;
	z-index: 999;
}

.site-header{
	background-color: #fff;
	z-index: 99;
}
.sticky{
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
/*    padding: 10px 0;*/
    box-shadow: 0px 0px 5px gainsboro;
    width: 100%!important;
    background-color:#fff;
    -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:#f5f5f5;
	overflow-y: scroll;
	height: 100%;
	width: 210px;
	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;
	border-bottom: 1px solid #0092B7;

}
.sitenav ul li a{
	display: block;
	color: #00252E;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	text-transform: capitalize;
}
.dropdown li{
		list-style-type: none;
		/*display: block;*/
		border-bottom: none !important;
	}
.sitenav ul li:nth-child(6){
	margin-right: 0!important;
}
.sitenav ul li:nth-child(7){
	border-bottom: none!important;
}
.sitenav ul li:nth-child(1){
	border-bottom: none!important;
}
.sitenav ul li:nth-child(7) a{
	background-color: #0092B7;
	border: none;
	outline: none;
	padding: 4px;
	border-radius: 5px;
	color: #fff;
	width: 129px;
	text-align: left;
	border-bottom: none;
	position: relative;
}
.sitenav ul li:nth-child(7) .fa{
	position: absolute;
    right: 10px;
    top: 4px;
    background: #fff;
    padding: 4px;
    border-radius: 4px;
    color: #000;
}
.sitenav ul li a:hover{
	color: #000;
}

.topp-header ul li a:hover{
	color: #AA6C39;
}


.topp-header ul li:nth-child(1) a{
	font-size: 14px;
	color: #0092B7;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 1px solid #D94910;
    text-align: center;
    display: block;
}
.topp-header ul li:nth-child(2) a{
	font-size: 14px;
	color: #0092B7;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 1px solid #D94910;
    text-align: center;
    display: block;
}
.topp-header ul li:nth-child(3) a{
	font-size: 14px;
	color: #0092B7;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 1px solid #D94910;
    text-align: center;
    display: block;
}
.topp-header ul li:nth-child(1) a:hover{
	color: #6610f2 !important;
    border: 1px solid #6610f2;
}
.topp-header ul li:nth-child(2) a:hover{
	color: #17a2b8;
    border: 1px solid #17a2b8 !important;
}
.topp-header ul li:nth-child(3) a:hover{
	color: #dc3545;
    border: 1px solid #dc3545 !important;
}
.topp1-header ul{
	padding: 0;
}
.topp1-header ul li{
	list-style-type: none;
	display: inline-block;
	margin: 0 5px;
	font-size: 16px;
}
.topp1-header ul li a{
	color: #00252E;
	text-decoration: none;
	font-weight: 600;
}
.topp1-header .fa{
		font-size: 14px;
	color: #0092B7;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 1px solid #D94910;
    text-align: center;
    padding-top: 4px;
}
.topp1-header ul li:nth-child(2) .fa{
	font-size: 16px;
}
.topp-header ul li{
	list-style-type: none;
	display: inline-block;
	margin: 0 5px;
	font-size: 16px;
}
.topp-header ul li a{
	text-decoration: none;
	color: #0092B7;
	font-size: 16px;
}
.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: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 footer*/
.footer-secc{
	width: 100%;
	background-color: #fff;
	color: #000;
	padding: 15px 0;
}
.footer-secc a{
	text-decoration: none;
	display: block;
	color: #000;
	font-size: 16px;
}
.footer-secc h2{
	font-size: 16px;
}
.footer-secc h2 strong{
	font-size: 22px;
}
.footer-secc a:hover{
	color: #AA6C39;
}

.footer-sec{
	width: 100%;
	background-image:url(../images/footer-sec.jpg);
	text-align: center;
	padding: 30px 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.footer-sec h2{
	font-size: 20px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
}
.footer-sec ul li {
    list-style-type: none;
    margin: 20px 0;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
}
.footer-sec ul li a{
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	 font-family: 'Montserrat', sans-serif;
}
.footer-sec ul li a:hover{
	color: #0092B7;
	text-decoration: none;
}
.footer-sec p{
	color: #fff;
	font-size: 14px;
	margin-bottom: 0;
	text-align: center;
	padding-right: 0px;
	 font-family: 'Montserrat', sans-serif;
}
.footer-bottom{
	width: 100%;
	background-color: #071A1F;
}
.footer-bottom p{
	font-size: 14px;
	color: #fff;
	text-align: center;
	 font-family: 'Montserrat', sans-serif;
}
.footer-bottom a{
	text-decoration: none;
	display: block;
	font-size: 14px;
	color: #fff;
	padding-bottom: 15px;
	text-align: center;
	 font-family: 'Montserrat', sans-serif;
}
.footerlogo{
	max-width: 250px;
	margin: 0 auto;
	margin-bottom: 20px;
}

/*.footermap{
	max-width: 260px;
    margin: 0 auto;
}*/
.footer-ul2 span{
	padding-left: 18px;
	font-family: 'Montserrat', sans-serif;

}
.footer-socail-link ul li{
	list-style-type: none;
	display: block;
	margin: 10px 0px;
}
.footer-socail-link ul li a{
	font-size: 16px;
}

.footer-socail-link .fa{
		font-size: 14px;
	color: #fff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 1px solid #0092B7;
    text-align: center;
    padding-top: 4px;
}
.footer-socail-link ul li:nth-child(2) .fa{
	font-size: 16px;
}
.footer-ul{
	height: 40px;
}
.get-touch ul li{
	list-style-type: none;
	display: inline-block;
	margin: 0 4px
}
.get-touch{
	max-width: 200px;
	margin: 0 auto;
}
.get-touch ul li a img:hover{
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border:2px solid #fff;
}
.get-touch .fa{
	text-decoration: none;
    display: inline-block;
    font-size: 14px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: transparent;
    color: #fff;
    margin: 5px 0;
    text-align: center;
    padding-top: 6px;
    border: 1px solid #0092B7;
}
.get-touch .fa:hover{
	background-color: #fff;
    color: #0092B7;
}
.btn-new-know input{
	border: none;
	background-color: #fff;
	width: 85%;
}
.newsletter{
	padding: 7px 25px;
}
.newsletter::placeholder {
    padding: 5px;
    color: #071A1F;
    font-size: 14px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    font-weight: 600;
}
.btn-know-more2{
	background-color: #0092B7 !important;
	border:none;
	padding: 7px;
	color: #fff;
	margin: -5px;
	 border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    width: 50px !important;
}
.btn-know-more2:hover{
	background-color: #256CA1;
	color: #fff;
	text-decoration: none;
}
@media(min-width: 576px){

}


@media(min-width: 768px){
	/*start of header*/

/*.sitenav::after{
	content: "";
	 display: block;
	  width: 100%;
	  height: 1px;
	  position: absolute;
	  background-color: #dae0e5;
	  top: 26px;
	  right: 0;
}

.sitelogo::before{
	content: "";
    display: block;
    width: 30%;
    height: 1px;
    position: absolute;
    background-color: #dae0e5;
    top: 11px;
    left: -33px;
}*/.top-header{
	border-bottom: 1px solid #ccc;
}
	.sitelogo{
		margin-left: 0;

	}
	.sitenav{
		position: static;
	    background-color:transparent;
	    width: 100%;
	    overflow-y: visible;
	    height: auto;
	    padding: 0;
	}

  .sitenav ul li{
    display: inline-block;
    margin:5px 1px;
    border-bottom: none;
  }

  .sitenav ul li a{
  	font-size: 16px;
  	position: relative;
  	padding: 4px;
  }
  .sitenav ul li a:hover{
  	background-color:#0092B7;
    color: #fff;
	padding:4px;
    border-radius: 5px;
  }
  .sitenav ul li a.active{
  	background-color: #0092B7;
  	color: #fff;
  	padding: 5px;
  	border-radius: 5px;

  }




  .topp-header{
	display: block;
}

.hasDropdown{
	position: relative;
	}
	.dropdown li{
		list-style-type: none;
		/*display: block;*/
		border-bottom: none !important;
	}
	ul.dropdown li a{
		text-decoration: none;
		color: #5F5F5F;
	}
	.dropdown{
			transition: 1s ease;
		}

	ul.dropdown{
		display: none;
	    position: absolute;
	    padding: 20px 0;
	    width: 220px;
	    top: 32px;
	    left: -10px;

	}
	.sitenav .dropdown li{
		list-style-type: none;
		display: block;
		width: 100%;
		padding-top: 5px;
		padding-bottom: 5px;
		background-color: #fff;
		padding-left: 5px;
		margin: 0 7px;
		color: #5F5F5F;
		border-bottom: 1px solid #AA6C39;

	}
	.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{
		color: #fff;
		transition: 0.3s ease-in;
		border: none;
		border-radius: 0 !important;
		padding: 0 !important;
	}
	
	 ul.dropdown li a{
		text-decoration: none;
		display: block;
		text-align: left;
		font-size: 16px;
	}

		.btn-new-know input{
		width: 79%;
	}
/*end of header*/
.footerlogo{
	margin: 0;
	margin-bottom: 20px;
}
.footer-sec p{
	text-align: justify;
	padding-right: 0px;

}
.footer-sec h2 {
	text-align: left;
	}
	.footer-sec ul li {
		text-align: left;
	}
	.get-touch {
		margin: 0;

	}
	.footer-bottom a{
		text-align: right;
	}


}

@media(min-width: 992px){
		.footer-sec ul li {
    	text-align: left;
	}
	  .sitenav ul li{
    margin:5px 7px;
  }
  		.btn-new-know input{
		width: 84%;
	}

}

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

  	}
 
}

@media(min-width: 1400px){
	
}
