@import url('muli/stylesheet.css'); 
html {
    font-size: 1rem;
}
body {
	color:#000000; 
    font-family: 'mulilight';
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
	margin: 0; 
	padding: 0; 
	line-height: normal;
}
.z-container {
    max-width: 990px;
}
input:focus{
    outline: none;
}
.head, h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
p {
    line-height: 28px;
}
a, a:hover, a img, a:hover img {
	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;
    display: inline-block;	
}
#footer a:hover, a:hover {
    color: #d1be99;
}
.hsec1 .head a:hover {
    text-decoration: none;
}
.logo a {
    background-color: #f3f3f3;
    padding: 25px 55px 45px 55px;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0 0 15px #d6d6d6;
    margin-top: -45px;
    transform: translateY(50%);
    position: relative;
    z-index: 99;
}
#footer {
    background-color: #1b1b1b;
}
.social a {
    margin-left: 18px;
    font-size: 20px;
}
.social {
    margin-bottom: 22px;
}
.hsec1 {
    padding: 60px 0;
    background-color: #d1be99;
}
.slideimage {
    background-color: #d1be99;
}
.lettform input[type="text"] {
    width: 40%;
    display: inline-block;
    border: none;
    background-color: #ebebeb;
    padding: 18px 29px;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 31px;
    margin-right: 5px;
}
.lettform input[type="submit"], .spbtn {
    font-size: 16px;
    background-color: #866c46 !important;
    text-transform: uppercase;
    padding: 17px 45px !important;
    border-radius: 31px;
    color: #fff;
}
.lettform input[type="submit"]:hover {
    background-color: #000 !important;
    color: #fff;
}
.hsec1 .head, .hsec1 .head a {
    color: #1b1b1b;
}
.hsec1 .head a {
    text-decoration: underline;
    text-underline-offset: 5px;
}
.hsec1 .hsechead2 {
    margin: 18px 0;
}
input::placeholder {
    color: #000;
}
.ctasec {
    padding: 20px 0 20px 0;
    margin-bottom: 40px;
    background-color: #d1be99;
}
.ctabox a:hover:before {
    background: no-repeat;
}
.ctabox a span {
    position: absolute;
    top: 0;
    left: 50%;
    text-align: center;
    width: 100%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.ctabox a {
    position: relative;
}
.ctabox a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 99%;
    background-color: #00000054;
    overflow: hidden;
    border-radius: 15px;
}
.ctabox a img {
    border-radius: 15px;
}
.ctabox {
    max-width: 310px;
}
.welmain {
    position: relative;
    overflow: hidden;
}
.welsec {
    background-color: #fff;
    padding: 110px 0 200px 0;
}
.welbox1 .head {
    margin-bottom: 7px;
}
.welsec .welbox2 img {
    position: absolute;
    left: 50%;
    width: 100%;
    top: 0;
}
.show-mobile {
    display: none !important;
}
.hide-mobile {
    display: block !important;
}


@media screen and (max-width: 1362px) {
    .logo a {width: 280px;}
    .welsec {padding: 90px 0 240px 0;}
}
@media screen and (max-width: 992px) { 
    .z-mobile-header {display: none;}
    .logo a {padding: 30px 40px;margin-top: -30px;width: 245px;}
}
@media screen and (max-width: 767px) {
    .logo a {padding: 20px 30px 25px 30px;width: 230px;}
    .hsec1 {padding: 35px 0;}
    .lettform input[type="text"] {padding: 12px 29px;}
    .lettform input[type="submit"] {font-size: 14px;padding: 11px 30px !important;}
    .ctasec {padding: 15px 0 10px 0;}
    .welsec .welbox2 img {position: relative;left: auto;}
    .welsec {padding: 20px 0 50px 0;}
    .show-mobile {display: block !important;}
    .hide-mobile {display: none !important;}
}
@media screen and (max-width: 479px) {
    .logo a {padding: 12px 15px 18px 15px;width: 150px;margin-top: -18px;}
    .lettform input[type="text"] {width: 100%;margin: 0 0 10px 0;}
    .social a {margin-left: 10px;}
    .ctabox a span {width: 70%;}
} 