:root {
  --black: #fff;
  --white-smoke: whitesmoke;
  --main-yellow: #ffd861;
  --green: #20de3b;
  --burdgnady: #610002;
  --gray: #eee;
  --trans-yellow: rgba(231, 196, 90, .4);
  --orange: #ffac12;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #333;
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 52px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: #000;
  letter-spacing: -.04em;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 30px;
}

h5 {
  color: #000;
  letter-spacing: -.04em;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 20px;
}

p {
  color: #000;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.5;
}

a {
  color: #000;
  text-decoration: none;
}

.container {
  width: 100%;
  max-width: 1140px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-paragraph {
  max-width: 500px;
  color: var(--black);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.hero-paragraph.white {
  max-width: 600px;
  color: var(--white-smoke);
  font-size: 20px;
  line-height: 1.2;
}

.navigation-container {
  width: 100%;
  height: 100%;
  max-width: 1140px;
  min-height: auto;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button {
  max-width: 250px;
  color: #610002;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding: 10px 40px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  text-decoration: none;
  transition: all .35s;
  display: flex;
}

.button.yellow-filled {
  color: #5b2111;
  background-color: #610002;
  background-color: var(--main-yellow);
  color: var(--black);
  border-width: 1px;
  border-color: #f5f5f5;
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
}

.button.yellow-filled.black-shadoe {
  background-color: var(--green);
  font-weight: 400;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.button.yellow-filled.black-shadoe.hom {
  margin-left: 0;
  margin-right: 0;
}

.button.yellow-filled.black-shadoe.hom.w--current {
  background-color: var(--green);
  font-weight: 700;
}

.button.yellow-filled.black-shadoe.hom.n, .button.yellow-filled.black-shadoe.hom.n.w--current {
  margin-top: 0;
}

.button.green {
  background-color: var(--green);
}

.nav-menu {
  width: auto;
  height: 100%;
  color: #3f0a3d;
  align-items: center;
  display: flex;
}

.navigation {
  z-index: 999;
  background-color: #fff;
  border-bottom: 1px rgba(255, 255, 255, .1);
  align-items: center;
  padding: 5px 4%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 0 2px 5px rgba(255, 255, 255, .84);
}

.brand {
  margin-right: 20px;
}

.nav-link-plain {
  color: #1edf3e;
  text-transform: uppercase;
  margin-left: 0;
  margin-right: 0;
  padding-left: 16px;
  padding-right: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 700;
  transition: all .35s;
}

.nav-link-plain:hover {
  color: #03971b;
}

.nav-link-plain.w--current {
  color: #000;
}

.footer-bottom {
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  justify-content: space-between;
  margin-top: 20px;
  display: flex;
}

.footer-wrapper {
  grid-column-gap: 10px;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.secondary-link {
  color: #000;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.footer {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), var(--green));
  padding: 70px 3% 20px;
  display: flex;
}

.footer-top {
  grid-row-gap: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 20px;
  display: flex;
}

.black-curved-wrapper {
  width: 95%;
  background-color: var(--gray);
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 2%;
  display: flex;
  box-shadow: 8px 80px 55px -50px rgba(0, 0, 0, .13);
}

.property-card {
  width: 100%;
  background-color: #fff;
  border-radius: 15px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  box-shadow: 18px 18px 45px rgba(0, 0, 0, .1);
}

.button-text {
  color: var(--white-smoke);
  margin-right: 0;
}

.heading-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 2rem;
  font-style: italic;
  font-weight: 400;
}

.heading-2.black {
  color: #000;
}

.tabs-menu {
  max-width: 550px;
  border: 1px solid var(--main-yellow);
  background-color: var(--trans-yellow);
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.notice {
  background-color: #000;
  justify-content: center;
  align-items: center;
  padding: 16px 3%;
  display: flex;
}

.notice-wrap {
  width: 100%;
  max-width: 700px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.notice-text {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-right: 10px;
  font-family: Montserrat, sans-serif;
}

.div-block {
  background-color: var(--main-yellow);
  color: #000;
  border-top-right-radius: 12px;
  margin-right: 8px;
  padding: 4px 10px;
  font-weight: 500;
}

.area-selector {
  max-width: 200px;
  min-height: 50px;
  grid-column-gap: 10px;
  background-color: var(--main-yellow);
  border-radius: 5px;
  justify-content: center;
  margin: 0 auto 10px;
  padding: 16px 20px;
  display: flex;
}

.gallery-item {
  height: 110px;
  grid-column-gap: 5px;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-header-section {
  min-height: 100vh;
  background-image: none;
  background-position: 0 0;
  position: relative;
  overflow: hidden;
}

.slide-content-wrap {
  z-index: 9;
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  justify-content: center;
  align-items: center;
  padding: 100px 3% 60px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slide {
  overflow: hidden;
}

.slider-content {
  z-index: 99;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.flowbase-close {
  width: 35px;
  height: 35px;
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  transition: all .5s;
  display: flex;
  position: absolute;
  top: 15px;
  bottom: auto;
  left: auto;
  right: 15px;
}

.flowbase-close:hover {
  transform: scale(.85);
}

._3-col-grid {
  max-width: 1200px;
  grid-column-gap: 49px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-left: auto;
  margin-right: auto;
}

._3-col-grid.services {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr;
  margin-top: 10px;
}

.text-white-underline-yellow {
  color: var(--green);
  text-shadow: 0 3px 1px rgba(0, 0, 0, .2);
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-style: italic;
  font-weight: 400;
}

.subtitle {
  max-width: 600px;
  opacity: .5;
  text-align: center;
  margin: 20px auto 30px;
}

.subtitle.white {
  opacity: 1;
  color: #fff;
  margin-top: 30px;
  font-family: Montserrat, sans-serif;
}

.tabs-content {
  width: 100%;
  max-width: 900px;
  justify-content: center;
  display: none;
  overflow: visible;
}

.listing-card-img-top {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.listing-card-img-top.rel {
  z-index: 9;
  margin-top: 10px;
  margin-left: 10px;
  position: absolute;
}

.testimonial-slider {
  width: 50%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  flex-wrap: wrap;
  display: flex;
}

.testimonial-slider-mask {
  width: 100%;
  height: auto;
  margin-bottom: 36px;
  margin-left: -10px;
  overflow: visible;
}

.testimonial-slide {
  flex: none;
  padding-left: 10px;
  padding-right: 10px;
}

.testimonial-card {
  height: 100%;
  background-image: url('../images/quote.svg'), linear-gradient(to bottom, rgba(255, 255, 255, 0), var(--green));
  background-position: 93% 90%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  border-radius: 40px;
  flex-direction: column;
  padding: 40px;
  display: flex;
  box-shadow: 0 10px 30px rgba(93, 93, 93, .2);
}

.testimonial-message {
  border-left-style: none;
  margin-bottom: 40px;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.testimonial-author {
  align-items: center;
  margin-top: auto;
  display: flex;
}

.testimonial-photo {
  object-fit: cover;
  border-radius: 20px;
  margin-right: 18px;
}

.testimonial-author-name {
  color: var(--gray);
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 130%;
}

.testimonial-author-location {
  opacity: .5;
  color: var(--white-smoke);
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 130%;
}

.testimonial-slider-arrow {
  width: 60px;
  height: 60px;
  float: left;
  opacity: .5;
  background-color: rgba(255, 255, 255, .5);
  background-image: url('../images/left-arr.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 15px;
  margin-left: 0;
  margin-right: 18px;
  transition: opacity .4s cubic-bezier(.23, 1, .32, 1);
  display: inline-block;
  position: static;
  box-shadow: 0 20px 30px -15px rgba(94, 204, 211, .3);
}

.testimonial-slider-arrow:hover {
  opacity: 1;
}

.testimonial-slider-arrow.right {
  background-image: url('../images/right-arr.svg');
}

.hidden {
  display: none;
}

.image-39 {
  height: 50px;
}

.features-text-light {
  max-width: 350px;
  color: #fff;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
}

.features-paragraph-services {
  width: 95%;
  max-width: none;
  color: #000;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.h2 {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.h2.white {
  color: var(--green);
  font-weight: 400;
}

.icon {
  width: 20px;
  height: 20px;
  color: var(--green);
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon._1 {
  width: 30px;
  color: var(--green);
}

.div-block-59 {
  width: 50px;
  background-color: var(--black);
  border: 1px dashed #000;
  border-radius: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
  font-style: italic;
}

.cta-block {
  width: 100%;
  color: #fff;
  text-align: center;
  background-image: linear-gradient(rgba(0, 0, 0, .06), rgba(0, 0, 0, .06)), url('../images/7.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 3%;
  padding: 100px;
  display: flex;
  position: relative;
  box-shadow: 0 50px 100px -20px rgba(0, 0, 0, .18);
}

.phone-field {
  height: 70px;
  color: #10405b;
  background-image: url('../images/email.svg');
  background-position: 18px;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px #000;
  border-radius: 20px;
  padding-left: 70px;
  font-size: 16px;
  line-height: 130%;
  transition: opacity .3s;
}

.phone-field:hover {
  opacity: .9;
}

.phone-field::-ms-input-placeholder {
  color: rgba(16, 64, 91, .5);
}

.phone-field::placeholder {
  color: rgba(16, 64, 91, .5);
}

.phone-field.blue {
  color: var(--black);
  background-image: none;
  border-radius: 10px;
  margin-bottom: 0;
  padding-left: 30px;
  font-family: Montserrat, sans-serif;
}

.phone-field.blue:active, .phone-field.blue:focus {
  color: #000;
}

.phone-field.blue::-ms-input-placeholder {
  color: #000;
}

.phone-field.blue::placeholder {
  color: #000;
}

.phone-field.blue:lang(en) {
  color: #000;
}

.success-message {
  background-color: rgba(0, 0, 0, 0);
  font-size: 24px;
}

.cta-form-error {
  width: 100%;
  color: #fff;
  background-color: rgba(187, 36, 94, .5);
  border-radius: 15px;
  margin-top: 35px;
  font-size: 16px;
  position: absolute;
}

.div-block-60 {
  margin-bottom: 30px;
}

.heading-4.white {
  color: var(--green);
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.text-span-3 {
  color: #610002;
}

.social-corner {
  z-index: 99999;
  width: 150px;
  height: 30px;
  border-top-left-radius: 40px;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
  box-shadow: -2px -2px 4px -1px rgba(0, 0, 0, .2);
}

.yellow-heading-span {
  color: #000;
  text-shadow: 0 3px 1px rgba(0, 0, 0, .2);
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-style: italic;
  font-weight: 400;
}

.slide-nav-2 {
  display: none;
}

.s1._1 {
  background-image: url('../images/1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.s1._2 {
  background-image: url('../images/2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.s1._3 {
  background-image: url('../images/3.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.s1._5 {
  background-image: url('../images/5.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.s1._4 {
  background-image: url('../images/4.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.s1._5 {
  background-image: url('../images/5.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.s1._6 {
  background-image: url('../images/6.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.s1._7 {
  background-image: url('../images/7.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.s1._8 {
  background-image: url('../images/8.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.s1._9 {
  background-image: url('../images/9.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.s1._10 {
  background-image: url('../images/10.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.s1._11 {
  background-image: url('../images/12.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.s1._12 {
  background-image: url('../images/13.webp');
  background-position: 0 0;
  background-size: cover;
}

.s1._14 {
  background-image: url('../images/16.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.s1._15 {
  background-image: url('../images/17.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.s1._16 {
  background-image: url('../images/18.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.s1._17 {
  background-image: url('../images/19.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.s1._18 {
  background-image: url('../images/21.webp');
  background-position: 0 0;
  background-size: cover;
}

.s1._13 {
  background-image: url('../images/21.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.left-arrow-2 {
  height: 50px;
  display: none;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.slide-6 {
  background-image: url('../images/_06a6839.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.text-block-4 {
  margin-right: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.tab-system {
  width: 100%;
}

.tab-link {
  width: 100%;
  text-align: left;
  background-color: #ffd862;
  border-radius: 0;
  padding-left: 20px;
  padding-right: 0;
  font-weight: 600;
  display: flex;
}

.tab-link.w--current {
  width: 100%;
  background-color: var(--black);
  color: var(--main-yellow);
  border-radius: 0;
  padding-left: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 800;
}

.page-header {
  z-index: 9;
  height: 100%;
  justify-content: center;
  align-items: center;
  padding: 100px 3% 60px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.all-property-eader {
  z-index: 99;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.page-title-section {
  min-height: 40vh;
  background-image: linear-gradient(rgba(0, 0, 0, .21), rgba(0, 0, 0, .21)), url('../images/1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: relative;
}

.page-title-section.partner {
  background-image: linear-gradient(rgba(0, 0, 0, .42), rgba(0, 0, 0, .42)), url('../images/3_1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
}

.page-title-section.contact {
  background-image: linear-gradient(rgba(0, 0, 0, .31), rgba(0, 0, 0, .31)), url('../images/8.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.page-title-section.about {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/7.jpg');
}

.top-info-section {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.icon-5 {
  width: 20px;
  height: 20px;
  color: var(--black);
  justify-content: center;
  align-items: center;
  display: flex;
}

.c-main-img-lightbox {
  width: 100%;
  height: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.icon-embed-xsmall {
  width: 1.5rem;
  height: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  display: flex;
}

.listing-card-content-2 {
  flex-direction: column;
  flex: 1;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
}

.right-arrow-3 {
  height: 50px;
  flex-direction: column;
  justify-content: flex-end;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.listing-card-img-overlay-2 {
  background-image: url('../images/4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  padding-top: 12px;
  padding-left: 12px;
  padding-right: 12px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.listing-card-img-overlay-2.all-pro {
  height: 100%;
  background-image: none;
  padding: 0;
  display: block;
  position: relative;
}

.summary-head-content {
  text-align: center;
  margin-bottom: 10px;
}

.section-reg {
  padding: 3%;
}

.section-reg.is-black {
  background-color: var(--black);
}

.section-reg.is-black.mis {
  background-color: var(--white-smoke);
}

.section-reg.small-vertcial-pad.sa {
  padding-top: 0%;
}

.listing-card-location-2 {
  color: #000;
  background-image: url('../images/location-grey.svg');
  background-position: 0 1px;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 0;
  padding-left: 18px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 130%;
}

.listing-card-location-2.nopad {
  color: #000;
  margin-bottom: 10px;
}

.listing-card-name-2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 120%;
}

.p {
  max-width: 600px;
  opacity: .5;
  text-align: center;
  margin: 20px auto 30px;
}

.p.black {
  max-width: 550px;
  opacity: 1;
  color: #000;
  letter-spacing: .5px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1.2;
}

.p.white {
  max-width: 550px;
  opacity: 1;
  color: var(--white-smoke);
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1.2;
}

.p.is-white {
  max-width: 550px;
  opacity: 1;
  color: #000;
  letter-spacing: .5px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1.2;
}

.preheader {
  max-width: 200px;
  min-height: 40px;
  background-color: var(--green);
  color: var(--white-smoke);
  text-transform: uppercase;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 14px;
  font-family: Montserrat, sans-serif;
  line-height: 120%;
  display: flex;
  box-shadow: 0 4px 5px rgba(0, 0, 0, .2);
}

.preheader.yellow-shadow {
  background-color: var(--green);
  box-shadow: none;
  color: #f5f5f5;
}

.preheader.yellow-shadow.nopadbtm {
  margin-bottom: 0;
}

.listing-card-info-item-2 {
  align-items: center;
  margin-right: 28px;
  display: flex;
}

.container-2 {
  width: 100%;
  max-width: 1300px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.testimonial-section {
  overflow: hidden;
}

.div-block-67 {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-67.all-propcard {
  max-width: 900px;
  grid-template-columns: 1fr;
}

.slide-9 {
  background-image: url('../images/_06a6769-min.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.all-property-card-2 {
  width: 100%;
  height: 100%;
  color: #10405b;
  text-align: left;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #ffd861;
  border-radius: 20px;
  flex-direction: row-reverse;
  padding: 10px 10px 20px;
  text-decoration: none;
  transition: transform .8s cubic-bezier(.23, 1, .32, 1), box-shadow .8s cubic-bezier(.23, 1, .32, 1);
  display: flex;
  box-shadow: 0 30px 40px -20px rgba(0, 0, 0, .5);
}

.all-property-card-2:hover {
  text-decoration: none;
  transform: translate(0, 5px);
  box-shadow: 0 15px 30px -15px #ffd862;
}

.all-property-card-2.white {
  background-color: #f5f5f5;
  border-color: rgba(37, 178, 255, .47);
  border-radius: 10px;
  padding-top: 20px;
}

.all-property-card-2.white:hover {
  border-color: var(--trans-yellow);
  box-shadow: 0 15px 30px -15px var(--trans-yellow);
}

.all-property-listing-card-img-2 {
  width: 50%;
  height: 100%;
  border-radius: 16px;
  margin-bottom: 0;
  position: relative;
}

.book-now-button-3 {
  height: 30px;
  background-color: var(--main-yellow);
  color: var(--black);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-right: 10px;
  padding: 6px 16px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 130%;
  display: flex;
}

.card-desc {
  color: #000;
  margin-bottom: 24px;
  padding-left: 19px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 130%;
}

.text-block-6 {
  opacity: 1;
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.listing-card-info-block-3 {
  justify-content: flex-start;
  align-items: center;
  margin-top: auto;
  margin-right: 0;
  font-size: 14px;
  line-height: 120%;
  display: flex;
}

.icon-8 {
  opacity: 1;
  color: var(--main-yellow);
  margin-bottom: 10px;
  margin-right: 10px;
}

.icon-9 {
  opacity: .5;
  color: #ffd861;
  margin-bottom: 10px;
  margin-left: 10px;
  display: none;
}

.listing-card-location-copy-copy-2 {
  color: #000;
  margin-bottom: 24px;
  padding-left: 19px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 130%;
}

.featured-tag-3 {
  height: 30px;
  background-color: var(--main-yellow);
  color: var(--black);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  padding: 6px 16px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 130%;
  display: flex;
}

.mask-3 {
  border-radius: 10px;
}

.listing-card-price-copy {
  z-index: 2;
  height: 44px;
  background-color: var(--main-yellow);
  color: var(--black);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  margin-left: 10px;
  padding: 5px 16px;
  font-weight: 600;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
  box-shadow: 0 10px 20px -6px rgba(37, 178, 255, .47);
}

.form-button-wrapper {
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  display: flex;
  position: relative;
}

.form-field-wrap {
  grid-row-gap: 20px;
  flex-direction: column;
  padding: 10px;
  display: flex;
}

.name-field {
  height: 70px;
  color: #10405b;
  background-image: url('../images/name.svg');
  background-position: 18px;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px #000;
  border-radius: 20px;
  padding-left: 70px;
  font-size: 16px;
  line-height: 130%;
  transition: opacity .3s;
}

.name-field:hover {
  opacity: .9;
}

.name-field::-ms-input-placeholder {
  color: rgba(16, 64, 91, .5);
}

.name-field::placeholder {
  color: rgba(16, 64, 91, .5);
}

.name-field.blue {
  color: var(--black);
  background-color: #fff;
  background-image: none;
  border-radius: 10px;
  align-items: center;
  margin-bottom: 0;
  padding-left: 30px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.name-field.blue:active, .name-field.blue:focus {
  color: #000;
}

.name-field.blue::-ms-input-placeholder {
  color: #000;
}

.name-field.blue::placeholder {
  color: #000;
}

.name-field.blue:lang(en) {
  color: #000;
}

.contact-form-fields {
  margin-top: 0;
}

.email-field {
  height: 70px;
  color: #10405b;
  background-image: url('../images/email_1.svg');
  background-position: 18px;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px #000;
  border-radius: 20px;
  padding-left: 70px;
  font-size: 16px;
  line-height: 130%;
  transition: opacity .3s;
}

.email-field:hover {
  opacity: .9;
}

.email-field::-ms-input-placeholder {
  color: rgba(16, 64, 91, .5);
}

.email-field::placeholder {
  color: rgba(16, 64, 91, .5);
}

.email-field.blue {
  width: 100%;
  color: #000;
  background-color: #fff;
  background-image: none;
  border-radius: 10px;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 0;
  padding-left: 30px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.email-field.blue::-ms-input-placeholder {
  color: #000;
}

.email-field.blue::placeholder {
  color: #000;
}

.button-2 {
  min-height: 60px;
  text-align: center;
  cursor: pointer;
  background-color: #10405b;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 12px 40px;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
  text-decoration: none;
  transition: transform .4s cubic-bezier(.23, 1, .32, 1);
  display: flex;
}

.button-2:hover {
  text-decoration: none;
  transform: scale(.95);
}

.button-2.yellow-button {
  background-color: var(--green);
  color: var(--white-smoke);
  border-radius: 10px;
  font-family: Montserrat, sans-serif;
}

.text-area {
  min-height: 160px;
  color: #10405b;
  border: 1px #000;
  border-radius: 20px;
  padding: 22px 24px 30px;
  font-size: 16px;
  line-height: 130%;
  transition: opacity .3s;
}

.text-area:hover {
  opacity: .9;
}

.text-area::-ms-input-placeholder {
  color: rgba(16, 64, 91, .5);
}

.text-area::placeholder {
  color: rgba(16, 64, 91, .5);
}

.text-area.blue {
  border-radius: 10px;
  font-family: Montserrat, sans-serif;
}

.text-area.blue:active, .text-area.blue:focus {
  color: #000;
}

.text-area.blue::-ms-input-placeholder {
  color: #000;
}

.text-area.blue::placeholder {
  color: #000;
}

.text-area.blue:lang(en) {
  color: #000;
}

.form-fields-wrap {
  flex-direction: column;
  justify-content: space-between;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.general-enquiry-form {
  width: 100%;
  max-width: 600px;
  position: relative;
}

.from-fields-wrapper {
  position: relative;
}

.heading-10 {
  color: #000;
  font-family: Montserrat, sans-serif;
}

.top-info-section-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.all-properties-component {
  width: 100%;
  background-color: #000;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
  padding: 40px 2%;
  display: flex;
  box-shadow: 8px 80px 55px -50px rgba(0, 0, 0, .13);
}

.social-bar-inner {
  height: 100%;
  background-color: #000;
  border: 1px solid #f5f5f5;
  border-radius: 20px 0 0;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  display: flex;
}

.social-link-copy {
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-11 {
  width: 25px;
  height: 25px;
  color: var(--white-smoke);
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-11.white {
  color: #000;
}

.icon-12 {
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-12.white {
  color: #000;
}

._w-preloader-content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.c-preloader-curtain {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

._w-preloader {
  width: 100%;
  height: 100%;
  background-color: rgba(19, 19, 19, 0);
  justify-content: center;
  align-items: center;
  display: flex;
}

.c-preloader-bar {
  width: 15em;
  height: .25em;
  background-color: #222;
  border-radius: 1000px;
  justify-content: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.c-preloader {
  z-index: 9999;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.c-preloader-content {
  z-index: 5;
  position: absolute;
}

.preloader-curtain {
  width: 50%;
  height: 100%;
  background-color: #131313;
  position: relative;
}

.preloader-curtain.left._2 {
  background-color: rgba(0, 0, 0, .38);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.preloader-curtain.left._1 {
  background-color: var(--black);
}

.preloader-curtain.right._2 {
  background-color: rgba(8, 8, 8, .37);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.preloader-curtain.right._1 {
  background-color: var(--black);
}

.preloader-bar-1 {
  width: 60%;
  height: 100%;
  background-color: #d8d8d8;
  border-radius: 1000px;
  justify-content: center;
  display: flex;
}

.c-preloader-title {
  margin-bottom: .5em;
  padding-left: .5em;
  padding-right: .5em;
  overflow: hidden;
}

.preloader-bar-2 {
  width: 50%;
  height: 100%;
  background-color: var(--green);
}

.preloader-text {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.home-header-bg {
  width: 100vw;
  height: 100vh;
  min-height: 100vh;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.overlay {
  z-index: 1;
  background-color: rgba(0, 0, 0, .39);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

._w-cards-list {
  padding-bottom: 5%;
  padding-left: 20px;
  padding-right: 20px;
  position: -webkit-sticky;
  position: sticky;
  top: 1px;
}

.card-subtitle {
  margin-top: 0;
  margin-bottom: 0;
}

.paragraph {
  max-width: 500px;
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
}

.paragraph.centre {
  margin-left: auto;
  margin-right: auto;
}

.paragraph.centre.bold {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.c-card-content-divider {
  width: 100%;
  height: 1px;
  border: 1px solid #000;
  margin-top: 20px;
  margin-bottom: 20px;
}

.c-cards-list {
  transition: all .2s;
  position: relative;
}

.c-card {
  width: 100%;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  transition: all .25s;
  position: relative;
}

.c-card._1 {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

.c-card._4, .c-card._2 {
  position: -webkit-sticky;
  position: sticky;
  top: 1px;
}

.rl_layout239_spacing-block-3 {
  width: 100%;
  padding-bottom: 3%;
}

._w-card {
  background-color: #33df46;
  background-image: linear-gradient(to bottom, var(--white-smoke), var(--green));
  text-align: center;
  border: 0 #000;
  border-radius: 5px;
  margin-bottom: 100px;
  padding: 30px 30px 20px;
  position: relative;
  box-shadow: 1px 1px 15px rgba(19, 19, 19, .5);
}

._w-card.btm {
  border-radius: 5px;
  margin-bottom: 0;
}

.rl_layout239_heading-wrapper {
  width: 100%;
  max-width: 48rem;
  text-align: center;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.c-cloneable-copy {
  width: 95%;
  max-width: 1300px;
  background-color: #000;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3%;
  padding-bottom: 0;
}

.c-cloneable-copy.whit {
  background-color: var(--gray);
  margin-top: 40px;
}

.custom-h4 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.custom-h4.caps {
  color: #000;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
}

.c-card-details {
  margin-bottom: 20px;
}

.process-icon {
  width: 60px;
  height: 60px;
  min-height: 60px;
  min-width: 60px;
  color: #fff;
  background-color: #d5ba75;
  border: 1px dashed #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  padding: 8px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  display: flex;
}

.process-icon.black {
  background-color: var(--black);
  -webkit-text-stroke-color: #f4f4f4;
  border-style: dashed;
  border-color: #000;
  margin-bottom: 0;
}

.c-card-title {
  justify-content: center;
  margin-bottom: 10px;
  display: flex;
}

.text-block-8 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.faq-wrapper {
  justify-content: center;
  padding-top: 2%;
  padding-bottom: 0%;
  display: flex;
}

.form-fields-wrap-copy {
  width: 100%;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: space-between;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.block {
  background-color: var(--green);
  border-radius: 10px;
  padding: 30px 10px;
}

.text-block-9 {
  max-width: 700px;
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  line-height: 25px;
}

.yellow-heading-span-copy {
  color: var(--gray);
  text-shadow: 0 3px 1px rgba(0, 0, 0, .2);
  color: var(--white-smoke);
  text-shadow: 0 3px 1px rgba(0, 0, 0, .2);
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-style: italic;
  font-weight: 400;
}

.bold-text-9 {
  color: #000;
  font-family: Montserrat, sans-serif;
}

.bold-text-10, .bold-text-11, .bold-text-12 {
  color: #000;
}

.heading-13 {
  max-width: 600px;
  color: var(--gray);
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 4rem;
  line-height: 3.8rem;
}

.text-span-24 {
  color: var(--white-smoke);
}

.text-span-25, .text-span-26 {
  color: var(--green);
}

.bold-text-13 {
  line-height: 20px;
}

.our-mission-card {
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), var(--green));
  text-align: center;
  border-radius: 40px;
  flex-direction: column;
  align-items: center;
  padding: 40px;
  display: flex;
  box-shadow: 0 10px 30px rgba(93, 93, 93, .2);
}

.bold-text-14 {
  text-transform: uppercase;
  font-size: 2rem;
  text-decoration: underline;
}

.text-span-28 {
  font-size: 3rem;
}

.bold-text-15 {
  text-transform: uppercase;
  font-size: 2rem;
  text-decoration: underline;
}

.text-span-29 {
  text-transform: uppercase;
  font-size: 2rem;
}

.text-span-30 {
  font-size: 2rem;
}

.bold-text-16, .bold-text-17 {
  text-decoration: underline;
}

.div-block-68 {
  width: 100px;
}

.div-block-68.d {
  width: auto;
}

.div-block-69 {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.div-block-70 {
  width: 60px;
}

.div-block-71 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.div-block-72 {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

@media screen and (max-width: 991px) {
  .navigation-container {
    min-height: auto;
    position: relative;
  }

  .button.yellow-filled.black-shadoe.hom {
    margin-left: auto;
    margin-right: 10px;
  }

  .nav-menu {
    height: auto;
    color: #fff;
    background-color: #000;
    border-radius: 10px;
    margin-top: 9px;
  }

  .brand {
    margin-right: 10px;
    padding: 0;
  }

  .nav-link-plain {
    width: 100%;
    color: #fff;
    text-align: center;
  }

  .nav-link-plain:hover {
    color: #fff;
  }

  .menu-button-green {
    border: 1px solid var(--burdgnady);
    color: var(--burdgnady);
    border-radius: 10px;
    padding: 10px;
  }

  .menu-button-green.w--open {
    background-color: #000;
  }

  .footer-bottom, .footer-top {
    flex-direction: column;
  }

  .heading-2 {
    margin-bottom: 32px;
  }

  .tabs-menu {
    display: none;
  }

  ._3-col-grid {
    grid-column-gap: 25px;
  }

  ._3-col-grid.services {
    grid-template-columns: 1fr;
    justify-content: center;
  }

  .testimonial-slider {
    width: 90%;
  }

  .features-paragraph-services {
    min-height: auto;
  }

  .phone-field.blue {
    background-image: none;
    margin-bottom: 0;
    padding-left: 30px;
  }

  .listing-card-content-2 {
    margin-top: 20px;
  }

  .listing-card-img-overlay-2.all-pro {
    width: 100%;
    height: 100%;
  }

  .div-block-67 {
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .all-property-card-2.white {
    max-width: 600px;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
  }

  .all-property-listing-card-img-2 {
    width: 100%;
    height: 300px;
  }

  .book-now-button-3 {
    margin-right: 0;
  }

  .mask-3 {
    min-height: 200px;
  }

  .listing-card-price-copy {
    bottom: -20px;
  }

  .name-field.blue {
    background-image: none;
    margin-bottom: 0;
    padding-left: 30px;
  }

  .contact-form-fields {
    margin-top: 30px;
  }

  .email-field.blue {
    background-image: none;
    padding-left: 30px;
  }

  .form-fields-wrap {
    flex-direction: column;
  }

  .general-enquiry-form {
    width: 100%;
  }

  .paragraph {
    max-width: 100%;
  }

  .rl_layout239_spacing-block-3 {
    padding-bottom: 4.5rem;
  }

  .custom-h4 {
    font-size: 1.75rem;
  }

  .form-fields-wrap-copy {
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .container {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .hero-paragraph {
    text-align: center;
  }

  .button.yellow-filled.black-shadoe.hom {
    margin-left: auto;
    margin-right: 10px;
  }

  .footer-bottom {
    flex-wrap: wrap;
    margin-top: 40px;
  }

  .footer-wrapper {
    justify-content: center;
  }

  .footer {
    padding-bottom: 20px;
  }

  .tabs-menu {
    flex-direction: column;
  }

  .notice {
    display: none;
  }

  ._3-col-grid {
    grid-row-gap: 51px;
    grid-template-columns: 1fr;
  }

  ._3-col-grid.services {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .subtitle {
    margin-bottom: 30px;
  }

  .testimonial-card {
    background-size: 60px, auto;
    border-radius: 20px;
    padding: 20px;
  }

  .testimonial-message {
    font-size: 20px;
  }

  .cta-block {
    border-radius: 20px;
    padding: 60px 40px;
    box-shadow: 0 30px 60px -20px rgba(94, 204, 211, .3);
  }

  .div-block-60 {
    margin-bottom: 10px;
  }

  .tab-link {
    width: 100%;
    height: 50px;
    text-align: left;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding-top: 13px;
    padding-left: 20px;
    font-size: 18px;
    display: block;
  }

  .tab-link.w--current {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
  }

  .listing-card-content-2 {
    margin-top: 20px;
  }

  .section-reg, .section-reg.is-black.mis {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .section-reg.small-vertcial-pad.ab {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .p {
    margin-bottom: 30px;
  }

  .preheader {
    min-height: 30px;
    border-radius: 10px;
    margin-bottom: 15px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 14px;
  }

  .container-2 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-67 {
    width: 100%;
  }

  .card-desc, .listing-card-location-copy-copy-2 {
    padding-left: 0;
  }

  .listing-card-price-copy {
    height: 40px;
  }

  .button-2 {
    min-height: 50px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 16px;
  }

  .general-enquiry-form {
    width: 100%;
  }

  .rl_layout239_spacing-block-3 {
    padding-bottom: 3rem;
  }

  .c-cloneable-copy {
    padding-top: 10%;
  }

  .custom-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .block {
    width: 100%;
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .our-mission-card {
    background-size: 60px, auto;
    border-radius: 20px;
    padding: 20px;
  }
}

@media screen and (max-width: 479px) {
  .button {
    margin-left: auto;
    margin-right: auto;
  }

  .button.yellow-filled.black-shadoe.hom {
    padding: 5px 10px;
  }

  .nav-menu {
    width: 100%;
    background-color: var(--green);
    border-radius: 10px;
    justify-content: center;
    margin-top: 12px;
    margin-left: auto;
    margin-right: auto;
  }

  .navigation {
    padding: 5px 3%;
  }

  .nav-link-plain {
    text-align: center;
  }

  .menu-button-green {
    border-color: var(--green);
    border-radius: 10px;
    padding: 5px;
  }

  .footer-bottom {
    text-align: center;
    flex-direction: column;
    margin-top: 0;
  }

  .footer-wrapper {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .footer-top {
    flex-direction: column;
    align-items: center;
    padding-bottom: 0;
  }

  .black-curved-wrapper {
    padding: 30px 3%;
  }

  .tabs-menu {
    display: none;
  }

  .area-selector {
    width: 100%;
    margin-bottom: 10px;
  }

  .slide-content-wrap {
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .tabs-content {
    display: none;
  }

  .testimonial-slider {
    width: 100%;
  }

  .testimonial-card {
    background-position: 93% 95%, 0 0;
    background-size: 40px, auto;
  }

  .testimonial-message {
    margin-bottom: 24px;
    font-size: 18px;
  }

  .image-39 {
    height: 50px;
  }

  .h2.white {
    font-size: 40px;
  }

  .cta-block {
    width: 95%;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 20px;
  }

  .heading-3, .heading-4 {
    font-size: 40px;
  }

  .heading-4.white {
    text-align: center;
  }

  .icon-2 {
    color: var(--green);
  }

  .tab-link {
    padding-left: 15px;
    font-size: 16px;
  }

  .page-header {
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .listing-card-content-2 {
    margin-top: 20px;
    padding-left: 0;
  }

  .listing-card-img-overlay-2 {
    background-image: url('../images/3.jpg'), linear-gradient(rgba(16, 64, 91, 0), rgba(255, 216, 98, .1));
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .section-reg {
    padding-left: 2%;
    padding-right: 2%;
  }

  .section-reg.small-vertcial-pad {
    padding: 3% 2%;
  }

  .section-reg.small-vertcial-pad.sa {
    padding-left: 0%;
    padding-right: 0%;
  }

  .listing-card-info-item-2 {
    margin-right: 20px;
  }

  .div-block-67 {
    grid-template-columns: 1fr;
  }

  .all-property-card-2.white {
    font-size: 40px;
  }

  .all-property-listing-card-img-2 {
    height: 200px;
  }

  .book-now-button-3 {
    margin-right: 0;
  }

  .card-desc, .listing-card-location-copy-copy-2 {
    padding-left: 0;
  }

  .listing-card-price-copy {
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    bottom: -20px;
  }

  .name-field.blue {
    max-width: 100%;
  }

  .form-fields-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .general-enquiry-form {
    width: 100%;
  }

  .all-properties-component {
    padding: 30px 3%;
  }

  ._w-cards-list {
    padding-left: 0%;
    padding-right: 0%;
  }

  .card-subtitle {
    font-size: 1.3em;
    line-height: 1em;
  }

  .paragraph {
    font-size: 1rem;
  }

  .c-card-content-divider {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .c-card._4 {
    top: 200px;
  }

  .c-card._2 {
    top: 80px;
  }

  .rl_layout239_spacing-block-3 {
    padding-bottom: 2rem;
  }

  ._w-card {
    margin-bottom: 40px;
    padding: 20px 10px;
  }

  ._w-card.btm {
    padding-left: 10px;
    padding-right: 10px;
  }

  .c-cloneable-copy {
    padding-top: 10%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .c-cloneable-copy.whit {
    padding-left: 3%;
    padding-right: 3%;
  }

  .process-icon {
    margin-bottom: 24px;
    margin-right: 0;
  }

  .form-fields-wrap-copy {
    margin-left: 0;
    margin-right: 0;
  }

  .block {
    max-width: 100%;
  }

  .heading-13 {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }

  .bold-text-13 {
    font-size: 1rem;
    line-height: 1;
  }

  .our-mission-card {
    background-position: 93% 95%, 0 0;
    background-size: 40px, auto;
  }

  .div-block-69 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: row;
  }

  .div-block-71 {
    grid-column-gap: 20px;
    display: flex;
  }

  .div-block-72 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: center;
    display: flex;
  }
}

#w-node-e6a9c74e-1221-49d6-7d62-00f776285df3-cb12c906, #w-node-eb574866-06ff-c0ca-3e77-5bd7d177755a-cb12c906, #w-node-d6a8bede-00e1-cde3-60ed-d9a025685e4d-cb12c906, #w-node-_891314cc-aa93-6b3f-4632-b483b3fae650-cb12c906 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}


@font-face {
  font-family: 'Inter';
  src: url('../fonts/inter-medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/inter-bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/inter-regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/inter-semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}