@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/*** GENERIC CSS ***/
html,
body {
  height: 100%;
}

body {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  color: #fff;
}

a {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  text-decoration: none;
  color: #555555;
}

a:hover {
  text-decoration: none;
  color: #24a9e2;
}

a:focus {
  text-decoration: none;
}

button {
  outline: 0 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}

button:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #fff;
  font-family: "Poppins", sans-serif;
}

h1 {
  font-size: 50px;
}

h2 {
  font-size: 48px;
}

h3 {
  font-size: 35px;
}

h4 {
  font-size: 27px;
}

h5 {
  font-size: 24px;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  vertical-align: middle;
}

p {
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 1.8;
  font-family: "Poppins", sans-serif;
}

/* .navbar-expand-lg .navbar-collapse {
  display: flex!important;
  flex-basis: auto;
  justify-content: flex-end;
} */

p:last-child {
  margin-bottom: 0;
}

img {
  max-width: 100%;
  height: auto;
}

.visible-xs {
  display: none;
}

.btn-default.black {
  color: #123821;
  border-color: #123821;
  background: #123821;
  color: #fff;
}

.btn-default.black:hover {
  background: #c29b40;
  border-color: #c29b40;
  color: #fff;
}

.btn-default {
  position: relative;
  line-height: 58px;
  border-radius: 40px;
  text-decoration: none;
  cursor: pointer;
  padding: 0px 15px;
  color: #fff;
  background: #965cff;
  transition: all 0.5s;
  border: 1px solid #965cff;
  overflow: hidden;
  font-family: "Poppins", sans-serif;
  display: inline-block;
  min-width: 200px;
  font-size: 19px;
  text-align: center;
}

.btn-default:hover {
  background: none !important;
  border-color: #965cff;
  color: #965cff;
}

ul.bulleted {
  margin: 30px 0px 40px 0px;
  padding: 0px 0px 0px 25px;
  display: block;
}

ul.bulleted li {
  margin: 0px 0px 15px 0px;
  list-style: none;
  position: relative;
}

ul.bulleted li:before {
  color: #d61616;
  speak: none;
  font: normal normal normal 20px/1 FontAwesome;
  font-style: normal;
  font-weight: 400;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00c";
  position: absolute;
  left: -25px;
  top: 2px;
}

.section-title.white h2,
.section-title.white h6 {
  color: #fff;
}

.section-title {
  position: relative;
  display: block;
  margin-top: -9px;
  margin-bottom: 47px;
  z-index: 3;
}

.section-title__tagline {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
  color: #a79132;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  z-index: 1;
}

.section-title__title {
  margin: 0;
  color: #123821;
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
  letter-spacing: -0.04em;
  margin-top: 5px;
}

.bg-red {
  background: #d61616;
}

.white-text {
  color: #fff !important;
}

.ob-cover {
  object-fit: cover;
}

.flush {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

/*** HEADER ***/
.header {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  z-index: 99;
  padding: 60px 60px;
}

.logo {
  color: #fff;
  font-size: 60px;
}

.logo img {
  height: 100px;
  margin-right: 10px;
  
}

.navbar {
  padding: 0;
}

.navbar-nav {
  align-items: center;
}

.navbar-nav li.dropdown:hover .dropdown-menu {
  display: inline-block;
}

.navbar-nav .dropdown-menu li {
  margin: 5px 0px;
}

.navbar-nav .dropdown-menu a {
  font-size: 13px;
  color: #123821;
}

.navbar-nav .dropdown-menu a:hover,
.navbar-nav .dropdown-menu a.active {
  color: #d80035;
}

.navbar-nav li {
  margin-left: 11px;
}

.navbar-expand-lg .navbar-nav .nav-link {
  color: #fff;
  font-weight: 400;
  position: relative;
  transition: all 0.3s;
  overflow: hidden;
  font-size: 16px;
  padding: 6px 15px;
  border-radius: 0;
  border: none;
  background-color: transparent;
}

.navbar-nav .dropdown > a {
  padding-right: 15px !important;
}

.navbar-nav .dropdown:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  position: absolute;
  top: 49%;
  right: 0px;
  color: #fff;
}

.navbar-collapse {
  justify-content: center;
}

.navbar-nav .hamburger {
  margin-top: 12px;
}

.header.scrolled .navbar-nav .hamburger i {
  color: #123821;
}

.navbar-nav .hamburger {
  margin-top: 0px;
  padding: 0px 30px 0px 7px;
  font-size: 20px !important;
  line-height: 82px;
  height: 82px;
}

.header.scrolled .navbar-nav .nav-link:after {
  background: #123821;
}

.navbar-nav .dropdown-menu {
  left: -20px;
  top: 99%;
  min-width: 200px;
  padding: 0px;
  background: #dddddd;
  border: none;
  border-radius: 0;
  padding: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.18);
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 4%);
  margin-top: 0;
}

.navbar-nav .socials {
  display: flex;
  align-items: center;
}

.navbar-brand {
  padding-top: 0px;
}

.navbar-nav .logo .nav-link:after,
.navbar-nav .logo .nav-link:before {
  opacity: 0;
  display: none;
}

.dropdown-item {
  padding: 5px 0px;
  color: #123821;
  font-size: 14px;
  transition: all 0.3s;
  text-transform: capitalize;
}

.dropdown-item:before {
  content: "";
  height: 2px;
  width: 0px;
  margin-right: 10px;
  background: #d80035;
  display: inline-block;
  vertical-align: middle;
  transition: all 0.3s;
}

.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:hover {
  background: none;
  color: #d80035;
}

.dropdown-item:hover:before {
  width: 14px;
}

.navbar-nav .nav-item:hover .nav-link,
.navbar-nav .nav-item.active .nav-link {
  color: #ccc !important;
}

/*** PRELOADER ***/
.preloader {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: #fff;
  top: 0;
  left: 0;
  z-index: 99999;
}

.preloader .lds-ripple {
  position: relative;
  width: 80px;
  height: 80px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.preloader .lds-ripple div {
  position: absolute;
  border: 2px solid #134db8;
  opacity: 1;
  border-radius: 0;
  -webkit-animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.preloader .lds-ripple div:nth-child(2) {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

@-webkit-keyframes lds-ripple {
  0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0;
  }
}

@keyframes lds-ripple {
  0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0;
  }
}

.img-rounded {
  border-radius: 15px;
}

.hover-animate {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.hover-animate:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.big-container {
  max-width: 1400px;
}

.header.scrolled .hamburger span:before,
.header.scrolled .hamburger span:after {
  background-color: #123821;
}

.header.scrolled .hamburger span {
  background-color: #123821;
}

/**/
.banner {
  background-color: rgb(15, 15, 15);
}

#banner {
  background: url(../img/fr1.jpg) 50% 50% no-repeat;
  background-size: cover;
}

.banner h2 {
  color: #fff;
  font-size: 72px;
  font-family: "Poppins", sans-serif;
}

.banner p {
  font-size: 24px;
  line-height: 1.6em;
  color: #fff;
  margin-bottom: 30px;
  font-family: "Poppins", sans-serif;
  text-align: center;
}

.banner a.btn {
  border: 1px solid #fff;
  color: #fff;
  font-size: 18px;
  padding: 10px 35px;
  border-radius: 50px;
  transition: 0.3s;
}

.banner a.btn:hover {
  background: #fff;
  color: #000;
}

.small-logo {
  display: inline-block;
  width: 140px;
  height: 140px;
  position: relative;
  margin-top: 50px;
  margin-left: 55px;
}

.small-logo img {
  max-height: 48px;
  position: relative;
  top: 44px;
  left: 38px;
}

.small-logo span {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 500;
  word-spacing: 5px;
  letter-spacing: 2.6px;
  color: rgba(255, 255, 255, 0.6);
}

.item svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 540px;

  -webkit-animation-name: rotate;
  -moz-animation-name: rotate;
  -ms-animation-name: rotate;
  -o-animation-name: rotate;
  animation-name: rotate;
  -webkit-animation-duration: 10s;
  -moz-animation-duration: 10s;
  -ms-animation-duration: 10s;
  -o-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -ms-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
  transform: scale(1.5);
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@-moz-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-ms-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-o-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

.banner {
  background-color: rgb(15, 15, 15);
  position: relative;
  height: 90vh;
}

.bx-wrapper {
  background: transparent;
  box-shadow: none;
  border: none;
  margin-bottom: 0 !important;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
  height: 90vh;
  width: 100%;
  object-fit: cover;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: 20px;
  width: 100%;
  z-index: 9999999;
}

.horizontal_form {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0px 28%;
  background: rgba(0,0,0,0.4);
}

.horizontal_form form {
  background: #fff;
  padding: 20px;
  border-radius: 15px;
  width: 60%;
}

.horizontal_form form label.form-label {
  color: #000;
  font-weight: 500;
  font-size: 16px;
}

.horizontal_form form .row {
  display: flex;
  align-items: center;
}

.horizontal_form button.btn.btn-primary {
  width: 100%;
  height: 100%;
  font-size: 20px;
  padding: 12px 0px;
}

.about {
  padding: 70px 0px;
}

.about h1 {
  font-size: 24px;
  color: #020202;
  text-transform: uppercase;
  font-weight: 600;
}

.about p {
  font-size: 14px;
  color: #6e6e6e;
  font-weight: 400;
  line-height: 29px;
  margin: 0 0 10px;
}

.about h3 {
  font-size: 15px;
  color: #282828;
  font-weight: 400;
  text-align: center;
}

.owl-carousel.theme.pricing-carousel.owl-loaded.owl-drag .owl-nav {
  display: none;
}

.vc_row.wpb_row.vc_inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 17px;
  justify-content: center;
}

