@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 {
  --black: #041613;
  --font-family: Poppins, sans-serif;
  --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: #ffcb03;
  --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-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;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

@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: var(--black);
  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-size: 16px;
  font-weight: 500;
  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.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;
}

.home-icon {
  background-color: var(--primary-color);
  color: var(--black);
  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-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: 500;
  transition: background-color .3s ease-in-out;
}

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

.nav-link.w--current {
  color: var(--white);
  text-decoration: underline;
}

.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-size: 50px;
  font-weight: 600;
  line-height: 65px;
}

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

.form-heading {
  color: var(--black);
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
  line-height: 33.6px;
}

.form-description {
  color: #04161380;
  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);
  font-size: 13px;
  line-height: 21px;
}

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

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

.img-text.black {
  color: var(--black);
}

.background-image {
  z-index: -1;
  background-color: var(--black);
  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 {
  flex-flow: column;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 40%;
  display: flex;
}

.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-size: 58px;
  font-weight: 600;
  line-height: 80px;
}

.about-us-des {
  color: var(--black);
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 30.6px;
}

.about-us-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--primary-color);
  border-radius: 12px;
  flex-direction: column;
  padding: 50px 44px;
  display: flex;
}

.about-us-card-heading {
  color: var(--white);
  max-width: 564px;
  margin-top: 0;
  margin-bottom: 0;
  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-size: 23px;
  font-weight: 500;
  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: 40px;
  grid-row-gap: 40px;
  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.blog-page {
  width: 400px;
}

.properties-heading-data {
  flex-direction: column;
  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;
}

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

.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 {
  max-width: 70%;
  font-size: 18px;
  line-height: 30.6px;
}

.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: #fff;
  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(--black);
  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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.footer-right-arrow {
  text-transform: uppercase;
  margin-right: 11px;
  font-family: Montserrat, sans-serif;
  display: inline-block;
}

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

.footer {
  background-color: var(--black);
  padding-top: 60px;
  padding-bottom: 30px;
}

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

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

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

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

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

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

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

.about-service-section.hide {
  display: none;
}

.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;
  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: auto;
  height: auto;
  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;
}

.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-image-data-box {
  border-radius: 12px;
  flex-direction: column;
  max-height: 270px;
  overflow: hidden;
}

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

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

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

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

.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-collection-item {
  height: 100%;
}

.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-image-box {
  object-fit: cover;
  object-position: 50% 15%;
  width: 100%;
  height: 240px;
  position: relative;
}

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

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

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

.submit {
  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;
  cursor: pointer;
  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;
}

.image-4 {
  width: 80%;
}

.text-block-8 {
  color: var(--primary-color);
  font-size: 60px;
  font-weight: 700;
  line-height: 70px;
}

._43-google-image {
  width: auto;
  height: auto;
}

._43-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 182px;
  height: 51px;
  margin: 19px 35px 18px;
  display: flex;
}

._43-right {
  color: #625077;
  flex-direction: column;
  align-items: flex-start;
  margin: 0 0 0 20px;
  font-weight: 600;
  line-height: 140%;
}

._43-text-block-2 {
  color: #666;
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 11px;
  font-weight: 500;
  line-height: 115%;
}

._43-right-bottom {
  grid-column-gap: 8px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-size-regular {
  color: #333;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.stars-2 {
  margin-top: 0;
}

.checkbox {
  width: 16px;
  height: 16px;
}

.checkbox-label {
  font-size: 11px;
  line-height: 17px;
}

.checkbox-field {
  margin-top: 5px;
}

.paragraph {
  text-align: center;
  margin-top: 10px;
  font-size: 10px;
  line-height: 15px;
}

.paragraph-2 {
  color: var(--ghost-white);
  font-size: 12px;
}

.section {
  width: 100%;
  padding: 2rem 5%;
}

.section-2 {
  margin-top: 50px;
  margin-bottom: 50px;
}

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

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

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

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

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

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

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

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

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

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

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

  .contact-box {
    width: 100%;
  }

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

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

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

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

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

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

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

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

  .text-size-regular {
    font-size: .9375rem;
    line-height: 1.4375rem;
  }

  .image-5 {
    width: 70%;
  }
}

