/**** Colors ****/
@import url("../../../../../css2");
@media (max-width: 575px) {
  .col-xs-6 {
    max-width: 50%; } }

.mob-none {
  display: block; }
  @media (max-width: 991px) {
    .mob-none {
      display: none; } }

.mob-block {
  display: none; }
  @media (max-width: 991px) {
    .mob-block {
      display: block; } }

.content-order {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }
  @media (max-width: 991px) {
    .content-order {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; } }

.image-order {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }
  @media (max-width: 991px) {
    .image-order {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; } }

@media (min-width: 1480px) {
  .container {
    max-width: 1400px; } }

/*
    thin - 100
    extralight - 200
    light - 300
    regular - 400
    medium - 500
    semibold - 600
    bold - 700 
    extrabold - 800 
    black - 900 
*/
@font-face {
  font-family: 'Helvetica';
  src: url("../fonts/Helvetica.woff") format("woff"), url("../fonts/Helvetica.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Helvetica-Bold';
  src: url("../fonts/Helvetica-Bold.woff") format("woff"), url("../fonts/Helvetica-Bold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }

/* Font Responsive Calculation */
h1 {
  font-size: 36px; }

@media (min-width: 575px) and (max-width: 1440px) {
  h1 {
    font-size: calc( 36px + (52 - 36) * ( (100vw - 575px) / ( 1440 - 575) )); } }

@media (min-width: 1440px) {
  h1 {
    font-size: 52px; } }

h2 {
  font-size: 48px; }

@media (min-width: 575px) and (max-width: 1440px) {
  h2 {
    font-size: calc( 48px + (64 - 48) * ( (100vw - 575px) / ( 1440 - 575) )); } }

@media (min-width: 1440px) {
  h2 {
    font-size: 64px; } }

h3 {
  font-size: 36px; }

@media (min-width: 575px) and (max-width: 1440px) {
  h3 {
    font-size: calc( 36px + (48 - 36) * ( (100vw - 575px) / ( 1440 - 575) )); } }

@media (min-width: 1440px) {
  h3 {
    font-size: 48px; } }

h4 {
  font-size: 24px; }

@media (min-width: 575px) and (max-width: 1440px) {
  h4 {
    font-size: calc( 24px + (36 - 24) * ( (100vw - 575px) / ( 1440 - 575) )); } }

@media (min-width: 1440px) {
  h4 {
    font-size: 36px; } }

h5 {
  font-size: 18px; }

@media (min-width: 575px) and (max-width: 1440px) {
  h5 {
    font-size: calc( 18px + (18 - 18) * ( (100vw - 575px) / ( 1440 - 575) )); } }

@media (min-width: 1440px) {
  h5 {
    font-size: 18px; } }

h6 {
  font-size: 16px; }

@media (min-width: 575px) and (max-width: 1440px) {
  h6 {
    font-size: calc( 16px + (16 - 16) * ( (100vw - 575px) / ( 1440 - 575) )); } }

@media (min-width: 1440px) {
  h6 {
    font-size: 16px; } }

body {
  font-size: 16px; }

@media (min-width: 575px) and (max-width: 1440px) {
  body {
    font-size: calc( 16px + (16 - 16) * ( (100vw - 575px) / ( 1440 - 575) )); } }

@media (min-width: 1440px) {
  body {
    font-size: 16px; } }

.custom-btn {
  font-size: 16px; }

@media (min-width: 575px) and (max-width: 1440px) {
  .custom-btn {
    font-size: calc( 16px + (16 - 16) * ( (100vw - 575px) / ( 1440 - 575) )); } }

@media (min-width: 1440px) {
  .custom-btn {
    font-size: 16px; } }

.main-title h1 {
  font-size: 48px;
	line-height: 126.72px; }
  @media (max-width: 575px) {
    .main-title h1 {
      line-height: 63.36px; } }

@media (min-width: 575px) and (max-width: 1440px) {
  .main-title h1 {
    font-size: calc( 48px + (96 - 48) * ( (100vw - 575px) / ( 1440 - 575) )); } }

@media (min-width: 1440px) {
  .main-title h1 {
    font-size: 96px; } }

.count-images p {
  font-size: 40px; }

@media (min-width: 575px) and (max-width: 1440px) {
  .count-images p {
    font-size: calc( 40px + (70 - 40) * ( (100vw - 575px) / ( 1440 - 575) )); } }

@media (min-width: 1440px) {
  .count-images p {
    font-size: 70px; } }

/**** Typography ****/
h1 {
  color: #ffffff;
  font-weight: 500;
  text-shadow: 0px 0px 13px rgba(0, 0, 0, 0.25);
  font-family: "Playfair Display", serif;
  margin-bottom: 0;
  line-height: 68.64px; }
  @media (max-width: 575px) {
    h1 {
      text-shadow: 0px 0px 6.5px rgba(0, 0, 0, 0.25);
      line-height: 47.52px; } }

h2 {
  color: #264F47;
  font-family: "Playfair Display", serif;
  font-weight: 500;
  line-height: 84.48px;
  margin-bottom: 0; }
  @media (max-width: 575px) {
    h2 {
      line-height: 63.36px; } }

h3 {
  color: #264F47;
  font-family: "Playfair Display", serif;
  font-weight: 500;
  line-height: 63.36px;
  margin-bottom: 0; }
  @media (max-width: 575px) {
    h3 {
      line-height: 47.52px; } }

h4 {
  color: #264F47;
  font-family: "Playfair Display", serif;
  font-weight: 500;
  line-height: 47.52px;
  margin-bottom: 0; }
  @media (max-width: 575px) {
    h4 {
      line-height: 31.68px; } }

h5 {
  color: #000000;
  font-family: "Playfair Display", serif;
  margin-bottom: 0; }

h6 {
  color: #000000;
  font-family: "Playfair Display", serif;
  margin-bottom: 0; }

p {
  color: #555B59;
  font-family: "Helvetica";
  margin-bottom: 0;
  padding-bottom: 15px;
  line-height: 21.12px;
  font-weight: 400; }

p a {
	color: #21453E;
	text-decoration: underline;
}

p a:hover {
	color: #21453E;
	text-decoration: none;
}

footer {
  background: #264F47;
  padding-top: 40px; }
  footer .top-footer {
    text-align: center;
    padding-bottom: 65px; }
    @media (max-width: 767px) {
      footer .top-footer {
        padding-bottom: 15px; } }
    footer .top-footer .footer-logo {
      margin-bottom: 35px; }
    @media (max-width: 767px) {
      footer .top-footer .foot-col {
        margin-bottom: 40px; } }
    @media (max-width: 767px) {
      footer .top-footer .foot-menu {
        text-align: left; } }
    footer .top-footer .foot-menu ul li a {
      color: #ffffff;
      font-size: 18px;
      font-family: "Playfair Display", serif; }
      footer .top-footer .foot-menu ul li a:hover {
        text-decoration: underline; }
  footer .copyright {
    background: #21453E;
    padding: 20px 0; }
    footer .copyright .copyright-box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      @media (max-width: 767px) {
        footer .copyright .copyright-box {
          display: block;
          text-align: center; } }
      footer .copyright .copyright-box p {
        color: #ffffff;
        padding-bottom: 0;
        font-size: 16px; }
        footer .copyright .copyright-box p img {
          margin-left: 10px; }
      @media (max-width: 767px) {
        footer .copyright .copyright-box .copyright-info {
          margin-bottom: 15px; } }

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  scroll-behavior: smooth; }
  html body {
    background: #F5F5F5; }

.page-holder {
  overflow: hidden; }

strong {
  font-family: "Helvetica-Bold";
  font-weight: 700; }

/***** Toggle Show Hide *****/
.showBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
  padding: 35px 50px 20px 40px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  @media (max-width: 767px) {
    .showBtn {
      padding: 20px 14px; } }
  .showBtn::before {
    content: "";
    background: url("../img/plus.svg") no-repeat center center;
    display: block;
    width: 48px;
    height: 48px;
    background-size: contain; }
    @media (max-width: 767px) {
      .showBtn::before {
        width: 35px;
        height: 35px; } }
  .showBtn p {
    padding-bottom: 0; }

.showBtn.active {
  border-bottom: 0 !important;
  background: #F9F9F9 !important; }
  .showBtn.active::before {
    content: "";
    background: url("../img/xmark.svg") no-repeat center center;
    display: block;
    width: 48px;
    height: 48px;
    background-size: contain; }
    @media (max-width: 767px) {
      .showBtn.active::before {
        width: 35px;
        height: 35px; } }

.hideme {
  display: none;
  width: 100%;
  margin: 0 auto;
  border-radius: 7px;
  padding: 0px 160px 15px 40px;
  margin-top: -10px; }
  @media (max-width: 991px) {
    .hideme {
      padding: 0px 0px 15px 20px; } }
  .hideme p {
    padding-bottom: 0; }

/**** Slick Slider ****/
.slick-prev {
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .slick-prev::before {
    content: "" !important;
    display: block;
    background: url("../img/white-green-arrow-left.png") no-repeat;
    width: 40px;
    height: 40px;
    background-size: 100%;
    margin: 0 auto; }
  .slick-prev:hover::before {
    background: url("../img/green-white-arrow-left.png") no-repeat; }
  .slick-prev:focus::before {
    background: url("../img/green-white-arrow-left.png") no-repeat; }

.slick-next {
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .slick-next::before {
    content: "" !important;
    display: block;
    background: url("../img/white-green-arrow-right.png") no-repeat;
    width: 40px;
    height: 40px;
    background-size: 100%;
    margin: 0 auto; }
  .slick-next:hover::before {
    background: url("../img/green-white-arrow-right.png") no-repeat; }
  .slick-next:focus::before {
    background: url("../img/green-white-arrow-right.png") no-repeat; }

.slick-dots {
  bottom: -45px; }
  .slick-dots li {
    margin: 0 3px;
    width: 12px !important;
    height: 12px !important; }
    .slick-dots li button {
      width: 12px !important;
      height: 12px !important; }
      .slick-dots li button::before {
        color: transparent !important;
        opacity: 1 !important;
        border: 1px solid #ffffff;
        border-radius: 50px;
        width: 12px !important;
        height: 12px !important;
        line-height: 12px !important; }
  .slick-dots li.slick-active button {
    width: 12px;
    height: 12px;
    background: #ffffff;
    border-radius: 50px; }
    .slick-dots li.slick-active button::before {
      color: #ffffff !important;
      opacity: 1;
      font-size: 12px;
      line-height: 12px !important; }

/**** Small Title ****/
.small-title p {
  color: #264F47;
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content; }
  .small-title p::after {
    content: "";
    background: #264F47;
    position: absolute;
    top: 10px;
    right: -75px;
    width: 62px;
    height: 1px; }

.title {
  margin-bottom: 10px; }

/**** Form ****/
.form input {
  width: 100%;
  border-radius: 12px;
  background: #ffffff;
  color: #264F47;
  font-family: "Helvetica";
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 21.12px;
  padding: 17px 24px;
  border: 0; }
  .form input::-webkit-input-placeholder {
    color: #264F47;
    font-family: "Helvetica";
    font-weight: 400;
    font-size: 16px;
    line-height: 21.12px; }
  .form input:-ms-input-placeholder {
    color: #264F47;
    font-family: "Helvetica";
    font-weight: 400;
    font-size: 16px;
    line-height: 21.12px; }
  .form input::-ms-input-placeholder {
    color: #264F47;
    font-family: "Helvetica";
    font-weight: 400;
    font-size: 16px;
    line-height: 21.12px; }
  .form input::placeholder {
    color: #264F47;
    font-family: "Helvetica";
    font-weight: 400;
    font-size: 16px;
    line-height: 21.12px; }

.form textarea {
  width: 100%;
  border-radius: 12px;
  background: #ffffff;
  color: #264F47;
  font-family: "Helvetica";
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 21.12px;
  padding: 17px 24px;
  border: 0;
  resize: none;
  max-height: 120px; }
  .form textarea::-webkit-input-placeholder {
    color: #264F47;
    font-family: "Helvetica";
    font-weight: 400;
    font-size: 16px;
    line-height: 21.12px; }
  .form textarea:-ms-input-placeholder {
    color: #264F47;
    font-family: "Helvetica";
    font-weight: 400;
    font-size: 16px;
    line-height: 21.12px; }
  .form textarea::-ms-input-placeholder {
    color: #264F47;
    font-family: "Helvetica";
    font-weight: 400;
    font-size: 16px;
    line-height: 21.12px; }
  .form textarea::placeholder {
    color: #264F47;
    font-family: "Helvetica";
    font-weight: 400;
    font-size: 16px;
    line-height: 21.12px; }

.form input[type=submit] {
  border-radius: 12px;
  font-family: "Helvetica";
  font-weight: 400;
  line-height: 21.12px;
  color: #ffffff;
  padding: 17px 40px;
  background: #264F47;
  border: 1px solid #264F47;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%; }
  .form input[type=submit]:hover {
    border: 1px solid #ffffff;
    -webkit-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06); }
  .form input[type=submit]:focus {
    outline: none; }

/**** Rooms ****/
.rooms a:hover {
  text-decoration: none; }

.rooms .small-title {
  margin-bottom: 30px; }
  .rooms .small-title p {
    font-size: 20px; }
    .rooms .small-title p::after {
      background: #ffffff; }

.rooms .room-box {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }
  .rooms .room-box:hover {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02); }
    .rooms .room-box:hover .image img {
      border-radius: 100px; }
  .rooms .room-box .room-type {
    text-align: right; }
  .rooms .room-box .title {
    margin-bottom: 0; }
  .rooms .room-box .image {
    margin-bottom: 15px; }
    .rooms .room-box .image img {
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      border-radius: 100px 10px 10px 10px;
    height: 245px;
    width: 100%;
    object-fit: cover;
    object-position: center;}

.top-menu {
  background: #264F47; }
  .top-menu .navbar-brand {
    display: block;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0; }
  .top-menu ul li {
    margin-bottom: 35px; }
    @media (max-width: 1199px) {
      .top-menu ul li {
        margin-bottom: 30px; } }
    @media (max-width: 991px) {
      .top-menu ul li {
        margin-bottom: 25px; } }
    @media (max-width: 575px) {
      .top-menu ul li {
        margin-bottom: 20px; } }
    .top-menu ul li a {
      font-family: "Playfair Display", serif;
      font-size: 36px;
      font-weight: 400;
      line-height: 21.12px;
      color: #ffffff;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      @media (max-width: 1199px) {
        .top-menu ul li a {
          font-size: 32px; } }
      @media (max-width: 991px) {
        .top-menu ul li a {
          font-size: 32px; } }
      @media (max-width: 767px) {
        .top-menu ul li a {
          font-size: 28px; } }
      .top-menu ul li a:hover {
        opacity: 0.7; }
  .top-menu .header-link a {
    font-family: "Helvetica";
    font-size: 16px;
    font-weight: 400;
    line-height: 21.12px;
    color: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .top-menu .header-link a:hover {
      text-decoration: none;
      opacity: 0.7; }
  .top-menu .hamburger-box {
    padding-right: 120px; }
    @media (max-width: 1480px) {
      .top-menu .hamburger-box {
        padding-right: 60px; } }
    @media (max-width: 991px) {
      .top-menu .hamburger-box {
        padding-right: 30px; } }
    @media (max-width: 767px) {
      .top-menu .hamburger-box {
        padding-right: 0px; } }
    .top-menu .hamburger-box img {
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      cursor: pointer; }
      .top-menu .hamburger-box img:hover {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg); }
  .top-menu .left-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 767px) {
      .top-menu .left-nav {
        padding-left: 15px; } }
    .top-menu .left-nav .left-link {
      border-left: 1px solid #ffffff;
      border-right: 1px solid #ffffff;
      height: 60px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding: 0 65px; }
      @media (max-width: 1480px) {
        .top-menu .left-nav .left-link {
          padding: 0 35px; } }
      @media (max-width: 991px) {
        .top-menu .left-nav .left-link {
          padding: 0 20px; } }
      @media (max-width: 767px) {
        .top-menu .left-nav .left-link {
          display: none; } }
  .top-menu .center-nav {
    margin-left: -215px; }
    @media (max-width: 1480px) {
      .top-menu .center-nav {
        margin-left: -0px; } }
    .top-menu .center-nav .custom-logo img {
        max-width: 100%;
        width: 100%;
        height: 220px;
        -o-object-fit: contain;
        object-fit: contain; } 
    @media (max-width: 1480px) {
      .top-menu .center-nav .custom-logo img {
        height: 190px; } }
    @media (max-width: 767px) {
      .top-menu .center-nav .custom-logo img {
        height: 115px; } }
  @media (max-width: 767px) {
    .top-menu .right-nav {
      padding-right: 15px; } }
  .top-menu .right-nav .right-link {
    border-left: 1px solid #ffffff;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 45px; }
    @media (max-width: 1480px) {
      .top-menu .right-nav .right-link {
        padding-left: 35px; } }
    @media (max-width: 991px) {
      .top-menu .right-nav .right-link {
        padding-left: 20px; } }
    @media (max-width: 767px) {
      .top-menu .right-nav .right-link {
        border-left: 0;
        padding-left: 0px; } }
    .top-menu .right-nav .right-link .desktop-a {
      display: block; }
      @media (max-width: 767px) {
        .top-menu .right-nav .right-link .desktop-a {
          display: none; } }
    .top-menu .right-nav .right-link .mob-a {
      display: none; }
      @media (max-width: 767px) {
        .top-menu .right-nav .right-link .mob-a {
          display: block; } }

.top-menu, .left-nav, .center-nav, .right-nav {
  max-height: 60px; }

.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #264F47;
  overflow-x: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  .overlay .overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px; }
  .overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px; }
    .overlay .closebtn img {
      width: 35px;
      height: 35px; }
  .overlay .closebtn {
    top: 15px;
    right: 35px; }

.custom-btn {
  border-radius: 12px;
  font-family: "Helvetica";
  font-weight: 400;
  line-height: 21.12px;
  color: #ffffff;
  padding: 17px 40px;
  background: #264F47;
  border: 1px solid #264F47;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 245px; }
  @media (max-width: 575px) {
    .custom-btn {
      width: 200px; } }
  .custom-btn:hover {
    border: 1px solid #ffffff;
    -webkit-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06); }
  .custom-btn:focus {
    outline: none; }

.custom-btn.arrow img {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  left: 10px; }

.custom-btn.arrow:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none; }
  .custom-btn.arrow:hover img {
    left: 20px; }

#home-banner {
  padding-top: 255px;
  padding-bottom: 55px; }
  @media (max-width: 991px) {
    #home-banner {
      padding-top: 195px; } }
  @media (max-width: 575px) {
    #home-banner {
      padding-top: 115px; } }
  #home-banner .banner-title {
    text-align: center;
    margin-bottom: 150px; }
    @media (max-width: 991px) {
      #home-banner .banner-title {
        margin-bottom: 100px; } }
    @media (max-width: 575px) {
      #home-banner .banner-title {
        margin-bottom: 50px; } }
  #home-banner .banner-btn {
    text-align: right; }
    @media (max-width: 575px) {
      #home-banner .banner-btn {
        text-align: center; } }

