@charset "utf-8";
/* CSS Document */

.body{
	margin:0;
	font-family: 'Open Sans', sans-serif !important
	}
	.header{
		width:100%;
		position:relative;
		}
	.header .col-md-3{width:20%;z-index:30}
	.header .col-md-9{width:80%;z-index:30}
	.logo-box{
		width:100%;
		position:absolute;
		}.logo-box:hover{outline:none;border:none;}
    
	.top-contact-box{
		width:100%;
		padding:35px 0 11px 0;
		}
		.top-contact-box i{
		font-size:20px;
		margin-right:15px;
		color:#0d5937;
		}
		.top-contact-box ul{
		margin:0;padding:0 0 0 15px;
		}
		.top-contact-box ul li{
		list-style:none;
		float:left;
		margin-right:24px;
		margin-bottom:10px;
		}
		.top-contact-box ul li a{
			color:#777;
			font-size:14px;
			font-weight:500;
			letter-spacing:1px;
			}
		.top-contact-box ul li a:hover{text-decoration:none;outline:none;}
		.media-icon-box{
			float:right !important;
			margin:30px 0;
			}
		.media-icon-box ul{
			margin:0;padding:0;
			}
		.media-icon-box ul li{
			float:left;
			list-style:none;
			margin-right:10px;
			}
		.media-icon-box ul li a{
			font-size:14px;
			background:#0d5937;
			color:#FFF;
			display:block;
			width:30px;
			height:30px;
			border-radius: 17px;
			text-align:center;
			line-height:30px;
			}
		.media-icon-box-footer{
			margin:30px 0;
			}
		.media-icon-box-footer ul{
			margin:0;padding:0;
			}
		.media-icon-box-footer li{
			float:left;
			list-style:none;
			margin-right:10px;
			}
		.media-icon-box-footer ul li a{
			font-size:14px;
			background:#0d5937;
			color:#FFF;
			display:block;
			width:30px;
			height:30px;
			border-radius: 17px;
			text-align:center;
			line-height:30px;
			}
		.menu-box{
			width:100%;
			background:#0d5937;
			float:left;
			-webkit-border-top-left-radius: 2px;
			-webkit-border-top-right-radius: 2px;
			-moz-border-radius-topleft: 2px;
			-moz-border-radius-topright: 2px;
			border-top-left-radius: 2px;
			border-top-right-radius: 2px;
			position:relative;z-index:30;
			}
			.menu-box a{
				color:#FFF;
				text-shadow:none;
				font-size:14px;
				font-family: 'Open Sans', sans-serif !important;
				font-weight:600 !important;
				text-transform:uppercase; border-bottom:2px solid #0d5937;
				}
			.menu-box a:hover{
				color:#C4DF78;
				outline:none;
				padding-bottom:12px;
				font-size:14px;
				font-weight:600  !important;
				border-bottom:2px solid #ca6c38;
				}
			.nav-active{
				color:#C4DF78 !important;
				border-bottom:2px solid #ca6c38 !important;
				}
			/*------------HEADER PART--------------*/
		
		.banner{
			width:100%;
			overflow:hidden;
			}
		#banner h2{
		margin:0;padding:0 0 20px 0;
		color:#FFF;
		font-size:50px;
		font-family: 'Rancho', cursive; 
		}
	#banner p{
		color:#FFF;
		font-size:16spx;
		}
		.sl-slider p{
			padding-bottom:20px !important;
			}
		.banner-atag{
			color:#FFF;
			padding:10px 15px; 
			background:#ca6c38;
			border-radius: 3px;
			border:none;
			}
		.banner-atag:hover{
			background:#0d5937;
			text-decoration:none;
			color:#FFF;
			outline:none;
			}
		.ayur-right-img{width:296px;
				height:187px;
				position:absolute;
				z-index:300;
				right:30px;top:520px;}
				
		.hom-pack-cont{
			width:100%;
			padding:10px 0;
			text-align:center;
			}
		.hom-pack-cont h1{
			font-size:25px;
			color:#00a046;
			text-transform:uppercase;
			}
		.hom-pack-cont h5{
			font-size:15px;
			color:#333333;
			}
		.hom-pack-cont h2{
			font-weight:300 !important;
			font-size:25px;
			color:#ca6c38;
			margin:0;padding:0 0  40px 0;
			}
		.service-box{
			width:100%;
			overflow:hidden;
			margin-bottom:30px;
			}
		.service-box-imgbox{
			width:100%;
			overflow:hidden;
			}
		.service-box a{
			text-transform:uppercase;
			font-size:13px;
			color:#ca6c38;
			font-weight:600;
			-webkit-transition: opacity 0.5s ease-out;  /* Chrome 1-25, Safari 3.2+ */
			-moz-transition: opacity 0.5s ease-out;  /* Firefox 4-15 */
			-o-transition: opacity 0.5s ease-out;  /* Opera 10.50–12.00 */
			transition: opacity 0.5s ease-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */ 
			 }
		.service-box a:hover{
			-webkit-transition: opacity 0.5s ease-out;  /* Chrome 1-25, Safari 3.2+ */
			-moz-transition: opacity 0.5s ease-out;  /* Firefox 4-15 */
			-o-transition: opacity 0.5s ease-out;  /* Opera 10.50–12.00 */
			transition: opacity 0.5s ease-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */ text-decoration:none;
			color:#9a491c;
			font-weight:600;
			}
		/*.overlay-img{
			width:90%;
			height:50%;
			overflow:hidden !important;
			display:none;
			background-color: rgba(0, 0, 0, 0.3);
background: rgba(0, 0, 0, 0.3);
			position:absolute;
			z-index:100;
			-webkit-transition: opacity 0.3s ease-out;  /* Chrome 1-25, Safari 3.2+ 
			-moz-transition: opacity 0.3s ease-out;  /* Firefox 4-15 
			-o-transition: opacity 0.3s ease-out;  /* Opera 10.50–12.00 *
			transition: opacity 0.3s ease-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ 
			}*/
		.service-box-imgbox img{
			width:100%;-webkit-transform: scale(1, 1);
			-webkit-transition-timing-function: ease-out;
			-webkit-transition-duration: 2000ms;
			-moz-transform: scale(1, 1);
			-moz-transition-timing-function: ease-out;
			-moz-transition-duration: 2000ms;
			transform: scale(1, 1);
			transition-timing-function: ease-out;
			transition-duration: 2000ms;
			width: 100%;
		}
		.service-detail-box{
			width:100%;
			padding:15px;
			text-align:left;
			border-left:1px solid #E4E1E1;
			border-right:1px solid #E4E1E1;
			border-bottom:1px solid #E4E1E1;
			}
		.service-detail-box ul{margin:0;padding:5px 0 0 0;}
		.service-detail-box ul li{
			list-style:none;
			margin-bottom:10px;
			}
		.service-detail-box h3{
			font-size:15px;
			font-weight:700;
			color:#0c5937;
			margin:0;padding:0 0 10px 0; 
			text-transform:uppercase;
			}
		.service-detail-box p{
			line-height:24px;
			color:#444;
			margin:0;padding:0 0 15px 0;			
			}
		.service-box:hover .service-box-imgbox img {
			background:#999;
			-webkit-transform: scale(1.15, 1.15);
			-webkit-transition-timing-function: ease-out;
			-webkit-transition-duration: 1500ms;
			-moz-transform: scale(1.15, 1.15);
			-moz-transition-timing-function: ease-out;
			-moz-transition-duration: 1500ms;
			transform: scale(1.15, 1.15);
			transition-timing-function: ease-out;
			transition-duration: 1500ms;
			position: relative;
			z-index: 3;
			overflow:hidden;
			}
			
		.service-box:hover .overlay-img{
			display:block;
			overflow:hidden;
			-webkit-transition: opacity 0.3s ease-out;  /* Chrome 1-25, Safari 3.2+ */
			-moz-transition: opacity 0.3s ease-out;  /* Firefox 4-15 */
			-o-transition: opacity 0.3s ease-out;  /* Opera 10.50–12.00 */
			transition: opacity 0.3s ease-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
			}
			