.service-icon {
  font-size: 45px;
  color: #000;
  text-align: center;
  height: 52px;
  margin-bottom: 10px;
  margin-top: 14px;
}

.vid_image {
  position: relative;
  width: 100%;
  height: 100%;
}

.vid_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vid_image .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  align-items: center;
  font-size: 75px;
  background: rgba(0, 0, 0, 0.6);
  transition: 0.3s;
}

.vid_image .overlay:hover {
  background: rgba(0, 0, 0, 0);
}

.vid_image a {
  color: #fff;
}

.about label.form-label {
  font-size: 14px;
  color: #000;
}

form input {
  margin-bottom: 10px;
}

form textarea {
  width: 100%;
  height: 100px;
  resize: none;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
}

.about form button.btn.btn-primary {
  padding: 10px 30px;
}

.PROPERTY-DETAILS {
  background: url(../img/who-bg.jpg) 50% 50% no-repeat;
  background-size: cover;
}

.PROPERTY-DETAILS h1 {
  font-size: 24px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 40px;
}

.PROPERTY-DETAILS p {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  line-height: 29px;
  margin: 0 0 10px;
}

.PROPERTY-DETAILS ul {
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: auto auto;
  gap: 20px;
  list-style: none;
  margin-bottom: 40px;
}

.PROPERTY-DETAILS ul li {
  color: #ecb500;
}

.PROPERTY-DETAILS img {
  width: 100%;
  height: 100%;
}

.amenities {
  padding: 70px 0px;
  background: #e8e8e8;
}

.amenities h1 {
  font-size: 24px;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 50px;
}

.owl-carousel .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.owl-carousel .item iconify-icon {
  font-size: 50px;
  color: #000;
}

.owl-carousel .item p {
  font-size: 16px;
  color: #000;
  text-align: center;
  width: 85%;
}

.mini-services {
  padding: 70px 0px;
}

.mini-services iconify-icon {
  color: #000;
  font-size: 30px;
}

.mini-services h5 {
  color: #000;
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 20px;
  font-weight: 600;
}

.mini-services p {
  color: #000;
  font-size: 14px;
  text-transform: uppercase;
}

.what_we_offer {
  padding: 70px 0px;
  background: #e8e8e8;
}

.what_we_offer h6 {
  color: #7e7e7e;
  font-size: 14px;
  line-height: 1.25em;
  text-transform: uppercase;
  letter-spacing: 0;
  text-align: left;
}

.what_we_offer h2 {
  font-style: italic;
  color: #232323;
  font-size: 36px;
  text-align: left;
}

.what_we_offer h3 {
  color: #232323;
  font-size: 36px;
  text-align: left;
  font-weight: bold;
}

.what_we_offer a.main_a {
  background: #232323;
  display: inline-block;
  font-size: 14px;
  line-height: 1em;
  letter-spacing: 0;
  color: #fff;
  border-radius: 50px;
  padding: 20px 34px 20px 34px;
  margin-top: 14%;
}

.what_we_offer ul.nav {
  border-bottom: 1px solid #000;
  margin-top: 40px;
}

.what_we_offer ul.nav li {
  margin: 0% 5% 0% 0%;
}

.what_we_offer ul.nav li button {
  padding: 23px 0px;
  color: rgba(35, 35, 35, 0.44);
  font-weight: 600;
  font-size: 16px;
  width: 100%;
  min-width: 100%;
  background: transparent;
  border: none;
}

.what_we_offer .nav-tabs .nav-item.show .nav-link,
.what_we_offer .nav-tabs .nav-link.active {
  color: #232323;
  background-color: transparent;
  border-color: snow;
  position: relative;
}

.what_we_offer .nav-tabs .nav-link.active::after {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 20px;
  height: 5px;
  background: #232323;
  left: 33%;
}

.what_we_offer p {
  font-size: 16px;
  color: rgb(107, 107, 107);
  line-height: 30px;
  text-align: left;
}

.what_we_offer ul.inner_list {
  display: grid;
  padding: 0;
  margin: 0;
  grid-template-columns: auto auto;
  list-style: none;
  text-align: left;
  gap: 20px;
  margin-top: 40px;
}

.what_we_offer ul.inner_list li {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  color: #232323;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #232323;
  padding-bottom: 16px;
}

.what_we_offer a.inner_a {
  margin: 0;
  float: left;
  margin-top: 30px;
  background: transparent;
  border: 1px solid #232323;
  color: #232323;
  display: inline-block;
  font-size: 14px;
  line-height: 1em;
  letter-spacing: 0;
  border-radius: 50px;
  padding: 20px 34px 20px 34px;
  transition: 0.3s;
}

.what_we_offer a.inner_a:hover {
  color: #fff;
  background: #232323;
}

.what_we_offer div#myTabContent {
  padding-top: 40px;
}

.what_we_offer .image-container {
  text-align: center;
  cursor: pointer;
}

.what_we_offer .popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  overflow: auto;
  z-index: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.what_we_offer .close {
  color: white;
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 30px;
  cursor: pointer;
}

.what_we_offer .popup-content {
  display: block;
  margin: 0 auto;
  max-width: 80%;
  max-height: 80%;
  background: #fff;
  padding: 20px;
  border-radius: 20px;
}

.photo_gallery {
  padding: 70px 0px;
  padding-bottom: 0;
}

.photo_gallery h2 {
  font-size: 24px;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 50px;
}

.photo_gallery li h2 {
  color: #fff;
}

