.top-header{

	/*padding:5px 0;*/
	display: none;
	background-color:#ECEEED;
	padding: 10px 0;

}

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

}

.top-header ul li a{
	text-decoration: none;
	display: block;
	font-size: 14px;
	color: #103440;
	border: 1px solid #37B24A;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	text-align: center;
	padding-top: 2px;
}
.top-header ul li a:hover{
	background: #37B24A;
	color: #fff;
	border: 1px solid #103440;	
}
.topp li a{
	border: none !important;
	width: 100% !important;
}
.topp li a:hover{
	background: transparent!important;
	color: #37B24A !important;
}
.hotline li a::after{
	display: inline-block;
    content: "Hotline";
    position: absolute;
    top: -12px;
    right: 36px;
    color: #36B34F !important;
}

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

.site-header{
	background-color: #fff;
	padding: 20px 0;
	-webkit-box-shadow: 1px 3px 9px -8px rgba(0,0,0,0.75);
-moz-box-shadow: 1px 3px 9px -8px rgba(0,0,0,0.75);
box-shadow: 1px 3px 9px -8px rgba(0,0,0,0.75);
}
.sticky{
	position: fixed;
    top: 0;
    left: 0;
    padding: 20px 0;
    right: 0;
    z-index: 100;
    padding: 10px 0;
    box-shadow: 0px 0px 5px gainsboro;
    width: 100%;
    background-color:#fff;
    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: 100vh;
	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: #000;
	font-size: 14px;
	text-decoration: none;
	font-weight: 600;
	text-transform: uppercase;
}

.sitenav ul li a:hover{
	color: #071e3d;
}
.topp-header{

}
.topp-header ul li{
	list-style-type: none;
	display: inline-block;
	margin: 0 5px;
	color: #ED7C00;
}
.topp-header ul li a{
	text-decoration: none;
	color: #083940;
	font-size: 14px;
}
.topp-header input{

}
.topp-header li span{
	display: block;
    height: 30px;
    width: 1px;
    background-color: #C6CACB;
    position: absolute;
    top: 13px;
    right: 60px;
}

.fa-chevron-down{
	font-weight: 600!important;
	font-size: 12px;
}
.humbergarBtn{
	width: 35px;
	height: 25px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 15px;
	margin: auto;
}
.humbergarBtn span{
	width: 30px;
	height: 2px;
	background-color:#000;
  	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-banner.jpg);
	padding: 30px 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.footer-sec h2{
	font-size: 20px;
	color: #38AF47;
	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: #38AF47;
	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: #000;
}
.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: 150px;
	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 #38AF47;
    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: 170px;
	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: #000;
    margin: 5px 0;
    text-align: center;
    padding-top: 7px;
    border: 1px solid #fff;
    background: #fff;
}
.get-touch .fa:hover{
	background-color: #000;
    color: #fff;
    border: 1px solid #fff;
}
.btn-new-know input{
	border: none;
	background-color: #fff;
	width: 85%;
	padding: 5px;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
}

.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: #38AF47!important;
	border:none;
	padding: 7px;
	color: #fff;
	margin: -12px;
	 border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 0px !important;
	border-top-left-radius: 0px !important;
    width: 50px !important;
}
.btn-know-more2:hover{
	background-color: #256CA1;
	color: #fff;
	text-decoration: none;
}




@media(min-width: 576px){

}

@media(min-width: 768px){
	.sitelogo{
		max-width: 130px;
	}
	.site-header{
		padding: 15px 0;
	}
	.top-header ul li{
		font-size: 16px;
	}
	.top-header ul li a{
		font-size: 16px;
	}

	.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 6px;
  }

  .sitenav ul li a{
  	font-size: 15px;
  	position: relative;
  	padding: 5px;
  	margin-right: 5px;
  }
  .sitenav ul li a:hover{
  	background-color:#fff;
  	color: #071e3d;
  	padding: 5px;
  	border-radius: 1px;
  	margin-right: 5px;
  }
  .sitenav ul li a.active{
  	background-color:#fff;
  	color: #071e3d;
  	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;
}*/



  .top-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: 200px;
		 top: 12px;
		 left: -10px;

	}
	.sitenav .fa-angle-right{
		float: right;
	}
	.sitenav .dropdown li{
		list-style-type: none;
		display: block;
		width: 100%;
		padding-top: 5px;
		padding-bottom: 5px;
		background-color: #39B24B;
		padding-left: 5px;
		margin: 0 7px;
		color: #fff;
		border-bottom: 1px dotted #0D333C;

	}
	.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: #0D333C!important;
		color: #34B149;
		transition: 0.3s ease-in;
		border: none;
	}
	
	 ul.dropdown li a{
		text-decoration: none;
		display: block;
		text-align: left;
	}

		ul.dropdown .dropdown2{
		position: absolute;
	    left: 200px;
	    top:76px;
	    margin-top: 33px;
	    width: 200px;
	    display: none;
	    transition: .3s ease-in;

	}
		ul.dropdown li:hover .dropdown2 {
		display: block;
	}
	.animate{
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;  
  backface-visibility:hidden;
  -webkit-backface-visibility:hidden; /* Chrome and Safari */
  -moz-backface-visibility:hidden; /* Firefox */
  -ms-backface-visibility:hidden; /* Internet Explorer */
}
/*end of header*/
	/*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){
	.get-touch ul li{
			margin: 0 1px
		}
		.topp-header2 ul li:nth-child(1){
	margin-right: 50px;
	}
}

@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;
	}
}

@media(min-width: 1400px){

}