#text-head {
  background: #F5F5F5;
  padding-top: 120px;
  padding-bottom: 100px;
  text-align: center; }
  @media (max-width: 991px) {
    #text-head {
      padding-top: 80px;
      padding-bottom: 50px; } }
  @media (max-width: 575px) {
    #text-head {
      padding-top: 50px;
      padding-bottom: 50px; } }
  #text-head .title {
    margin-bottom: 25px; }
  #text-head .description p {
    font-size: 20px;
    line-height: 26.4px; }
    @media (max-width: 575px) {
      #text-head .description p {
        font-size: 18px;
        line-height: 23.76px; } }

#cont-imgs {
  padding-bottom: 95px; }
  @media (max-width: 767px) {
    #cont-imgs {
      padding-bottom: 50px; } }
  #cont-imgs .description {
    width: 85%; }
    @media (max-width: 991px) {
      #cont-imgs .description {
        width: 100%; } }
  #cont-imgs .images-box {
    position: relative; }
    @media (max-width: 991px) {
      #cont-imgs .images-box {
        margin-bottom: 115px; } }
    #cont-imgs .images-box img {
      border-radius: 10px;
    height: 645px;
    width: 570px;
    object-fit: cover;}
    @media (max-width: 991px) {
        #cont-imgs .images-box img {
              height: 450px; } }
 @media (max-width: 767px) {
        #cont-imgs .images-box img {
              height: 350px; } }
 @media (max-width: 575px) {
        #cont-imgs .images-box img {
              height: 265px; } }
    #cont-imgs .images-box .img-one {
      position: relative;
      z-index: 3;
      right: -10px; }
      @media (max-width: 1480px) {
        #cont-imgs .images-box .img-one {
          width: 95%; } }
      @media (max-width: 1199px) {
        #cont-imgs .images-box .img-one {
          width: 90%; } }
      @media (max-width: 991px) {
        #cont-imgs .images-box .img-one {
          width: 55%;
          right: 0; } }
      @media (max-width: 575px) {
        #cont-imgs .images-box .img-one {
          width: 60%;
          right: 0; } }
    #cont-imgs .images-box .img-two {
      position: absolute;
      bottom: -24rem;
      right: -30px;
      z-index: 2; }
      @media (max-width: 1480px) {
        #cont-imgs .images-box .img-two {
          width: 95%;
          bottom: -30rem; } }
      @media (max-width: 1199px) {
        #cont-imgs .images-box .img-two {
          width: 90%;
          bottom: -20rem; } }
      @media (max-width: 991px) {
        #cont-imgs .images-box .img-two {
          width: 55%;
          bottom: -4rem;
          right: 50px; } }
      @media (max-width: 575px) {
        #cont-imgs .images-box .img-two {
          width: 60%;
          bottom: -4rem;
          right: 0; } }

