/**
* Template Name: D-Cloud
* Template URL: https://bootstrapmade.com/laura-free-creative-bootstrap-theme/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  color: #444444;
}

a {
  color: #000000;
  text-decoration: none;
}
p{font-family: 'Work Sans', sans-serif;}
a:hover {
  color: #ffc85a;
  text-decoration: none;
}

 h2 {
font-family: 'Noto Serif', serif;
}
section.why_customer_say {
    overflow: hidden;
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #103F32;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #ffc550;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  z-index: 997;
  background: rgba(25, 28, 31, 0.8);
}
#header.header-transparent {
  background: transparent;
}
#header.header-scrolled {
  background:#103f32;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/

.nav-slider.toggling {
  transition: transform 0.35s, opacity 0.35s;
}

.navbar-toggler {
  float: left;
}

@media (max-width: 543px) {
  .nav-slider {
    opacity: 0;
    position: fixed;
    z-index: 200;
    background-color: #f1f1f1;
  }
  .nav-slider .navbar-nav {
    margin-left: 30px;
    margin-top: 20px;
  }
  .nav-slider .navbar-nav .nav-item {
    float: none;
  }
  .nav-slider .navbar-nav .nav-item .nav-link {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .nav-slider .navbar-nav .nav-item + .nav-item {
    margin-left: 0;
  }

  body.has-active-menu {
    overflow: hidden;
  }

  .nav-mask {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 0;
    height: 0;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: opacity 0.25s, width 0s 0.25s, height 0s 0.25s;
  }

  .has-active-menu .nav-mask {
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: opacity 0.25s;
  }

  /* next */
  .nav-slider {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    top: 0;
    left: 0;
    transform: translateX(-100%);
  }

  .has-active-menu .nav-slider {
    opacity: 1;
    transform: translateX(0);
  }
}


/*
 * SLIDING MENU PANEL
 */
.menu {
  position: absolute;
  z-index: 998;
  color: #005c9c;
  background:#191919;
  width: 30%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: 0.5s left cubic-bezier(0.77, 0, 0.175, 1);
}

.menu.active {
  right: 0;
}
.menu p {
  font-size: 1.4rem;
  margin-bottom: 1rem;
}


.twitter {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
}	
.menu {
    width: 250px;
    right: -1000px;
    padding: 50px;
}	
}




.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding:16px 15px;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
font-family: 'Work Sans', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
      border-bottom: 4px solid transparent;
}
.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
    color: #fff;
    border-bottom: 4px solid #fff;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  font-weight: 400;
  color: #3b434a;
  letter-spacing: 1px;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #ffb727;
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}


.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(36, 41, 46, 0.9);
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 14px;
  color: #3b434a;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #ffb727;
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #ffb727;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  background: url(../img/whistlingwoods_dandeli_view-1-scaled.jpg) top right;
  width: 100%;
  height: 100vh;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
}
#hero-firstimpression {
  background:url(../img/inner-banner/1st-impression-banner.jpg) top center;
  width: 100%;
  height: 100vh;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
}
#hero_stay {
  background:url(../img/inner-banner/stay.jpg) top center;
  width: 100%;
  height: 100vh;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
}
#hero-banglow {
background:url(../img/inner-banner/banglow-ban.jpg) top center;
  width: 100%;
  height: 100vh;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
}
#hero-luxury {
background:url(../img/inner-banner/LUXURY-ban.jpg) top center;
  width: 100%;
  height: 100vh;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
}
#hero-deluxe {
background:url(../img/inner-banner/DELUXE-ban.jpg) top center;
  width: 100%;
  height: 100vh;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
}
#hero-dormantary {
background:url(../img/inner-banner/dormatary-ban.jpg) top center;
  width: 100%;
  height: 100vh;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
}
#hero-activities {
background:url(../img/inner-banner/activities-ban.jpg) top center;
  width: 100%;
  height: 100vh;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
}
#hero-events {
background:url(../img/inner-banner/events-ban.jpg) top center;
  width: 100%;
  height: 100vh;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
}
#hero-gallery {
background:url(../img/inner-banner/gallery-ban.jpg) top center;
  width: 100%;
  height: 100vh;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
}
#hero-nearby {
background:url(../img/inner-banner/nearby-ban.jpg) top center;
  width: 100%;
  height: 100vh;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
}
#hero-contact {
background:url(../img/inner-banner/contact-ban.jpg) top center;
  width: 100%;
  height: 100vh;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
}
#hero-faq {
background:url(../img/inner-banner/faq-ban.jpg) top center;
  width: 100%;
  height: 100vh;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
}
#hero-refundreturn {
background:url(../img/inner-banner/refundreturn-ban.jpg) top center;
  width: 100%;
  height: 100vh;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
}
#hero-privacypolicy {
background:url(../img/inner-banner/privacy-ban.jpg) top center;
  width: 100%;
  height: 100vh;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
}
#hero-termcondition {
background:url(../img/inner-banner/termcondition-ban.jpg) top center;
  width: 100%;
  height: 100vh;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
}

/** Inner Banner Resposive **/
@media(max-width:320px){
#hero-firstimpression {
		background-image:url(../img/inner-banner/1st-impression-banner-1.jpg);
		background-repeat:no-repeat;
	    background-size: inherit;
	    height: 60vh;
	}
#hero_stay {
		background-image:url(../img/inner-banner/stay-ban-1.jpg);
		background-repeat:no-repeat;
	    background-size: inherit;
	    height: 60vh;
	}
#hero-banglow  {
		background-image:url(../img/inner-banner/banglow-ban-1.jpg);
		background-repeat:no-repeat;
	    background-size: inherit;
	    height: 60vh;
	}
#hero-luxury {
		background-image:url(../img/inner-banner/LUXURY-ban-1.jpg);
		background-repeat:no-repeat;
	    background-size: inherit;
	    height: 60vh;
	}	
