
.bg-light {
	background: #fff;
	position: relative;
	z-index: 1;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.5, 1.5);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.5, 1.5);
  }
}

.carousel-inner .carousel-item > img {
  -webkit-animation: zoom 30s;
  animation: zoom 30s;
}
.welcome {
	background: #fbe9e1;
	min-height: 500px;
}
.welcome-leaf-bamboo {
  width: 180px;

}

.welcome_txt {
	padding: 35px;
}

.welcome_txt h2 {
	font-size: 38px;
	color: #597c0e;
}
.welcome_txt h3 {
	font-size: 20px;
	color: #799e22;
	letter-spacing:10px;
}
.welcome_txt p {
	font-size: 15px;
	color: #023125;
	font-weight: 500;
	line-height: 28px;
	text-align: justify;
}
.welcome_img img {
	width: 100%;
	height: auto;
	border:solid 5px;
	border-color: rgba(255,255,255,0.2)
}

.overview-ing-hme {
  position: relative;
  float: left;
  width: calc(660px - 0px);
  padding-right: 180px;
  padding-bottom: 80px;
	
}
.overview-ing-hme .over-img-btn {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
  width: 400px;
  padding: 10px 10px 10px 10px;
  background-color: rgba(228,217,207,0.7);
}
.treatment_kalri {
  display: flex;
  flex-direction: column;
}

.flex-container {
  /* We first create a flex layout context */
  display: flex;
  
  /* Then we define the flow direction 
     and if we allow the items to wrap 
   * Remember this is the same as:
   * flex-direction: row;
   * flex-wrap: wrap;
   */
  flex-flow: row wrap;
  
  /* Then we define how is distributed the remaining space */
  justify-content:space-between;
  
  padding: 0;
  margin: 0;
  list-style: none;
}

.flex-item {
 
  padding: 0px;
  margin-top: 10px;
  width: 25%;
  color: white;
  font-weight: bold;
  font-size: 3em;
  text-align: center;
}
.treatment li {

}
.treatment li img {
  width: 100%;
  height: auto;
}
.treatment li h2 {
  color: #3e2d21;
  padding-top: 25%;
}
.treatment li p {
  font-size: 15px;
  color: #023125;
  font-weight: 500;
  line-height: 28px;
  text-align: center;
}
.treatment li a {
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  line-height: 28px;
  text-align: center;
  background: #3e2d21;
  padding: 10px 20px;
  border-radius: 20px;
  text-decoration: none;

}
.treatment li a:hover {
  font-size: 15px;
  color: #3e2d21;
  font-weight: 500;
  line-height: 28px;
  text-align: center;
  background: #fff;
  padding: 10px 20px;
  border-radius: 20px;
  text-decoration: none;

}
.kalari {
  background-color: #dec2b8;
  background-image:url(../images/kalari_icon.png);
  background-position: bottom right;
  background-size:auto;
  background-repeat: no-repeat;

}
.ayurveda {
  background-color: #dec2b8;
  background-image:url(../images/ayur.png);
  background-position: bottom right;
  background-size:auto;
  background-repeat: no-repeat;

}
.resort {
	
	background: #d7ceab;
	
	
}
.suites {
	padding: 40px 9% 20px 9%;
}

.suites h2 {
	font-size: 38px;
	color: #054d3b;
	text-align: center;
	padding-bottom: 15px;

}
.resort .nav-item {
	background-color:rgba(121,84,41,0.4);
	  border-radius: 60px;
	margin: 5px;
	color: #110903;
}
.suites .nav-tabs {
	
	margin-bottom: 20px;
	padding: 5px;border: 0px;
}
.suites .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #fff;
  border-radius: 60px;

	border: 0px;
	background: #3e2d21;
	height: 100%;
}
.suites .nav-link {
	color: #110903;
	font-size: 14px;
	font-weight: 800;
	
}
.suites .nav-link:hover {
	color: #fff;
	border: 0px!important;
	background:#3e2d21;
	border-radius: 60px;
}
.suites .nav-link:focus {
	border: 0px!important;
	color: #fff;
	border-radius: 60px;
}
.suites .nav-link:focus-visible {
	border: 0px!important;
	color: #fff;
	border-radius: 60px;
}
.nav-tabs .nav-link {
	border: 0px!important;
	border-radius: 60px;
}
.nav-tabs .nav-link {
  margin-bottom: 0px;
  background: 0 0;
    background-color: rgba(0, 0, 0, 0);
  border: 1px solid transparent;
border-radius: 60px;
	height: 100%;
}
.tab-content {
	padding:0px 0px;
	border:0px!important;
	border-radius: 0px;
}
.accordion-item {
  background-color: transparent!important;
  border: 0px solid rgba(0,0,0,.125);
	border-radius: 0px;
}