#green-section {
  border-radius: 100px 100px 0px 0px;
  background: #E4EBE5;
  padding-top: 120px;
  padding-bottom: 635px;
  position: relative;
  z-index: 1; }
  @media (max-width: 1199px) {
    #green-section {
      padding-bottom: 350px; } }
  @media (max-width: 767px) {
    #green-section {
      border-radius: 0;
      padding-top: 50px;
      padding-bottom: 190px; } }
  #green-section .accommodation {
    padding-bottom: 45px; }

#cottage {
  margin-top: -540px;
  position: relative;
  background: #F5F5F5; }
  @media (max-width: 1199px) {
    #cottage {
      margin-top: -320px; } }
  @media (max-width: 767px) {
    #cottage {
      margin-top: -165px; } }
  #cottage .cottage-slider {
    width: 74vw;
    max-width: 100%;
    z-index: 1; }
    @media (max-width: 767px) {
      #cottage .cottage-slider {
        width: 85vw; } }
    @media (max-width: 575px) {
      #cottage .cottage-slider {
        width: 95vw; } }
    #cottage .cottage-slider .single-cottage {
      border-radius: 0px 100px 100px 0px;
      min-height: 850px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: end;
      position: relative; }
      @media (max-width: 1199px) {
        #cottage .cottage-slider .single-cottage {
          min-height: 575px; } }
      @media (max-width: 991px) {
        #cottage .cottage-slider .single-cottage {
          min-height: 470px; } }
      @media (max-width: 767px) {
        #cottage .cottage-slider .single-cottage {
          min-height: 350px; } }
      #cottage .cottage-slider .single-cottage .cottage-slide-box {
        margin-bottom: 5rem;
        margin-left: 9rem; }
        @media (max-width: 991px) {
          #cottage .cottage-slider .single-cottage .cottage-slide-box {
            margin-bottom: 1rem;
            margin-left: 3rem; } }
        @media (max-width: 767px) {
          #cottage .cottage-slider .single-cottage .cottage-slide-box {
            margin-left: 15px; } }
        #cottage .cottage-slider .single-cottage .cottage-slide-box a:hover {
          text-decoration: none; }
          #cottage .cottage-slider .single-cottage .cottage-slide-box a:hover .small-title p {
            opacity: 0.7; }
          #cottage .cottage-slider .single-cottage .cottage-slide-box a:hover .title h3 {
            opacity: 0.7; }
        #cottage .cottage-slider .single-cottage .cottage-slide-box .small-title p {
          -webkit-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
          color: #ffffff; }
          #cottage .cottage-slider .single-cottage .cottage-slide-box .small-title p::after {
            background: #ffffff; }
        #cottage .cottage-slider .single-cottage .cottage-slide-box .title h3 {
          color: #ffffff;
          -webkit-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
    #cottage .cottage-slider .slick-prev {
      right: 14.5rem;
      left: auto;
      z-index: 1;
      top: auto;
      bottom: 5rem; }
      #cottage .cottage-slider .slick-prev::before {
        background: url("../img/slider-arrow-white-left.png") no-repeat; }
      #cottage .cottage-slider .slick-prev:focus {
        outline: none; }
    #cottage .cottage-slider .slick-next {
      right: 7rem;
      top: auto;
      bottom: 5rem; }
      #cottage .cottage-slider .slick-next::before {
        background: url("../img/slider-arrow-white-right.png") no-repeat; }
      #cottage .cottage-slider .slick-next:focus {
        outline: none; }
  #cottage .slider-control {
    position: absolute;
    bottom: 6rem;
    z-index: 1;
    right: 30%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 991px) {
      #cottage .slider-control {
        bottom: 2rem; } }
    @media (max-width: 767px) {
      #cottage .slider-control {
        bottom: -4rem; } }
    #cottage .slider-control .slide-counter {
      margin: 0 15px; }
      #cottage .slider-control .slide-counter p {
        color: #ffffff;
        text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
        font-family: "Playfair Display", serif;
        font-size: 36px;
        font-weight: 500;
        line-height: 47.52px;
        letter-spacing: -3px;
        padding-bottom: 0; }
        @media (max-width: 991px) {
          #cottage .slider-control .slide-counter p {
            font-size: 28px; } }
        @media (max-width: 767px) {
          #cottage .slider-control .slide-counter p {
            color: #1A1C1B;
            font-size: 24px; } }
        @media (max-width: 575px) {
          #cottage .slider-control .slide-counter p {
            font-size: 18px; } }
    #cottage .slider-control button {
      background: transparent;
      border: 0; }
      #cottage .slider-control button:focus {
        outline: none; }
      @media (max-width: 991px) {
        #cottage .slider-control button img {
          width: 35px; } }
      @media (max-width: 767px) {
        #cottage .slider-control button img {
          width: 25px; } }
      @media (max-width: 575px) {
        #cottage .slider-control button img {
          width: auto; } }
    #cottage .slider-control img.arrow-desktop {
      display: block; }
      @media (max-width: 767px) {
        #cottage .slider-control img.arrow-desktop {
          display: none; } }
    #cottage .slider-control img.arrow-mob {
      display: none; }
      @media (max-width: 767px) {
        #cottage .slider-control img.arrow-mob {
          display: block; } }