#hero-deluxe {
		background-image:url(../img/inner-banner/DELUXE-ban-1.jpg);
		background-repeat:no-repeat;
	    background-size: inherit;
	    height: 60vh;
	}
#hero-dormantary {
		background-image:url(../img/inner-banner/dormatary-ban-1.jpg);
		background-repeat:no-repeat;
	    background-size: inherit;
	    height: 60vh;
	}
#hero-activities {
		background-image:url(../img/inner-banner/activities-ban-1.jpg);
		background-repeat:no-repeat;
	    background-size: inherit;
	    height: 60vh;
	}
#hero-events {
		background-image:url(../img/inner-banner/events-ban-1.jpg);
		background-repeat:no-repeat;
	    background-size: inherit;
	    height: 60vh;
	}
#hero-gallery {
		background-image:url(../img/inner-banner/gallery-ban-1.jpg);
		background-repeat:no-repeat;
	    background-size: inherit;
	    height: 60vh;
	}
#hero-nearby {
		background-image:url(../img/inner-banner/nearby-ban-1.jpg);
		background-repeat:no-repeat;
	    background-size: inherit;
	    height: 60vh;
	}
#hero-contact {
		background-image:url(../img/inner-banner/contact-ban-1.jpg);
		background-repeat:no-repeat;
	    background-size: inherit;
	    height: 60vh;
	}
#hero-faq {
		background-image:url(../img/inner-banner/faq-ban-1.jpg);
		background-repeat:no-repeat;
	    background-size: inherit;
	    height: 60vh;
	}
#hero-refundreturn {
		background-image:url(../img/inner-banner/refundreturn-ban-1.jpg);
		background-repeat:no-repeat;
	    background-size: inherit;
	    height: 60vh;
	}
#hero-privacypolicy {
		background-image:url(../img/inner-banner/privacy-ban-1.jpg);
		background-repeat:no-repeat;
	    background-size: inherit;
	    height: 60vh;
	}
#hero-termcondition {
		background-image:url(../img/inner-banner/termcondition-ban-1.jpg);
		background-repeat:no-repeat;
	    background-size: inherit;
	    height: 60vh;
	}										
			
}
@media(max-width:360px){
#hero-firstimpression {
		background-image:url(../img/inner-banner/1st-impression-banner-2.jpg);
		background-repeat:no-repeat;
	    background-size: inherit;
	    height: 60vh;
	}
#hero_stay {
		background-image:url(../img/inner-banner/stay-ban-2.jpg);
		background-repeat:no-repeat;
	    background-size: inherit;
	    height: 60vh;
		}
#hero-banglow  {
		background-image:url(../img/inner-banner/banglow-ban-2.jpg);
		background-repeat:no-repeat;
	    background-size: inherit;
	    height: 60vh;
	}
#hero-luxury {
		background-image:url(../img/inner-banner/LUXURY-ban-2.jpg);
		background-repeat:no-repeat;
	    background-size: inherit;
	    height: 60vh;
	}
#hero-deluxe {
		background-image:url(../img/inner-banner/DELUXE-ban-2.jpg);
		background-repeat:no-repeat;
	    background-size: inherit;
	    height: 60vh;
	}
#hero-dormantary {
		background-image:url(../img/inner-banner/dormatary-ban-2.jpg);
		background-repeat:no-repeat;
	    background-size: inherit;
	    height: 60vh;
	}
#hero-activities {
		background-image:url(../img/inner-banner/activities-ban-2.jpg);
		background-repeat:no-repeat;
	    background-size: inherit;
	    height: 60vh;
	}	
#hero-events {
		background-image:url(../img/inner-banner/events-ban-2.jpg);
		background-repeat:no-repeat;
	    background-size: inherit;
	    height: 60vh;
	}
#hero-gallery {
		background-image:url(../img/inner-banner/gallery-ban-2.jpg);
		background-repeat:no-repeat;
	    background-size: inherit;
	    height: 60vh;
	}
#hero-nearby {
		background-image:url(../img/inner-banner/nearby-ban-2.jpg);
		background-repeat:no-repeat;
	    background-size: inherit;
	    height: 60vh;
	}
#hero-contact {
		background-image:url(../img/inner-banner/contact-ban-2.jpg);
		background-repeat:no-repeat;
	    background-size: inherit;
	    height: 60vh;
	}
#hero-faq {
		background-image:url(../img/inner-banner/faq-ban-2.jpg);
		background-repeat:no-repeat;
	    background-size: inherit;
	    height: 60vh;
	}
#hero-refundreturn {
		background-image:url(../img/inner-banner/refundreturn-ban-2.jpg);
		background-repeat:no-repeat;
	    background-size: inherit;
	    height: 60vh;
	}
#hero-privacypolicy {
		background-image:url(../img/inner-banner/privacy-ban-2.jpg);
		background-repeat:no-repeat;
	    background-size: inherit;
	    height: 60vh;
	}
#hero-termcondition {
		background-image:url(../img/inner-banner/termcondition-ban-2.jpg);
		background-repeat:no-repeat;
	    background-size: inherit;
	    height: 60vh;
	}					
						
}


	

/** Inner Banner Resposive **/


#hero .hero-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0 15px;
}
#hero h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-family: "Satisfy", serif;
  color: #fff;
}
#hero h2 {
  color: #eee;
  margin-bottom: 50px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}
#hero .btn-scroll {
  transition: 0.4s;
  color: rgba(255, 255, 255, 0.6);
  animation: up-down 1s ease-in-out infinite alternate-reverse both;
}
#hero .btn-scroll i {
  font-size: 48px;
}
#hero .btn-scroll:hover {
  color: #ffb727;
}
 	

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}
@media (max-width: 575px) {
  #hero h1 {
    font-size: 40px;
  }
  #hero h2 {
    text-align: center;
    margin-bottom: 30px;
  }
 
}

@-webkit-keyframes up-down {
  0% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(-5px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(-5px);
  }
}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
}