.welcome-cont{
	padding:0 0 40px 0;
	
	}
	.welcome-detail{
		width:100%;
		text-align:center;
		}
		.welcome-detail h1{
			font-size:25px;
			color:#00a046;
			text-transform:uppercase;
			margin:0;padding:0 0 15px 0;
			}
		.welcome-detail p{
			font-size:14px;
			color:#777777;
			line-height:30px;
			padding:0 20px 20px 20px;
			}
		.welcome-detail h2{
			font-weight:300 !important;
			font-size:25px;
			color:#ca6c38;
			margin:0;padding:0 0 20px 0;
			}
		.welcome-detail a{
			background:#ca6c38;
			padding:10px 12px;
			color:#FFF;
			border-radius: 3px;
			outline:none;
			}
		.welcome-detail a:hover{
			background:#0d5937;
			text-decoration:none;
			color:#FFF;
			outline:none;
			}
		.footer-cont{
			width:100%;
			padding:30px 0;
			background:#92b823 url(../images/footer-bg.jpg) no-repeat;
			background-size:100%;
			background-position:bottom;
			}
			
		.footer-sub-box{
			width:100%;
			float:left;
			}
		.footer-sub-box h3{
			font-size:15px;
			font-weight:600;
			color:#0d5937;
			margin-bottom:25px;
			text-transform:uppercase;
			background:url(../images/footer-underline.jpg) no-repeat 0 30px;
			padding-bottom:18px;
			}
		.quick-textbox{
			width:100%;
			background:#f0ffc2;
			padding:8px;
			margin-bottom:15px;
			border: 1px dashed #81A51A;
			color:#333;
			font-size:13px;
			outline:none;
			}
		.quick-msgbox{
			width:100%;
			height:85px;
			padding:8px;
			margin-bottom:15px;
			border: 1px dashed #81A51A;
			color:#333;
			font-size:13px;
			outline:none;
			background:#f0ffc2;
			resize:none;
			}
		.sub-but{
			background:#ca6c38;
			padding:10px 15px;
			color:#FFF;
			border-radius: 3px;
			border:none;
			}
		.sub-but:hover{
			background:#0d5937;
			text-decoration:none;
			color:#FFF;
			outline:none;
			}
		.footer-sub-box ul{
			margin:0;padding:0;
			}
		.footer-sub-box ul li{
			list-style:none;
			}
		.footer-sub-box ul li a{
			color:#FFF;
			line-height:30px;
			font-size:13px;
			font-weight:600;
			}
		.footer-sub-box ul li a:hover{
			text-decoration:none;
			color:#0d5937;
			outline:none;
			}
		.address-box{
			width:100%;
			float:left;
			}
		.address-box a{
			color:#333;
			}
		.address-box a:hover{color:#333;text-decoration:none;}
		.address-box i{
			float:left;
			color:#fff;
			width:5px;
			padding-top:6px;
			}
		.address-box p{
			float:left;
			width:95%;
			line-height:25px;
			color:#FFF;
			margin:0;
			padding:0 0 10px 15px; 
			}
		#footer-media{
			width:100%;
			float:left;
			text-align:center;
			padding:20px 0; 
			}
		.bottm-footer{
			width:100%;
			background:#0d5937;
			padding:15px 0;
			text-align:center;
			font-size:13px;
			color:#fff;
			}
		.bottm-footer a{
			color:#92b823;
			}
		.bottm-footer a:hover{
			text-align:none;
			color:#92b823;
			outline:none;
			}