#wedd-eve {
  padding-top: 120px;
  background: #F5F5F5;
  padding-bottom: 115px; }
  @media (max-width: 991px) {
    #wedd-eve {
      padding-bottom: 80px; } }
  @media (max-width: 575px) {
    #wedd-eve {
      padding-bottom: 50px; } }
  #wedd-eve .top-title {
    width: 50%;
    margin: 0 auto; }
    @media (max-width: 1199px) {
      #wedd-eve .top-title {
        width: 70%; } }
    @media (max-width: 991px) {
      #wedd-eve .top-title {
        width: 85%; } }
    @media (max-width: 575px) {
      #wedd-eve .top-title {
        width: 100%; } }
    #wedd-eve .top-title .title-box {
      text-align: center; }
      #wedd-eve .top-title .title-box .title {
        width: 75%;
        margin: 0 auto 25px; }
  #wedd-eve .wedd-eve-box {
    margin: 45px auto 0;
    width: 75%; }
    @media (max-width: 1199px) {
      #wedd-eve .wedd-eve-box {
        width: 100%; } }
    #wedd-eve .wedd-eve-box a:hover {
      text-decoration: none; }
    #wedd-eve .wedd-eve-box .single-wedd-eve {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: end;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      text-align: center;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }
      @media (max-width: 767px) {
        #wedd-eve .wedd-eve-box .single-wedd-eve {
          margin-bottom: 15px; } }
      #wedd-eve .wedd-eve-box .single-wedd-eve:hover {
        -webkit-transform: scale(1.02);
        -ms-transform: scale(1.02);
        transform: scale(1.02);
        border-radius: 100px !important; }
      #wedd-eve .wedd-eve-box .single-wedd-eve .title {
        padding: 0 15px; }
        #wedd-eve .wedd-eve-box .single-wedd-eve .title h3, #wedd-eve .wedd-eve-box .single-wedd-eve .title h4 {
          color: #ffffff; }
  #wedd-eve #wedd-eve-1 {
    height: 600px;
    border-radius: 100px 10px 10px 10px; }
    @media (max-width: 1280px) {
      #wedd-eve #wedd-eve-1 {
        height: 500px; } }
    @media (max-width: 575px) {
      #wedd-eve #wedd-eve-1 {
        height: 490px; } }
    #wedd-eve #wedd-eve-1 .title {
      margin-bottom: 65px; }
  #wedd-eve #wedd-eve-2 {
    height: 760px;
    border-radius: 10px; }
    @media (max-width: 1280px) {
      #wedd-eve #wedd-eve-2 {
        height: 635px; } }
    @media (max-width: 575px) {
      #wedd-eve #wedd-eve-2 {
        height: 490px; } }
    #wedd-eve #wedd-eve-2 .title {
      margin-bottom: 85px; }
  #wedd-eve #wedd-eve-3 {
    height: 600px;
    border-radius: 10px 100px 10px 10px; }
    @media (max-width: 1280px) {
      #wedd-eve #wedd-eve-3 {
        height: 500px; } }
    @media (max-width: 575px) {
      #wedd-eve #wedd-eve-3 {
        height: 490px;
        border-radius: 10px 10px 100px 10px; } }
    #wedd-eve #wedd-eve-3 .title {
      margin-bottom: 65px; }

#bann-img-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding-top: 325px;
  padding-bottom: 270px; }
  @media (max-width: 1280px) {
    #bann-img-text {
      padding-top: 240px;
      padding-bottom: 240px; } }
  @media (max-width: 991px) {
    #bann-img-text {
      padding-top: 195px;
      padding-bottom: 195px; } }
  @media (max-width: 575px) {
    #bann-img-text {
      padding-top: 115px;
      padding-bottom: 115px; } }
  #bann-img-text .banner-box .title {
    margin-bottom: 60px; }
    @media (max-width: 991px) {
      #bann-img-text .banner-box .title {
        margin-bottom: 40px; } }
    @media (max-width: 575px) {
      #bann-img-text .banner-box .title {
        margin-bottom: 25px; } }
  #bann-img-text .banner-box .description {
    width: 510px;
    max-width: 100%;
    margin: 0 auto; }
    @media (max-width: 767px) {
      #bann-img-text .banner-box .description {
        width: 100%; } }
    #bann-img-text .banner-box .description p {
      color: #ffffff;
      line-height: 26.4px;
      font-size: 20px; }
      @media (max-width: 767px) {
        #bann-img-text .banner-box .description p {
          font-size: 18px; } }

#bann-img-frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding-top: 270px;
  padding-bottom: 510px; }
  @media (max-width: 1280px) {
    #bann-img-frame {
      padding-top: 240px;
      padding-bottom: 240px; } }
  @media (max-width: 991px) {
    #bann-img-frame {
      padding-top: 195px;
      padding-bottom: 195px; } }
  @media (max-width: 575px) {
    #bann-img-frame {
      padding-top: 115px;
      padding-bottom: 115px; } }

#bann-no-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding-top: 235px;
  padding-bottom: 95px; }
  @media (max-width: 991px) {
    #bann-no-img {
      padding-top: 195px; } }
  @media (max-width: 575px) {
    #bann-no-img {
      padding-top: 115px; } }
  #bann-no-img .title h1 {
    color: #264F47;
    text-shadow: none; }

#quote {
  padding-top: 120px;
  background: #F5F5F5; }
  @media (max-width: 991px) {
    #quote {
      padding-top: 80px; } }
  @media (max-width: 575px) {
    #quote {
      padding-top: 50px; } }
  #quote .quote-box {
    text-align: center; }
    #quote .quote-box .icon {
      margin-bottom: 25px; }
    #quote .quote-box .description p {
      font-size: 20px;
      line-height: 26.4px; }
      @media (max-width: 767px) {
        #quote .quote-box .description p {
          font-size: 18px; } }