@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 {
    display: none;
  }

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

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

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

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

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

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

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

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

  .text-size-regular {
    font-size: .875rem;
  }
}

@media screen and (max-width: 479px) {
  .navbar-no-shadow {
    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.propertie-color {
    margin-top: 6px;
  }

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

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

  .home-icon {
    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;
  }

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

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

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

  .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: 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\>);
  }

  .about-us-card-heading {
    font-size: 32px;
    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 {
    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\>);
  }

  .section-description.cta-des {
    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, .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;
  }

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

  .contact-address-txt {
    word-break: break-all;
  }

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

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

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

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

  .udesly-display-large {
    font-size: 44px;
    line-height: 54px;
  }

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

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

  .text-block-7 {
    font-size: 12px;
    line-height: 16px;
  }

  .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\>);
    margin-top: 8px;
    padding: 8px 14px;
  }

  ._43-text-block-2 {
    font-size: 10px;
  }

  .text-size-regular {
    font-size: .85rem;
  }
}

#w-node-fc26f9e0-a9df-1a36-77e2-d60b4f310248-a1d08fd7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: baseline;
}

#w-node-c3bee54f-42fb-b708-9420-4914edd25e3d-a1d08fd7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: baseline stretch;
}

#w-node-e6c479f2-3972-2116-a0bd-57d896f75cae-a1d08fd7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_0f2c3501-c4b6-dcba-58e4-aa36cf5b5333-a1d08fd7, #w-node-_9140abc6-763f-3042-f2c0-91d539d5c54b-a1d08fd7, #w-node-d1c04d23-09f3-eaa5-6166-993ed12e773d-a1d08fd7, #w-node-d1c04d23-09f3-eaa5-6166-993ed12e773e-a1d08fd7, #w-node-_83f152e0-bb5f-6be5-e6ed-cdd5e0114a81-a1d08fd7, #w-node-_83f152e0-bb5f-6be5-e6ed-cdd5e0114a82-a1d08fd7, #w-node-_8655e582-3fb6-0e73-70b8-70425fcb189f-a1d08fd7, #w-node-_8655e582-3fb6-0e73-70b8-70425fcb18a0-a1d08fd7, #w-node-_0a9df423-a63e-ff2e-f570-b40995d49dab-a1d08fd7, #w-node-_0a9df423-a63e-ff2e-f570-b40995d49dac-a1d08fd7, #w-node-b3908e54-3666-646d-4d65-a978ee9d8f17-a1d08fd7, #w-node-_3a94d6f8-c408-ddbf-6558-4693ed91dab5-a1d08fd7, #w-node-_23d1eca0-94f6-9504-70c3-2c1a008698ec-a1d08fd7, #w-node-_23d1eca0-94f6-9504-70c3-2c1a008698ed-a1d08fd7, #w-node-_23d1eca0-94f6-9504-70c3-2c1a008698f5-a1d08fd7, #w-node-_23d1eca0-94f6-9504-70c3-2c1a008698f6-a1d08fd7, #w-node-_23d1eca0-94f6-9504-70c3-2c1a008698fe-a1d08fd7, #w-node-_23d1eca0-94f6-9504-70c3-2c1a008698ff-a1d08fd7, #w-node-_23d1eca0-94f6-9504-70c3-2c1a00869913-a1d08fd7, #w-node-_23d1eca0-94f6-9504-70c3-2c1a00869914-a1d08fd7, #w-node-_0d0cfd98-76b6-3347-e5cc-ef179c66934c-9c669348, #w-node-_0d0cfd98-76b6-3347-e5cc-ef179c66936f-9c669348 {
  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;
}