.accordion-button:not(.collapsed) {
  color: #fff;
  background-color: rgba(78,34,1,1);
font-weight: 700!important
}
.accordion-header {

	font-weight: 700!important;
	font-size: 18px;
	margin-bottom: 1px;
	;
}

.accordion-button::after {
content: "\f107";
font-family: 'Font Awesome 5 Free';
font-weight: 900;	
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 14px!important;
  color: #fff;
  text-align: left;
  background-color: rgba(78,34,1,1);
  border: 0;
  border-radius: 0;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  overflow-anchor: none;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
	font-weight: 700!important
}
.accordion-button::after {
	background-image: none!important;
}
.tab-content img {
	width: 100%;
	height: auto;
}
.accordion-body {
	padding: 0px;
}

.suitebuttons {
	display: flex;
	justify-content: center;
	position: relative;
	z-index: 10;
	bottom: 100px;
	

}
.suitebuttons a {
	font-weight: 600;
	padding: 10px 25px;
	margin: 5px;
	border-radius: 50px;
}
.btn_w {
	background-color: rgba(255,255,255,0.6);
	color: #000;
	text-decoration: none;
}
.btn_w:hover {
	background-color: rgba(121,158,41,0.8);
	color: #fff!important;
	text-decoration: none;
}
.btn_b {
	background-color: rgba(0,0,0,0.8);
	color: #000!important;
	text-decoration: none;
}
.btn_b:hover {
	background-color: rgba(121,158,41,0.8);
	color: #fff!important;
	text-decoration: none;
}
.btn_g {
background-color: rgba(62,45,33,0.8);
	color: #fff!important;
	text-decoration: none;
}
.btn_g:hover {
	background-color: rgba(255,255,255,0.8);
	color: #000!important;
	text-decoration: none;
}
@media only screen and (max-width:991px) {
	.banner {
		height: 400px;
		background: #000
	}
	.carousel-inner {
		height: 400px;
	}
	.carousel-inner img {
		height: 400px;
		object-fit: cover;
	}
	
	.welcome_txt {
	padding: 5px;
}
	.welcome_img figure img {
		width: 100%;
	}
	
	

  .tab-content>.tab-pane {
    display: block;
    opacity: 1;
  }
	
	.suitebuttons {
	display: block;
	justify-content: center;
	position: relative;
	z-index: 10;
	bottom: 50px;
		height: 0px;
	

}
}

.facilities {
		padding: 40px 9% 20px 9%;
}
.facilities h2 {
font-size: 38px;
color: #fff;
text-align: center;
padding-bottom: 15px;
}
.facilities p {
  color: #fff;
}
/**
 * Owl Carousel v2.3.2
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
figure {
  margin: 0
}
.owl-carousel, .owl-car.smousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0)
}
.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0)
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled { /*display:none*/
}
.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block
}
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block
}
.owl-carousel.owl-hidden {
  opacity: 0
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: none;
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab
}
.owl-carousel.owl-rtl {
  direction: rtl
}
.owl-carousel.owl-rtl .owl-item {
  float: right
}
.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both
}
.owl-carousel .owl-animated-in {
  z-index: 0
}
.owl-carousel .owl-animated-out {
  z-index: 1
}
.owl-carousel .fadeOut {
  animation-name: fadeOut
}
@keyframes fadeOut {
  0% {
    opacity: 1
  }
  100% {
    opacity: 0
  }
}
.owl-height {
  transition: height .5s ease-in-out
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3)
}
.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%
}
/**
 * Owl Carousel v2.3.2
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0)
}
.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0)
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled { /*display:none*/
}
.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block
}
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block
}
.owl-carousel.owl-hidden {
  opacity: 0
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab
}
.owl-carousel.owl-rtl {
  direction: rtl
}
.owl-carousel.owl-rtl .owl-item {
  float: right
}
.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both
}
.owl-carousel .owl-animated-in {
  z-index: 0
}
.owl-carousel .owl-animated-out {
  z-index: 1
}
.owl-carousel .fadeOut {
  animation-name: fadeOut
}
@keyframes fadeOut {
  0% {
    opacity: 1
  }
  100% {
    opacity: 0
  }
}
.owl-height {
  transition: height .5s ease-in-out
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease
}
.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3)
}
.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots, .owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  display: block;
}
.owl-theme .owl-nav {
  margin-top: -44px
}
.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px
}
.owl-theme .owl-nav [class*=owl-]:hover { /*background:#869791;*/ color: #869791;
  text-decoration: none
}
.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px
}
.owl-theme .owl-dots .owl-dot {
  display: none;
  zoom: 1
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 6px;
  background: #9da5a2;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #224e89;
}
.owl-nav {
  position: absolute;
  top: 0;
  z-index: 12000;
  right: 0;
  font-size: 40pt;
  color: #fff
}
.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  left: 0px;
  top: 200px;

  background-repeat: no-repeat;
  width: 34px;
  height: 34px;
}
.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  right: -0px;
  top: 200px;

  background-repeat: no-repeat;
  width: 34px;
  height: 34px;
}
.owl-theme .owl-nav {
  width: 100%;
}
.owl-nav {
  font-size: 50px !important;
}
/*.owl-theme .owl-dots button:first-child {
  display: none;
}
.owl-stage-outer button:first-child {
	display: none;
}*/
.home-widget-facil-wrapp {
  background-color: #66402d;
  background-image: url(../images/facili_bg.png);
  background-repeat:repeat;
  background-position: center center;
  text-align: center;
  color: #0f0f0f;

}
.home-widget-facil-wrapp article {
  padding-bottom: 20px;
}
.fachmeslidewrapp {
  overflow: hidden;
  width: 100%;
  padding: 10px 0 10px 0
}
.fachmeslidewrapp figure {
  position: relative
}
.fachmeslidewrapp h5 {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  font-size: 17pt;
	font-family: 'Philosopher', sans-serif;	
}
.know-more-btn  {
	margin-top: 15px;
}
.know-more-btn a{
	background: #f0bf8c;
	color: #3e2d21!important;
		font-weight: 600;
	padding: 10px 25px;
	margin: 5px;
	border-radius: 50px;
	text-decoration: none;
	display: inline-block;
}
.know-more-btn a:hover{
	background: #fff;
	color: #3e2d21!important;
		font-weight: 600;
	padding: 10px 25px;
	margin: 5px;
	border-radius: 50px;
	text-decoration: none;
	display: inline-block;
}