.section-bg {
  background-color: white;
}

.section-title {
  text-align: center;
  padding: 30px 0;
  position: relative;
}
.section-title h2 {
    font-size: 48px;
    font-weight: 500;
    margin-bottom: 20px;
    padding-bottom: 0;
    color: #39a570;
    position: relative;
    z-index: 2;
}
.text-left
{
	text-align:left !important;
}
strong.subtitle {
    position: relative;
    left: 15%;
}
.max-70 {
    max-width: 700px;
    margin: auto;
    width: 100%;
}
.section-title span {
  position: absolute;
  top: 30px;
  color: #eef0f2;
  left: 0;
  right: 0;
  z-index: 1;
  font-weight: 700;
  font-size: 52px;
  text-transform: uppercase;
  line-height: 0;
}
.section-title p {
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 575px) {
  .section-title h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .section-title span {
    font-size: 38px;
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background-color: #f4f5f6;
  min-height: 40px;
  margin-top: 78px;
}
@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 60px;
  }
}
.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}
@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}
@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# About Me
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 700;
  font-size: 26px;
  color: #3b434a;
  text-transform: uppercase;
}
.about .content ul {
  list-style: none;
  padding: 0;
}
.about .content ul li {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.about .content ul strong {
  margin-right: 10px;
}
.about .content ul i {
  font-size: 16px;
  margin-right: 5px;
  color: #ffb727;
  line-height: 0;
}
.about .content p:last-child {
  margin-bottom: 0;
}
.about .content .count-box {
  width: 100%;
}
.about .content .count-box i {
  display: block;
  font-size: 36px;
  color: #ffb727;
  float: left;
  line-height: 0;
}
.about .content .count-box span {
  font-size: 36px;
  line-height: 30px;
  display: block;
  font-weight: 700;
  color: #3b434a;
  margin-left: 50px;
}
.about .content .count-box p {
  padding: 15px 0 0 0;
  margin: 0 0 0 50px;
font-family: 'Work Sans', sans-serif;
  font-size: 14px;
  color: #5d6a75;
}
.about .content .count-box a {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  color: #5d6a75;
  font-size: 15px;
font-family: 'Work Sans', sans-serif;
  transition: ease-in-out 0.3s;
}
.about .content .count-box a:hover {
  color: #82909c;
}
.about .image {
  background: url("../img/me.jpg") center center no-repeat;
  background-size: cover;
  min-height: 500px;
}
.about .skills-content {
  margin-top: 30px;
}
.about .skills-content .progress {
  height: 60px;
  display: block;
  background: none;
  border-radius: 0;
}
.about .skills-content .progress .skill {
  padding: 10px 0;
  margin: 0 0 6px 0;
  text-transform: uppercase;
  display: block;
  font-weight: 700;
font-family: 'Work Sans', sans-serif;
  color: #3b434a;
}
.about .skills-content .progress .skill .val {
  float: right;
  font-style: normal;
}
.about .skills-content .progress-bar-wrap {
  background: #e6e8eb;
}
.about .skills-content .progress-bar {
  width: 1px;
  height: 10px;
  transition: 0.9s;
  background-color: #ffb727;
}

/*--------------------------------------------------------------
# My Resume
--------------------------------------------------------------*/
.resume .resume-title {
  font-size: 26px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #3b434a;
}
.resume .resume-item {
  padding: 0 0 20px 20px;
  margin-top: -2px;
  border-left: 2px solid #82909c;
  position: relative;
}
.resume .resume-item h4 {
  line-height: 18px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffb727;
  margin-bottom: 10px;
}
.resume .resume-item h5 {
  font-size: 16px;
  background: #eef0f2;
  padding: 5px 15px;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 10px;
}
.resume .resume-item ul {
  padding-left: 20px;
}
.resume .resume-item ul li {
  padding-bottom: 10px;
}
.resume .resume-item:last-child {
  padding-bottom: 0;
}
.resume .resume-item::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50px;
  left: -9px;
  top: 0;
  background: #fff;
  border: 2px solid #82909c;
}

/*--------------------------------------------------------------
# My Services
--------------------------------------------------------------*/
.services .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  transition: all 0.3s ease-in-out;
  text-align: center;
  border: 1px solid #fff;
}
.services .icon {
  margin: 0 auto 20px auto;
  padding-top: 17px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  background: #fff4df;
}
.services .icon i {
  font-size: 36px;
  line-height: 1;
  color: #ffb727;
}
.services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}
.services .title a {
  color: #111;
  transition: 0.3s;
}
.services .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}
.services .icon-box:hover {
  border-color: #ffb727;
}
.services .icon-box:hover .title a {
  color: #ffb727;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials {
  padding: 80px 0;
  background: url("../img/testimonials-bg.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}
.testimonials::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(14, 16, 17, 0.7);
}
.testimonials .section-header {
  margin-bottom: 40px;
}
.testimonials .testimonials-carousel, .testimonials .testimonials-slider {
  overflow: hidden;
}
.testimonials .testimonial-item {
  text-align: center;
  color: #fff;
}
.testimonials .testimonial-item .testimonial-img {
  width: 100px;
  border-radius: 50%;
  border: 6px solid rgba(255, 255, 255, 0.15);
  margin: 0 auto;
}
.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #fff;
}
.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #ddd;
  margin: 0 0 15px 0;
}
.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: rgba(255, 255, 255, 0.4);
  font-size: 26px;
}
.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}
.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}
.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
  color: #eee;
}
.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.4);
}
.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ffb727;
}
@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
}

