/******************* Common Things ******************/
body {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
  overflow-x:hidden;
}
.container {
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}
a {
    color: #8d9c35;
    text-decoration: none;
}
@media (min-width: 1200px) 
{
  .container {
    width: 1200px;
  }
}
.container-fluid {
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -10px;
  margin-left: -10px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: static;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.mr-left-5{ margin-left:5px;}
.mr-left-10{ margin-left:10px;}
.mr-left-15{ margin-left:15px;}
.mr-left-20{ margin-left:20px;}
.mr-left-25{ margin-left:25px;}
.mr-left-30{ margin-left:30px;}
.mr-left-35{ margin-left:35px;}
.mr-left-40{ margin-left:40px;}
.mr-left-45{ margin-left:45px;}
.mr-left-50{ margin-left:50px;}

.mr-right-5{ margin-right:5px;}
.mr-right-10{ margin-right:10px;}
.mr-right-15{ margin-right:15px;}
.mr-right-20{ margin-right:20px;}
.mr-right-25{ margin-right:25px;}
.mr-right-30{ margin-right:30px;}
.mr-right-35{ margin-right:35px;}
.mr-right-40{ margin-right:40px;}
.mr-right-45{ margin-right:45px;}
.mr-right-50{ margin-right:50px;}

.mr-top-5{ margin-top:5px;}
.mr-top-10{ margin-top:10px;}
.mr-top-15{ margin-top:15px;}
.mr-top-20{ margin-top:20px;}
.mr-top-25{ margin-top:25px;}
.mr-top-30{ margin-top:30px;}
.mr-top-35{ margin-top:35px;}
.mr-top-40{ margin-top:40px;}
.mr-top-45{ margin-top:45px;}
.mr-top-50{ margin-top:50px;}

.mr-bottom-5{ margin-bottom:5px;}
.mr-bottom-10{ margin-bottom:10px;}
.mr-bottom-15{ margin-bottom:15px;}
.mr-bottom-20{ margin-bottom:20px;}
.mr-bottom-25{ margin-bottom:25px;}
.mr-bottom-30{ margin-bottom:30px;}
.mr-bottom-35{ margin-bottom:35px;}
.mr-bottom-40{ margin-bottom:40px;}
.mr-bottom-45{ margin-bottom:45px;}
.mr-bottom-50{ margin-bottom:50px;}

.pad-left-3{ padding-left:3px;}
.pad-left-4{ padding-left:4px;}
.pad-left-5{ padding-left:5px;}
.pad-left-10{ padding-left:10px;}
.pad-left-15{ padding-left:15px;}
.pad-left-20{ padding-left:20px;}
.pad-left-25{ padding-left:25px;}
.pad-left-30{ padding-left:30px;}
.pad-right-3{ padding-right:3px;}
.pad-right-4{ padding-right:4px;}
.pad-right-5{ padding-right:5px;}
.pad-right-10{ padding-right:10px;}
.pad-right-15{ padding-right:15px;}
.pad-right-20{ padding-right:20px;}
.pad-right-25{ padding-right:25px;}
.pad-right-30{ padding-right:30px;}
.pad-top-3{ padding-top:3px;}
.pad-top-4{ padding-top:4px;}
.pad-top-5{ padding-top:5px;}
.pad-top-10{ padding-top:10px;}
.pad-top-15{ padding-top:15px;}
.pad-top-20{ padding-top:20px;}
.pad-top-25{ padding-top:25px;}
.pad-top-30{ padding-top:30px;}
.pad-bottom-3{ padding-bottom:3px;}
.pad-bottom-4{ padding-bottom:4px;}
.pad-bottom-5{ padding-bottom:5px;}
.pad-bottom-10{ padding-bottom:10px;}
.pad-bottom-15{ padding-bottom:15px;}
.pad-bottom-20{ padding-bottom:20px;}
.pad-bottom-25{ padding-bottom:25px;}
.pad-bottom-30{ padding-bottom:30px;}

.carousel {
    position: relative;
    float: left;
    width: 100%;
}

.lodarintro{ position:fixed; left:0; top:0; right:0; width:100%; height:100%; bottom:0; background-color:rgba(0,0,0,0.7); z-index:99999999999999;}           
.lodarintro.hide{ display:none;}
.lodarintro:after
{
	background:url(../images/grouploader.gif) no-repeat center center;
	background-size:64px;
	width:60px;
	height:60px;
	left:50%;
	top:50%;
	margin:-30px 0px 0px -30px;
	border-radius:8px;
	position:absolute;
    content: "";
    
}
.Kuralefont{font-family: 'Kurale', serif;}

.viewmore{position:relative; padding:0; margin:20px 0px 0px 0px;}
.viewmore a{font-size:18px; font-weight:300; text-transform:uppercase; color:#414042; text-decoration:none; background:#bcbec0; padding:2px 20px; border-radius:4px;}
.viewmore a:hover{color:#000; background:#c6ce9a;}

.viewmoreColor{position:relative; padding:0; margin:20px 0px 0px 0px;}
.viewmoreColor a{font-size:18px; font-weight:300; text-transform:uppercase; color:#414042; text-decoration:none; background:#c6ce9a; padding:2px 20px; border-radius:4px;}
.viewmoreColor a:hover{color:#000; background:#c6ce9a;}

.general-subheading{padding:0; margin:30px 0px; text-align:center; float:left; position:relative; width:100%; font-size:42px; font-weight:300;}

.general-heading-for-all{padding:0; margin:20px 0px; text-align:center; float:left; position:relative; width:100%;}
.general-heading-for-all .head-he
{
    position:relative;
    text-transform: capitalize;
    margin-left:auto;
    margin-right:auto;
}
.general-heading-for-all .head-he .title-heading
{
    position:relative; padding:0px 15px;
    font-size:32px;
    font-weight:300;
    text-align:center;
    display:inline-block;
    font-family: 'Kurale', serif
}
.general-heading-for-all .head-he .title-heading.white{ color:#fff;}

.general-heading-for-all .subtitle{ font-weight:400; font-size:14px; padding:20px 0px;}
.generalfont{font-family: 'Lato', sans-serif;}

.banner-head-general{position:relative; padding:0; margin:0; z-index:-2; float:left; width:100%;}

.banner-head{position:relative; padding:0; margin:0; z-index:-2; float:left; width:100%;}
.banner-head .fulfill{width:100%; height:100%; position:relative; overflow:hidden;}
.banner-head .fulfill img{ width:100%;}

.successfully-div
{
    background:rgba(0,136,0,0.7);
    padding:20px;
    font-weight:600;
    color:#fff;
    font-size:16px;
    position:fixed;
    top:40%;
    right:20px;
    border-radius:4px;
    -webkit-box-shadow: 2px 2px 12px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 2px 12px 0px rgba(0,0,0,0.75);
    box-shadow: 2px 2px 12px 0px rgba(0,0,0,0.75);
    width:300px;
    display:none;
}
.closemsg{ position:absolute; left:-2px; top:-2px; width:20px; height:20px; color:#fff; background-color:rgba(0,0,0,0.5); text-align:center; font-size:12px; border-radius:16px; cursor:pointer;}
.error-div
{
    background:rgba(238,0,0,0.7);
    padding:20px;
    font-weight:600;
    color:#fff;
    font-size:16px;
    position:fixed;
    top:40%;
    right:20px;
    border-radius:4px;
    -webkit-box-shadow: 2px 2px 12px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 2px 12px 0px rgba(0,0,0,0.75);
    box-shadow: 2px 2px 12px 0px rgba(0,0,0,0.75);
    width:300px;
    display:none;
}



/******************* Common Things Ends ******************/

.nav-icon-show-hide{ position:relative; width:100%; height:30px; text-align:left; line-height:30px; color:#000; cursor:pointer; font-size:18px; font-weight:normal; background-color:#f0f0f0; border-radius:2px; margin-bottom:5px;}
.nav-labletext{ float:left; width:80px; text-align:center;}
.iconforweb{position:relative; width:30px; text-align:center;  color:#000; cursor:pointer; font-size:20px; font-weight:normal; float:right; margin-top:3px;}

.nav-icon-show-hide .iconforweb .fa.fa-navicon{ display:block;}
.nav-icon-show-hide .iconforweb .fa.fa-close{ display:none;}
.nav-icon-show-hide.active .iconforweb .fa.fa-navicon{ display:none;}
.nav-icon-show-hide.active .iconforweb .fa.fa-close{ display:block;}


.mobile-menu{display:none;}
.nav-icon-show-hide{ display:none;}
.mobile-menu.active{
    display:block;
    position: relative;
    left:0; top:0;
    width:100%;
    height:100%;
    background-color:#fff;
    padding:10px;
    overflow:auto;
    box-shadow:4px 4px 15px rgba(0,0,0,0.3);
    z-index:9999;
}


.centerlist-repeat{position:relative; width:100%; padding:2px; float:left; line-height:18px; background-color:#f5f5f5; margin:0; border-radius:2px;}
.centerlist-repeat .title{padding:0px 0px 10px 0px; font-size:15px; line-height:18px; font-weight:400;}
.centerlist-repeat .title a{ text-decoration:none; color:#8e9d35;}

.centerlist-repeat ul{  padding:0; margin:0; list-style:none; float:none!important; text-align:left;}
.centerlist-repeat ul li{padding:0; margin:0; display:block!important; float:none!important; border-bottom:solid 1px #ccc;}
.centerlist-repeat ul li:last-child{border-bottom:solid 0px #ccc;}
.centerlist-repeat ul li a{padding:2px 0px; display:block; text-decoration:none; text-transform:capitalize!important; height:auto!important}
.centerlist-repeat ul li a:hover{ color:#7c0849!important;}

.accord-down{width:25px; height:25px; position:absolute; right:5px; top:6px; background:url(../images/accord-down.png) no-repeat center center;}
.accord-up{width:25px; height:25px; position:absolute; right:5px; top:6px; background:url(../images/accord-up.png) no-repeat center center;}

.panel-title > a.collapsed .accord-down{ display:block;}
.panel-title > a.collapsed .accord-up{ display:none;}
.panel-group .panel + .panel {margin-top: 1px;}
.panel-title > a .accord-up{ display:block;}
.panel-title > a .accord-down{ display:none;}
.panel-group .panel-body {padding:0px; border-radius: 2px;}
.panel-group .panel {border-radius: 0; box-shadow: none; border:0; background:transparent;}
.panel-default > .panel-heading {padding: 0; border-radius: 2px; color: #fff; background-color: #868686; margin:0px 0px;}
.panel-title {font-size: 16px; position:relative; text-align:left;}
.panel-title > a {display: block; padding:10px 10px; text-decoration: none;}
.mobile-menu.active .panel-group {margin-bottom:0px;}


.centerlist-repeat{position:relative; width:100%; padding:2px 2px; float:left; line-height:18px; background-color:#f5f5f5; margin:0;}
.centerlist-repeat .title{padding:0px 0px 10px 0px; font-size:15px; line-height:18px; font-weight:400;}
.centerlist-repeat .title a{ text-decoration:none; color:#8e9d35;}

.centerlist-repeat ul{  padding:0; margin:0; list-style:none; float:none!important; text-align:left;}
.centerlist-repeat ul li{padding:0; margin:0; display:block; float:none!important; border-bottom:solid 1px #ccc;}
.centerlist-repeat ul li:last-child{border-bottom:solid 0px #ccc;}
.centerlist-repeat ul li a{padding:2px 0px; display:block; text-decoration:none; text-transform:capitalize!important; height:auto!important}
.centerlist-repeat ul li a:hover{ color:#7c0849!important;}

.accord-down{width:25px; height:25px; position:absolute; right:5px; top:6px; background:url(../images/accord-down.png) no-repeat center center;}
.accord-up{width:25px; height:25px; position:absolute; right:5px; top:6px; background:url(../images/accord-up.png) no-repeat center center;}

.panel-title > a.collapsed .accord-down{ display:block;}
.panel-title > a.collapsed .accord-up{ display:none;}
.panel-group .panel + .panel {margin-top: 1px;}
.panel-title > a .accord-up{ display:block;}
.panel-title > a .accord-down{ display:none;}
.panel-group .panel-body {padding:0px; border-radius: 2px;}
.panel-group .panel {border-radius: 0; box-shadow: none; border:0; background:transparent;}
.panel-default > .panel-heading {padding: 0; border-radius: 2px; color: #fff; background-color: #868686; margin:0px 0px;}
.panel-title {font-size: 16px; position:relative; text-align:left;}
.panel-title > a {display: block; padding:10px 10px; text-decoration: none;}

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');

.headersection-banner{position:relative; padding:0; margin:0;  float:left; width:100%; background:url(../images/texture.png) repeat #fff left top; -webkit-box-shadow: 0px 8px 15px rgba(0,0,0,0.2); z-index:9;}
.banner-section{ padding:0; margin:0; float:left; width:100%; position:relative;}
.banner-section img{width:100%;}
.overlaybanner{ left:0; top:0; right:0; bottom:0; background-color:#ffffff03; position:absolute;}
.background-base{ left:0; right:0; top:0; bottom:0; background:url(../images/background-base.png) repeat-x center bottom; position:absolute;}

.banner-text-content{ position:absolute; left:0; width:100%; bottom:25px; color:#fff;font-family: 'Roboto', sans-serif;}
.bigtext{font-size:40px; font-weight:400; text-transform:uppercase; letter-spacing:0px; text-align:center; overflow:hidden;}
.bigtext span{font-size:14px; position:relative; font-weight:400; letter-spacing:0px; white-space:nowrap;}
.bigtext span:before
{
    width:100%;
    height:2px;
    left:0px;
    top:-14px;
    background-color:#fff;    
	position:absolute;
    content: "";
    text-align:center;
}

.addbanner-content{
    position:absolute;
    padding:0;
    margin:0;
    font-weight:300;
    font-size:42px;
    color:#ffffff;
    line-height:51px;
    z-index:99;
    text-align:center;
    width:35%;
    height:100%;
    top:0;
    right:20%;
    text-shadow:1px 1px 1px #fff;
}
.addbanner-content.left{left:20%;}
.addbanner-content.whitetext{color:#fff; text-shadow:2px 2px 5px #000;}
.addbanner-content.whitebg{background-color:rgba(0,0,0,0.3);}

.addbanner-content .middle-ver-content  { display:table; padding:0; margin:0; text-align:center; width:100%; vertical-align:middle; height:100%;}
.addbanner-content .middle-ver-content .headlingforpage { display:table-cell; padding:50px 0px 0px 0px; margin:0; text-align:center; width:100%; vertical-align:middle;}
.addbanner-content .middle-ver-content .headlingforpage.bottomtext {vertical-align: bottom; padding-bottom:20px}
.addbanner-content .middle-ver-content .bgforweb-banner { background-color:rgba(0,0,0,0.7); padding:20px;}

.head-section{ padding:0; margin:0; float:left; width:100%; position:relative; min-height:170px; height:170px; display:table; vertical-align:middle; text-align:center;}
.head-section .generalhead{ padding:0; margin:0; width:100%; position:relative; min-height:170px; height:170px; display:table; vertical-align:middle; text-align:center;}
.head-section .generalhead .webheader{ width:100%; display:table-cell; vertical-align:middle; text-align:center;}
.head-section .generalhead .redmore{ width:100%; display:table-cell; vertical-align:middle; text-align:center;}
.head-section .generalhead .redmore img{text-align:center;}

.head-section h1{ font-size:34px; line-height:45px; padding:0; margin:0px 0px 10px 0px; text-align:center; font-family: 'Kurale', serif; width:100%; vertical-align:middle;}
.head-section p{ font-size:18px; line-height:20px; text-align:center; font-weight:400; width:100%; vertical-align:middle;}

.sublink-section{ padding:15px 0px; margin:0; float:left; width:100%; background-color:#fff; font-size:15px; box-shadow: 1px 1px 1px rgba(0, 0, 0, .1); z-index:99;}
.sublink-section.fixtop-sub{ position:fixed; left:0; top:0; right:0; }
.sublink-section ul{ list-style:none; text-align:center; margin:0;}
.sublink-section ul li{ display:inline-block; padding:0px 10px; border-right:solid 1px #ccc;}
.sublink-section ul li:last-child{border-right:0;}
.sublink-section ul li a{ text-decoration:none; color:#000;}
.sublink-section ul li a:hover{color:#7c0849;}
.sublink-section ul li a.current{color:#7c0849;}

.slidertitle
{
    position:relative;
    padding:0; margin:0;
    text-align:center;
    display:table-cell;
    vertical-align:middle;
}
.slidertitle-landing
{
    position:relative;
    padding:0px 0px 0px 0px; margin:0;
    text-align:center;
    display:table-cell;
    vertical-align: bottom;
}
.captionslider
{
    position:relative;
    padding:0; margin:0;
    text-align:center;
    position:absolute;
    top:0px;
    bottom:0;    
    width:100%;
    height:100%;  
}

.table-format
{
    position:relative;
    padding:0; margin:0;
    text-align:center;
    position:absolute;
    top:0px;
    bottom:0;
    vertical-align:middle;
    display:table;  
    width:100%;
    height:100%;  
}

.generalrepeat{ position:relative; padding:50px 0px; float:left; width:100%; margin:0px 0px; z-index:1;}
.generalrepeat.graybg{ background-color:#e7e8e9;}
.generalrepeat.discoverbg{ background:url(../pic/discoverbg.jpg) no-repeat left top; background-size:cover;}
.generalrepeat.the-theory-of-ayurveda{ background:url(../pic/the-theory-of-ayurveda.png) #e7e8e9 no-repeat left  center; padding:100px 0px;}

.generalrepeat-big{ position:relative; padding:80px 0px; float:left; width:100%; margin:0px 0px; z-index:1;}
.generalrepeat-big.graybg{ background-color:#e7e8e9;}
.generalrepeat-big.awardaccreditation{ background:url(../pic/awardaccreditation.jpg) no-repeat center center fixed; background-size:cover;}


.section-repeat-leftcontent.bdr-bottom{ border-bottom:solid 2px #a1a3a5;}
.section-repeat-leftcontent{ padding:0; margin:10px 0px; float:left; width:100%; position:relative;}
.section-repeat-leftcontent.rightpic .conetent-section{ float:right;}
.section-repeat-leftcontent.rightpic .conetent-section h2{ margin-top:10px;}
.section-repeat-leftcontent.big.rightpic .conetent-section h2{ margin-top:0px;}
.section-repeat-leftcontent.rightpic .content-pic{ float:left;}

.section-repeat-leftcontent .conetent-section{position:relative; padding:0px 0px; margin:0; width:48%; float:left; font-weight:300; color:#231f20; font-size:17px;}
.section-repeat-leftcontent .content-pic{ float:right; padding:0; margin:0; width:49%; position:relative;     box-shadow:6px 6px 15px rgba(0, 0, 0, 0.5);}

.section-repeat-leftcontent .content-pic .borderbox{ border:solid 2px #fff; position:absolute; left:15px; top:15px; right:15px; bottom:15px;}
.section-repeat-leftcontent .content-pic img{ width:100%;}

.section-repeat-leftcontent .conetent-section h2{ color:#414042; font-size:26px; padding:0; margin:0px 0px 10px 0px; line-height:36px; font-family: 'Kurale', serif}
.section-repeat-leftcontent .conetent-section h3{font-weight:400;}

.section-repeat-leftcontent .conetent-section h2 a{ text-decoration:none; color:#414042;}
.section-repeat-leftcontent .conetent-section h2 a:hover{color:#7c0849;}

.section-repeat-leftcontent .conetent-section .para-content{ padding:0; margin:0; float:left; width:100%; line-height: normal;}
.section-repeat-leftcontent .conetent-section .para-content a{ text-decoration: underline; color:#7c0849;}
.section-repeat-leftcontent .conetent-section .para-content a:hover{ text-decoration:none; color:#7c0849;}

.section-repeat-leftcontent .conetent-section .para-content .subtitleb{ font-weight:400;}

.section-repeat-leftcontent .conetent-section .para-general-big{ padding:10px; margin:0; float:left; width:100%; font-size:20px; line-height:30px; font-weight:400;}
.section-repeat-leftcontent .conetent-section .list-content{ padding:0; margin:0; float:left; width:100%;}
.section-repeat-leftcontent .conetent-section .list-content ul{ padding:0; margin:0px 0px 0px 20px; line-height: normal;}
.section-repeat-leftcontent .conetent-section .list-content ul li{ padding:0; margin:4px 0px; line-height: normal;}
.section-repeat-leftcontent .conetent-section .list-content .readmore-content{ margin-left:20px;}
.section-repeat-leftcontent .conetent-section .readmore-content{ padding:0; margin:15px 0px 0px 0px; float:left; width:100%; font-size:12px; font-weight:700;}
.section-repeat-leftcontent .conetent-section .readmore-content a{ text-decoration:underline; color:#414042;}
.section-repeat-leftcontent .conetent-section .readmore-content a:hover{ color:#7c0849;}



.top-spa-list{ position:relative; padding:10px; margin:0; width:100%; min-height:260px;}
.top-spa-list .main-country-item{ position:relative; padding:0; margin:2%; width:46%; float:left;}
.top-spa-list .main-country-item .view-spa-top { position:relative; float:left; width:100%; text-align:center;}
.top-spa-list .main-country-item .view-spa-top img{width:100%; margin-bottom:5px;}


.section-repeat-leftcontent.big .conetent-section{font-size:18px;}
.section-repeat-leftcontent.big .conetent-section h2{font-size:28px; line-height:40px;}
.section-repeat-leftcontent.big .conetent-section h2.latofont{font-family: 'Lato', sans-serif; font-weight:300; font-size:33px;}
.section-repeat-leftcontent.big .conetent-section .readmore-content{font-size:15px;}



.overlaybg-general{ position:absolute; left:0; bottom:0; right:0;  top:0; background-color:rgba(0,0,0,0.5); z-index:0;}
.bg-repeat-base
{
    position:relative;
    padding:0px 0px;
    background:url(../pic/bg-1.jpg) no-repeat center center fixed;
    background-size:cover;
    width:100%;    
    height:400px;   
    float:left;
}
.bg-repeat-base2
{
    position:relative;
    padding:0px 0px;
    background:url(../pic/bg-2.jpg) no-repeat center center fixed;
    background-size:cover;
    width:100%;    
    height:400px;   
    float:left;
}
.bg-repeat-base3
{
    position:relative;
    padding:0px 0px;
    background:url(../pic/bg-3.jpg) no-repeat center center fixed;
    background-size:cover;
    width:100%;    
    height:400px;   
    float:left;
}
.bg-repeat-base4
{
    position:relative;
    padding:0px 0px;
    background:url(../pic/bg-4.jpg) no-repeat center center fixed;
    background-size:cover;
    width:100%;    
    height:400px;   
    float:left;
}

.bg-repeat-base5
{
    position:relative;
    padding:0px 0px;
    background:url(../pic/bg-5.jpg) no-repeat center center fixed;
    background-size:cover;
    width:100%;    
    height:400px;   
    float:left;
}

.bg-repeat-base6
{
    position:relative;
    padding:0px 0px;
    background:url(../pic/bg-6.jpg) no-repeat center center fixed;
    background-size:cover;
    width:100%;    
    height:400px;   
    float:left;
}
.bg-repeat-base7
{
    position:relative;
    padding:0px 0px;
    background:url(../pic/bg-7.jpg) no-repeat center center fixed;
    background-size:cover;
    width:100%;    
    height:400px;   
    float:left;
}
.bg-repeat-base8
{
    position:relative;
    padding:0px 0px;
    background:url(../pic/bg-8.jpg) no-repeat center center fixed;
    background-size:cover;
    width:100%;    
    height:400px;   
    float:left;
}

.bg-repeat-base9
{
    position:relative;
    padding:0px 0px;
    background:url(../pic/bg-9.jpg) no-repeat center center fixed;
    background-size:cover;
    width:100%;    
    height:400px;   
    float:left;
}

.bg-repeat-base10
{
    position:relative;
    padding:0px 0px;
    background:url(../pic/bg-10.jpg) no-repeat center center fixed;
    background-size:cover;
    width:100%;    
    height:400px;   
    float:left;
}

.bg-repeat-base11
{
    position:relative;
    padding:0px 0px;
    background:url(../pic/bg-11.jpg) no-repeat center center fixed;
    background-size:cover;
    width:100%;    
    height:400px;   
    float:left;
}
.bg-repeat-base12
{
    position:relative;
    padding:0px 0px;
    background:url(../pic/bg-12.jpg) no-repeat center center fixed;
    background-size:cover;
    width:100%;    
    height:400px;   
    float:left;
}
.bg-repeat-base13
{
    position:relative;
    padding:0px 0px;
    background:url(../pic/bg-13.jpg) no-repeat center center fixed;
    background-size:cover;
    width:100%;    
    height:400px;   
    float:left;
}
.bg-repeat-base14
{
    position:relative;
    padding:0px 0px;
    background:url(../pic/bg-14.jpg) no-repeat center center fixed;
    background-size:cover;
    width:100%;    
    height:400px;   
    float:left;
}
.bg-repeat-base15
{
    position:relative;
    padding:0px 0px;
    background:url(../pic/bg-15.jpg) no-repeat center center fixed;
    background-size:cover;
    width:100%;    
    height:400px;   
    float:left;
}
.bg-repeat-base16
{
    position:relative;
    padding:0px 0px;
    background:url(../pic/bg-16.jpg) no-repeat center center fixed;
    background-size:cover;
    width:100%;    
    height:400px;   
    float:left;
}
.bg-repeat-base17
{
    position:relative;
    padding:0px 0px;
    background:url(../pic/bg-17.jpg) no-repeat center center fixed;
    background-size:cover;
    width:100%;    
    height:400px;   
    float:left;
}
.bg-repeat-base18
{
    position:relative;
    padding:0px 0px;
    background:url(../pic/bg-18.jpg) no-repeat center center fixed;
    background-size:cover;
    width:100%;    
    height:400px;   
    float:left;
}
.bg-repeat-base19
{
    position:relative;
    padding:0px 0px;
    background:url(../pic/bg-19.jpg) no-repeat center center fixed;
    background-size:cover;
    width:100%;    
    height:400px;   
    float:left;
}
.bg-repeat-base20
{
    position:relative;
    padding:0px 0px;
    background:url(../pic/bg-20.jpg) no-repeat center center fixed;
    background-size:cover;
    width:100%;    
    height:400px;   
    float:left;
}

.bg-repeat-base21
{
    position:relative;
    padding:0px 0px;
    background:url(../pic/bg-21.jpg) no-repeat center center fixed;
    background-size:cover;
    width:100%;    
    height:400px;   
    float:left;
}

.bg-repeat-base22
{
    position:relative;
    padding:0px 0px;
    background:url(../pic/bg-22.jpg) no-repeat center center fixed;
    background-size:cover;
    width:100%;    
    height:400px;   
    float:left;
}

.bg-repeat-base23
{
    position:relative;
    padding:0px 0px;
    background:url(../pic/bg-23.jpg) no-repeat center center fixed;
    background-size:cover;
    width:100%;    
    height:400px;   
    float:left;
}
.bg-repeat-base24
{
    position:relative;
    padding:0px 0px;
    background:url(../pic/bg-24.jpg) no-repeat center center fixed;
    background-size:cover;
    width:100%;    
    height:400px;   
    float:left;
}
.bg-repeat-base25
{
    position:relative;
    padding:0px 0px;
    background:url(../pic/bg-25.jpg) no-repeat center center fixed;
    background-size:cover;
    width:100%;    
    height:400px;   
    float:left;
}
.bg-repeat-base26
{
    position:relative;
    padding:0px 0px;
    background:url(../pic/bg-26.jpg) no-repeat center center fixed;
    background-size:cover;
    width:100%;    
    height:400px;   
    float:left;
}
.bg-repeat-base27
{
    position:relative;
    padding:0px 0px;
    background:url(../pic/bg-27.jpg) no-repeat center center fixed;
    background-size:cover;
    width:100%;    
    height:400px;   
    float:left;
}

.bg-repeat-base28
{
    position:relative;
    padding:0px 0px;
    background:url(../pic/bg-28.jpg) no-repeat center center fixed;
    background-size:cover;
    width:100%;    
    height:400px;   
    float:left;
}


.text-vertical-center-middle
{
    
    display:table;
    text-align:center;
    vertical-align:middle;
    width:100%;    
    position:relative; z-index:1;
}
.subtitle-middle
{
    height:400px;
    display:table-cell;
    text-align:center;
    vertical-align:middle;
    width:100%;    
    font-size:34px;
    color:#fff;
}

/******About Us*****/


/* Carousel */
.aboutmanagementtext
{
    font-size:14px;
    font-weight:300;
    text-align:center;
    margin:30px 0px;
}
#quote-carousel {
    padding: 0 10px 0px 10px;
    margin-top:0px;
    /* Control buttons  */
    /* Previous button  */
    /* Next button  */
    /* Changes the position of the indicators */
    /* Changes the color of the indicators */
    float:left;
    width:100%;
    position:relative;
}

#quote-carousel .carousel-indicators {
     position: relative!important;
    bottom: auto;
    /* left: 50%; */
    z-index: 15;
    /* width: 60%; */
    padding-left: 0;
    /* margin-left: -30%; */
    text-align: center;
    list-style: none;
    float:left; width:100%;
    left:auto;
    margin-left:auto;
    right:0!important;
    margin-right:0;
    margin-bottom:70px;
}

#quote-carousel .carousel-control {
    background: none;
    color: #CACACA;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}
#quote-carousel .carousel-control.left {left: -60px;}
#quote-carousel .carousel-control.right {right: -60px;}
#quote-carousel .carousel-indicators {right: 50%; top: auto; bottom: 0px; margin-right: -19px;}
#quote-carousel .carousel-indicators li {
    width:160px;
    height:160px;
    margin: 5px 20px;
    cursor: pointer;
    border: 0px solid #CCC;
    border-radius:100%;
    opacity: 0.9;
    overflow: hidden;
    transition: all 0.4s;
    position:relative;
}
#quote-carousel .carousel-indicators li .basebgoverlay{background-color: rgba(0,0,0,0.5); width:100%; height:100%; position:absolute; left:0; top:0; z-index:9;}
#quote-carousel .carousel-indicators .active {opacity: 1; overflow: hidden;}
#quote-carousel .carousel-indicators .active .basebgoverlay{display:none;}
#quote-carousel .carousel-inner {min-height:160px; float:left; width:100%; text-align:justify;}
.nameofspeeker{ font-size:20px; padding:1px 0px; text-align:center;}
.designation{ font-size:14px; font-style:italic; padding-bottom:20px; text-align:center;}

.webhistory{ display:block; padding:0; margin:0; text-align:center; width:100%;}
.webhistory img{max-width:100%;}
.phonehistory{ display:none; padding:0; margin:0; text-align:center; width:100%;}
.phonehistory img{max-width:100%;}

.blog-small-section{padding:25px; margin:0px 0px 16px 0px; float:left; width:100%; position:relative; display:table; vertical-align:middle; color:#fff; border:solid 1px #fff; text-align:center;}

.blog-small-section .blog-pic-section{ padding:0; margin:0; position:relative; width:100%; float:left; vertical-align:middle;}
.blog-small-section .blog-pic-section img{width:100%; border:solid 2px #eeb31e}
.blog-small-section .titleblog{float:left; padding:0px; margin:0px 0px 20px 0px; width:100%;  font-size:16px; line-height:20px; font-weight:400; height:36px; overflow:hidden; font-family: 'Kurale', serif}
.blog-small-section .titleblog a{text-decoration:none; color:#fff;}
.blog-small-section .blog-desctiption-section{padding:10px 0px; margin:0; width:100%; float:left; vertical-align:middle;}
.blog-small-section .blog-desctiption-section .desctiption{float:left; padding:0px; margin:0; width:100%;  font-size:13px; font-weight:400; max-height:92px; overflow:hidden;}
.blog-small-section .blog-desctiption-section .desctiption strong{font-weight:400;}
.blog-small-section .blog-desctiption-section .desctiption p{ margin:0;}

.profile-para{ padding:0; margin:0; line-height:normal;}

.whitebgbottom{ background-color:#fff; height:22%; width:100%; position:absolute; z-index:-1; left:0; bottom:0;}
.prifile-signature{ padding:0; margin:25px 0px 0px 0px; font-style:italic;}
.prifile-signature span{ padding:0; margin:0; font-style: normal; font-size:120%; font-weight:700; display:block;}
.prifile-pic{ padding:0; margin:0px 0px 10px 0px;  width:100%; text-align:center;}
.prifile-pic img{max-width:100%;}

/* Our Brands Section */
.ourbrands{position:relative; padding:80px 0px; margin:0; float:left; width:100%; background:url(../brands/ourbrand-design.png) #ffecd3 repeat left top; overflow-x:hidden; z-index:1}
.centre-logo-mobile{ font-family: 'Kurale', serif; color:#fff; font-size:24px; color:#fff; float:left; text-align:center; padding:10px 0px; margin:0px 0px 10px 0px; border-bottom:dotted 1px #fff; width:100%;}

.mobileresponsivebrands{ display:  none;font-family: 'Kurale', serif;}
.staticlogo-kairali{ position:relative; float:left; width:100%; padding:0; text-align:center; margin:0;}
.productlistboxgroupbrands
{
	position:relative;
	padding:20px;
	margin:0;
	float:left;
	width:100%;
	min-height:320px;
}
.productlistboxgroupbrands ul{ list-style:none; padding:0; margin:0; font-family: 'Kurale', serif; color:#fff; font-size:18px; float:left; width:100%;}
.productlistboxgroupbrands ul li{padding:2px 0px 2px 24px; margin:0px 0px; display:block; background:url(../brands/leaf-white.png) no-repeat left 7px; background-size:10px}
.productlistboxgroupbrands ul li a{ color:#fff; text-decoration:none;}
.productlistboxgroupbrands ul li a:hover{ color:#7c0849; text-decoration:underline;}
.productlistboxgroupbrands.centrebg{background:rgba(141,156,53,0.6);}
.productlistboxgroupbrands.productbg{background:rgba(141,156,53,0.6);}
.productlistboxgroupbrands.trainingbg{background:rgba(141,156,53,0.6);}
.productlistboxgroupbrands.hospitalitybg{background:rgba(141,156,53,0.6);}
.cent-div-mobile{ position:relative; margin:0px auto; width:100%; padding:20px;}

.coverofbrands{ position:relative; padding:0; margin:0 auto; width:412px; height:412px; margin-top:20px; font-family: 'Kurale', serif;}

.brands-circle{ position: absolute; width:416px; height:422px;/* background:url(../brands/circle-line.png) no-repeat left top; */background-size:100%; left:0; top:0; margin:-6px 0px 0px -6px;}

.brands-circle1
{
	 position: absolute;
	 width:190px;
	 height:75px;
	 background:url(../brands/circle1.png) no-repeat right top;
	 background-size:100%;
	 right:6px;
	 top:0;
	 margin:-10px 0px 0px 0px;
	 z-index:0;
}

.brands-circle2
{
	 position: absolute;
	 width:77px;
	 height:196px;
	 background:url(../brands/circle2.png) no-repeat left top;
	 background-size:100%;
	 left:0;
	 top:7px;
	 margin:-10px 0px 0px -10px;
	 z-index:0;
}

.brands-circle3
{
	 position: absolute;
	 width:190px;
	 height:76px;
	 background:url(../brands/circle3.png) no-repeat left bottom;
	 background-size:100%;
	 left:0;
	 bottom:0;
	 margin:0px 0px -5px 0px;
	 z-index:0;
}
.brands-circle4
{
	 position: absolute;
	 width:80px;
	 height:199px;
	 background:url(../brands/circle4.png) no-repeat right top;
	 background-size:100%;
	 right:0;
	 bottom:0;
	 margin:-5px 0px 5px 5px;
	 z-index:0;
}




.ayurvedic-center-leaf a{ color:#fff; text-align:center; vertical-align:middle; font-size:25px; width:140px; display:block; margin:60px 0px 0px 30px;}
.ayurvedic-products-leaf a{ color:#fff; display:block; text-align:center; vertical-align:middle; font-size:25px; margin:60px 0px 0px 20px;}
.training-leaf a{ color:#fff; display:block; text-align:center; vertical-align:middle; font-size:25px; margin:80px 0px 0px 0px;}
.hospitality-leaf a{ color:#fff; display:block; text-align:center; vertical-align:middle; font-size:27px; margin:110px 0px 0px 0px; line-height:25px;}

.ayurvedic-center-leaf
{
	position:absolute;
	left:0;
	top:0; 
	width:220px;
	height:217px;
	background:url(../brands/ayurvedic-center-leaf.png) no-repeat left top;
	background-size:100%;
	display:table;
}
.ayurvedic-center-leaf ul{ position:absolute; right:200px; width:270px; top:80px;}
.ayurvedic-center-leaf ul li{background:url(../brands/leaf-2.png) no-repeat left 10px; background-size:10px; line-height:22px;}
.ayurvedic-center-leaf ul li a{ color:#4d4d4f; text-decoration:none; padding:2px 0px 2px 25px; display:inline-block; margin:0; display:inline-block; text-align:left; width:auto; font-size:18px;}

.ayurvedic-products-leaf
{
	position:absolute;
	right:0;
	top:0; 
	width:220px;
	height:217px;
	background:url(../brands/ayurvedic-products-leaf.png) no-repeat left top;
	background-size:100%;
	display:table;
}
.ayurvedic-products-leaf ul{ position:absolute; left:200px; width:300px; top:0px;}
.ayurvedic-products-leaf ul li{background:url(../brands/leaf-2.png) no-repeat left 10px; background-size:10px; line-height:22px;}
.ayurvedic-products-leaf ul li a{ color:#4d4d4f; text-decoration:none; padding:2px 0px 2px 25px; display:inline-block; margin:0; display:inline-block; text-align:left; width:auto;font-size:18px;}


.training-leaf
{
	position:absolute;
	left:0;
	bottom:0; 
	width:220px;
	height:217px;
	background:url(../brands/training-leaf.png) no-repeat left top;
	background-size:100%;
	display:table;
}
.training-leaf ul{ position:absolute; right:200px; width:270px; top:60px;}
.training-leaf ul li{background:url(../brands/leaf-2.png) no-repeat left 10px; background-size:10px;  line-height:22px;}
.training-leaf ul li a{ color:#4d4d4f; text-decoration:none; padding:2px 0px 2px 25px; display:inline-block; margin:0; display:inline-block; text-align:left; width:auto;font-size:18px;}

.hospitality-leaf
{
	position:absolute;
	right:0;
	bottom:0; 
	width:220px;
	height:217px;
	background:url(../brands/hospitality-leaf.png) no-repeat left top;
	background-size:100%;
	display:table;
}
.hospitality-leaf ul{ position:absolute; left:200px; width:350px; top:80px;}
.hospitality-leaf ul li{background:url(../brands/leaf-2.png) no-repeat left 10px; background-size:10px;  line-height:22px;}
.hospitality-leaf ul li a{ color:#4d4d4f; text-decoration:none; padding:2px 0px 2px 25px; display:inline-block; margin:0; display:inline-block; text-align:left; width:auto;font-size:18px;}

.mainlogo
{
	position:absolute;
	left:50%; top:50%;
	width:150px;
	height:150px;
	margin:-75px 0px 0px -75px;
	z-index:9;
	background-color:rgba(255,255,255,0.85);
	border-radius:100%;
	display:table;
	text-align:center;
	padding:15px;
}
.mainlogo a{ display:table-cell; vertical-align:middle; text-align:center;}

.coverofbrands ul li{ position:relative; display:block;}
.coverofbrands ul li a:hover{ color:#7c0849; text-decoration: underline;}

.ayurvediccentre-logo{ position:absolute; right:30px; top:40px; font-size:32px; text-align:center; color:#fff; width:180px; height:110px; display:table; line-height:35px;}
.ayurvediccentre-logo a{ position:relative; vertical-align:middle; display:table-cell; color:#fff; text-decoration:none;}

.ayurvedicproducts-logo{ position:absolute; left:30px; top:40px; font-size:32px; text-align:center; color:#fff; width:180px; height:110px; display:table; line-height:35px;}
.ayurvedicproducts-logo a{ position:relative; vertical-align:middle; display:table-cell; color:#fff; text-decoration:none;}

.kairalitraining-logo{ position:absolute; right:30px; top:0px; font-size:32px; text-align:center; color:#fff; width:180px; height:110px; display:table; line-height:35px;}
.kairalitraining-logo a{ position:relative; vertical-align:middle; display:table-cell; color:#fff; text-decoration:none;}

.kairalihospitality-logo{ position:absolute; left:32px; top:0px; font-size:32px; text-align:center; color:#fff; width:180px; height:110px; display:table; line-height:32px;}
.kairalihospitality-logo a{ position:relative; vertical-align:middle; display:table-cell; color:#fff; text-decoration:none;}


.listof-web-1{ position:relative; padding:0; margin:30px 0px 0px 0px; float:left; width:50%; height:250px; display:table;}
.listof-web-1 ul{padding:0; margin:0px 0px 0px 130px; list-style:none; float:left; width:50%;}
.listof-web-1 ul li{background:url(../brands/leaf-3.png) no-repeat left center; background-size:10px}
.listof-web-1 ul li a{ color:#da8937; text-decoration:none; padding:1px 0px 1px 25px; display:inline-block;}

.listof-web-2{ position:relative; padding:0; margin:30px 0px 0px 0px; float:right; width:50%; height:250px; display:table;}
.listof-web-2 ul{padding:0; margin:0; list-style:none; float:right; width:55%; display:table-cell; vertical-align:bottom;}
.listof-web-2 ul li{background:url(../brands/leaf-2.png) no-repeat left center; background-size:10px}
.listof-web-2 ul li a{ color:#efb41c; text-decoration:none; padding:1px 0px 1px 25px; display:inline-block;}

.listof-web-3{ position:relative; padding:0; margin:50px 0px 0px 0px; float:left; width:50%; height:150px;}
.listof-web-3 ul{padding:0; margin:0px 0px 0px 130px; list-style:none; float:left; width:50%;}
.listof-web-3 ul li{background:url(../brands/leaf-4.png) no-repeat left center; background-size:10px}
.listof-web-3 ul li a{ color:#c1892c; text-decoration:none; padding:1px 0px 1px 25px; display:inline-block;}

.listof-web-4{ position:relative; padding:0; margin:50px 0px 0px 0px; float:right; width:50%; height:150px;}
.listof-web-4 ul{padding:0; margin:0; list-style:none; float:right; width:55%;}
.listof-web-4 ul li{background:url(../brands/leaf-1.png) no-repeat left center; background-size:10px}
.listof-web-4 ul li a{ color:#a1663e; text-decoration:none; padding:1px 0px 1px 25px; display:inline-block;}


.dividerbrands{ height:1px; background-color:#ccc; float:left; width:100%;}
.brand-list{ float:left; width:100%; position:relative;}
.logolist{ position:relative; text-align:center; width:20%; padding:5px 0; border-right:solid 1px #ccc; float:left; cursor:pointer;}
.logolist img{
	max-width:100%;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;	
	}
.logolist:hover img{-webkit-filter: grayscale(0%); filter: grayscale(0%);}
.logolist.rightborder{border-right:solid 0px #ccc;}

.detailpic-logo{ background-color:#fff; padding:5px; position:absolute; margin:10px; z-index:9; border:solid 1px #c1892c; border-radius:2px;}




/********Contact Us *****/
.contactsec-landing{ padding:15px 0px; margin:0px 0px; font-size:18px; line-height:26px; font-weight:300}
.contactsec-landing a{ text-decoration: underline; color:#8d9d35;}
.contactsec-landing a:hover{ text-decoration:none; color:#4d863e;}

.address-content{ padding:0; margin:0; font-size:22px; line-height:36px; font-weight:400;}
.click-to-location{ padding:0; margin:35px 0px 0px 0px; font-size:24px; font-weight:400; text-transform:uppercase}
.click-to-location a{ text-decoration:none; color:#7c0849}
.click-to-location a:hover{text-decoration: underline; color:#000}
.locationdiv{ padding:0; margin:0;  width:100%; height:340px; border:solid 1px #000;}
.locationdiv iframe{width:100%; height:100%; padding:0; margin:0; border:0;}

.contact-form{ padding:100px; font-weight:300;}
.contact-form h2{ font-size:34px; font-family: 'Kurale', serif;}
.contact-form input[type="text"]
{
    border:0;
	border-bottom: solid 1px #ccc;
	margin: 0;
	padding:10px 0px;
	color: #000000;
	width: 100%;
	outline:none;
    font-size:16px;
}
.contact-form input[type="file"]
{
	border-bottom: solid 1px #ccc;
	margin: 0;
	padding:10px 0px;
	color: #000000;
	width: 100%;
	max-width: 100%;
	outline:none;
	background-color:#fff;
    font-size:16px;
}
.contact-form input[type="password"]
{
	border-bottom: solid 1px #ccc;
	margin: 0;
	padding:10px 0px;
	color: #000000;
	width: 100%;
	outline:none;
    font-size:16px;
}
.contact-form input[type="radio"]
{
	border: solid 0px #fff;
	margin:3px 3px 0px 0px;
	padding: 0px;
	float:left;
	color: #414042;
	outline:none;
}
.contact-form input[type="checkbox"]
{
	border: solid 0px #fff;
	margin: 3px 3px 0px 0px;
	padding: 0px;
	color: #414042;
	float:left;
	outline:none;
}
.contact-form select
{
	border: solid 0px #ccc;
    border-bottom: solid 1px #ccc;
	margin: 0;
	padding:10px 0px;
	color: #000000;
	width: 100%;
	outline:none;
    font-size:16px;
}
.contact-form textarea
{
	border: solid 0px #ccc;
    border-bottom: solid 1px #ccc;
	margin:0px 0px 0px 0px;
	padding:10px 0px;
	color: #000000;
	width: 100%;
	height:100px;
	outline:none;
    font-size:16px;
}
.contact-form input[type="submit"]
{
	padding:7px 30px;
	cursor: pointer;
    color:#fff;
	font-weight: 400;
	background-color:#828383;
	margin:30px 0px 0px 0px;
	border:0;
	float:right;
	outline:none;
	border-radius: 0px;
	text-transform:uppercase;
    font-size:18px;
}
.contact-form input[type="reset"]{padding:6px 10px;}
.contact-form table td    { padding-right:20px;}
.contact-form table td label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: normal;
    color:#777;
}
.contact-form .labeltext{	padding:0;	margin:10px 0px 5px 0px; width: 100%; float: left; font-weight:300; font-size:16px; color:#999}

.kac-box-country-cover{ position:relative; float:left; width:100%; padding:0; margin:10px 0px 10px 0px;}

.heading-kac-cover{ position:relative; padding:0px 0px 10px 0px; margin:10px 0px; border-bottom:solid 1px #ccc; font-size:200%; font-weight:400; float:left; width:100%; text-align:center;}
.kairalicenter-location-box
{
    position:relative;
    padding:15px;
    margin:1%;
    float:left;
    width:48%;
    background-color:#fff;
     -webkit-box-shadow: rgba(0,0,0,.3) 0px 0px 10px!important;
    -khtml-box-shadow:  rgba(0,0,0,.3) 0px 0px 10px!important;
	-o-box-shadow:  rgba(0,0,0,.3) 0px 0px 10px!important;
	box-shadow:  rgba(0,0,0,.3) 0px 0px 10px!important;
	height:300px;
	border-radius:2px;
}
.kairalicenter-location-box h2{ position:relative; padding:10px 0px; margin:0; color:#8e9e34; font-size:150%; text-transform:capitalize;}
.kairalicenter-location-box h4{ position:relative; padding:5px 0px; margin:5px 0px!important; color:#c28a2c; font-size:16px; text-transform:capitalize;}
.kairalicenter-coverbox{ position:relative; float:left; width:100%; padding:0; margin:0;}
.kairalicenter-address { position:relative; margin:5px 0px 10px 0px;}
.kairalicenter-telphone { position:relative; margin:2px 0px;}
.kairalicenter-mobile { position:relative; margin:2px 0px;}
.kairalicenter-email { position:relative; margin:2px 0px;}
.kairalicenter-website { position:relative; margin:2px 0px;}


/****Ayurveda****/
.para-content-discover-ayurveda{ font-size:18px; line-height:26px; font-weight:300; padding:10px 0px;}
.address-resort{ font-size:15px; line-height:16px; font-weight:400; padding:0; margin:-10px 0px 10px 0px; color:#666;}

.conetent-section-18{font-size:18px; padding:0; margin:20px 0px 0px 0px; font-weight:300;}



/*********Careers start**************/
.career-box
{
	border-radius:2px;
    -webkit-border-radius:2px;
	-moz-border-radius:2px;
	-khtml-border-radius:2px;
	-o-border-radius:2px;
    border:1px solid #fff;
    -webkit-box-shadow: rgba(0,0,0,.3) 1px 1px 8px;
    -khtml-box-shadow:  rgba(0,0,0,.3) 1px 1px 8px;
	-o-box-shadow:  rgba(0,0,0,.3) 1px 1px 8px;
	box-shadow:  rgba(0,0,0,.2) 1px 1px 8px;
    padding:0 20px;
    width:100%;
    display:block;
	background:#fff;
	color:#000;
	margin:20px 0px 10px 0px;
	font-size:14px;
	transition: all 1.5s;
    -webkit-transition: all 1.5s;
    -o-transition: all 1.5s;
    -ms-transition: all 1.5s;
    -moz-transition: all 1.5s;
    float:left;
}
.career-box.open{padding:20px;}
.career-box .open-jobs{ display:none;}
.career-box.open .open-jobs{ display:block; border-top:solid 1px #e7e7e7; padding-top:15px;}

.career-box h2{ font-size:20px !important; padding:10px 40px 10px 0px!important; margin:0; font-weight:bold; cursor:pointer; background:url(../images/o-plus.png) no-repeat right center !important;}
.career-box.open h2{ color:#000 !important; background:url(../images/c-close.png) no-repeat right center !important;}

.opening-heading{ padding:6px 0px; font-size:16px; color:#000; font-weight:600; float:left; width:100%:}
.green-dark{ color:#569456; padding-right:5px; min-width:80px; display:inline-block;}
.cl_opening{ width:100%; padding:5px 0px; margin:1px 0px; float:left; font-size:13px; border-top:dotted 1px #f0f0f0;}
.leftopen{ float:left; width:30%; color:#2a2a2a; font-weight:600;}
.rightopen{ float:right; width:68%; color:#000;}
.line-seperator{background: url('../images/h_seperator.png') no-repeat center center; background-size: 100% 1px; width:100%; float:left; height:1px; padding:20px 0px;}
.exp{ width:14px; height:14px; display:inline-block; background:url(../images/exp.png) no-repeat left top; margin-right:5px; margin-bottom:-2px;}
.locations-i{ width:14px; height:14px; display:inline-block; background:url(../images/locations.png) no-repeat left top; margin-right:5px; margin-bottom:-2px;}
.price-i{ min-width:14px; min-height:14px; display:inline-block; background:url(../images/price-i.png) no-repeat left center; margin-right:5px; margin-left:5px; margin-bottom:-2px; padding-left:20px;}
.candidate-requirements-i{ width:24px; height:24px; display:inline-block; background:url(../images/candidate-requirements.png) no-repeat left top; margin-right:5px; margin-bottom:-4px;}
.contactdetail-i{ width:24px; height:24px; display:inline-block; background:url(../images/contactdetail.png) no-repeat left top; margin-right:5px; margin-bottom:-4px;}
.jobdetails-i{ width:24px; height:24px; display:inline-block; background:url(../images/jobdetails.png) no-repeat left top; margin-right:5px; margin-bottom:-4px;}

.book-btn{background:#a0c065; float:right; color:#fff; margin:-10px 0px 10px 0px; font-size:15px; display:block;}
.book-btn:hover{background:#5d4a40;}
.book-btn a{color:#fff; padding:5px 15px; text-decoration:none; display:block; font-weight:300;}


.generallink{background:#7c0849; color:#fff; margin:10px 0px; display:block;}
.generallink:hover{background:#5d4a40;}
.generallink a{color:#fff; padding:5px 15px; text-decoration:none; display:block; font-weight:300;}

/*********Careers end **************/

/**************Forms************/
.applynowbox-form{padding:20px; margin:0; width: 100%; float: left;}
.req {color: #ff0000;}
.rfv{color: #ff0000; position:absolute; right:5px; top:2px;}
.mandatory {color: #ff0000;}
.wdi40{ width:40%; float:left;}
.wdi30{ width:30%; float:left;}
.applynowbox-form table td{font-weight:300; padding:0px 10px 0px 0px;}
.applynowbox-form .formbox{float: left; width: 100%; padding: 0; margin:2px 0px; position:relative;}
.hetitle{ font-weight:400; font-size:16px;}
.applynowbox-form .labeltext{	padding:0;	margin: 0px; width: 27%; float: left; font-weight:600;}
.applynowbox-form .fields{float: right; margin: 0px;padding: 0; width: 72%; position:relative;}
.applynowbox-form .fields img{margin: 0px 0px 0px 2px;}
.applynowbox-form label{padding: 0; margin: 0; font-weight:normal;}
.applynowbox-form input[type="text"]
{
	border:0;
    border-bottom: solid 1px #ccc;
	margin: 0;
	padding:6px 5px;
	color: #000000;
	width: 100%;
	outline:none;
    background-color:#f9f9f9;
}
.applynowbox-form input[type="file"]
{
	border:0;
    border-bottom: solid 1px #ccc;
	margin: 0;
	padding:6px 5px;
	color: #000000;
	width: 100%;
	max-width: 100%;
	outline:none;
	background-color:#f9f9f9;
}
.applynowbox-form input[type="password"]
{
	border:0;
    border-bottom: solid 1px #ccc;
	margin: 0;
	padding:6px 5px;
	color: #000000;
	width: 100%;
	outline:none;
    background-color:#f9f9f9;
}
.applynowbox-form input[type="radio"]
{
	border:0;
    border-bottom: solid 1px #ccc;
	margin:3px 3px 0px 0px;
	padding: 0px;
	float:left;
	color: #414042;
	outline:none;
}
.applynowbox-form input[type="checkbox"]
{
	border:0;
    border: solid 0px #fff;
	margin: 3px 3px 0px 0px;
	padding: 0px;
	color: #414042;
	float:left;
	outline:none;
}
.applynowbox-form select
{
	border:0;
    border-bottom: solid 1px #ccc;
	margin: 0;
	padding:6px 5px;
	color: #000000;
	width: 100%;
	outline:none;
    background-color:#f9f9f9;
}
.applynowbox-form textarea
{
	border:0;
    border-bottom: solid 1px #ccc;
	margin: 0;
	padding:6px 5px;
	color: #000000;
	width: 100%;
	height:100px;
	outline:none;
    background-color:#f9f9f9;
}
.applynowbox-form input[type="submit"]
{
	padding:6px 30px;
	cursor: pointer;
	font-weight: 400;
	background-color:#828383;
	margin:0;
	border:0;
	float:right;
	outline:none;
	border-radius: 0px;
	text-transform:uppercase;
    font-size:22px;
    color:#fff;
}
.applynowbox-form input[type="reset"]{padding:6px 10px;}

/***********Testimonials**********/
.customer_speaks{ padding:0; margin:0; float:left; width:100%;}
.voice_cus{padding:20px; margin:10px 0px; border:solid 1px #f0f0f0; float:left; width:100%;}
.voice_cus:hover{background:#f5f6fa;  border:solid 1px #008000;}

.voice_cus span.inverted{color:#008000; font-weight:bold; font-size:18px;}
.voice_cus span.date{float:right; font-weight:normal; font-size:11px; color:#008000;}
.voice_cus p.by_speak strong{ color:#bf8104;}
.mandatory{ padding:2px 0px; margin:0px 0px 10px 0px; text-align:right; color:#FF0000;}

.downloadcenter{ padding:0; margin:0; float:left; width:100%;}
.downloadcenter ul{list-style:none; padding:0; margin:0;}
.downloadcenter ul li{ display:block; border-top:solid 1px #ccc; padding:0px 0px;}
.downloadcenter ul li a{ padding:18px 50px; margin:0; position:relative; display:block; text-decoration:none; color:#414042;
}
.downloadcenter ul li a:hover{ color:#7c0849;}
.downloadcenter ul li a:before
{
    width:36px; height:36px; left:5px; top:12px; border:solid 1px #ccc;   
	border-radius:100px;
	position:absolute;
    content: "\f019";
    text-align:center;
    font-family: 'FontAwesome';
    line-height:36px;
}



/*** why ayurveda***/

.generalrepeat.the-theory-of-why-ayurveda{background:#e7e8e9 no-repeat left  center; padding:50px 0px;}
.bg-repeat-base10
{
    position:relative;
    padding:0px 0px;
    background:url(../pic/bg-10.jpg) no-repeat center center;
    background-size:cover;
    width:100%;    
    height:400px;   
    float:left;
}


.broucher-download{text-align:center;}
.broucher-download ul{list-style:none; padding:0; margin:0;}
.broucher-download ul li{display:inline-block; margin-right:10px;}
.broucher-download ul li a{color:#fff; text-decoration:none; background-color:#8d9c35; padding:10px 24px; display:block; border-radius:2px;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;

}
.broucher-download ul li a:hover{background-color:#000;}
.broucher-section{position:relative; padding:25px 0px; float:left; width:100%; margin:0px 0px; z-index:1;}


/*** why ayurveda end***/




/*** ayurveda treatment***/

.heading-style-ayurveda-treatmment
{
    font-size: 28px;
    line-height: 45px;
    padding: 0;
    margin: 0px 0px 10px 0px;
    font-family: 'Kurale', serif;
    width: 100%;
    vertical-align: middle;
    
}

.small-size{color: #414042;}
.small-size h3
{
    font-size:20px;
    font-family: 'Lato', sans-serif;
    margin:0px 0px 5px 0px;
    padding:0px 0px 5px 0px;
        
}

    .bg-repeat-base-therapy
{
    position:relative;
    padding:0px 0px;
    /*background:url(../pic/bg-therapy.jpg) no-repeat center center;*/
    background-size:cover;
    width:100%;    
    height:320px;   
    float:left;
}
.bg-repeat-base2-therapy
{
    position:relative;
    padding:0px 0px;
    /*background:url(../pic/bg-2-therapy.jpg) no-repeat center center;*/
    background-size:cover;
    width:100%;    
    height:330px;   
    float:left;
}

.bg-repeat-base-vedic
{
    position:relative;
    padding:0px 0px;
    /*background:url(../pic/bg-3-vedic.jpg) no-repeat center center;*/
    background-size:cover;
    width:100%;    
    height:370px;   
    float:left;
}

/*** ayurveda treatment end***/

/***ayurveda college***/

.learn-ayurveda{ padding:15px 0px; margin:0px 0px; font-size:18px; line-height:26px; font-weight:300;}

.bg-repeat-ayurveda-college
{
    position:relative;
    padding:0px 0px;
    /*background:url(../pic/bg-ayurveda-college.jpg) no-repeat center center;*/
    background-size:cover;
    width:100%;    
    height:370px;   
    float:left;
}

.list-item-ayurveda-points{ padding:0px; margin:0px 0px; font-size:18px; line-height:26px; font-weight:300;}

.generalrepeat.background-texture{ background:url(../pic/discoverbg-whyayurveda.jpg) no-repeat left top; background-size:cover;}

.generalrepeat.background-ayurveda{ /*background:url(../pic/discoverbg-ayurveda-college.jpg) no-repeat left top;*/ background-size:cover;}


/***ayurveda college end***/

/***yoga teacher training***/
.bg-repeat-base-yoga-training
{
    position:relative;
    padding:0px 0px;
    /*background:url(../pic/bg-yoga-training.jpg) no-repeat center center;   */ 
    background-size:cover;
    width:100%;    
    height:370px;   
    float:left;
}

/***yoga teacher training end***/   


/***yoga ayurveda retreat***/

.bg-repeat-base-yoga-ayurveda
{
    position:relative;
    padding:0px 0px;
    background:url(../pic/bg-ayurveda-retreat.jpg) no-repeat center center;
    background-size:cover;
    width:100%;    
    height:370px;   
    float:left;
}

/***yoga ayurveda retreat end***/


/***Kairali Newsletter***/

.newsletter{box-shadow: 2px 2px 12px 0px rgba(0,0,0,0.75);}
.newsletter:hover{box-shadow: 2px 2px 12px 0px rgba(2,0,0,0.75);}
.newsletter img{width:100%; }
.newsletter-link-color{ padding:10px 0; margin:10px 0; background-color:#afd039; box-shadow: 2px 2px 12px 0px rgba(0,0,0,0.75);}
.newsletter-link-color a{color:#fff;font-size:15px;font-weight:500;}

/***Kairali Newsletter end***/


/*** photo gallery ***/

.gallery-grid{width:100%; margin-top:104px; float:left; position:relative;}
.gallery-grid-table{width:100%; display:table; position:relative;}
.gallery-grid-col{width:50%; display:table-cell; vertical-align:top; padding-right:1px; position:relative;}
.gallery-grid-col img{ width:100%; }
.gallery-grid-main-row{width:100%; display:table; position:relative; }
.gallery-grid-row-inside{ width:100%; display:table-row; position:relative;}
.gallery-grid-col-cell{ width:50%; display:table-cell; padding-right:1px; position:relative;}

.upper-text-section{position:absolute; color:#fff;  width:50%; height:50%; background-color:rgba(0,0,0,0.7); top:25%; left:25%; z-index:1; }
.upper-text-section a {color: #fff; text-decoration:none;}
.white-section{position:absolute;font-size:30px;  width:0%; height:0%;background-color:rgba(255,255,255,0.6); top:50%; left:50%;}
.text-section{z-index:1; position:absolute; font-size:30px; text-align:center; display:table; vertical-align:middle; height:100%;}
.text-section span{font-size:18px;}
.text-section-second{z-index:1; position:absolute; font-size:24px; text-align:center; display:table; vertical-align:middle; height:100%;}
.text-section-second span{font-size:18px;}
.text-section-third{z-index:1; position:absolute; font-size:18px; text-align:center; display:table; vertical-align:middle; height:100%;}
.text-section-third span{font-size:12px;}

.content-section{width:100%; position:relative; float:left; overflow:hidden;}
.content-section img{width:100%;}
.content-section:hover .upper-text-section{background-color:rgba(255,255,255,0.6); color:#000; }
.content-section .upper-text-section{background-color:rgba(0,0,0,0.7); color:#000; }
.content-section:hover .white-section{position:absolute;font-size:30px; width:100%; height:100%;background-color:rgba(255,255,255,0.6);  left:0; top:0;  z-index:1;  margin:0;  color:#000;
transition: all 0.7s ease-in-out;}
.content-section:hover .white-color{color:#000;}

.text-alignment{vertical-align:middle; display:table-cell;}
.content-section:hover a{color:#000;}
.content-section-heading{width:100%; display:table-cell;  position:absolute; background-color:#8e9e34; height:100%; text-align:center; color:#fff; font-size:30px; padding-top:35%;}
.white-color{color:#fff;}


/***photo gallery end***/

/***enquiry form***/
.formtext
{
    border:0;
	margin: 0;
	padding:10px 0px;
	color:#828383;
	width: 100%;
	outline:none;
    font-size:27px;   

}

/***enquiry form end***/

/** our partners **/
.our-partners{}
.our-partners h2{ font-size:30px; color:#e14d11; text-transform:uppercase;}
.our-partners h3{ font-size:20px;}
.iyf-image{width:100%; margin-bottom:50px; }
.iyf-image img{width:100%; border:1px solid #ccc;}
.iyf-content{ padding-top:0px;}
.iyf-content h3{ padding-top:0px; color:#8d9d35;}
.iyf-content p{ font-size:18px; padding-top:30px;}
.green-color
{
    background-color:#7c0849;
    border:0;
    padding:5px 40px;
    margin-top:20px;
}
    .green-color:hover
    {
        background-color:#7c0849;
        border:0;       
    }
.modal-header
{
    text-align:center;
}
.offer-iyf
{
    margin-bottom:20px;
   
}

/** our partners **/



/******Blog ********/


.blogwhy{ position:relative; padding:0; margin:0; list-style:none; width:100%;}

ul.whyayurveda{ list-style:none; padding:0; margin:0px -1%;}
ul.whyayurveda li a{ text-decoration:none; color:#8e9e34;}
ul.whyayurveda li a:hover{ text-decoration: underline; color:#d4a416;}
ul.whyayurveda li
{
padding:1%; margin:1%; float:left; width:31%;
background-color:#fff;
-webkit-transition: all 300ms ease-out;
-moz-transition: all 300ms ease-out;
-o-transition: all 300ms ease-out;
transition: all 300ms ease-out; 
border-radius:2px;
-webkit-border-radius:2px;
-moz-border-radius:2px;
-o-border-radius:2px;
border: solid transparent;
border-width: 1px 1px 1px 6px;
border: 1px solid #d9d9d9;
box-shadow: inset 1px 1px 0 rgba(0,0,0,.1),inset 0 -1px 0 rgba(0,0,0,.07);
border-top-width: 0;
box-shadow:0px 0px 5px rgba(0,0,0,0.1);

}
ul.whyayurveda li:hover
{
    box-shadow:0px 0px 20px rgba(0,0,0,0.3);
    border: 1px solid #fff;
    border-top-width: 0;
}
ul.whyayurveda li p{ padding:0; margin:4px 0px; line-height:normal;}
ul.whyayurveda li h4{ padding:0; margin:5px 0px; font-size:16px; line-height:normal; font-weight:600;}
.whytitle{ position:relative; height:46px; overflow:hidden; font-size:20px; font-weight:300; cursor:pointer; line-height:22px;}
.viewdtl
{
    position:absolute; left:50%; top:-50%;
    width:64px; height:64px; background:url(../images/linkdtl.png) rgba(0,0,0,0.7) no-repeat center center;
    margin:-32px 0px 0px -32px;
    border-radius:100%;
    cursor:pointer;
    -webkit-transition: all 1000ms ease-out;
    -moz-transition: all 1000ms ease-out;
    -o-transition: all 1000ms ease-out;
    transition: all 1000ms ease-out; 
    border:solid 2px rgba(255,255,255,0.9);
}
.whypic{ position:relative; width:100%; padding:0; margin:10px 0px; overflow:hidden; height:240px;}
.whypic:hover .viewdtl{ display:block;top:50%;}
.whypic img
{
-webkit-transition: all 500ms ease-out;
-moz-transition: all 500ms ease-out;
-o-transition: all 500ms ease-out;
transition: all 500ms ease-out; 
 width:100%;
 min-height:100%;
}
ul.whyayurveda li:hover .whypic img { transform: scale(1.3, 1.3)!important;}
.whyposted{ position:relative; padding:0; height:40px; overflow:hidden;}
.whydescription{ line-height:normal; padding:0px 0px; height:70px; margin:10px 0px; overflow:hidden;}
.learnmore{ position:relative; padding:0; margin:0; text-align:right;}
.learnmore a{ display:inline-block; padding:2px 10px; color:#fff!important; text-decoration:none!important; background-color:#8e9e34; cursor:pointer;border-radius:2px;}
.learnmore a:hover{background-color:#333;}


.blogwhyfull{ position: fixed; width:100%; height:100%; left:0; top:0;  right:0; bottom:0;  background-color:rgba(0,0,0,0.7); z-index:99999; overflow: scroll; overflow-x:hidden;}
.fullmask{ position: fixed; width:100%; height:100%; left:0; top:0;  right:0; bottom:0; background-color:rgba(0,0,0,0.7);}
.basecent
{
    position: relative; left:22%; width:56%;
    background:#fff;
    border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    -o-border-radius:4px;
    padding:30px;
    margin:30px 0px;
    min-height:200px;
    box-shadow: 0 0 20px 10px rgba(0,0,0,.3);
    float:left;
}
.close-dtl a{ color:#fff;}
.close-dtl
{
position: absolute;
right:0;
top:0;
z-index:99;
display: block;
width:32px;
height:32px;
margin:0px -40px 0 0;
color: #fff;
cursor: pointer;
font-size:20px;
font-weight: 300;
text-align:center;
background:rgba(200,0,0,.9);
border-radius:2px;
-webkit-border-radius:2px;
-moz-border-radius:2px;
-o-border-radius:2px;
}

ul.whyayurvedapop{ list-style:none; padding:0; margin:0;}
ul.whyayurvedapop li a{ text-decoration:none; color:#8e9e34;}
ul.whyayurvedapop li a:hover{ text-decoration: underline; color:#d4a416;}
ul.whyayurvedapop li{padding:0; margin:0; float:left; width:100%;}
ul.whyayurvedapop li p{ padding:0; margin:10px 0px; font-size:14px; }
ul.whyayurvedapop .whytitle1{ position:relative; font-size:36px; font-weight:300;  padding:0; line-height: normal;}
ul.whyayurvedapop .whypic1{ position:relative; width:100%; padding:0; margin:30px 0px;}
ul.whyayurvedapop .whypic1 img{ width:100%;}
ul.whyayurvedapop .whyposted1{ position:relative; padding:0; border-bottom:solid 1px #e0e0e0;}
ul.whyayurvedapop .whydescription1{ padding:0px 0px; line-height:22px;}

.prevpanel{ float:left;}
.nextpanel{ float:right;}

.paging{ position:relative; padding:0; margin:1% 0; border-radius:0px;  text-align:center; float:left; width:100%; border:solid 1px #e0e0e0; overflow:hidden;}
.paging span
{
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	padding:6px 10px;
	display:inline-block;
	background-color:#666;
	color:#fff;
	cursor:pointer;
	margin:0;
}
.paging span:hover{background-color:#8e9e34;}
.linkbtnsfor.green a {
    padding: 7px 20px;
    display: inline-block;
    text-decoration:none;
    color: #fff;
    text-decoration: none;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    background-color: #8e9e34;
    margin:3px 0px;
}


.success_green_msg
{
	padding: 10px 20px 10px 40px;
	margin: 0;
	background: url(../images/success.png) #dbffa3 no-repeat 10px center;
	border: solid 1px #5a9908;
	color: #508806;
	font-weight: bold;
}

.error_red_msg
{
	padding: 10px 20px 10px 40px;
	margin: 0;
	background: url(../images/error.png) #ffadad no-repeat 10px center;
	border: solid 1px #cf0000;
	color: #cf0000;
	font-weight: bold;
}

.rightpic-web{ padding:0; margin:0px 0px 10px 10px; float:right; max-width:100%;}

.emailsubscribmsg {
    padding: 30px 0px;
    text-align: center;
    font-size: 24px;
    font-style: italic;
    background: #8d9c35;
    color: #fff;
}
.formbox{ position:relative; margin:0; padding:0; width:100%; float:left;}

/******** Click Action ********/
.clickmeactionWeB{ position:fixed; left:0; bottom:20px; z-index:999; width:0;}
.clickmeactionWeB.hidefulClick{ position:fixed; left:0; bottom:20px; z-index:999; width:0; display:none;}
.clickmeactionWeB .bubble-close { position:absolute; width:24px; height:24px; color:#fff; background-color:#d82321; font-size:14px; line-height:22px; border-radius:0%; text-align:center; cursor:pointer; top:-15px; left:30px; box-shadow:2px 2px 5px rgba(0,0,0,0.5);}
.basecoverbg-action
{
	background:url(../clickme/clickmebg.png) repeat #fff left top;
	width:980px;	
	padding:40px;
	padding-right:20px;
	margin:0;	
    line-height:normal;
    float:left;
    position:relative;
    left:-980px;
    -webkit-transition: all 1.0s ease-in-out;
	-moz-transition: all 1.0s ease-in-out;
	-o-transition: all 1.0s ease-in-out;
	-ms-transition: all 1.0s ease-in-out;
	transition: all 1.0s ease-in-out;
}
.basecoverbg-action.scrollon
{
	left:0px;	
	-mox-box-shadow: 7px 7px 25px rgba(0,0,0,0.3);
    -webkit-box-shadow: 7px 7px 25px rgba(0,0,0,0.3);
    -khtml-box-shadow: 7px 7px 25px rgba(0,0,0,0.3);
    -o-box-shadow: 7px 7px 25px rgba(0,0,0,0.3);
    box-shadow: 7px 7px 25px rgba(0,0,0,0.3);
}
.basecoverbg-action:after {
    background:#ccc;
    content: "";
    position: absolute;    
    width:2px;
    right:455px;  
    top:40px;
    bottom:40px;
}
.dynamicsection-left{ float:left; width:460px; padding:0; margin:0px 0px 5px 0px;}
.maintitle-click { font-size:22px; padding:2px 0px 2px 2px; position:relative; word-spacing:-2px;}
.maintitle-click .leaf-icon{background:url(../clickme/leaf.png) no-repeat left top; width:24px; height:24px; position:absolute; left:-22px; top:5px; background-size:24px 24px;}
.upload-ads
{	float:left; width:100%;
 	position:relative;
 	margin:10px 0px 10px 0px;
	-mox-box-shadow: 6px 6px 15px rgba(0,0,0,0.4);
    -webkit-box-shadow: 6px 6px 15px rgba(0,0,0,0.4);
    -khtml-box-shadow: 6px 6px 15px rgba(0,0,0,0.4);
    -o-box-shadow: 6px 6px 15px rgba(0,0,0,0.4);
    box-shadow: 6px 6px 15px rgba(0,0,0,0.4);
}
.upload-ads img{width:100%;}
.footcontent-web{float:left; width:100%; position:relative; padding:0; margin:5px 0px 0px 0px; font-size:13px;}
.subtitle-web{ font-size:16px; padding:0px 0px 0px 20px; margin:0; float:left; width:100%; font-weight:400;  position:relative;}
.subtitle-web:after {
    background:url(../clickme/leaf.png) no-repeat left center;
    content: "";
    position: absolute;
    height:18px;
    width:18px;
    left:0px;  
    top:0px;  
    background-size:16px 16px;  
}
.whydescription-web{ padding:1px 0px 1px 20px; margin:2px 0px; float:left; width:100%; position:relative;}
.whydescription-web:after {
    background:url(../clickme/why-icon.png) no-repeat left center;
    content: "";
    position: absolute;
    height:18px;
    width:18px;
    left:0px;  
    top:0px;  
    background-size:16px 16px;  
}
.time-web{padding:2px 0px 2px 20px; margin:0; float:left; width:100%; font-weight:600; position:relative;}
.time-web:after {
    background:url(../clickme/time-icon.png) no-repeat left center;
    content: "";
    position: absolute;
    height:18px;
    width:18px;
    left:0px;  
    top:0px;  
    background-size:16px 16px;  
}
.staticsection-right{width:420px; float:right; padding:0; margin:0;}
.companysection{ position:relative; width:210px; float:left; text-align:center; margin:0px 0px; padding:10px 5px;}
.companysection:first-child{ border-right:solid 1px #ccc;}
.companysection:nth-last-child(2){ border-right:solid 1px #ccc;}
.pic-section-web{padding:0; margin:0; float:left; width:100%;}
.pic-section-web img{ width:120px;}
.description-section-web{padding:0; margin:0; font-size:12px; float:left; width:100%;}
.description-section-web span{font-weight:600; display:block; letter-spacing:-0.5px;}
.description-section-web span a{color:#000;}
.readmore-web{ padding:0; margin:5px 0px 0px 0px; float:left; width:100%;}
.readmore-web img{ width:24px; border:0;}

.topright-design{ position:absolute; right:0; top:0; width:251px; height:63px; background:url(../clickme/topright-design.png) no-repeat left top;}
.bottomright-design{ position:absolute; right:0; bottom:0; width:194px; height:54px; background:url(../clickme/bottomright-design.png) no-repeat left bottom;}
.bottom-design{ position:absolute; right:406px; bottom:0; width:100px; height:32px; background:url(../clickme/bottom-design.png) no-repeat left bottom;}
.basecoverbg-action.scrollon .actiononbutton{background:url(../clickme/clicked.png) no-repeat left center;}
.actiononbutton
{
	position:absolute;
	right:-40px;
	top:50%;
	margin-top:-93px;
	width:40px;
	height:186px;
	background:url(../clickme/click.png) no-repeat left center;
	cursor:pointer;
	-webkit-transition: all 1.0s ease-in-out;
	-moz-transition: all 1.0s ease-in-out;
	-o-transition: all 1.0s ease-in-out;
	-ms-transition: all 1.0s ease-in-out;
	transition: all 1.0s ease-in-out;
}


.heading-design{width:10px; height:46px; background-color:#8e9e34; float:left; margin-right:10px;}
.green-border{border-color:#8e9e34;}


.award-small-section{padding:25px; margin:0px 0px 16px 0px; float:left; width:100%; position:relative; vertical-align:middle; color:#000; text-align:center; box-shadow:2px 2px 10px rgba(0,0,0,.3)}
.award-small-section:hover{box-shadow:2px 2px 20px rgba(0,0,0,.5)}
.award-small-section .blog-pic-section{ padding:0; margin:0; position:relative; width:100%; float:left; vertical-align:middle;}
.award-small-section .blog-pic-section img{width:100%;}
.award-small-section .titleblog{float:left; padding:0px; margin:0px 0px 20px 0px; width:100%;  font-size:16px; line-height:20px; font-weight:400; height:36px; overflow:hidden; font-family: 'Kurale', serif}
.award-small-section:hover .titleblog a{text-decoration:none; color:#8e9e34;}
.award-small-section .titleblog a{text-decoration:none; color:#000;}
.award-small-section .blog-desctiption-section{padding:10px 0px; margin:0; width:100%; float:left; vertical-align:middle;}
.award-small-section .blog-desctiption-section .desctiption{float:left; padding:0px; margin:0; width:100%;  font-size:13px; font-weight:400; max-height:40px; overflow:hidden;}
.award-small-section .blog-desctiption-section .desctiption strong{font-weight:400;}
.award-small-section .blog-desctiption-section .desctiption p{ margin:0;}


.mandatoryfix{ position:absolute; right:0; top:0; color:red;}
.oneline-hr{width: 100%; float: left; height: 1px; background-color: #ccc;}

.errormsg-subscribe{ padding:0; margin:0px 0px 20px 0px; position:relative; float:left; width:100%; text-align:center;}


.videolibrary-box{
    position:relative; padding:0; margin:10px 0px 10px 0px;
    width:100%; float:left;
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
    -mox-box-shadow:2px 2px 15px rgba(0,0,0,0.3);
    -webkit-box-shadow:2px 2px 15px rgba(0,0,0,0.3);
    -khtml-box-shadow:2px 2px 15px rgba(0,0,0,0.3);
    -o-box-shadow:2px 2px 15px rgba(0,0,0,0.3);
    box-shadow:2px 2px 15px rgba(0,0,0,0.3);
}
.videolibrary-box:hover{
    -mox-box-shadow:2px 2px 20px rgba(0,0,0,0.4);
    -webkit-box-shadow:2px 2px 20px rgba(0,0,0,0.4);
    -khtml-box-shadow:2px 2px 20px rgba(0,0,0,0.4);
    -o-box-shadow:2px 2px 20px rgba(0,0,0,0.4);
    box-shadow:2px 2px 20px rgba(0,0,0,0.4);
}
.videolibrary-box iframe{ padding:0; margin:0; border:0; width:100%; float:left; height:240px;}

.controlbutton-arrows
{
    width:126px;
    height:40px;
    position:absolute;
    right:20px;
    bottom:20px;
}
.controlbutton-arrows .carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 40px;
    font-size:14px;
    color: #fff;
    text-align: center;
}

.bgcolor-box-click{ background-color:rgba(0,0,0,0.9); width:40px; height:40px; text-align:center; color:#fff; cursor:pointer; display:block; line-height:36px; font-size:18px;}

.picinfo{ background-color:rgba(0,0,0,0.5); width:40px; height:40px; text-align:center; color:#fff; cursor:pointer; display:block; line-height:20px; font-size:12px; position:relative; left:42px;}
.picinfo i{display:block; padding-top:8px;}

.controlbutton-arrows .carousel-control.right {
    right: 0;
    left: auto;
    background-repeat: repeat-x;
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .0) 100%);
}
.controlbutton-arrows .carousel-control.left {
    background-repeat: repeat-x;
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0) 0%, rgba(0, 0, 0, .0001) 100%);
}

.carousel-caption-web-gallery{ position:absolute; right:0; bottom:0; width:300px; min-height:100px; padding:20px; background-color:rgba(0,0,0,0.4); color:#fff; display:none;}
.carousel-caption-web-gallery:hover{ background-color:rgba(0,0,0,0.6); color:#fff;}
.carousel-caption-web-gallery.hoverbg{ background-color:rgba(0,0,0,0.6); color:#fff;  display:block;}
.carousel-caption-web-gallery h3{ font-size:20px; border-bottom:solid 1px #f0f0f0; padding:0px 0px 10px 0px; margin:0; text-align:center; font-family: 'Kurale', serif; font-weight:normal;}
.carousel-caption-web-gallery p{ font-size:14px; font-weight:400; padding:10px 0px 0px 0px; margin:0;}

.bottom-mr-pad{ padding-bottom:60px;}
.fixpic{ width:100%;}

.buttons-interlinks{ position:relative; padding:0px 0px; margin:6px 0px 0px 0px; text-align:center; float:left; width:100%;}
.buttons-interlinks.font14{ font-size:14px; font-weight:400; text-align:right;}
.buttons-interlinks a{display:inline-block; color:#000; border:solid 1px #ccc; padding:2px 10px; margin:2px; text-decoration:none;}
.buttons-interlinks a:hover{border:solid 1px #eeb41e; background-color:#eeb41e;}

#VideoYoutube { position: relative; left:0; width:100%; margin:10px 0px 0px 0px;}
#VideoYoutube .owl-nav{ -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; position:absolute; top:50%; width:100%; margin-top:-30px;}
#VideoYoutube .owl-prev{ position:absolute; left:30px; width:60px;  height:60px; text-indent:-500000px; background:url(../images/left-arrow-light.png) no-repeat center center; background-color:rgba(0,0,0,0.6);}
#VideoYoutube .owl-next{ position:absolute; right:30px; width:60px;  height:60px; text-indent:-500000px; background:url(../images/right-arrow-light.png) no-repeat center center;  background-color:rgba(0,0,0,0.6);}
#VideoYoutube .owl-dots{display:none;}
#VideoYoutube .owl-carousel .item-video {height: 300px;}
.webfor-gallery{ position:relative; padding-top:110px;}
#preview-body {margin-top:0px; position:relative; display:table; width:100%;}
#preview-body .picture{ position:relative; padding:0; margin:0; overflow:hidden;}
#preview-body .column25 {padding:2px; display:table-cell; width:25%;}
#preview-body .column50 {padding:2px; display:table-cell; width:50%;}

#preview-body .gal-item{ position:relative; padding:0; margin:0px 0px 5px 0px; width:100%; float:left;}
#preview-body .gal-item2{ position:relative; padding:0px 2px 0px 0px; margin:0px 0px 5px 0px; width:50%; float:left;}
#preview-body .gal-item3{ position:relative; padding:0px 0px 0px 2px; margin:0px 0px 5px 0px; width:50%; float:right;}
#preview-body img{ width:100%; transition: all 0.7s ease-in-out;}

#preview-body .gal-item:hover img,.gal-item2:hover img,.gal-item3:hover img{transform: scale(1.1, 1.1);}
#preview-body .caption-tag{
    position:absolute;
    width:300px;
    text-align:center;
    font-weight:400;
    font-size:20px;
    text-shadow:1px 1px 2px rgba(0,0,0,0.5);
    text-transform: capitalize;
    background-color:rgba(0,0,0,0.6);
    padding:20px;
    top:40%;
    left:50%;
    margin-left:-150px;
    color:#fff;
    border-radius:2px;
}
#preview-body .caption-tag span{ display:block; font-weight:300; font-size:16px;}
#preview-body .caption-tag a{ text-decoration:none; color:#fff; display:block;}
#preview-body .caption-tag.top{ top:20px;}
#preview-body .caption-tag.bottom{ bottom:30px;}
#preview-body .caption-tagweb h1{font-size:24px; text-align:center; padding:0px 10px; color:#fff; font-weight:400; text-transform:uppercase;}
#preview-body .caption-tagweb h1 a{ display:inline-block;}
#preview-body .caption-tagweb{
    position:absolute;
    width:100%;
    text-align:center;
    text-shadow:1px 1px 2px rgba(0,0,0,0.5);
    padding:20px;
    top:40%;
    left:0%;
    color:#fff;
    display:block;
}
#preview-body .caption-tag a.centerd {
    border: solid 1px #fff;
    border-radius: 100%;
    width: 26px;
    height: 26px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    background: url(../images/arrow-right-white.png) no-repeat center center;
    margin: 3px;    
}

.payment-mode{ text-align:center; margin-top:5px; width:100%;}
.payment-mode img{ max-width:100%;}
.trustedicon{ width:80px;  float:right;}


.partnerresort-t { position:relative; padding:0; margin:35px 0px 0px 0px;}
ul.ourresrot { position:relative; padding:0; margin-left:-5px; margin-right:-5px; list-style:none;}
ul.ourresrot li{ position:relative; padding:0px 5px; margin:0; list-style:none; width:25%; float:left;}
.resortbox { padding:0; position:relative; margin:0;}
.logoofpartner { padding:20px 5px; margin:0; width:100%; border:solid 1px #ccc; border-radius:2px; box-shadow:1px 1px 3px rgba(0,0,0,0.2);}
.logoofpartner img{ padding:0; margin:0; width:100%;}
.visit-resort { text-align:center; font-size:14px; position:absolute; top:50%; width:40px; height:40px; left:50%; margin:-20px 0px 0px -20px; visibility:hidden;}
ul.ourresrot li:hover .visit-resort {visibility: visible;}
.visit-resort a{text-decoration:none!important; color:#fff!important; position:absolute; left:0; top:0; bottom:0; right:0;width:40px; height:40px; line-height:40px; border-radius:100%; background-color:rgba(142,158,52,0.9); box-shadow: 1px 1px 3px rgba(0,0,0,.2); border:solid 1px #8e9e34;}




/*---Slider-section-Css-Start---*/

.main-tp-slider{width:100%;display:inline-block;position:relative;}
.main-tp-slider .carousel-inner .item img{width:100%;}
.tp-slider{padding: 80px 0 0 0;margin: 0; z-index: -2;float: left;width: 100%;display: inline-block;}
.tp-slider-section{width: 100%;display: inline-block;position: relative;}
.rs-form{position:absolute;width:300px;right:4.5%;background-color:rgba(0,0,0,0.6);height:100%;}
.rs-form-space{padding:120px 15px;width:100%;display:inline-block;}
.rs-form-space h2{text-align: center;color: #ffdd9b;text-transform: uppercase;font-size: 24px;font-weight: 600;}
.rs-form-space .form-group{margin-bottom:5px; width:100%; display:inline-block; position:relative;}
.rs-form-space .form-group input{background:#fff;color:#000;border-radius: 0px;}
.rs-form-space .form-group textarea.form-control{border-radius: 0px;}
.rs-form-space .form-group .diet-code{width: 50%;float: left;}
.rs-form-space .form-group .code-diet{width: 38%;padding: 0 0 0 5px;}
.rs-form-space .form-group ::placeholder {color:#000;opacity: 1;font-size:12px; /* Firefox */}
.rs-form-space .form-group :-ms-input-placeholder { color:#000;opacity: 1;font-size:12px; /* Internet Explorer 10-11 */}
.rs-form-space .form-group ::-ms-input-placeholder {color:#000;opacity: 1;font-size:12px; /* Microsoft Edge */}
.rs-form-space .diet-btn{width: 100%;background: #f7b852;color: #7d4242;font-size: 16px;border-radius: 0px;margin:1px 0;}
.relat { position:relative; float:left; width:100%;}
.ppc-about-sec{width:100%; padding:40px 0px; float:left;}
.ppc-about{width:100%;} 
.ppc-about p{font-size: 18px; text-align: justify; font-weight: 300;}
.ppc-about-owl{width:100%;position:relative;}
.ppc-about-owl .owl-pagination{display:none;}
.ppc-about-owl .item{position:relative;}
.ppc-about-owl .item img{ width:100%;}
.ppc-about-owl .item .borderbox{ border:solid 2px #fff; position:absolute; left:15px; top:15px; right:15px; bottom:15px;}

.ppc-about-owl .owl-controls{ height:40px; position:absolute; bottom:50%;  width:100%;}
.ppc-about-owl .owl-buttons .owl-next{-webkit-border-radius: 0 !important; -moz-border-radius:0 !important; border-radius: 0 !important;width: 40px;height: 40px; position: absolute; right: -40px; top: 50%;background: transparent !important; margin-top:-40px;}
.ppc-about-owl .owl-buttons .owl-next:before{content:"\f101";font: normal normal normal 30px/1 FontAwesome;color: #000;}
.ppc-about-owl .owl-buttons .owl-prev{-webkit-border-radius: 0 !important; -moz-border-radius: 0 !important; border-radius: 0 !important;width: 40px;height: 40px; position: absolute; left: -40px; top: 50%;background: transparent !important;  margin-top:-40px;}
.ppc-about-owl .owl-buttons .owl-prev:before{content:"\f100";font: normal normal normal 30px/1 FontAwesome;color: #000;}

/*---faq's page---*/
.accordian-bar{width:100%;display:inline-block; background: #f5f5f5; padding: 30px;}
.faqs-list { padding:0; margin:0px 0px 15px 0px; width:100%; float:left;    border: 1px solid #f1f1f1;}
.faqs-title {position:relative;height: 44px;width:100%;display:table;vertical-align:middle;font-size:17px;color:#414042;margin:0px 0px 2px 0px;cursor:pointer;}
.faqs-title .accord-link{position:absolute;height: 45px;width: 45px;text-align:center;vertical-align:middle;background-color: #8d907a;display: inline-block;border-radius: 0;top: 0;right: 0;}
.faqs-title .accord-link .textpl-mn{ position:absolute; height:100%; width:100%; text-align:center; vertical-align:middle; display:table-cell; }
.faqs-title .question-paragraph{display:table-cell;vertical-align:middle;width:100%;height:100%;padding: 0px 60px 0px 15px;background:#fff;font-weight:600;}
.faqs-title .question-paragraph span{ position:absolute; left:15px;}
.faqs-list .accord-link::after{font-family: 'FontAwesome';content: '\f067';font-size: 17px;color: #ffffff;line-height:42px; transition: all 0.2s ease-in-out;
 -moz-transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out;}
.faqs-list.active .accord-link::after{font-family: 'FontAwesome'; content: '\f068';}
.faqs-list.active .faqs-title {background-color:#fff;}
.faqs-answer { width:100%; position:relative; color:#414042; font-size:17px; line-height:24px; background-color:#fff; display:none; padding:20px; float:left;}
.facilities-box{width: 100%; display: inline-block; padding:0;}
.faq-list{width: 100%; overflow:hidden; padding:20px 0px; border-bottom: 1px solid #eaeaea;}
.faq-list:first-child{padding:0px 0px 20px 0px;}
.faq-list:last-child{border-bottom: 0px solid #eaeaea;padding:20px 0px 0px 0px;}
.faq-bt-content{margin-top: 40px;padding: 0 0 0 12px;font-size: 18px;color: #000000;text-decoration-line: underline;}
/*
.ppc-banner-sec .head-section{min-height:120px; height:120px;}
.ppc-banner-sec .generalhead{min-height:115px; height:115px;}
*/
.village-img-sec img{width:100%;}
.villa-content h2{font-family:'Lato', sans-serif; font-size:20px;font-weight: 600; margin-top:0;}
.villa-content h2 span{float: right; font-size: 22px;}
.villa-content p{font-family: 'Lato', sans-serif; font-weight: 300; text-align: justify;  overflow:hidden;}

.testimonial-content .single-testimonial-item {padding:0px;}
.testimonial-content .single-testimonial-item .text-holder {border:1px solid #f4f4f4;display: block;padding: 7px 18px 10px; position: relative; transition: all 500ms ease;}
.testimonial-content .single-testimonial-item .text-holder::before {border-left: 20px solid #f4f4f4;border-right: 16px solid transparent;border-top: 16px solid transparent; bottom: -27px; content: ""; height: 15px; left: 0;position: absolute; transform: rotate(88deg); width: 15px; transition: all 500ms ease;}
.testimonial-content .single-testimonial-item .text-holder p {font-size: 14px;line-height: 26px;margin: 0;}
.testimonial-content .single-testimonial-item .client-info {margin-top: 30px;}
.testimonial-content .single-testimonial-item .client-info .img-box {border:1px solid transparent; width: 60px; transition: all 500ms ease;}
.testimonial-content .single-testimonial-item .client-info .img-box,
.testimonial-content .single-testimonial-item .client-info .title-box {display: table-cell;vertical-align: top;}
.testimonial-content .single-testimonial-item .client-info .title-box {padding-left: 20px;}
.testimonial-content .single-testimonial-item .client-info .title-box h4 {color:#3e3e3e;font-size: 18px;font-weight: 400; text-transform: capitalize;margin: 0 0 4px;}
.testimonial-content .single-testimonial-item .client-info .title-box h4 span{font-size: 15px; font-weight: 600; line-height: 27px; color: #7f8f27;}
.testimonial-content .single-testimonial-item .client-info .title-box p {color: #f1592a;margin:0;}
.testimonial-content .single-testimonial-item:hover .text-holder {border-color:#7f8f27;}
.testimonial-content .single-testimonial-item:hover .text-holder::before{border-left-color:#7f8f27;}
.testimonial-content .single-testimonial-item:hover .client-info .img-box {border-color:#7f8f27;}
.testimonial-content .single-testimonial-item .client-info .img-box img{width:100%;border:1px solid #a3bb14;}

.reach-sec{width:100%;background:#fff; padding:0;}
.buybox-howtoreach{ position:relative; padding:0; width:100%; border:solid 1px #ccc; float:left; text-align:center; margin:10px 0px;}
.from-to-destination{ font-size:13px; padding:5px 0px; border-top:solid 1px #ccc; font-weight:600;}
.buybox-howtoreach .caption-center{background-color:#8d9c34; color:#fff; padding:6px 10px; border-radius:0 0 4px 4px; width:140px; margin-bottom:10px; display:inline-block;}


.howtoreach-tabs{ padding:0; margin:0; position:relative; background:#ffda3f; float:left; width:100%; font-size:20px;}
.howtoreach-tabs ul{ padding:0; margin:0; list-style:none;}
.howtoreach-tabs ul li{ float:left; padding:0; margin:0px 0px 0px 0px; position:relative; width:33.333%;text-align:center;display:block;}
.howtoreach-tabs ul li a{ text-decoration:none; display:inline-block; cursor:pointer; width:100%; padding:10px 0px; border-right:solid 1px #8e9d35; color:#000;}
.howtoreach-tabs ul li:last-child a{border-right:solid 0px #8e9d35}
.howtoreach-tabs ul li a.active{color:#fff; background-color:#8e9d35;}
.howtoreach-tabs ul li a.active:hover{color:#fff;}


.tabcontent-for-display{display:none;}
.tabcontent-for-display h2{font-family: 'Yeseva One', cursive; font-size:25px; padding:0; margin:0;}
.tabcontent-for-display p{margin:10px 0px;}
.tabcontent-cover{ padding:10px; font-size:16px; float:left; width:100%; border:solid 1px #8e9d35;position:relative; line-height:21px;}
.clicktoenlarge{ position:absolute; font-size:12px; text-align:center; top:1px; right:1px; z-index:9; background-color:rgba(142,157,53,0.7); padding:3px 10px; color:#fff;}
.buybox-howtoreach:hover .clicktoenlarge{background-color:rgba(255,218,66,1.0); color:#000;}


/******** Click Action ********/

.clickmeactionWeB{ position:fixed; left:0; bottom:20px; z-index:999; width:0;}
.clickmeactionWeB.hidefulClick{ position:fixed; left:0; bottom:20px; z-index:999; width:0; display:none;}
.clickmeactionWeB .bubble-close { position:absolute; width:24px; height:24px; color:#fff; background-color:#d82321; font-size:14px; line-height:22px; border-radius:0%; text-align:center; cursor:pointer; top:-15px; left:30px; box-shadow:2px 2px 5px rgba(0,0,0,0.5);}

/*---Facility-Services----*/

.services-section{position: relative;padding:30px 0;border-top: 1px solid #f3f3f3;}
.services-section .sec-title{margin-bottom:25px;}
.services-section .sec-title p{font-size: 17px;font-weight: 100;color: #929292;}
.heading-line-mob-icon p{font-size: 17px;font-weight: 100;color: #929292;}

.sec-title h3{font-size: 40px;text-transform: uppercase;font-weight: 700;color: #8b9f4d;padding: 0 0 10px 0;}
.services-section .service-block{position: relative;margin-bottom: 30px;}
.service-block .inner-box{position: relative;padding:5px 20px 5px;background: #ffffff;border:1px dashed #dddddd;-webkit-transition:all 300ms ease;
-moz-transition:all 300ms ease; -ms-transition:all 300ms ease; -o-transition:all 300ms ease;transition: all 300ms ease;margin-bottom:15px;}
.service-block .inner-box .text{text-align: justify;font-size: 13px;color: #828284;}
.service-block:hover .inner-box{border-color:#eeb31e;}
.service-block .inner-box .title-box{position: relative;display: block;padding-bottom:5px;border-bottom: 1px dashed #dddddd;margin-bottom:5px;
-webkit-transition:all 300ms ease; -moz-transition:all 300ms ease; -ms-transition:all 300ms ease; -o-transition:all 300ms ease;transition: all 300ms ease;}
.service-block:hover .inner-box .title-box{border-color:#7c0849;}
.service-block .inner-box .title-box h3{font-size:16px;line-height: 30px;margin:0;color:#403234; -webkit-transition:all 300ms ease;-moz-transition:all 300ms ease; -ms-transition:all 300ms ease; -o-transition:all 300ms ease; transition: all 300ms ease;font-weight:600;text-decoration: none;}
.service-block .inner-box .title-box h3:hover{color:#7c0849;}
.service-block .inner-box .content-box{position: relative;padding-left: 75px; min-height:60px;}
.service-block .inner-box .content-box .icon-box{position: absolute;left: 0;top: 0;padding-left:5px; width:60px;height:60px;}
.service-block .inner-box .content-box .icon-box img{width:60px; height:60px;}
.service-block .inner-box .content-box .icon-box span{font-size: 48px;line-height: normal;}
.service-block .inner-box .content-box .icon-box .text{font-size: 15px;line-height: 24px;color: #777777;}
.service-block .content-box .icon-box span{color :#23ca78;}
#owl-demo .item img{display: block; width: 100%; height: auto;}
.services-block .concept-bar{width:100%;display:inline-block;overflow:hidden;}
.services-block .concept-bar p{line-height:40px; font-size:20px;}


/*---Media Quiry Responsive Css Start---*/
.award-tp-header { padding:0; margin:5px 0px; width:100%; float:left;}
.award-bar {width: 100%;text-align: center;}
.lg-award-img {width: 100%;}
.lg-award-img img{width: 100%;}
.lg-award-content {text-align: center; margin-bottom: 15px;}
.lg-award-content h2 {font-size: 13px; text-transform: none; color: #000; font-weight: 600;}
.lg-award-content p {font-size: 12px;color: #000;}

.av-leaf { width: 100%; border-top: 1px solid #bfc992; display: inline-block; position: relative; margin-bottom: 5px;}
.av-leaf:after{border-width: 1px 1px 0 0;content: ' ';background: url("../pic/ayurveda-leaf.jpg");display: block;position: absolute;left:47%;margin-left: -5px;z-index: 99;top: -13px;width:50px;height: 24px;}
.ppc-seb-point{font-size:16px !important;}


/* Right panle */
.faq-list article{padding:10px 10px 0px;}
.view-content {max-width: 1280px; margin: 0 auto;}
.view-content .pair .views-row {width: 100%; margin-bottom: 5.33333%; display: block;}
.view-content .views-row-7 {clear: both;margin-right: 0;}

@media only screen and (min-width: 768px) {
  .view-content {padding: 0 4.67033%;}
}
@media only screen and (min-width: 1024px) {
  .view-content {padding: 0;}
}
.view-content:after {
  content: '';
  display: table;
  clear: both;
}
@media only screen and (min-width: 768px) {
  .view-content .pair {margin-right: 3.0303%;}
}
@media only screen and (min-width: 1024px) {
  .view-content .pair {margin-right: 2.1875%;}
}
@media only screen and (min-width: 1024px) {
  .view-content .views-row-3 {margin-right: 2.1875%;}
}
@media only screen and (min-width: 768px) {
    .view-content .views-row-4 {margin-right: 3.0303%;}
}
@media only screen and (min-width: 1024px) {
  .view-content .views-row-4 {margin-right: 0;}
}
@media only screen and (min-width: 1024px) {
  .view-content .views-row-6 {margin-right: 2.1875%;}
}
 .view-content .views-row-7 {clear: both;margin-right: 0;}
@media only screen and (min-width: 1024px) {
  .view-content .views-row-7 {clear: none;}
}
@media only screen and (min-width: 768px) {
  .view-content .views-row-8 {margin-right: 3.0303%;}
}
@media only screen and (min-width: 1024px) {
  .view-content .views-row-8 {margin-right: 2.1875%;}
}
@media only screen and (min-width: 1024px) {
  .view-content .views-row-9 {margin-right: 2.1875%;}
}
@media only screen and (min-width: 768px) {
  .view-content .pair {width: 48.48485%;height: auto;float: left;}
}
@media only screen and (min-width: 1024px) {
  .view-content .pair {width: 31.875%;}
}
.view-content .pair .views-row {width: 100%;margin-bottom: 5.33333%;display: block;}
@media only screen and (min-width: 768px) {
  .view-content .pair .views-row {margin-bottom: 6.25%;}
}
@media only screen and (min-width: 1024px) {
  .view-content .pair .views-row {margin-bottom: 6.86275%;}
}
.view-content .views-row {margin-bottom: 5.33333%;}
@media only screen and (min-width: 768px) {
  .view-content .views-row {margin-bottom: 2.82486%;}
}
@media only screen and (min-width: 768px) {
  .view-content .views-row {float: left;width: 48.48485%;height: auto;}
}
@media only screen and (min-width: 1024px) {
  .view-content .views-row {width: 31.875%;margin-bottom: 2.1875%;}
}
@media only screen and (min-width: 768px) {
  .view-content .views-row.type-b.right-align {float: right;}
}
@media only screen and (min-width: 768px) {
  .view-content .views-row.type-c {width: 100%;}
}
@media only screen and (min-width: 1024px) {
  .view-content .views-row.type-c {width: 65.9375%;}
}
@media (max-width: 767px) {
.view-content .views-row {margin-bottom:10px; width:100%; float:left;}
}

.item-list .pager {clear: none; text-align:center; padding:0; margin:0px 0px 50px 0px; list-style:none;}
.item-list .pager li {padding: 0; display:inline-block;}
.item-list .pager a {display: inline-block;margin-top: 27px;font-size:40px; font-family: 'GandhiSerif-Regular', Arial, Helvetica, sans-serif;font-weight: 400;
font-style: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 28px; letter-spacing: 0.6px; color: #000;
text-decoration: none;border:0;border-radius:0;background:transparent}
.item-list .pager a:hover {color: #555;background:transparent;}

.field-content { position:relative; float:left; width:100%;}
.field-content img{ width:100%; height:auto!important;}
.hoverlaycontent-video {position: absolute;width: 100%;height: 100%;display: block;padding: 20px;left: 0;top: 0;  z-index:9;}

.overlayb{position: relative;top: 0;left: 0;width: 100%;height: 100%;background-color: rgba(0, 0, 0, 0.6);opacity: 0;visibility: hidden;transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; }
.field-content:hover .overlayb{opacity: 1; visibility:visible;}

.field-content:hover .videodescription{height: 85px; opacity: 1; visibility: visible; transition: height 0.3s ease-in-out, opacity 1s ease-in-out; -webkit-transition: height 0.3s ease-in-out, opacity 1s ease-in-out; -moz-transition: height 0.3s ease-in-out, opacity 1s ease-in-out; -ms-transition: height 0.3s ease-in-out, opacity 1s ease-in-out; -o-transition: height 0.3s ease-in-out, opacity 1s ease-in-out;}
.field-content:hover .titleofmainheading .title{opacity: 1;}
.coverheightsection {position: absolute;width: 100%;top: 50%;left: 0;transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out;
 -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; z-index:10;}
.coverheightsection .middletxt{width:100%;  vertical-align:middle; height:100%; padding:30px;}

.titleofmainheading {position:relative; margin:0; width:100%; text-align:center; font-size:20px; color:#fff; display:inline-block;}
.titleofmainheading .title{font-family: 'Playfair Display', serif; font-weight: 400; font-style: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; display: inline-block; width: auto; font-size:18px;  line-height: normal; letter-spacing: -0.5px;text-align: center;
color: #ffffff; margin-bottom: 10px; opacity:0; }

.reveal-text { padding: 0 20px; color: #fff; text-align: center; transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out;}

.reveal-text p {font-family: 'adobe-garamond-pro', serif; font-style: italic; font-weight: 400; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; color: #fff; font-size: 13px; line-height: 1.60; letter-spacing: 0.8px;}

.videodescription { height: 0;overflow: hidden; opacity: 0;visibility: hidden; transition: height 0.3s ease-in-out, opacity 0.3s ease-in-out; -webkit-transition: height 0.3s ease-in-out, opacity 0.3s ease-in-out; -moz-transition: height 0.3s ease-in-out, opacity 0.3s ease-in-out; -ms-transition: height 0.3s ease-in-out, opacity 0.3s ease-in-out; -o-transition: height 0.3s ease-in-out, opacity 0.3s ease-in-out;}

.ppc-tc p{font-size:14px; padding: 10px 0; text-align:justify;}

/*------Media-Quiry-Start--------*/

.resort-pics-gal { margin:0px 0px 10px 30px;}

@media only screen and (max-width:1199px) {
  .rs-form-space{padding:135px 15px;}
  .main-tp-slider .carousel-inner .item img{height:500px;}
}

@media only screen and (max-width:991px) {
  .rs-form-space{padding:5px 15px;}
  .main-tp-slider .carousel-inner .item img{height:380px;}
}

@media only screen and (max-width:767px) {
  .rs-form-space{padding: 5px 15px;width: 80%; margin: 0px auto;}
  .main-tp-slider .carousel-inner .item img{height:100%;}
  .rs-form{position: unset; width: 100%; background: #000000a6; display: flex;}
}

@media only screen and (max-width:400px) {
  .faqs-title .question-paragraph{padding:0px 50px 0px 15px;font-size: 16px;}
  .villa-content h2{font-size: 20px;}
  .villa-content h2 span{font-size:18px;}
  .faqs-title .accord-link{right: 2%;}
  .villa-content p{font-size: 15px;}
}

@media screen and (max-width:768px) {
.resort-pics-gal { margin:10px 0px;}
.ppc-about-owl .owl-controls{ height:40px; position:absolute; bottom:50%;  width:100%;}
.ppc-about-owl .owl-buttons .owl-next{background-color:rgba(255,255,255,0.8) !important; right:40px;}
.ppc-about-owl .owl-buttons .owl-prev{background-color:rgba(255,255,255,0.8) !important; left:40px;}
.accordian-bar{padding:10px 0;}

}
/*------Media-Quiry-Css-Close--------*/





table.fulltble-all
{
	border-width: 0;
	border-collapse: collapse;
	padding:5px;
	margin: 0px;
	border-style: solid solid solid solid;
	border-color: #e7e7e7;
	width: 100%;
	font-size:14px;
	font-weight: 400;
}
table.fulltble-all a{ color:#000; text-decoration:underline;}
table.fulltble-all a:hover{ color:#7c0849; text-decoration: none;}
table.fulltble-all td
{
	border-width: 0px 1px 1px 0px;
	margin: 0px;
	padding:1px 5px;
	vertical-align: top;
	text-align: left;
	border-style: solid solid solid solid;
	border-color: #b9aa97;
}
table.fulltble-all th
{
	border-width: 1px 1px 1px 0px;
	margin: 0px;
	padding:3px 5px;
	vertical-align: middle;
	text-align: left;
	border-style: solid solid solid solid;
	border-color: #b9aa97;
	color: #000;
	font-weight: 400;
	font-size:14px;
	background-color:rgba(145,161,59,0.4);
}
table.fulltble-all th:last-child{ border-width: 1px 0px 1px 0px;}
table.fulltble-all td:last-child{ border-width: 0px 0px 1px 0px;}


.mid-bar{vertical-align:middle !important;}
.treat-pack{padding:5px 0 10px 0;}

.ourbrandskairali {box-shadow: 1px 1px 15px rgba(0,0,0,.2); border-radius:4px; overflow:hidden; background-color:#fff; float:left; width:100%; padding:0; margin:10px 0px;}
.companypic { position:relative; float:left; width:100%;}
.companypic img{ position:relative; float:left; width:100%;}
.companyname { position:relative; float:left; width:100%; padding:0px 15px 10px 15px; text-align:center; font-size:14px; font-weight:400; height:50px;}
.visit-web-download { padding:15px; float:left; width:100%; background-color:#ccc; font-size:12px;}
.visit-web-download a{ position:relative; width:100%; display:block; text-decoration:none; padding:5px 0px;}
.visitweb { width:48%; float:left; border-radius:2px; background-color:#fff; text-align:center;}
.visitdownload { width:48%; float:right; border-radius:2px; background-color:#fff; text-align:center;}




.iframe-container{
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; 
    height: 0;
  }
  .iframe-container iframe{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
  }


.whatsapp-logo{
    width: 20px;
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}