@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Solid 900";
  src: url('../fonts/fa-solid-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Brands 400";
  src: url('../fonts/fa-brands-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --font-family: Poppins, sans-serif;
  --black: #041613;
  --ghost-white: #f0f3ff;
  --tab-small-heading-font-size\<deleted\|variable-9c4a486c-05b9-8586-bd69-d60b3b47846a\>: 14px;
  --tab-small-heading-line-height\<deleted\|variable-69d83f9e-bd9a-c7b2-ca1d-7b7e49f65bfd\>: 20.2px;
  --mobile-small-heading-font-size\<deleted\|variable-7d2ccac6-4824-72b1-4ba9-9c9760f078bb\>: 12px;
  --mobile-small-heading-line-height\<deleted\|variable-9ef5c14e-5b7d-36a1-4d61-946c5da86a4b\>: 18.8px;
  --primary-color: #8fa598;
  --small-heading-font-size\<deleted\|variable-322b5068-967c-dabf-50af-a20998ed8299\>: 16px;
  --small-heading-line-height\<deleted\|variable-8fe9f3a4-5b6f-8ee0-c509-76b23e3b8264\>: 25.6px;
  --white: white;
  --border-color: #e9e9e9;
  --tab-section-heading-font-size\<deleted\|variable-33852d2c-b0ad-4fff-52bc-4fb8b0320126\>: 28px;
  --tab-section-heading-line-height\<deleted\|variable-10fff40c-9bca-cefd-b0f3-acf0e8569a34\>: 34.8px;
  --mobile-section-heading-font-size\<deleted\|variable-3b4a6f5c-6f95-11d7-0520-fbd1fa85668f\>: 24px;
  --mobile-section-heading-line-height\<deleted\|variable-8ef5dcdf-930f-550a-76b6-b00d0321a727\>: 30.4px;
  --hover-color: #8fa59840;
  --font-color: #04161366;
  --tab-section-description-font-size\<deleted\|variable-b42ab636-9d45-27ef-6af0-1638b86094d5\>: 16px;
  --tab-section-description-line-height\<deleted\|variable-0203159a-4d9a-2941-3f71-f055ff4e4ca0\>: 24.8px;
  --mobile-section-description-font-size\<deleted\|variable-b2419298-c4f9-d290-daaf-bfcd7c622e4f\>: 14px;
  --mobile-section-description-line-height\<deleted\|variable-d7c506b8-805a-2d4a-36f8-3aab1c6d868f\>: 22.4px;
  --alley-component-library--gray--0\<deleted\|variable-5455c293\>: #dedfe3;
  --background-color: #ebf9f9;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.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;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

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

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

p {
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

img {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: inline-block;
}

.navbar-no-shadow {
  z-index: 999;
  background-color: #8fa598;
  padding-top: 24px;
  padding-bottom: 24px;
  position: sticky;
  top: 0;
  box-shadow: 10px 0 30px 4px #3d3d3d40;
}

.main-container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.body {
  font-family: var(--font-family);
  color: var(--black);
  font-size: 16px;
  line-height: 25.6px;
}

.hero-section {
  padding-top: 110px;
  padding-bottom: 110px;
  position: relative;
}

.hero-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.hero-split {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 56%;
  display: flex;
}

.icon-data-box {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.small-heading {
  color: var(--ghost-white);
  width: 100%;
  max-width: 550px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 25.6px;
}

.small-heading.black {
  color: var(--black);
}

.small-heading.black.hide {
  text-align: right;
  white-space: nowrap;
  flex: 1;
  transition: color .3s ease-in-out;
}

.small-heading.black.hide:hover {
  text-decoration: underline;
}

.small-heading.white-50 {
  color: #f0f3ff80;
}

.small-heading.color {
  color: #aeaeae;
}

.small-heading.capital {
  text-align: center;
  text-transform: uppercase;
}

.small-heading.primary {
  color: var(--primary-color);
}

.small-heading.propertie-color {
  color: var(--black);
  margin-top: 10px;
  font-weight: 600;
}

.small-heading.team-heading {
  color: var(--black);
  flex: 1;
  font-size: 18px;
  font-weight: 600;
}

.small-heading.center {
  color: var(--black);
  display: none;
}

.small-heading.centers {
  text-align: center;
  margin-bottom: 8px;
}

.small-heading.back, .small-heading.center {
  color: var(--black);
}

.small-heading.privacy-heading {
  color: var(--black);
  margin-bottom: 20px;
  font-weight: 600;
}

.small-heading.properi-list {
  color: var(--black);
  font-weight: 600;
}

.small-heading.newhead1 {
  font-weight: 500;
}

.home-icon {
  color: var(--ghost-white);
  background-color: #8fa598;
  border-radius: 50px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  font-family: "Fa Solid 900", sans-serif;
  line-height: 14px;
  display: flex;
}

.site-logo-t7.none {
  padding-left: 0;
  padding-right: 0;
  display: none;
}

.nav-menu-t7 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  max-height: 80px;
  display: flex;
}

.nav-link {
  color: var(--ghost-white);
  font-family: Montserrat, sans-serif;
  font-size: var(--small-heading-font-size\<deleted\|variable-322b5068-967c-dabf-50af-a20998ed8299\>);
  line-height: var(--small-heading-line-height\<deleted\|variable-8fe9f3a4-5b6f-8ee0-c509-76b23e3b8264\>);
  border-radius: 10px;
  margin-left: 0;
  margin-right: 0;
  padding: 8px 16px;
  font-weight: 300;
  transition: background-color .3s ease-in-out;
}

.nav-link:hover {
  text-decoration: underline;
}

.nav-link.w--current {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  text-decoration: none;
}

.nav-link.w--current:visited {
  text-decoration: none;
}

.menu-button-t7, .logo-mobile-wrapper-t7 {
  display: none;
}

.navbar {
  background-color: #ddd0;
}

.list-box {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.logo {
  color: var(--ghost-white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 600;
  line-height: 38px;
}

.hero-heading {
  color: var(--white);
  font-family: PT Serif, serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 62px;
}

.hero-form-block {
  background-color: var(--ghost-white);
  border-radius: 12px;
  margin-bottom: 0;
  padding: 40px;
}

.form-heading {
  color: var(--black);
  text-align: center;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 33.6px;
}

.form-description {
  color: #04161380;
  text-align: center;
  font-size: 12px;
  line-height: 19.2px;
}

.form-description.pt-22 {
  color: var(--black);
  margin-top: 22px;
  margin-bottom: 22px;
}

.form-description.black {
  color: var(--black);
}

.form {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  margin-top: 24px;
  display: flex;
}

.form-data {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.text-field {
  border: 1px solid var(--border-color);
  background-color: var(--white);
  color: var(--black);
  border-radius: 6px;
  height: 52px;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 20px;
  font-size: 12px;
  line-height: 19.2px;
}

.text-field::placeholder {
  color: var(--black);
  font-size: 12px;
  line-height: 19.2px;
}

.form-button {
  z-index: 11;
  font-size: var(--small-heading-font-size\<deleted\|variable-322b5068-967c-dabf-50af-a20998ed8299\>);
  line-height: var(--small-heading-line-height\<deleted\|variable-8fe9f3a4-5b6f-8ee0-c509-76b23e3b8264\>);
  background-color: #8fa59800;
  border: 1px solid #0000;
  border-radius: 6px;
  flex: 1;
  padding-top: 16px;
  padding-bottom: 16px;
  font-weight: 600;
  transition: background-color .3s ease-in-out;
  position: relative;
}

.form-button.padding {
  color: var(--black);
  padding: 12px 30px;
  transition-property: color;
}

.form-button.padding:hover {
  color: var(--ghost-white);
}

.form-button.padding-copy {
  color: var(--white);
  padding: 12px 30px;
}

.hero-round-img {
  background-color: #b8b8c1;
  border-radius: 50px;
  width: 60px;
  height: 60px;
  margin-left: -15px;
  overflow: hidden;
}

.hero-round-img.ml-0 {
  margin-left: 0;
}

.hero-section-img-data {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--primary-color);
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  align-items: center;
  margin-top: 28px;
  padding: 24px 30px;
  display: flex;
}

.img-data {
  display: flex;
}

.img-text {
  color: var(--white);
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.text-span {
  color: #ffe978;
}

.background-image {
  z-index: -1;
  background-color: #061f11;
  background-image: linear-gradient(#0009 100%, #fff), url('../images/Untitled-design-5.svg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.background-image.service {
  background-color: #061f11b3;
}

.image {
  mix-blend-mode: screen;
  object-fit: cover;
  object-position: 100% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
}

.image.service {
  mix-blend-mode: overlay;
}

.about-us-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.about-card-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 40%;
}

.about-us-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  width: 100%;
  display: flex;
}

.about-us-data {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f5f5f5;
  border-radius: 12px;
  flex-direction: column;
  width: 60%;
  margin-top: -220px;
  padding: 64px;
  display: flex;
}

.about-us-heading {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: PT Serif, serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 80px;
}

.about-us-des {
  color: var(--black);
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 30.6px;
}

.about-us-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #8fa598;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px 5%;
  display: flex;
}

.about-us-card-heading {
  color: var(--white);
  max-width: 564px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: PT Serif, serif;
  font-size: 58px;
  font-weight: 400;
  line-height: 58px;
}

.text-span-2 {
  font-size: 33px;
  line-height: 40px;
}

.smail-icon {
  color: var(--white);
  font-family: "Fa 400", sans-serif;
  font-size: 24px;
  line-height: 24px;
  display: inline-block;
}

.about-card-des {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 23px;
  font-weight: 300;
  line-height: 33px;
}

.card-home-icon {
  color: var(--white);
  font-family: "Fa Solid 900", sans-serif;
  font-size: 24px;
  line-height: 24px;
  display: inline-block;
}

.properties-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.properties-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.section-heading {
  font-size: 32px;
  font-weight: 600;
  line-height: 44.8px;
  display: inline-block;
}

.section-heading.cta-font {
  color: var(--white);
  text-align: center;
  margin-bottom: 12px;
}

.section-heading.white {
  color: var(--white);
}

.section-heading.blog-page {
  width: 400px;
}

.properties-heading-data {
  flex-direction: column;
  margin-bottom: 30px;
  display: flex;
}

.properties-deta {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.propertie-image {
  object-fit: cover;
  object-position: 50% 15%;
  width: 100%;
  height: 190px;
  position: relative;
}

.propertie-image.height-240 {
  height: 240px;
}

.properties-collection-item {
  border: 1px solid var(--border-color);
  border-radius: 12px;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  transition: all .3s;
  overflow: hidden;
}

.properties-collection-item:hover {
  box-shadow: 0 0 25px 0 var(--hover-color), 0 25px 48px 0 var(--hover-color);
  transform: translate(0, -10px);
}

.proprti-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.properties-card-data {
  flex-direction: column;
  padding: 20px;
  display: flex;
}

.properties-card-data.gap-10 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.prooerties-address {
  color: var(--font-color);
  margin-top: 14px;
  margin-bottom: 14px;
  line-height: 22.4px;
}

.prooerties-address.p-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.prooerties-address.about-0 {
  margin-top: 10px;
  margin-bottom: 0;
}

.card-icon {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  align-items: center;
  display: flex;
}

.card-arror-icon {
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  border-radius: 50%;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  padding: 2px 4px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 10px;
  line-height: 10px;
  display: flex;
}

.card-icon-data {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

.section-description {
  color: var(--font-color);
  font-size: 18px;
  line-height: 30.6px;
}

.section-description.cta-des {
  color: #f0f3ff80;
  text-align: center;
  max-width: 50%;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
}

.section-description.max-width {
  text-align: center;
  max-width: 600px;
}

.section-description.hide {
  display: none;
}

.section-description.max {
  color: var(--black);
  max-width: 70%;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
}

.properties-description {
  color: var(--primary-color);
  background-color: #f5f5f5;
  border-radius: 5px;
  margin: 16px;
  padding: 10px 20px;
  font-size: 12px;
  font-weight: 600;
  line-height: 10px;
  position: absolute;
}

.services-section {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.service-grid {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  align-items: center;
}

.service-card-grid {
  grid-column-gap: 0px;
  grid-row-gap: 40px;
  grid-template-columns: auto auto auto;
}

.service-card {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.service-icon {
  width: 90px;
  height: 90px;
  display: inline-block;
}

.a-faq-dropdown {
  border-bottom: 1px solid var(--alley-component-library--gray--0\<deleted\|variable-5455c293\>);
  background-color: #fff;
  padding: 24px 32px;
  transition: all .3s;
  display: block;
}

.udesly-faq-item {
  border-bottom: 1px solid #e6e6e6;
  transition: all .3s;
  display: block;
}

.testimonials-section {
  background-color: #ebf9f9;
  padding-top: 110px;
  padding-bottom: 110px;
}

.what_make_deta {
  border-radius: 12px;
  width: 100%;
  overflow: hidden;
  box-shadow: 0 0 40px #0000001a;
}

.make_qustion {
  background-color: var(--white);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 22px;
  display: flex;
}

.ans_icon_1 {
  background-color: #fff;
  border: 1px solid #c6e3f74d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
  box-shadow: 3px 3px 24px #0000001a;
}

.make_ans {
  background-color: #fffc;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 22px;
  padding-right: 22px;
  display: flex;
  overflow: hidden;
}

.ans_icon {
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
  transform: rotate(180deg);
  box-shadow: 3px 3px 24px #0000001a;
}

.faq-data {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.faq-arror-icon {
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 8px 6px 6px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 14px;
  line-height: 10px;
  display: flex;
}

.testimonials-data {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  width: 100%;
  margin-top: 35px;
}

.testimonials-img-box {
  background-color: var(--black);
  border-radius: 12px;
  flex: none;
  width: 41%;
  height: 575px;
  overflow: hidden;
}

.testimonials-grid {
  grid-column-gap: 45px;
  grid-row-gap: 40px;
  width: 54.6574%;
}

.testimonials-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px 35px;
  transition: all .3s;
  display: flex;
}

.testimonials-card:hover {
  box-shadow: 0 25px 48px 0 var(--hover-color), 0 0 48px 0 #8fa59866;
  transform: translate(0, -10px);
}

.testimonials-card-img-data {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.testimonials-img {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  overflow: hidden;
}

.testimoni-text-data {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.testimoni-star-image {
  width: 136px;
  height: 24px;
}

.images {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
}

.cta-section {
  background-color: var(--primary-color);
  padding-top: 80px;
  padding-bottom: 80px;
}

.contact-icon {
  text-transform: capitalize;
  font-family: "Fa 400", sans-serif;
  display: inline-block;
}

.team-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.team-collection-item {
  border: 1px solid var(--border-color);
  border-radius: 12px;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  transition: all .3s;
  overflow: hidden;
}

.team-collection-item:hover {
  box-shadow: 0 25px 48px 0 var(--hover-color), 0 0 48px 0 var(--hover-color);
  transform: translate(0, -10px);
}

.team-collection-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  margin-top: 24px;
  margin-left: 0;
  margin-right: 0;
  display: grid;
}

.team-card-data {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  margin-bottom: 14px;
  display: flex;
}

.text-block {
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
}

.team-card-icon-data {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--black);
  align-items: center;
  text-decoration: none;
  display: flex;
}

.team-card-icon {
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  border-radius: 50%;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-family: "Fa Brands 400", sans-serif;
  font-size: 16px;
  line-height: 16px;
  transition: background-color .3s ease-in-out;
  display: flex;
}

.team-card-icon:hover {
  background-color: var(--primary-color);
  color: var(--ghost-white);
}

.team-card-icon-2 {
  color: var(--font-color);
  flex: none;
  font-family: "Fa Solid 900", sans-serif;
}

.teams-card-data {
  flex-direction: column;
  padding: 25px 20px;
  display: flex;
}

.teams-card-icon-data {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-top: 1px solid #04161312;
  justify-content: space-between;
  align-items: center;
  padding-top: 14px;
}

.properties-collection {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.keymetrics-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.k-eymetrics-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
}

.keymetrics-image-data {
  position: relative;
}

.keymetrics-image-one {
  border-radius: 30px;
  width: 80%;
  height: 80%;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.keymetrics-data {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-direction: column;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.downloads-numbers {
  z-index: 1;
  justify-content: flex-start;
  max-height: 70px;
  display: flex;
  overflow: hidden;
}

.counter-number {
  color: var(--black);
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
}

.active-numbers {
  z-index: 10;
  justify-content: flex-start;
  max-height: 70px;
  display: flex;
  overflow: hidden;
}

.counter-number-2 {
  color: var(--black);
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
}

.happy-numbers {
  z-index: 10;
  justify-content: flex-start;
  max-height: 70px;
  display: flex;
  overflow: hidden;
}

.keymetrics-image-tow {
  border: 14px solid var(--white);
  border-radius: 30px;
  width: 60%;
  height: 60%;
  position: absolute;
  inset: auto 0% 0% auto;
  overflow: hidden;
}

.key-primary {
  z-index: 22;
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  background-color: var(--primary-color);
  color: var(--white);
  text-transform: capitalize;
  cursor: pointer;
  border-radius: 10px;
  justify-content: center;
  align-self: baseline;
  align-items: center;
  padding: 12px 25px;
  font-size: 16px;
  font-weight: 500;
  line-height: 25.6px;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.key-primary:active {
  background-color: #43464d;
}

.key-primary.ghost-white {
  background-color: var(--ghost-white);
  color: var(--black);
  font-weight: 600;
}

.keymetrics-image-three {
  z-index: 10;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--white);
  border-radius: 20px;
  align-items: center;
  padding: 15px 20px;
  transition: box-shadow .3s ease-in-out;
  display: flex;
  position: absolute;
  inset: 10% 0% auto auto;
  overflow: hidden;
}

.keymetrics-image-three:hover {
  box-shadow: 0 0 30px #0003;
}

.key-icon {
  border: 1px solid var(--black);
  background-color: var(--black);
  color: var(--white);
  border-radius: 50px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 19px;
  display: flex;
}

.key-icon-border {
  border: 1px solid var(--black);
  border-radius: 50%;
  flex: none;
  padding: 10px;
  position: relative;
  overflow: hidden;
}

.keymetrics-image-four {
  z-index: 1;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--white);
  border-radius: 20px;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px;
  display: flex;
  position: absolute;
  inset: auto auto 10% 10%;
  overflow: hidden;
}

.key-des {
  color: var(--font-color);
  line-height: 22.4px;
}

.kay-icon-data {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
}

.blog-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.blog-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.blog-card {
  border-radius: 12px;
  height: 100%;
  overflow: hidden;
}

.blog-card-data {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.lightbox-link-2 {
  z-index: 10;
  position: absolute;
  inset: 0%;
}

.button-container.auto {
  margin-left: auto;
  margin-right: auto;
}

.button-text {
  z-index: 6;
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  display: flex;
  position: relative;
}

.button-text.absolute {
  position: absolute;
  top: 5rem;
}

.button-text.absolute.white {
  color: var(--ghost-white);
}

.button-hover-circle {
  z-index: 5;
  background-color: var(--black);
  border-radius: 100%;
  width: 200%;
  height: 459%;
  position: absolute;
  inset: auto auto -485% -60px;
}

.submit-button {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  background-color: var(--primary-color);
  color: var(--white);
  font-size: var(--small-heading-font-size\<deleted\|variable-322b5068-967c-dabf-50af-a20998ed8299\>);
  line-height: var(--small-heading-line-height\<deleted\|variable-8fe9f3a4-5b6f-8ee0-c509-76b23e3b8264\>);
  text-transform: capitalize;
  border-radius: 10px;
  justify-content: center;
  align-self: baseline;
  align-items: center;
  padding: 0;
  font-weight: 500;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.submit-button:active {
  background-color: #43464d;
}

.submit-button.footer-button {
  background-color: var(--ghost-white);
}

.contact-divider-wrapper {
  flex: none;
  width: 60px;
}

.contact-field-wrapper {
  width: 100%;
  margin-bottom: 24px;
}

.contact-form-icon {
  flex: none;
  width: 40px;
  height: 40px;
}

.contact-img-wrapper {
  flex: none;
  width: 50px;
  height: 50px;
}

.contact-btn {
  display: flex;
}

.contact-flex-field {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  display: flex;
}

.contact-form-title {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 24px;
  display: flex;
}

.contact-input-icon {
  color: var(--primary-color);
  font-family: "Fa 400", sans-serif;
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translate(0, -50%);
}

.contact-input-icon.bold {
  font-family: "Fa Solid 900", sans-serif;
}

.cntact-img-before {
  background-image: linear-gradient(#fff0, #fff);
  position: absolute;
  inset: 0%;
}

.contact-input-box {
  position: relative;
}

.contact-img-box {
  width: 190px;
  height: 270px;
  position: absolute;
  bottom: 0;
  right: -15px;
}

.contactt-form-block {
  background-color: var(--white);
  border-radius: 10px;
  padding: 40px 30px;
  box-shadow: 0 4px 26px #42474c14;
}

.contact-block {
  margin-bottom: 31px;
  display: flex;
}

.contact-field-title {
  margin-bottom: 10px;
  font-weight: 800;
}

.contact-img {
  object-position: 0% 0%;
}

.contact-divider {
  background-color: var(--primary-color);
  width: 1px;
  height: 55px;
  margin-left: 30px;
  transform: rotate(21deg);
}

.contact-address-txt {
  color: var(--font-color);
  font-size: 16px;
}

.success-msg {
  color: #8fa598;
  font-size: 18px;
  line-height: 26px;
}

.contact-title-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  width: 90%;
  margin-bottom: 54px;
  display: flex;
}

.success-message {
  background-color: #fff0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.contact-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.contact-wrapper {
  justify-content: space-between;
  display: flex;
}

.contact-input {
  border: 1px solid var(--background-color);
  background-color: var(--white);
  color: var(--black);
  border-radius: 10px;
  width: 100%;
  height: 52px;
  margin-bottom: 0;
  padding: 11px 14px 11px 46px;
  font-weight: 500;
  box-shadow: 0 2px 5px #0003;
}

.contact-input:active, .contact-input:focus {
  border-color: var(--primary-color);
}

.contact-input::placeholder {
  color: var(--font-color);
}

.contact-input.ps {
  height: 140px;
  padding-left: 14px;
}

.contact-input.color {
  background-color: var(--white);
  color: var(--font-color);
}

.contact-sub-title {
  color: var(--black);
  margin-bottom: 10px;
  font-weight: 700;
}

.contact-box {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.div-block {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  padding-top: 30px;
  padding-bottom: 30px;
}

.footer-box {
  flex-direction: column;
  align-items: flex-start;
  width: 25%;
  display: flex;
  overflow: hidden;
}

.footer-form-block {
  width: 100%;
}

.footer-success-msg {
  color: #8fa598;
  font-size: 16px;
}

.footer-icon-img {
  width: 36px;
  height: 36px;
}

.footer-success-message {
  background-color: #ebf9f9;
}

.footer-right-arrow {
  margin-right: 11px;
  font-family: "Fa Solid 900", sans-serif;
  display: inline-block;
}

.sell-btn {
  background-color: var(--black);
  font-size: var(--small-heading-font-size\<deleted\|variable-322b5068-967c-dabf-50af-a20998ed8299\>);
  line-height: var(--small-heading-line-height\<deleted\|variable-8fe9f3a4-5b6f-8ee0-c509-76b23e3b8264\>);
  border-radius: 10px;
  padding: 15px 25px;
  font-weight: 600;
  transition: all .4s;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.sell-btn:hover {
  background-color: #143a34;
}

.footer-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.copyright-link {
  color: var(--white);
}

.footer-form-title {
  color: var(--ghost-white);
  margin-bottom: 15px;
}

.footer-social {
  border: 1px solid var(--white);
  color: var(--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  font-family: "Fa Brands 400", sans-serif;
  transition: all .4s;
  display: flex;
}

.footer-social:hover {
  border-color: var(--primary-color);
  background-color: var(--white);
  color: var(--primary-color);
}

.footer-social-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.sell-box-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  margin-bottom: 120px;
  display: flex;
}

.footer-list {
  color: var(--white);
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}

.sell-img-wrapper {
  flex: none;
  align-self: flex-start;
  height: 100px;
}

.footer-input-field {
  background-color: var(--background-color);
  border: 1px solid #04161366;
  border-radius: 10px;
  height: 52px;
}

.footer-input-field:hover, .footer-input-field:focus {
  border-color: #041613;
}

.footer {
  background-color: #8fa598;
  padding-top: 60px;
  padding-bottom: 30px;
  padding-left: 20px;
}

.copyright {
  color: #fff9;
  text-align: center;
  padding-top: 30px;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}

.sell-box {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #ebf9f9;
  border-radius: 12px;
  width: 100%;
  padding: 30px 30px 45px;
  display: flex;
  position: relative;
}

.footer-list-item {
  color: var(--ghost-white);
  margin-bottom: 12px;
  transition: transform .4s;
}

.footer-list-item:hover {
  transform: translate(-11px);
}

.footer-logo {
  color: var(--white);
  font-size: 40px;
  font-weight: 800;
  line-height: 50px;
}

.footer-contact-wrapper {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  display: flex;
}

.footernav-list {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: center;
  display: flex;
}

.address-link {
  color: var(--ghost-white);
  margin-bottom: 16px;
  font-size: 15px;
  display: inline-block;
}

.sell-desc-box {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  display: flex;
}

.footer-address-title {
  color: var(--ghost-white);
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 700;
}

.footer-list-title {
  color: var(--white);
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}

.footer-top-wrapper {
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer-bottom-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.about-breadcrumb {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  height: 450px;
  display: flex;
  position: relative;
}

.about-before {
  z-index: -1;
  background-color: #061f11;
  position: absolute;
  inset: 0%;
}

.breadcrumb-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: none;
}

.breadcrumb {
  color: var(--white);
  font-weight: 500;
}

.about-title-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.about-wrapper {
  padding-top: 100px;
  padding-bottom: 100px;
}

.about-flex-box {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.about-box {
  width: 50%;
}

.about-desc-wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-direction: column;
  margin-bottom: 50px;
  display: flex;
}

.about-vila-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.about-single-vila {
  width: 50%;
}

.about-vila-icon {
  background-color: var(--primary-color);
  color: var(--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 30px;
  display: flex;
}

.about-vila-icon.light {
  font-family: "Fa 400", sans-serif;
}

.about-vila-title {
  color: var(--black);
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 600;
}

.about-vila-desc {
  color: var(--font-color);
  width: 70%;
  font-size: 14px;
  line-height: 24px;
}

.about-bg-img {
  opacity: .3;
  mix-blend-mode: screen;
  object-position: 50% 60%;
  background-color: #000;
}

.about-bg-img.agent-bg-position {
  object-position: 50% 30%;
}

.vision-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.vision-left {
  width: 40%;
}

.vision-right {
  width: 60%;
}

.vision-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.vision-img-wrapper {
  border-radius: 5px;
  height: 650px;
  position: relative;
  overflow: hidden;
}

.vision-title-desc {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  width: 89%;
  margin-bottom: 30px;
  display: flex;
}

.vision-mission-box {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-radius: 5px;
  flex-direction: column;
  padding: 50px 40px;
  display: flex;
}

.vision-box {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.vision-logo {
  flex: none;
  align-self: flex-start;
  width: 70px;
  position: relative;
}

.vision-logo-before {
  background-image: linear-gradient(to bottom, #ebf9f900, var(--white));
  position: absolute;
  inset: 0%;
}

.vision-title {
  color: var(--black);
  font-size: 26px;
}

.vision-desc {
  color: var(--font-color);
  font-size: 16px;
  line-height: 24px;
}

.vision-desc-box {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.vision-img-before {
  background-color: var(--black);
  opacity: .2;
  position: absolute;
  inset: 0%;
}

.about-service-section {
  background-color: var(--background-color);
  padding-top: 100px;
  padding-bottom: 100px;
}

.about-service-title-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
}

.about-service-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.about-service-box {
  background-color: var(--white);
  border-radius: 12px;
  padding: 40px;
  transition: all .3s;
  box-shadow: 0 0 35px #00000014;
}

.about-service-box:hover {
  box-shadow: 0 25px 48px 0 var(--hover-color), 0 0 48px 0 var(--hover-color), 0 0 54px 0 var(--hover-color);
  transform: translate(0, -10px);
}

.about-serivce-icon {
  width: 45px;
  height: 45px;
  margin-bottom: 45px;
}

.about-service-title {
  color: var(--black);
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
}

.about-service-desc {
  color: var(--font-color);
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 24px;
}

.about-service-box-wrapper {
  flex-direction: column;
  display: flex;
}

.contact-image-box {
  background-image: linear-gradient(-45deg, #fff 5%, #fff0 40%), linear-gradient(45deg, #fff0 60%, #fff 95%), linear-gradient(#fff0 60%, #fff 95%), linear-gradient(#fff 5%, #fff0 50%), linear-gradient(to right, #fff0 50%, #fff 95%), url('../images/Contact-image.jpg');
  background-position: 0 0, 0 0, 0 0, 0 0, 0 0, 40%;
  background-size: auto, auto, auto, auto, auto, cover;
  width: 50%;
  position: relative;
}

.contact-page-form-block {
  border-radius: 10px;
  padding: 40px 30px;
  box-shadow: 0 4px 26px #42474c14;
}

.contact-page-contact-section {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
}

.reach-title {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.reach-out-section {
  padding-bottom: 80px;
}

.reach-text-des {
  color: var(--black);
  font-weight: 400;
  line-height: 22.4px;
  transition: color .2s;
}

.reach-text-des:hover {
  color: #041613;
}

.reach-data-box {
  grid-row-gap: 4px;
  border: 2px solid var(--primary-color);
  background-color: var(--primary-color);
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 45px;
  display: flex;
}

.reach-icon {
  color: #fff;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 44.8px;
  display: inline-block;
}

.reach-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 32px;
}

.reach-image-data-box {
  border-radius: 12px;
  flex-direction: column;
  max-height: 270px;
  overflow: hidden;
}

.slider-image-frame {
  border-radius: 12px;
  width: 300px;
  max-width: 100%;
  padding-bottom: 0;
  overflow: hidden;
}

.slider-image-frame.up {
  border-radius: 12px;
  margin-top: -50px;
  overflow: hidden;
}

.slider-image-frame.bottom {
  border-radius: 12px;
  height: 250px;
  position: relative;
  bottom: -155px;
  overflow: hidden;
}

.slider-image-frame.top {
  border-radius: 12px;
  height: 250px;
  overflow: hidden;
}

.slider-grid {
  grid-column-gap: 4.5vw;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.slider-box {
  padding-top: 2%;
  padding-bottom: .5%;
  display: flex;
}

.slider-wrapper {
  margin-right: 4.5vw;
}

.slider-section {
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
}

.slider {
  align-items: flex-end;
  display: flex;
}

.waves---expandable-item {
  border: 1px solid var(--black);
  background-color: var(--white);
  cursor: pointer;
  border-radius: 12px;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  padding: 20px 24px;
  display: flex;
}

.waves-expandable-master-faq-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  width: 100%;
  max-width: 60%;
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.waves---center-heading {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.faq-section {
  padding-top: 40px;
  padding-bottom: 80px;
}

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

.blog-list-banner {
  background-color: var(--background-color);
}

.blog-breadcrumb {
  z-index: 1;
  justify-content: space-between;
  align-items: flex-start;
  height: 680px;
  padding-top: 110px;
  padding-bottom: 200px;
  display: flex;
  position: relative;
}

.blog-title-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.blog-page-title {
  color: var(--white);
  font-size: 48px;
  font-weight: 600;
  line-height: 56px;
}

.blog-before {
  z-index: -1;
  background-color: #061f11;
  position: absolute;
  inset: 0%;
}

.blog-bg-img {
  opacity: .3;
  mix-blend-mode: screen;
  object-position: 50% 60%;
  background-color: #000;
}

.blog-list-section-top {
  z-index: 10;
  margin-bottom: -325px;
  position: relative;
  transform: translate(0, -325px);
}

.top-blog-main-block {
  position: relative;
}

.single-blog-card {
  background-color: var(--white);
  box-shadow: 0 4px 15px 0 var(--hover-color);
  border-radius: 12px;
  flex-direction: column;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.single-propertie-image {
  object-fit: cover;
  width: 100%;
  height: 425px;
  position: relative;
}

.single-blog-card-data {
  align-self: center;
}

.single-blog-heading {
  color: var(--black);
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: 600;
  line-height: 44px;
}

.blog-des {
  color: var(--black);
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 25.6px;
}

.three-blog-image-block {
  flex: none;
  width: 260px;
  height: 220px;
}

.three-blog-image-block._w-260 {
  height: 260px;
}

.collection-list-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.three-blog-card-data {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-direction: column;
  padding: 20px;
  display: flex;
}

.three-blog-heading {
  color: var(--black);
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.div-block-2 {
  background-color: var(--white);
  border-radius: 12px;
  align-items: center;
  display: flex;
  overflow: hidden;
  box-shadow: 0 3px 15px #0003;
}

.grid-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
}

.blog-small-heading {
  color: var(--ghost-white);
  font-size: var(--small-heading-font-size\<deleted\|variable-322b5068-967c-dabf-50af-a20998ed8299\>);
  line-height: var(--small-heading-line-height\<deleted\|variable-8fe9f3a4-5b6f-8ee0-c509-76b23e3b8264\>);
  width: 49%;
  margin-bottom: 0;
  font-weight: 500;
}

.blog-list-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.collection-list-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-image-section {
  height: 600px;
}

.image-2 {
  object-position: 50% 40%;
}

.blog-detail-section {
  margin-top: -124px;
}

.blog-detail-main-block {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.blog-heading {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 700;
  line-height: 42px;
}

.blog-description {
  text-align: center;
  font-size: 16px;
  line-height: 25.6px;
}

.blog-description.max-width {
  max-width: 70%;
}

.blog-heading-block {
  flex-direction: column;
  align-items: center;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.blog-reach-text-block {
  margin-top: 40px;
}

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

.utility-page-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 300px;
  display: flex;
}

._404 {
  font-size: 80px;
  line-height: 80px;
}

._404-text {
  font-size: 17px;
  line-height: 23px;
}

.not-found {
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

.key-primary-404 {
  z-index: 22;
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  background-color: var(--primary-color);
  color: var(--white);
  font-size: var(--small-heading-font-size\<deleted\|variable-322b5068-967c-dabf-50af-a20998ed8299\>);
  line-height: var(--small-heading-line-height\<deleted\|variable-8fe9f3a4-5b6f-8ee0-c509-76b23e3b8264\>);
  text-transform: capitalize;
  border-radius: 10px;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 10px;
  padding: 12px 25px;
  font-weight: 500;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.key-primary-404:active {
  background-color: #43464d;
}

.button-text-404 {
  z-index: 6;
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  display: flex;
  position: relative;
}

.button-text-404.absolute {
  position: absolute;
  top: 5rem;
}

.property-list-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.property-list-wraper-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: .3fr 1fr;
}

.properties-filters-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.filters-header {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.all-property-link {
  color: var(--black);
}

.filter-group {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.filter-group-header {
  border-top: 1px solid #d8d8d8;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
}

.city-collection-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  display: flex;
}

.city-link-block {
  color: var(--black);
  border: 1px solid #d8d8d8;
  border-radius: 50px;
  padding: 4px 12px;
}

.city-link-block.w--current {
  border-color: var(--primary-color);
  background-color: var(--primary-color);
  color: var(--white);
}

.location-collection-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  display: flex;
}

.location-link-block {
  color: var(--black);
  border: 1px solid #d8d8d8;
  border-radius: 50px;
  padding: 4px 12px;
}

.location-link-block.w--current {
  border-color: var(--primary-color);
  background-color: var(--primary-color);
  color: var(--white);
}

.property-collection-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.property-collection-item {
  border: 1px solid var(--border-color);
  border-radius: 12px;
  width: 100%;
  transition: all .3s;
  overflow: hidden;
}

.property-collection-item:hover {
  box-shadow: 0 25px 48px 0 var(--hover-color), 0 0 48px 0 var(--hover-color);
  transform: translate(0, -10px);
}

.property-header-container {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.property-header-image {
  background-color: #061f11;
  align-items: center;
  width: 100%;
  height: 100%;
  max-height: 575px;
  padding-bottom: 75.1875px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.property-info-container {
  background-color: #061f11b8;
  padding: 12px 24px;
  position: absolute;
  inset: auto 0% 0%;
}

.property-detail-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: var(--white);
  display: flex;
}

.text-block-6 {
  text-transform: capitalize;
}

.property-all-detail-section {
  border-bottom: 1px solid #d8d8d8;
  padding-top: 80px;
  padding-bottom: 80px;
}

.property-detail-text {
  justify-content: space-between;
  display: flex;
}

.property-detail-heading {
  text-transform: uppercase;
}

.property-detail-para {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  width: 65%;
  display: flex;
}

.property-info-box {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.property-info-block {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.property-info-icon-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.property-icon-image {
  width: 28px;
}

.collection-list-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-3 {
  height: 254.406px;
}

.location-link {
  align-self: center;
  width: 100%;
  height: 450px;
}

.propertie-link-block {
  background-color: var(--white);
  color: var(--black);
  width: 100%;
}

.image-3 {
  opacity: .22;
  mix-blend-mode: screen;
  object-fit: cover;
  background-color: #000;
}

.property-header-text {
  color: var(--white);
}

.property-header-para {
  color: var(--white);
  text-align: center;
  max-width: 60%;
  margin-top: 18px;
}

.property-breadcrumb {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  height: 450px;
  display: flex;
  position: relative;
}

.property-title-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.blog-title-wrapper-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.property-page-title {
  color: var(--white);
  font-size: 48px;
  font-weight: 600;
  line-height: 56px;
}

.property-small-heading {
  color: var(--ghost-white);
  font-size: var(--small-heading-font-size\<deleted\|variable-322b5068-967c-dabf-50af-a20998ed8299\>);
  line-height: var(--small-heading-line-height\<deleted\|variable-8fe9f3a4-5b6f-8ee0-c509-76b23e3b8264\>);
  width: 49%;
  margin-bottom: 0;
  font-weight: 500;
}

.property-before {
  z-index: -1;
  background-color: #061f11;
  position: absolute;
  inset: 0%;
}

.property-bg-img {
  opacity: .3;
  mix-blend-mode: screen;
  object-position: 50% 60%;
  background-color: #000;
}

.agent-breadcrumb {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  height: 450px;
  display: flex;
  position: relative;
}

.agents-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.agent-page-collection-item {
  border: 1px solid #e9e9e9;
  border-radius: 12px;
  width: 32%;
  padding-left: 0;
  padding-right: 0;
  transition: all .3s;
  overflow: hidden;
}

.agent-page-collection-item:hover {
  box-shadow: 0 25px 48px 0 var(--hover-color), 0 0 48px 0 var(--hover-color);
  transform: translate(0, -10px);
}

.agent-page-collection-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: space-between;
  margin-top: 24px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.team-card-icon-data-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #041613;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.prooerties-address-2 {
  color: #04161366;
  margin-top: 14px;
  margin-bottom: 14px;
  line-height: 22.4px;
}

.prooerties-address-2.p-0 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}

.reach-text-des-link {
  color: var(--white);
  font-weight: 500;
  line-height: 22.4px;
}

.agent-detail-hero-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.agent-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  align-items: center;
}

.agent-wrapper {
  border: 1px solid #e9e9e9;
  border-radius: 12px;
  margin-top: 20px;
  padding: 20px;
}

.agent-image-box {
  border-radius: 12px;
  width: 380px;
  height: 380px;
  overflow: hidden;
}

.about-agent-heading {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 16px;
  display: flex;
}

.agent-info {
  font-size: 16px;
  line-height: 22.4px;
}

.agent-image {
  object-position: 50% 20%;
}

.back-arrow {
  flex: none;
  margin-right: 10px;
  font-family: "Fa Solid 900", sans-serif;
}

.agent-heading {
  border-bottom: 1px solid #e9e9e9;
  align-items: center;
  padding-bottom: 16px;
  display: flex;
}

.info-box {
  grid-column-gap: 40px;
  grid-row-gap: 15px;
  flex-wrap: wrap;
  margin-top: 16px;
  margin-bottom: 16px;
  display: flex;
}

.personal-info-data {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  color: #041613;
  align-items: center;
  font-weight: 500;
  display: flex;
}

.dot {
  background-color: #041613;
  border-radius: 50%;
  width: 5px;
  height: 5px;
}

.agent-icon {
  flex: none;
  font-family: "Fa Solid 900", sans-serif;
}

.agent-card-data {
  grid-column-gap: 40px;
  grid-row-gap: 15px;
  border-top: 1px solid #e9e9e9;
  flex-direction: row;
  justify-content: flex-start;
  align-self: stretch;
  margin-bottom: 14px;
  padding-top: 16px;
  display: flex;
}

.privacy-descption {
  color: #041613;
  text-align: center;
  max-width: 55%;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 25.6px;
}

.privacy-data {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  margin-top: 60px;
  display: flex;
}

.privacy-title {
  color: #041613;
  font-size: 48px;
  font-weight: 600;
  line-height: 56px;
}

.privacy-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.privacy-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.terms-title {
  color: #041613;
  font-size: 48px;
  font-weight: 600;
  line-height: 56px;
}

.terms-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.terms-descption {
  color: #041613;
  text-align: center;
  max-width: 55%;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 25.6px;
}

.terms-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.terms-data {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  margin-top: 60px;
  display: flex;
}

.property-text-heading {
  z-index: 2;
  position: absolute;
}

.read-more-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--black);
  border-bottom: 1px solid #000;
  justify-content: center;
  align-self: baseline;
  align-items: center;
  text-decoration: none;
  display: inline;
}

.blog-list-des {
  color: var(--black);
  font-size: 14px;
  line-height: 18px;
}

.blog-collection-list-wrapper, .blog-collection-list, .blog-collection-item {
  height: 100%;
}

.div-block-4 {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  padding: 60px 28px;
  display: flex;
}

.udesly-tab-content {
  color: #737373;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  line-height: 36px;
}

.udesly-faq-content-wrap {
  background-color: #0000;
  width: 100%;
  max-width: 100%;
  margin-bottom: 16px;
  display: block;
  position: static;
  overflow: hidden;
}

.udesly-faq-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.udesly-faq-title-wrapper {
  white-space: pre-wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.udesly-faq-item-toggle {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0;
  display: flex;
}

.udesly-faq-item-2 {
  border: 1px solid var(--primary-color);
  border-radius: 12px;
  align-self: stretch;
  margin-left: 0;
  margin-right: 0;
  padding: 16px 16px 0;
  transition: all .3s;
  display: block;
}

.udesly-paragraph-large {
  color: #404040;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.udesly-display-large {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 52px;
  font-weight: 500;
  line-height: 56px;
}

.udesly-display-large.udesly-text-extrabold {
  font-size: 52px;
}

.udesly-overline-large {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
}

.html-embed {
  width: 20px;
  height: 20px;
}

.blog-arrow-box {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.propertie-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 75px;
  padding-top: 217px;
  padding-bottom: 217px;
  display: flex;
}

.propertie-image-box {
  object-fit: cover;
  object-position: 50% 15%;
  width: 100%;
  height: 240px;
  position: relative;
}

.propertie-image-box.h-240 {
  height: 240px;
}

.propertie-image-box._w-290 {
  height: 290px;
}

.propertie-image-box.h-100 {
  height: 100%;
}

.collection-list-wrapper {
  margin-top: 15px;
}

.blog-collection-item {
  border: 1px solid var(--border-color);
  border-radius: 12px;
  transition: all .3s;
}

.blog-collection-item:hover {
  box-shadow: 0 25px 48px 0 var(--hover-color), 0 0 48px 0 var(--hover-color);
  transform: translate(0, -10px);
}

.blog-collection-item.move-remove:hover {
  transform: none;
}

.home-success-message {
  background-color: #ddd0;
  padding-top: 200px;
  padding-bottom: 200px;
}

.next-button {
  z-index: 22;
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  background-color: var(--primary-color);
  color: var(--white);
  font-size: var(--small-heading-font-size\<deleted\|variable-322b5068-967c-dabf-50af-a20998ed8299\>);
  line-height: var(--small-heading-line-height\<deleted\|variable-8fe9f3a4-5b6f-8ee0-c509-76b23e3b8264\>);
  text-transform: capitalize;
  border-radius: 10px;
  justify-content: center;
  align-self: baseline;
  align-items: center;
  width: 100%;
  max-width: 118px;
  margin-left: 0;
  margin-right: 0;
  padding: 12px 25px;
  font-weight: 500;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.next-button:active {
  background-color: #43464d;
}

.previous-buttons {
  z-index: 22;
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  background-color: var(--primary-color);
  color: var(--white);
  font-size: var(--small-heading-font-size\<deleted\|variable-322b5068-967c-dabf-50af-a20998ed8299\>);
  line-height: var(--small-heading-line-height\<deleted\|variable-8fe9f3a4-5b6f-8ee0-c509-76b23e3b8264\>);
  text-transform: capitalize;
  border-radius: 10px;
  justify-content: center;
  align-self: baseline;
  align-items: center;
  width: 100%;
  max-width: 118px;
  margin-left: 0;
  margin-right: 0;
  padding: 12px 25px;
  font-weight: 500;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.previous-buttons:active {
  background-color: #43464d;
}

.pagination {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  margin-top: 40px;
}

.next {
  background-color: #fafafa00;
  border-style: none;
  flex: none;
  width: 100%;
  max-width: 118px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

.previous {
  background-color: #fafafa00;
  border-style: none;
  width: 100%;
  max-width: 118px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

.submit {
  z-index: 22;
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  color: var(--white);
  font-size: var(--small-heading-font-size\<deleted\|variable-322b5068-967c-dabf-50af-a20998ed8299\>);
  line-height: var(--small-heading-line-height\<deleted\|variable-8fe9f3a4-5b6f-8ee0-c509-76b23e3b8264\>);
  text-transform: capitalize;
  cursor: pointer;
  background-color: #8fa598;
  border-radius: 10px;
  justify-content: center;
  align-self: baseline;
  align-items: center;
  width: 100%;
  padding: 12px 25px;
  font-weight: 500;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.submit:active {
  background-color: #43464d;
}

.nav-left {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-logo {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: inherit;
  justify-content: center;
  align-items: center;
  height: 2.5rem;
  text-decoration: none;
  display: flex;
}

.nav-logo:hover {
  color: color-mix(in srgb, currentColor 80%, transparent);
}

.nav-logo-icon {
  aspect-ratio: 1;
  flex: none;
  height: 100%;
}

.paragraph-lg {
  letter-spacing: 0;
  margin-bottom: .7em;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 1.13rem;
  line-height: 1.6em;
}

.paragraph-lg.utility-margin-bottom-0, .svg {
  color: #fff;
}

.brix---link-wrapper-color-primary-2 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #ec1d25;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---link-wrapper-color-primary-2:hover {
  color: #281ca5;
}

.icon-regular-18 {
  color: #d12120;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.brix---link-text-2 {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  transition: color .3s;
  display: inline-block;
}

.brix---link-text-2.nre1 {
  color: #000;
  font-size: 16px;
  font-weight: 500;
}

.flex-block-4 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 20px;
}

.expandir {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.lightbox-link-3 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 340px;
  height: 400px;
}

.lightbox-link-3.image1 {
  background-image: url('../images/387056970_812722277310952_4420910492666136413_n.jpg');
  border-radius: 6px;
  transition: all .45s;
}

.lightbox-link-3.image1:hover {
  transform: translate(4px, -4px);
}

.lightbox-link-3.image1.ani {
  background-image: url('../images/508448240_742302605026291_6758018737130454157_n.jpg');
  text-decoration: none;
}

.lightbox-link-3.image1.ani.a1 {
  background-image: url('../images/Untitled-design-2.svg');
}

.lightbox-link-3.image3 {
  background-image: url('../images/328086421_587924376486841_7917133437586571683_n.jpg');
  border-radius: 6px;
}

.lightbox-link-3.image3.an {
  background-image: url('../images/500055009_727201466536405_8561213932260390586_n.jpg');
  text-decoration: none;
  transition: all .45s;
}

.lightbox-link-3.image3.an:hover {
  transform: translate(4px, -4px);
}

.lightbox-link-3.image3.an.a3 {
  background-image: url('../images/Untitled-design-7.svg');
}

.lightbox-link-3.image3.an.a3.a4.a5 {
  background-image: url('../images/Untitled-design-4.svg');
}

.lightbox-link-3.image3.an.a3.a4.a6 {
  background-image: url('../images/Untitled-design-6.svg');
}

.lightbox-link-3.image3.an.a3.a4.a6.a7 {
  background-image: url('../images/Untitled-design-9.jpg');
}

.lightbox-link-3.image2 {
  background-image: url('../images/386337631_810860787497101_7644533005443752777_n.jpg');
}

.lightbox-link-3.image2._6 {
  border-radius: 6px;
}

.lightbox-link-3.image2._6.an {
  background-image: url('../images/495617153_714629497793602_2964355152854803590_n.jpg');
  text-decoration: none;
  transition: all .45s;
}

.lightbox-link-3.image2._6.an:hover {
  transform: translate(4px, -4px);
}

.lightbox-link-3.image2._6.an.a2 {
  background-image: url('../images/Untitled-design-10.svg');
}

.expand-icon {
  width: 35px;
  margin-top: 5px;
  margin-bottom: 10px;
  position: relative;
}

.gallery-thumb-cover-2 {
  color: #fff;
  text-transform: uppercase;
  background-image: linear-gradient(#0009, #0009);
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: Inconsolata, monospace;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: sticky;
  inset: 0;
}

@media screen and (min-width: 1280px) {
  .property-info-box {
    flex-wrap: wrap;
  }
}

@media screen and (min-width: 1920px) {
  .text-field::placeholder {
    font-size: 15px;
    line-height: 28px;
  }

  .form-button {
    font-size: 20px;
    line-height: 30px;
  }

  .card-arror-icon {
    flex: 1;
  }

  .blog-card {
    flex-direction: column;
    display: flex;
  }

  .blog-card-data {
    flex: 1;
  }

  .contact-img-box {
    right: -56px;
  }

  .contact-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .sell-btn, .footer-social {
    font-size: 20px;
    line-height: 28px;
  }

  .blog-image-section {
    height: 700px;
  }

  .filter-group-header-text {
    font-size: 20px;
    line-height: 28px;
  }
}

@media screen and (max-width: 991px) {
  blockquote {
    max-width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .navbar-no-shadow {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .main-container {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-section {
    padding-top: 80px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    max-width: 80%;
    margin-bottom: 30px;
  }

  .small-heading {
    font-size: var(--tab-small-heading-font-size\<deleted\|variable-9c4a486c-05b9-8586-bd69-d60b3b47846a\>);
    line-height: var(--tab-small-heading-line-height\<deleted\|variable-69d83f9e-bd9a-c7b2-ca1d-7b7e49f65bfd\>);
    max-width: 100%;
  }

  .small-heading.black.hide {
    text-align: right;
  }

  .site-logo-t7 {
    flex: 0 auto;
    display: none;
  }

  .site-logo-t7.none {
    display: block;
  }

  .site-logo-t7.show {
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
    display: inline-block;
  }

  .navbar-wrapper {
    z-index: 9;
    justify-content: space-between;
    align-items: center;
    display: flex;
    position: relative;
  }

  .nav-menu-t7 {
    z-index: 99;
    background-color: #fff;
    height: 100%;
    max-height: 100%;
    padding: 20px;
    position: fixed;
    inset: 0%;
  }

  .icon-7 {
    color: var(--ghost-white);
    font-size: 40px;
    line-height: 40px;
  }

  .close-icon-wrapper-t7 {
    z-index: 999;
    cursor: pointer;
    width: 30px;
    height: 30px;
    position: relative;
  }

  .nav-link {
    color: var(--black);
    font-size: var(--tab-small-heading-font-size\<deleted\|variable-9c4a486c-05b9-8586-bd69-d60b3b47846a\>);
    line-height: var(--tab-small-heading-line-height\<deleted\|variable-69d83f9e-bd9a-c7b2-ca1d-7b7e49f65bfd\>);
    border-bottom: 1px solid #e0e0e0;
    width: 100%;
  }

  .nav-link.w--current {
    color: var(--black);
  }

  .menu-button-t7 {
    display: block;
  }

  .menu-button-t7.w--open {
    background-color: #fff0;
  }

  .logo-mobile-wrapper-t7 {
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .navbar {
    margin-bottom: 0;
    top: auto;
  }

  .list-box {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    flex-direction: column;
    margin-bottom: 14px;
  }

  .logo.res-nav-in {
    color: var(--primary-color);
  }

  .hero-heading {
    font-size: 48px;
    line-height: 56.8px;
  }

  .hero-form-block {
    width: 100%;
    max-width: none;
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .form-heading {
    font-size: 22px;
    line-height: 30px;
  }

  .form-description {
    font-size: 10px;
    line-height: 18px;
  }

  .form-button {
    font-size: var(--tab-small-heading-font-size\<deleted\|variable-9c4a486c-05b9-8586-bd69-d60b3b47846a\>);
    line-height: var(--tab-small-heading-line-height\<deleted\|variable-69d83f9e-bd9a-c7b2-ca1d-7b7e49f65bfd\>);
  }

  .hero-section-img-data {
    padding: 18px 24px;
  }

  .img-text {
    font-size: 18px;
    line-height: 24px;
  }

  .about-us-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .about-card-grid {
    width: 100%;
  }

  .about-us-wrapper {
    flex-direction: column;
  }

  .about-us-data {
    width: 100%;
    margin-top: 0;
    padding: 30px;
  }

  .about-us-heading {
    font-size: 48px;
    line-height: 56.8px;
  }

  .about-us-des {
    font-size: var(--tab-small-heading-font-size\<deleted\|variable-9c4a486c-05b9-8586-bd69-d60b3b47846a\>);
    line-height: var(--tab-small-heading-line-height\<deleted\|variable-69d83f9e-bd9a-c7b2-ca1d-7b7e49f65bfd\>);
  }

  .about-us-card {
    align-items: flex-start;
    padding: 40px 38px;
  }

  .about-us-card-heading {
    font-size: 48px;
    line-height: 56.8px;
  }

  .about-card-des {
    font-size: 20px;
    line-height: 28px;
  }

  .properties-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-heading {
    font-size: var(--tab-section-heading-font-size\<deleted\|variable-33852d2c-b0ad-4fff-52bc-4fb8b0320126\>);
    line-height: var(--tab-section-heading-line-height\<deleted\|variable-10fff40c-9bca-cefd-b0f3-acf0e8569a34\>);
  }

  .properties-heading-data {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .prooerties-address {
    font-size: 13px;
    line-height: 20px;
  }

  .card-icon {
    font-size: 13px;
  }

  .section-description {
    font-size: var(--tab-section-description-font-size\<deleted\|variable-b42ab636-9d45-27ef-6af0-1638b86094d5\>);
    line-height: var(--tab-section-description-line-height\<deleted\|variable-0203159a-4d9a-2941-3f71-f055ff4e4ca0\>);
  }

  .section-description.cta-des {
    max-width: 70%;
  }

  .section-description.tab-center {
    text-align: center;
  }

  .section-description.max {
    max-width: 95%;
  }

  .services-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .service-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .testimonials-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .testimonials-data {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .testimonials-img-box, .testimonials-grid {
    width: 100%;
  }

  .testimonials-img {
    width: 50px;
    height: 50px;
  }

  .testimoni-text-data {
    white-space: nowrap;
    font-size: 18px;
    line-height: 24px;
  }

  .testimoni-star-image {
    width: 120px;
    height: 20px;
  }

  .cta-section, .team-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .team-collection-list {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .team-card-icon-data {
    font-size: 13px;
  }

  .properties-collection {
    grid-template-columns: 1fr 1fr;
  }

  .keymetrics-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .k-eymetrics-grid {
    grid-template-columns: 1fr;
  }

  .keymetrics-image-data {
    height: 650px;
  }

  .keymetrics-data {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .downloads-numbers, .active-numbers, .happy-numbers {
    justify-content: center;
  }

  .key-primary {
    font-size: var(--tab-small-heading-font-size\<deleted\|variable-9c4a486c-05b9-8586-bd69-d60b3b47846a\>);
    line-height: var(--tab-small-heading-line-height\<deleted\|variable-69d83f9e-bd9a-c7b2-ca1d-7b7e49f65bfd\>);
    margin-top: 18px;
  }

  .key-des {
    font-size: 13px;
    line-height: 20px;
  }

  .blog-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .kay-box-data {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    display: flex;
  }

  .submit-button {
    font-size: var(--tab-small-heading-font-size\<deleted\|variable-9c4a486c-05b9-8586-bd69-d60b3b47846a\>);
    line-height: var(--tab-small-heading-line-height\<deleted\|variable-69d83f9e-bd9a-c7b2-ca1d-7b7e49f65bfd\>);
    margin-top: 18px;
  }

  .contact-img-box {
    right: 0;
  }

  .contact-title-wrapper {
    width: 100%;
  }

  .contact-wrapper {
    flex-wrap: wrap;
  }

  .contact-box {
    width: 100%;
  }

  .footer-box {
    width: 50%;
    padding-right: 20px;
  }

  .sell-btn {
    font-size: var(--tab-small-heading-font-size\<deleted\|variable-9c4a486c-05b9-8586-bd69-d60b3b47846a\>);
    line-height: var(--tab-small-heading-font-size\<deleted\|variable-9c4a486c-05b9-8586-bd69-d60b3b47846a\>);
  }

  .footer-wrapper {
    grid-column-gap: 0px;
    flex-wrap: wrap;
  }

  .sell-img-wrapper {
    width: 123.938px;
  }

  .sell-box {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .sell-desc-box {
    text-align: center;
  }

  .footer-bottom-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .about-breadcrumb {
    height: 400px;
  }

  .about-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .about-flex-box {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .about-box {
    width: 100%;
  }

  .about-desc-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-bottom: 40px;
  }

  .vision-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .vision-left, .vision-right {
    width: 100%;
  }

  .vision-wrapper {
    flex-direction: column;
  }

  .vision-img-wrapper {
    width: 100%;
    max-width: 470px;
  }

  .about-service-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .about-service-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .about-serivce-icon {
    margin-bottom: 35px;
  }

  .contact-image-box {
    width: 100%;
    display: none;
  }

  .reach-text-des {
    font-size: 13px;
    line-height: 20px;
  }

  .reach-icon {
    font-size: 28px;
    line-height: 34.8px;
  }

  .reach-grid {
    grid-template-columns: 1fr;
  }

  .reach-image-data-box {
    display: none;
  }

  .slider-image-frame.up {
    width: 280px;
  }

  .waves-expandable-master-faq-2 {
    max-width: 100%;
  }

  .collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .blog-des {
    font-size: 14px;
    line-height: 20.2px;
  }

  .grid-2 {
    grid-template-columns: 1fr;
  }

  .blog-small-heading {
    font-size: var(--tab-small-heading-font-size\<deleted\|variable-9c4a486c-05b9-8586-bd69-d60b3b47846a\>);
    line-height: var(--tab-small-heading-line-height\<deleted\|variable-69d83f9e-bd9a-c7b2-ca1d-7b7e49f65bfd\>);
    width: 100%;
    max-width: 100%;
  }

  .collection-list-3 {
    grid-template-columns: 1fr 1fr;
  }

  .blog-detail-main-block {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .key-primary-404 {
    font-size: var(--tab-small-heading-font-size\<deleted\|variable-9c4a486c-05b9-8586-bd69-d60b3b47846a\>);
    line-height: var(--tab-small-heading-line-height\<deleted\|variable-69d83f9e-bd9a-c7b2-ca1d-7b7e49f65bfd\>);
    margin-top: 18px;
  }

  .property-list-wraper-grid {
    grid-template-columns: 1fr;
  }

  .properties-filters-wrapper {
    max-width: none;
  }

  .filter-group {
    align-items: flex-start;
  }

  .city-collection-list {
    justify-content: flex-start;
  }

  .property-info-container {
    padding-left: 0;
    padding-right: 0;
  }

  .property-all-detail-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .property-detail-text {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .property-detail-para {
    width: 100%;
  }

  .property-header-para {
    max-width: none;
  }

  .property-breadcrumb {
    height: 400px;
  }

  .property-small-heading {
    font-size: var(--tab-small-heading-font-size\<deleted\|variable-9c4a486c-05b9-8586-bd69-d60b3b47846a\>);
    line-height: var(--tab-small-heading-line-height\<deleted\|variable-69d83f9e-bd9a-c7b2-ca1d-7b7e49f65bfd\>);
    width: 100%;
    max-width: 100%;
  }

  .agent-breadcrumb {
    height: 400px;
  }

  .agents-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .agent-page-collection-item {
    width: 48%;
  }

  .agent-page-collection-list {
    grid-column-gap: 29px;
    grid-row-gap: 29px;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .team-card-icon-data-2 {
    font-size: 13px;
  }

  .prooerties-address-2, .reach-text-des-link {
    font-size: 13px;
    line-height: 20px;
  }

  .agent-detail-hero-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .agent-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .agent-image-box {
    width: auto;
  }

  .agent-info {
    font-size: 13px;
    line-height: 20px;
  }

  .privacy-descption, .terms-descption {
    width: 100%;
    max-width: 100%;
    font-size: 14px;
    line-height: 20.2px;
  }

  .blog-list-des {
    font-size: 14px;
    line-height: 20.2px;
  }

  .div-block-4 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .udesly-faq-content-wrap {
    width: 100%;
  }

  .udesly-display-large.udesly-text-extrabold {
    font-size: 32px;
    line-height: 1.2;
  }

  .home-success-message {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .text-block-7 {
    font-size: 14px;
    line-height: 22px;
  }

  .next-button, .previous-buttons, .submit {
    font-size: var(--tab-small-heading-font-size\<deleted\|variable-9c4a486c-05b9-8586-bd69-d60b3b47846a\>);
    line-height: var(--tab-small-heading-line-height\<deleted\|variable-69d83f9e-bd9a-c7b2-ca1d-7b7e49f65bfd\>);
    margin-top: 18px;
  }

  .paragraph-lg {
    font-size: 1.13rem;
  }

  .expand-icon {
    width: 20px;
    position: absolute;
    bottom: 10px;
    right: 20px;
  }
}

@media screen and (max-width: 767px) {
  blockquote {
    font-size: 24px;
    line-height: 30px;
  }

  .hero-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero-split {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    max-width: 100%;
  }

  .small-heading.center {
    text-align: center;
  }

  .hero-section-img-data {
    margin-top: 18px;
  }

  .card-icon-data {
    flex-wrap: wrap;
  }

  .downloads-numbers {
    overflow: hidden;
  }

  .contact-divider-wrapper, .contact-form-icon {
    display: none;
  }

  .contact-img-wrapper {
    margin-right: 20px;
  }

  .contact-btn {
    justify-content: center;
  }

  .contact-flex-field {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-wrap: wrap;
  }

  .contact-img-box {
    display: none;
  }

  .contactt-form-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-box {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-box {
    width: 100%;
    padding-right: 0;
  }

  .footer-wrapper {
    grid-row-gap: 24px;
  }

  .sell-box-wrapper {
    grid-row-gap: 60px;
    flex-wrap: wrap;
    margin-bottom: 100px;
  }

  .copyright {
    font-size: 16px;
    line-height: 20px;
  }

  .footernav-list {
    display: none;
  }

  .about-breadcrumb {
    height: 350px;
  }

  .about-wrapper {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .about-desc-wrapper {
    margin-bottom: 20px;
  }

  .about-vila-desc {
    width: 100%;
  }

  .vision-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .vision-img-wrapper {
    height: 620px;
  }

  .vision-title-desc {
    width: 100%;
  }

  .vision-mission-box {
    padding: 40px 20px;
  }

  .vision-box {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .vision-title {
    font-size: 24px;
    line-height: 28px;
  }

  .vision-desc {
    font-size: 16px;
  }

  .about-service-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .about-service-grid {
    grid-template-columns: 1fr;
  }

  .about-serivce-icon {
    margin-bottom: 30px;
  }

  .about-service-title {
    font-size: 20px;
  }

  .contact-image-box {
    padding-left: 0;
    padding-right: 0;
  }

  .contact-page-form-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .collection-list {
    grid-template-columns: 1fr;
  }

  .three-blog-image-block {
    width: 180px;
  }

  .collection-list-3 {
    grid-template-columns: 1fr;
  }

  .blog-heading {
    font-size: 30px;
    line-height: 38px;
  }

  .blog-description {
    font-size: 14px;
    line-height: 20px;
  }

  .blog-heading-block {
    max-width: 84%;
  }

  .property-collection-list {
    grid-template-columns: 1fr;
  }

  .property-header-image {
    height: 575px;
  }

  .property-detail-block {
    flex-wrap: wrap;
    max-width: 100%;
  }

  .property-all-detail-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .property-info-box {
    grid-column-gap: 40px;
    grid-row-gap: 10px;
  }

  .location-link {
    width: 100%;
    height: 300px;
  }

  .property-breadcrumb, .agent-breadcrumb {
    height: 350px;
  }

  .agent-page-collection-list {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .agent-card-data {
    flex-wrap: wrap;
  }

  .div-block-4 {
    justify-content: space-between;
  }

  .udesly-display-large {
    font-size: 56px;
    line-height: 64px;
  }

  .paragraph-lg {
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 479px) {
  .navbar-no-shadow {
    background-color: #8fa598;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .hero-section {
    padding-bottom: 30px;
  }

  .hero-wrapper {
    margin-bottom: 0;
  }

  .hero-split {
    margin-bottom: 20px;
  }

  .small-heading {
    font-size: var(--mobile-small-heading-font-size\<deleted\|variable-7d2ccac6-4824-72b1-4ba9-9c9760f078bb\>);
    line-height: var(--mobile-small-heading-line-height\<deleted\|variable-9ef5c14e-5b7d-36a1-4d61-946c5da86a4b\>);
  }

  .small-heading.black.hide {
    display: none;
  }

  .small-heading.white-50 {
    text-align: center;
  }

  .small-heading.propertie-color {
    margin-top: 6px;
  }

  .small-heading.team-heading {
    font-size: 16px;
  }

  .small-heading.center {
    text-align: center;
    display: block;
  }

  .small-heading.privacy-heading {
    margin-bottom: 10px;
  }

  .small-heading.properi-list {
    margin-top: 6px;
  }

  .home-icon {
    color: var(--ghost-white);
    background-color: #8fa598;
    padding: 8px;
    font-size: 12px;
    line-height: 12px;
  }

  .close-icon-wrapper-t7 {
    width: 25px;
    height: 25px;
  }

  .nav-link {
    font-size: var(--mobile-small-heading-font-size\<deleted\|variable-7d2ccac6-4824-72b1-4ba9-9c9760f078bb\>);
    line-height: var(--mobile-small-heading-line-height\<deleted\|variable-9ef5c14e-5b7d-36a1-4d61-946c5da86a4b\>);
  }

  .logo {
    font-size: 30px;
    line-height: 30px;
  }

  .hero-heading {
    font-size: 32px;
    line-height: 40px;
  }

  .hero-form-block {
    padding: 22px;
  }

  .form-heading {
    font-size: 20px;
    line-height: 26px;
  }

  .form-description {
    font-size: 10px;
    line-height: 14px;
  }

  .form-description.pt-22 {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .form {
    margin-top: 16px;
  }

  .form-data {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .text-field {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 12px;
  }

  .form-button {
    font-size: var(--mobile-small-heading-font-size\<deleted\|variable-7d2ccac6-4824-72b1-4ba9-9c9760f078bb\>);
    line-height: var(--mobile-small-heading-line-height\<deleted\|variable-9ef5c14e-5b7d-36a1-4d61-946c5da86a4b\>);
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .form-button.padding, .form-button.padding-copy, .form-button.padding-copy {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-round-img {
    width: 40px;
    height: 40px;
    margin-left: -10px;
  }

  .hero-section-img-data {
    background-color: #8fa598;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 10px;
    padding: 14px 28px;
  }

  .img-text {
    font-size: 16px;
    line-height: 20px;
  }

  .background-image {
    background-image: linear-gradient(#00000080 100%, #fff0), url('../images/Untitled-design-5.svg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .about-us-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .about-card-grid {
    grid-template-columns: 1fr;
  }

  .about-us-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .about-us-data {
    padding: 18px;
  }

  .about-us-heading {
    font-size: 32px;
    line-height: 40px;
  }

  .about-us-des {
    font-size: 16px;
    line-height: 24px;
  }

  .about-us-card {
    background-color: #8fa598;
  }

  .about-us-card-heading {
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
  }

  .properties-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-heading {
    font-size: var(--mobile-section-heading-font-size\<deleted\|variable-3b4a6f5c-6f95-11d7-0520-fbd1fa85668f\>);
    line-height: var(--mobile-section-heading-line-height\<deleted\|variable-8ef5dcdf-930f-550a-76b6-b00d0321a727\>);
  }

  .section-heading.blog-page {
    width: 250px;
  }

  .properties-deta {
    flex-direction: column;
    align-items: flex-start;
  }

  .propertie-image {
    height: 200px;
  }

  .prooerties-address {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .prooerties-address.p-0 {
    font-size: 12px;
    line-height: 18px;
  }

  .card-icon {
    font-size: 11px;
    line-height: 18px;
  }

  .card-arror-icon {
    flex: none;
    width: 18px;
    height: 18px;
    padding: 0;
  }

  .card-icon-data {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-wrap: wrap;
  }

  .section-description {
    color: var(--black);
    font-family: Montserrat, sans-serif;
    font-size: var(--mobile-section-description-font-size\<deleted\|variable-b2419298-c4f9-d290-daaf-bfcd7c622e4f\>);
    line-height: var(--mobile-section-description-line-height\<deleted\|variable-d7c506b8-805a-2d4a-36f8-3aab1c6d868f\>);
    font-weight: 300;
  }

  .section-description.cta-des {
    color: #fff;
    max-width: none;
  }

  .properties-description {
    padding: 8px 14px;
    font-size: 8px;
    line-height: 8px;
  }

  .services-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .service-card-grid {
    grid-row-gap: 24px;
    grid-template-columns: auto auto;
  }

  .service-icon {
    width: 70px;
    height: 70px;
  }

  .a-faq-dropdown {
    padding: 24px;
  }

  .testimonials-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .what_make_deta {
    flex-direction: column;
    display: flex;
  }

  .make_qustion {
    padding: 14px 18px;
    line-height: 20px;
  }

  .ans_icon_1 {
    width: 26px;
    height: 26px;
  }

  .make_ans {
    padding-left: 18px;
    padding-right: 18px;
    line-height: 20px;
  }

  .testimonials-data {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    align-items: stretch;
    margin-top: 24px;
  }

  .testimonials-img-box {
    height: 310px;
  }

  .testimonials-grid {
    grid-column-gap: 30px;
    grid-row-gap: 18px;
    grid-template-columns: 1fr;
  }

  .cta-section {
    background-color: #8fa598;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .team-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .team-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    display: flex;
  }

  .team-collection-list {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .team-card-icon {
    flex: 1;
    width: 25px;
    height: 25px;
    font-size: 12px;
    line-height: 9px;
  }

  .properties-collection {
    grid-template-columns: 1fr;
  }

  .keymetrics-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .keymetrics-image-data {
    height: 480px;
  }

  .key-primary {
    font-size: var(--mobile-small-heading-font-size\<deleted\|variable-7d2ccac6-4824-72b1-4ba9-9c9760f078bb\>);
    line-height: var(--mobile-small-heading-line-height\<deleted\|variable-9ef5c14e-5b7d-36a1-4d61-946c5da86a4b\>);
    margin-top: 8px;
    padding: 8px 14px;
  }

  .keymetrics-image-three {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    padding: 15px;
  }

  .key-icon {
    width: 20px;
    height: 20px;
    font-size: 10px;
  }

  .key-icon-border {
    padding: 8px;
  }

  .keymetrics-image-four {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding: 20px;
    left: 5%;
  }

  .key-des {
    font-size: 11px;
    line-height: 18px;
  }

  .kay-icon-data {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-wrap: wrap;
  }

  .blog-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .blog-card-data {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding: 18px;
  }

  .kay-box-data {
    flex-direction: column;
  }

  .submit-button {
    font-size: var(--mobile-small-heading-font-size\<deleted\|variable-7d2ccac6-4824-72b1-4ba9-9c9760f078bb\>);
    line-height: var(--mobile-small-heading-line-height\<deleted\|variable-9ef5c14e-5b7d-36a1-4d61-946c5da86a4b\>);
    margin-top: 8px;
    padding: 8px 14px;
  }

  .contactt-form-block {
    padding: 30px 15px;
    box-shadow: 0 2px 5px #0003, 0 4px 26px #42474c14;
  }

  .contact-address-txt {
    color: var(--black);
    word-break: break-all;
  }

  .contact-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .contact-input {
    box-shadow: 0 2px 5px #0003;
  }

  .footer-box {
    padding-right: 0;
  }

  .sell-btn {
    font-size: var(--mobile-small-heading-font-size\<deleted\|variable-7d2ccac6-4824-72b1-4ba9-9c9760f078bb\>);
    line-height: var(--mobile-small-heading-line-height\<deleted\|variable-9ef5c14e-5b7d-36a1-4d61-946c5da86a4b\>);
    white-space: nowrap;
  }

  .sell-box-wrapper {
    margin-bottom: 80px;
  }

  .footer-logo {
    font-size: 40px;
    line-height: 50px;
  }

  .about-breadcrumb {
    height: 300px;
  }

  .about-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .about-vila-wrapper {
    flex-direction: column;
  }

  .about-single-vila {
    width: 100%;
  }

  .vision-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .vision-img-wrapper {
    height: 500px;
  }

  .vision-mission-box {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .vision-box {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .vision-title {
    font-size: 22px;
    line-height: 26px;
  }

  .vision-desc {
    font-size: 14px;
    line-height: 22px;
  }

  .about-service-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .about-service-box {
    padding: 20px;
  }

  .about-serivce-icon {
    margin-bottom: 20px;
  }

  .about-service-desc {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 20px;
  }

  .contact-page-form-block {
    padding: 30px 15px;
  }

  .contact-page-contact-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .reach-out-section {
    padding-bottom: 40px;
  }

  .reach-text-des {
    margin-top: 0;
    margin-bottom: 0;
  }

  .reach-icon {
    font-size: 24px;
    line-height: 30.4px;
  }

  .slider-image-frame.up {
    width: 250px;
  }

  .slider-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .faq-section {
    padding-bottom: 40px;
  }

  .single-propertie-image {
    height: 200px;
  }

  .single-blog-card-data {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    display: flex;
  }

  .single-blog-heading {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 30px;
  }

  .blog-des {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 18.8px;
  }

  .three-blog-image-block {
    width: 100%;
  }

  .three-blog-card-data {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding: 18px;
  }

  .div-block-2 {
    flex-wrap: wrap;
  }

  .blog-small-heading {
    font-size: var(--mobile-small-heading-font-size\<deleted\|variable-7d2ccac6-4824-72b1-4ba9-9c9760f078bb\>);
    line-height: var(--mobile-small-heading-line-height\<deleted\|variable-9ef5c14e-5b7d-36a1-4d61-946c5da86a4b\>);
  }

  .blog-detail-main-block {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .blog-heading {
    font-size: 28px;
    line-height: 34px;
  }

  .blog-description {
    max-width: 100%;
  }

  .key-primary-404 {
    font-size: var(--mobile-small-heading-font-size\<deleted\|variable-7d2ccac6-4824-72b1-4ba9-9c9760f078bb\>);
    line-height: var(--mobile-small-heading-line-height\<deleted\|variable-9ef5c14e-5b7d-36a1-4d61-946c5da86a4b\>);
    margin-top: 8px;
    padding: 8px 14px;
  }

  .property-header-container {
    align-items: flex-start;
  }

  .collection-list-5 {
    grid-template-columns: 1fr;
  }

  .location-link {
    height: 250px;
  }

  .rich-text-block, .rich-text-block-2, .rich-text-block-3 {
    font-size: 14px;
    line-height: 20.2px;
  }

  .property-header-text {
    text-align: center;
  }

  .property-breadcrumb {
    height: 300px;
  }

  .property-small-heading {
    font-size: var(--mobile-small-heading-font-size\<deleted\|variable-7d2ccac6-4824-72b1-4ba9-9c9760f078bb\>);
    line-height: var(--mobile-small-heading-line-height\<deleted\|variable-9ef5c14e-5b7d-36a1-4d61-946c5da86a4b\>);
  }

  .agent-breadcrumb {
    height: 300px;
  }

  .agents-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .agent-page-collection-item {
    width: 100%;
  }

  .agent-page-collection-list {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .prooerties-address-2 {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .prooerties-address-2.p-0 {
    font-size: 12px;
    line-height: 14px;
  }

  .reach-text-des-link {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .agent-detail-hero-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .agent-grid, .agent-wrapper {
    display: block;
  }

  .agent-image-box {
    height: auto;
    margin-bottom: 20px;
  }

  .agent-info {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .agent-heading {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: flex-start;
  }

  .info-box {
    grid-column-gap: 8px;
    grid-row-gap: 0px;
  }

  .personal-info-data {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .agent-card-data {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .privacy-descption {
    font-size: 12px;
    line-height: 18.8px;
  }

  .privacy-data {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .terms-title {
    text-align: center;
    font-size: 28px;
    line-height: 32px;
  }

  .terms-descption {
    font-size: 12px;
    line-height: 18.8px;
  }

  .property-text-heading {
    align-items: center;
    height: 100%;
    padding-bottom: 155px;
    display: flex;
  }

  .blog-list-des {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 18.8px;
  }

  .div-block-4 {
    padding: 18px;
  }

  .udesly-faq-title {
    margin-right: 20px;
    font-size: 16px;
    line-height: 32px;
  }

  .udesly-display-large {
    font-size: 44px;
    line-height: 54px;
  }

  .udesly-display-large.udesly-text-extrabold {
    font-size: 28px;
  }

  .propertie-wrapper {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .collection-list-wrapper {
    flex: none;
  }

  .home-success-message {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .text-block-7 {
    font-size: 12px;
    line-height: 16px;
  }

  .next-button, .previous-buttons {
    font-size: var(--mobile-small-heading-font-size\<deleted\|variable-7d2ccac6-4824-72b1-4ba9-9c9760f078bb\>);
    line-height: var(--mobile-small-heading-line-height\<deleted\|variable-9ef5c14e-5b7d-36a1-4d61-946c5da86a4b\>);
    margin-top: 8px;
    padding: 8px 14px;
  }

  .submit {
    font-size: var(--mobile-small-heading-font-size\<deleted\|variable-7d2ccac6-4824-72b1-4ba9-9c9760f078bb\>);
    line-height: var(--mobile-small-heading-line-height\<deleted\|variable-9ef5c14e-5b7d-36a1-4d61-946c5da86a4b\>);
    background-color: #8fa598;
    margin-top: 8px;
    padding: 8px 14px;
  }

  .paragraph-lg {
    font-size: 1.1rem;
  }

  .brix---link-wrapper-color-primary-2 {
    justify-content: flex-start;
    align-items: flex-end;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .icon-regular-18 {
    color: #ec1d25;
    margin-right: 5px;
  }

  .brix---link-text-2 {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 400;
  }

  .brix---link-text-2.nre1 {
    color: #000;
    font-size: 16px;
  }

  .flex-block {
    justify-content: flex-start;
    align-items: center;
  }

  .flex-block-4 {
    flex-flow: column;
  }

  .lightbox-link-3.image1.ani {
    background-image: url('../images/508448240_742302605026291_6758018737130454157_n.jpg');
    width: 100%;
  }

  .lightbox-link-3.image1.ani.a1 {
    background-image: url('../images/Untitled-design-5.svg');
    width: 100%;
  }

  .lightbox-link-3.image3.an {
    background-image: url('../images/500055009_727201466536405_8561213932260390586_n.jpg');
    width: 100%;
  }

  .lightbox-link-3.image3.an.a3 {
    background-image: url('../images/Untitled-design-7.svg');
    width: 100%;
  }

  .lightbox-link-3.image3.an.a3.a4 {
    background-image: url('../images/Untitled-design-9.jpg');
  }

  .lightbox-link-3.image3.an.a3.a4.a5 {
    background-image: url('../images/Untitled-design-8.svg');
  }

  .lightbox-link-3.image3.an.a3.a4.a6 {
    background-image: url('../images/Untitled-design-3.svg');
  }

  .lightbox-link-3.image3.an.a3.a4.a6.a7 {
    background-image: url('../images/Untitled-design-6.svg');
  }

  .lightbox-link-3.image3.an.a3.a4.a6.a7.a8 {
    background-image: url('../images/Untitled-design-4.svg');
  }

  .lightbox-link-3.image2._6.an {
    background-image: url('../images/495617153_714629497793602_2964355152854803590_n.jpg');
    width: 100%;
  }

  .lightbox-link-3.image2._6.an.a2 {
    background-image: url('../images/Untitled-design-10.svg');
    width: 100%;
  }
}

#w-node-fc26f9e0-a9df-1a36-77e2-d60b4f310248-586efd4b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: baseline;
}

#w-node-c3bee54f-42fb-b708-9420-4914edd25e3d-586efd4b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: baseline stretch;
}

#w-node-_2fdc602b-1238-a0d5-80a2-b32cd9df202e-586efd4d, #w-node-_2fdc602b-1238-a0d5-80a2-b32cd9df202f-586efd4d, #w-node-_33a6a269-755f-8806-be7c-78a5c186cb1a-586efd4f, #w-node-_33a6a269-755f-8806-be7c-78a5c186cb1c-586efd4f, #w-node-_33a6a269-755f-8806-be7c-78a5c186cb27-586efd4f, #w-node-_33a6a269-755f-8806-be7c-78a5c186cb29-586efd4f, #w-node-_33a6a269-755f-8806-be7c-78a5c186cb34-586efd4f, #w-node-_33a6a269-755f-8806-be7c-78a5c186cb36-586efd4f, #w-node-_84fd6140-539a-160a-2a2c-2d3c9212d9d8-586efd4f, #w-node-_84fd6140-539a-160a-2a2c-2d3c9212d9da-586efd4f, #w-node-_84fd6140-539a-160a-2a2c-2d3c9212d9dc-586efd4f, #w-node-_84fd6140-539a-160a-2a2c-2d3c9212d9de-586efd4f, #w-node-_84fd6140-539a-160a-2a2c-2d3c9212d9e0-586efd4f, #w-node-c7b412b6-e0a4-00e0-fe8d-fe374d6d77f1-586efd4f, #w-node-c7b412b6-e0a4-00e0-fe8d-fe374d6d77f3-586efd4f, #w-node-c7b412b6-e0a4-00e0-fe8d-fe374d6d77f5-586efd4f, #w-node-c7b412b6-e0a4-00e0-fe8d-fe374d6d77f7-586efd4f, #w-node-c7b412b6-e0a4-00e0-fe8d-fe374d6d77f9-586efd4f, #w-node-_1fc40a71-ee09-7be5-6cdf-fd8ac5c90f97-586efd4f, #w-node-_1fc40a71-ee09-7be5-6cdf-fd8ac5c90f99-586efd4f, #w-node-_1fc40a71-ee09-7be5-6cdf-fd8ac5c90f9b-586efd4f, #w-node-_1fc40a71-ee09-7be5-6cdf-fd8ac5c90f9d-586efd4f, #w-node-_1fc40a71-ee09-7be5-6cdf-fd8ac5c90f9f-586efd4f, #w-node-_3283ea33-324e-f03c-c66c-13dd067ca2cc-586efd4f, #w-node-_3283ea33-324e-f03c-c66c-13dd067ca2ce-586efd4f, #w-node-_3283ea33-324e-f03c-c66c-13dd067ca2d0-586efd4f, #w-node-_3283ea33-324e-f03c-c66c-13dd067ca2d2-586efd4f, #w-node-_3283ea33-324e-f03c-c66c-13dd067ca2d4-586efd4f, #w-node-_12a91a0d-1982-18c5-fe46-14c71607b090-586efd53, #w-node-_12a91a0d-1982-18c5-fe46-14c71607b0ae-586efd53, #w-node-b9ef09b2-0562-4a83-449a-0207d9002474-586efd54, #w-node-b9ef09b2-0562-4a83-449a-0207d9002492-586efd54 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}