/*--------------------------------------------------------------
# My Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
  list-style: none;
  margin-bottom: 20px;
}
.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  margin: 0 10px 10px 10px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  padding: 7px 10px;
  text-transform: uppercase;
  color: #444444;
  transition: all 0.3s ease-in-out;
  border: 2px solid #fff;
}
.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color: #f3a200;
  border-color: #ffb727;
}
.portfolio .portfolio-item {
  margin-bottom: 30px;
}
.portfolio .portfolio-item .portfolio-img {
  overflow: hidden;
}
.portfolio .portfolio-item .portfolio-img img {
  transition: all 0.8s ease-in-out;
}
.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 15px;
  bottom: 0;
  z-index: 3;
  right: 15px;
  transition: all ease-in-out 0.3s;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px 15px;
}
.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0px;
}
.portfolio .portfolio-item .portfolio-info p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  margin-bottom: 0;
}
.portfolio .portfolio-item .portfolio-info .preview-link, .portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 40px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: #fff;
  transition: 0.3s;
}
.portfolio .portfolio-item .portfolio-info .preview-link:hover, .portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #ffc041;
}
.portfolio .portfolio-item .portfolio-info .details-link {
  right: 10px;
}
.portfolio .portfolio-item:hover .portfolio-img img {
  transform: scale(1.2);
}
.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}
.portfolio-details .portfolio-details-slider img {
  width: 100%;
}
.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #ffb727;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ffb727;
}
.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(59, 67, 74, 0.08);
}
.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}
.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}
.portfolio-details .portfolio-description {
  padding-top: 30px;
}
.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}
.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  padding: 20px;
  background: #fff;
  text-align: center;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.pricing h3 {
  font-weight: 400;
  margin: -20px -20px 20px -20px;
  padding: 20px 15px;
  font-size: 16px;
  font-weight: 600;
  color: #777777;
  background: #f8f8f8;
}
.pricing h4 {
  font-size: 36px;
  color: #ffb727;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 20px;
}
.pricing h4 sup {
  font-size: 20px;
  top: -12px;
  left: -3px;
}
.pricing h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}
.pricing ul {
  padding: 0;
  list-style: none;
  color: #444444;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}
.pricing ul li {
  padding-bottom: 16px;
}
.pricing ul i {
  color: #ffb727;
  font-size: 18px;
  padding-right: 4px;
}
.pricing ul .na {
  color: #ccc;
  text-decoration: line-through;
}
.pricing .btn-wrap {
  margin: 20px -20px -20px -20px;
  padding: 20px 15px;
  background: #f8f8f8;
  text-align: center;
}
.pricing .btn-buy {
  background: #ffb727;
  display: inline-block;
  padding: 8px 35px;
  border-radius: 4px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
font-family: 'Work Sans', sans-serif;
  font-weight: 600;
  transition: 0.3s;
}
.pricing .btn-buy:hover {
  background: #ffc85a;
}
.pricing .featured h3 {
  color: #fff;
  background: #ffb727;
}
.pricing .advanced {
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  transform: rotate(45deg);
  z-index: 1;
  font-size: 14px;
  padding: 1px 0 3px 0;
  background: #ffb727;
  color: #fff;
}

/*--------------------------------------------------------------
# Contact Me
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px 0 30px 0;
}
.contact .info-box i.bx {
  font-size: 24px;
  color: #ffb727;
  border-radius: 50%;
  padding: 15px;
  background: #fff6e4;
}
.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}
.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
.contact .social-links {
  margin-top: 15px;
  display: flex;
  justify-content: center;
}
.contact .social-links a {
  font-size: 18px;
  display: inline-block;
  color: #687683;
  line-height: 1;
  margin: 0 8px;
  transition: 0.3s;
  padding: 14px;
  border-radius: 50px;
  border: 1px solid #dde1e4;
}
.contact .social-links a:hover {
  color: #fff;
  border-color: #ffb727;
  background: #ffb727;
}
.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 27px;
}
.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}
.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}
.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}
.contact .php-email-form input::focus, .contact .php-email-form textarea::focus {
  background-color: #ffb727;
}
.contact .php-email-form input {
  padding: 10px 15px;
}
.contact .php-email-form textarea {
  padding: 12px 15px;
}
.contact .php-email-form button[type=submit] {
  background: #ffb727;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 5px;
}
.contact .php-email-form button[type=submit]:hover {
  background: #ffc85a;
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    background: url(../../assets/img/footer.png) top center no-repeat;
    background-size: cover;
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 80px 0;
    position: relative;
    background-size: 100% 100%;
}

#footer .container {
  position: relative;
}
#footer h3 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  position: relative;
font-family: 'Work Sans', sans-serif;
  padding: 0;
  margin: 0 0 15px 0;
}
#footer p {
 font-size: 15px;
    font-style: italic;
    padding: 0;
    margin: 0;
}
#footer .social-links {
  margin: 0 0 40px 0;
}
#footer .social-links a {
    display: inline-block;
    color: #fff;
    line-height: 1;
    padding: 0;
    border-radius: 50%;  
	text-align: center;  
	width: 36px;  
	height: 36px;
    transition: 0.3s;
    margin-right: 14px;
}
#footer .social-links a:hover {
  background: #f3a200;
  color: #fff;
  text-decoration: none;
}
#footer .copyright {
  margin: 0 0 5px 0;
}
#footer .credits {
  font-size: 13px;
}
ul.footerLink li:after {
    content: "|";
    position: absolute;
    right: -7px;top: 0;
}
ul.footerLink li {
    display: inline-block;
    padding: 0 10px;position: relative;
}
/* Custom CSS */

header#header {
    top: -30px;
}
.header-scrolled {
    top: 0 !important;
}
.logo-dcloud img {
    width: 150px;
}
header#header .logo2 {
    display: none;
}
.header-scrolled .logo2 {
    display: block !important;
	    width: 80px;
}

