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

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

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

@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 sharp solid 900";
  src: url('../fonts/fa-sharp-solid-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --white: #fff;
  --blue: #4d8cc7;
  --black: #000;
  --white-2: white;
  --black-2: black;
}

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

.body {
  font-family: Montserrat, sans-serif;
}

.announcement-contact {
  background-color: var(--white);
  color: var(--blue);
  justify-content: center;
  align-items: center;
  margin-left: auto;
  padding: 5px 20px;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
}

.announcement-contact:hover {
  background-color: var(--blue);
  color: var(--white);
}

.announcement-time {
  color: #fff;
  font-size: 1em;
  font-weight: 100;
}

.announcement-bar {
  z-index: 99;
  background-color: var(--black);
  position: sticky;
  inset: 0% 0% auto;
}

.announcement-link {
  color: var(--black);
  font-weight: 400;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

.announcement-link:hover {
  color: var(--black);
}

.container {
  flex-direction: column;
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.container.announcement-container {
  width: 90%;
  max-width: none;
  display: block;
}

.container.nav-fluid {
  flex-flow: row;
  display: flex;
}

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

.announcement-icon {
  background-color: var(--black);
  color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-right: 5px;
  font-family: "Fa 300", sans-serif;
  font-size: 1em;
  line-height: 1.5;
  display: flex;
}

.announcement-contact-info {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.announcement-contact-info.margin-right-20 {
  width: 100%;
  padding-top: 2px;
  padding-bottom: 2px;
}

.announcement-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.header-social-media {
  display: flex;
}

.nav-menu {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-menu.margin-auto {
  justify-content: space-between;
  width: 100%;
}

.dropdown-menu-link {
  background-color: #fff;
  border-left: 5px solid #0000;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: all .2s ease-in-out;
}

.dropdown-menu-link:hover {
  border-left: 5px solid var(--blue);
  color: #353535;
}

.dropdown-menu-link.w--current {
  border-left-color: var(--blue);
  color: var(--blue);
}

.drop-down-link {
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 500;
}

.drop-down-link:hover {
  color: var(--blue);
}

.brand {
  color: #fff;
  align-items: center;
  padding-left: 10px;
  font-size: 2em;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.brand.margin-right-20 {
  color: #212529;
  margin-right: 10px;
}

.brand.margin-right-20.footer-brand {
  color: #fdfdfd;
  margin-bottom: 20px;
  margin-right: 0;
}

.brand.footer {
  margin-bottom: 20px;
}

.dropdown-list {
  border-radius: 6px;
  width: 300px;
}

.dropdown-list.w--open {
  z-index: 40;
  background-color: #fff;
  border-radius: 6px;
  width: auto;
  margin-top: 19px;
  overflow: visible;
}

.nav-link {
  color: #000;
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 500;
  transition: all .3s ease-in-out;
}

.nav-link:hover {
  color: var(--blue);
  background-color: #0000;
  border-radius: 6px;
}

.header-social-icon {
  color: #ef233c;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-right: 10px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 1.2em;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
}

.header-social-icon:hover {
  color: #fdfdfd;
  background-color: #ef233c;
}

.header-social-icon.margin-right-none {
  margin-right: 0;
}

.dropdown-link {
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 600;
  transition: all .3s ease-in-out;
  display: inline-block;
}

.dropdown-link:hover {
  color: var(--blue);
  background-color: #0000;
}

.logo-span {
  color: #ef233c;
  flex: none;
  font-weight: 800;
}

.nav {
  margin-left: auto;
  margin-right: 0;
}

.navbar-2 {
  background-color: #0000;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.navbar {
  z-index: 999;
  background-color: #fdfdfd;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  position: fixed;
}

.slider-arrow {
  background-color: #353535;
  border-radius: 6px;
  width: 50px;
  height: 50px;
  margin-left: 10px;
  margin-right: 10px;
  transition: all .2s ease-in-out;
  display: inline-block;
}

.slider-arrow:hover {
  background-color: var(--blue);
}

.slide {
  background-image: linear-gradient(#00000059, #00000059), url('../images/new-builds.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-content {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

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

.button {
  color: #fdfdfd;
  background-color: #4d8cc7;
  border-radius: 4px;
  margin-top: 20px;
  margin-right: 20px;
  padding: 15px 40px;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: inline-block;
}

.button:hover {
  transform: scale(.95);
}

.button.book-today {
  flex: none;
}

.slider-inner-content {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hero-large-text {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 3.5em;
  font-weight: 700;
  line-height: 1.2;
}

.hero-para-text {
  color: #ececec;
  font-size: 1.2em;
  line-height: 1.7;
}

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

.hero-slider {
  min-height: 80vh;
  position: relative;
}

.slide-2 {
  background-image: linear-gradient(#fff0, #212529a8), url('../images/new-build-in-corner-of-street.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-text {
  color: #fdfdfd;
  padding-top: 10px;
  padding-bottom: 20px;
  font-size: 27px;
  font-weight: 500;
  line-height: 1.5;
}

.arrow-icon {
  font-size: .6em;
}

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

.default-btn {
  background-color: var(--white);
  color: var(--blue);
  padding: 15px 40px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: inline-block;
}

.default-btn:hover {
  transform: scale(.95);
}

.default-btn.margin-top-20 {
  text-align: center;
  background-color: #ef233c;
  border: 1px solid #ef233c;
  margin-top: 0;
}

.default-btn.margin-top-20.default-btn-outline {
  color: #ffd166;
  background-color: #0000;
  border: 1px solid #ffd166;
}

.default-btn.margin-top-20.default-btn-outline.marginleft-20 {
  color: #ef233c;
  border-color: #ef233c;
  min-width: auto;
  margin-left: 20px;
}

.default-btn.margin-top-20.light-btn {
  color: #ef233c;
  background-color: #fdfdfd;
  border-color: #fdfdfd;
  margin-top: 20px;
}

.section-design-1-h1 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.top-text {
  color: var(--blue);
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.95;
}

.top-text.bullet-list-title {
  color: #757575;
  font-size: 1.25em;
}

.heading-1 {
  color: #3b444d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2em;
  line-height: 1.5;
}

.heading-1.margin-bottom-30 {
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 28px;
  line-height: 1.5;
}

.left-section {
  flex: 0 auto;
  width: 48%;
}

.left-section._100 {
  width: 100%;
}

.btn-wrapper {
  padding-top: 20px;
}

.right-section {
  box-shadow: 11px -11px 0 0 var(--blue);
  align-self: stretch;
  align-items: stretch;
  width: 50%;
  display: flex;
}

.para {
  color: #838383;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.75;
}

.para.para-sm {
  color: #838383;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.para.bullet-para {
  color: #353535;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 400;
}

.para.para-white {
  color: #fdfdfd;
}

.para.text-white {
  color: #9b9b9b;
  text-align: center;
}

.inner-img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: static;
}

.inner-img.home-1 {
  background-image: url('../images/planning.webp');
}

.inner-img.map {
  background-image: none;
  align-items: flex-start;
}

.inner-img.buyer-1 {
  background-image: url('../images/house-survey.webp');
}

.inner-img.party-1 {
  background-image: url('../images/roofs-with-chimneys.webp');
}

.inner-img.arch-1 {
  background-image: url('../images/architecture.webp');
}

.inner-img.survey-1 {
  background-image: url('../images/men-planning.webp');
}

.inner-img.dil-1 {
  background-image: url('../images/checking-wall.webp');
}

.card-bullet {
  padding-left: 0;
}

.card-bullet._2-row {
  grid-column-gap: 8px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card-bullet._3-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card-icon {
  background-color: var(--blue);
  color: var(--white);
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-right: 8px;
  font-family: "Fa solid 900", sans-serif;
  display: flex;
}

.card-icon.w {
  background-color: var(--white);
  color: var(--blue);
  flex: none;
}

.top-title-content {
  text-align: center;
}

.top-title-content.left {
  text-align: left;
}

.heading-2-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2em;
  line-height: 1.9;
}

.heading-2-title.heading-white {
  color: #fdfdfd;
  margin-bottom: 20px;
  font-weight: 600;
  line-height: 1.5;
}

.bullet-icon {
  text-align: left;
  background-image: url('../images/blueprint.webp');
  background-position: 50%;
  background-size: cover;
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  font-family: "Fa solid 900", sans-serif;
  font-size: 4em;
  line-height: 1.5;
  display: inline-block;
}

.bullet-icon.plastering {
  background-image: url('../images/files.webp');
}

.bullet-icon.kitchen {
  background-image: url('../images/document.webp');
}

.bullet-block-title {
  color: var(--blue);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.75;
}

.bullet-block-title.w {
  color: var(--white);
}

.bullet-block-title.w.cent {
  text-align: center;
}

.bullet-list-services {
  background-color: #f5f8fa;
  padding-top: 100px;
  padding-bottom: 140px;
}

.bullet-list-services.texture {
  background-image: linear-gradient(#fcfcfc80, #fcfcfc80), url('../images/texture.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 140px;
}

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

.bullet-list-grid._2-row {
  grid-template-columns: 1fr 1fr;
  margin-top: 20px;
  margin-bottom: 20px;
}

.card-bullet-item {
  color: #838383;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 500;
  list-style-type: none;
  display: flex;
}

.bullet-block-btn {
  background-color: var(--blue);
  color: #fdfdfd;
  border-radius: 4px;
  margin-top: 20px;
  padding: 10px 20px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: inline-block;
}

.bullet-block-btn:hover {
  transform: scale(.95);
}

.bullet-block {
  text-align: left;
  background-color: #fdfdfd;
  border-radius: 4px;
  padding: 20px;
  transition: all .2s ease-in-out;
  box-shadow: 1px 1px 3px #0000000d;
}

.bullet-block:hover {
  transform: translate(0, -5px);
}

.bullet-heading {
  color: var(--black);
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  display: flex;
}

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

.inner-text-content {
  width: 68%;
  max-width: 1400px;
  margin-left: 60px;
  margin-right: auto;
}

.container-fluid.display-flex {
  display: flex;
}

.section-2-img-full {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  min-height: 500px;
}

.section-2-img-full.home-2 {
  background-image: url('../images/roofs-with-chimneys.webp');
}

.section-2-img-full.buyer-2 {
  background-image: url('../images/Home-Buyers-Surveys.webp');
}

.section-2-img-full.party-2 {
  background-image: url('../images/detached-house.webp');
}

.section-2-img-full.arch-2 {
  background-image: url('../images/drawings.webp');
}

.section-2-img-full.survey-2 {
  background-image: url('../images/discussing.webp');
}

.section-2-img-full.dil-2 {
  background-image: url('../images/survey-at-the-stairs.webp');
}

.section-2 {
  padding-top: 0;
  padding-bottom: 0;
}

.section-2-text-content {
  background-color: var(--blue);
  background-image: linear-gradient(to right, var(--blue), #7aa8d6);
  width: 50%;
  padding: 50px 0;
}

.section-2-text-content._100 {
  width: 100%;
}

.section-2-text-content._100.lighter {
  background-color: #4d8cc78a;
}

.heading-3-cta-section {
  background-color: #4d8cc7;
  background-image: url('../images/blue-backgrounf.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.h3-wrapper {
  align-items: center;
  display: flex;
}

.content-h3-box {
  justify-content: space-between;
  align-items: center;
  width: 70%;
  display: flex;
}

.heading-3-text {
  padding-right: 0;
  font-size: 1.6em;
  font-weight: 600;
  line-height: 1.4;
}

.h3-cta-btns {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 34%;
  display: flex;
}

.h3-cta-call-btn {
  color: var(--blue);
  background-color: #fdfdfd;
  border: 1px solid #000;
  margin-right: 20px;
  padding: 15px 20px;
  font-size: 1em;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: inline;
}

.h3-cta-call-btn.btn-outline {
  color: #fdfdfd;
  background-color: #0000;
  border: 1px solid #fdfdfd;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.h3-cta-call-btn.btn-outline:hover {
  color: var(--blue);
  background-color: #fdfdfd;
}

.brand-bands {
  background-color: #f5f8fa;
  padding-top: 40px;
  padding-bottom: 40px;
}

.brand-band-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.brand-icon {
  color: #bdbdbd;
  font-family: "Fa brands 400", sans-serif;
  font-size: 5em;
  line-height: 1;
  display: inline-block;
}

.footer-desc {
  color: #fff;
  font-size: 1em;
}

.footer-col {
  width: 30%;
}

.footer-col.center {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-link {
  color: #fdfdfd;
  cursor: pointer;
  font-weight: 300;
  text-decoration: none;
  transition: all .2s ease-in-out;
}

.footer-link:hover {
  color: var(--blue);
}

.contact-block-1 {
  border-right: 1px solid #8a8a8a;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 33%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.contact-block-1.border-none {
  border-right-style: none;
  align-items: center;
}

.contact-block-1._100 {
  border-right-style: none;
  justify-content: flex-start;
  width: 100%;
}

.footer-social-media {
  color: #fff;
  background-color: #ffffff38;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-right: 10px;
  font-family: "Fa brands 400", sans-serif;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
}

.footer-social-media:hover {
  background-color: #ef233c;
}

.footer-social-media.margin-right-none {
  margin-right: 0;
}

.footer-mid-content {
  justify-content: space-between;
  padding-top: 60px;
  display: flex;
}

.contact-info-text {
  flex-direction: column;
  display: flex;
}

.footer-section {
  background-color: #212529;
  padding-top: 60px;
  padding-bottom: 0;
}

.footer-menu-text {
  color: #fff;
  margin-bottom: 0;
  font-size: 1.5em;
  font-weight: 600;
}

.contact-type-title {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.2;
}

.contact-type-title.b {
  color: var(--blue);
}

.footer-contact-info {
  border: 1px solid #46484b94;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  padding: 10px 30px;
  display: flex;
}

.footer-contact-info.vert {
  flex-direction: column;
}

.contact-icon {
  background-color: var(--blue);
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-right: 20px;
  font-family: "Fa 300", sans-serif;
  font-size: 1.5em;
  line-height: 1;
  display: flex;
}

.contact-info-link {
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 5px;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.25;
  text-decoration: none;
  display: inline-block;
}

.contact-info-link.b {
  color: var(--black);
}

.footer-copy {
  border-top: 1px solid #ffffff17;
  margin-top: 60px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer-social-media-block {
  justify-content: flex-start;
  padding-top: 20px;
  display: flex;
}

.footer-copy-link {
  cursor: pointer;
  transition: all .2s ease-in-out;
}

.footer-copy-link:hover {
  color: #fff;
}

.scroll-up {
  z-index: 80;
  background-color: var(--blue);
  border: 1px solid #000;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: auto auto 10px 10px;
}

.scroll-arrow-up {
  color: #fdfdfd;
  justify-content: center;
  align-items: center;
  font-family: "Fa solid 900", sans-serif;
  font-size: 1.5em;
  font-style: normal;
  line-height: 1;
  text-decoration: none;
}

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

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

.services-link-box {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  justify-content: center;
  align-items: flex-end;
  min-height: 350px;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.services-link-box._1 {
  background-image: url('../images/large-house.webp');
}

.services-link-box._2 {
  background-image: url('../images/Home-Buyers-Surveys.webp');
}

.services-link-box._3 {
  background-image: url('../images/architecture.webp');
}

.services-link-box._4 {
  background-image: url('../images/Dilapidations-Surveys.webp');
}

.services-link-box._5 {
  background-image: url('../images/designs.webp');
}

.service-box-title {
  background-color: var(--blue);
  color: var(--white);
  border-radius: 1px;
  padding: 20px;
  font-weight: 600;
  text-decoration: none;
}

.mask {
  height: auto;
  min-height: 250px;
}

.who-made-comment {
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.quote-symbol {
  color: #ef233c;
  justify-content: flex-end;
  margin-left: auto;
  padding-bottom: 40px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 60px;
  display: flex;
  position: relative;
}

.underline {
  background-color: #fb6749;
  border-radius: 6px;
  width: 60%;
  height: 5px;
  line-height: 30px;
  position: absolute;
  inset: 15px 0 auto auto;
}

.underline.testemonials-underline {
  flex: 0 auto;
  width: 20%;
  position: relative;
  left: 0%;
  right: 0;
}

.underline.testemonials-underline.orange {
  background-color: #ef233c;
  width: 30%;
  position: absolute;
  top: 0;
}

.underline.testemonials-underline.gray {
  background-color: #f5f8fa;
  width: 100%;
}

.testemonials-text {
  flex-direction: column;
}

.left-arrow {
  background-color: #f5f8fa;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 25%;
  transition: all .3s ease-in-out;
  display: flex;
  inset: auto auto 0% 0%;
}

.left-arrow:hover {
  background-color: #ef233c;
  transform: scale(.95);
}

.customer-title {
  color: #aaacaf;
}

.testemonial-content-everything {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.container-2 {
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 0;
}

.container-2.test-container {
  padding-top: 0;
}

.testimonials-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  position: relative;
}

.right-arrow {
  background-color: #f5f8fa;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 25%;
  margin-left: 100px;
  transition: all .3s ease-in-out;
  display: flex;
  inset: auto auto 0% 0%;
}

.right-arrow:hover {
  color: #fff;
  background-color: #ef233c;
  transform: scale(.95);
}

.slide-nav {
  display: block;
  position: absolute;
}

.slide-3 {
  background-color: #fff;
  height: auto;
  padding: 15px;
}

.testemonials {
  padding-top: 100px;
  padding-bottom: 100px;
}

.text-block-3 {
  color: #292d33;
  flex: none;
  margin-top: 0;
  font-family: "Fa solid 900", sans-serif;
  font-size: 26px;
  display: block;
  position: static;
  inset: 0%;
}

.test-slider {
  position: static;
}

.sub-heading {
  color: var(--blue);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 1.25rem;
  font-weight: 700;
}

.block-quote {
  border-left-style: none;
  margin-bottom: 0;
  padding: 0;
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
  line-height: 28px;
}

.heading-2 {
  color: #292d33;
  margin-top: 0;
  margin-bottom: 10px;
  padding-right: 0;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}

.slider-2 {
  height: auto;
  position: static;
}

.customer-img {
  background-image: url('../images/vicky-hladynets-C8Ta0gwPbQg-unsplash_1vicky-hladynets-C8Ta0gwPbQg-unsplash.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  min-width: 80px;
  min-height: 80px;
  margin-right: 10px;
}

.page-top {
  background-image: linear-gradient(#00000059, #00000059), url('../images/_190387968_1_190387968.webp');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  min-height: 320px;
  display: flex;
}

.page-title {
  text-align: right;
  margin-left: auto;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.5;
  display: inline-block;
}

.image {
  height: 80px;
  padding-right: 20px;
  display: block;
}

.h1 {
  color: #fff;
  align-items: center;
  font-size: 42px;
  font-weight: 700;
  line-height: 44px;
  display: block;
}

.h1.colour {
  background-color: var(--blue);
  padding: 14px;
  display: inline;
}

.p {
  color: #fff;
  font-size: 15px;
  line-height: 1.6;
}

.p.big {
  font-size: 19px;
  font-weight: 600;
}

.p.cent {
  text-align: center;
}

.h2 {
  font-size: 34px;
  line-height: 1.2;
}

.p-dark {
  color: #000;
  font-size: 15px;
  line-height: 1.6;
}

.p-dark.w {
  color: #fff;
}

.p-dark.top {
  border: 2px solid var(--blue);
  background-color: var(--white);
  margin-top: 40px;
  padding: 14px;
}

.sub-head {
  font-size: 18px;
}

.h2-title {
  justify-content: center;
  width: 90%;
  display: flex;
}

.heading-4 {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.container-block {
  margin-left: 20px;
  margin-right: 20px;
}

.container-block._100 {
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.h2-dark {
  color: #fff;
}

.h2-dark.center {
  text-align: center;
}

.footer-list {
  color: #fff;
  text-align: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.list {
  text-align: center;
  flex: none;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.footer-nav-item {
  color: #fff;
  text-align: left;
  cursor: pointer;
  padding-top: 5px;
  padding-bottom: 5px;
  transition: all .2s;
}

.footer-nav-item:hover {
  color: var(--blue);
}

.footer-nav-item.center {
  text-align: center;
}

.contact-link {
  color: #f7f7f2;
  cursor: pointer;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
  transition: all .2s;
}

.contact-link:hover, .contact-link.w--current {
  color: var(--blue);
}

.contact-link.b {
  color: #000;
  font-weight: 400;
}

.underline-small {
  background-color: var(--blue);
  width: 20%;
  height: 5px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.underline-small.text {
  width: 10%;
}

.underline-small.text.w {
  background-color: var(--white);
  width: 10%;
}

.underline-small.text.w.cent, .underline-small.text.center {
  margin-left: auto;
  margin-right: auto;
}

.underline-small.small {
  width: 5%;
}

.live-chat-text {
  color: #fff;
  text-decoration: none;
}

.chat-block {
  background-color: #fff;
  border-radius: 8px;
  width: 100%;
  padding: 15px;
}

.live-icon {
  background-color: #00b94a;
  border-radius: 100%;
  width: 15px;
  height: 15px;
  position: absolute;
  inset: 2px auto auto 2px;
}

.small-whatsapp-icon {
  margin-right: 10px;
}

.livechat-button {
  background-color: var(--blue);
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 42px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.livechat-button:hover {
  background-color: var(--blue);
}

.whatsapp-container {
  z-index: 30;
  background-color: var(--blue);
  cursor: pointer;
  border: 1px solid #ffffff4d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  transition: all .3s cubic-bezier(.45, .182, .111, .989);
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
}

.whatsapp-container:hover {
  transform: scale(1.05);
}

.live-chat-link {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  height: 25%;
  text-decoration: none;
  display: flex;
}

.whatsapp-block {
  z-index: 30;
  flex-direction: column;
  align-items: flex-end;
  margin-bottom: 20px;
  margin-right: 20px;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
}

.live-chat-top-text {
  letter-spacing: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  position: static;
}

.live-chat-top-text.block {
  color: #494949;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
}

.live-icon-chat {
  width: 47px;
  margin-right: 10px;
}

.top-section-2 {
  justify-content: flex-start;
  align-items: center;
  height: 25%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.live-chat-bottom-text {
  font-size: 10px;
}

.live-chat-bottom-text.bold {
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
}

.live-chat-bottom-text.block {
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 24px;
}

.whatsapp-chat {
  background-color: #fff;
  border: 1px solid #00000029;
  border-radius: 20px;
  flex-direction: column;
  width: 300px;
  max-width: 300px;
  height: 315px;
  margin-bottom: 16px;
  display: flex;
  overflow: hidden;
}

.chat-section {
  background-color: #b7b5b5;
  flex-direction: column;
  justify-content: center;
  height: 50%;
  padding: 16px 20px;
  display: flex;
}

.h1-small {
  color: var(--blue);
  font-size: 29px;
  font-weight: 500;
  line-height: 1.2;
}

.hyperlink {
  box-shadow: inset 0 -2px 0 0 var(--blue);
  color: #000;
  font-weight: 700;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

.hyperlink:hover {
  box-shadow: inset 0 -50px 0 0 var(--blue);
  color: var(--white);
}

.div-block {
  height: 0;
}

.google {
  background-image: url('../images/google-maps-2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
}

.assos-div {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

.assos-div._1 {
  background-image: url('../images/CIOB-logo.webp');
  background-repeat: no-repeat;
  background-size: contain;
  height: 80px;
}

.assos-div._2 {
  background-color: var(--blue);
  background-image: url('../images/rpsa.webp');
  background-repeat: no-repeat;
  background-size: contain;
  height: 80px;
}

.assos-div._3 {
  background-image: url('../images/ipws.webp');
  background-repeat: no-repeat;
  background-size: contain;
  height: 80px;
}

.lottie {
  height: 100px;
  display: inline-block;
}

.contactform {
  width: 100%;
}

.banner-div {
  background-image: linear-gradient(#00000080, #00000080), url('../images/houses.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 450px;
  display: flex;
}

.footerlink {
  color: #fff;
  text-decoration: none;
}

.heading-3-div {
  margin-bottom: 20px;
}

.heading-3-div.center {
  text-align: center;
}

.areas-list {
  padding-left: 0;
}

.areas-list.areas-grid {
  grid-column-gap: 2px;
  grid-row-gap: 7px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.areas-list-item.areas-list-flex {
  border-bottom: 1px solid #5f5f511f;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 10px;
  font-weight: 400;
  display: flex;
}

.fa-icon {
  background-color: var(--blue);
  color: #fff;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 18px;
  display: flex;
}

.google-map {
  width: 100%;
}

.bullet-block-title-2 {
  color: #4d8cc7;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.75;
}

.div-block-2 {
  width: 50%;
}

.social-banner {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: grid;
}

.link-block {
  background-color: var(--blue);
  color: var(--white);
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: "Fa solid 900", sans-serif;
  text-decoration: none;
  display: flex;
}

.fs-cc-manager_icon {
  width: 32px;
  height: 32px;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-banner_close-icon {
  width: 24px;
  height: 24px;
}

.fs-cc-prefs_form {
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  max-width: 576px;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  padding: 10px;
  font-size: 20px;
  text-decoration: none;
  position: absolute;
  inset: -12px -12px auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #03052499;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_component {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 32px;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.fs-cc-banner_button {
  color: #fff;
  text-align: center;
  background-color: #4353ff;
  border: 2px solid #4353ff;
  border-radius: 500px;
  min-width: 140px;
  margin-left: 16px;
  padding: 10px 20px;
  font-size: 16px;
}

.fs-cc-banner_button.fs-cc-button-alt {
  color: #4353ff;
  background-color: #f5f5f5;
  border-color: #4353ff;
}

.fs-cc-manager_component {
  z-index: 999;
  display: none;
  position: fixed;
  inset: auto auto 60px 10px;
}

.fs-cc-prefs_title {
  color: #021a69;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 20px;
  height: 20px;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 16px;
  padding-bottom: 16px;
}

.fs-cc-banner_close {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 500px;
  margin-left: 12px;
  padding: 10px;
  box-shadow: 1px 1px 12px #0000001a;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 40px;
}

.fs-cc-prefs_button {
  background-color: #4353ff;
  border: 2px solid #4353ff;
  border-radius: 500px;
  margin-right: 8px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 700;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  color: #4353ff;
  background-color: #fff;
  border-color: #4353ff;
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999px;
  width: 44px;
  height: 24px;
  margin-bottom: 0;
  padding: 2px;
  display: flex;
  position: relative;
}

.fs-cc-banner_buttons-wrapper {
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.fs-cc-manager_trigger {
  display: none;
}

.fs-cc-banner_container {
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-prefs_close-icon {
  color: #021a7c;
  width: 16px;
  height: 16px;
}

.fs-cc-prefs_trigger {
  display: none;
}

.fs-cc-prefs_text {
  color: #021a69;
  font-size: 12px;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-banner_text {
  color: #616161;
  margin-right: 24px;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 32px;
  margin-right: -8px;
  display: flex;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 40px 32px;
  overflow: scroll;
}

.fs-cc-prefs_space-small {
  margin-bottom: 12px;
}

.fs-cc-prefs_label {
  color: #4353ff;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 16px;
  font-weight: 700;
}

.fs-cc-banner_text-link {
  color: #4353ff;
  border-bottom: 2px solid #4353ff;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-manager_button {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 500px;
  flex-direction: column;
  padding: 10px;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: #f5f6ff;
  border-top: 1px solid #4353ff29;
  padding: 24px 32px;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.reviewws {
  width: 100%;
  padding: 20px;
}

.g-review {
  width: 100%;
}

.facebook-lin {
  color: var(--white);
  width: 32px;
  height: 32px;
  margin-top: 20px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 34px;
  text-decoration: none;
}

.fa-container {
  z-index: 17;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: fixed;
  top: 180px;
  left: auto;
  right: 0%;
}

.fa-social-2 {
  background-color: var(--blue);
  color: var(--white);
  border: 1px solid #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  margin-bottom: 10px;
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.fa-social-2:hover {
  transform: scale(1.1);
}

.fa-social-2.social-media {
  font-family: "Fa brands 400", sans-serif;
}

@media screen and (min-width: 1920px) {
  .livechat-button:hover {
    background-color: #000;
    transform: scale(1.05);
  }
}

@media screen and (max-width: 991px) {
  .container.announcement-container {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container.nav-fluid {
    width: 100%;
    padding: 0;
  }

  .announcement-contact-info.margin-right-20 {
    flex: none;
    display: flex;
  }

  .announcement-contact-info.margin-right-20.mobile-display-none {
    display: none;
  }

  .announcement-wrapper {
    flex-direction: row;
    display: block;
  }

  .header-social-media {
    justify-content: space-around;
  }

  .nav-menu {
    background-color: #fff;
    width: 100%;
    margin-top: 20px;
  }

  .nav-menu.margin-auto {
    z-index: 3;
    flex-direction: column;
    justify-content: flex-start;
    height: auto;
    margin-top: 0;
    position: absolute;
    top: 110px;
    bottom: auto;
  }

  .dropdown-menu-link {
    background-color: #0000;
  }

  .drop-down-link {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .drop-down-link:hover {
    color: #fff;
  }

  .brand.margin-right-20 {
    margin-left: 10px;
    margin-right: auto;
  }

  .dropdown-list.w--open {
    background-color: #f7f7f7;
    border-radius: 0;
    margin-top: 0;
  }

  .nav-link {
    color: #fff;
    border-bottom: 1px solid #0000000d;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-link:hover {
    background-color: var(--blue);
    color: #fdfdfd;
    border-radius: 0;
  }

  .header-social-icon {
    color: #353535;
    background-color: #fdfdfd;
    border-right: 1px solid #3535353d;
    width: 33.3%;
    height: auto;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 22px;
  }

  .header-social-icon.margin-right-none {
    text-align: left;
    font-size: 22px;
  }

  .dropdown-link {
    color: #fff;
    border-bottom: 1px solid #0000000d;
    border-radius: 0;
    width: 100%;
  }

  .dropdown-link:hover {
    background-color: var(--blue);
    color: #fff;
    border-radius: 0;
  }

  .dropdown-link.w--open {
    z-index: 59;
    background-color: var(--blue);
    color: #fff;
  }

  .dropdown-link.no-border {
    color: #fff;
    border-bottom-style: none;
  }

  .burger-menu {
    color: #353535;
    font-size: 1.2em;
  }

  .nav-toggle {
    border-radius: 6px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .nav-toggle.w--open {
    background-color: #fff;
  }

  .nav {
    background-color: var(--black);
    height: 100%;
    margin-bottom: auto;
  }

  .navbar-2 {
    justify-content: space-between;
    align-items: center;
    position: static;
  }

  .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .hero-content {
    width: 90%;
  }

  .hero-large-text {
    font-size: 3em;
  }

  .hero-para-text {
    font-size: 1.1em;
  }

  .hero-text {
    font-size: 1.5em;
  }

  .section-h1-wrapper.display-flex {
    flex-direction: column-reverse;
  }

  .section-h1-wrapper.display-flex.flip {
    flex-direction: column;
  }

  .default-btn.margin-top-20 {
    width: 100%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .default-btn.margin-top-20.default-btn-outline.marginleft-20 {
    margin-left: auto;
    margin-right: auto;
  }

  .section-design-1-h1 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .left-section {
    width: 100%;
  }

  .btn-wrapper {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding-top: 10px;
    display: flex;
  }

  .right-section {
    width: 100%;
    margin-bottom: 40px;
  }

  .inner-img {
    min-height: 500px;
  }

  .inner-img.map {
    min-height: auto;
  }

  .card-bullet._3-row, .bullet-list-grid {
    grid-template-columns: 1fr 1fr;
  }

  .inner-text-content {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .container-fluid.display-flex {
    flex-direction: column;
  }

  .section-2-img-full {
    width: 100%;
  }

  .section-2-text-content {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .heading-3-cta-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .content-h3-box {
    width: 100%;
  }

  .heading-3-text {
    text-align: center;
    font-size: 21px;
  }

  .h3-cta-btns {
    justify-content: center;
    width: 60%;
    padding-top: 20px;
    display: flex;
  }

  .h3-cta-call-btn.btn-outline {
    color: var(--black);
  }

  .contact-block-1 {
    border-bottom: 1px #8a8a8a;
    border-right-style: none;
    justify-content: flex-start;
    width: 100%;
  }

  .contact-block-1.border-none {
    border-bottom-style: none;
  }

  .footer-contact-info {
    flex-direction: column;
  }

  .scroll-up {
    z-index: 1;
  }

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

  .left-arrow {
    color: #fff;
    background-color: #ef233c;
    bottom: -25%;
    left: auto;
    right: 15%;
  }

  .customer-title {
    font-size: 1.2rem;
  }

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

  .right-arrow {
    background-color: #ef233c;
    inset: auto 0% -25% auto;
  }

  .text-block-3 {
    color: #fff;
  }

  .block-quote {
    font-size: 1.25rem;
  }

  .heading-2 {
    padding-right: 0;
  }

  .slider-2 {
    position: relative;
  }

  .image {
    height: 100px;
  }

  .p.big {
    font-size: 17px;
  }

  .container-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90%;
    display: flex;
  }

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

@media screen and (max-width: 767px) {
  .announcement-contact {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    padding: 20px 40px;
  }

  .container.announcement-container {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container.nav-fluid {
    padding-top: 0;
  }

  .announcement-contact-info.margin-right-20 {
    width: 25%;
    margin-right: 0;
  }

  .announcement-contact-info.margin-right-20.mobile-display-none {
    margin-right: 10px;
  }

  .announcement-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    display: flex;
  }

  .brand {
    justify-content: center;
    align-items: center;
  }

  .burger-menu {
    color: var(--white);
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .nav-toggle {
    background-color: var(--blue);
    flex-flow: column;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    position: static;
  }

  .navbar-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: -23px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .navbar {
    padding-top: 10px;
    padding-bottom: 0;
    display: block;
  }

  .hero-content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .button {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
    margin-top: 0;
    margin-left: 10px;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .slider-inner-content {
    height: auto;
  }

  .hero-large-text {
    font-size: 2.5em;
  }

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

  .hero-slider {
    min-height: 70vh;
  }

  .default-btn {
    flex-direction: row;
    width: 42%;
    display: flex;
  }

  .para.para-sm {
    width: 100%;
  }

  .inner-img {
    min-height: 250px;
  }

  .card-bullet._2-row {
    grid-row-gap: 4px;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .card-bullet._3-row {
    grid-template-columns: 1fr 1fr;
  }

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

  .bullet-list-grid._2-row {
    grid-row-gap: 4px;
    grid-template-columns: 1fr;
  }

  .section-2-img-full {
    min-height: 250px;
  }

  .h3-cta-btns {
    width: 100%;
  }

  .brand-band-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: grid;
  }

  .footer-col {
    width: 100%;
    margin-top: 40px;
  }

  .footer-col.center {
    justify-content: center;
    align-items: flex-start;
  }

  .footer-mid-content {
    flex-direction: column;
    padding-top: 0;
  }

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

  .quote-symbol {
    margin-left: 0;
    padding-bottom: 10px;
    padding-right: 0;
    line-height: 1;
    position: static;
  }

  .underline {
    width: 50%;
  }

  .left-arrow {
    width: 80px;
    height: 80px;
    margin-top: 20px;
    margin-left: auto;
    padding-top: 0;
    bottom: -5%;
    right: 20%;
  }

  .container-2 {
    padding-top: 20px;
  }

  .testimonials-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .right-arrow {
    width: 80px;
    height: 80px;
    bottom: -5%;
  }

  .slide-3 {
    margin-left: auto;
    margin-right: auto;
  }

  .test-slider {
    width: 95%;
    position: static;
  }

  .heading-2 {
    font-size: 2rem;
  }

  .slider-2 {
    justify-content: center;
    align-items: center;
    display: block;
    position: static;
  }

  .image {
    height: 50px;
  }

  .h1 {
    font-size: 38px;
  }

  .p {
    margin-bottom: 20px;
  }

  .button-div {
    width: 100%;
    display: flex;
  }

  .container-block {
    align-items: flex-start;
  }

  .assos-div._1, .assos-div._2 {
    width: 100%;
    margin-bottom: 5px;
  }

  .assos-div._3, .banner-div {
    width: 100%;
  }

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

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

  .fs-cc-banner_button {
    margin-left: 0;
    margin-right: 8px;
  }

  .fs-cc-prefs_title {
    font-size: 20px;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 12px;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner_text-link {
    margin-right: 8px;
  }
}

@media screen and (max-width: 479px) {
  .announcement-contact {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .announcement-bar {
    position: static;
  }

  .announcement-link {
    font-size: 14px;
  }

  .announcement-icon {
    font-size: 1.2em;
  }

  .announcement-contact-info {
    display: none;
  }

  .announcement-contact-info.margin-right-20 {
    text-align: center;
    font-size: 14px;
    display: none;
  }

  .announcement-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    line-height: 17px;
  }

  .nav-menu.margin-auto {
    border-top: 1px solid #0000000d;
    width: 100%;
    position: relative;
    top: 0%;
  }

  .brand {
    justify-content: center;
  }

  .brand.margin-right-20.footer-brand {
    margin-left: 0;
  }

  .dropdown-list.w--open {
    z-index: 0;
  }

  .dropdown-link.no-border {
    z-index: 810977;
  }

  .burger-menu {
    text-align: center;
  }

  .navbar-2 {
    flex-direction: column;
  }

  .navbar {
    position: relative;
    top: 0;
  }

  .slider-arrow {
    display: none;
  }

  .hero-content {
    width: 90%;
    inset: auto 0% 27%;
  }

  .button {
    margin-bottom: 5px;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .button.book-today {
    width: 37%;
  }

  .hero-large-text {
    font-size: 1.5em;
  }

  .hero-section {
    padding-top: 0;
  }

  .hero-slider {
    min-height: 80vh;
  }

  .hero-text {
    font-size: 1.2em;
  }

  .default-btn {
    width: 73%;
  }

  .top-text {
    font-size: 1.2em;
    line-height: 23px;
  }

  .inner-img {
    min-height: 250px;
  }

  .card-bullet._3-row {
    grid-row-gap: 1px;
    grid-template-columns: 1fr;
  }

  .bullet-list-services {
    padding-bottom: 60px;
  }

  .bullet-list-services.texture {
    padding-top: 150px;
  }

  .section-2-text-content {
    flex-direction: row;
    padding-top: 10px;
    padding-bottom: 20px;
    display: flex;
  }

  .heading-3-text {
    margin-bottom: 20px;
    font-size: 1.3em;
  }

  .h3-cta-btns {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .h3-cta-call-btn {
    text-align: center;
    flex: none;
    width: 100%;
    margin-right: 0;
  }

  .h3-cta-call-btn.btn-outline, .contact-icon {
    flex: none;
  }

  .footer-copy {
    margin-top: 60px;
  }

  .services-link-box {
    min-height: 250px;
  }

  .service-box-title {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .quote-symbol {
    width: 294px;
    padding-bottom: 10px;
    padding-right: 0;
    font-size: 2rem;
  }

  .underline {
    width: 30%;
  }

  .testemonials-text {
    line-height: 1;
  }

  .left-arrow {
    width: 60px;
    height: 60px;
    bottom: -10%;
  }

  .testemonial-content-everything {
    width: 71%;
    padding-right: 0;
  }

  .container-2.test-container {
    width: 95%;
  }

  .testimonials-grid {
    grid-column-gap: 0px;
    grid-row-gap: 35px;
  }

  .right-arrow {
    width: 60px;
    height: 60px;
    bottom: -10%;
  }

  .slide-3 {
    padding: 0;
  }

  .testemonials {
    padding-top: 40px;
    overflow: hidden;
  }

  .text-block-3 {
    font-size: 22px;
  }

  .sub-heading {
    font-size: 1.125rem;
  }

  .block-quote {
    font-size: .95rem;
  }

  .heading-2 {
    font-size: 1rem;
  }

  .slider-2 {
    width: 100%;
  }

  .h1 {
    font-size: 29px;
  }

  .h1.colour {
    font-size: 20px;
    line-height: 26px;
  }

  .p {
    font-size: 14px;
  }

  .p.big {
    font-size: 15px;
  }

  .h2 {
    margin-top: 0;
    font-size: 28px;
  }

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

  .button-div {
    flex-direction: column-reverse;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .list {
    text-align: center;
  }

  .live-icon {
    width: 12px;
    height: 13px;
  }

  .livechat-button {
    width: 90%;
  }

  .whatsapp-container {
    width: 65px;
    height: 65px;
    bottom: 10px;
    right: 0;
  }

  .whatsapp-block {
    margin-bottom: 10px;
    margin-right: 10px;
    inset: auto 0% 0% auto;
  }

  .whatsapp-chat {
    width: 280px;
    max-width: 280px;
    height: 40vh;
    position: relative;
  }

  .h1-small {
    font-size: 25px;
  }

  .banner-div {
    width: 100%;
  }

  .areas-list.areas-grid {
    grid-row-gap: 1px;
    grid-template-columns: 1fr;
  }

  .areas-list-item.areas-list-flex {
    font-size: 14px;
  }

  .fs-cc-prefs_component {
    padding: 24px;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: 10px;
  }

  .fs-cc-banner_close {
    position: absolute;
    inset: -22px 10px auto auto;
  }

  .fs-cc-prefs_button {
    margin-bottom: 8px;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .fs-cc-prefs_content {
    padding: 24px;
  }

  .fa-container {
    top: 55%;
  }
}

#w-node-_30198d32-180e-c6a8-cc1d-c038b6a9619d-ec87d9c6 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-f30cef05-07ed-55e9-ed47-79f90168867f-ec87d9c6, #w-node-f30cef05-07ed-55e9-ed47-79f90168869c-ec87d9c6, #w-node-f30cef05-07ed-55e9-ed47-79f9016886ba-ec87d9c6, #w-node-_5b39bf47-73f0-c73d-e5e5-105ab12a1d44-40ca9664, #w-node-_5b39bf47-73f0-c73d-e5e5-105ab12a1d61-40ca9664, #w-node-_5b39bf47-73f0-c73d-e5e5-105ab12a1d7f-40ca9664, #w-node-_359158b1-d167-04f2-4eea-a191b9f28e58-e238a7c4, #w-node-_359158b1-d167-04f2-4eea-a191b9f28e5e-e238a7c4, #w-node-a6625af6-e92b-d9a0-7de0-f6599f6f4351-e238a7c4, #w-node-f9da7154-8be8-6f88-7e7c-81bc8072bd42-e238a7c4, #w-node-fa13e943-717b-0c53-9e69-50ff5e428839-e238a7c4, #w-node-_5c40d66d-1c00-1ad1-a518-56534f67d2e0-e238a7c4, #w-node-_8d4b2f30-0f5e-ff89-629d-c63b71904ef4-e238a7c4, #w-node-c56729a5-9b05-a7db-55bd-070d137c16ce-e238a7c4, #w-node-c54aa91a-e549-4b7e-1a30-39c147449307-e238a7c4, #w-node-_74d88d02-540e-f495-10c2-2be9fcffeda8-e238a7c4, #w-node-_1ec112eb-b646-cadc-5ad1-d019a5cbe2c8-aa0b65d7, #w-node-_1ec112eb-b646-cadc-5ad1-d019a5cbe2ce-aa0b65d7, #w-node-_1ec112eb-b646-cadc-5ad1-d019a5cbe2d4-aa0b65d7, #w-node-_1ec112eb-b646-cadc-5ad1-d019a5cbe2da-aa0b65d7, #w-node-_1ec112eb-b646-cadc-5ad1-d019a5cbe2e0-aa0b65d7, #w-node-_1ec112eb-b646-cadc-5ad1-d019a5cbe2e6-aa0b65d7, #w-node-_1ec112eb-b646-cadc-5ad1-d019a5cbe2ec-aa0b65d7, #w-node-_1ec112eb-b646-cadc-5ad1-d019a5cbe2f2-aa0b65d7, #w-node-be028d13-cee6-4f84-84ff-847a68780987-66a29b13, #w-node-be028d13-cee6-4f84-84ff-847a687809a4-66a29b13, #w-node-be028d13-cee6-4f84-84ff-847a687809c2-66a29b13 {
  place-self: auto;
}

@media screen and (max-width: 991px) {
  #w-node-_30198d32-180e-c6a8-cc1d-c038b6a9619d-ec87d9c6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a9dae87a-1e41-1c5a-4895-c9782e2c085b-ec87d9c6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a9dae87a-1e41-1c5a-4895-c9782e2c085b-ec87d9c6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-df483056-623e-eeea-07ac-ee2b411dbf62-1349f026 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-df483056-623e-eeea-07ac-ee2b411dbf6c-1349f026 {
    grid-area: 2 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-df483056-623e-eeea-07ac-ee2b411dbf62-1349f026 {
    justify-self: center;
  }

  #w-node-df483056-623e-eeea-07ac-ee2b411dbf6c-1349f026 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }
}


@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;
}
@font-face {
  font-family: 'Fa 100';
  src: url('../fonts/fa-thin-100.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa duotone 900';
  src: url('../fonts/fa-duotone-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@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 sharp solid 900';
  src: url('../fonts/fa-sharp-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 300';
  src: url('../fonts/fa-light-300.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}