/*---------------------inner pages---------------------*/
#inner-banner{
	width:100%; height:auto; position:relative;/*background:
url(../images/inner-banner-demo.jpg)top center no-repeat;*/ background-size:contain; }
	#inner-banner-two{
	width:100%; height:auto; position:relative;
	background:url(../images/inner-banner-two.jpg) top center no-repeat; background-size:cover; }
#inner-banner-pack {
	background-image:url(../images/inner-pack-banner.jpg);
	background-size:contain; background-position:top center; background-repeat:no-repeat;
	width:100%; height:auto; position:relative; }
.dummy-banner { width:100%; visibility:hidden; }
/*.banner-content { position:absolute; top:0; width:100%; padding:10em 0 1em 0; }*/
		
#inner-banner-two h2,#inner-banner h2,#inner-banner-pack h2{margin:0;padding:0 0 20px;color:#FFF;font-size:50px;font-family:Rancho,cursive
;}#inner-banner-two p,#inner-banner p,#inner-banner-pack p{color:#FFF;font-size:16px;}
	
.ayour-about{padding:40px 0}.ayour-about h5{font-size:18px;text-transform:uppercase;color:#090;font-weight:600;padding:15px 0}.ayour-about ul{padding:0 0 30px;margin:0;float:left;width:100%}.ayour-about ul li{list-style:none;padding:6px 0}
	
	.faciliti{}
	.faciliti i{font-size:18px;color:#090; margin-right:10px;}
	
	.ayour-about h3{
		margin:0;padding:0 0 20px 0;
		font-size: 25px;
        color: #00a046;
        text-transform: uppercase;
		}
	.ayour-about p{
		line-height:30px;
		padding:10px 0 15px 0;margin:0;
		}
	.ayour-about  p:last-child{padding-bottom:0 !important}
	.testimonial-cont{
		width:100%;
		padding:40px;
		background:#000 url(../images/clint-say-bg.jpg) no-repeat;
		background-size:cover;
		}
	.testimonial-cont h3{
		font-family: 'Rancho', cursive; 
		margin:0;padding:0;
		color:#FFF;
		font-size:40px;
		}
	
	/*================================
    TESTIMONIAL STYLES
    ============================  */
.testimonial-section {
    position: relative; width: 100%; height: auto; padding: 15px;
	font-size:14px; font-style:italic; color:#FFF;
    border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; }

/*.testimonial-section:after {
    top: 100%;
    left: 10%;
    border: solid transparent;
    content: " ";
    position: absolute;
    border-top-color: #fff;
    border-width: 15px;
    margin-left: -15px;
}
*/
.testimonial-section-name {
    margin-top: 39px;
    text-align:center;
    color:#FFF;
	width:60%;
	margin:auto;
	padding-top:20px;
}
    .testimonial-section-name img {
        max-width:40px;
    }
.carousel-indicators-set {
    position:static;
    margin-left:0px;
    width:100%;

}
.carousel-indicators{bottom:31px !important;}

		.contact-adressbox{
			width:100%;
			padding:15px 0;
			background:#FFF;
			float:left;
			}
		.inner-address{
			border:1px dashed #CCC;
			background:#FFF;
			padding:10px;
			float:left;
			width:100%;
			}
		.inner-address h3{
			font-size:18px;
			padding:15px 0;
			}
		.contact-adressbox .address-box p{
			color:#333 !important;
			padding: 0 0 0 15px;
    		margin-bottom: 15px;
			}
		.contact-adressbox .address-box i{
			color:#333 !important;
			font-size:16px;
			}
		.map-box{
			border: 1px dashed #81A51A;
			width:100%;
			height:405px;
			}
		.scrolloff {pointer-events: none;}
/*light box*/
#lightbox{cursor:pointer;position:fixed;width:100%;height:100%;top:0;left:0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAIElEQVQ4T2NkYGDYDMRkA8ZRAxhGw4BhNAyA+WAYpAMAIFgLQfO9BoEAAAAASUVORK5CYII=);background:rgba(211,211,211,.7);-webkit-filter:none!important}#lightbox img{display:block;position:absolute;box-shadow:0 0 20px #000;border-radius:1px;width:auto}body.blurred>*{-webkit-filter:blur(2px);-webkit-transform:translate3d(0,0,0)}.lightbox-loading{background:url(../images/loading.html) center center no-repeat;width:31px;height:31px;margin:-16px 0 0 -16px;position:absolute;top:48%;left:50%}.lightbox-caption{display:none;position:absolute;left:0;bottom:0;width:100%;text-align:center;z-index:1000;background:#000;background:rgba(0,0,0,.7)}.lightbox-caption p{margin:0 auto;max-width:70%;display:inline-block;padding:10px;color:#fff;font-size:12px;line-height:18px}.lightbox-button{position:absolute;z-index:9999;background:center center no-repeat;width:32px;height:32px;opacity:.4;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;transition:all .3s}.lightbox-button:focus,.lightbox-button:hover{opacity:1;-webkit-transform:scale(1.4);-moz-transform:scale(1.4);-ms-transform:scale(1.4);transform:scale(1.4)}.lightbox-close{right:30px;top:30px;background-image:url(../images/close.png)}.lightbox-next{right:30px;top:48%;background-image:url(../images/next.png)}.lightbox-previous{left:30px;top:48%;background-image:url(../images/previous.png)}

#package,#package ul li{width:100%;float:left}
#package h4{padding:0 0 15px}
#package ul{margin:0;padding:0}
#package ul li{list-style:none;margin-bottom:15px;background:#CA835D;border:1px dashed #8A4C2B;padding:5px}
.package-prise{color:#fff;display:block;background:#8E5537;width:80px;height:80px;border-radius:50%;line-height:80px;text-align:center;font-weight:600;margin:auto}
.hide-none,.mobile-footer-link,.package-sub{display:none}
.timebox{font-size:16px;color:#FFF;line-height:80px}
.pack-name{font-size:17px;color:#33190B;line-height:80px;margin:0;padding:0}
.accomd-box-img{height:auto;overflow:hidden;width:100%;float:left}
.accomd-box-img img{width:100%}
.accomd-box-name{width:100%;padding:15px;float:left;background:#ECECEC;font-size:14px;text-transform:uppercase;color:#090;font-weight:600;border:1px solid #E2E2E2;margin-bottom:30px}
/*---------------------inner pages---------------------*/				

/*************responsive part*************************/
@media (min-width: 400px) and (max-width:767px) {
	 .top-contact-box ul li{margin-right:18px;}
	 .media-icon-box{margin-left:auto !important;margin-right:auto !important;}
	 .header .col-md-3{width:100%;text-align:center;}
	 .top-contact-box ul li{width:70%;}
	 .ayur-right-img{display:none;}
	 .logo-box{position:inherit}
	 .header .col-md-9{width:100%;z-index:30}
	 .top-contact-box ul li{margin-right:18px;}
	 .header .col-md-3{width:60%;float:left;}
	 .ayur-right-img{display:none;}
	 .logo-box{position:inherit;width:60%;float:left}
	 .logo-box img{width:100%;}
	 .header .col-md-9{width:100%;z-index:30}
	 .media-icon-box {position:absolute;top:-25px; right:10px;margin:0;}
	 .media-icon-box-footer {}
	 .media-icon-box ul li a {
    font-size: 14px;
    background: #0d5937;
    color: #FFF;
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 17px;
    text-align: center;
    line-height: 25px;
}
	.navbar-toggle{margin-top:-59px !important;}
	.navbar-toggle i{color:#0d5937 !important}
	.top-contact-box ul li{margin-right:6px !important;}
	.top-contact-box i{font-size:13px !important;margin-right:10px !important;}
	.top-contact-box ul li a{font-size:12px;}
	.top-contact-box ul{padding-left:5px;}
	.mobile-footer-link ul {padding:0px; margin:0px;text-align: center;}
	.mobile-footer-link {
    position: fixed;
    width: 100%;
    height: 50px;
    bottom: -1px;
    background-color: #a3bb29;
    z-index: 9999;
    display: block;
}

.mobile-footer-link ul li {
    padding: 0px 0px 0px 0px;
    margin: 5px 6%;
    float: none;
    display: inline-block;
    width: 32px;
    height: 26px;
    cursor: pointer;
}
.mobile-footer-link ul li a {
    padding: 26px 0px 0px 0px; margin: 0px 0px 0px 0px; float: none; display: block;
    width: 32px; height: 26px;
    color: #3d6514; font-size: 10px; cursor: pointer;
	-webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; transition: all .3s ease-in-out;
}
.mobile-footer-link ul li a.tariff { background: url(../images/tariff.png) center top no-repeat;text-decoration:none; }
.mobile-footer-link ul li a.package { background: url(../images/package.png) center top no-repeat;text-decoration:none; }
.mobile-footer-link ul li a.gallery { background: url(../images/gallery.png) center top no-repeat;text-decoration:none; }
.mobile-footer-link ul li a.enquiry { background: url(../images/enquiry.png) center top no-repeat;text-decoration:none; }
.mobile-footer-link ul li a.tariff:hover { background: url(../images/tariff-hover.png) center top no-repeat;color:#FFF;text-decoration:none; }
.mobile-footer-link ul li a.package:hover { background: url(../images/package-hover.png) center top no-repeat;color:#FFF;text-decoration:none; }
.mobile-footer-link ul li a.gallery:hover { background: url(../images/gallery-hover.png) center top no-repeat;color:#FFF;text-decoration:none; }
.mobile-footer-link ul li a.enquiry:hover { background: url(../images/enquiry-hover.png) center top no-repeat;color:#FFF;text-decoration:none; }


.package-sub{
	position:fixed;
	bottom:50px;
	text-align:center;
	background-color:#92B824;
	z-index:99999;
	width:100%;
	color:#FFF;
	}

.package-sub.dispaly-block{
	display:block;
	margin-bottom:-2px;
	}
.package-sub ul{margin:0;padding:0;}
.package-sub ul li{
	border-bottom:#FFF 1px solid;
	list-style:none;
	}
.package-sub ul li a{
	padding:12px 0px;
	color:#FFF;
	display:block;
	}
.package-sub ul li a:hover{
	background-color:#217c3a;
	color:#FFF;
	text-decoration:none;
	}
	
#inner-banner-pack h2{
		display:none;
		}
	#inner-banner-pack p{
		display:none;
		}
 #inner-banner h2{display:none !important;}
 #inner-banner p{display:none !important;}
 
 #inner-banner {  padding:0; }
 #inner-banner-pack { padding:0;  }
 #inner-banner img { width:100%; height:auto; }
.demo-2 .bg-img{background-repeat:no-repeat !important;height:82%;}
 .demo-2 .sl-slider-wrapper{height:180px !important}
 .demo-2 .sl-slider h2{padding:36px 0 0 0  !important;width:95% !important}
 .demo-2 .sl-slider blockquote{padding:0 !important;width:95% !important;font-size:13px !important;}
 .demo-2 .sl-slider blockquote{padding:0;}
 .demo-2 .bg-img-4 {background-image: url(../images/4.jpg);background-size:120% !important;}
.demo-2 .bg-img-4 h2{font-size:20px !important;}
.demo-2 .bg-img-5 {background-image: url(../images/5.jpg);background-size:100% !important;}
.sl-slide-inner span{display:none;}
.banner-atag{padding:3px;color:#fff;background:none;}
.banner-atag:hover{background:none;color:#0D5937 !important}
.sl-slider p{padding-bottom:0 !important;}

	}

/*@media (min-width: 768px) and (max-width:1024px) {
	.banner-content { padding:5em 0 1em 0;}
	.banner-content h2 { padding-bottom:4px !important; }
}
*/
@media (min-width: 768px) and (max-width:1023px) {
	
	.banner-content { padding:5em 0 1em 0;}
	.banner-content h2 { padding-bottom:4px !important; }
	.ayur-right-img{display:none;}
	 .header .col-md-3{width:100%;text-align:center;} 
	 .logo-box{position:inherit}.logo-box{position:inherit}
	 .header .col-md-9{width:100%;z-index:30}
	 .nav > li > a{padding: 11px 5px !important;}
		}
	
@media (min-width: 240px) and (max-width:399px) {
	 .top-contact-box ul li{margin-right:18px;}
	 .header .col-md-3{width:60%;float:left;}
	 .ayur-right-img{display:none;}
	 .logo-box{position:inherit;width:60%;float:left}
	 .logo-box img{width:100%;}
	 .header .col-md-9{width:100%;z-index:30}
	 .media-icon-box {position:absolute;top:-25px; right:10px;margin:0;}
	 .media-icon-box ul li a {
    font-size: 14px;
    background: #0d5937;
    color: #FFF;
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 17px;
    text-align: center;
    line-height: 25px;
}
	.navbar-toggle{margin-top:-59px !important;}
	.navbar-toggle i{color:#0d5937 !important}
	.top-contact-box ul li{margin-right:6px !important;}
	.top-contact-box i{font-size:13px !important;margin-right:10px !important;}
	.top-contact-box ul li a{font-size:12px;}
	.top-contact-box ul{padding-left:5px;}
	.mobile-footer-link ul {padding:0px; margin:0px;text-align: center;}
	.mobile-footer-link {
    position: fixed;
    width: 100%;
    height: 50px;
    bottom: -1px;
    background-color: #a3bb29;
    z-index: 9999;
    display: block;
}
.mobile-footer-link ul li {
    padding: 0px 0px 0px 0px;
    margin: 5px 6%;
    float: none;
    display: inline-block;
    width: 32px;
    height: 26px;
    cursor: pointer;
}
.mobile-footer-link ul li a {
    padding: 26px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    float: none;
    display: block;
    width: 32px;
    height: 26px;
    cursor: pointer;
    color: #3d6514;
    font-size: 10px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.mobile-footer-link ul li a.tariff {
    background: url(../images/tariff.png) center top no-repeat;text-decoration:none;
}
.mobile-footer-link ul li a.package {
    background: url(../images/package.png) center top no-repeat;text-decoration:none;
}
.mobile-footer-link ul li a.gallery {
    background: url(../images/gallery.png) center top no-repeat;text-decoration:none;
}
.mobile-footer-link ul li a.enquiry {
    background: url(../images/enquiry.png) center top no-repeat;text-decoration:none;
}
.mobile-footer-link ul li a.tariff:hover {
    background: url(../images/tariff-hover.png) center top no-repeat;color:#FFF;text-decoration:none;
}
.mobile-footer-link ul li a.package:hover {
    background: url(../images/package-hover.png) center top no-repeat;color:#FFF;text-decoration:none;
}
.mobile-footer-link ul li a.gallery:hover {
    background: url(../images/gallery-hover.png) center top no-repeat;color:#FFF;text-decoration:none;
}
.mobile-footer-link ul li a.enquiry:hover {
    background: url(../images/enquiry-hover.png) center top no-repeat;color:#FFF;text-decoration:none;
}
.carousel-indicators{bottom:52px !important;}


.package-sub{
	position:fixed;
	bottom:50px;
	text-align:center;
	background-color:#92B824;
	z-index:99999;
	width:100%;
	color:#FFF;
	}
.package-sub.dispaly-block{
	display:block;
	margin-bottom:-2px;
	}
.package-sub ul{margin:0;padding:0;}
.package-sub ul li{
	border-bottom:#FFF 1px solid;
	list-style:none;
	}
.package-sub ul li a{
	padding:12px 0px;
	color:#FFF;
	display:block;
	}
.package-sub ul li a:hover{
	background-color:#217c3a;
	color:#FFF;
	text-decoration:none;
	}
#inner-banner-pack h2{
		display:none;
		}
	#inner-banner-pack p{
		display:none;
		}
 #inner-banner h2{display:none !important;}
 #inner-banner p{display:none !important;}
 #inner-banner {  padding:0; }
 #inner-banner-pack { padding:0; }
 .demo-2 .bg-img{background-repeat:no-repeat !important;background-size:contain !important;height:82%;}
 .demo-2 .sl-slider-wrapper{height:158px !important}
 .demo-2 .sl-slider h2{padding:10px 0 0 0  !important;width:95% !important}
 .demo-2 .sl-slider blockquote{padding:0 !important;width:95% !important;font-size:13px !important;}
 .demo-2 .sl-slider blockquote{padding:0;}
 .demo-2 .bg-img-4 {background-image: url(../images/4.jpg);background-size:120% !important;}
.demo-2 .bg-img-4 h2{font-size:20px !important;}
.demo-2 .bg-img-5 {background-image: url(../images/5.jpg);background-size:100% !important;}
.sl-slide-inner span{display:none;}
.banner-atag{padding:3px;color:#fff;background:none;}
.banner-atag:hover{background:none;color:#0D5937 !important}
.sl-slider p{padding-bottom:0 !important;}
.nav-dots{bottom:26%;}
.demo-2 .bg-img-1,.demo-2 .bg-img-2,.demo-2 .bg-img-3{background-size:100% !important;}}
}

	
@media screen (width: 1024px){
	.nav > li > a{padding: 11px 8px !important;}
	.logo-box{position:inherit}
	.logo-box img{width:121%;}
	}
		
/*************responsive part*************************/
/*package animation*/
.accordion dl { border: 1px solid #ddd; }

.accordion dl:after {
  content: "";
  display: block;
  height: 1em;
  width: 100%;
  background-color: #769619;
}

.accordion dt > a {
  text-align: center;
  font-weight: 700;
  padding: 2em;
  display: block;
  text-decoration: none;
  color: #fff;
  -webkit-transition: background-color 0.5s ease-in-out;
  -moz-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
}

.accordion dd {
  background-color: #eee;
  font-size: 1em;
  line-height: 1.5em;
}

.accordion dd > p {
  padding: 1em 2em 1em 2em;
  margin: 0;
}

.accordion {
  position: relative;
  background-color: #eee;
}

/*.container {
  max-width: 960px;
  margin: 0 auto;
  padding: 2em 0 2em 0;
}
*/
.accordionTitle {
    background-color: #92B824;
    border-bottom: 1px solid #FFFFFF;
}

.accordionTitle:before {
  content: "+";
  font-size: 1.5em;
  line-height: 0.5em;
  float: left;
  -moz-transition: -moz-transform 0.3s ease-in-out;
  -o-transition: -o-transform 0.3s ease-in-out;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}

.accordionTitle:hover { background-color: #687F26; }

.accordionTitleActive { background-color: #0D5937; }

.accordionTitleActive:before {
  -webkit-transform: rotate(-225deg);
  -moz-transform: rotate(-225deg);
  transform: rotate(-225deg);
}

.accordionItem {
  height: auto;
  overflow: hidden;
}
/*@media all {

.accordionItem {
  max-height: 50em;
  -moz-transition: max-height 1s;
  -o-transition: max-height 1s;
  -webkit-transition: max-height 1s;
  transition: max-height 1s;
}
}
@media screen and (min-width: 48em) {

.accordionItem {
  max-height: 15em;
  -moz-transition: max-height 0.5s;
  -o-transition: max-height 0.5s;
  -webkit-transition: max-height 0.5s;
  transition: max-height 0.5s;
}
}*/

.accordionItemCollapsed { max-height: 0; }

.animateIn {
  -webkit-animation-name: accordionIn;
  -webkit-animation-duration: 0.65s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: both;
  -webkit-animation-delay: 0s;
  -moz-animation-name: normal;
  -moz-animation-duration: 0.65s;
  -moz-animation-iteration-count: 1;
  -moz-animation-direction: alternate;
  -moz-animation-timing-function: ease-in-out;
  -moz-animation-fill-mode: both;
  -moz-animation-delay: 0s;
  animation-name: accordionIn;
  animation-duration: 0.65s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-timing-function: ease-in-out;
  animation-fill-mode: both;
  animation-delay: 0s;
}

.animateOut {
  -webkit-animation-name: accordionOut;
  -webkit-animation-duration: 0.75s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: alternate;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: both;
  -webkit-animation-delay: 0s;
  -moz-animation-name: accordionOut;
  -moz-animation-duration: 0.75s;
  -moz-animation-iteration-count: 1;
  -moz-animation-direction: alternate;
  -moz-animation-timing-function: ease-in-out;
  -moz-animation-fill-mode: both;
  -moz-animation-delay: 0s;
  animation-name: accordionOut;
  animation-duration: 0.75s;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
  animation-fill-mode: both;
  animation-delay: 0s;
}
 @-webkit-keyframes 
accordionIn {  0% {
 opacity: 0;
 -webkit-transform: scale(0.8);
}
 100% {
 opacity: 1;
 -webkit-transform: scale(1);
}
}
@-moz-keyframes 
accordionIn {  0% {
 opacity: 0;
 -moz-transform: scale(0.8);
}
 100% {
 opacity: 1;
 -moz-transform: scale(1);
}
}
@keyframes 
accordionIn {  0% {
 opacity: 0;
 transform: scale(0.8);
}
 100% {
 opacity: 1;
 transform: scale(1);
}
}
@-webkit-keyframes 
accordionOut {  0% {
 opacity: 1;
 -webkit-transform: scale(1);
}
 100% {
 opacity: 0;
 -webkit-transform: scale(0.8);
}
}
@-moz-keyframes 
accordionOut {  0% {
 opacity: 1;
 -moz-transform: scale(1);
}
 100% {
 opacity: 0;
 -moz-transform: scale(0.8);
}
}
@keyframes 
accordionOut {  0% {
 opacity: 1;
 transform: scale(1);
}
 100% {
 opacity: 0;
 transform: scale(0.8);
}
}

/*package animation*/
	
.inner-pack-box{
	width:85%;
	margin:auto;
	background:#E2C8B8;
	padding:10px;
	margin-bottom:8px;
	color:#333;
	}
	.day-box{
		background:#7C1310;
		padding:8px 0;
		text-align:center;
		color:#FFF;
		font-weight:600;
		}	


#package li {
    margin: 0;
    padding: 5px 0px 10px 40px;
    font-size: 15px;
    color: #666;
    line-height: 20px;
    list-style: none !important;
    background: url(../images/list-style.png) no-repeat 2px 10px;
}		
		