header#header {
    flex-direction: column;
}
.main-logo img {
    width: 175px;
}
.header-scrolled {
    position: fixed !important;
	    transition: 0.5s;
}
.fixed-top {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.main-logo {
    padding-top: 55px;
}


.container .title{
  color: #1a1a1a;
  text-align: center;
  margin-bottom: 10px;
}

.content {
  position: relative;
  width:100%;
  max-width: 400px;
  margin: auto;
  overflow: hidden;
}

.content .content-overlay {
  background: rgba(0,0,0,0.7);
  position: absolute;
  height: 99%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay{
  opacity: 1;
}

.content-image{
  width: 100%;
}

.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details{
  top: 50%;
  left: 50%;
  opacity: 1;
}

.content-details h3{
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}

.content-details p{
  color: #fff;
  font-size: 0.8em;
}

.fadeIn-bottom{
  top: 80%;
}

.fadeIn-top{
  top: 20%;
}

.fadeIn-left{
  left: 20%;
}

.fadeIn-right{
  left: 80%;
}
.blue-title {
    color: #3d2c98;
    font-weight: 600;
    font-size: 20px;
}
.max-wid-80 {
    max-width: 1000px;
    margin: auto;
}
.about {
    background: #f3f0e9;
}

/* Ad Slider */ 
.carousel-caption{
  padding-bottom:100px;
}
.rw-words-1 span{
	position: absolute;
	opacity: 0;
	overflow: hidden;
	color: #f65a3a;
	font-weight:400 !important;
	-webkit-animation: rotateWord 18s linear infinite 0s;
	-ms-animation: rotateWord 18s linear infinite 0s;
	animation: rotateWord 18s linear infinite 0s;
}
.rw-words-1 span:nth-child(2) { 
    -webkit-animation-delay: 3s; 
	-ms-animation-delay: 3s; 
	animation-delay: 3s; 
	color: #0d9b56;
}
.rw-words-1 span:nth-child(3) { 
    -webkit-animation-delay: 6s; 
	-ms-animation-delay: 6s; 
	animation-delay: 6s; 
	color: #f65a3a;	
}
.rw-words-1 span:nth-child(4) { 
    -webkit-animation-delay: 9s; 
	-ms-animation-delay: 9s; 
	animation-delay: 9s; 
	color:#0d9b56;
}
@-webkit-keyframes rotateWord {
    0% { opacity: 0; }
    2% { opacity: 0; -webkit-transform: translateY(-30px); }
	5% { opacity: 1; -webkit-transform: translateY(0px);}
    17% { opacity: 1; -webkit-transform: translateY(0px); }
	20% { opacity: 0; -webkit-transform: translateY(30px); }
	80% { opacity: 0; }
    100% { opacity: 0; }
}
@-ms-keyframes rotateWord {
    0% { opacity: 0; }
    2% { opacity: 0; -ms-transform: translateY(-30px); }
	5% { opacity: 1; -ms-transform: translateY(0px);}
    17% { opacity: 1; -ms-transform: translateY(0px); }
	20% { opacity: 0; -ms-transform: translateY(30px); }
	80% { opacity: 0; }
    100% { opacity: 0; }
}
@keyframes rotateWord {
    0% { opacity: 0; }
    2% { opacity: 0; -webkit-transform: translateY(-30px); transform: translateY(-30px); }
	5% { opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px);}
    17% { opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px); }
	20% { opacity: 0; -webkit-transform: translateY(30px); transform: translateY(30px); }
	80% { opacity: 0; }
    100% { opacity: 0; }
}
.rw-words{
	display: inline;
	text-indent: 10px;
}
.agileits-banner-info span {
  color: #fff;
    font-size: 65px;
    letter-spacing: 3px;
    font-weight: 500;
    text-align: center;
}

