
body{
	overflow-x: hidden;
}
*{
	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: 200px;
	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 #AA6C39;

}
.sitenav ul li a{
	display: block;
	color: #5F5F5F;
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
}
.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(6){
	border-bottom: none!important;
}
.sitenav ul li:nth-child(1){
	border-bottom: none!important;
}
.sitenav ul li a:hover{
	color: #000;
}
.topp-header ul li a:hover{
	color: #AA6C39;
}
.topp-header ul li:nth-child(1) .fa{
	color:#AA6C39; 
}
.topp-header ul li:nth-child(4) a{
	font-size: 14px;
	color: #AA6C39;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 1px solid #AA6C39;
    text-align: center;
    display: block;
}
.topp-header ul li:nth-child(5) a{
	font-size: 14px;
	color: #AA6C39;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 1px solid #AA6C39;
    text-align: center;
    display: block;
}
.topp-header ul li:nth-child(6) a{
	font-size: 14px;
	color: #AA6C39;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 1px solid #AA6C39;
    text-align: center;
    display: block;
}

.topp-header ul li:nth-child(7) a{
	font-size: 14px;
	color: #AA6C39;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 1px solid #AA6C39;
    text-align: center;
    display: block;
	
}

.topp-header ul li:nth-child(4) a:hover{
	color: #6610f2 !important;
    border: 1px solid #6610f2;
}
.topp-header ul li:nth-child(5) a:hover{
	color: #17a2b8;
    border: 1px solid #17a2b8 !important;
}
.topp-header ul li:nth-child(6) a:hover{
	color: #dc3545;
    border: 1px solid #dc3545 !important;
}
.topp-header ul li:nth-child(7) a:hover{
	color: #1DA1F2;
    border: 1px solid #1DA1F2 !important;
}
.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: #5F5F5F;
	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: #fff;
	text-align: center;
}
.footer-sec h2{
	font-size: 20px;
	color: #AA6C39;
	font-weight: 600;
	text-transform: capitalize;
	text-align: center;
}
.footer-sec ul li {
    list-style-type: none;
    color: #5F5F5F;
    margin: 5px 0;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
}
.footer-sec ul li a{
	text-decoration: none;
	color: #5F5F5F;
	font-size: 14px;
	 font-family: 'Montserrat', sans-serif;
}
.footer-sec ul li a:hover{
	color: #AA6C39;
	text-decoration: none;
}
.footer-sec p{
	color: #5F5F5F;
	font-size: 14px;
	margin-bottom: 0;
	 font-family: 'Montserrat', sans-serif;
}
.footer-bottom{
	width: 100%;
	background-color: #000;
}
.footer-bottom p{
	font-size: 14px;
	color: #5F5F5F;
	text-align: center;
	 font-family: 'Montserrat', sans-serif;
}
.footer-bottom a{
	text-decoration: none;
	display: block;
	font-size: 14px;
	color: #5F5F5F;
	padding-bottom: 15px;
	 font-family: 'Montserrat', sans-serif;
}
.footerlogo{
	max-width: 250px;
	margin: 0 auto;
}

/*.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: inline;
	margin: 0 10px;
}
.footer-socail-link ul li a{
	font-size: 18px;
}
@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 7px;
    border-bottom: none;
  }

  .sitenav ul li a{
  	font-size: 16px;
  	position: relative;
  	padding: 5px;
  }
  .sitenav ul li a:hover{
  	background-color:#AA6C39;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
  }
  .sitenav ul li a.active{
  	background-color:#AA6C39;
  	color: #fff;
  	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;*/
		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{
		background-color: #AA6C39!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*/

}

@media(min-width: 992px){
		.footer-sec ul li {
    	text-align: left;
	}
}

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

  	}
 
}

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