.photo_gallery .main_nav_tabs {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.photo_gallery nav.controls {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 50px;
  border-top: 2px solid #e6e6e6;
  border-bottom: 2px solid #e6e6e6;
}

.photo_gallery nav.controls button {
  position: relative;
  display: inline-block;
  color: #666666;
  padding: 18px 4px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  margin-right: 30px;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  background: transparent;
}

.photo_gallery nav.controls button.control.mixitup-control-active:before {
  position: absolute;
  content: "";
  left: 0px;
  top: -2px;
  width: 100%;
  height: 2px;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  background-color: #7bca33;
}

.photo_gallery nav.controls button.control.mixitup-control-active:after {
  position: absolute;
  content: "";
  left: 0px;
  bottom: -2px;
  width: 100%;
  height: 2px;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  background-color: #7bca33;
}

.photo_gallery nav.controls button.control.mixitup-control-active {
  color: #7bca33;
}

.photo_gallery ul.container {
  display: grid;
  grid-template-columns: auto auto auto auto;
  gap: 0;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 100%;
  justify-content: start;
}

.photo_gallery ul.container li {
  width: 24.7vw;
}

.photo_gallery ul.container li a {
  width: 100%;
  display: inline-block;
  position: relative;
  overflow: hidden;
  height: 100%;
}

.photo_gallery ul.container li a .overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  color: #ffffff;
  text-align: center;
  background: rgba(12, 22, 35, 0.8);
  -webkit-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
  -webkit-transform: translate(-100%, 0%);
  -ms-transform: translate(-100%, 0%);
  -o-transform: translate(-100%, 0%);
  -moz-transform: translate(-100%, 0%);
  transform: translate(-100%, 0%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.photo_gallery ul.container li a:hover .overlay {
  opacity: 1;
  -webkit-transform: translate(0%);
  -ms-transform: translate(0%);
  -o-transform: translate(0%);
  -moz-transform: translate(0%);
  transform: translate(0%);
}

.photo_gallery ul.container li a .overlay iconify-icon {
  position: relative;
  font-size: 36px;
  color: #ffffff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-weight: 700;
  display: inline-block;
  background-color: #7bca33;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}

.photo_gallery ul.container li a .overlay iconify-icon:before {
  position: absolute;
  content: "";
  left: -15px;
  right: -15px;
  bottom: -15px;
  top: -15px;
  border: 1px solid rgba(123, 202, 51, 0.5);
}

.photo_gallery ul.container li a img {
  width: 100%;
  height: 100%;
}

.location {
  background: #f7f7f7;
  padding: 70px 0px;
}

.location h2 {
  font-size: 24px;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 10px;
}

.location p {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  margin-bottom: 2%;
}

.location button.accordion-button {
  font-size: 18px;
  font-weight: 500;
}

.location h2.accordion-header {
  margin: 0;
}

ul.Museo-normal {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding-left: 0%;
  list-style: disc;
}

ul.Museo-normal li {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  list-style: disc;
}

.location button.accordion-button:focus {
  z-index: 3;
  border-color: snow;
  outline: 0;
  box-shadow: none;
}

.location a.main_a {
  background: #232323;
  display: inline-block;
  font-size: 14px;
  line-height: 1em;
  letter-spacing: 0;
  color: #fff;
  border-radius: 50px;
  padding: 20px 34px 20px 34px;
  margin-top: 20px;
}

.amenities.uniq-slider {
  background: #fff;
}

.amenities.uniq-slider h6 {
  color: #7e7e7e;
  font-size: 14px;
  line-height: 1.25em;
  text-transform: uppercase;
  letter-spacing: 0;
  text-align: center;
}

.amenities.uniq-slider h2 {
  font-style: italic;
  color: #232323;
  font-size: 36px;
  text-align: center;
}

.amenities.uniq-slider h3 {
  color: #232323;
  font-size: 36px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 3%;
}

.amenities.uniq-slider .item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  border-bottom: 1px solid #000;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.amenities.uniq-slider h4 {
  font-size: 24px;
  color: #000;
  font-weight: 600;
  margin: 0;
  margin-top: 15px;
  margin-bottom: 5px;
}

.amenities.uniq-slider p {
  width: 100%;
  text-align: left;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

.amenities.uniq-slider p span {
  width: 5px;
  height: 5px;
  display: inline-block;
  background: #0000005b;
  border-radius: 50px;
}

.amenities.uniq-slider a.main_a {
  margin: 0;
  margin-top: 0px;
  background: transparent;
  border: 1px solid #232323;
  color: #232323;
  display: inline-block;
  font-size: 14px;
  line-height: 1em;
  letter-spacing: 0;
  border-radius: 50px;
  padding: 20px 34px 20px 34px;
  transition: 0.3s;
}

.amenities.uniq-slider a.main_a:hover {
  color: #fff;
  background: #232323;
}

/*-------------------------------------------------*/
/* =  Footer
/*-------------------------------------------------*/
footer {
  background: #515252;
}
footer .as-social-info-widget {
  padding-top: 20px;
}
footer .up-footer {
  padding: 70px 0;
  background-size: cover;
  position: relative;
}
footer .up-footer .container {
  position: relative;
  z-index: 2;
}
footer .up-footer:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(18, 18, 18, 0.8);
}
footer .up-footer h3 {
  color: #c5c5c5;
  font-size: 17px;

  font-weight: 700;
  margin: 0 0 15px;
  font-size: 15px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
footer .up-footer .widget ul {
  padding-left: 0px;
}
footer .up-footer .widget .contact-info li:first-child {
  margin-bottom: 15px;
  line-height: 29px;
}
footer .up-footer .widget .contact-info li {
  line-height: 29px;
  color: #c5c5c5;
  overflow: hidden;
}
footer .up-footer .widget .contact-info li .fa {
  margin-right: 15px;
  font-size: 17px;
  color: #c5c5c5;
  line-height: 30px;
  float: left;
}
footer .up-footer .widget .contact-info li span {
  overflow: hidden;
}
footer .up-footer p {
  color: #8c8c8c;
}
footer .up-footer img {
  margin-top: 20px;
}
footer .up-footer ul.tag-list {
  margin: 0;
  padding: 0;
}
footer .up-footer ul.tag-list li {
  display: inline-block;
  margin-right: 2px;
  margin-bottom: 6px;
}
footer .up-footer ul.tag-list li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 8px 18px;
  color: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.8);
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
footer .up-footer ul.tag-list li a:hover {
  background: #07c5ac;
  border: 1px solid #07c5ac;
}
footer .up-footer ul.navigation {
  margin: 0;
  padding: 0;
}
footer .up-footer ul.navigation li {
  list-style: none;
  margin-bottom: 5px;
}
footer .up-footer ul li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  font-size: 12px;

  color: rgba(255, 255, 255, 0.9);
}
footer .up-footer ul.navigation li a:hover {
  color: #07c5ac;
}
footer .up-footer .widget li a {
  color: #c5c5c5;
  text-transform: capitalize;
  line-height: 30px;
}
footer .up-footer .widget li {
  list-style: none;
  padding: 0px;
}
footer .up-footer .info-widget p {
  margin-bottom: 5px;
}
footer .up-footer .info-widget p span {
  color: #c5c5c5;
}
footer .up-footer .info-widget p.first-par {
  margin-bottom: 20px;
}
.mover.copyright {
  padding: 25px 0;
  background: #111;
  border-top: 1px solid #2f2f2f;
  text-transform: uppercase;
  font-size: 13px;

  color: #575454;
  text-align: center;
  margin: 0;
}
.mover .copyright p {
  color: #595a5c;
  text-transform: capitalize;
  text-align: center;
}

.mover .credit p {
  color: #595a5c;
  text-transform: capitalize;
  text-align: right;
}

.pull-left {
  float: left !important;
}

.pull-right {
  float: right !important;
}

/*-------------------------------------------------*/
/* =  Social Links
/*-------------------------------------------------*/
.as-social-info-widget > li {
  padding-right: 23px;
  padding-left: 0;
}
.as-social-info-widget > li:last-child {
  padding-right: 0;
}
.as-social-info-widget {
  padding-left: 0px;
}
.as-social-info-widget > li > a {
  font-size: 12px;
  color: #ccc;
}
.as-social-info-widget > li {
  margin-bottom: 4px;
  padding-right: 4px !important;
  display: inline-block;
}
.as-social-info-widget > li > a {
  display: block;
  width: 30px;
  height: 30px;
  padding-top: 0px;
  color: #777575;
  background-color: #2f2f2f;
  box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
  text-align: center;
  border-radius: 50%;
}
.as-social-info-widget > li > a:hover > span {
  color: #fff;
}

.ImageHover {
  padding: 70px 0px;
}

.ImageHover .align_text {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
  justify-content: flex-start;
  padding: 0px 10%;
}

.ImageHover .align_text a {
  justify-content: center;
  font-size: 73px;
  font-weight: 500;
  line-height: 55px;
  color: #000;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-style: normal;
  /* gap: 30px; */
  transition: 0.3s;
}

/* .ImageHover .align_text a:hover {
  font-style: italic;
} */

.ImageHover .align_text a iconify-icon {
  font-size: 30px;
}

/* .navbar-expand-lg .navbar-collapse {
  display: flex;
  flex-basis: auto;
  justify-content: flex-end;
} */

.numbers {
  padding: 50px 0px;
}

.numbers ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  justify-content: space-around;
  position: relative;
}

.numbers ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding: 30px 0px;
  text-align: center;
  border-right: 1px solid #e6e6e6;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  width: 100%;
}

.numbers ul li:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 0px;
  background-color: #7bca33;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.numbers ul li:last-child {
  border-right: 0;
}

.numbers ul li:hover::before {
  height: 100%;
}

.numbers ul li:hover .icon {
  color: #ffffff;
  -webkit-transform: scale(-1) rotate(180deg);
  -moz-transform: scale(-1) rotate(180deg);
  -ms-transform: scale(-1) rotate(180deg);
  -o-transform: scale(-1) rotate(180deg);
  transform: scale(-1) rotate(180deg);
}

.numbers ul li:hover h5 {
  color: #ffffff;
}

.numbers ul li:hover h3 {
  color: #ffffff;
}

.numbers ul li span.icon {
  position: relative;
  color: #7bca33;
  font-size: 50px;
  line-height: 1em;
  margin-bottom: 15px;
  display: block;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}

.numbers ul li h5 {
  position: relative;
  color: #232323;
  font-size: 14px;
  margin-bottom: 5px;
}

.numbers ul li h3 {
  position: relative;
  color: #232323;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2em;
  padding: 0px 29px;
}

.about h5 {
  position: relative;
  color: #7bca33;
  font-size: 30px;
  font-weight: 600;
  font-style: italic;
  margin-bottom: 40px;
}

