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

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

@font-face {
  font-family: "Fa Regular 400";
  src: url('../fonts/fa-regular-400.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 Sharp 300";
  src: url('../fonts/fa-sharp-light-300.ttf') format("truetype");
  font-weight: 300;
  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 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;
}

@font-face {
  font-family: "Brands 400";
  src: url('../fonts/Brands-Regular-400.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: #fff;
  --black: #0c0c0c;
  --third: #3a3a3a;
  --primary: #d3ba66;
  --dim-grey\<deleted\|variable-341a7e94\>: #4c4a4b;
  --90white: #ffffffe6;
  --secondary: #c0c1b0;
  --cookies-bg: #25252580;
  --transparent: #fff0;
}

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

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

.body {
  background-color: var(--white);
  color: var(--black);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.header-div-2 {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  padding: 0 10px;
  display: flex;
}

.header-div-2.announcement-div {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.announcement-bar {
  z-index: 1;
  background-color: var(--third);
  padding-top: 8px;
  padding-bottom: 8px;
  position: sticky;
}

.quote-btn {
  border: 1px solid var(--white);
  color: var(--white);
  padding: 6px 17px;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s;
}

.quote-btn:hover {
  background-color: var(--white);
  color: var(--black);
  transform: scale(1.05);
}

.announcement-contact-block {
  justify-content: space-between;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-ann-block {
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.header-contact {
  border-left: 1px solid #5f5f5130;
  flex: none;
  margin-left: 10px;
  padding-left: 5px;
}

.ripple {
  z-index: 0;
  background-color: var(--primary);
  color: var(--white);
  border-radius: 100%;
  width: 700px;
  height: 500px;
  position: absolute;
  inset: -200% -60% auto auto;
}

.headt-call-btn {
  display: none;
}

.main-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 32px 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.co-logo-link-2.w--current {
  flex: none;
  margin-right: 5px;
}

.dl-link-holder {
  color: var(--white);
  text-transform: uppercase;
  border-bottom: 1px solid #f7f7f226;
  justify-content: flex-start;
  align-items: center;
  width: 300px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
  position: relative;
  overflow: hidden;
}

.dl-link-holder.w--current {
  background-color: var(--primary);
}

.navbar-2 {
  background-color: #0000;
}

.drop-down-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 250px;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 0;
}

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

.dl-menu.w--open {
  background-color: var(--black);
  border-radius: 4px;
  margin-top: 15px;
  margin-left: 0;
  right: 0;
}

.dropdown-toggle {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  padding: 10px;
  font-size: 14px;
  font-weight: 400;
  display: flex;
}

.dropdown-toggle.w--open {
  padding-right: 10px;
}

.fonticon {
  color: #fff;
  border-right: 1px solid #f7f7f224;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-right: 10px;
  font-family: "Fa 300", sans-serif;
  font-size: 16px;
  line-height: 1;
  display: flex;
}

.fonticon.blue {
  color: var(--primary);
  border-right-style: none;
  width: auto;
  margin-right: 5px;
  font-family: "Fa Sharp 300", sans-serif;
  font-weight: 400;
}

.header-div-3 {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0;
  display: flex;
}

.section-2 {
  z-index: 10;
  border-bottom: 1px #5e5e5e;
  position: sticky;
  top: 0;
  box-shadow: 0 1px 3px #0003;
}

.section-2.header-section.nav-verticle {
  background-color: var(--black);
  flex-direction: column;
}

.dl-link-2 {
  z-index: 1;
  color: var(--white);
  text-transform: none;
  flex: none;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  font-weight: 500;
  transition: all .2s ease-in-out;
  position: relative;
}

.menu-link {
  color: var(--white);
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px 5px;
  font-size: 14px;
  font-weight: 400;
}

.menu-link.w--current {
  color: var(--primary);
}

.mobile-block {
  color: #ffea00;
  align-items: center;
  margin-right: 10px;
  font-weight: 500;
  display: flex;
}

.mobile-block.lig-text {
  color: var(--dim-grey\<deleted\|variable-341a7e94\>);
  cursor: pointer;
  transition: all .2s ease-in-out;
}

.logo-div-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.h-link {
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.hero-banner {
  z-index: 1;
  height: auto;
}

.hero-mask {
  z-index: 1;
  height: 75vh;
  min-height: 680px;
}

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

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

.menu-button-image-link {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 280px;
  text-decoration: none;
  display: flex;
}

.menu-button-image-link._1 {
  background-image: url('../images/white-rewire.webp');
}

.menu-button-image-link._2 {
  background-image: url('../images/AdobeStock_1635918810.webp');
  background-position: 80%;
}

.menu-button-image-link._3 {
  background-image: url('../images/living-room-lights.webp');
}

.menu-button-image-link._4 {
  background-image: url('../images/AdobeStock_322196667.webp');
}

.menu-button-image-link._5 {
  background-image: url('../images/AdobeStock_1690366149.webp');
}

.black-int-link {
  z-index: 1;
  color: var(--white);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  padding: 5px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  display: flex;
  position: relative;
}

.menu-button-section {
  z-index: 5;
  justify-content: space-around;
  align-items: center;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.menu-button-div {
  height: 290px;
}

.menu-button-group-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--primary);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  display: grid;
}

.menu-label-div {
  background-color: var(--black);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  margin-top: -60px;
  padding: 15px 2px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.h1 {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-size: 26px;
  line-height: 30px;
}

.content-section {
  border-bottom: 10px solid var(--primary);
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

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

.content-section.even.p-white {
  background-color: #fff;
  background-color: var(--white);
}

.content-section.black-bg.white-text {
  background-color: var(--black);
}

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

.double-content-div.flex-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.coloured-underline {
  background-color: var(--primary);
  border-radius: 0;
  width: 80px;
  height: 4px;
  margin-bottom: 30px;
}

.coloured-underline.nop {
  margin-bottom: 2px;
  padding-top: 2px;
}

.primary-btn {
  z-index: 1;
  background-color: var(--black);
  color: #f7f7f2;
  border-radius: 6px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 200px;
  margin-top: 30px;
  margin-right: 20px;
  padding: 15px 0;
  text-decoration: none;
  display: inline-flex;
  position: relative;
  overflow: hidden;
}

.primary-btn.blue {
  background-color: var(--primary);
}

.primary-btn.blue.lg {
  text-transform: capitalize;
  width: auto;
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.img {
  z-index: 1;
  object-fit: fill;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  min-height: 350px;
  position: relative;
}

.img.lg {
  background-image: url('../images/AdobeStock_322196667.webp');
  min-height: 500px;
  margin-top: 0;
  margin-bottom: 0;
}

.img.lg.er {
  background-image: url('../images/site-img.webp');
}

.img.lg.el {
  background-image: url('../images/AdobeStock_1659928318.webp');
  background-position: 50%;
}

.img.lg.er3img {
  background-image: url('../images/pluggining-in-wires.webp');
  margin-top: 0;
  padding-bottom: 0;
}

.img.os1 {
  background-image: url('../images/AdobeStock_282488986.webp');
}

.img.os2 {
  background-image: url('../images/spotlight.webp');
}

.img.os3 {
  background-image: url('../images/car-charging.webp');
}

.img.os4 {
  background-image: url('../images/screwing-cttv.webp');
}

.img.ecir {
  background-image: url('../images/AdobeStock_1690366149.webp');
  background-position: 80%;
}

.img.os5 {
  background-image: url('../images/AdobeStock_322196667.webp');
}

.p {
  width: 100%;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 26px;
}

.p.white {
  color: var(--90white);
}

.p.p-center {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 0;
}

.p.p-center._40b {
  margin-bottom: 20px;
}

.basic-p-block {
  flex-flow: column;
  width: 48%;
  transition: all .2s;
  display: flex;
}

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

.basic-p-block._w-100.center-all {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.basic-p-block._w-100.lower {
  margin-top: 40px;
}

.img-div {
  z-index: 1;
  background-image: url('../images/rewire.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  width: 48%;
  min-height: 350px;
  position: relative;
}

.pinned-content-div {
  z-index: 5;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  padding-right: 0%;
  display: flex;
  position: absolute;
  inset: auto 0% auto auto;
}

.large-p-block {
  background-color: var(--white);
  width: 100%;
  margin-right: 50px;
  padding: 50px;
  box-shadow: 1px 1px 3px #0000001f;
}

.h2 {
  color: #212121;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-weight: 400;
}

.h2.h2-white {
  color: var(--white);
  padding-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

.h2.h2-white.lg-text {
  color: #f7f7f2;
  margin-top: 60px;
  margin-bottom: 40px;
  padding-bottom: 100px;
  padding-right: 60px;
  font-size: 44px;
  font-weight: 900;
  line-height: 1.3;
  display: block;
}

.h2.h2-white.lg-text.edit-padding {
  color: var(--white);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  padding-bottom: 0;
  padding-right: 0;
  font-size: 22px;
  font-weight: 600;
  text-decoration: none;
}

.h2.bold {
  color: #000;
  font-weight: 700;
}

.h2.bold.bigger {
  color: var(--white);
  text-transform: uppercase;
  font-size: 45px;
}

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

.h2.h2black {
  color: var(--black);
  padding-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

.h2.h2black.lg-text {
  color: #f7f7f2;
  margin-top: 60px;
  margin-bottom: 40px;
  padding-bottom: 100px;
  padding-right: 60px;
  font-size: 44px;
  font-weight: 900;
  line-height: 1.3;
  display: block;
}

.h2.h2black.lg-text.edit-padding {
  color: var(--white);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  padding-bottom: 0;
  padding-right: 0;
  font-size: 22px;
  font-weight: 600;
}

.large-image-section {
  justify-content: space-between;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.large-image-section.blkbg {
  background-color: var(--black);
}

.large-single-image-div {
  background-image: url('../images/blue-wires.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  justify-content: space-between;
  align-items: stretch;
  width: 60%;
  height: 100%;
  min-height: 850px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.large-single-image-div.smaller {
  min-height: 500px;
}

.large-single-image-div.smaller.er {
  background-image: url('../images/white-rewire.webp');
  background-position: 50% 0;
}

.large-single-image-div.el {
  background-image: url('../images/gallery-img-6.webp');
}

.testemonials {
  background-color: var(--black);
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.testemonials.projects {
  background-color: var(--black);
  padding-top: 100px;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.testemonials.wwd {
  background-image: none;
  padding-top: 100px;
  padding-bottom: 100px;
  position: static;
  overflow: visible;
}

.h2-title {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
}

.h2-title.white {
  color: var(--white);
  text-transform: none;
  margin-left: 0;
  margin-right: 0;
  line-height: 40px;
}

.h2-title.white.smaller {
  font-size: 20px;
  line-height: 30px;
}

.testemonials-text {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.light-text-line {
  background-color: var(--primary);
  width: 30px;
  height: 2px;
  margin-right: 15px;
}

.light-text-line.dark-line {
  background-color: var(--black);
  flex: none;
}

.light-text-line.dark-line.right, .light-text-line.right {
  margin-left: 15px;
  margin-right: 0;
}

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

.testimonials-grid.work-gallery {
  flex-direction: column;
  grid-template-rows: minmax(auto, 1fr);
  grid-template-columns: 1fr;
  display: flex;
}

.h2-div {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 0;
  display: flex;
}

.h2-div.m-bottom-30 {
  justify-content: center;
  margin-bottom: 30px;
}

.h2-div.flex {
  margin-bottom: 10px;
}

.h2-div.flex.center {
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
}

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

.container-2.test-container.fluid {
  width: 90%;
  max-width: 1600px;
}

.container-2.test-container.fluid._1300px {
  max-width: 1300px;
}

.grey-content-section {
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.grey-content-section.bg-gradiant {
  background-color: var(--white);
}

.grey-content-section.bg-white {
  background-color: #0000;
}

.grey-content-section.solid-bg {
  background-color: var(--black);
  background-image: linear-gradient(#000c, #000c), url('../images/DH-Electrical-Logo.svg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 40%;
  background-attachment: scroll, fixed;
}

.grey-content-section.solid-bg.line {
  border-bottom: 5px solid var(--primary);
}

.grey-content-section.solid-bg.whitebg, .grey-content-section.solid-bg.whiote-bgd {
  background-color: var(--white);
  background-image: none;
}

.double-p-block {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

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

.works-image-grid {
  padding-top: 60px;
}

.works-image-grid.grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  display: grid;
  position: relative;
  left: 0%;
}

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

.works-texxt-lable {
  background-color: var(--primary);
  color: var(--white);
  padding: 15px 30px;
  font-weight: 300;
  display: inline-block;
  position: absolute;
  inset: 40px auto auto 0;
}

.works-1 {
  background-image: url('../images/spotlight.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  align-items: flex-end;
  min-height: 580px;
  padding: 20px;
  transition: all .3s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 60px #15162300;
}

.works-1:hover {
  transform: scale(1.05);
  box-shadow: inset 0 -60px 200px #15162380;
}

.works-1._2 {
  background-image: url('../images/gallery-img-4.webp');
}

.works-1._3 {
  background-image: url('../images/site-img.webp');
}

.cta-text-contact {
  color: var(--white);
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
}

.contact-info-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  padding: 0;
  transition: box-shadow .2s cubic-bezier(.455, .03, .515, .955);
  display: grid;
}

.contact-info-block.m-bottom-20 {
  border-bottom: 1px solid #15162314;
  border-radius: 0;
  grid-template-columns: .25fr 4fr;
  margin-top: 20px;
  padding: 0 0 10px 20px;
  transition-property: none;
}

.contact-info-block.m-bottom-20.m-top-60 {
  border-bottom: 1px solid #1516230f;
  border-radius: 0;
  grid-template-columns: .25fr 2.75fr;
  margin-top: 20px;
  padding-bottom: 10px;
}

.cta-link {
  color: var(--primary);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  text-decoration: none;
}

.icon-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

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

.left-contact {
  flex-direction: column;
  justify-content: flex-start;
  width: 38%;
  display: flex;
}

.left-contact.right {
  background-color: var(--white);
  border-radius: 6px;
  width: 50%;
  padding: 20px;
  box-shadow: 0 0 20px #21212117;
}

.left-contact.right._100 {
  width: 100%;
}

.container-4 {
  z-index: 2;
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.contact-section-wrapper.flex {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.icon-2 {
  background-color: var(--third);
  color: var(--white);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-right: 20px;
  font-family: "Fa Sharp 300", sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.heading-3-text {
  color: var(--black);
  margin-top: 0;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
}

.heading-3-text.sm-h3 {
  margin-top: auto;
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
}

.heading-3-text.sm-h3.white-h3 {
  color: var(--white);
  margin-top: 0;
  padding-bottom: 0;
  line-height: 28px;
}

.heading-3-right-text {
  background-color: var(--primary);
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding: 40px;
  display: flex;
}

.heading-3-section {
  padding: 0;
}

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

.container-3.container-fluid {
  width: 100%;
  max-width: none;
}

.heading-3-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;
  align-items: stretch;
  min-height: 400px;
  display: flex;
}

.heading-3-left-image {
  background-image: url('../images/living-room-lights.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  min-height: 250px;
}

.foooter-logo {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.footer-brand {
  display: flex;
}

.footer-brand.w--current {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

.footer-section-2 {
  background-color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 100px;
  display: flex;
}

.footer-title {
  color: var(--white);
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 18px;
  font-weight: 700;
}

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

.footer-nav-item.footer-contact {
  color: #fff;
  text-align: left;
  cursor: auto;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.footer-nav-item.footer-contact.auto-cusro {
  color: var(--white);
  cursor: auto;
}

.bottom-icon {
  color: var(--primary);
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  padding: 10px;
  font-family: "Fa Sharp 300", sans-serif;
  font-size: 24px;
  font-weight: 400;
  display: flex;
}

.contact-link {
  color: var(--white);
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.contact-link.c {
  justify-content: center;
  align-items: center;
}

.footerlinks {
  color: var(--white);
  text-align: center;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
}

.footer-info-div-2 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 34%;
  display: flex;
}

.footer-info-div-2._1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 60px;
}

.footer-info-div-2._1.border-edit {
  justify-content: flex-start;
}

.footer-social-link {
  background-color: var(--primary);
  color: var(--white);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  margin-left: 0;
  margin-right: 10px;
  font-family: "Brands 400", Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
}

.footer-social-link:hover {
  color: #c0c1af;
  background-color: #0000;
  border: 1px solid #c0c1af;
}

.footer-contact-links {
  justify-content: space-around;
  width: 100%;
  max-width: none;
  display: flex;
}

.footer-copy-right {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  display: flex;
}

.default-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 0;
  list-style-type: none;
  display: grid;
}

.default-list._2col {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.default-list.white {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  color: var(--white);
  grid-template-columns: 1fr;
}

.default-list.white._2col {
  grid-template-columns: 1fr 1fr;
}

.bullet-list {
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
  display: flex;
}

.bullet-list.bold {
  color: var(--black);
  font-weight: 700;
}

.bullet-list.bold.white {
  color: var(--white);
}

.fa-icon {
  background-color: var(--primary);
  color: var(--white);
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  font-family: "Fa Sharp 300", sans-serif;
  font-size: 18px;
  font-weight: 400;
  display: flex;
}

.list-item.horizontal {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.list-item.black {
  color: var(--black);
}

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

.areas-list.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;
  width: 100%;
  display: grid;
}

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

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

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

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

.contact-content:hover {
  transform: translate(-5px, -5px);
}

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

.section-1-white.p-white {
  background-color: #fff;
}

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

.telephone {
  color: #fff;
}

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

.telephone.office-number.contact-type {
  color: var(--white);
  padding-left: 0;
}

.telephone.office-number.contact-type.m-bottom-10 {
  color: #fff;
  padding-bottom: 0;
}

.contact-icon {
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 28px;
  line-height: 1.5;
  display: inline-block;
}

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

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

.service-block {
  width: 100%;
}

.service-block._w-img {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 0;
  display: grid;
}

.service-block._w-img.m-bottom-40 {
  margin-bottom: 40px;
}

.service-block._w-img.m-bottom-40.flex-best {
  grid-template-columns: 1fr;
  place-items: start stretch;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 0;
}

.service-block._w-img.flex-direction {
  place-items: start stretch;
}

.service-block._w-img.flex-direction._100 {
  display: block;
}

.service-block._w-img.rvs {
  place-items: start stretch;
}

.service-block._w-img.rvs._100 {
  display: block;
}

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

.sitemap-list {
  width: 100%;
  padding-left: 0;
  list-style-type: none;
}

.sitemap-list-item {
  text-align: center;
  padding-top: 0;
  padding-bottom: 10px;
}

.sitemap-link {
  color: var(--black);
  font-weight: 500;
  text-decoration: none;
}

.live-chat-text {
  color: var(--white);
  text-decoration: none;
}

.chat-block {
  background-color: var(--white);
  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: #000;
  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(--dim-grey\<deleted\|variable-341a7e94\>);
}

.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(--secondary);
  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: none;
  position: fixed;
  inset: auto 0% 0% auto;
}

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

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

.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: 24px;
}

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

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

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

.h2-wrap {
  color: var(--black);
  align-items: center;
  padding-bottom: 10px;
  display: flex;
}

.h2-wrap._0 {
  padding-bottom: 0;
}

.fa-social-2 {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: var(--white);
  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;
  box-shadow: 0 0 2px #0003;
}

.fa-social-2:hover {
  background-color: var(--white);
  color: var(--black);
  transform: scale(1.1);
}

.fa-social-2.social-media {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  margin-bottom: -40px;
  font-family: "Brands 400", Arial, sans-serif;
  font-size: 17px;
  box-shadow: 2px 3px 5px #0003;
}

.fa-container {
  z-index: 17;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.hyperlink {
  box-shadow: inset 0 -1px 0 0 var(--primary);
  color: var(--primary);
  margin-left: -2px;
  margin-right: -2px;
  padding-left: 2px;
  padding-right: 2px;
  font-weight: 700;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

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

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

.fs-cc-prefs_button {
  border: 2px solid var(--black);
  background-color: var(--black);
  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(--black);
  color: var(--black);
  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-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: var(--black);
  margin-right: 24px;
}

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

.fs-cc-prefs_label {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 16px;
  font-weight: 700;
}

.fs-cc-prefs_text {
  color: var(--black);
  font-size: 12px;
}

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

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

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

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

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

.fs-cc-prefs_close-icon {
  color: var(--black);
  width: 16px;
  height: 16px;
  display: flex;
}

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

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

.fs-cc-prefs_title {
  color: var(--primary);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-prefs_trigger {
  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-manager_trigger {
  display: none;
}

.fs-cc-banner_text-link {
  border-bottom: 2px solid var(--black);
  color: var(--black);
  font-weight: 400;
  text-decoration: none;
}

.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, .fs-cc-prefs_checkbox-label {
  display: none;
}

.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_overlay {
  z-index: -1;
  background-color: var(--cookies-bg);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.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_component {
  z-index: 999;
  display: none;
  position: fixed;
  inset: auto auto 20px 20px;
}

.fs-cc-banner_button {
  border: 2px solid var(--primary);
  background-color: var(--primary);
  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(--black);
  background-color: var(--white);
  color: var(--black);
}

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

.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_space-medium {
  margin-bottom: 40px;
}

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

.link-block {
  text-decoration: none;
}

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

.div-block-3 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-4 {
  width: 90%;
}

.code-embed-2 {
  z-index: 1;
  width: 100%;
  position: relative;
}

.image-5 {
  width: 180px;
}

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

.text-span-7 {
  margin-top: 3px;
  margin-left: 10px;
  font-family: "Fa Sharp Solid 900", sans-serif;
}

.div-block-12 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  border-radius: 6px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  padding: 10px;
  display: grid;
}

.image-6 {
  width: 80px;
}

.div-block-13 {
  margin-top: auto;
}

.link-block-2 {
  text-decoration: none;
}

.gold-text {
  color: var(--primary);
}

.heading {
  color: var(--white);
  font-size: 60px;
  line-height: 65px;
}

.footer-links {
  color: var(--white);
  text-decoration: none;
}

.hero-section {
  background-image: linear-gradient(#00000080, #00000080), url('../images/AdobeStock_1635918810.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 500px;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.hero-section.svs {
  background-image: linear-gradient(#00000080, #00000080), url('../images/mid-baner.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-section.crawleyimh {
  background-image: linear-gradient(#00000080, #00000080), url('../images/AdobeStock_436881117.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-section.er-img {
  background-image: linear-gradient(#00000080, #00000080), url('../images/AdobeStock_1067490370.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-section.eicrimg {
  background-image: linear-gradient(#00000080, #00000080), url('../images/AdobeStock_1665935680.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-section.elimg {
  background-image: linear-gradient(#00000080, #00000080), url('../images/AdobeStock_1370623744.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.hero-section.er2img {
  background-image: linear-gradient(#00000080, #00000080), url('../images/AdobeStock_282488986.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.header-div {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

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

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

.sybheading {
  font-size: 20px;
}

.content-div {
  line-height: 20px;
}

.dr-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
  margin-bottom: 40px;
}

.dr-div {
  border: 1px solid var(--primary);
  padding: 40px;
}

.dr-div:hover {
  background-image: linear-gradient(#000000e6, #000000e6);
}

.dr-div.no-hover:hover {
  background-image: none;
}

.subheading {
  font-weight: 700;
}

.subheading.white {
  color: var(--white);
  margin-top: 0;
}

.subheading.bigger {
  margin-top: 0;
  padding-bottom: 20px;
  font-size: 22px;
}

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

.gallerygrid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.lightbox-div {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 300px;
  padding-bottom: 10px;
  padding-left: 10px;
  display: flex;
}

.lightbox-div._1 {
  background-image: url('../images/galler-img-1.webp');
}

.lightbox-div._2 {
  background-image: url('../images/gallery-img-2.webp');
  text-decoration: none;
}

.lightbox-div._3 {
  background-image: url('../images/gallery-img3.webp');
  text-decoration: none;
}

.lightbox-div._4 {
  background-image: url('../images/gallery-img-4.webp');
}

.lightbox-div._5 {
  background-image: url('../images/gallery-img-5.webp');
}

.lightbox-div._6 {
  background-image: url('../images/gallery-img-6.webp');
}

.lightbox-div._7 {
  background-image: url('../images/site-img.webp');
}

.lightbox-div._8 {
  background-image: url('../images/kitchen-lights.webp');
}

.lightbox-div._9 {
  background-image: url('../images/spotlight.webp');
}

.lightbox-div._10 {
  background-image: url('../images/gallery-img-9.webp');
}

.lightbox-div._11 {
  background-image: url('../images/gallery-img-11.webp');
}

.lightbox-div._12 {
  background-image: url('../images/gallery-img-12.webp');
}

.lightbox-div._13 {
  background-image: url('../images/gallery-img-13.webp');
}

.text-div {
  background-color: var(--90white);
  color: var(--black);
  flex-flow: column;
  width: 100%;
  min-height: 120px;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.text-block {
  text-decoration: none;
}

.text-block.subheading {
  font-weight: 600;
  line-height: 24px;
}

.lightbox-link, .lightbox-link-2, .lightbox-link-3, .lightbox-link-4, .lightbox-link-5, .lightbox-link-6, .lightbox-link-7, .lightbox-link-8, .lightbox-link-9, .lightbox-link-10, .lightbox-link-11, .lightbox-link-12, .lightbox-link-13 {
  text-decoration: none;
}

@media screen and (min-width: 1920px) {
  .double-content-div {
    display: flex;
  }

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

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

  .whatsapp-chat {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .header-div-2 {
    width: 100%;
  }

  .announcement-bar {
    display: none;
  }

  .announcement-contact-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

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

  .headt-call-btn {
    background-color: var(--primary);
    color: var(--white);
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: 600;
    text-decoration: none;
    display: block;
  }

  .dl-link-holder {
    background-color: var(--black);
    width: 100%;
  }

  .navbar-2 {
    width: 100%;
  }

  .drop-down-wrapper {
    margin-top: 0;
    padding-top: 0;
  }

  .nav-menu {
    z-index: 1;
    background-color: #f7f7f2;
    border-radius: 10px;
    box-shadow: 1px 1px 3px #0000001a;
  }

  .dropdown {
    width: 100%;
  }

  .dl-menu.w--open {
    border-radius: 0;
    margin-top: 0;
  }

  .dropdown-toggle {
    background-color: var(--white);
    color: var(--black);
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 20px;
  }

  .dropdown-toggle:hover {
    background-color: var(--primary);
    color: var(--white);
  }

  .dropdown-toggle.w--open {
    width: 100%;
  }

  .header-div-3 {
    flex-flow: row;
    width: 100%;
    padding-left: 15px;
    padding-right: 10px;
  }

  .section-2.header-section.nav-verticle {
    z-index: 20;
    padding-bottom: 0;
  }

  .dl-link-2 {
    border-bottom: 1px #aaaaaa1c;
    padding-left: 0;
    padding-right: 0;
  }

  .menu-link {
    background-color: var(--white);
    color: var(--black);
    text-align: left;
    border-bottom-color: #00000017;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 18px 20px;
    position: static;
  }

  .menu-link:hover {
    background-color: var(--primary);
    color: var(--white);
  }

  .menu-link.w--current {
    box-shadow: none;
  }

  .logo-div-2 {
    justify-content: flex-start;
    width: 58%;
  }

  .menu-div-2 {
    width: 40%;
  }

  .menu-button-2 {
    background-color: var(--white);
    border-radius: 9px;
  }

  .menu-button-2.w--open {
    background-color: var(--primary);
    color: var(--white);
    text-align: right;
  }

  .hero-banner {
    z-index: 0;
  }

  .hero-mask {
    height: 550px;
    min-height: auto;
  }

  .menu-button-image-link {
    height: 160px;
  }

  .menu-button-div {
    height: auto;
  }

  .menu-button-group-div {
    grid-column-gap: 10px;
    grid-row-gap: 70px;
    grid-template-columns: 1fr 1fr;
    display: none;
  }

  .h1 {
    font-size: 32px;
  }

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

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

  .img {
    height: 450px;
  }

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

  .img-div {
    width: 100%;
    height: 400px;
  }

  .pinned-content-div {
    justify-content: center;
    width: 100%;
    padding-right: 0%;
    position: static;
  }

  .large-p-block {
    box-shadow: none;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .h2.h2-white.lg-text.edit-padding, .h2.h2black.lg-text.edit-padding {
    text-align: right;
    margin-left: 0;
    font-size: 28px;
  }

  .large-image-section {
    flex-direction: column;
    padding-bottom: 60px;
  }

  .large-single-image-div {
    width: 90%;
    height: auto;
    min-height: 450px;
    position: static;
  }

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

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

  .h2-div {
    flex-direction: column;
    align-items: flex-start;
  }

  .h2-div.flex {
    flex-direction: row;
    align-items: center;
  }

  .h2-div.flex.center {
    justify-content: center;
  }

  .works-image-grid.grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: 1fr auto;
    grid-template-columns: 1fr;
    margin-left: 0%;
    position: relative;
  }

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

  .works-1 {
    width: 100%;
    min-width: 300px;
    min-height: 300px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .left-contact {
    width: 100%;
  }

  .left-contact.right {
    width: 100%;
    margin-top: 40px;
  }

  .container-4 {
    width: 90%;
  }

  .contact-section-wrapper.flex {
    flex-direction: column;
  }

  .heading-3-text {
    margin-bottom: 15px;
  }

  .heading-3-text.sm-h3.white-h3 {
    font-size: 20px;
  }

  .heading-3-right-text {
    width: 100%;
  }

  .heading-3-wrapper {
    flex-direction: column-reverse;
  }

  .heading-3-left-image {
    width: 100%;
    margin-top: 0;
  }

  .footer-brand.w--current {
    min-height: 180px;
  }

  .footer-info-div-2 {
    width: 100%;
    padding: 40px 20px;
  }

  .footer-info-div-2._1 {
    border-top-width: 0;
    border-bottom-width: 0;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-style: solid;
    padding: 40px 20px;
  }

  .footer-info-div-2._1.border-edit {
    border-top-width: 1px;
    border-bottom-width: 1px;
  }

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

  .footer-copy-right {
    justify-content: center;
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

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

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

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

  .service-block._w-img.m-bottom-40.flex-best, .service-block._w-img.flex-direction {
    flex-direction: column;
    display: flex;
  }

  .service-block._w-img.rvs {
    flex-flow: column-reverse;
    display: flex;
  }

  .inner-services-content {
    width: 100%;
  }

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

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

  .whatsapp-container:hover {
    background-color: var(--primary);
    border-style: none;
  }

  .whatsapp-block {
    display: flex;
  }

  .whatsapp-chat {
    display: none;
  }

  .h2-wrap {
    margin-bottom: 10px;
    line-height: 1.3;
  }

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

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

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

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

@media screen and (max-width: 767px) {
  .announcement-contact-block, .contact-ann-block {
    grid-template-columns: 1fr;
  }

  .header-contact {
    border-left-style: none;
    margin-left: 0;
    padding-left: 5px;
  }

  .main-block {
    width: 100%;
  }

  .co-logo-link-2 {
    margin-bottom: 20px;
  }

  .drop-down-wrapper {
    background-color: #fff;
    margin-top: 0;
  }

  .section-2 {
    z-index: 100;
    position: sticky;
  }

  .section-2.header-section.nav-verticle {
    position: relative;
  }

  .menu-link {
    width: 100%;
  }

  .logo-div-2 {
    flex-direction: column;
    align-items: flex-start;
    width: 80%;
  }

  .hero-mask {
    height: 450px;
  }

  .menu-button-section, .menu-button-group-div {
    display: none;
  }

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

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

  .img {
    height: 350px;
  }

  .img-div {
    height: 250px;
  }

  .h2.h2-white.lg-text.edit-padding, .h2.h2black.lg-text.edit-padding {
    flex: 0 auto;
    margin-top: 10px;
    margin-left: 0;
    font-size: 24px;
  }

  .large-image-section {
    padding-bottom: 40px;
  }

  .large-single-image-div {
    height: auto;
    min-height: 350px;
  }

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

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

  .h2-title {
    font-size: 26px;
  }

  .testimonials-grid {
    grid-template-rows: auto auto 81px;
    grid-template-columns: 1fr;
  }

  .h2-div {
    margin-bottom: 0;
  }

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

  .grey-content-section.bg-gradiant {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .grid {
    grid-template-rows: auto auto auto;
  }

  .works-1 {
    min-width: 250px;
  }

  .cta-link {
    font-size: 16px;
  }

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

  .heading-3-text {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 20px;
  }

  .heading-3-text.sm-h3.white-h3 {
    line-height: 30px;
  }

  .heading-3-right-text {
    width: 100%;
  }

  .heading-3-wrapper {
    flex-direction: column;
  }

  .heading-3-left-image {
    width: 100%;
  }

  .footer-section-2 {
    padding-top: 40px;
  }

  .footer-info-div-2 {
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-info-div-2._1 {
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-copy-right {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

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

  .contact-block {
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

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

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

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

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

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

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

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

  .dr-grid, .gallerygrid {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .header-div-2 {
    flex-direction: column;
  }

  .headt-call-btn {
    font-size: 14px;
  }

  .main-block {
    justify-content: center;
    margin-bottom: 5px;
  }

  .co-logo-link-2 {
    text-align: center;
    width: 100%;
  }

  .co-logo-link-2.w--current {
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    margin-right: 0;
    display: flex;
  }

  .navbar-2 {
    text-align: center;
    background-color: #f5f7fd;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    display: flex;
  }

  .drop-down-wrapper {
    margin-top: 0;
  }

  .nav-menu {
    border-radius: 0;
    flex-direction: row;
    width: 100%;
    position: relative;
  }

  .dl-menu.w--open {
    margin-top: 0;
  }

  .icon {
    text-align: center;
  }

  .header-div-3 {
    flex-direction: column;
    padding: 0;
  }

  .section-2.header-section.nav-verticle {
    position: static;
  }

  .menu-link {
    text-align: left;
  }

  .mobile-block.lig-text {
    margin-right: 0;
  }

  .logo-div-2 {
    align-items: center;
    width: 95%;
    padding-top: 20px;
    padding-bottom: 0;
  }

  .menu-div-2 {
    text-align: center;
    width: 100%;
  }

  .menu-button-2 {
    background-color: var(--third);
    color: var(--white);
    border-radius: 0;
    width: 100%;
    display: flex;
  }

  .menu-button-2:hover {
    border-radius: 0;
  }

  .menu-button-2.w--open {
    color: var(--white);
    border-radius: 0;
    justify-content: center;
    align-items: center;
  }

  .hero-banner {
    height: 400px;
    display: block;
  }

  .hero-mask, .slide-2 {
    height: 400px;
  }

  .menu-button-section {
    display: none;
  }

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

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

  .content-section.even.p-white {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .coloured-underline {
    margin-bottom: 20px;
  }

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

  .img {
    height: 250px;
  }

  .img.lg, .img.lg.er3img {
    min-height: 350px;
  }

  .p, .p.white {
    font-size: 14px;
  }

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

  .p.p-center.nop {
    margin-top: 0;
    margin-bottom: 20px;
  }

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

  .pinned-content-div {
    padding-right: 0%;
    position: static;
  }

  .large-p-block {
    box-shadow: none;
    background-color: #0000;
    padding: 0;
  }

  .h2 {
    font-size: 24px;
  }

  .h2.h2-white.lg-text.edit-padding {
    text-align: left;
    margin-top: 10px;
    margin-left: 0;
    font-size: 18px;
  }

  .h2.bold.bigger {
    text-align: center;
    font-size: 30px;
  }

  .h2.h2black.lg-text.edit-padding {
    text-align: left;
    margin-top: 10px;
    margin-left: 0;
    font-size: 18px;
  }

  .large-image-section {
    flex-direction: column;
    padding-bottom: 30px;
  }

  .large-single-image-div {
    border-radius: 4px;
    width: 90%;
    height: 250px;
    min-height: 250px;
    margin-bottom: 20px;
  }

  .large-single-image-div.smaller.er {
    min-height: 300px;
  }

  .testemonials {
    padding-top: 30px;
    padding-bottom: 70px;
    overflow: hidden;
  }

  .testemonials.projects {
    padding-top: 30px;
    padding-bottom: 30px;
  }

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

  .h2-title {
    margin-left: 0;
    font-size: 26px;
    font-weight: 500;
  }

  .h2-title.white {
    font-size: 24px;
  }

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

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

  .light-text-line {
    margin-right: 5px;
    display: none;
  }

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

  .h2-div {
    margin-bottom: 0;
  }

  .h2-div.m-bottom-30 {
    flex-direction: column;
  }

  .h2-div.flex {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }

  .h2-div.flex.center {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
  }

  .container-2.test-container {
    position: relative;
  }

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

  .grey-content-section.bg-gradiant {
    margin-top: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .grey-content-section.solid-bg {
    margin-top: 0;
  }

  .works-texxt-lable {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1em;
  }

  .works-1 {
    min-height: 350px;
  }

  .cta-text-contact {
    margin-bottom: 0;
  }

  .contact-info-block {
    padding: 25px;
  }

  .contact-info-block.m-bottom-20 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 20px;
    padding-left: 0;
    display: flex;
  }

  .contact-info-block.m-bottom-20.m-top-60 {
    margin-top: 20px;
  }

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

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

  .contact-info-text {
    margin-right: auto;
  }

  .left-contact.right {
    margin-top: 10px;
    padding: 0;
  }

  .icon-2 {
    width: 48px;
    height: 48px;
    margin-bottom: 15px;
    margin-right: 5px;
    font-size: 1em;
  }

  .heading-3-text {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 24px;
  }

  .heading-3-text.sm-h3.white-h3 {
    font-size: 18px;
    line-height: 26px;
  }

  .heading-3-right-text {
    padding: 30px 20px;
  }

  .heading-3-left-image {
    background-position: 50%;
    background-size: cover;
  }

  .foooter-logo {
    width: 220px;
  }

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

  .list {
    text-align: center;
  }

  .footer-section-2 {
    z-index: 17;
  }

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

  .footer-nav-item.footer-contact {
    justify-content: center;
    margin-bottom: 10px;
  }

  .footer-nav-item.footer-contact.auto-cusro {
    font-size: 13px;
  }

  .bottom-icon {
    width: 12px;
    min-width: 30px;
    height: 32px;
    margin-right: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0;
    font-size: 20px;
  }

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

  .footer-info-div-2 {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .footer-info-div-2._1 {
    border-width: 1px;
    border-bottom-style: solid;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .footer-social-link {
    margin-left: 0;
    margin-right: 10px;
  }

  .footer-contact-links {
    flex-direction: column;
    align-items: center;
  }

  .footer-copy-right {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .bullet-list {
    font-size: 14px;
  }

  .fa-icon {
    width: 25px;
    height: 25px;
    padding-top: 3px;
    font-size: 15px;
  }

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

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

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

  .service-block._w-img {
    grid-template-columns: 1fr;
  }

  .whatsapp-icon {
    width: 22px;
  }

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

  .livechat-button {
    width: 90%;
  }

  .whatsapp-container {
    border-style: none;
    width: 45px;
    height: 45px;
  }

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

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

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

  .whatsapp-chat {
    width: 100%;
    height: auto;
    display: none;
    position: relative;
  }

  .chat-section {
    height: auto;
    padding: 15px;
  }

  .fa-social-2.social-media {
    border-radius: 40px;
    margin-bottom: 5px;
    margin-right: 5px;
  }

  .fa-container {
    z-index: 15;
    position: fixed;
    inset: auto 0% 65px auto;
  }

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

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

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

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

  .fs-cc-manager_component {
    display: flex;
  }

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

  .div-block-3 {
    background-image: linear-gradient(#00000080, #00000080);
    justify-content: center;
    align-items: center;
  }

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

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

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

  .hero-section.crawleyimh, .hero-section.er-img, .hero-section.eicrimg, .hero-section.elimg {
    height: 350px;
  }

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

#w-node-_17ef6961-5229-11ca-1ccf-308d9a770bbd-24532623 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2f3f9515-3423-dbec-c97b-d134a1a2b513-24532623 {
  align-self: auto;
}

#w-node-_2f3f9515-3423-dbec-c97b-d134a1a2b51d-24532623, #w-node-_2f3f9515-3423-dbec-c97b-d134a1a2b520-24532623, #w-node-_2f3f9515-3423-dbec-c97b-d134a1a2b523-24532623 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d192433c-c92f-ebbb-b529-ca7df7f9093c-f7f90930, #w-node-d192433c-c92f-ebbb-b529-ca7df7f90949-f7f90930, #w-node-d192433c-c92f-ebbb-b529-ca7df7f90952-f7f90930 {
  align-self: center;
}

#w-node-_30545da2-8b39-f641-0b07-5f180c590a9c-24532627, #w-node-_30545da2-8b39-f641-0b07-5f180c590aaa-24532627, #w-node-_30545da2-8b39-f641-0b07-5f180c590ab4-24532627 {
  place-self: auto stretch;
}

#w-node-d7f341e9-c8c7-be96-9789-82740096ddf3-24532629, #w-node-_805b0bb5-979d-8cb5-4261-c31ca79d6624-24532629, #w-node-e036378c-2d95-ad42-1083-e7d4d4e58b37-24532629, #w-node-f3a1aafe-146b-12d9-b86f-8d99bfeba801-24532629, #w-node-a9094687-826f-772d-248a-c6c8437f2f44-24532629, #w-node-_885253ba-d174-eaca-cc07-799544592aaf-24532629, #w-node-_59cbfab2-39f2-bf04-4ae2-ebfc6664b053-24532629, #w-node-_46e44f4d-3397-ec03-e11e-d0e8f8974df7-24532629, #w-node-_3c9c7e6d-9928-6691-0e22-7dd908782458-24532629, #w-node-_3bd0b0ba-8ab5-8b93-8bec-da04ed216e63-24532629, #w-node-_8639cad9-2fff-935a-1502-f264dcc71866-24532629, #w-node-_8639cad9-2fff-935a-1502-f264dcc7186b-24532629, #w-node-_8639cad9-2fff-935a-1502-f264dcc71870-24532629, #w-node-_8639cad9-2fff-935a-1502-f264dcc71875-24532629, #w-node-_8639cad9-2fff-935a-1502-f264dcc7187a-24532629, #w-node-_8639cad9-2fff-935a-1502-f264dcc7187f-24532629, #w-node-_5fe7a198-8794-f561-0811-fbd17ea9fc06-24532629, #w-node-_5fe7a198-8794-f561-0811-fbd17ea9fc0b-24532629, #w-node-_5fe7a198-8794-f561-0811-fbd17ea9fc10-24532629, #w-node-_5fe7a198-8794-f561-0811-fbd17ea9fc15-24532629, #w-node-_5fe7a198-8794-f561-0811-fbd17ea9fc1a-24532629, #w-node-_5fe7a198-8794-f561-0811-fbd17ea9fc1f-24532629, #w-node-b81a1b20-5942-b5fc-28c9-dd9ff5e6542d-24532629, #w-node-b81a1b20-5942-b5fc-28c9-dd9ff5e65432-24532629, #w-node-b81a1b20-5942-b5fc-28c9-dd9ff5e65437-24532629, #w-node-b81a1b20-5942-b5fc-28c9-dd9ff5e6543c-24532629, #w-node-b81a1b20-5942-b5fc-28c9-dd9ff5e65441-24532629, #w-node-b81a1b20-5942-b5fc-28c9-dd9ff5e65446-24532629, #w-node-_4e08ad8c-7b2f-eaec-e0d9-fa0cd8110f84-24532629, #w-node-d91b2690-ad7d-881e-299f-fa485832d349-24532629, #w-node-_97b7995d-0df8-9344-ec15-d4068cf1e932-24532629, #w-node-_97b7995d-0df8-9344-ec15-d4068cf1e937-24532629, #w-node-_97b7995d-0df8-9344-ec15-d4068cf1e93c-24532629, #w-node-_97b7995d-0df8-9344-ec15-d4068cf1e941-24532629, #w-node-_97b7995d-0df8-9344-ec15-d4068cf1e946-24532629 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c88f7cc7-a6e8-4019-ef12-368c4f0bbcc7-24532629, #w-node-_4ded3c89-45ff-48df-29b8-ac73f9e4dd3d-2453262a, #w-node-_20d367d2-3b30-6eaf-10e1-4d8822e3ea03-2453262a, #w-node-_6581de44-4af0-0b94-aa81-c5429873885c-2453262b, #w-node-a0844c92-389d-876a-f1e4-66ae5d700815-2453262b, #w-node-_6c0530bf-f01b-471f-b2dc-1ace28831987-2453262c, #w-node-_0de4620b-c967-aac0-63dd-66c3dafc519f-b01cf4a7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_30545da2-8b39-f641-0b07-5f180c590a9c-24532627, #w-node-_30545da2-8b39-f641-0b07-5f180c590aaa-24532627 {
    justify-self: auto;
  }

  #w-node-_30545da2-8b39-f641-0b07-5f180c590ab4-24532627 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: auto stretch;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_2f3f9515-3423-dbec-c97b-d134a1a2b51b-24532623 {
    justify-self: auto;
  }
}


@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype'), url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Duotone 900';
  src: url('../fonts/fa-duotone-900.ttf') format('truetype'), url('../fonts/fa-duotone-900.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'), url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Regular 400';
  src: url('../fonts/fa-regular-400.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 Sharp 300';
  src: url('../fonts/fa-sharp-light-300.ttf') format('truetype');
  font-weight: 300;
  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 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;
}
@font-face {
  font-family: 'Brands 400';
  src: url('../fonts/Brands-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}