.agileits_w3layouts_more a {
    font-size: 1.1em;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    background:#0d9b56;
    padding: .7em 2em;
    display: inline-block;
    margin-top: 40px;
	border-radius:2px;
}
.agileits_w3layouts_more a:focus{
	outline:none;
}
.agileits_w3layouts_more a:hover{
	background:#f65a3a;
}
.agileits_w3layouts_more.menu__item {
    text-align: center;
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

/*
WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
now override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}

.carousel-caption {
    top: 36%;
    max-width: 50%;
    left: auto;
    font-family: "Satisfy", serif;
}


.container1 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(33%, 1fr));
  justify-items: center;
  grid-gap: 0;
}

.item {
  width: 100%;
  overflow: hidden;
}

.container1 img {
  opacity: 0.9;
  width: 100%;
  height: 100%;
  transform: scale(1.15);
  transition: transform 0.5s, opacity 0.5s;
}

.container1 img:hover {
  opacity: 1;
  transform: scale(1.03);
}
section.bgTextImage {
    background: url(../../assets/img/text-bg.png);
    background-size: 100% 100%;
    padding: 100px 0px;
    min-height: 800px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}
strong.testimonial {
    letter-spacing: 5px;
    color: #ce9554;
    font-weight: 300;
    display: block;
    margin-bottom: 10px;
}
.card_cloud {
    background: url(../../assets/img/bg-flow.jpg);
    padding: 30px;
    background-size: 100%;
}
.ratingStar li i {
    color: #f4a708;
}
.ratingStar ul {
    display: flex;
    padding: 0;
}
.ratingStar ul li {
    display: block;
    padding: 0 3px;
	}

.card_cloud h4 {
    color: #24416b;
    font-weight: 700;
}
.starClient {
    display: flex;
    flex-wrap: wrap;
}
.cl_detail h5 {
    color: #24416b;
    font-weight: 700;
    padding-left: 10px;
}
.cl_detail p {
    color: #24416b;
    padding-left: 10px;
}
.addressCloud h4 {
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 32px;
}

input.form-control, textarea {
    border-radius: 0 !important;
    background: transparent !important;
	border-color:#867c73;
}
ul.footerLink li a {
   color:#fff;
}
.titleImage img {
    max-width: 100%;
    margin: auto;
    text-align: center;
}
.note
{
    text-align: center;
    height: 80px;
    background: -webkit-linear-gradient(left, #0072ff, #8811c5);
    color: #fff;
    font-weight: bold;
    line-height: 80px;
}

.form-control{
    border-radius:1.5rem;
}
.btnSubmit
{
    border:none;
    border-radius:1.5rem;
    padding: 1%;
    width: 20%;
    cursor: pointer;
    background: #0062cc;
    color: #fff;
}
section.ctForm {
    background: #244333;
}

.form-content {
    text-align: center;
}

button.btnSubmit {
    border-radius: 0;
    margin-top: 20px;
    background: transparent;
    border: 1px solid #867c73;
    width: 25%;
    padding: 8px 20px;
}
.mapAddress
{
	width:100%;
	height:600px;
}

section.addressSec {
    background: #504440;
}
.addressSec h2, .addressSec p {
    text-align: center;
    color: #ffff;
}
.mCenter {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.mCenter p {
    margin-bottom: 24px;
}
#contact {
    width: 100%;
    height: 100vh;
    background: url(../img/contact.jpg) top right;
    background-size: cover;
    position: relative;
}
#activities {
    width: 100%;
    height: 100vh;
    background: url(../img/activities.jpg) top right;
    background-size: cover;
    position: relative;
}
section.bg-dark-brown {
    background: #073523;
    color: #fff;
}



#hero-demo {
  width: 100%;
  height: 100vh;
  background: url(../img/inner-page-b.jpg) top right;
  background-size: cover;
  position: relative;
}

.section-title.max-71 h1 {
  font-size: 27px;
}
.max-71 {
  max-width: 900px;
  margin: auto;
  width: 100%;
}
.section-title.max-72 h1 {
  font-size: 27px;
  color: #fff;
}
.section-title.max-72 p {
  color: #fff;
}
.max-72 {
  max-width: 900px;
  margin: auto;
  width: 100%;
}
.about-demo {
  background: #0b6b43;
}

.item.active.image {
  width: 70%;
  margin: auto;
}
.max-73 {
  max-width: 600px;
  margin: auto;
  width: 100%;
}
.max-73 h1 {
  font-size: 27px;
}

.about-rambling {
  background: #39312d;
}
.about-veseraf {
  background: #fff;
}

#hero-stay {
  width: 100%;
  height: 100vh;
  background: url(../img/stay.jpg) top right;
  background-size: cover;
  position: relative;
}
.item.active.image1 {
  width: 73%;
  margin: auto;
}


/* stay page */
.premium {
  background: #1d4538;
  padding: 20px;
}
.premium h3, .premium h4 {
  text-align: center;
  font-weight: 600;
  color: #d6bf9b;
}
.premium p {
  text-align: center;
  color: #d6bf9b;
}
.stay-button {
  text-align: center;
}
.stay-button button {
  padding: 10px;
  font-size: 20px;
  border: none;
  background: #fdb45a;
  border-radius: 5px;
  color:#000000;
}
.activities{
  background: #4f4b48;
  padding: 20px;
}
.activities h3 {
  text-align: center;
  font-weight: 600;
  color: #fff;
}
.activities p {
  text-align: center;
  color: #fff;
}
img.content-image-tent {
  width: 50%;
}

#main {
  margin: 50px 0;
}

#main #faq .card {
  margin-bottom: 30px;
  border: 0;
}

#main #faq .card .card-header {
  border: 0;
  -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
          box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
  border-radius: 2px;
  padding: 0;
}

#main #faq .card .card-header .btn-header-link {
    background: rgb(169,139,111) !important;
    font-size: 18px;
    font-weight: 700;
    border-radius: 0px;
    padding: 6px 40px;
    line-height: 38px;
    min-height: 50px;
    width: 100%;
    float: left;
    color: rgb(255, 255, 255) !important;
    text-align: left;
}

#reservation {
    width: 100%;
    height:40vh;
    background: url(../img/whistlingwoods_dandeli_view-1-scaled.jpg) top right;
    background-size: cover;
    position: relative;
}
.navbar .active {
    color: #fff !important;
    border: 0 !important;
}

#main #faq .card .collapsing {
  background: #FFE472;
  line-height: 30px;
}

#main #faq .card .collapse {
  border: 0;
}
.amenities-text-wrapper {
    color: #55763d;
    padding-bottom: 3px;
}
#main #faq .card .collapse.show {
  line-height: 30px;
  color: #222;
}
.dateRange {
    display: flex;
}
.msg-content {
    font-size: 20px;
    line-height: 20px;
}
.hero-container {
       position: absolute;
    z-index: 9;
    color: #fff;
    top: 40%;
    left: 0;
    width: 100%;
    text-align: center;
}
.amenities-cont {
    border-radius: 5px;
    padding: 10px 14px;
    background-color: #e4e5e5;
}
.hero-container h1 {
    font-family: "Satisfy", serif;
    font-size: 53px !important;
}
.alert-success {
    background-color: rgb(223, 240, 216);
    border-color: rgb(214, 233, 198);
    /* color: rgb(60, 118, 61); */
}


@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
 
}

ul.flex-direction-nav {
    display: none;
}

.flex-slider {width:100%;position:relative}
.flex-slider .slides {list-style:none;overflow:hidden;margin:0;padding:0}
.flex-slider .slides > li {float:left;margin-right:-100%;width:100%;overflow:hidden;height:50vw;}
.flex-slider .flex-direction-nav {list-style:none;margin:0;padding:0}
.flex-slider .flex-direction-nav .flex-prev, .flex-slider .flex-direction-nav .flex-next {background-color:rgba(255,255,255,0.7);padding:10px;text-decoration:none;position:absolute;height:1em;top:45%;bottom:0;margin:0 auto;z-index:8;text-align:center;color:#333;max-width:20px}
.flex-slider .flex-direction-nav .flex-prev{left:0}
.flex-slider .flex-direction-nav .flex-next{right:0}
.slide-image{background-size:cover;background-position:center;position:absolute;width:100%;height:100%;left:0;top:0;}
.flex-active-slide .slide-image{animation: zoomout 10s;}


.flex-active-slide .zoom-in-zoom-out{animation: zoom-in-zoom-out 2s;}
.ev_text p {
    margin: 40px 0;
}
.ev_text h4 {
    margin-top: 50px;
}

section.evtext2 {
    background: url(../../assets/img/evtext2.jpg);
    background-size: 100% 100%;
    padding: 100px 0px;
    min-height: 520px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}


section.evtext4 {
    background: url(../../assets/img/ev4.jpg);
    background-size: 100% 100%;
    padding: 100px 0px;
    min-height: 520px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}

#event {
    width: 100%;
    height: 100vh;
    background: url(../img/event.jpg) top right;
    background-size: cover;
    position: relative;
}