.about h5 span {
  color: #9f9f9f;
  font-size: 18px;
  font-weight: 500;
}

.about a.btn-tour {
  position: relative;
  padding: 11px 25px;
  line-height: 24px;
  text-transform: uppercase;
  background: none;
  color: #2a2a2a;
  border: 1px solid #2a2a2a;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
}

.about a.btn-tour:hover {
  border-color: #7bca33;
  background: #7bca33;
  color: #ffffff;
}

.room {
  padding: 70px 0px;
  background: #f5f5f5;
}

.room h2 {
  font-size: 36px;
  color: #2a2a2a;
  line-height: 1em;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: capitalize;
}

.room p {
  position: relative;
  color: #666666;
  font-size: 16px;
  line-height: 1.8em;
}

.room ul#pills-tab {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  display: flex;
  vertical-align: middle;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: space-around !important;
  margin-top: 50px;
}

.room ul#pills-tab li.nav-item {
}

.room ul#pills-tab li.nav-item button {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
  color: #666666;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 24px;
  cursor: pointer;
  text-align: center;
  padding: 0px 15px 15px;
  transition: all 500ms ease;
  font-family: "Montserrat", sans-serif;
  background: transparent;
}

.room ul#pills-tab li.nav-item button.active,
.room ul#pills-tab li.nav-item button:hover {
  color: #7bca33;
}

.room ul#pills-tab li.nav-item button span.icon {
  display: block;
  font-size: 52px;
  font-weight: 400;
  line-height: 1em;
  margin-bottom: 15px;
}

.room ul#pills-tab li.nav-item button:after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0px;
  opacity: 0;
  margin-left: -6px;
  background: #7bca33;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  width: 12px;
  height: 8px;
}

.room ul#pills-tab li.nav-item button.active::after {
  opacity: 1;
}

.inner_card_content {
  position: relative;
  background-color: #ffffff;
}

.inner_card_content .breath {
  position: relative;
  padding: 55px 55px;
}

.inner_card_content h3 {
  position: relative;
  color: #232323;
  font-size: 24px;
  line-height: 1em;
  font-weight: 700;
  margin-bottom: 25px;
}

.inner_card_content p {
  position: relative;
  color: #666666;
  font-size: 16px;
  line-height: 1.8em;
  padding-right: 80px;
  margin-bottom: 30px;
}

.inner_card_content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.inner_card_content ul li {
  position: relative;
  color: #232323;
  font-size: 16px;
  padding-left: 40px;
  font-weight: 400;
  margin-bottom: 18px;
}

.inner_card_content ul li .icon {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  color: #7bca33;
  font-size: 22px;
  line-height: 1em;
}

.inner_card_content ul li strong {
  font-weight: 600;
  font-size: 15px;
}

.inner_card_content .image {
  position: relative;
}

.inner_card_content .image .measurement-size {
  position: absolute;
  left: 30px;
  bottom: 30px;
  right: 30px;
  text-align: center;
  overflow: hidden;
}

.inner_card_content .image .measurement-size:before {
  position: absolute;
  content: "\f0d9";
  left: -1px;
  top: -5px;
  color: #ffffff;
  font-size: 30px;
  line-height: 1em;
  font-family: "FontAwesome";
}

.inner_card_content .image .measurement-size::after {
  position: absolute;
  content: "\f0da";
  right: -1px;
  top: -5px;
  color: #ffffff;
  font-size: 30px;
  line-height: 1em;
  font-family: "FontAwesome";
}

.inner_card_content .image .measurement-size .text {
  position: relative;
  font-size: 22px;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 1px;
  display: inline-block;
}

.inner_card_content .image .measurement-size .text::before {
  position: absolute;
  content: "";
  right: 115%;
  top: 10px;
  width: 300%;
  height: 1px;
  background-color: #ffffff;
}

.inner_card_content .image .measurement-size .text::after {
  position: absolute;
  content: "";
  left: 115%;
  top: 10px;
  width: 300%;
  height: 1px;
  background-color: #ffffff;
}

.inner_card_content img {
  width: 100%;
}

.about.home h5 {
  font-size: 14px;
  line-height: 1.25em;
  text-transform: uppercase;
  letter-spacing: 0;
  color: #7e7e7e;
  font-style: inherit;
  margin: 0px 0px 6px 0px;
}

.about.home h2 {
  font-size: 25px;
  padding: 0px 0px 10px 0px;
  z-index: 1;
  line-height: 1.42em;
  letter-spacing: 0;
  margin: 0;
  font-style: italic;
  color: #000;
}

.about.home h2 span {
  font-style: normal;
  font-weight: bold;
}

.about.home p {
  margin-bottom: 30px;
}

.about.home a.btn-tour {
  border-radius: 50px;
}

.about.home .vid_image img {
  height: auto;
  position: relative;
  left: 30px;
}

.about.home .vid_image img.back {
  position: absolute;
  top: -60px;
  left: -40px;
}

.about.home.dup {
  padding-top: 0;
}

.llc {
  padding: 70px 0px;
  padding-top: 10%;
}

.side-image-left {
  display: inline-block;
  margin-bottom: 0;
  margin-top: -20px;
  background: #ebcfa7;
  position: relative;
}

.side-image-left .pattern-bg {
  width: 120%;
  height: 100%;
  position: absolute;
  left: 5%;
  top: -5%;
  background: url(../img/side-pattern-bg.png);
  background-size: contain;
}

.side-image-left .holder {
  position: relative;
  width: 100%;
  float: left;
  display: block !important;
  transform: translate(85px, -65px);
}

.side-image-left .holder img {
  box-shadow: 10px 10px 50px rgba(0, 0, 0, 0.2);
  width: 525px;
}

.section-titles {
  color: #26282b;
  padding: 0px 10%;
}

.section-titles b {
  display: block;
  font-size: 30px;
  font-weight: 800;
  opacity: 0.2;
}

.section-titles h2 {
  display: block;
  font-size: 30px;
  margin-bottom: 15px;
  color: #26282b;
}

.section-titles h2 em {
  color: #9f8054;
  font-style: normal;
}

.section-titles h3 {
  font-weight: 600;
  margin-bottom: 30px;
  font-size: 28px;
  color: #26282b;
}

.section-titles p {
  display: block;
  padding-right: 10%;
  margin-bottom: 30px;
}

.section-titles ul {
  display: block;
  margin-bottom: 60px;
  padding: 0;
}

.section-titles ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
}

.section-titles ul li:nth-child(1) {
  margin-right: 30px;
}

.section-titles ul li img {
  width: auto;
  height: 35px;
}

.section-titles a img {
  width: auto;
  height: 46px;
  margin-right: 15px;
}

.hotspot {
}

.hotspot .bg_image {
  position: relative;
}

.hotspot .bg_image .overlay_spot {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}

.hotspot .bg_image .overlay_spot .cm-spot {
  display: flex;
  flex-direction: row;
  align-items: center;
  background: #fff;
  width: auto;
  border-radius: 50px;
  padding: 10px 25px 10px 10px;
}

.hotspot .bg_image .overlay_spot .cm-spot img {
  width: 60px;
  height: 60px;
  border-radius: 50px;
}

.hotspot .bg_image .overlay_spot .cm-spot span {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 13px;
  gap: 5px;
}

.hotspot .bg_image .overlay_spot .cm-spot span p {
  margin: 0;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.18em;
}

.hotspot .bg_image .overlay_spot a.spot-1 {
  position: relative;
  top: -22%;
  left: 11%;
}

.hotspot .bg_image .overlay_spot a.spot-2 {
  position: relative;
  bottom: -22%;
  right: -3%;
}

.hotspot .bg_image .overlay_spot a.spot-3 {
  position: relative;
  top: -20%;
  left: -4%;
}

.hotspot .bg_image .overlay_spot a.spot-4 {
  position: relative;
  bottom: -14%;
  right: 11%;
}

.TESTIMONIALS {
  background: #e8e8e8;
  padding: 70px 0px;
}

.TESTIMONIALS h5 {
  font-size: 14px;
  line-height: 1.25em;
  text-transform: uppercase;
  letter-spacing: 0;
  color: #7e7e7e;
}

.TESTIMONIALS h2 {
  font-size: 36px;
  line-height: 1.22em;
  letter-spacing: 0;
  font-style: italic;
  color: #232323;
  font-weight: 300;
  margin-bottom: 30px;
}

.TESTIMONIALS h2 span {
  font-style: normal;
  font-weight: 600;
}

.inner_slide {
}

.inner_slide p {
  font-size: 22px;
  max-width: 835px;
  margin: 1px 0px 29px 0px;
  color: #232323;
}

