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

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

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

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

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

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

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

@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;
  --light-blue: #308cbf;
  --black: #15151a;
  --red-orange: #f35040;
  --orange: #fa945b;
  --blue: #28347a;
  --54-orange: #f25c278a;
}

.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(--light-blue);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

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

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

.announcement-contact-info.margin-right-20 {
  margin-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}

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

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

.hero-section {
  height: 100%;
  position: relative;
}

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

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

.top-text {
  color: var(--black);
  letter-spacing: -.2px;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
}

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

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

.right-section {
  align-self: stretch;
  align-items: stretch;
  width: 40%;
  min-height: 600px;
  display: flex;
}

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

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

.inner-img.svs {
  background-image: url('../images/genies-stock-15.webp');
}

.inner-img.boiler {
  background-image: url('../images/genies-stock-5.webp');
}

.inner-img.floor {
  background-image: url('../images/genies-stock-7.webp');
}

.inner-img.repairs {
  background-image: url('../images/genies-stock-13.webp');
}

.inner-img.gas {
  background-image: url('../images/genies-stock-11.webp');
}

.card-bullet {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-left: 0;
  display: grid;
}

.card-bullet._2col, .card-bullet.areas {
  grid-template-columns: 1fr 1fr;
  margin-bottom: 0;
}

.card-bullet._0b {
  margin-bottom: 0;
}

.card-bullet._3col {
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 0;
}

.card-icon {
  background-image: linear-gradient(90deg, var(--red-orange), var(--orange));
  color: var(--white);
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  margin-right: 8px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 14px;
  display: flex;
}

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

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