#loc {
    width: 100%;
    height: 100vh;
    background: url(../img/loc.jpg) top right;
    background-size: cover;
    position: relative;
}

@keyframes zoomout{
  0%{
    transform: scale(1);
  }
  100%{
    transform: scale(1.3);
  }
}



/* Defines the width of the carousel and centers it on the page */
.slick-carousel {
  margin: 0 auto;
  width: 1000px;
}

/* The width of each slide */
.slick-slide {
  width: 350px;
}

/* Color of the arrows */
.slick-next::before, .slick-prev::before {
  color: blue;
}


.value-button {
  display: inline-block;
  border: 1px solid #ddd;
  margin: 0px;
  width: 40px;
  height: 20px;
  text-align: center;
  vertical-align: middle;
  padding: 11px 0;
  background: #eee;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.value-button:hover {
  cursor: pointer;
}
.roomsCD span {
    font-size: 11px;
    color: rgb(99, 99, 99);
    padding-bottom: 2px;
}
form #decrease, form #decrease1 {
 width: 40px ;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    padding: 0;
    padding-bottom: 5px!important;
    color: #636363;
    box-shadow: none!important;
    border: 1px solid #d9d9d9;
    border-radius: 0;
    font-family: Texgyreheros,Fallback,sans-serif!important;
    text-decoration: none;
    display: inline-block;
    font-weight: 700;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
    background: #f4f5f5;
    float: left;
}
button.btn.btn-default.add-another-room.js-add-room {
    line-height: normal;
    border: 1px solid rgb(217, 217, 217);
    text-decoration: none;
    display: inline-block;
    font-weight: 700;
    transition: all 0.5s linear 0s;
    background: rgb(244, 245, 245);
    font-size: 14px;
    box-shadow: none !important;
    font-family: Texgyreheros, Fallback, sans-serif !important;
    color: rgb(210, 106, 36) !important;
    border-radius: 5px !important;
    width: 177px !important;
    padding: 8px 10px 10px !important;
    height: 40px !important;
    margin-left: 111px;
    margin-top: 30px;
}
button.btn.pull-right.submit-btn.js-check-availabilty {
    font-weight: 400;
    font-style: normal;
    text-transform: none;
    text-decoration: none;
    background-image: none;
    padding: 5px 10px;
    background-color: rgb(210, 106, 36);
    border: 1px solid rgb(210, 106, 36);
    transition: all 0.1s linear 0s;
    border-radius: 0px;
    line-height: normal !important;
    color: rgb(255, 255, 255) !important;
    height: 45px;
    padding: 5px 10px 9px !important;
    border-radius: 4px !important;
    margin-top: 30px;
    min-width: 222px;
}

input#checkAvab {
    height: 40px;
    margin-top: 30px;
    max-width: 200px;
    border: 1px solid rgb(41, 121, 255) !important;
    box-shadow: rgb(0 0 0 / 10%) 1px 2px 4px inset !important;
    margin-bottom: 0px;
    outline: 0px;
    cursor: pointer;
    border-radius: 4px;
    padding: 7px 0px !important;
    min-height: 45px !important;
    border-radius: 10px !important;
    margin-right: 10px;
    margin-left: 111px;
}


form #increase, form #increase1 {
  width: 40px ;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    padding: 0;
    padding-bottom: 5px!important;
    color: #636363;
    box-shadow: none!important;
    border: 1px solid #d9d9d9;
    border-radius: 0;
    font-family: Texgyreheros,Fallback,sans-serif!important;
    text-decoration: none;
    display: inline-block;
    font-weight: 700;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
    background: #f4f5f5;
    float: left;
}
.roomsCD{
    margin-right: 20px;
}
form #input-wrap {
  margin: 0px;
  padding: 0px;
}

input#number, input#number1 {
   width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    padding: 0;
    padding-bottom: 5px!important;
    color: #636363;
    box-shadow: none!important;
    border: 1px solid #d9d9d9;
    border-radius: 0;
    font-family: Texgyreheros,Fallback,sans-serif!important;
    text-decoration: none;
    display: inline-block;
    font-weight: 700;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
    background: #f4f5f5;
    float: left;text-align: center;
}

.rangeNumber input[type=number]::-webkit-inner-spin-button,
.rangeNumber input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}













@media (max-width:768px) {
  .flex-slider .slides > li {height:70vw}
}

@media (max-width:768px) {
    .reservationsteps{ display:none; }
}