.item__author {
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
  gap: 20px;
  color: #232323;
}

.item__author img {
  width: 80px;
  height: 80px;
  border-radius: 50px;
}

.author__meta .author__name {
  font-weight: 600;
}

.TESTIMONIALS .bx-viewport {
  height: auto !important;
}

.TESTIMONIALS .bx-pager.bx-default-pager {
  display: none !important;
}

.TESTIMONIALS .bx-wrapper .bx-controls-direction a {
  bottom: -21%;
  top: auto;
}

.TESTIMONIALS .bx-wrapper .bx-next {
  left: 55px;
  right: auto;
}

.TESTIMONIALS .conunter_wrapper {
  padding-top: 70px;
}

.TESTIMONIALS .conunter_wrapper ul {
  padding: 0;
  margin: 0;
  display: flex;
  list-style: none;
  flex-direction: row;
  justify-content: space-around;
}

.TESTIMONIALS .conunter_wrapper ul h2 {
  margin: 0;
  font-size: 96px;
  line-height: 1;
  color: #232323;
  letter-spacing: 0;
  font-style: inherit;
  font-weight: 500;
}

.TESTIMONIALS .conunter_wrapper ul p {
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  color: #232323;
  line-height: 1em;
  letter-spacing: 0;
  margin-top: 15px;
}

.floor_map {
  padding: 70px 0px;
}

.floor_map h5 {
  font-size: 14px;
  line-height: 1.25em;
  text-transform: uppercase;
  letter-spacing: 0;
  color: #7e7e7e;
  font-style: inherit;
  margin: 0px 0px 6px 0px;
}

.floor_map h2 {
  font-size: 25px;
  padding: 0px 0px 10px 0px;
  z-index: 1;
  line-height: 1.42em;
  letter-spacing: 0;
  margin: 0;
  font-style: italic;
  color: #000;
}

.floor_map h2 span {
  font-style: normal;
  font-weight: bold;
}

.floor_map ul {
  padding: 0;
  margin: 0;
}

.floor_map ul li h3 {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
  cursor: pointer;
  text-transform: unset;
  transition: 0.4s;
  color: #232323;
}

.floor_map ul li p {
  font-size: 14px;
  color: #6e6e6e;
  font-weight: 400;
  line-height: 29px;
  margin: 0 0 10px;
}

ul.accordion-list {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 20px 0px;
  margin: 0;
  list-style: none;
  background-color: transparent;
}
ul.accordion-list li {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  background-color: #fff;
  padding: 20px 0px;
  margin: 0 auto 7px auto;
  border-bottom: 1px solid #232323;
  border-radius: 0;
  cursor: pointer;
}
ul.accordion-list li.active h3:after {
  transform: rotate(45deg);
}
ul.accordion-list li h3 {
  font-weight: 700;
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 0 0 0 0;
  margin: 0;
  font-size: 15px;
  letter-spacing: 0.01em;
  cursor: pointer;
}
ul.accordion-list li h3:after {
  content: "";
  font-family: "material-design-iconic-font";
  position: absolute;
  right: 0;
  top: 0;
  color: #232323;
  transition: all 0.3s ease-in-out;
  font-size: 18px;
}
ul.accordion-list li div.answer {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
ul.accordion-list li div.answer p {
  position: relative;
  display: block;
  padding: 10px 0 0 0;
  cursor: pointer;
  margin: 0 0 15px 0;
}

.amenities.uniq-slider.home .item {
  border-bottom: 0;
}

.amenities.uniq-slider.home .item p {
  margin-bottom: 0;
  margin-top: 10px;
}

.amenities.uniq-slider.home .item h4 {
  font-size: 20px;
  font-weight: 500;
  margin-top: 2px;
  line-height: 28px;
}

.amenities.uniq-slider.home h6 {
  display: block;
  font-size: 30px;
  font-weight: 800;
  opacity: 0.2;
  text-align: left;
}

.amenities.uniq-slider.home h2 {
  display: block;
  font-size: 30px;
  margin-bottom: 15px;
  text-align: left;
}

.amenities.uniq-slider.home h2 span {
  color: #9f8054;
  font-style: normal;
}

.amenities.uniq-slider.home h3 {
  display: block;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 40px;
  opacity: 0.5;
  font-size: 80%;
  font-weight: 400;
  text-align: left;
}

.amenities.uniq-slider.home h3::after {
  content: "";
  width: 50px;
  height: 1px;
  background: #26282b;
  display: inline-block;
  margin-left: 5px;
  margin-bottom: 4px;
  opacity: 0.5;
}

.home_banner {
  position: relative;
}

.home_banner .social_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 90px;
  height: 100%;
  background: #fff;
  z-index: 9;
}

.social_overlay.two {
  right: 0;
  left: auto;
}

.home_banner .social_overlay ul {
  padding: 0px;
  margin: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  gap: 40px;
  list-style: none;
}

.home_banner .social_overlay ul li {
  transform: rotate(180deg);
  writing-mode: vertical-rl;
}

.home_banner .social_overlay ul li a {
  color: #000;
}

.home_banner .social_overlay ul li a:hover {
  border-left: 1px solid #000;
}

.header div#navbarSupportedContent {
  flex-direction: row;
  justify-content: flex-end;
}

#banner {
  position: relative;
}

#banner::after {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(42, 42, 42, 0.5);
}

#banner .blogview {
  color: #ffffff;
  text-align: center;
  padding: 170px 0px;
  position: relative;
  z-index: 9;
}

#banner .blogview h1 {
  position: relative;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2em;
  margin-bottom: 20px;
}

#banner .blogview ul {
  display: flex;
  text-align: center;
  justify-content: center;
  list-style: none;
}

#banner .blogview ul li a {
  color: #ffffff;
  font-weight: 700;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  font-family: "Montserrat", sans-serif;
  text-decoration: none;
}

#banner .blogview ul li {
  margin-right: 10px;
  padding-right: 10px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  font-family: "Montserrat", sans-serif;
}

#contain {
  padding: 125px 0px;
}

#contain .card {
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
  border: none;
  width: 100%;
  margin-bottom: 55px;
}

#contain .card:hover img {
  opacity: 0.7;
  -webkit-transition: all 0.3s ease;
}

#contain .card .image {
  position: relative;
  background: #ffffff;
}

#contain .card a img {
  width: 100%;
}

#contain .card .contain-item {
  position: relative;
  top: -27px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#contain .card .contain-item ul {
  list-style: none;
  background-color: #ffffff;
  position: relative;
  padding: 10px;
  display: inline-block;
  border-radius: 7px;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
}

#contain .card .contain-item ul li {
  position: relative;
  font-weight: 400;
  display: inline-block;
  margin: 0px 10px;
}

#contain .card .contain-item ul li a {
  color: #333333;
  font-size: 14px;
  text-decoration: none;
  font-weight: 400;
  text-transform: uppercase;
}

#contain .card .contain-item ul li a i.fa-solid.fa-user,
i.fa-solid.fa-comment {
  padding-right: 8px;
  color: #7bca33;
}

#contain .card .contain-info {
  padding: 0 20px 50px;
  text-align: center;
}

#contain .card .contain-info h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4em;
  margin-bottom: 15px;
  font-family: "Montserrat", sans-serif;
}
#contain .card .contain-info h3 a {
  color: #2a2a2a;
  text-decoration: none;
}

#contain .card .contain-info h3 a:hover {
  color: #7bca33;
  transition: 0.03s;
}

#contain .card .contain-info p {
  position: relative;
  color: #666666;
  font-size: 16px;
  line-height: 1.8em;
  font-family: "Lato", sans-serif;
  text-align: center;
  font-weight: 400;
}

#contain .card .contain-info .button a {
  background-color: #7bca33;
  position: absolute;
  bottom: -25px;
  margin-left: -25px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  display: inline-block;
  -webkit-transition: all 500ms ease;
}

#contain .card .contain-info .button:hover a {
  background: #2a2a2a;
  transform: scale(-1) rotate(180deg);
}

#contain .btn {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.text-center {
  text-align: center !important;
}

#contain .btn a {
  padding: 11px 29px;
  line-height: 24px;
  text-transform: uppercase;
  background: none;
  border: 1px solid #7bca33;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  color: #7bca33;
  text-decoration: none;
}

#contain .btn a:hover {
  background-color: #7bca33;
  color: #ffffff;
}

#contain .btn-top {
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 60px;
  height: 60px;
  color: #ffffff;
  font-size: 22px;
  text-transform: uppercase;
  line-height: 60px;
  text-align: center;
  z-index: 100;
  cursor: pointer;
  background: #0a0a0a;
  transition: all 300ms ease;
  display: block;
}