.know-more-btn2 a{
	background: #3e2d21;
	color: #fff!important;
		font-weight: 600;
	padding: 10px 25px;
	margin: 5px;
	border-radius: 50px;
	text-decoration: none;
	display: inline-block;
}
.know-more-btn2 a:hover{
	background: #fff;
	color: #3e2d21!important;
		font-weight: 600;
	padding: 10px 25px;
	margin: 5px;
	border-radius: 50px;
	text-decoration: none;
	display: inline-block;
}

.home-activity {
  position: relative;
  background-image: url("../images/activity_bg.png");
  min-height: 600px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
	padding: 25px!important;
}
.home-activity-over {
 /* width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);*/
	
}
.home-activity-over figure {
  width: calc(55% - 0px);
  float: left
}
.home-activity-over  {

}
.home-activity-over h2 {

  font-size: 24pt;
padding-bottom: 15px;
  text-transform: uppercase;
	color: #fff;
	text-align: center;

}
.activitymain {
	padding: 40px 9%!important;
}
.activitymain img {
	width: 100%;
	height: auto;
	border:solid 5px;
	border-color: rgba(255,255,255,0.3);
	text-align: center;
}
.actvitytitle {
	background-color:rgba(77,39,13,0.9)!important;
	padding: 15px;
		font-family: 'Philosopher', sans-serif;	
	position: relative;
	bottom: 65px;
	z-index: 9;
	color: #fff;
	font-size: 20px;text-align: center;
	margin: 0px 4px;
	
	
	
}
.btmpad {
	margin-top: -40px;
}

@media only screen and (max-width:991px) {
.welcome_txt h3 {
	font-size: 16px;
	color: #799e22;
	letter-spacing: 5px;
}
.facilities {
		padding: 40px 0 20px 0;
}
	
	.fachmeslidewrapp h5 {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
	font-family: 'Philosopher', sans-serif;	
		font-weight: 600;
		line-height: 28px;
}
	.facilities h2 {
  font-size: 38px;
  color: #fff;
  text-align: center;
  padding-bottom: 1px;
}
	
.activitymain {
	padding: 40px 0!important;
}
.activitymain img {
	width: 100%;
	height: auto;
	margin-bottom:5px;
}	
.actvitytitle {
	background-color:rgba(121,158,41,0.9)!important;
	padding: 15px;
		font-family: 'Philosopher', sans-serif;	
	position: relative;
	bottom: 73px;
	z-index: 9;
	color: #fff;
	font-size: 20px;text-align: center;
	margin: 0px 4px;
	
	
	
}	
	.socilmedia {
	display: flex;
	justify-content: flex-start;
		padding-top: 10px;
}
	.footer-leaf {
		display: none;
	}
  .flex-container {
    /* We first create a flex layout context */
    display: flex;
    
    /* Then we define the flow direction 
       and if we allow the items to wrap 
     * Remember this is the same as:
     * flex-direction: row;
     * flex-wrap: wrap;
     */
    flex-flow: column wrap;
    
    /* Then we define how is distributed the remaining space */
    justify-content:space-between;
    
    padding: 0;
    margin: 0;
    list-style: none;
  }
  
  .flex-item {
   
    padding: 0px 0px 0px 0px;
    margin-top: 0px;
    width: 100%;
    color: white;
    font-weight: bold;
    font-size: 3em;
    text-align: center;
  }

}