#long-txt-img {
  padding-top: 105px;
  padding-bottom: 125px; }
  @media (max-width: 991px) {
    #long-txt-img {
      padding-top: 80px;
      padding-bottom: 80px; } }
  @media (max-width: 575px) {
    #long-txt-img {
      padding-top: 50px;
      padding-bottom: 50px; } }
  #long-txt-img .content-box .description {
    width: 85%; }
    @media (max-width: 991px) {
      #long-txt-img .content-box .description {
        width: 100%; } }
  @media (max-width: 991px) {
    #long-txt-img .image-box {
      margin-bottom: 30px; } }
    #long-txt-img .image-box img {
      border-radius: 10px;
    width: 100%;
    height: 450px;
    object-fit: cover;
    object-position: center;}
 @media (max-width: 1199px) {
      #long-txt-img .image-box img {
		  height: 400px;
         } }
 @media (max-width: 575px) {
      #long-txt-img .image-box img {
		  height: 300px;
         } }




#left-right-txt-img {
  padding-top: 115px;
  border-radius: 100px 100px 0px 0px;
  background: #E4EBE5; }
  @media (max-width: 991px) {
    #left-right-txt-img {
      padding-top: 80px; } }
  @media (max-width: 767px) {
    #left-right-txt-img {
      border-radius: 0; } }
  @media (max-width: 575px) {
    #left-right-txt-img {
      padding-top: 50px; } }
  #left-right-txt-img .single-box {
    padding-bottom: 100px; }
    @media (max-width: 991px) {
      #left-right-txt-img .single-box {
        padding-bottom: 30px; } }
    #left-right-txt-img .single-box .image-box img {
      border-radius: 10px;
    width: 100%;
    height: 450px;
    object-fit: cover;
    object-position: center;}
 @media (max-width: 1199px) {
      #left-right-txt-img .single-box .image-box img {
		  height: 400px;
         } }
 @media (max-width: 575px) {
      #left-right-txt-img .single-box .image-box img {
		  height: 300px;
         } }


  #left-right-txt-img #left-right-box-2 .content-order {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
    @media (max-width: 991px) {
      #left-right-txt-img #left-right-box-2 .content-order {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2; } }
    #left-right-txt-img #left-right-box-2 .content-order .content-box {
      padding-right: 110px; }
      @media (max-width: 1280px) {
        #left-right-txt-img #left-right-box-2 .content-order .content-box {
          padding-right: 50px; } }
      @media (max-width: 991px) {
        #left-right-txt-img #left-right-box-2 .content-order .content-box {
          padding-right: 0px; } }
  #left-right-txt-img #left-right-box-2 .image-order {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
    @media (max-width: 991px) {
      #left-right-txt-img #left-right-box-2 .image-order {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 30px; } }
  #left-right-txt-img #left-right-box-4 .content-order {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
    @media (max-width: 991px) {
      #left-right-txt-img #left-right-box-4 .content-order {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2; } }
    #left-right-txt-img #left-right-box-4 .content-order .content-box {
      padding-right: 110px; }
      @media (max-width: 1280px) {
        #left-right-txt-img #left-right-box-4 .content-order .content-box {
          padding-right: 50px; } }
      @media (max-width: 991px) {
        #left-right-txt-img #left-right-box-4 .content-order .content-box {
          padding-right: 0px; } }
  #left-right-txt-img #left-right-box-4 .image-order {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
    @media (max-width: 991px) {
      #left-right-txt-img #left-right-box-4 .image-order {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 30px; } }
  #left-right-txt-img #left-right-box-6 .content-order {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
    @media (max-width: 991px) {
      #left-right-txt-img #left-right-box-6 .content-order {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2; } }
    #left-right-txt-img #left-right-box-6 .content-order .content-box {
      padding-right: 110px; }
      @media (max-width: 1280px) {
        #left-right-txt-img #left-right-box-6 .content-order .content-box {
          padding-right: 50px; } }
      @media (max-width: 991px) {
        #left-right-txt-img #left-right-box-6 .content-order .content-box {
          padding-right: 0px; } }
  #left-right-txt-img #left-right-box-6 .image-order {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
    @media (max-width: 991px) {
      #left-right-txt-img #left-right-box-6 .image-order {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 30px; } }
  #left-right-txt-img #left-right-box-8 .content-order {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
    @media (max-width: 991px) {
      #left-right-txt-img #left-right-box-8 .content-order {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2; } }
    #left-right-txt-img #left-right-box-8 .content-order .content-box {
      padding-right: 110px; }
      @media (max-width: 1280px) {
        #left-right-txt-img #left-right-box-8 .content-order .content-box {
          padding-right: 50px; } }
      @media (max-width: 991px) {
        #left-right-txt-img #left-right-box-8 .content-order .content-box {
          padding-right: 0px; } }
  #left-right-txt-img #left-right-box-8 .image-order {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
    @media (max-width: 991px) {
      #left-right-txt-img #left-right-box-8 .image-order {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 30px; } }
  #left-right-txt-img #left-right-box-10 .content-order {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
    @media (max-width: 991px) {
      #left-right-txt-img #left-right-box-10 .content-order {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2; } }
    #left-right-txt-img #left-right-box-10 .content-order .content-box {
      padding-right: 110px; }
      @media (max-width: 1280px) {
        #left-right-txt-img #left-right-box-10 .content-order .content-box {
          padding-right: 50px; } }
      @media (max-width: 991px) {
        #left-right-txt-img #left-right-box-10 .content-order .content-box {
          padding-right: 0px; } }
  #left-right-txt-img #left-right-box-10 .image-order {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
    @media (max-width: 991px) {
      #left-right-txt-img #left-right-box-10 .image-order {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 30px; } }
  #left-right-txt-img #left-right-box-12 .content-order {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
    @media (max-width: 991px) {
      #left-right-txt-img #left-right-box-12 .content-order {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2; } }
    #left-right-txt-img #left-right-box-12 .content-order .content-box {
      padding-right: 110px; }
      @media (max-width: 1280px) {
        #left-right-txt-img #left-right-box-12 .content-order .content-box {
          padding-right: 50px; } }
      @media (max-width: 991px) {
        #left-right-txt-img #left-right-box-12 .content-order .content-box {
          padding-right: 0px; } }
  #left-right-txt-img #left-right-box-12 .image-order {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
    @media (max-width: 991px) {
      #left-right-txt-img #left-right-box-12 .image-order {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 30px; } }
  #left-right-txt-img #left-right-box-14 .content-order {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
    @media (max-width: 991px) {
      #left-right-txt-img #left-right-box-14 .content-order {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2; } }
    #left-right-txt-img #left-right-box-14 .content-order .content-box {
      padding-right: 110px; }
      @media (max-width: 1280px) {
        #left-right-txt-img #left-right-box-14 .content-order .content-box {
          padding-right: 50px; } }
      @media (max-width: 991px) {
        #left-right-txt-img #left-right-box-14 .content-order .content-box {
          padding-right: 0px; } }
  #left-right-txt-img #left-right-box-14 .image-order {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
    @media (max-width: 991px) {
      #left-right-txt-img #left-right-box-14 .image-order {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 30px; } }
  #left-right-txt-img #left-right-box-16 .content-order {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
    @media (max-width: 991px) {
      #left-right-txt-img #left-right-box-16 .content-order {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2; } }
    #left-right-txt-img #left-right-box-16 .content-order .content-box {
      padding-right: 110px; }
      @media (max-width: 1280px) {
        #left-right-txt-img #left-right-box-16 .content-order .content-box {
          padding-right: 50px; } }
      @media (max-width: 991px) {
        #left-right-txt-img #left-right-box-16 .content-order .content-box {
          padding-right: 0px; } }
  #left-right-txt-img #left-right-box-16 .image-order {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
    @media (max-width: 991px) {
      #left-right-txt-img #left-right-box-16 .image-order {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 30px; } }
  #left-right-txt-img #left-right-box-18 .content-order {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
    @media (max-width: 991px) {
      #left-right-txt-img #left-right-box-18 .content-order {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2; } }
    #left-right-txt-img #left-right-box-18 .content-order .content-box {
      padding-right: 110px; }
      @media (max-width: 1280px) {
        #left-right-txt-img #left-right-box-18 .content-order .content-box {
          padding-right: 50px; } }
      @media (max-width: 991px) {
        #left-right-txt-img #left-right-box-18 .content-order .content-box {
          padding-right: 0px; } }
  #left-right-txt-img #left-right-box-18 .image-order {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
    @media (max-width: 991px) {
      #left-right-txt-img #left-right-box-18 .image-order {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 30px; } }
  #left-right-txt-img #left-right-box-20 .content-order {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
    @media (max-width: 991px) {
      #left-right-txt-img #left-right-box-20 .content-order {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2; } }
    #left-right-txt-img #left-right-box-20 .content-order .content-box {
      padding-right: 110px; }
      @media (max-width: 1280px) {
        #left-right-txt-img #left-right-box-20 .content-order .content-box {
          padding-right: 50px; } }
      @media (max-width: 991px) {
        #left-right-txt-img #left-right-box-20 .content-order .content-box {
          padding-right: 0px; } }
  #left-right-txt-img #left-right-box-20 .image-order {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
    @media (max-width: 991px) {
      #left-right-txt-img #left-right-box-20 .image-order {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 30px; } }
  #left-right-txt-img #left-right-box-1 .content-order {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
    @media (max-width: 991px) {
      #left-right-txt-img #left-right-box-1 .content-order {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2; } }
    #left-right-txt-img #left-right-box-1 .content-order .content-box {
      padding-left: 150px; }
      @media (max-width: 1280px) {
        #left-right-txt-img #left-right-box-1 .content-order .content-box {
          padding-left: 50px; } }
      @media (max-width: 991px) {
        #left-right-txt-img #left-right-box-1 .content-order .content-box {
          padding-left: 0px; } }
  #left-right-txt-img #left-right-box-1 .image-order {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
    @media (max-width: 991px) {
      #left-right-txt-img #left-right-box-1 .image-order {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 30px; } }
  #left-right-txt-img #left-right-box-3 .content-order {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
    @media (max-width: 991px) {
      #left-right-txt-img #left-right-box-3 .content-order {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2; } }
    #left-right-txt-img #left-right-box-3 .content-order .content-box {
      padding-left: 150px; }
      @media (max-width: 1280px) {
        #left-right-txt-img #left-right-box-3 .content-order .content-box {
          padding-left: 50px; } }
      @media (max-width: 991px) {
        #left-right-txt-img #left-right-box-3 .content-order .content-box {
          padding-left: 0px; } }
  #left-right-txt-img #left-right-box-3 .image-order {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
    @media (max-width: 991px) {
      #left-right-txt-img #left-right-box-3 .image-order {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 30px; } }
  #left-right-txt-img #left-right-box-5 .content-order {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
    @media (max-width: 991px) {
      #left-right-txt-img #left-right-box-5 .content-order {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2; } }
    #left-right-txt-img #left-right-box-5 .content-order .content-box {
      padding-left: 150px; }
      @media (max-width: 1280px) {
        #left-right-txt-img #left-right-box-5 .content-order .content-box {
          padding-left: 50px; } }
      @media (max-width: 991px) {
        #left-right-txt-img #left-right-box-5 .content-order .content-box {
          padding-left: 0px; } }
  #left-right-txt-img #left-right-box-5 .image-order {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
    @media (max-width: 991px) {
      #left-right-txt-img #left-right-box-5 .image-order {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 30px; } }
  #left-right-txt-img #left-right-box-7 .content-order {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
    @media (max-width: 991px) {
      #left-right-txt-img #left-right-box-7 .content-order {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2; } }
    #left-right-txt-img #left-right-box-7 .content-order .content-box {
      padding-left: 150px; }
      @media (max-width: 1280px) {
        #left-right-txt-img #left-right-box-7 .content-order .content-box {
          padding-left: 50px; } }
      @media (max-width: 991px) {
        #left-right-txt-img #left-right-box-7 .content-order .content-box {
          padding-left: 0px; } }
  #left-right-txt-img #left-right-box-7 .image-order {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
    @media (max-width: 991px) {
      #left-right-txt-img #left-right-box-7 .image-order {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 30px; } }
  #left-right-txt-img #left-right-box-9 .content-order {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
    @media (max-width: 991px) {
      #left-right-txt-img #left-right-box-9 .content-order {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2; } }
    #left-right-txt-img #left-right-box-9 .content-order .content-box {
      padding-left: 150px; }
      @media (max-width: 1280px) {
        #left-right-txt-img #left-right-box-9 .content-order .content-box {
          padding-left: 50px; } }
      @media (max-width: 991px) {
        #left-right-txt-img #left-right-box-9 .content-order .content-box {
          padding-left: 0px; } }
  #left-right-txt-img #left-right-box-9 .image-order {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
    @media (max-width: 991px) {
      #left-right-txt-img #left-right-box-9 .image-order {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 30px; } }
  #left-right-txt-img #left-right-box-11 .content-order {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
    @media (max-width: 991px) {
      #left-right-txt-img #left-right-box-11 .content-order {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2; } }
    #left-right-txt-img #left-right-box-11 .content-order .content-box {
      padding-left: 150px; }
      @media (max-width: 1280px) {
        #left-right-txt-img #left-right-box-11 .content-order .content-box {
          padding-left: 50px; } }
      @media (max-width: 991px) {
        #left-right-txt-img #left-right-box-11 .content-order .content-box {
          padding-left: 0px; } }
  #left-right-txt-img #left-right-box-11 .image-order {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
    @media (max-width: 991px) {
      #left-right-txt-img #left-right-box-11 .image-order {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 30px; } }
  #left-right-txt-img #left-right-box-13 .content-order {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
    @media (max-width: 991px) {
      #left-right-txt-img #left-right-box-13 .content-order {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2; } }
    #left-right-txt-img #left-right-box-13 .content-order .content-box {
      padding-left: 150px; }
      @media (max-width: 1280px) {
        #left-right-txt-img #left-right-box-13 .content-order .content-box {
          padding-left: 50px; } }
      @media (max-width: 991px) {
        #left-right-txt-img #left-right-box-13 .content-order .content-box {
          padding-left: 0px; } }
  #left-right-txt-img #left-right-box-13 .image-order {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
    @media (max-width: 991px) {
      #left-right-txt-img #left-right-box-13 .image-order {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 30px; } }
  #left-right-txt-img #left-right-box-15 .content-order {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
    @media (max-width: 991px) {
      #left-right-txt-img #left-right-box-15 .content-order {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2; } }
    #left-right-txt-img #left-right-box-15 .content-order .content-box {
      padding-left: 150px; }
      @media (max-width: 1280px) {
        #left-right-txt-img #left-right-box-15 .content-order .content-box {
          padding-left: 50px; } }
      @media (max-width: 991px) {
        #left-right-txt-img #left-right-box-15 .content-order .content-box {
          padding-left: 0px; } }
  #left-right-txt-img #left-right-box-15 .image-order {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
    @media (max-width: 991px) {
      #left-right-txt-img #left-right-box-15 .image-order {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 30px; } }
  #left-right-txt-img #left-right-box-17 .content-order {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
    @media (max-width: 991px) {
      #left-right-txt-img #left-right-box-17 .content-order {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2; } }
    #left-right-txt-img #left-right-box-17 .content-order .content-box {
      padding-left: 150px; }
      @media (max-width: 1280px) {
        #left-right-txt-img #left-right-box-17 .content-order .content-box {
          padding-left: 50px; } }
      @media (max-width: 991px) {
        #left-right-txt-img #left-right-box-17 .content-order .content-box {
          padding-left: 0px; } }
  #left-right-txt-img #left-right-box-17 .image-order {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
    @media (max-width: 991px) {
      #left-right-txt-img #left-right-box-17 .image-order {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 30px; } }
  #left-right-txt-img #left-right-box-19 .content-order {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
    @media (max-width: 991px) {
      #left-right-txt-img #left-right-box-19 .content-order {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2; } }
    #left-right-txt-img #left-right-box-19 .content-order .content-box {
      padding-left: 150px; }
      @media (max-width: 1280px) {
        #left-right-txt-img #left-right-box-19 .content-order .content-box {
          padding-left: 50px; } }
      @media (max-width: 991px) {
        #left-right-txt-img #left-right-box-19 .content-order .content-box {
          padding-left: 0px; } }
  #left-right-txt-img #left-right-box-19 .image-order {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
    @media (max-width: 991px) {
      #left-right-txt-img #left-right-box-19 .image-order {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 30px; } }

#short-txt-img {
  padding-top: 120px;
  padding-bottom: 120px; }
  @media (max-width: 991px) {
    #short-txt-img {
      padding-top: 80px;
      padding-bottom: 80px; } }
  @media (max-width: 575px) {
    #short-txt-img {
      padding-top: 50px;
      padding-bottom: 50px; } }
  #short-txt-img .content-box {
    padding-right: 135px; }
    @media (max-width: 991px) {
      #short-txt-img .content-box {
        padding-right: 80px; } }
    @media (max-width: 767px) {
      #short-txt-img .content-box {
        padding-right: 40px; } }
    @media (max-width: 575px) {
      #short-txt-img .content-box {
        padding-right: 0px; } }
    #short-txt-img .content-box .description {
      margin-bottom: 30px; }
    @media (max-width: 575px) {
      #short-txt-img .content-box .custom-btn {
        width: 100%; } }
  @media (max-width: 991px) {
    #short-txt-img .image-box {
      margin-bottom: 40px; } }
  #short-txt-img .image-box img {
    width: 100vw;
    position: relative;
    margin-right: -50vw;
    right: 15px;
    max-width: 50vw;
    height: 75vh;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 100px 0px 0px 100px; }
    @media (max-width: 991px) {
      #short-txt-img .image-box img {
        max-width: 100vw;
        height: 60vh; } }
    @media (max-width: 767px) {
      #short-txt-img .image-box img {
        height: 50vh; } }
    @media (max-width: 575px) {
      #short-txt-img .image-box img {
        height: 40vh;
        margin-left: 15px; } }