#contain .btn-top i.fa-solid {
  display: inline-block;
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  font-size: 22px;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  transform: translate(0, 0);
}

#contain .btn-top:hover {
  background-color: #7bca33;
  color: #ffffff;
}

.white_header {
  background: rgba(38, 94, 145, 1);
  position: relative;
}

/* BANNER SECTION CSS */
#banner2 {
  background-color: rgba(42,42,42,0.50);
}

#banner2 .banner-section {
  text-align: center;
  padding: 140px 0px;
}

#banner2 .banner-section h1 {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
}

#banner2 ul li {
  list-style: none;
}

#banner2 ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

#banner2 ul li a {
  color: #fff;
  font-weight: 700;
}

#banner2 .banner-item {
  margin-top: 20px;
}

#banner2 ul li a:hover {
  color: #7bca33;
}

#banner2 ul li {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
}
/* BANNER SECTION CSS */

/* CONTENT SECTION CSS */
#content2 {
  padding: 115px 0px;
}

#content2 .content-image img {
  max-width: 100%;
}

#content2 .content-items {
  position: relative;
  top: -27px;
}

#content2 .content-items ul {
  background-color: #fff;
  position: relative;
  padding: 10px 10px;
  display: inline-block;
  border-radius: 7px;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);    
}

#content2 .content-items ul li {
  list-style: none;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  display: inline-block;
  margin: 0px 10px;
}

#content2 .content-items ul li a {
  color: #333;
  font-size: 14px;
}

#content2 .content-items ul li i {
  color: #7bca33;
  margin-right: 8px;
}

#content2 .content-text p {
  line-height: 1.8em;
  margin-bottom: 25px;
}

#content2 .content-text h3 {
  color: #2a2a2a;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.25;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 15px;
}

#content2 .content-second-sec .content-second-sec-lists ul {
  list-style: none;
  margin-top: 5px;
  padding: 0;
}

#content2 .content-second-sec .content-second-sec-lists ul li {
  font-size: 17px;
  font-weight: 500;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  line-height: 28px;
  margin-bottom: 10px;
  color: #777;
}

#content2 .content-second-sec .content-second-sec-lists ul li span {
  font-size: 30px;
  color: #7bca33;
  font-weight: 700;
  margin-top: 7px;
}

#content2 .content-third-sec .content-third-sec-details {
  background-image: url("../images/contentthirdsecbgimage.jpeg");
  position: relative;
  display: block;
  padding: 80px 50px 70px 40px;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 5rem;
}

#content2 .content-third-sec .content-third-sec-details::before {
      position: absolute;
      content: '';
      opacity: 0.9;
      background: #462b34;
      width: 100%;
      height: 100%;
      left: 0px;
      top: 0px;
      right: 0px;
}

#content2 .content-third-sec .content-third-sec-details img {
  color: #fff;
  margin-bottom: 30px;
  position: relative;
}

#content2 .content-third-sec .content-third-sec-details p {
  position: relative;
  font-size: 20px;
  line-height: 32px;
  color: #fff;
  margin-bottom: 25px
}

#content2 .content-third-sec .content-third-sec-details h3 {
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 0px;
}

#content2 .content-social-icons {
  text-align: right;
  margin-top: 2rem;
}

#content2 .content-social-icons i {
  color: #fff;
  font-size: 14px;
}

#content2 .content-social-icons .facebook {
  background-color: #4464b1;
  padding: 12px 12px;
}

#content2 .content-social-icons .twitter {
  background-color: #57acef;
  padding: 12px 12px;
}

#content2 .content-social-icons .linkedin {
  background-color: #007bb6;
  padding: 12px 12px;
}

#content2 .content-social-icons .pinterest {
  background-color: #4464b1;
  padding: 12px 12px;
}

#content2 .content-four-sec {
  display: flex;
  gap: 3rem;
  background: #f5f5f5;
  border-radius: 5px;
  padding: 20px;
  margin-top: 5rem;
}

#content2 .content-four-sec h3 {
  color: #2a2a2a;
  font-size: 20px;
  font-weight: 600;
  margin-top: 2rem;
}

#content2 .ctcp_heading h1 {
  color: #2a2a2a;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 25px;
  margin-top: 70px;
}

#content2 .ctcp_form input#inputName4 {
  padding: 10px 20px;
  font-size: 14px;
}

#content2 .ctcp_form input#inputEmail4 {
  padding: 10px 20px;
  font-size: 14px;
}

#content2 .ctcp_form input#exampleFormControlTextarea1 {
  padding: 10px 20px;
  font-size: 14px;
}

#content2 .ctcp_form_btn button {
  color: #fff;
  background-color: #7bca33;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  font-family: 'Montserrat', sans-serif;
  line-height: 24px;
  border: none;
  padding: 10px 30px;
  text-transform: uppercase;
}

#content2 form input {
  height: 100%;
  width: 100%;
  font-size: 16px;
  display: block;
  padding: 10px 20px;
  border: 1px solid #e6e6e6;
}

#content2 form input:focus {
  outline: none;
}

#content2 .search-btn button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 60px;
  border: none;
  background: none;
  font-size: 16px;
}

#content2 .search-group {
  position: relative;
  margin: 0;
}

#content2 .search-group input {
  position: relative;
  height: 50px;
  width: 100%;
  display: block;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 38px;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  background: none;
}

#content2 .search-group button {
  position: absolute;
  height: 40px;
  width: 40px;
  top: 6px;
  left: 370px;
  display: block;
  font-size: 16px;
  border: none;
  color: #666;
  line-height: 100%;
  font-weight: 500;
  background: none;
  cursor: default;
}

#content2 .search-group button span i {
  display: inline-block;
}

#content2 .slider-one .slider-one-heading h3 {
  color: #2a2a2a;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4em;
  padding-top: 4rem;
}

#content2 .slider-one-details {
  padding-top: 1rem;
}

#content2 .slider-one-details ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#content2 .slider-one-details ul li {
  margin-bottom: 1rem;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 14px;
}

#content2 .slider-one-details ul li a {
  color: #666;
  font-size: 16px;
}

#content2 .slider-one-details ul li a:hover {
  color: #7bca33;
}

#content2 .slider-second .slider-second-heading h3 {
  color: #2a2a2a;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4em;
  padding-top: 0;
}

#content2 .slider-second-details ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#content2 .slider-second-details ul li {
  display: flex;
  gap: 20px;
  padding-top: 2rem;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 10px;
}

#content2 .slider-second-details ul li img {
  width: 22%;
  height: 80px;
}

#content2 .slider-second-details .slider-second-description h4 a {
  color: #2a2a2a;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  width: 100%;
}

#content2 .slider-second-details .slider-second-description h4 a:hover {
  color: #7bca33;
}

#content2 .slider-second-details .slider-second-description span {
  font-weight: 700;
}

.widget-content .img-outer.clearfix {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 6px;
}

.widget-content .img-outer.clearfix a {
  display: flex;
  width: 100%;
}

.slider-second-description {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
}

#content2 .slider-third .slider-third-heading h3 {
  color: #2a2a2a;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4em;
  padding-top: 2rem;
}

#content2 .slider-third .widget-content .image-box {
  position: relative;
  height: 120px;
  width: 100%;
  display: inline-block;
  margin: 0;
  object-fit: cover;
}

.scroll-to-top {
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 60px;
  height: 60px;
  color: #ffffff;
  font-size: 22px;
  text-transform: uppercase;
  line-height: 60px;
  text-align: center;
  z-index: 100;
  cursor: pointer;
  background: #0a0a0a;
  display: none;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.scroll-to-top:hover {
  color: #fff;
  background-color: #7bca33;
}
/* CONTENT SECTION CSS */

p {
  font-size: 16px;
  font-weight: 400;
  color: #777;
}

.header.transperant {
  background: transparent;
  border-bottom: 1px solid #B9B9B966;
}

.overlay_transperant .social_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 90px;
  height: 100%;
  background: transparent;
  z-index: 9;
  border-right: 1px solid #B9B9B966;
}

.overlay_transperant .social_overlay.two {
  right: 0;
  left: auto;
  border-left: 1px solid #B9B9B966;
}

.background .content-wrapper {
  display: flex;
  align-items: flex-start;
  padding: 0px 8vw;
}

.bg_slider .vert {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-around;
}

.bg_slider .vert h3 {
  font-size: 70px;
  margin: 0;
}

.bg_slider .vert .horizontal {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
}

.bg_slider .vert .horizontal .lside {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.bg_slider .vert .horizontal .lside h2 {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 70px;
  line-height: 75px;
  text-transform: capitalize;
  font-style: italic;
}

.bg_slider .vert .horizontal .lside h2 span {
  font-style: normal;
}

.bg_slider .vert .horizontal .rside ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: grid;
  grid-template-columns: auto auto;
  gap: 30px;
}

