.bg-lightblue {
  background: #99c5ea;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
p {
  margin-bottom: 0;
}

.white-font {
  color: #fff;
}

.darkgreen-font {
  color: #5d5a53;
}

.ash-font {
  color: #e0dbd8;
}

.fw1 {
  font-weight: 100;
}

.fw2 {
  font-weight: 200;
}

.fw3 {
  font-weight: 300;
}

.fw4 {
  font-weight: 400;
}

.fw5 {
  font-weight: 500;
}

.fw6 {
  font-weight: 600;
}

.fw7 {
  font-weight: 700;
}

.fw8 {
  font-weight: 800;
}

.fw9 {
  font-weight: 900;
}

.sub-font {
  font-family: "Playfair Display", serif;
}

.main-font {
  font-family: "Gantari", sans-serif;
}

.para {
  font-family: "Gantari", sans-serif;
}

::selection {
  color: #fff;
  background: #5d5a53;
}

/* For Mozilla Firefox */
::-moz-selection {
  color: #fff;
  background: #5d5a53;
}

:focus-visible {
  outline: 0;
  box-shadow: none;
}

.wpcf7 p {
  margin: 0;
}

.wpcf7 p br {
  display: none;
}

.slick-slider:not(.slick-initialized) {
  display: none !important;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}

.accordion-button:focus {
  border-color: transparent;
  box-shadow: unset;
}

.accordion-item {
  border: 0;
}

.accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: unset;
}

img {
  width: 100%;
  height: 100%;
}

/* width */
::-webkit-scrollbar {
  width: 3px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #fff;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #5d5a53;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #5d5a53;
}

a {
  text-decoration: none;
}

.tab-content > .tab-pane:not(.active),
.pill-content > .pill-pane:not(.active) {
  display: block;
  height: 0;
  overflow-y: hidden;
}

.z-1 {
  z-index: 1;
}

.arrow-btn {
  color: #e0dbd8;
  text-align: left;
  font-family: "Playfair Display", serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 4.2px;
  text-transform: uppercase;
}
.arrow-btn svg {
  transition: transform 0.3s ease;
  width: 30px;
  height: 10px;
}
.arrow-btn:hover {
  color: #fff;
}
.arrow-btn:hover svg {
  transform: translateX(5px);
}

source {
  display: none;
}

.bg-green {
  background: #b7caa6;
}

[class^=hvr-] {
  margin: 0.4em;
  padding: 1em;
  cursor: pointer;
  background: #e1e1e1;
  text-decoration: none;
  color: #666;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.hvr-bounce-to-top {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  transition-property: color;
  transition-duration: 0.5s;
}
.hvr-bounce-to-top::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e0dbd8;
  transform: scaleY(0);
  transform-origin: 50% 100%;
  transition-property: transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-top:hover, .hvr-bounce-to-top:focus, .hvr-bounce-to-top:active {
  color: #5d5a53 !important;
}
.hvr-bounce-to-top:hover::before, .hvr-bounce-to-top:focus::before, .hvr-bounce-to-top:active::before {
  transform: scaleY(1);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

input[type=date].field-wrap {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
  padding: 10px;
  font-size: 16px;
  line-height: 1.2;
  background-color: #fff;
}

@media only screen and (min-width: 1023px) {
  .arrow-btn {
    font-size: 1.0416666667vw;
    line-height: normal;
    letter-spacing: 0.4166666667vw;
    gap: 1.0416666667vw;
  }
  .arrow-btn svg {
    transition: transform 0.3s ease;
    width: 2.6041666667vw;
    height: 0.5208333333vw;
  }
  .arrow-btn:hover svg circle {
    transform: translate(40px, 0);
    transition: transform 0.5s ease;
    transform-box: fill-box;
    transform-origin: center;
  }
  input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-date.field-wrap {
    width: 100% !important;
    text-align: left !important;
  }
  [class^=hvr-] {
    margin: 0.4em;
    padding: 1em;
    cursor: pointer;
    background: #e1e1e1;
    text-decoration: none;
    color: #666;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .hvr-bounce-to-top {
    display: inline-block;
    vertical-align: middle;
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    transition-property: color;
    transition-duration: 0.5s;
  }
  .hvr-bounce-to-top::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #e0dbd8;
    transform: scaleY(0);
    transform-origin: 50% 100%;
    transition-property: transform;
    transition-duration: 0.5s;
    transition-timing-function: ease-out;
  }
  .hvr-bounce-to-top:hover, .hvr-bounce-to-top:focus, .hvr-bounce-to-top:active {
    color: #5d5a53 !important;
  }
  .hvr-bounce-to-top:hover::before, .hvr-bounce-to-top:focus::before, .hvr-bounce-to-top:active::before {
    transform: scaleY(1);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  }
  .vbox-grab .vbox-child img {
    height: 41.6666666667vw;
    width: 100%;
  }
}
/**Styling scrollable elements*/
.js-scroll {
  opacity: 0;
  transition: opacity 500ms;
}