#short-txt-big-img {
  padding-top: 80px;
  padding-bottom: 80px; }
  @media (max-width: 575px) {
    #short-txt-big-img {
      padding-top: 50px;
      padding-bottom: 50px; } }
  #short-txt-big-img .content-box {
    padding-right: 135px; }
    @media (max-width: 991px) {
      #short-txt-big-img .content-box {
        padding-right: 80px; } }
    @media (max-width: 767px) {
      #short-txt-big-img .content-box {
        padding-right: 40px; } }
    @media (max-width: 575px) {
      #short-txt-big-img .content-box {
        padding-right: 0px; } }
    #short-txt-big-img .content-box .description {
      margin-bottom: 30px; }
    @media (max-width: 575px) {
      #short-txt-big-img .content-box .custom-btn {
        width: 100%; } }
  @media (max-width: 991px) {
    #short-txt-big-img .image-box {
      margin-bottom: 40px; } }
  #short-txt-big-img .image-box img {
    width: 100vw;
    position: relative;
    margin-right: -50vw;
    right: 15px;
    max-width: 65vw;
    height: 72vh;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 100px 0px 0px 100px; }
    @media (max-width: 991px) {
      #short-txt-big-img .image-box img {
        max-width: 100vw;
        height: 60vh; } }
    @media (max-width: 767px) {
      #short-txt-big-img .image-box img {
        height: 50vh; } }
    @media (max-width: 575px) {
      #short-txt-big-img .image-box img {
        height: 40vh;
        margin-left: 15px; } }

