@import url('fontkit/stylesheet.css');
body {
	color:#333333; 
	font-family: 'Microsoft Himalaya', sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size:26px; 
	margin: 0; 
	padding: 0; 
	line-height: normal;
}
a, a:hover {
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#header a, .main-menu ul, .main-menu li, #footer a, #footer ul, #footer li {
	display: inline-block;
}
#header .top-bar {
    background-color: #fdead1;
    padding: 5px 0 2px 0;
}
#header .top-bar a {
    vertical-align: top;
    margin: 0 0 0 4px;
}
#header .top-bar a img {
    float: left;
}
#header .logo-sec {
    background-image: url(../images/header-bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover; 
    padding: 30px 0;
}
.h-call a {
    color: #fff;
    background-color: #a54e2f;
    text-align: center;
    width: auto;
    border-radius: 10px;
    padding: 10px 40px;
}
.h-call a span {
    line-height: 16px;
    vertical-align: bottom;
}
.h-call a:hover {
    background-color: #4f5318;
}
.main-menu-sec {
    background-color: #4f5318;
}
.main-menu-sec ul li {
    border-left: 1px solid #d3ae8d;
}
.main-menu-sec ul li:first-child {
    border-left: 0px solid #d3ae8d;
}
.main-menu-sec a {
    color: #fff;
    margin: 0 4px;
    padding: 14px 10px 8px 10px;
}



.main-menu-sec a:hover, #footer a:hover {
    color: #ffd8a3;
}
#footer {
    background-color: #4f5318;
}
#footer li {
    padding: 0 20px;
}
#footer .foo-sec2 {
	background-color: #35371b;
}
#footer .foo-logo img {
    margin: 0 20px;
}
.main-bg {
    background-image: url(../images/main-bg.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover; 
    padding: 30px 0;
}

.section-1 .z-h-24{ font-size:40px !important;}

.main-menu ul li{position:relative; z-index:1000;}
.main-menu li ul{display:none; position:absolute; top:55px; left:0px; margin:0px; padding:0px; background-color:#4f5318; color:#FFF;}
.main-menu li:hover ul{display:block; }
.main-menu li ul li{ border-left:0px; float:left;}
.main-menu li ul li a{display:block; border:none; margin:0px; padding:5px 15px !important; padding-bottom:5px; text-align:left; float:left; width:230px;}
@media screen and (max-width: 1362px) { 
	.main-menu a{ font-size:28px !important;}
}
@media screen and (max-width: 992px) {
	#header .logo, .main-menu-sec{
	    display: none;
	}
	.z-mobile-header, .z-mobile-header .z-mobile-menu, .z-mobile-header-fixed {
	    background-color: #4f5318 !important;
	}
	.z-mobile-header .z-mobile-menu ul li a {
	    font-size: 24px;
	}
	.z-default-subpage-header {
	    margin-top: 0;
	}
	.z-mobile-header .z-mobile-header-logo {
	    width: 200px;
	}
	#header .top-bar .z-container, #header .logo-sec .h-call {
	    text-align: center !important;
	}
	#header .logo-sec .h-call {
	    float: none;
	}
}
@media screen and (max-width: 767px) {
	.z-mobile-header .z-mobile-header-logo {
	    width: 130px;
	}
	#header .logo-sec {
	    padding: 15px 0;
	}
	#footer li {
	    padding: 0 10px;
	}
	.z-default-subpage-title {
	    margin-top: 120px;
	}
}
@media screen and (max-width: 479px) { 
	#footer li {
	    padding: 0;
	    width: 100%;
	}
	#footer .foo-logo img {
	    margin: 10px 0;
	}
	.foo-sec1, .foo-sec2 {
	    padding-left: 10px;
	    padding-right: 10px;
	}
	.z-default-subpage-title {
	    margin-top: 50px;
	}
}