.js-scroll.scrolled {
  opacity: 1;
}

.scrolled.fade-in {
  animation: fade-in 1s ease-in-out both;
}

.scrolled.fade-in-bottom {
  animation: fade-in-bottom 1s ease-in-out both;
}

.scrolled.slide-left {
  animation: slide-in-left 1s ease-in-out both;
}

.scrolled.slide-right {
  animation: slide-in-right 1s ease-in-out both;
}

@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.explore-img {
  transition: clip-path 3000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  clip-path: inset(0 0 100% 0);
}

.animate {
  clip-path: inset(0 0 0 0);
}

.inner-banner-main {
  position: relative;
}
.inner-banner-main::after {
  background: linear-gradient(180deg, #263032 -4.2%, rgba(38, 48, 50, 0) 100%);
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  height: 235px;
  content: "";
}
.inner-banner-main::before {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 61.92%, #fff 100%);
  position: absolute;
  right: 0;
  left: 0;
  bottom: -2px;
  height: 100%;
  content: "";
}
.inner-banner-main .wrap-325 .banner-cap {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 35px;
}
.inner-banner-main .wrap-325 .banner-cap h1 {
  color: #020605;
  text-shadow: 0px 4px 25.7px rgba(0, 0, 0, 0.25);
  font-family: "Playfair Display", serif;
  font-size: 28px;
  font-style: italic;
  font-weight: 400;
  line-height: 82%;
}
.inner-banner-main .wrap-325 .banner-cap .breadcrum {
  text-align: center;
  font-family: "Gantari", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 99%; /* 13.86px */
  letter-spacing: 0.14px;
  text-transform: uppercase;
  padding-bottom: 12px;
}
.inner-banner-main .wrap-325 .banner-cap .breadcrum svg {
  margin: 0 10px;
  width: 15px;
}
.inner-banner-main .wrap-325 .banner-cap .breadcrum a {
  color: #020605;
  font-weight: 600;
	font-size: 16px;
}

.content-sec {
  padding: 47px 0 100px;
}
.content-sec .main-wrap {
  padding: 0 20px;
}
.content-sec .main-wrap .para {
  color: #5d5a53;
  text-align: justify;
  font-family: "Gantari", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
}

@media only screen and (min-width: 1023px) {
  .inner-banner-main {
    position: relative;
  }
  .inner-banner-main::after {
    background: linear-gradient(180deg, #263032 -4.2%, rgba(38, 48, 50, 0) 100%);
    height: 15.2604166667vw;
  }
  .inner-banner-main::before {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 61.92%, #fff 100%);
  }
  .inner-banner-main .wrap-325 .banner-cap {
    bottom: -15px;
    right: unset;
    left: 18.9583333333vw;
  }
  .inner-banner-main .wrap-325 .banner-cap h1 {
    text-shadow: 0px 4px 25.7px rgba(0, 0, 0, 0.25);
    font-size: 48px;
    line-height: 82%;
    text-align: start;
  }
  .inner-banner-main .wrap-325 .banner-cap .breadcrum {
    text-align: start;
    font-size: 16px;
    line-height: 99%;
    letter-spacing: 0.18px;
    padding-bottom: 12px;
  }
  .inner-banner-main .wrap-325 .banner-cap .breadcrum svg {
    margin: 0 10px;
    width: 32px;
  }
  .inner-banner-main .wrap-325 .banner-cap .breadcrum a {
    color: #020605;
    font-weight: 600;
	  font-size: 18px;
  }
  .content-sec {
    padding: 5.0520833333vw 0 7.8125vw;
  }
  .content-sec .main-wrap {
    padding: 0 18.3854166667vw;
  }
  .content-sec .main-wrap .para {
    font-size: 0.8333333333vw;
    line-height: 205%;
    text-align: center;
  }
}

/*# sourceMappingURL=inner-banner.css.map */