#call-action {
  text-align: center;
  padding-top: 100px;
  border-radius: 10px 10px 0px 0px;
  background: #ffffff;
  padding-bottom: 95px; }
  @media (max-width: 575px) {
    #call-action {
      padding-top: 50px;
      padding-bottom: 50px; } }
  #call-action .small-title {
    margin-bottom: 10px; }
    #call-action .small-title p {
      margin: 0 auto; }
      #call-action .small-title p::before {
        content: "";
        background: #264F47;
        position: absolute;
        top: 10px;
        left: -75px;
        width: 62px;
        height: 1px; }
  #call-action .title {
    margin-bottom: 25px; }
  #call-action .description {
    padding: 0 30px;
    margin-bottom: 10px; }
  @media (max-width: 575px) {
    #call-action .action-btn .custom-btn {
      width: 100%; } }

#txt-heading {
  padding-top: 120px;
  padding-bottom: 45px; }
  @media (max-width: 991px) {
    #txt-heading {
      padding-top: 80px; } }
  @media (max-width: 575px) {
    #txt-heading {
      padding-top: 50px; } }
  #txt-heading .content-box {
    text-align: center; }
    #txt-heading .content-box .title {
      margin-bottom: 25px; }
    #txt-heading .content-box .description p {
      font-size: 20px;
      line-height: 26.4px; }
      @media (max-width: 767px) {
        #txt-heading .content-box .description p {
          font-size: 18px; } }

#txt-heading-color {
  background: #E4EBE5;
  padding-top: 80px;
  padding-bottom: 65px; }
  @media (max-width: 575px) {
    #txt-heading-color {
      padding-top: 50px;
      padding-bottom: 50px; } }
  #txt-heading-color .content-box {
    text-align: center; }
    #txt-heading-color .content-box .title {
      margin-bottom: 25px; }

#room-eve-carousel {
  background: #F5F5F5;
  padding-bottom: 130px; }
  @media (max-width: 991px) {
    #room-eve-carousel {
      padding-bottom: 80px; } }
  @media (max-width: 767px) {
    #room-eve-carousel {
      padding-bottom: 50px; } }
  @media (max-width: 575px) {
    #room-eve-carousel {
      padding-bottom: 30px; } }
  #room-eve-carousel .content-box {
    width: 85%; }
    @media (max-width: 991px) {
      #room-eve-carousel .content-box {
        width: 100%; } }
    #room-eve-carousel .content-box .description {
      margin-bottom: 35px; }
      @media (max-width: 767px) {
        #room-eve-carousel .content-box .description {
          margin-bottom: 25px; } }
      @media (max-width: 575px) {
        #room-eve-carousel .content-box .description {
          margin-bottom: 10px; } }
    @media (max-width: 575px) {
      #room-eve-carousel .content-box .custom-btn {
        width: 100%; } }
  #room-eve-carousel .room-eve-slider .slick-prev {
    left: -55px; }
    @media (max-width: 991px) {
      #room-eve-carousel .room-eve-slider .slick-prev {
        left: -15px;
        z-index: 1; } }
  #room-eve-carousel .room-eve-slider .slick-next {
    right: -55px; }
    @media (max-width: 991px) {
      #room-eve-carousel .room-eve-slider .slick-next {
        right: -15px; } }
  @media (max-width: 991px) {
    #room-eve-carousel .room-eve-slider .img-box {
      margin-bottom: 30px; } }
  #room-eve-carousel .room-eve-slider .img-box img {
    border-radius: 10px; }

#three-grid {
  border-radius: 100px 100px 0px 0px;
  padding-top: 125px;
  padding-bottom: 95px; }
  @media (max-width: 991px) {
    #three-grid {
      padding-top: 80px;
      padding-bottom: 80px; } }
  @media (max-width: 767px) {
    #three-grid {
      border-radius: 50px 50px 0px 0px; } }
  @media (max-width: 575px) {
    #three-grid {
      padding-top: 50px;
      padding-bottom: 30px; } }
  #three-grid .content-box {
    text-align: center; }
  #three-grid .rooms {
    margin-top: 60px; }

