@import url('https://fonts.googleapis.com/css?family=Muli:300,600');
header,  .btn, .btn:before, .social a, .menuwrap, .menuwrap.animateIt, .menuzord-menu a, .menuzord-menu > li > a:before, .menuzord-menu > li > a:after, .owl-controls .owl-nav [class*=owl-], .packages a, .packages img, .packages .fa, .facilities .fa, .main-footer a, .pro-thumb div, .gallery a, .gallery a img, .pro-thumb div figcaption{-webkit-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1.000); 
   -moz-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1.000); 
     -o-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1.000); 
        transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1.000); /* easeInOutCubic */

-webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000); 
   -moz-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000); 
     -o-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000); 
        transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000); /* easeInOutCubic */
}
body{
	font-family:"Muli", Helvetica, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	}
h1, h2, h3, h4, h5, h6{}	
p{
	font-weight: normal;}
a{
	color:#c2a372;
	}		
a:hover, a:focus{
	color:#652065;
	text-decoration:none;}	
.mb40{
	margin-bottom:50px;}
.padrt0{
	padding-right:0}
.padlt0{
	padding-left:0}		
.whitebg{
	background-color:#fff;
	box-shadow: 0 0 40px #000;}
header{
	background-color:#fff;}	
.menuwrap {
	position: relative;
    z-index: 10;
    clear: both;
	background-color: #785629;
}

.menuwrap .container{
	
}

.menuwrap.animateIt {
    position:fixed;
    top:-100%;
	visibility:hidden;
    left: 0;
    right: 0;
    z-index:999999;
}
.menuwrap.animateIt .menuzord{
    margin-left: -15px;
}
body.down .menuwrap.animateIt {
    top: 10px;
    margin-top: 0;
    visibility: visible;
    box-shadow: 0 -10px 0 #fff;}	
body.down .menuwrap.animateIt .whitebg{
	box-shadow: 0 6px 21px rgba(0, 0, 0, 0.25);
	z-index: 9999;}	
.menuzord-menu > li > a.btn-plan{
    padding: 7px 15px;
    margin-top: 8px;
    margin-left: 8px;
    background-color: #c2a372;
    border-radius: 0;
    color: #ffffff;
    box-shadow: -1px 7px 8px rgb(0 0 0 / 26%);
}
.menuzord-menu > li > a.btn-plan:before, .menuzord-menu > li > a.btn-plan:after{
	display:none;}
.menuzord-menu > li > a.btn-plan:hover{
    background-color: #652065;
}	
.logo{
    width: 220px;
    padding: 10px;
    display: block;
    float: left;
	position:relative;
    margin-top: -9px;
    margin-bottom: -20px;
    background-color: #fff;
	}	
.logo:before{
content: "";
    position: absolute;
    left: -700%;
    top: 0;
    right: 100%;
    bottom: 0;
    background-color: #785629;}	
.logo:after{
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    bottom: 0;
    width: 40px;
    background-color: #51391d;
    transform: perspective(93px) rotateY(59deg);
	-webkit-transform: perspective(93px) rotateY(59deg);
    transform-origin: left;
	-webkit-transform-origin: left;}		
.logo img{
	width:100%;
	}
.contact-group{
    display: block;
    float: right;
    margin-top: 10px;
    margin-bottom: 5px;
    color: #646464;
}	 
.phone, .email, .social{
    display: inline-block;
    padding: 0px 11px;
    margin: 0 15px 4px;
	vertical-align: middle;
    }	 
.phone {
    font-size: 20px;
	font-weight: bold;
}
.contact-group .phone .fa, .contact-group .email .fa{
    font-size: 19px;
    text-align: center;
    width: 35px;
    height: 35px;
    margin-right: 5px;
    vertical-align: middle;
    padding: 7px 0px 0px 6px;
    display: inline-block;
}	
.contact-group .icon-phone, .contact-group .icon-mail{
    margin: -5px 8px -5px -20px;
}		
.social{
    background-color: transparent;
    position: relative;
    padding: 0;
	margin-right: 0;
}	
.social a{
	color: #fff;
    border-radius: 100px;
    width: 31px;
    display: inline-block;
    height: 31px;
    text-decoration: none;
    padding: 5px 6px;
    font-size: 17px;
    text-align: center;
	background-color: #785629;
}	
.social a:hover{
	background-color:#333;
}
.btn{
    background-color: #9b8049;
    border: none;
    color: #ffffff;
    padding: 8px 20px;
    font-weight: bold;
    position: relative;
}
.btn:hover	{
	color:#fff;
	background-color:#161a1b;
	}
.more {
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    position: relative;
    padding: 0 0 0 14px;
    font-size: 12px;
    line-height: 15px;
}
.more:before {
    content: '+';
    width: 9px;
    height: 9px;
    position: absolute;
    left: 0;
}	
.slider{
} 
.slider .owl-controls{
	display:none;}
.form-box{
    background-color: rgba(255,255,255,0.33);
    padding: 20px;
    width: 400px;
    margin-top: -393px;
    position: relative;
    clear: both;
    display: block;
    z-index: 1;
    float: right;
        backdrop-filter: blur(9px);
	}
.form-box .title {
    top: -20px;
    position: relative;
    background-color: #c2a372;
    color: #fff;
    font-size: 20px;
    padding: 2px 10px;
    margin-right: -20px;
    margin-left: -50px;
    text-transform: uppercase;
}
.form-box .title:before{
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 30px 30px 0;
    border-color: transparent #785629 transparent transparent;
	}
.form-box .title:after{
	content: "";
    position: absolute;
    left: 5px;
    top: 46px;
    width: 0;
    height: 0;
    border-style: solid;
    transform: skewY(-18deg);
    border-width: 2px 0 24px 25px;
    border-color: transparent transparent #c2a372 transparent;
	}			
.form{
	background-color:#fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);	
	}
.form-control {
    height: 44px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
	border-radius:0;
    background-image: none;
    margin-bottom: -1px;
    border: 1px solid #e8e8e8;
	border-left:none;
	border-right:none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
	z-index:0;
	position:relative;}
.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
	border-color: #ed272c;
	z-index:1;
}
.bdtptrans{
	border-top-color:transparent}	
.bdbttrans{
	border-bottom-color:transparent}		
.border-rt{
	 border-right: 1px solid #e8e8e8;}
.form-box .input-with-icon {
    position: relative;
}
.form-box .input-with-icon .fa{
    position: absolute;
    right: 0;
    z-index: 1;
    top: 0;
    height: 44px;
    width: 44px;
    text-align: center;
    line-height: 44px;
    color: #c2a372;
	font-size: 15px;
}	
.btn-wrap {
    display: block;
    clear: both;
    padding: 10px 15px 10px;
    text-align: center;
}
.about img{
	float:left
}	
.about .title-wrap{
    position: relative;
    z-index: 1;
    margin-top: -52px;
}
.about .title {
    display: inline-block;
    background-color: #ed272c;
    font-size: 30px;
    padding: 5px 15px;
}	
.about .detail{
	padding: 15px;
    margin-left: 262px;
	text-align:justify;
}
a.readmore{
    float: right;
    padding: 5px 0;
    color: #ed272c;
    margin-left: 15px;
    margin-top: 10px;
}	
a.readmore .fa{
    font-size: 20px;
    vertical-align: middle;
    margin-left: 5px;
}
a.readmore:hover{
	color:#333333;
}
.title-main{
    text-align: center;
    font-size: 30px;
    padding: 10px;
	color:#2f3f6a;
	text-transform: uppercase;
}	
.title-main .btn{
    margin-left: -100%;
    margin-top: 3px;
    margin-right: -10px;
}	
.tent{
    padding: 15px 0;
    background-image: url(../images/gallery-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.tent .title-main{
    color:#fff;
    margin-bottom: 20px;
}
.packages{
	overflow:hidden;
	position:relative;
}	

.packages .item > a{
	display:block;
	margin-bottom:-1px;
	background-color:#000;
	overflow:hidden;}	
.packages .detail{
    background-color: #fff;
    font-size: 13px;
	padding:10px 0;
	border-bottom:solid 3px #51391d;
	position:relative;
}
.owl-theme .owl-controls .owl-nav [class*=owl-]{
        box-shadow: inset 0 0 0 3px #51391d;
}
.owl-theme .owl-controls .owl-nav [class*=owl-]:before {

    border-color: #51391d;
}
.owl-theme .owl-controls .owl-nav .owl-prev:before {
    border-right-color: transparent;
    border-top-color: transparent;
}
.owl-theme .owl-controls .owl-nav .owl-next:before {
    border-left-color: transparent;
    border-bottom-color: transparent;
}
.packages .left{
    width: 55%;
    display: block;
    float: left;}
.packages .right{
    width: 45%;
    display: block;
    float: left;}	
.packages .block {
	display:block;
	clear:both;
	    padding: 8px 3px;
}
.packages .left .fa{
    color: #c2a372;
    font-size: 22px;
    width: 50px;
    padding: 0px 10px 10px;
    margin-right: 10px;
    text-align: center;
    display: table-cell;
    vertical-align: top;
	}
.packages .item:hover .left .fa{
    color: #ed272c;
	}
.packages .item .price .fa{
	margin-right:5px;
	}		
.packages .block span{
	display:table-cell;
	}	
.packages-slide .btn, .packages-slide .price{
    background-color: #c2a372;
    border-radius: 0;
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    height: 50%;
    width: 45%;
    color: #fff;
    text-align: center;
}
.packages-slide .price {
	top:0%;
	border-bottom:solid 1px rgba(0,0,0,0.23);
}
.packages-slide .btn:hover{
	background-color:#262626;}
.packages-slide .btn span, .packages-slide .price span{
	top: 50%;
    position: relative;
    display: block;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);}	
.packages-slide .btn p{
	font-size:12px;
	margin-bottom:5px;}	
.packages-slide .btn h3, .packages-slide .price h3{
	font-size:17px;
	margin:5px 0;}			
.packages img{
	overflow:hidden;
	transform:scale(1);
	-webkit-transform:scale(1);
}
.packages .item:hover img{
	transform:scale(1.2);
	-webkit-transform:scale(1.2);
	opacity:.6;
}	
.packages h4{
    color: #fff;
    font-size: 16px;
    background-color: #51391d;
    padding: 15px;
    margin: 0px;
}
.facilities{
	margin-top:20px;
	margin-bottom: 0px;}
.facilities .item{
    border: solid 1px #dfdfdf;
    border-radius: 8px;
    padding: 15px;
	margin-bottom:30px;
    text-align: center;
    background-color: #dfdfdf;
    overflow: hidden;}
.facilities .fa{
    font-size: 34px;
    width: 90px;
    height: 90px;
    display: block;
    margin: auto;
    margin-bottom: 20px;
    line-height: 90px;
    text-align: center;
    border-radius: 100%;
    color: #fff;
    background-color: #785629;
    box-shadow: 0 0 0 200px, inset 0 0 0 50px #785629;}

.facilities .item:hover .fa{
	box-shadow: 0 0 0 0px, inset 0 0 0 0px #874c9f;
	background-color: #652065;}		
.testimonial-wrap{
	background-image: url(../images/testimonial.jpg);
	background-size:cover;
	color: #fff;
	padding-bottom: 30px;}	
.testimonial-wrap .title-main{
	color:#fff;}	
.testimonial .item{
    padding-top: 10px;
    padding-bottom: 50px;
    background-color: rgba(120, 86, 41, 0.8);
    padding: 20px;
	border-radius:5px;
}
.testimonial hr{
	width:70px;
	border-color:#c2a372;
	border-width:2px;
	margin-left:0;}	
.testimonial .detail{
    position: relative;
    margin-left: 148px;
    display: inline-block;}
.testimonial .detail h3{
	margin-top:0;}	
.testimonial .image{
	width:128px;
	height:128px;
	margin-right:-100%;
	border-radius:100%;
	border:solid 3px #c2a372;
	overflow:hidden;
	float:left}
.testimonial .item:before, .testimonial .item:after{
	    content: " ";
    display: table;}
.testimonial .item:after{
	clear:both;}	
					
.main-footer {
	background: #785629;
	position:relative;
	color: #fff;
	font-size: 14px;
    padding: 15px 0px;
}
.main-footer h3{
    color: #c2a372;
    text-transform: uppercase;
    margin-top: 0;
    font-size: 18px;
    margin-bottom: 18px;
	}	
.main-footer [class*=col]{
	margin-top:10px;
}	
.main-footer .form-control {
    background:rgba(0,0,0,0.4);
    border-color: #ed272c;
    color: #fff;
    margin: 15px 0;
    border-radius: 0;
}
.main-footer a{
	text-decoration:none;
	position:relative;
	line-height:22px;
	color:#fff;
	}
.main-footer a:hover, .footer-bottom a:hover{
	color:#ed272c;
}	
.main-footer .form-control:focus {
	border-color: #fff;
	background:rgba(0,0,0,0.8);
}
.main-footer .btn {
    margin-top: 15px;
}	
.main-footer .social li {
    margin-right: 10px;
    padding: 0;
    display: inline-block;
}
.main-footer .social{
	padding:0;
	margin-left: 0;
    margin-bottom: 10px;
}
.main-footer .social a {
	z-index: 2;
    width: 31px;
    height: 31px;
    text-align: center;
    background-color: #c2a372;
    padding-top: 5px;
    font-size: 17px;
	display:inline-block;
	margin-right:10px;
}
.main-footer .social a:hover{
	background-color:#333;
	color:#fff;
}
ul.list-footer{
	margin:0;
	padding:0;
}
.list-footer > li {
	margin-bottom: 10px;
	list-style:none;
}
.list-footer > li {
	margin-bottom: 5px;
	list-style:none;
	padding-left:30px;
	position:relative;
}
.main-footer .list-footer > li .fa{
	left:0;
    color: #c2a372;
    font-size: 20px;
    position: absolute;
    width: 20px;
    text-align: center;
}
.footer-bottom {
    padding: 15px 0;
    color: rgba(255, 255, 255, 0.29);
    font-size: 11px;
	background-color:#51391d;
}	
/*-----------------------------------------*/		
/*inner pages style*/	
.header-img{
	
}
.header-img img {
    width: 100%;
   
}
.package-detail .form-box{
    margin: 0;
    width: 100%;
    background-color: #51391d;
    color: #fff;}
.package-detail .block{
	display:table;
	width:100%;
	margin:8px 0;}	
.package-detail .block b{
	display:table-cell;
	width:40%;}	
.package-detail .form-box h3{
    margin-top: 0;
	margin-bottom:20px;	}
.pro-thumb div{
	width:25%;
	display:block;
	float:left;}
.pro-thumb a{
	position:relative;
	display:block;
	margin:1px;
	overflow:hidden;
	background-color: #000;
	}	
.pro-thumb a img{
	width:100%;
	max-width:inherit;}
.gallery a{
	background-color:#000000;
	display:block;
	}	
 .gallery a:hover img{
	opacity:.5;
	}	
.pro-thumb figcaption{
    position: absolute;
    bottom: -100%;
	opacity:0;
    background-color: rgba(0, 0, 0, 0.57);
    left: 0;
    right: 0;
	font-size:16px;
	color:#fff;
    padding: 10px;
}
.pro-thumb a:hover figcaption{
	opacity:1;
    bottom: 0;}
.pro-thumb figcaption span{
	display:block;
	clear:both;
	text-align:right;
	font-weight:lighter;
	font-size:13px;}
	
.gallery-wrap{
	padding: 10px 0 10px;
	margin: 45px 0 0 0;
    background-image: url(../images/gallery-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.gallery-wrap .title-main{
    text-align: center;
    font-size: 30px;
    padding: 10px;
	color:#ffffff;
	text-transform: uppercase;
}		
.gallery-wrap .title{
	font-size:25px;
	margin:10px 0
}
.gallery-wrap .cols-wrap{
    overflow: hidden;
    margin: -5px;
    padding: 10px 0;
    position: relative;
	display: block;
    clear: both;
}		
.gallery-wrap .col{
    width: 25%;
    float: left;
    display: table-cell;
    padding-right: 10px;
    vertical-align: top;
}	
.gallery-wrap .col a{
    display: block;
    margin: 5px;
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
    background-color: #000;
}		
.gallery-wrap img{
	width:100%;
	opacity:1;
}
.gallery-wrap .col a.effect{
	background-color:#c2a372;
}
.gallery-wrap .col a.effect img{
	opacity:.2;
	-webkit-filter: saturate(10) contrast(110%) brightness(150%) grayscale(80%);
    filter: saturate(10) contrast(150%) brightness(200%) grayscale(80%);
}
.gallery-wrap .col a:hover{
	box-shadow:inset 0 0 0 10px #fff;}	
.gallery-wrap .col a:hover img{
	opacity:.5;}	
.about .image{
	float:left;
	position:relative;
	margin-right: 25px;
}

.about span{

 	color: #f38459;
}	

