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

:root {
  --orange-red: #f15a00;
  --white: white;
  --coral: #ff8b47;
  --black: black;
  --mid-gray: #8d8d8d;
  --grey: grey;
}

.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-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: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

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

.top-email {
  color: #000;
  text-align: center;
  text-transform: none;
  direction: ltr;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.top-email.m-bottom-10 {
  margin-bottom: 10px;
  font-size: 16px;
}

.need-help {
  background-color: var(--orange-red);
  color: #fff;
  text-align: center;
  letter-spacing: 2.5px;
  border-radius: 3px;
  margin-bottom: 0;
  padding: 10px;
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.25;
  transition: all .3s cubic-bezier(.455, .03, .515, .955);
}

.need-help:hover {
  transform: scale(.95);
}

.top-section {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.top-div-block {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1300px;
  height: 100%;
  display: flex;
}

.co-logo {
  width: 170px;
  margin-left: 0;
  padding-left: 0;
}

.top-tel-link {
  width: 100%;
  color: var(--orange-red);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.125;
  text-decoration: none;
}

.co-logo-link {
  align-items: center;
  display: flex;
}

.font-icon-mobile {
  color: #fff;
  background-color: #333;
  border-radius: 50px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  margin-right: 10px;
  font-family: "Fa 300", sans-serif;
  font-size: 1em;
  display: flex;
}

.top-contact-div {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-left: 8px;
  display: flex;
}

.tel-div {
  justify-content: flex-end;
  align-items: center;
  font-size: 15px;
  display: flex;
}

.nav-section {
  background-color: #222;
  justify-content: center;
  display: flex;
}

.dl-anim {
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 12px;
  margin-left: 10px;
  display: flex;
}

.dropdown.s-toggle {
  background-color: var(--orange-red);
}

.text-block {
  font-size: 15px;
}

.navbar {
  background-color: #0000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  max-width: 1300px;
  display: flex;
}

.nav-link {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-bottom: 0 #000;
  border-right: 1px solid #ffffff1a;
  padding: 25px 15px;
  font-size: 15px;
  transition: background-color .3s ease-in-out;
  display: inline-block;
}

.nav-link:hover {
  background-color: var(--orange-red);
  border-bottom-color: #8d8d8d;
}

.nav-link.w--current {
  background-color: var(--orange-red);
  color: #fff;
  border-bottom-style: none;
  border-bottom-color: #8d8d8d;
  padding-top: 25px;
  padding-bottom: 25px;
}

.dropdown-list {
  background-color: #fff;
}

.dropdown-list.w--open {
  background-color: #fff;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  overflow: hidden;
}

.dropdown-link {
  color: #222;
  text-align: left;
  border-left: 5px #233589;
  padding: 5px 60px 5px 20px;
  font-size: 15px;
  transition: all .2s ease-in-out;
}

.dropdown-link:hover {
  background-color: var(--orange-red);
  color: #fff;
  border-bottom-color: #8d8d8d;
  padding-left: 30px;
}

.dropdown-link.w--current {
  background-color: var(--orange-red);
  color: #fff;
  border-bottom-color: #8d8d8d;
}

.nav-link-dropdown {
  color: #fff;
  border-bottom: 0 #000;
  padding: 25px 35px 25px 15px;
  font-size: 13px;
  transition: background-color .3s ease-in-out;
}

.nav-link-dropdown:hover {
  background-color: #4169e1;
  border-bottom-color: #8d8d8d;
}

.nav-link-dropdown.dl-flex {
  border-right: 1px solid #ffffff1a;
  justify-content: space-between;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-right: 15px;
  display: flex;
}

.nav-link-dropdown.dl-flex:hover {
  background-color: var(--orange-red);
}

.slider-small-text {
  color: #fff;
  width: 100%;
  margin-bottom: 0;
}

.small-text-div-and-arrow {
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.small-text-div-and-arrow.verticle {
  flex-direction: column;
  align-items: flex-start;
}

.hero-btn-1 {
  color: #000;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #fff;
  flex: none;
  width: 200px;
  padding: 15px 25px;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: inline-block;
}

.hero-btn-1:hover {
  border-color: var(--orange-red);
  background-color: var(--orange-red);
  color: #fff;
}

.hero-btn-1.m-top-20 {
  border-color: var(--orange-red);
  color: var(--orange-red);
  text-align: center;
  background-color: #0000;
  margin-top: 20px;
  margin-left: 0;
}

.hero-btn-1.m-top-20:hover {
  background-color: var(--orange-red);
  color: #fff;
}

.overlay-div {
  z-index: 10;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: absolute;
}

.box-1-div-planning-2 {
  background-color: #272d33;
  background-image: linear-gradient(#00000080, #00000080), url('../images/_164066542.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-height: 300px;
  padding: 20px;
  display: flex;
}

.box-1-div-planning-2:hover {
  box-shadow: 1px 1px 3px #0006;
}

.box-1-div-planning-2.roof-repair {
  background-image: linear-gradient(#00000080, #00000080), url('../images/img-63.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.box-1-div-planning-2.roof-replacement {
  background-image: linear-gradient(#00000080, #00000080), url('../images/img-37.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  min-height: 340px;
}

.box-1-div-planning-2.rubber-roof {
  background-image: linear-gradient(#00000080, #00000080), url('../images/121755311.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.box-1-div-planning-2.s-1 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/img-14.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.box-1-div-planning-2.extension {
  background-image: linear-gradient(#00000080, #00000080), url('../images/img-73.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.box-1-div-planning-2.areas-wecover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/img-58.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  min-height: 340px;
}

.services-block-btn {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 0;
  margin-top: 10px;
  padding: 10px 20px;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  transition: all .4s ease-in-out;
}

.services-block-btn:hover {
  color: #333;
  background-color: #fff;
}

._4-box-text-2 {
  color: #fff;
  width: 100%;
  margin-bottom: 0;
  font-size: 1.1em;
  line-height: 1.75;
}

._4-box-grid-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 98%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: grid;
}

._4-block-div-2 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.box-heading-2 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: auto;
  font-size: 2.2em;
  font-weight: 700;
  line-height: 1.2;
}

._4-boxes-section-2 {
  background-color: #4d5c661a;
  flex-direction: column;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

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

.h1-content-wrapper.h1-c-flex.flex {
  justify-content: space-between;
  align-items: stretch;
}

.h1-light {
  color: var(--orange-red);
  font-weight: 300;
}

.body-div {
  width: 90%;
  max-width: 1300px;
}

.h1 {
  color: #333;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 34px;
  font-weight: 800;
}

.h1.m-b-20 {
  color: #333;
  margin-bottom: 20px;
  font-size: 34px;
  font-weight: 800;
}

.l-2-content {
  background-image: url('../images/235305251.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 48%;
  min-height: 250px;
}

.l-2-content.img-style-section {
  border-radius: 20px;
  box-shadow: 1px 2px 8px #33333340;
}

.l-2-content.h-1 {
  background-image: url('../images/img-58.webp');
  background-position: 50%;
}

.l-2-content.s-1 {
  background-image: url('../images/img-73.webp');
  background-position: 0%;
}

.l-2-content.s-1._1 {
  background-image: url('../images/img-70.webp');
}

.l-2-content.r-1 {
  background-image: url('../images/refurbishments-2.webp');
  background-position: 50% 0;
}

.l-2-content.re-1 {
  background-image: url('../images/property-renovations-page-property-renovations-in-southampton-and-chandlers-ford.webp');
  background-position: 50%;
}

.l-2-content.lc-1 {
  background-image: url('../images/img-25.webp');
  background-position: 40%;
  background-size: cover;
}

.l-2-content.ex-1 {
  background-image: url('../images/extensions-1.webp');
  background-position: 30%;
}

.l-2-content.bw-1 {
  background-image: url('../images/building-works-1-1.jpg');
}

.hyper-link {
  box-shadow: inset 0 -2px 0 0 var(--orange-red);
  color: var(--orange-red);
  padding-left: 2px;
  padding-right: 2px;
  font-weight: 700;
  text-decoration: none;
  transition: all .4s ease-in-out;
  display: inline-block;
}

.hyper-link:hover {
  box-shadow: inset 0 -50px 0 0 var(--orange-red);
  color: #fff;
}

.hyper-link.white {
  box-shadow: inset 0 -2px 0 0 var(--white);
  color: var(--white);
  text-transform: lowercase;
  font-size: 16px;
}

.hyper-link.white:hover {
  box-shadow: inset 0 -50px 0 0 var(--white);
  color: var(--orange-red);
}

.hyper-link.white.cap {
  text-transform: uppercase;
}

.section-btn {
  background-color: var(--orange-red);
  color: #fff;
  text-transform: uppercase;
  margin-top: 40px;
  padding: 15px 40px;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: inline-block;
}

.section-btn:hover {
  background-color: var(--coral);
}

.para {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.75;
}

.para.white-p {
  color: #f3f3f3;
  text-align: center;
}

.l-1-content {
  width: 48%;
}

.l-1-content._w-100 {
  width: 100%;
}

.l-1-content._w-70 {
  width: 48%;
}

.l-1-content._w-70._52 {
  width: 52%;
}

.body-copy-section {
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.body-copy-section.bg-gradiant {
  background-image: linear-gradient(139deg, #fff 70%, #4169e1 70%);
}

.body-copy-section.bg-gradiant.top-bttom {
  background-image: linear-gradient(to bottom, var(--orange-red) 60%, white 60%);
}

.body-copy-section.border-top {
  border-top: 1px solid #00000017;
}

.body-copy-section.border-top.b-primary {
  background-color: var(--orange-red);
  background-image: linear-gradient(139deg, var(--coral), var(--orange-red));
}

.body-copy-section.border-top.m-top-low {
  padding-top: 60px;
  padding-bottom: 60px;
}

.body-copy-section.primary-bg {
  background-color: var(--orange-red);
  padding-top: 60px;
  padding-bottom: 60px;
}

.full-width-image-section {
  background-image: linear-gradient(#00000080, #00000080), url('../images/img-18.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.mid-text {
  color: #fff;
  margin-bottom: 0;
}

.mid-text.dark-text {
  color: #333;
  margin-bottom: 10px;
  padding-left: 0;
}

.mid-heading {
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
}

.mid-heading.blue-heading {
  color: var(--orange-red);
  font-size: 38px;
  font-weight: 800;
  line-height: 1.5;
}

.full-width-image-text-div {
  background-color: #233589;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 50%;
  max-width: 600px;
  padding: 30px;
  display: flex;
}

.full-width-image-text-div.white-bg {
  background-color: #fff;
  border-radius: 9px;
}

.full-width-image-div {
  width: 90%;
  max-width: 1300px;
  min-height: 200px;
}

.small-section-heading-3 {
  background-color: #fae9d7;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-2 {
  background-color: #4169e10d;
  background-image: linear-gradient(#000000bf, #000000bf), url('../images/_296388747.webp');
  background-position: 0 0, 50% 60%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.container-2 {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.small-sec-heading-3 {
  color: #f0f0f0;
  text-align: center;
  line-height: 36px;
}

.small-sec-heading-3.max-wdith-70 {
  z-index: 0;
  color: #fff;
  text-transform: uppercase;
  width: 90%;
  font-size: 24px;
  font-weight: 700;
  position: relative;
}

.section-btn-2 {
  color: #222;
  text-align: center;
  background-color: #fff;
  flex: 0 auto;
  align-self: center;
  width: auto;
  margin: 20px auto 0;
  padding: 15px 30px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: inline-block;
  position: static;
}

.section-btn-2:hover {
  background-color: #fff;
  transform: scale(.95);
}

.section-btn-2.block {
  background-color: var(--orange-red);
  color: #fff;
  display: block;
}

.section-btn-2.block:hover {
  background-color: var(--coral);
  color: #fff;
}

.footer-copy-desc {
  color: #bdb8b8;
}

.footer-copy-desc.footer-style-copy {
  color: #e7e7e7;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.5;
}

.footer-desing-my-home.primary-color {
  background-color: #222;
  padding-top: 60px;
  padding-bottom: 0;
}

.footer-desing-my-home-footer-link {
  background-color: var(--orange-red);
  border-top: 1px solid #dadada21;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}

.footer-list-item {
  color: #cac9c9;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 300;
  line-height: 1.5;
}

.footer-col.footer-map {
  background-image: url('../images/tempsnip.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 13px;
  width: 100%;
  height: 430px;
}

.bold-footer {
  color: #fff;
  font-weight: 600;
}

.footer-brand {
  text-decoration: none;
}

.footer-brand.test {
  background-color: #fff;
  border-radius: 8px;
  padding: 20px;
}

.footer-social {
  padding-top: 20px;
  display: flex;
}

.footer-contact-link {
  color: #cac9c9;
  text-decoration: none;
}

.footer-social-link {
  display: inline-block;
}

.footer-social-link.text-link {
  color: #fff;
  background-color: #ffffff1f;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 20px;
  padding: 0;
  font-family: "Fa brands 400", sans-serif;
  font-size: 1em;
  font-weight: 300;
  text-decoration: none;
  transition: all .3s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.footer-social-link.text-link:hover {
  background-color: var(--coral);
  transform: scale(1.1);
}

.footer-wrapper.footer-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-copy-link {
  color: #f5f7fd;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.container-3 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.footer-logo {
  min-width: 120px;
  position: static;
}

.footer-list-menu {
  margin-top: 40px;
  padding-left: 0;
  list-style-type: none;
}

.testemonials-section {
  opacity: 1;
  background-color: #222;
  border-top: 2px #8a868e3b;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.container-3 {
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.h2-3 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 30px;
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
}

.h2-3.h2-white {
  color: #fff;
}

.coloured-underline {
  background-color: #ff0a01;
  border-radius: 20px;
  width: 80px;
  height: 4px;
  margin-bottom: 30px;
}

.coloured-underline.unerline-white {
  background-color: #fff;
}

.contact-form-code {
  margin-bottom: 0;
}

.underline {
  background-color: var(--orange-red);
  border-radius: 20px;
  width: 80px;
  height: 3px;
  margin-bottom: 20px;
}

.underline.underline-white {
  background-color: #fff;
}

.underline.underline-white.center-line {
  margin-left: auto;
  margin-right: auto;
}

.h1-light-2 {
  color: #41028e;
  font-weight: 300;
}

.h1-light-2.light-h1 {
  color: #fff;
}

.l-2-content-2 {
  background-image: url('../images/235305251_1235305251.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 48%;
  min-height: 250px;
}

.l-2-content-2._w-100 {
  width: 100%;
}

.l-2-content-2._w-100._3-img-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-image: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 40px;
  display: grid;
}

.l-2-content-2._w-100._3-img-grid._w-90 {
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.l-2-content-2.h-2 {
  background-image: url('../images/home-2.webp');
}

.l-2-content-2.r-2 {
  background-image: url('../images/refurbishments-1.webp');
  background-position: 50%;
  background-size: 550px;
  width: 45%;
  min-height: 550px;
}

.l-2-content-2.r-3 {
  background-image: url('../images/img-45.webp');
}

.l-2-content-2.re-2 {
  background-image: url('../images/renovations-1-1.webp');
}

.l-2-content-2.re-3 {
  background-image: url('../images/img-31.webp');
}

.l-2-content-2.lc-2 {
  background-image: url('../images/img-12.webp');
}

.l-2-content-2.lc-3 {
  background-image: url('../images/img-11.webp');
  background-position: 80%;
}

.l-2-content-2.ex-2 {
  background-image: url('../images/house-extensions-page-house-extensions-all-types-available.webp');
}

.l-2-content-2.ex-3 {
  background-image: url('../images/extensions-1-2.webp');
}

.l-2-content-2.bw-2 {
  background-image: url('../images/img-81.webp');
}

.l-2-content-2.bw-3 {
  background-image: url('../images/img-77.webp');
}

.l-2-content-2.h-4 {
  background-image: url('../images/img-36.webp');
}

.l-2-content-2.h-3 {
  background-image: url('../images/img-54.webp');
}

.h2-2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px;
  line-height: 1.25;
}

.h2-2.white-heading {
  color: #fff;
}

.h2-2.white-heading.cener {
  text-align: center;
  margin-bottom: 10px;
}

.grid-img {
  background-image: url('../images/258104353_1258104353.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  min-height: 350px;
  box-shadow: 1px 1px 3px #00000045;
}

.grid-img.h-1 {
  background-image: url('../images/img-39tmb_1img (39)tmb.webp');
}

.grid-img.h-3 {
  background-image: url('../images/img-68.webp');
}

.grid-img.h-2 {
  background-image: url('../images/img-4tmb_1img (4)tmb.webp');
}

.h3-text-bullet {
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

.h3-text-bullet.white {
  color: var(--white);
}

.h2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 1.25;
}

.h2.h2-white {
  color: #fff;
}

.h2.h2-white.h2-sm, .h2.sm-h2 {
  font-size: 26px;
}

.font-icon {
  background-color: var(--orange-red);
  color: #fff;
  border-radius: 50px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  font-family: "Fa 300", sans-serif;
  font-size: 1em;
  display: flex;
}

.font-icon.icon-white {
  background-color: var(--white);
  color: var(--orange-red);
}

.list-item {
  padding-top: 5px;
  padding-bottom: 5px;
  transition: padding .3s cubic-bezier(.645, .045, .355, 1);
}

.list-item:hover {
  padding-left: 8px;
}

.default-list {
  padding-left: 0;
  list-style-type: none;
}

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

.default-list.list-white {
  color: #fff;
}

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

.para-2 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
}

.para-2.para-white {
  color: var(--white);
}

.para-2.para-white.large {
  font-size: 24px;
  line-height: 34px;
}

.underline-2 {
  background-color: #41028e;
  border-radius: 20px;
  width: 80px;
  height: 3px;
  margin-bottom: 20px;
}

.underline-2.underline-white {
  background-color: #fff;
}

.underline-2.underline-white.center-line {
  margin-left: auto;
  margin-right: auto;
}

.underline-2.underline-white.center-line.dark {
  background-color: var(--orange-red);
}

.site-item {
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 500;
}

.site-item.flex-box {
  transition: all .2s ease-in-out;
  display: flex;
}

.site-item.flex-box:hover {
  padding-left: 10px;
}

.container-wrapper.grid-areas {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  display: grid;
}

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

.section-1-with-image {
  padding-top: 100px;
  padding-bottom: 100px;
}

.site-map-bullet {
  padding-left: 0;
  list-style-type: none;
}

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

.html-embed-2 {
  width: 100%;
  height: 100%;
}

.content-block {
  border-bottom: 1px solid #ffffff59;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.content-block.border-edit {
  border-bottom-color: #0000001a;
}

.site-map {
  padding-top: 100px;
  padding-bottom: 100px;
}

.site-map-container {
  text-align: center;
}

.site-map-list {
  padding-left: 0;
  list-style-type: none;
}

.site-map-item {
  padding-top: 5px;
  padding-bottom: 5px;
}

.site-map-link {
  color: #222;
  text-decoration: none;
}

.accent {
  background-color: var(--orange-red);
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 1.5;
  display: inline-block;
}

.heading-1-small {
  color: #333333a1;
  font-weight: 300;
}

.left-contact-info {
  width: 100%;
}

.contact-content {
  text-align: left;
  background-color: #fbfbfb;
  border-radius: 8px;
  width: 100%;
  padding: 30px;
  transition: all .3s ease-in-out;
  box-shadow: -1px 1px 3px #00000012;
}

.contact-content:hover {
  background-color: #ffffff36;
}

.contact-type-title {
  color: #333;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 700;
}

.top-block {
  color: #000;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

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

.contact-page-info {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 40px;
  display: grid;
}

.contact-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.container-4 {
  width: 90%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.contact-page-link {
  color: var(--orange-red);
  text-decoration: none;
}

.contact-icon {
  color: var(--orange-red);
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  font-family: "Fa 300", sans-serif;
  font-size: 28px;
  line-height: 1.5;
  display: inline-block;
}

.right-contact-form {
  width: 100%;
}

.telephone {
  color: #fff;
}

.telephone.office-number {
  padding-left: 20px;
}

.telephone.office-number.contact-type {
  color: var(--coral);
  text-transform: uppercase;
  padding-bottom: 5px;
  padding-left: 0;
}

.telephone.office-number.contact-type.m-bottom-10 {
  margin-bottom: 10px;
}

.basic-p-block {
  width: 48%;
}

.basic-p-block._w-100 {
  width: 100%;
}

.testimonial-block {
  background-color: var(--orange-red);
  border-radius: 7px;
  margin-bottom: 40px;
  padding: 30px;
  box-shadow: 1px 1px 3px #2f3d496b;
}

.double-content-div {
  justify-content: space-between;
  width: 90%;
  max-width: 1300px;
  display: flex;
}

.content-section-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 30px;
  display: flex;
}

.testimonials_wrapper {
  padding-top: 40px;
}

.gallery-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 60px;
  padding-bottom: 60px;
  display: none;
}

.lb {
  transition: transform .3s;
}

.lb:hover {
  transform: scale(1.025);
}

.slider {
  height: 70vh;
}

.right-arrow, .slide-nav, .left-arrow {
  display: none;
}

.slide-2 {
  background-image: url('../images/img-21.webp');
  background-position: 50% 80%;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/img-24.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/img-25.webp');
  background-position: 50% 80%;
  background-size: cover;
}

.orange-text {
  color: var(--orange-red);
  justify-content: center;
  margin-top: 20px;
  font-size: 24px;
  line-height: 35px;
  display: flex;
}

.hero-side-button {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: "Fa solid 900", sans-serif;
  font-size: 26px;
  display: flex;
}

.hero-div-edge {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: auto;
  display: grid;
}

.button-links {
  color: #fff;
  border: 2px solid #fff;
  border-radius: 40px;
  width: 60px;
  height: 60px;
  text-decoration: none;
  transition: background-color .2s;
}

.button-links:hover {
  background-color: var(--orange-red);
}

.hero-div-mid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: grid;
}

.hero-side-button-social {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: "Fa brands 400", sans-serif;
  font-size: 30px;
  display: flex;
}

.banner-heading {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  line-height: 54px;
}

.hero-div-full {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: .45fr 1fr .45fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 100%;
  display: grid;
}

.lightbox-gallery {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 40px;
  display: grid;
}

.lightbox-link {
  width: 100%;
}

.image {
  width: 250px;
}

.name-header {
  border-bottom: 1px solid var(--orange-red);
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 10px;
  display: flex;
}

.text-block-2 {
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  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 {
  border: 2px solid var(--coral);
  background-color: var(--coral);
  color: #fff;
  text-align: center;
  border-radius: 500px;
  min-width: 140px;
  margin-left: 16px;
  padding: 10px 20px;
  font-size: 16px;
}

.fs-cc-banner_button.fs-cc-button-alt {
  border-color: var(--orange-red);
  color: var(--orange-red);
  background-color: #f5f5f5;
}

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

.fs-cc-prefs_title {
  color: var(--orange-red);
  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 {
  border: 2px solid var(--coral);
  background-color: var(--coral);
  border-radius: 500px;
  margin-right: 8px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 700;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  border-color: var(--orange-red);
  color: var(--orange-red);
  background-color: #fff;
}

.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: var(--black);
  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: var(--coral);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 16px;
  font-weight: 700;
}

.fs-cc-banner_text-link {
  border-bottom: 2px solid var(--black);
  color: var(--black);
  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: 2147483647;
  background-color: var(--white);
  border-top: 1px solid #4353ff29;
  padding: 24px 32px;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.cookie-banner {
  z-index: 999;
  position: relative;
}

.widget-block {
  z-index: 99;
  background-color: var(--orange-red);
  text-align: center;
  background-image: linear-gradient(#0000004f, #0000004f), url('../images/image-3aixxldo.webp');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 430px;
  height: auto;
  padding: 40px;
  display: block;
  position: fixed;
  inset: auto auto 9% 1%;
  box-shadow: 1px 1px 3px #0000002e;
}

.close-icon {
  color: #fff;
  cursor: pointer;
  background-color: #0000;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  font-size: 22px;
  display: flex;
  position: absolute;
  inset: 10px 10px auto auto;
}

.close-icon:hover {
  background-color: #0000;
}

.close-icon.circle {
  background-color: var(--orange-red);
  font-family: "Fa solid 900", sans-serif;
}

.primary-btn {
  color: #fff;
  background-color: #ffa200;
  border-radius: 4px;
  margin-top: 20px;
  padding: 20px 40px;
  text-decoration: none;
  transition: background-color .3s ease-in-out;
  display: inline-block;
}

.primary-btn:hover {
  color: #000;
  background-color: #fff;
}

.primary-btn.hovr-black:hover {
  color: #f9f9f9;
  background-color: #080f34;
}

.primary-btn.hovr-black.margin-top-20 {
  margin-top: 20px;
}

.primary-btn.hovr-black.margin-top-20.mobil-btn {
  background-color: #fcb42d;
  display: block;
}

.pop-head {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 39px;
}

.pop-head.cap {
  text-transform: uppercase;
}

.footer-brand-2 {
  text-decoration: none;
}

.footer-brand-2.popup {
  height: 60px;
}

.text-span-2 {
  font-size: 30px;
  font-weight: 700;
}

.pop-up {
  color: #fff;
  font-size: 16px;
}

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

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

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

.whatsapp-block.hide {
  display: none;
}

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

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

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

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

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

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

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

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

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

.whatsapp-container {
  z-index: 30;
  cursor: pointer;
  background-color: #000;
  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 {
  background-color: var(--orange-red);
  transform: scale(1.05);
}

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

.livechat-button {
  background-color: var(--orange-red);
  cursor: pointer;
  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: #326db1;
}

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

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

.google-rev {
  padding: 40px;
}

.google-review {
  width: 100%;
}

.bold-text {
  color: var(--orange-red);
}

.google-reviews {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 20px;
}

.h3.white {
  color: var(--white);
}

@media screen and (min-width: 1920px) {
  .whatsapp-chat {
    display: none;
  }

  .livechat-button {
    transition: all .2s;
  }

  .livechat-button:hover {
    background-color: #000;
    transform: scale(1.05);
  }
}

@media screen and (max-width: 991px) {
  .top-div-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .top-tel-link {
    font-weight: 700;
  }

  .font-icon-mobile {
    color: #fff;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    width: 38px;
    height: 38px;
    margin-right: 10px;
    font-size: 1.25em;
    display: flex;
  }

  .top-contact-div {
    align-items: flex-end;
  }

  .nav-menu {
    background-color: #222;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .dropdown {
    width: 100%;
  }

  .burger-menu {
    width: 32px;
    margin-left: auto;
    margin-right: auto;
  }

  .navbar {
    width: 100%;
  }

  .nav-link {
    text-align: left;
    border-bottom-width: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 25px;
    padding-bottom: 25px;
    display: flex;
  }

  .dropdown-list.w--open {
    border-radius: 0;
    position: relative;
  }

  .menu-button {
    color: #fff;
    text-align: center;
    justify-content: flex-end;
    width: 100%;
  }

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

  .dropdown-link {
    text-align: center;
  }

  .dropdown-link:hover {
    padding-left: 20px;
  }

  .nav-link-dropdown {
    text-align: center;
    border-bottom-width: 0;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
  }

  .nav-link-dropdown.dl-flex {
    justify-content: center;
  }

  .overlay-div {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  ._4-block-div-2 {
    align-items: flex-end;
  }

  .box-heading-2 {
    font-size: 33px;
  }

  .h1-content-wrapper.h1-c-flex {
    flex-direction: column;
  }

  .body-div {
    width: 90%;
  }

  .l-2-content {
    width: 100%;
  }

  .l-2-content.img-style-section {
    min-height: 400px;
    margin-top: 60px;
    display: block;
  }

  .l-2-content.h-1, .l-2-content.s-1, .l-2-content.re-1, .section-btn {
    margin-top: 20px;
  }

  .l-1-content, .l-1-content._w-70 {
    width: 100%;
  }

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

  .body-copy-section.bg-gradiant {
    background-image: linear-gradient(139deg, #fff 61%, #4169e1 61%);
  }

  .full-width-image-text-div {
    width: 100%;
    max-width: 100%;
  }

  .footer-desing-my-home-footer-link {
    padding-bottom: 100px;
  }

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

  .l-2-content-2 {
    width: 100%;
  }

  .l-2-content-2._w-100._3-img-grid._w-90 {
    grid-template-columns: 1fr 1fr;
  }

  .l-2-content-2.h-2, .l-2-content-2.r-2, .l-2-content-2.re-2, .l-2-content-2.ex-2, .l-2-content-2.bw-2, .l-2-content-2.h-3 {
    margin-bottom: 20px;
  }

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

  .contact-page-map {
    width: 100%;
  }

  .text-area {
    width: 100%;
    padding-bottom: 20px;
  }

  .site-map-bullet.areas-grid {
    grid-template-columns: 1fr 1fr;
  }

  .contact-content {
    flex-direction: column;
    display: flex;
  }

  .contact-page-info {
    grid-template-columns: 1fr;
  }

  .contact-block {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .basic-p-block {
    width: 100%;
    padding-bottom: 30px;
  }

  .double-content-div {
    flex-direction: column;
    align-items: center;
  }

  .content-section-3 {
    padding-bottom: 60px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .hero-div-edge {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .hero-div-mid {
    justify-items: center;
    width: 90%;
    margin-bottom: 20px;
  }

  .banner-heading {
    width: 80%;
  }

  .hero-div-full {
    grid-column-gap: 10px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .lightbox-gallery {
    grid-template-columns: 1fr 1fr;
  }

  .primary-btn.hovr-black.margin-top-20.mobil-btn {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .need-help {
    font-size: 1em;
  }

  .top-div-block {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .co-logo {
    margin-top: -10px;
    margin-bottom: 20px;
  }

  .top-contact-div {
    align-items: center;
  }

  .overlay-div {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  ._4-box-grid-2 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  ._4-boxes-section-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .l-2-content.img-style-section {
    min-height: 300px;
  }

  .l-2-content.re-1, .l-2-content.lc-1 {
    margin-top: 20px;
  }

  .body-copy-section, .full-width-image-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .mid-heading {
    font-size: 50px;
    line-height: 50px;
  }

  .mid-heading.blue-heading {
    font-size: 2.5em;
  }

  .small-sec-heading-3.max-wdith-70 {
    font-size: 22px;
  }

  .footer-wrapper.footer-grid {
    grid-template-columns: 1fr;
  }

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

  .container-3 {
    width: 90%;
  }

  .l-2-content-2._w-100._3-img-grid {
    grid-template-columns: 1fr 1fr;
  }

  .l-2-content-2._w-100._3-img-grid._w-90 {
    grid-template-columns: 1fr;
  }

  .l-2-content-2.re-2 {
    margin-bottom: 20px;
  }

  .container {
    width: 90%;
  }

  .site-map-bullet.areas-grid {
    grid-template-columns: 1fr 1fr;
  }

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

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .orange-text {
    margin-top: 10px;
    line-height: 32px;
  }

  .button-links {
    transition-property: background-color;
  }

  .banner-heading {
    width: 90%;
    font-size: 40px;
    line-height: 45px;
  }

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

  .widget-block {
    padding-left: 30px;
    padding-right: 30px;
  }

  .pop-head {
    font-size: 24px;
    line-height: 32px;
  }
}

@media screen and (max-width: 479px) {
  .need-help {
    width: auto;
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 1em;
  }

  .need-help.hide {
    display: none;
  }

  .top-section {
    padding-top: 30px;
    padding-bottom: 10px;
  }

  .top-div-block {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .co-logo {
    width: 160px;
    margin-top: -10px;
    margin-bottom: 10px;
  }

  .top-tel-link {
    width: auto;
    font-size: 22px;
  }

  .co-logo-link {
    justify-content: center;
    width: 100%;
  }

  .font-icon-mobile {
    justify-content: center;
  }

  .top-contact-div {
    align-items: center;
    width: 100%;
  }

  .tel-div {
    text-align: center;
    justify-content: center;
    width: 100%;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .menu-button {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .dropdown-link {
    padding: 12px 0;
    font-size: 14px;
  }

  .nav-link-dropdown {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .nav-link-dropdown.dl-flex {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .slider-small-text {
    width: 80%;
  }

  .overlay-div {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .box-1-div-planning-2 {
    width: 100%;
    min-height: 230px;
    padding: 15px;
  }

  ._4-box-grid-2 {
    width: 90%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .box-heading-2 {
    font-size: 27px;
  }

  ._4-boxes-section-2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .body-div {
    max-width: 100%;
  }

  .h1 {
    font-size: 22px;
    line-height: 1.5;
  }

  .h1.m-b-20 {
    font-size: 2em;
  }

  .l-2-content.h-1 {
    margin-top: 20px;
  }

  .hyper-link.white {
    flex-flow: wrap;
    margin-bottom: 10px;
    font-size: 15px;
  }

  .l-1-content._w-70._52 {
    width: 100%;
  }

  .body-copy-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .body-copy-section.bg-gradiant.top-bttom {
    background-image: linear-gradient(#41028e 70%, #fff 70%);
  }

  .mid-text {
    width: 80%;
  }

  .mid-text.dark-text {
    width: 100%;
  }

  .mid-heading {
    font-size: 28px;
    line-height: 30px;
  }

  .mid-heading.blue-heading {
    font-size: 25px;
  }

  .full-width-image-text-div {
    width: 100%;
    padding: 20px;
  }

  .full-width-image-div {
    width: 90%;
    max-width: 100%;
  }

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

  .small-sec-heading-3.max-wdith-70 {
    width: 100%;
    font-size: 18px;
    line-height: 26px;
  }

  .footer-brand.test {
    text-align: center;
    width: 100%;
  }

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

  .container-3 {
    flex-direction: column;
    justify-content: space-between;
    width: 90%;
    display: flex;
  }

  .h2-3 {
    font-size: 26px;
    line-height: 28px;
  }

  .l-2-content-2._w-100._3-img-grid {
    grid-template-columns: 1fr;
  }

  .l-2-content-2.r-2 {
    background-size: cover;
    width: 100%;
    min-height: 250px;
  }

  .l-2-content-2.lc-2 {
    margin-bottom: 10px;
  }

  .h2-2.white-heading.cener {
    font-size: 26px;
  }

  .h2, .h2.h2-white {
    font-size: 22px;
  }

  .h2.h3-text {
    font-size: 24px;
  }

  .default-list.home-list-grid, .default-list.list-white.list-grid-x2 {
    grid-template-columns: 1fr;
  }

  .container {
    flex-direction: column;
    justify-content: space-between;
    width: 90%;
    display: flex;
  }

  .section-1-with-image {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .site-map-bullet {
    padding-left: 20px;
  }

  .site-map-bullet.areas-grid {
    grid-template-columns: 1fr;
    padding-left: 10px;
  }

  .contact-content {
    padding-left: 10px;
    padding-right: 10px;
  }

  .contact-page-wrapper {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .contact-page-info {
    flex-flow: column;
    display: flex;
  }

  .contact-block {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-left {
    width: 100%;
  }

  .contact-page-link {
    font-size: 14px;
  }

  .contact-page-link.mob {
    font-size: 13px;
  }

  .right-contact-form {
    width: 100%;
  }

  .telephone.office-number.contact-type {
    font-size: 13px;
    line-height: 19px;
  }

  .basic-p-block._w-100 {
    padding-bottom: 10px;
  }

  .orange-text {
    margin-top: 10px;
    line-height: 29px;
  }

  .hero-side-button {
    font-size: 17px;
  }

  .button-links {
    width: 40px;
    height: 40px;
  }

  .hero-div-mid {
    grid-column-gap: 0px;
    grid-row-gap: 4px;
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }

  .hero-side-button-social {
    font-size: 16px;
  }

  .banner-heading {
    width: 90%;
    font-size: 30px;
    line-height: 30px;
  }

  .hero-div-full {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-content: center;
    height: 100%;
    padding-top: 40px;
  }

  .lightbox-gallery {
    grid-template-columns: 1fr;
  }

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

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

  .widget-block {
    width: auto;
    height: auto;
    padding: 20px;
    bottom: 11%;
    right: 1%;
  }

  .widget-block.hide {
    display: none;
  }

  .primary-btn.hovr-black.margin-top-20.mobil-btn {
    display: block;
  }

  .pop-head {
    padding-bottom: 0;
    font-size: 20px;
    line-height: 28px;
  }

  .live-chat-top-text {
    font-size: 13px;
  }

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

  .whatsapp-block.hide.unhide {
    display: flex;
  }

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

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

  .chat-section {
    background-color: var(--coral);
  }

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

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

  .livechat-button {
    width: 90%;
  }

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

  .google-rev {
    padding: 20px;
  }

  .bold-text-2 {
    font-size: 28px;
  }
}

#w-node-b4f791b6-c23d-7111-0dd9-f77875a64306-3dc5005c {
  justify-self: center;
}

#w-node-b4f791b6-c23d-7111-0dd9-f77875a64307-3dc5005c, #w-node-b4f791b6-c23d-7111-0dd9-f77875a6430a-3dc5005c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b4f791b6-c23d-7111-0dd9-f77875a64311-3dc5005c, #w-node-_61a7d93a-320f-04bb-6df2-3d31dd0fed46-3dc5005c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c2147d1e-7046-7d3f-8c73-75f4ca156f75-3dc5005c {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-b4f791b6-c23d-7111-0dd9-f77875a6431b-3dc5005c {
  justify-self: center;
}

#w-node-b4f791b6-c23d-7111-0dd9-f77875a6431c-3dc5005c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_6a9d7238-20c0-37c4-d2dd-2ecff64d6c50-3dc5005c, #w-node-_6a9d7238-20c0-37c4-d2dd-2ecff64d6c58-3dc5005c, #w-node-_6a9d7238-20c0-37c4-d2dd-2ecff64d6c60-3dc5005c, #w-node-_6a9d7238-20c0-37c4-d2dd-2ecff64d6c68-3dc5005c, #w-node-_15a9a770-e522-9ebb-3ca9-5cbb0f45d46c-3dc5005c, #w-node-_9b58a6d3-1d30-4a19-ed08-90c843807924-3dc5005c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9ec7ca52-72f3-e760-8688-8efbf76c0894-579ce927 {
  align-self: stretch;
}

#w-node-_2799af26-be54-e91a-c8e5-463c16625faa-29a64fc5, #w-node-f6a1cccf-851e-85f1-3a35-194db23164b5-29a64fc5, #w-node-_65b91cdb-cccf-f3d0-2e88-291aa36fb091-29a64fc5, #w-node-_858db23c-93d5-7c2f-b5d6-f50fed31d7aa-29a64fc5, #w-node-_7827f3a4-9fe8-1220-5606-d200151de0a8-29a64fc5, #w-node-d150820a-bb8e-2831-113d-3d22b18a85bd-29a64fc5, #w-node-fee4ac29-db1c-c3ec-9475-ba2a3d88d657-29a64fc5, #w-node-_4ad12e6d-f01a-8f7e-fcfa-c3a2a9665016-29a64fc5, #w-node-_7f34a356-aa71-bb4e-074c-e7bc27c8e80d-29a64fc5, #w-node-a7e98121-ff47-363f-0da1-42870f77fb76-29a64fc5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9c92b224-8597-02c3-b85b-062ed2b31d39-58b1dc40, #w-node-_9c92b224-8597-02c3-b85b-062ed2b31d4b-58b1dc40, #w-node-_9c92b224-8597-02c3-b85b-062ed2b31d63-58b1dc40 {
  place-self: auto stretch;
}

@media screen and (max-width: 991px) {
  #w-node-b4f791b6-c23d-7111-0dd9-f77875a64306-3dc5005c {
    grid-area: 2 / 2 / 3 / 3;
    justify-self: start;
  }

  #w-node-b4f791b6-c23d-7111-0dd9-f77875a64310-3dc5005c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b4f791b6-c23d-7111-0dd9-f77875a6431b-3dc5005c {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }

  #w-node-_9c92b224-8597-02c3-b85b-062ed2b31d39-58b1dc40, #w-node-_9c92b224-8597-02c3-b85b-062ed2b31d4b-58b1dc40 {
    justify-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b4f791b6-c23d-7111-0dd9-f77875a64306-3dc5005c {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: center;
  }

  #w-node-b4f791b6-c23d-7111-0dd9-f77875a6431b-3dc5005c {
    grid-area: span 1 / span 2 / span 1 / span 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 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 300';
  src: url('../fonts/fa-light-300.ttf') format('truetype');
  font-weight: 300;
  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 sharp solid 900';
  src: url('../fonts/fa-sharp-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}