.bg_slider .vert .horizontal .rside ul li {
  display: flex;
  gap: 15px;
  font-size: 16px;
}

.bg_slider .vert .horizontal .rside ul li iconify-icon {
  font-size: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.bg_slider .vert .horizontal .rside ul li span {
  display: inline;
  text-align: left;
}

.bg_slider .vert .horizontal .lside a {
  font-size: 15px;
  color: #fff;
  padding: 15px 25px;
  border-radius: 50px;
  border: 1px solid #fff;
  font-weight: 600;
  transition: 0.3s;
  margin-top: 20px;
}

.bg_slider .vert .horizontal .lside a:hover {
  background-color: #fff;
  color: #000;
}

.overlay_transperant .social_overlay ul {
  padding: 0px;
  margin: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  gap: 40px;
  list-style: none;
}

.overlay_transperant .social_overlay ul li {
  transform: rotate(180deg);
  writing-mode: vertical-rl;
}

.overlay_transperant .social_overlay ul li a {
  color: #fff;
}

.overlay_transperant .social_overlay ul li a:hover {
  border-left: 1px solid #fff;
}

.background {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 130vh;
  position: fixed;
  width: 100%;
  -webkit-transform: translateY(20vh);
  -ms-transform: translateY(20vh);
  transform: translateY(20vh);
  -webkit-transition: all 1.4s cubic-bezier(0.22, 0.44, 0, 1);
  transition: all 1.4s cubic-bezier(0.22, 0.44, 0, 1);
}

.background:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

.background:first-child {
  background-image: url(../img/h6-1.jpg);
  -webkit-transform: translateY(-10vh);
  -ms-transform: translateY(-10vh);
  transform: translateY(-10vh);
}

.background:first-child .content-wrapper {
  -webkit-transform: translateY(10vh);
  -ms-transform: translateY(10vh);
  transform: translateY(10vh);
}

.background:nth-child(2) { background-image: url(../img/h6-2.jpg); }

.background:nth-child(3) { background-image: url(../img/h6-3.jpg); }

.background:nth-child(4) { background-image: url(../img/h6-4.jpg); }

/* Set stacking context of slides */

.background:nth-child(1) { z-index: 6; }

.background:nth-child(2) { z-index: 5; }

.background:nth-child(3) { z-index: 4; }

.background:nth-child(4) { z-index: 3; }

.background:nth-child(5) { z-index: 2; }

.background:nth-child(6) { z-index: 1; }

.content-wrapper {
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  color: #fff;
  font-family: Montserrat;
  text-transform: uppercase;
  -webkit-transform: translateY(40vh);
  -ms-transform: translateY(40vh);
  transform: translateY(40vh);
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 1.9s cubic-bezier(0.22, 0.44, 0, 1);
  transition: all 1.9s cubic-bezier(0.22, 0.44, 0, 1);
}

.content-title {
  font-size: 12vh;
  line-height: 1.4;
}

section#about-step {
  background: #181d24;
  padding: 50px 0px;
}

#about-step .jan {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  gap: 2vw;
  height: 100%;
  border-bottom: 1px solid #4a4847;
  padding-bottom: 80px;
}

#about-step .jan .small_img_jan {
  width: 40%;
  height: 100%;
}

#about-step .jan .text_jan {
  width: 60%;
  height: 100%;
  border-right: 1px solid #4a4847;
}

#about-step .jan .text_jan p {
  font-size: 12px;
  color: #fff;
}

#about-step .jan .text_jan h2 {
  font-size: 44px;
  color: #AC835D;
}

#about-step .jan .big_img_jan p {
  font-size: 14px;
  margin-top: 20px;
  color: #a0a0a0;
}

#about-step .jan .big_img_jan span {
  overflow: hidden;
  display: block;
  width: 100%;
}

#about-step .jan .big_img_jan span:hover img {
  scale: 1.1;
}

#about-step .jan .big_img_jan img {
  transition: 0.3s;
}

#about-step .jan .small_img_jan span {
  overflow: hidden;
  display: block;
  width: 100%;
}

#about-step .jan .small_img_jan span:hover img {
  scale: 1.1;
}

#about-step .jan .small_img_jan img {
  transition: 0.3s;
}

#about-step .jan .small_img_jan p {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.57143em;
  letter-spacing: .1em;
  color: #fff;
  margin: 28px 0 0;
}

#about-step.last-step {
  padding-bottom: 0;
}

#about-step.last-step .jan {
  border: none;
}

.verti-menu {
  background: #181d24;
  padding-bottom: 80px;
  border-top: 1px solid #4a4847;
  padding-top: 80px;
}

.verti-menu h2 {
  font-size: 32px;
  line-height: 1.25em;
  letter-spacing: .05em;
  color: #AC835D;
}

.verti-menu p {
  padding-left: 27px;
  font-size: 18px;
  line-height: 28px;
  color: #a0a0a0;
  position: relative;
  width: 60%;
}

.verti-menu p:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid currentColor;
  position: absolute;
  left: 0;
  top: 7px;
}

.banner.last-page {
  padding: 9vw 0;
  padding-top:160px;
  height: 100vh;
  background-image: url(../img/last-1.png), url(../img/hero_blue.png);
  background-position: left bottom, 50% 50%;
  background-repeat: no-repeat, repeat;
  background-size:auto 50%, cover;
}

.banner.last-page p {
  font-size: 16px;
  color: #fff;
}

.banner.last-page h1 {
  font-size: 136px;
  font-weight: bold;
  color: #fff;
  line-height: 120px;
}

.banner.last-page .card_min {
  background: #727B94AB;
  padding: 10px;
  border-radius: 24px 24px 24px 24px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  max-width: 64%;
  width: 64%;
}

.banner.last-page a {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #001B1D;
  background-color: #45EDFA;
  border-radius: 999px 999px 999px 999px;
  padding: 12px 24px 12px 24px;
  display: flex;
  max-width: 170px;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}

.banner.last-page .card_min span {

}

.banner.last-page .card_min span img {
  border-radius: 16px;
  transition-duration: 0.3s;
}

.banner.last-page .card_min .mini_conet {

}

.banner.last-page .card_min h3 {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}

.banner.last-page .card_min p {
  font-size: 16px;
  color: #45EDFA;
  margin: 0;
}

.banner-about {
  background-color: #001b1d;
  padding:75px 0px;
}

.banner-about .rounded {
  border-radius: 30px 145px 0px 0px !important;
}

.banner-about figure {
  position: relative;
  width: 450px;
}

.banner-about .price {
  border-radius: 24px 24px 24px 24px;
  position: absolute;
  bottom: 120px;
  right: -80px;
  background:rgba(114,123,148,0.4);
  color:#fff;
  font-size:46px;
  font-weight:bold;
  line-height:32px;
  text-align:center;
  padding:30px 15px;
  padding-bottom:15px;
}

.banner-about .price span {
  font-size:16px;
}

.tilte-sm {
  color:#45edfa;
  font-size:16px;
}

.btn-info {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #001B1D;
  background-color: #45EDFA;
  border-radius: 999px 999px 999px 999px;
  padding: 14px 39px;
  display: flex;
  max-width: 170px;
}

.property-decription {
  padding:100px 0px;
}

.property-decription figure {
  width:100%;
  position:relative;
}

.price-demo {
  position:absolute;
  bottom:0px;
  right:0px;
  background:#fff;
  color: #7a8486;
  font-size: 18px;
  text-align:center;
  line-height: 1.6em;
  padding:20px 10px;
  padding-left:60px;
}

.price-demo b {
  color: #414141;
  font-size: 30px;
  font-weight: 600;
  line-height: 1em;
}

.property-decription .details-property {
  border-bottom:1px solid rgba(65, 65, 65, 0.1);
  padding-top:10px;
}

.property-decription .media {
  display:flex;
}

.property-decription .media img {
  margin-right:15px;
  height:30px;
}

.border-right {
  border-right:1px solid rgba(65, 65, 65, 0.1);
}

.property-decription .media h5 {
  color: #7a8486;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
}

.property-decription .media h6 {
  color: #414141;
  font-size: 16px;
  font-weight: 700;
  line-height: 1em;
}

.property-decription h2 {
  color: #414141;
  font-weight:bold;
}

a.btn-link {
  color: #7A8486;
  font-size:16px;
  text-transform:uppercase;
  transition: all .4s;
}

a.btn-link:hover {
  color: #7A8486;
}

h2.gray-text {
  color: #414141 !important;
  font-weight:bold !important;
}