#six-grid {
  padding-bottom: 90px; }
  @media (max-width: 991px) {
    #six-grid {
      padding-bottom: 60px; } }
  @media (max-width: 767px) {
    #six-grid {
      padding-bottom: 40px; } }
  #six-grid .top-title .content-box {
    text-align: center;
    margin-bottom: 45px; }
    #six-grid .top-title .content-box .title {
      margin-bottom: 25px; }
  #six-grid .six-grid-boxes .single-box {
    text-align: center;
    background: #ffffff;
    border-radius: 100px 10px 10px 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    padding: 35px 50px 35px 50px;
    margin-bottom: 60px; }
    @media (max-width: 991px) {
      #six-grid .six-grid-boxes .single-box {
        margin-bottom: 30px;
        padding: 25px 25px 25px 25px; } }
    @media (max-width: 767px) {
      #six-grid .six-grid-boxes .single-box {
        border-radius: 50px 6px 6px 6px; } }
    #six-grid .six-grid-boxes .single-box:hover {
      -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
      transform: scale(1.02);
      border-radius: 100px; }
    #six-grid .six-grid-boxes .single-box .icon {
      margin-bottom: 25px; }
      @media (max-width: 767px) {
        #six-grid .six-grid-boxes .single-box .icon {
          margin-bottom: 10px; } }
      #six-grid .six-grid-boxes .single-box .icon img {
        width: 85px;
        height: 75px;
        -o-object-fit: contain;
        object-fit: contain; }
        @media (max-width: 575px) {
          #six-grid .six-grid-boxes .single-box .icon img {
            width: 70px;
            height: 50px; } }
    #six-grid .six-grid-boxes .single-box .decoration {
      margin-bottom: 20px; }
    #six-grid .six-grid-boxes .single-box .action-btn a {
      color: #264F47;
      font-weight: 700; }
      #six-grid .six-grid-boxes .single-box .action-btn a:hover {
        color: #264F47;
        text-decoration: underline; }

#just-text {
  padding-top: 120px;
  padding-bottom: 105px; }
  @media (max-width: 991px) {
    #just-text {
      padding-top: 80px;
      padding-bottom: 80px; } }
  @media (max-width: 575px) {
    #just-text {
      padding-top: 50px;
      padding-bottom: 50px; } }

#gallery .gallery-box .img-box a {
  pointer-events: none; }

#gallery .gallery-box .img-box img {
  border-radius: 10px; }

@media (max-width: 991px) {
  #gallery .gallery-box .big-image {
    margin-bottom: 30px; } }

#gallery .gallery-box .big-image .img-box img {
  width: 100%;
  height: 685px;
  -o-object-fit: cover;
  object-fit: cover; }
  @media (max-width: 1480px) {
    #gallery .gallery-box .big-image .img-box img {
      height: 540px; } }
  @media (max-width: 1199px) {
    #gallery .gallery-box .big-image .img-box img {
      height: 415px; } }
  @media (max-width: 575px) {
    #gallery .gallery-box .big-image .img-box img {
      height: 285px; } }

#gallery .gallery-box .small-images .img-box {
  margin-bottom: 30px; }
  #gallery .gallery-box .small-images .img-box img {
    width: 100%;
    height: 327px;
    -o-object-fit: cover;
    object-fit: cover; }
    @media (max-width: 1480px) {
      #gallery .gallery-box .small-images .img-box img {
        height: 255px; } }
    @media (max-width: 1199px) {
      #gallery .gallery-box .small-images .img-box img {
        height: 192px; } }
    @media (max-width: 575px) {
      #gallery .gallery-box .small-images .img-box img {
        height: 150px; } }

#gallery .gallery-box .count-images a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  bottom: 0; }
  #gallery .gallery-box .count-images a:hover {
    text-decoration: none; }

#gallery .gallery-box .count-images p {
  color: #ffffff;
  line-height: 92.4px; }

.fancybox-content img {
  border-radius: 10px; }

#features {
  padding-top: 140px;
  padding-bottom: 45px; }
  @media (max-width: 991px) {
    #features {
      padding-top: 80px; } }
  @media (max-width: 575px) {
    #features {
      padding-top: 50px; } }
  #features .single-feature {
    text-align: center;
    margin-bottom: 115px; }
    @media (max-width: 991px) {
      #features .single-feature {
        margin-bottom: 80px; } }
    @media (max-width: 575px) {
      #features .single-feature {
        margin-bottom: 50px; } }
    #features .single-feature .icon {
      margin-bottom: 25px; }
      @media (max-width: 767px) {
        #features .single-feature .icon img {
          width: 60px;
          height: 60px;
          -o-object-fit: contain;
          object-fit: contain; } }

#testimonial {
  background: #E4EBE5;
  padding-top: 80px;
  padding-bottom: 60px; }
  @media (max-width: 575px) {
    #testimonial {
      padding-top: 50px;
      padding-bottom: 50px; } }
  #testimonial .testimonial-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 991px) {
      #testimonial .testimonial-box {
        display: block;
        text-align: center; } }
    #testimonial .testimonial-box .testimonial-image {
      margin-right: 15px; }
      #testimonial .testimonial-box .testimonial-image .image-box img {
        width: 102px;
        height: 102px;
        border-radius: 50px;
        -o-object-fit: cover;
        object-fit: cover; }
    #testimonial .testimonial-box .testimonial-info .title {
      margin-bottom: 15px; }
    #testimonial .testimonial-box .testimonial-info .position p {
      position: relative;
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content; }
      @media (max-width: 991px) {
        #testimonial .testimonial-box .testimonial-info .position p {
          margin: 0 auto; } }
      #testimonial .testimonial-box .testimonial-info .position p::after {
        content: "";
        background: #264F47;
        position: absolute;
        top: 10px;
        right: -75px;
        width: 62px;
        height: 1px; }
      @media (max-width: 991px) {
        #testimonial .testimonial-box .testimonial-info .position p::before {
          content: "";
          background: #264F47;
          position: absolute;
          top: 10px;
          left: -75px;
          width: 62px;
          height: 1px; } }

#according-section {
  padding-top: 130px; }
  @media (max-width: 991px) {
    #according-section {
      padding-top: 80px; } }
  @media (max-width: 575px) {
    #according-section {
      padding-top: 50px; } }
  #according-section .content-box {
    text-align: center; }
  #according-section .toggle-box {
    width: 85%;
    margin: 60px auto 0; }
    @media (max-width: 991px) {
      #according-section .toggle-box {
        width: 100%;
        margin: 30px auto 0; } }
    #according-section .toggle-box .single-box .showBtn {
      border-bottom: 1px solid #E4EBE5;
      background: #ffffff; }
      #according-section .toggle-box .single-box .showBtn:hover {
        background: #F9F9F9; }
      #according-section .toggle-box .single-box .showBtn p {
        font-size: 20px;
        font-weight: bold;
        color: #264F47; }
    #according-section .toggle-box .single-box .hideme {
      border-bottom: 1px solid #E4EBE5;
      background: #F9F9F9; }

#newsletter-section {
  background: #E4EBE5;
  padding-top: 80px;
  padding-bottom: 45px; }
  @media (max-width: 767px) {
    #newsletter-section {
      padding-top: 50px; } }
  @media (max-width: 991px) {
    #newsletter-section .title {
      text-align: center;
      margin-bottom: 40px; } }
  #newsletter-section .form {
    width: 370px;
    margin-left: auto; }
    @media (max-width: 991px) {
      #newsletter-section .form {
        width: auto; } }
    #newsletter-section .form .form-terms {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: start; }
      #newsletter-section .form .form-terms input {
        width: auto;
        margin-bottom: 0;
        margin-top: 3px;
        margin-right: 5px; }
      #newsletter-section .form .form-terms p {
        font-size: 12px; }

#contact-section {
  border-radius: 100px 100px 0px 0px;
  background: #E4EBE5;
  padding-top: 45px;
  position: relative;
  z-index: 0;
  padding-bottom: 90px; }
  @media (max-width: 767px) {
    #contact-section {
      padding-bottom: 50px;
      border-radius: 50px 50px 0px 0px; } }
  #contact-section .content-box {
    width: 85%; }
    @media (max-width: 991px) {
      #contact-section .content-box {
        width: 100%; } }
    @media (max-width: 767px) {
      #contact-section .content-box .title {
        text-align: center; } }
    #contact-section .content-box .description {
      margin-bottom: 25px; }
      @media (max-width: 767px) {
        #contact-section .content-box .description {
          text-align: center; } }
    #contact-section .content-box .form input {
      margin-bottom: 0; }
    #contact-section .content-box .form textarea {
      margin-bottom: 0; }
    #contact-section .content-box .form input[type=submit] {
      margin-bottom: 0; }
  #contact-section .map-box {
    border-top-left-radius: 100px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%); }
    @media (max-width: 991px) {
      #contact-section .map-box {
        margin-bottom: 40px; } }
    @media (max-width: 767px) {
      #contact-section .map-box {
        border-radius: 25px 25px 0px 0px; } }