@media screen and (max-width:980px)
{
	.navbar .navbar-brand {
    padding: 0;
	}
	ul.nav.navbar-nav li, ul.nav.navbar-nav li a {
    display: block;
    width: 100%;
}
ul.nav.navbar-nav li a {
    display: block;
    width: 100%;
    color: #A6A6A6 !important;
}	
	.main-logo {
    display: none;
}
header#header {
    background: #fff !important;
    top: 0 !important;
}
nav.navbar.navbar-light.bg-faded {
    width: 100%;
    justify-content:left;
}
.titleImage img {
    width: 100% !important;
}
.agileits-banner-info span {
    font-size: 35px;
}
section.bgTextImage {
    min-height: 400px;
}
a.navbar-brand.d-sm-none img {
    width: 90px;
}
}
@media screen and (max-width:767px)
{
	section.why_customer_say{
    padding: 0 20px;
}
	.form-group .f1, .form-group .f2 {
    max-width: 100%;
	}
	.roomsCD {
    display: flex;
	justify-content: space-between;
	}
	.dateRange {
    display: block;
}
	section {
    padding: 20px 0;
}
.roomsCD span {
    margin-right: 20px;
}
button.btn.btn-default.add-another-room.js-add-room, input#checkAvab {
    margin-left: 0;
}
.roomsCD {
    margin-bottom: 10px;
}
	a.navbar-brand.d-sm-none img {
    width: 90px;
}
		#hero {
    width: 100%;
    height: 500px;
	background-size: cover;

}
	.hero-container {
    text-align: center;
}
.form-group .f1, .form-group .f2 {
    max-width: 100% !important;
}
input#checkAvab, button.btn.pull-right.submit-btn.js-check-availabilty {
    max-width: 100%;width:100%;
}
.agileits-banner-info span {
    font-size: 25px;
    letter-spacing: 1px;
}
.carousel-caption {
    top: 5%;
}
.titleImage img {
    width: 100% !important;
}
section.bgTextImage {
    min-height: 210px;

}
.card_cloud {
    margin-bottom: 10px;
}
#footer {
    background-size: cover !important;

}
#header.header-scrolled {
    background: #fff;display: block !important;
}

.navbar-mobile {
    width: 100% !important;
}
.main-logo {
    float: right;
    margin-right: 17px;
   padding: 4px 0;
   }

.main-logo img {
    width: 85px;
}

header#header {
    display: flex !important;
    width: 100%;
    justify-content: space-between !important;
    padding: 0 20px;
}

.navbar a, .navbar a:focus {
    padding: 8px 15px;
}
.navbar-light .navbar-toggler {
    
}
.hero-container h1 {
    font-size: 23px !important;
}
.hero-container {
    top: 60%;
}
.bi.bi-x {
    position: absolute;
    color: #fff;
    font-size: 30px;
    top: -1px;
    left: 67%;
}
i.d-md-none.nav-mask.bi.bi-x {
    background: transparent;
}
section.about {
    background: #fff;
}
section.bgTextImage {
    margin-bottom: 0 !important;
}

}
@media(max-width:981px){
    header#header { padding:0 20px; }
}

.slick-slide {
    padding: 8px;
}
button.slick-arrow {
    background: #39a570 !important;
    border-radius: 50%;
}
@media screen and (min-width:981px)
{   
	.header-scrolled .main-logo {
    display: none;
}

.navbar-nav {
    display: flex;
    flex-direction: row !Important;
}
.navbar {
    padding: 0;
}
.nav-slider li a {
    color: #fff !important;
    padding: 10px 14px !important;
    font-size: 14px !important;
}
header#header {
    overflow: hidden;
}

	
}
#main #faq .card .card-header .btn-header-link.collapsed {
    background: rgb(169,139,111) !important;
    font-size: 18px;
    font-weight: 700;
    border-radius: 0px;
    padding: 6px 40px;
    line-height: 38px;
    min-height: 50px;
    width: 100%;
    float: left;
    color: rgb(255, 255, 255) !important;
}
.dateRange label {
    min-width: 110px;
}
input#config-demo {
    max-width: 300px;
}
input#config-demo {
    border: 1px solid #bbc7cc;
    padding: 6px 20px 8px!important;
    margin-bottom: 8px;
    background-color: #fff;
    outline: 0;
    min-height: 45px!important;
    border-radius: 4px;
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
}
.card-body {
    background-color: #f8f8f8;
    -webkit-transition: border .1s linear;
    -moz-transition: border .1s linear;
    -ms-transition: border .1s linear;
    -o-transition: border .1s linear;
    transition: border .1s linear;
    clear: both;
    padding: 20px 40px!important;
}




.nav-slider.toggling {
  transition: transform 0.35s, opacity 0.35s;
}

.navbar-toggler {
  float: left;
  color: rgba(0,0,0,.55);
    border-color: transparent !important;
    font-size:3rem;
    font-weight:bold;
    position:absolute;
    right:0;
}

@media (min-width: 576px){
    .d-sm-none {
        display: flex!important;
    }
}
@media (min-width:981px){
    .d-sm-none {
        display: none!important;
    }
}

@media (max-width:981px) {
  .nav-slider {
    opacity: 0;
    position: fixed;
    z-index: 200;
    background-color:#191919;
  }
  .nav-slider .navbar-nav {
    margin-left: 30px;
    margin-top: 20px;
  }
  .nav-slider .navbar-nav .nav-item {
    float: none;
  }
  .nav-slider .navbar-nav .nav-item .nav-link {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .nav-slider .navbar-nav .nav-item + .nav-item {
    margin-left: 0;
  }

  body.has-active-menu {
    overflow: hidden;
  }

  .nav-mask {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 0;
    height: 0;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: opacity 0.25s, width 0s 0.25s, height 0s 0.25s;
  }

  .has-active-menu .nav-mask {
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: opacity 0.25s;
  }

  /* next */
  .nav-slider {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    top: 0;
    left: 0;
    transform:translateX(100%);
  }

  .has-active-menu .nav-slider {
    opacity: 1;
    transform: translateX(75px);
  }
}



.slick-carousel.slick-initialized.slick-slider {
    width: 100%;
}


.letter {
  display: inline-block;
  opacity: 0;
}


.form-group .f1, .form-group .f2 {
        max-width: 200px;
    line-height: 40px;
    font-size: 18px;
    padding-bottom: 5px!important;
    color: #636363;
    box-shadow: none!important;
    border: 1px solid #d9d9d9;
    border-radius: 0;
    font-family: Texgyreheros,Fallback,sans-serif!important;
    text-decoration: none;
    display: inline-block;
    font-weight: 700;
}.form-group.datePik label {
    width: 105px;
}
.logo-dcloud {
    margin-right: 30px;
}