.bullet-icon.plastering {
  background-image: linear-gradient(180deg, var(--red-orange), var(--orange));
  color: var(--white);
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 75px;
  min-width: 75px;
  height: 75px;
  min-height: 75px;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

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

.bullet-block-title.white {
  color: var(--white);
  letter-spacing: -.5px;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 800;
  line-height: 32px;
}

.bullet-block-title.quote-section {
  color: var(--white);
  letter-spacing: -1px;
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: 800;
  line-height: 26px;
}

.bullet-section {
  background-color: var(--black);
  background-image: linear-gradient(90deg, var(--light-blue), var(--blue));
  padding-top: 100px;
  padding-bottom: 100px;
}

.bullet-section.swapped {
  background-image: linear-gradient(90deg, var(--blue), var(--light-blue));
}

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

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

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

.bullet-block {
  text-align: left;
  background-color: #ffffff0a;
  border-radius: 8px;
  flex-flow: column;
  align-items: flex-start;
  padding: 30px;
  transition: all .2s ease-in-out;
  display: flex;
  position: relative;
}

.bullet-block.blue {
  background-color: #fff0;
  background-image: linear-gradient(270deg, var(--blue), var(--light-blue));
}

.bullet-block.map {
  padding: 0;
}

.bullet-heading {
  color: var(--white);
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
}

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

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

.container-fluid.display-flex {
  background-color: var(--orange);
  display: flex;
}

.brand-bands {
  background-color: var(--black);
  padding-top: 40px;
  padding-bottom: 40px;
}

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

.footer-col {
  flex-flow: column;
  align-items: flex-start;
  width: 30%;
  display: flex;
}

.contact-block {
  border-right: 1px none var(--white);
  background-color: #27272c;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 33%;
  height: auto;
  min-height: 115px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 40px;
  display: flex;
}

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

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

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

.footer-menu-text {
  background-image: linear-gradient(90deg, var(--red-orange), var(--orange));
  color: var(--white);
  letter-spacing: -.8px;
  text-transform: none;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 20px;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.contact-type-title {
  color: var(--white);
  letter-spacing: -.2px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2;
}

.footer-contact-info {
  border: 1px none var(--white);
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.contact-icon {
  background-color: #ffffff14;
  background-image: linear-gradient(90deg, var(--red-orange), var(--orange));
  color: #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-right: 20px;
  font-family: "Fa 300", sans-serif;
  font-size: 25px;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.info-link {
  color: var(--white);
  letter-spacing: -.5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.25;
  text-decoration: none;
  display: inline-block;
}

.info-link.click {
  display: none;
}

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

.footer-copy-link {
  color: var(--white);
  cursor: pointer;
  transition: all .2s ease-in-out;
}

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

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

.services-section {
  padding: 20px 20px 0;
  position: relative;
}

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

.services-link-box {
  background-image: url('../images/Services.webp');
  background-position: 35%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  justify-content: center;
  align-items: flex-end;
  min-height: 350px;
  padding: 20px;
  text-decoration: none;
  transition: all .45s ease-in-out;
  display: flex;
}

.services-link-box:hover {
  transform: scale(.97);
}

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

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

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

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

.service-box-title {
  background-color: var(--white);
  color: var(--black);
  border-radius: 1px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px;
  font-size: 14.5px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
}

.service-box-title.link {
  background-color: var(--orange);
  background-image: linear-gradient(180deg, #ed4e3a, var(--orange));
  color: var(--white);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  font-weight: 700;
}

.image {
  height: 120px;
}

.gradient-heading {
  background-image: linear-gradient(180deg, var(--red-orange), var(--orange));
  color: var(--black);
  letter-spacing: -1px;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 42px;
  font-weight: 800;
  line-height: 50px;
  display: flex;
}

.gradient-heading.white {
  color: var(--white);
  letter-spacing: -1px;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 800;
  line-height: 42px;
}

.gradient-heading.white.left {
  justify-content: flex-start;
  align-items: flex-start;
}

.gradient-heading._0 {
  color: var(--white);
  letter-spacing: -1.5px;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 800;
  line-height: 42px;
}

.p-dark {
  color: var(--black);
  letter-spacing: -.2px;
  font-size: 16px;
  line-height: 28px;
}

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

.sub-head.white {
  color: var(--white);
}

.footer-list {
  color: var(--white);
  text-align: center;
  width: 80%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
}

.service-box-heading-container {
  background-color: var(--white);
  display: flex;
}

.backtotop {
  height: 0;
}

.co-desc {
  color: var(--white);
  font-size: 15px;
  line-height: 28px;
}

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

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

.bottom-link {
  color: var(--white);
  align-items: center;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 300;
  line-height: 28px;
  text-decoration: none;
  transition: color .35s ease-in-out;
  display: flex;
}

.bottom-link:hover {
  color: var(--orange);
}

.bottom-link.w--current {
  color: var(--white);
}

.bottom-link.w--current:hover {
  color: var(--orange);
}

.live-chat-top-text {
  color: var(--white);
  letter-spacing: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 26px;
  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: none;
  position: fixed;
  inset: auto 0% 0% auto;
}

.live-chat-bottom-text {
  color: var(--54-orange);
  font-size: 10px;
}

.live-chat-bottom-text.block {
  color: var(--light-blue);
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 24px;
}

.live-chat-bottom-text.bold {
  color: var(--light-blue);
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 600;
  line-height: 24px;
}

.chat-section {
  background-color: var(--54-orange);
  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: #494949;
  transform: scale(1.05);
}

.whatsapp-chat {
  background-color: var(--white);
  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(--black);
  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: var(--orange);
}

.top-section-2 {
  background-color: var(--black);
  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;
}

.hero_component {
  background-image: linear-gradient(#00000052, #00000052);
  flex-flow: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 2rem 4rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero_grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 140px;
  display: grid;
}

.hero_grid._0 {
  padding-top: 0;
}

.hero_bg {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.div-hide {
  overflow: hidden;
}

.hero_row-3 {
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.hero-title {
  transform-origin: 0%;
  color: var(--white);
  text-align: center;
  letter-spacing: -3px;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  font-weight: 800;
  line-height: 70px;
}

.max-width-xsmall {
  width: 100%;
}

.margin-top, .margin-top.margin-large {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.hero_row-1 {
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
  overflow: hidden;
}

.whipe {
  z-index: 1;
  transform-origin: 50% 100%;
  transform-style: preserve-3d;
  background-color: #0a0811;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  transform: scale3d(1, 0, 1);
}

.section_hero {
  height: 100vh;
}

.text-style-allcaps {
  color: var(--white);
  text-transform: capitalize;
  max-width: 750px;
  font-size: 18px;
  line-height: 26px;
}

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

.gradient-span {
  background-image: linear-gradient(180deg, var(--red-orange), var(--orange));
  color: var(--white);
  letter-spacing: -3px;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-clip: padding-box;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 60px;
  font-weight: 800;
  line-height: 80px;
  display: inline;
}

.nav__link {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: #ebecde;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #ebecde0f;
  border: .5px solid #ebecde66;
  border-radius: 1.3rem;
  justify-content: center;
  align-items: center;
  min-height: 2rem;
  padding: .5rem 1.5rem;
  font-size: .65rem;
  line-height: 1;
  transition: all .2s;
  display: flex;
}

.nav__link:hover {
  color: #1f2123;
  background-color: #ebecde;
}

.nav-menu-2 {
  align-items: center;
  height: 100%;
  margin-left: auto;
  display: flex;
}

.header-social-link {
  background-image: linear-gradient(0deg, var(--light-blue), var(--blue));
  color: var(--white);
  text-align: center;
  border-radius: 60px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 16px;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
}

.header-social-link:hover {
  color: var(--orange);
}

.header-social-link.m-left-10 {
  flex: none;
  margin-left: 10px;
}

.header-social-link.m-left-10.email {
  flex: none;
  font-family: "Fa solid 900", sans-serif;
}

.header-social-link.m-left-10.left {
  flex: none;
  margin-left: 0;
  font-family: "Fa solid 900", sans-serif;
}

.nav-bar {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px 40px;
  display: flex;
}

.nav-bar._20b {
  margin-bottom: 0;
}

.nav-link {
  color: #fff;
  letter-spacing: -.2px;
  text-transform: capitalize;
  cursor: pointer;
  margin-left: 24px;
  padding-left: 0;
  padding-right: 0;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  position: relative;
}

.box-shadow-div {
  opacity: 0;
  object-fit: fill;
  position: absolute;
  inset: 0%;
  box-shadow: 0 2px 5px #0003;
}

.header-social {
  flex: none;
  justify-content: flex-end;
  align-items: center;
  width: 125px;
  margin-left: 24px;
  display: flex;
}

.dl-menu {
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
}

.dl-menu.w--open {
  box-shadow: 0 3px 20px 1.5px var(--orange);
  border-radius: 8px;
  flex-flow: column;
  align-items: flex-start;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.btn-hover-color {
  background-color: #c7a675;
  width: 0;
  position: absolute;
  inset: 0%;
}

.nav-link-text {
  color: var(--white);
  letter-spacing: -.2px;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
}

.nav-link-text.service {
  color: var(--black);
}

.btn-underline {
  object-fit: fill;
  background-color: #fff;
  height: 2px;
  position: relative;
  box-shadow: inset 0 0 #c7a675;
}

.btn-underline.services-underline {
  background-color: #1b1b1b;
  width: auto;
  display: block;
}

.btn-underline.services-underline.display-none-s {
  background-color: var(--red-orange);
  background-image: linear-gradient(180deg, var(--orange), var(--red-orange));
  height: 2px;
  margin-top: .5px;
}

.btn-underline.nav-underline {
  width: 0;
}

.btn-underline.nav-underline.display-none-underline {
  background-image: linear-gradient(180deg, var(--orange), var(--red-orange));
  margin-top: .5px;
}

.header {
  z-index: 800;
  align-items: center;
  width: 100%;
  min-height: 100px;
  transition: all .3s ease-in-out;
  display: flex;
  position: absolute;
}

.dl-item {
  z-index: 2;
  width: 240px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.arrow-fa {
  font-family: "Fa solid 900", sans-serif;
}

.dl-link {
  color: #282828;
  flex-flow: column;
  align-items: flex-start;
  padding: 7.2px 0;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
}

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

.dl-link.w--current {
  color: var(--red-orange);
}

.head-logo {
  margin-right: 10px;
}

.image-2 {
  width: 160px;
  height: 110px;
}

.service-nav-title {
  color: var(--black);
  text-transform: capitalize;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}

.service-icon {
  background-color: var(--orange);
  background-image: linear-gradient(180deg, var(--red-orange), var(--orange));
  color: var(--white);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 18px;
  display: flex;
}

.service-nav-link-wrapper {
  margin-bottom: 10px;
  display: flex;
}

.top-link {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

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

.top-link.click {
  display: none;
}

.announcement-time-2 {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
}

.top-bar {
  z-index: 50;
  background-color: #353535;
  background-image: linear-gradient(90deg, var(--orange), var(--red-orange));
  width: 100%;
  position: sticky;
  top: 0;
}

.announcement-wrapper-2 {
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.announcement-icon-2 {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  font-family: "Fa sharp solid 900", sans-serif;
  font-size: 1em;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
}

.announcement-contact-2 {
  background-color: var(--blue);
  background-image: linear-gradient(180deg, var(--blue), var(--light-blue));
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  padding: 5px 20px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
}

.side-img {
  border: 10px solid var(--white);
  object-fit: cover;
  width: 350px;
  height: 250px;
  position: absolute;
  inset: auto -50px 50px auto;
}

.p-white {
  color: var(--white);
  letter-spacing: -.2px;
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 28px;
}

.p-white._100 {
  max-width: 100%;
}

.p-white._30b {
  margin-bottom: 30px;
}

.p-white._30t {
  margin-top: 30px;
  margin-bottom: 0;
}

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

.orange-grad {
  background-image: linear-gradient(90deg, var(--orange), var(--red-orange));
  opacity: .5;
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  text-decoration: none;
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
}

.text-block-6 {
  opacity: 0;
  color: var(--white);
  font-family: "Fa 300", sans-serif;
  font-size: 25px;
}

.gassafe {
  height: 70px;
}

.va {
  object-fit: contain;
}

.inter {
  object-fit: contain;
  height: 45px;
}

.inter._25 {
  height: 40px;
}

.gradient-divider {
  background-image: linear-gradient(90deg, var(--red-orange), var(--orange));
  height: 18px;
}

.gradient-divider.reverse {
  background-image: linear-gradient(270deg, var(--red-orange), var(--orange));
}

.section-2-h2-w-img-vid {
  padding-top: 0;
  padding-bottom: 0;
}

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

.p2.para-white {
  color: var(--white);
  font-size: 16px;
  line-height: 26px;
}

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

.left-img.home {
  background-image: url('../images/About.webp');
}

.left-img.svs {
  background-image: url('../images/genies-stock-16.webp');
}

.left-img.boiler {
  background-image: url('../images/genies-stock-17.webp');
  background-position: 90%;
}

.left-img.repairs {
  background-image: url('../images/genies-stock-10.webp');
}

.left-img.gas {
  background-image: url('../images/genies-stock-9.webp');
}

.orange-div {
  background-image: linear-gradient(180deg, var(--54-orange), var(--54-orange)), url('../images/texture.webp');
  background-position: 0 0, 100%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding: 50px 0;
  display: flex;
}

.orange-div._100 {
  width: 100%;
}

.orange-div.blue {
  background-image: linear-gradient(270deg, var(--light-blue), var(--blue)), url('../images/texture.webp');
  background-position: 0 0, 100%;
  background-size: auto, cover;
  width: 100%;
}

.h3 {
  background-image: linear-gradient(90deg, var(--black), #fff0), url('../images/H3_1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.h3-text {
  color: var(--white);
  letter-spacing: -.5px;
  text-transform: capitalize;
  max-width: 750px;
  font-size: 19px;
  line-height: 29px;
}

.slogan {
  background-image: linear-gradient(180deg, var(--red-orange), var(--orange));
  padding-left: 20px;
  padding-right: 20px;
  font-size: 55px;
  line-height: 80px;
}

.h3-slogan {
  transform-origin: 0%;
  color: var(--white);
  text-align: center;
  letter-spacing: -3px;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 55px;
  font-weight: 800;
  line-height: 65px;
}

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

.cta-link {
  color: var(--white);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.75;
  text-decoration: none;
}

.cta-link.click {
  display: none;
}

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

.icon-2 {
  color: #fff;
  background-color: #ffffff1f;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-right: 20px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 28px;
  font-weight: 400;
  display: flex;
}

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

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

.contact-section {
  background-color: #fff;
  background-image: linear-gradient(270deg, var(--blue), var(--light-blue));
  padding-top: 60px;
  padding-bottom: 60px;
}

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

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

.contact-div {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  padding: 0 0 10px;
  transition: box-shadow .2s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.contact-div._0b {
  margin-bottom: 0;
}

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

.ban-light {
  font-size: 40px;
  font-weight: 400;
}

.hyperlink {
  box-shadow: inset 0 -1.5px 0 0 var(--light-blue);
  color: var(--light-blue);
  padding-left: 2.5px;
  padding-right: 2.5px;
  font-weight: 700;
  text-decoration: none;
  transition: all .45s ease-in-out;
}

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

.hyperlink.orange {
  box-shadow: inset 0 -1.5px 0 0 var(--orange);
  color: var(--orange);
  text-shadow: 1px 1px 3px #00000080;
}

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

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

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

.footer-social {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 125px;
  margin-top: 20px;
  margin-left: 0;
  display: flex;
}

.section-titles {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 28px;
  display: flex;
}

.section-titles.left {
  justify-content: flex-start;
}

.cta {
  -webkit-backdrop-filter: blur(.1875rem);
  backdrop-filter: blur(.1875rem);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #ffffff03;
  border: .125rem solid #fff;
  justify-content: center;
  align-items: center;
  padding: .8rem 2.5rem;
  font-size: 1rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.cta.black {
  border-color: var(--black);
  color: var(--black);
  background-color: #00000003;
}

.edge {
  border-top: .25rem solid #fff;
  border-left: .25rem solid #fff;
  width: 1.0625rem;
  height: 1.0625rem;
  position: absolute;
  inset: -.1875rem auto auto -.1875rem;
}

.edge.bottom-left {
  border-top-style: none;
  border-bottom: .25rem solid #fff;
  border-right: .0625rem #fff;
  top: auto;
  bottom: -.1875rem;
}

.edge.bottom-right {
  border-style: none solid solid none;
  border-bottom-width: .25rem;
  border-bottom-color: #fff;
  border-right-width: .25rem;
  border-right-color: #fff;
  inset: auto -.1875rem -.1875rem auto;
}

.edge.top-right {
  border-left-style: none;
  border-right: .25rem solid #fff;
  left: auto;
  right: -.1875rem;
}

.edge.br-black {
  border-style: none solid solid none;
  border-right-width: .25rem;
  border-right-color: var(--black);
  border-bottom-width: .25rem;
  border-bottom-color: var(--black);
  inset: auto -.1875rem -.1875rem auto;
}

.edge.tr-blacl {
  border-right: .25rem solid var(--black);
  border-top-color: var(--black);
  border-left-style: none;
  left: auto;
  right: -.1875rem;
}

.edge.bl-left {
  border-right: .0625rem #fff;
  border-bottom: .25rem solid var(--black);
  border-top-style: none;
  border-left-color: var(--black);
  top: auto;
  bottom: -.1875rem;
}

.edge.tl-black {
  border-top-color: var(--black);
  border-left-color: var(--black);
}

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

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

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

.smaller-hero {
  height: auto;
}

.hero_title {
  justify-content: center;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
  overflow: hidden;
}

.gallery-grid {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: 150px 150px 150px 150px 150px 150px 150px 150px 150px 150px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-bottom: 5px;
}

.lb-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.lb-img.small {
  height: 250px;
}

.site-map-link {
  border-bottom: 1px solid var(--54-orange);
  color: var(--black);
  margin-bottom: 6px;
  padding-bottom: 3px;
  padding-left: 5px;
  padding-right: 5px;
  text-decoration: none;
}

.services-stopper {
  width: 0;
  height: 0;
  margin-top: -60px;
  margin-bottom: 60px;
}

.h1-small {
  background-image: linear-gradient(to bottom, var(--black), var(--black));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 10px;
  font-size: 28px;
  font-weight: 700;
  line-height: 38px;
}

.areas-map {
  width: 100%;
  margin-top: 0;
  margin-bottom: -10px;
}

.lb-img-small {
  object-fit: cover;
  width: 100%;
  height: 180px;
}

.lb-img-small.small {
  height: 250px;
}

.lb-img-small.medium {
  height: 380px;
}

.lb-img-med {
  object-fit: cover;
  width: 100%;
  height: 310px;
}

.lb-img-med.small {
  height: 250px;
}

.gas-safe-box {
  width: 50px;
}

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

.text-block-7 {
  font-weight: 400;
}

@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) {
  .announcement-contact-info.margin-right-20 {
    flex: none;
  }

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

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

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

  .left-section {
    width: 100%;
  }

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

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

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

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

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

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

  .bullet-block {
    background-color: #ffffff1a;
    padding: 20px;
  }

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

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

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

  .footer-col {
    width: 100%;
  }

  .contact-block {
    border-bottom: 1px #8a8a8a;
    border-right-style: none;
    justify-content: flex-start;
    width: 100%;
    min-height: auto;
    margin-bottom: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
  }

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

  .footer-mid-content {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
  }

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

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

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

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

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

  .gradient-heading.white {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .sub-head.white {
    text-align: left;
  }

  .whatsapp-icon {
    width: 20px;
    min-width: 20px;
    height: 20px;
    min-height: 20px;
  }

  .whatsapp-block {
    margin-bottom: 10px;
    margin-right: 60px;
    display: flex;
  }

  .whatsapp-container {
    border-radius: 6px;
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
  }

  .whatsapp-chat {
    display: none;
  }

  .hero_component {
    padding-top: 5rem;
  }

  .hero-title {
    letter-spacing: -2px;
    font-size: 40px;
    line-height: 52px;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-style-allcaps {
    font-size: 17px;
  }

  .gradient-span {
    letter-spacing: -2px;
    font-size: 50px;
    line-height: 60px;
  }

  .nav-menu-2 {
    z-index: 999;
    background-color: var(--black);
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: auto;
    margin-right: auto;
    padding-top: 100px;
  }

  .nav-bar {
    flex-flow: column;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-link {
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
    position: sticky;
  }

  .icon {
    font-size: 29px;
  }

  .menu-button {
    color: #fff;
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .menu-button.w--open {
    z-index: 200;
    background-color: #0000;
    margin-top: -65px;
  }

  .header-social {
    border-top: 1px solid #f7f7f733;
    justify-content: flex-start;
    margin-top: 90%;
    padding-top: 20px;
    display: flex;
  }

  .dl-menu.w--open {
    height: 350px;
  }

  .dropdown {
    width: 100%;
  }

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

  .btn-underline.services-underline.display-none-s, .btn-underline.nav-underline.display-none-underline {
    display: none;
  }

  .dl-item {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .head-logo.w--current {
    margin-right: 0;
  }

  .image-2 {
    width: 140px;
    height: auto;
  }

  .announcement-wrapper-2 {
    flex-direction: row;
  }

  .announcement-contact-2 {
    font-size: 14px;
  }

  .side-img {
    display: none;
  }

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

  .left-img, .orange-div {
    width: 100%;
  }

  .h3-text {
    font-size: 17px;
  }

  .slogan {
    letter-spacing: -2px;
    font-size: 36px;
    line-height: 60px;
  }

  .h3-slogan {
    letter-spacing: -2px;
    font-size: 36px;
    line-height: 30px;
  }

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

  .container-4 {
    width: 90%;
  }

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

  .left-contact {
    width: 100%;
  }

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

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

  .ban-light {
    font-size: 30px;
  }

  .footer-social {
    border-top: 1px solid #f7f7f733;
    justify-content: flex-start;
    margin-top: 0%;
    padding-top: 20px;
    display: flex;
  }

  .cta {
    font-size: .95rem;
  }

  .gallery-grid {
    grid-template-rows: 100px 100px 100px 100px 100px 100px 100px 100px 100px 100px;
  }

  .areas-map {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .announcement-contact-info {
    justify-content: center;
  }

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

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

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

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

  .right-section {
    order: 1;
    min-height: 250px;
    margin-top: 40px;
    margin-bottom: 0;
  }

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

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

  .bullet-icon.plastering {
    width: 70px;
    min-width: 70px;
    height: 70px;
    min-height: 70px;
  }

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

  .bullet-list-grid {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

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

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

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

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

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

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

  .gradient-heading._0 {
    font-size: 33px;
  }

  .hero_component {
    padding: 8rem 1.5rem 3rem;
  }

  .hero_grid {
    padding-top: 60px;
  }

  .hero-title {
    margin-bottom: 15px;
    font-size: 33px;
    line-height: 42px;
  }

  .max-width-xsmall {
    flex-flow: column;
    display: flex;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-style-allcaps {
    font-size: 15px;
  }

  .gradient-span {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 33px;
    line-height: 40px;
  }

  .nav-menu-2 {
    width: 90%;
  }

  .nav-bar {
    padding-top: 80px;
    padding-left: 20px;
    padding-right: 10px;
  }

  .nav-bar._20b {
    padding-top: 0;
  }

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

  .announcement-contact-2 {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    padding: 20px 40px;
    display: none;
  }

  .box-icon {
    font-size: 40px;
  }

  .gassafe {
    height: 60px;
  }

  .inter._25 {
    height: 30px;
  }

  .left-img {
    min-height: 350px;
  }

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

  .h3-text {
    max-width: 450px;
    margin-top: 20px;
    font-size: 18px;
  }

  .slogan {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 28px;
    line-height: 50px;
  }

  .h3-slogan {
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 22px;
  }

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

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

  .h2-div {
    margin-bottom: 20px;
  }

  .ban-light {
    letter-spacing: -1px;
    font-size: 24px;
  }

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

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

  .lb-img {
    height: 200px;
  }

  .services-stopper {
    margin-top: -100px;
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 479px) {
  .announcement-contact-info.margin-right-20 {
    text-align: center;
    text-align: center;
    font-size: 14px;
    line-height: 22px;
  }

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

  .top-text {
    margin-bottom: 10px;
    line-height: 1.7;
  }

  .right-section {
    margin-top: 30px;
    margin-bottom: 0;
  }

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

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

  .bullet-icon.plastering {
    width: 60px;
    min-width: 60px;
    height: 60px;
    min-height: 60px;
  }

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

  .bullet-list-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 20px;
  }

  .bullet-heading {
    font-size: 15px;
    line-height: 26px;
  }

  .brand-bands {
    padding-top: 30px;
    padding-bottom: 30px;
  }

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

  .footer-col {
    margin-top: 30px;
  }

  .contact-block {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
  }

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

  .contact-type-title {
    margin-bottom: 5px;
  }

  .contact-icon {
    display: none;
  }

  .info-link {
    line-height: 1.4;
  }

  .info-link.email {
    display: none;
  }

  .info-link.click {
    display: flex;
  }

  .footer-copy {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .services-section {
    padding-top: 30px;
  }

  .services-link-box {
    min-height: 250px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .service-box-title {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 18px;
  }

  .service-box-title.link {
    font-size: 14px;
    line-height: 18px;
  }

  .gradient-heading {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 36px;
  }

  .gradient-heading.white {
    margin-top: 0;
    font-size: 30px;
    line-height: 38px;
  }

  .gradient-heading._0 {
    margin-bottom: 20px;
  }

  .p-dark {
    font-size: 15px;
    line-height: 26px;
  }

  .live-chat-top-text.block {
    font-size: 16px;
    line-height: 19px;
  }

  .whatsapp-block {
    margin-bottom: 10px;
    bottom: 7%;
    right: -13%;
  }

  .live-chat-bottom-text.block {
    color: var(--black);
  }

  .whatsapp-chat {
    justify-content: flex-start;
    align-items: center;
    width: 280px;
    max-width: 280px;
    height: 40vh;
    display: none;
    position: relative;
  }

  .livechat-button {
    width: 90%;
  }

  .hero_component {
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero_grid._0 {
    flex-flow: column;
    display: flex;
  }

  .hero_bg {
    object-position: 55% 50%;
  }

  .hero-title {
    letter-spacing: -.8px;
    font-size: 17px;
    line-height: 28px;
  }

  .max-width-xsmall {
    display: block;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .hero_row-1 {
    display: block;
  }

  .text-style-allcaps {
    font-size: 14px;
    line-height: 24px;
  }

  .gradient-span {
    letter-spacing: -1px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 24px;
    line-height: 34px;
  }

  .nav-menu-2 {
    width: 100%;
  }

  .nav-bar {
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-bar._20b {
    padding-top: 0;
  }

  .menu-button.w--open {
    z-index: 200;
  }

  .top-link {
    letter-spacing: -.5px;
    font-size: 14px;
  }

  .top-link.email {
    display: none;
  }

  .top-link.click {
    text-transform: uppercase;
    display: flex;
  }

  .announcement-wrapper-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .announcement-icon-2 {
    font-size: 1.1em;
    display: none;
  }

  .announcement-contact-2 {
    width: 100%;
  }

  .p-white {
    font-size: 15px;
    line-height: 26px;
  }

  .box-icon {
    font-size: 35px;
  }

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

  .orange-div, .h3 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .h3-text {
    margin-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }

  .slogan {
    letter-spacing: -1px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 18px;
    line-height: 26px;
    display: inline;
  }

  .h3-slogan {
    letter-spacing: -1px;
    font-size: 18px;
  }

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

  .cta-link.email {
    display: none;
  }

  .cta-link.click {
    display: flex;
  }

  .icon-2 {
    width: 48px;
    height: 48px;
    font-size: 1em;
    display: none;
  }

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

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

  .contact-div {
    margin-bottom: 10px;
  }

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

  .ban-light {
    font-size: 14px;
  }

  .section-titles.left {
    margin-top: 20px;
  }

  .reviews-section {
    padding-top: 30px;
    padding-bottom: 30px;
    overflow: hidden;
  }

  .hero_title {
    display: block;
  }

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

  .lb-img {
    height: 150px;
  }

  .services-stopper {
    margin-top: -70px;
    margin-bottom: 70px;
  }

  .h1-small {
    font-size: 24px;
    line-height: 34px;
  }
}

#w-node-c780bed0-5914-d425-7226-296de0de2223-1b1e7df1, #w-node-d4cfa3ce-90fc-4f46-dfba-4b32c68b8bbf-1b1e7df1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-adbea63c-d41c-c327-4198-4a5a8d58accf-1b1e7df1 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_5a1d9f18-e588-56e6-d6ed-7ae3c4649e06-1b1e7df1, #w-node-_2ee52069-c011-2593-2af0-b82ee0617beb-1b1e7df1, #w-node-_1f81431f-3fd4-ce50-9f9a-783d355c4949-1b1e7df1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d6413dd0-3c87-6e39-046e-f27dfe230065-1b1e7df1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-d6413dd0-3c87-6e39-046e-f27dfe230082-1b1e7df1 {
  place-self: auto;
}

#w-node-d6413dd0-3c87-6e39-046e-f27dfe23009f-1b1e7df1, #w-node-a6ea34f4-b94e-9c9b-8004-d04878580909-1b1e7df1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_35d79316-07f0-8e66-8db3-126bd60b14e8-1b1e7df1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c918aa1a-3b26-4f9a-4f7b-241491077bd4-a0ef1e25 {
  place-self: center;
}

#w-node-_2870ad58-9cf6-6209-52a7-8197f473eb70-a0ef1e25 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-d0e566cb-f24a-9c40-073d-2a117d33b9c8-7d33b9bd, #w-node-d0e566cb-f24a-9c40-073d-2a117d33b9d2-7d33b9bd, #w-node-d0e566cb-f24a-9c40-073d-2a117d33b9dc-7d33b9bd, #w-node-d0e566cb-f24a-9c40-073d-2a117d33b9e6-7d33b9bd {
  align-self: center;
}

#w-node-c780bed0-5914-d425-7226-296de0de2223-179d690b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d6413dd0-3c87-6e39-046e-f27dfe230065-179d690b, #w-node-_528dbe56-a440-2934-bc6b-4fe69fbf4398-179d690b, #w-node-c62c0a1e-e99e-b837-c0ab-85bc5c76db20-179d690b, #w-node-f2da8b7f-d3a4-7138-42a9-a429964e1435-179d690b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_35d79316-07f0-8e66-8db3-126bd60b14e8-179d690b, #w-node-c780bed0-5914-d425-7226-296de0de2223-e74be39a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d6413dd0-3c87-6e39-046e-f27dfe230065-e74be39a, #w-node-_528dbe56-a440-2934-bc6b-4fe69fbf4398-e74be39a, #w-node-cb4559be-392d-380c-86ed-ab6817287fbe-e74be39a, #w-node-e8830a8b-2155-c6a0-8740-cdd1e01fcc0e-e74be39a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-e0c6a13c-5c9b-89f1-c1e4-8322d8fdf94a-e74be39a {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: auto;
}

#w-node-_35d79316-07f0-8e66-8db3-126bd60b14e8-e74be39a, #w-node-c780bed0-5914-d425-7226-296de0de2223-db02676e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d6413dd0-3c87-6e39-046e-f27dfe230065-db02676e {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: auto;
}

#w-node-_93c24562-97c4-f8f5-2438-728db823c669-db02676e, #w-node-_93c24562-97c4-f8f5-2438-728db823c671-db02676e, #w-node-bd9b486f-08c3-2f0e-e1f0-e3c5125df1b4-db02676e, #w-node-bd9b486f-08c3-2f0e-e1f0-e3c5125df1bc-db02676e, #w-node-c0633f38-a617-580d-4c47-28bb57d28a95-db02676e, #w-node-_84de3e18-d736-ad0e-6748-983a6372cbe2-db02676e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_35d79316-07f0-8e66-8db3-126bd60b14e8-db02676e, #w-node-c780bed0-5914-d425-7226-296de0de2223-b3f3ada3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d6413dd0-3c87-6e39-046e-f27dfe230065-b3f3ada3, #w-node-_528dbe56-a440-2934-bc6b-4fe69fbf4398-b3f3ada3, #w-node-b569be0d-5ae5-c488-cbbd-01504b25b1b5-b3f3ada3, #w-node-b569be0d-5ae5-c488-cbbd-01504b25b1e1-b3f3ada3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_35d79316-07f0-8e66-8db3-126bd60b14e8-b3f3ada3, #w-node-c780bed0-5914-d425-7226-296de0de2223-178b3de4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d6413dd0-3c87-6e39-046e-f27dfe230065-178b3de4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: auto;
}

#w-node-f92d7a5b-9645-e05b-48f3-17ab25accba9-178b3de4, #w-node-f92d7a5b-9645-e05b-48f3-17ab25accbb1-178b3de4, #w-node-f25b2168-9383-5715-1d1e-271fe667b1f0-178b3de4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_35d79316-07f0-8e66-8db3-126bd60b14e8-178b3de4, #w-node-c780bed0-5914-d425-7226-296de0de2223-830d1af7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc2db9f4-6694-311e-e56b-c83b0f6f5363-830d1af7, #w-node-cc2db9f4-6694-311e-e56b-c83b0f6f538f-830d1af7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_35d79316-07f0-8e66-8db3-126bd60b14e8-830d1af7, #w-node-c780bed0-5914-d425-7226-296de0de2223-46cc0895 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d6413dd0-3c87-6e39-046e-f27dfe230065-46cc0895 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: auto;
}

#w-node-_58ff7626-74c1-f81f-bcf4-ee31b4e98447-46cc0895, #w-node-_58ff7626-74c1-f81f-bcf4-ee31b4e9844f-46cc0895, #w-node-_58ff7626-74c1-f81f-bcf4-ee31b4e98457-46cc0895 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_35d79316-07f0-8e66-8db3-126bd60b14e8-46cc0895, #w-node-c780bed0-5914-d425-7226-296de0de2223-830db2af, #w-node-_6f265a38-d73d-f6b5-4992-472fc1a1257d-830db2af {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d596eb96-71fd-9f4e-2dc4-90939ae6e514-830db2af, #w-node-_02dbd210-ec7d-30b9-6d49-eed11fe1995b-830db2af, #w-node-_30f93acc-79d3-e644-f5ff-514c49e4deb6-830db2af {
  grid-area: span 3 / span 2 / span 3 / span 2;
}

#w-node-c7a2c187-070b-636a-5fd9-929bc12903ff-830db2af {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_7d8de526-5aa9-66ce-91a3-56d5d1f229d5-830db2af, #w-node-_38a3a620-833b-51ac-0d25-0321c826ae2d-830db2af {
  grid-area: span 3 / span 2 / span 3 / span 2;
}

#w-node-_8c2ba46e-c873-25ae-9544-fe14792f8c0b-830db2af {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_388329e6-40ac-0d50-d5e9-bc12244970fb-830db2af, #w-node-_275b123e-dc88-5116-1fd0-e89bf7e5bebb-830db2af {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fb474674-f8c7-677a-60c0-c72c820478b1-830db2af {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_5cfe1eb3-0eb0-391e-bb78-60ac893e83e9-830db2af {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_37e8f729-8a08-fad3-effc-98735a3ac0c3-830db2af, #w-node-_838366eb-bccd-cec9-c684-2d04cdc4fcf5-830db2af {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_19df1aba-dd1d-147f-d7c1-c3341a83d402-830db2af {
  grid-area: span 4 / span 5 / span 4 / span 5;
}

#w-node-_3d3260e8-61fb-2994-9bfb-9a55f92ce05c-830db2af {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-c780bed0-5914-d425-7226-296de0de2223-b7d76567, #w-node-c780bed0-5914-d425-7226-296de0de2223-e3e0aa4f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a5687e3d-2a36-3bb7-eed7-68ac58f6d613-e3e0aa4f, #w-node-a5687e3d-2a36-3bb7-eed7-68ac58f6d61d-e3e0aa4f, #w-node-a5687e3d-2a36-3bb7-eed7-68ac58f6d627-e3e0aa4f, #w-node-a5687e3d-2a36-3bb7-eed7-68ac58f6d633-e3e0aa4f {
  align-self: center;
}

#w-node-c780bed0-5914-d425-7226-296de0de2223-4f695940 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-adbea63c-d41c-c327-4198-4a5a8d58accf-1b1e7df1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1f81431f-3fd4-ce50-9f9a-783d355c4949-1b1e7df1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e0c6a13c-5c9b-89f1-c1e4-8322d8fdf94a-e74be39a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_1f81431f-3fd4-ce50-9f9a-783d355c4949-1b1e7df1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_718069fb-0ef6-8488-b9dc-d3f88f3a1fe7-8f3a1fdf {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_718069fb-0ef6-8488-b9dc-d3f88f3a1fec-8f3a1fdf {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_718069fb-0ef6-8488-b9dc-d3f88f3a1ff3-8f3a1fdf {
    grid-area: span 2 / span 1 / span 2 / span 1;
    place-self: center;
  }

  #w-node-d596eb96-71fd-9f4e-2dc4-90939ae6e514-830db2af, #w-node-_02dbd210-ec7d-30b9-6d49-eed11fe1995b-830db2af, #w-node-_30f93acc-79d3-e644-f5ff-514c49e4deb6-830db2af, #w-node-c7a2c187-070b-636a-5fd9-929bc12903ff-830db2af, #w-node-_7d8de526-5aa9-66ce-91a3-56d5d1f229d5-830db2af, #w-node-_38a3a620-833b-51ac-0d25-0321c826ae2d-830db2af, #w-node-_8c2ba46e-c873-25ae-9544-fe14792f8c0b-830db2af, #w-node-fb474674-f8c7-677a-60c0-c72c820478b1-830db2af, #w-node-_37e8f729-8a08-fad3-effc-98735a3ac0c3-830db2af, #w-node-_838366eb-bccd-cec9-c684-2d04cdc4fcf5-830db2af, #w-node-_19df1aba-dd1d-147f-d7c1-c3341a83d402-830db2af, #w-node-_3d3260e8-61fb-2994-9bfb-9a55f92ce05c-830db2af {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_718069fb-0ef6-8488-b9dc-d3f88f3a1fe7-8f3a1fdf, #w-node-_718069fb-0ef6-8488-b9dc-d3f88f3a1fec-8f3a1fdf {
    justify-self: center;
  }

  #w-node-_718069fb-0ef6-8488-b9dc-d3f88f3a1ff3-8f3a1fdf {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }
}


@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 100';
  src: url('../fonts/fa-thin-100.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa duotone 900';
  src: url('../fonts/fa-duotone-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa sharp solid 900';
  src: url('../fonts/fa-sharp-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 300';
  src: url('../fonts/fa-light-300.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Brands 400';
  src: url('../fonts/Brands-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}