.property-decription .media h4 {
  color: #414141;
  font-size: 20px;
  font-weight: 700;
  line-height: 1em;
}

.high-property {
  padding:75px 0px;
}

.bg-high {
  background:url(../img/bg_home_01.png) left top no-repeat !important;
  background-size:auto 90% !important;
}

.high-property figure {
  width:100%;
  height:445px;
  position:relative;
}

.high-property figure .overlay {
  position:absolute;
  top:0px;
  left:0px;
  height:100%;
  width:100%;
  background: rgba(38,38,38, 0.84);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  padding:20px;
  transition: all .4s;
  font-size: 24px;
  line-height: 1.56;
  font-weight: 400;
  letter-spacing: 0;
}

.high-property .pr-5 {
  padding-right:40px;
}

.high-property figure:hover .overlay {
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  opacity: 0;
}

.high-property figure img {
  height:100%;
  width:100%;
}

.our-gallery {
  background:#262626;
  padding:75px 0px;
}

.our-gallery p {
  color:#fff;
}

.our-gallery .nav-tabs .nav-link {
  border:none;
  border-bottom:1px solid #626262;
  border-color: #626262;
  color: #626262;
  font-family: "Oswald", Sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 27px;
  background:none !important;
}

.our-gallery .nav-tabs .nav-link.active {
  border-bottom:1px solid #fff !important;
  color:#fff;
}

.our-gallery .nav-tabs {
  border:none;
  padding:10px 0px;
}

.our-gallery h2 {
  /* color:#; */
}

.our-gallery table td {
  padding:15px 0px;
  width:50%;
}

.our-gallery.SkyHaus .nav-tabs .nav-link  {
  font-size:20px;
}

.video-img {
  background:url(../img/contentslidersecondimage3.jpeg) 50% 50% no-repeat;
  background-size:cover;
  padding:150px 0px;
}

.video-img button {
  background:none !important;
  border:none;
}

.video-img button img {
  filter:brightness(1) invert(1);
}

.discover {
  background:linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(../img/contentslidersecondimage3.jpeg) 50% 50% no-repeat;
  background-size:cover;
  padding:100px 0px;
  height:1000px;
}

.pdf-link a {
  font-size:16px;
}

.pdf-link a .fa {
  font-size:40px;
  margin-right:15px;
  margin-top:5px;
  float:left;
}

.discover h2 {
  font-size:80px;
}

.discover p {
  color:#fff;
}


#contact-page {
  opacity: 0.9;
  background: rgb(10,10,10,0.6);
  background-image: url("../img/bg-image.png");
  background-size: cover;
  height: 60vh;
  position: relative;
}

#contact-page .contact-heading {
  text-align: center;
  margin-top: 15vw;
}

#contact-page .contact-heading h2 {
  color: #fff;
  font-size: 60px;
  font-weight: 600;
  text-transform: uppercase;
}

#contact-page .contact-heading p {
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  margin: 0 20%;
}

#contact-form {
  position: relative;
  top: 0;
  left: 0;
  right: 10px;
  background: #000;
  padding: 5vw 0px;
  padding-top: 20px;
}

#contact-form .content {
  background-color: #000;
  padding: 30px 10px;
}

#contact-form .client-reviews {
  display: flex;
  align-items: center;
  gap: 10px;
}

#contact-form .client-reviews img {
  max-width: 100%;
  height: 100px;
  border-radius: 50%;
}

#contact-form .bdr {
  border: 1px solid rgba(255, 255, 255, 0.7);
  content: "";
  height: 12vh;
}

#contact-form .client-reviews .review-para p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  font-weight: 400;
  padding-left: 10px;
  margin-bottom: 0;
}

#contact-form .contact-form-title h3 {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
}

#contact-form .contact-form-title p {
  color: #616161;
  font-size: 16px;
  font-weight: 400;
}

#contact-form .ctcp_form_inp input {
  font-size: 17px;
  font-weight: 400;
  background: rgba(255, 255, 255, 0.3);
  border: none;
  border-radius: 0px;
  padding: 10px 10px;
}

#contact-form .ctcp_form_inp input:focus {
  box-shadow: none;
}

#contact-form .ctcp_form_inp input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

#contact-form .ctcp_form_message textarea {
  color: #fff !important;
  font-size: 17px;
  font-weight: 400;
  background: rgba(255, 255, 255, 0.3);
  border: none;
  border-radius: 0px;
  padding: 10px 10px;
}

#contact-form .ctcp_form_message textarea:focus {
  box-shadow: none;
}

#contact-form .ctcp_form_message textarea::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

#contact-form label.form-check-label {
  color: #616161;
}

#contact-form .ctcp_form_btn button {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 2px;
  background-color: transparent;
  border: 2px solid #FFC006;
  padding: 10px 20px;
}

#contact-form .ctcp_form_btn i {
  color: #000;
  padding-left: 5px;
}

#contact-form .ctcp_form_btn i:hover {
  color: #000;
  padding-left: 5px;
}

#contact-form .ctcp_form_btn button:hover {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 2px;
  background-color: #FFC006;
  padding: 10px 20px;
  transition: 0.3s ease;
}

body.soon {
  padding: 0;
  margin: 0 auto;
}


.coming-soon-page {
  /* The image used */
  background:url(../img/2.jpg) 50% 50% no-repeat;

  /* Add the blur effect */
  display: flex;

  /* Full height */
  height: 100vh;
  overflow: hidden; 
  width: 100%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.coming-soon-page .bg-text {
  color: white;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 80%;
  padding: 20px;
  text-align: center;
}

.coming-soon-page .countdown {
  text-align: center;
  font-size: 24px;
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 50px;
}

.coming-soon-page .subscribe-form {
  margin-top: 20px;
}

.coming-soon-page .countdown .circle {
  height: 150px;
  width: 150px;
  border: 2px solid #fff;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 21px;
  font-weight: 400;
}

.coming-soon-page .countdown .circle span {
  font-size: 50px;
  line-height: 50px;
  display: flex;
  height: auto;
  width: auto;
}

.coming-soon-page .subscribe-form {
  margin-top: 5vw;
}

.coming-soon-page input[type="email"], .coming-soon-page button {
  padding: 10px;
  font-size: 17px;
  border: 1px solid #fff;
  background: transparent;
  border-radius: 0px;
  color: #fff;
}

.coming-soon-page button {
  background-color: #4CAF50; /* Green */
  color: white;
  cursor: pointer;
  border: 1px solid transparent;
}

.coming-soon-page button:hover {
  opacity: 0.8;
}

.owl-carousel.theme.pricing-carousel2.owl-loaded.owl-drag .item {
  width: 80%;
  text-align: center;
}

.owl-carousel.theme.pricing-carousel2.owl-loaded.owl-drag .item img {
  width: 30%;
}

.owl-carousel.theme.pricing-carousel2.owl-loaded.owl-drag .item h5 {
  margin: 0;
}


.available {
  padding: 50px 0px;
  padding-bottom: 100px;
}

.available span {
  font-size: 18px;
  font-weight: 400;
  color: #777;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.available h2 {
  font-size: 35px;
  color: #000;
  font-weight: 600;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 40px;
}

.available .card {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  padding: 40px 20px;
  width: 100%;
  box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
  height: 100%;
}

.available .card span {
  background-color: #EE3552;
  fill: #FFFFFF;
  color: #FFFFFF;
  font-size: 32px;
  padding: 24px;
  border-radius: 50%;
  display: inline-block;
  line-height: 1;
  transition: all .3s;
  text-align: center;
}

.available .card span.blue {
  background-color: #7c2c9a;
}

.available .card span.red {
  background-color: #df3f31;
}

.available .card span.green {
  background-color: #61ac11;
}

.available .card span svg {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
}

.available .card h3 {
  font-size: 20px;
  color: #000;
  font-weight: 600;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 30px;
}

.available .card p {
  font-size: 14px;
  text-align: center;
}

.history {
  padding: 100px 0px;
  background: #f3f4f6;
}

.history h2 {
  color: #000;
  font-size: 30px;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 50px;
}

.history a.btn {
  border: 1px solid #000;
  color: #000;
  font-size: 18px;
  padding: 10px 35px;
  border-radius: 50px;
  transition: 0.3s;
}

.history a.btn:hover {
  background: #000;
  color: #fff;
}

.enjoy {
  padding: 70px 0px;
  background: url(../img/pick-image.jpeg) 50% 50% no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.enjoy h2 {
  color: #FFFFFF;
  font-size: 30px;
  line-height: 1.2;
  text-align: center;
  margin: 0;
  margin-bottom: 20px;
}

.enjoy p {
  text-align: center;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
  padding: 0px 15%;
}