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

:root {
  --deep-sky-blue-2: #52a3ce;
  --white: white;
  --black: black;
  --deep-sky-blue: #53a7d6;
  --mid-gray: #8d8d8d;
}

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

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

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

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

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

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

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

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

.body {
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.top-tel-link {
  color: var(--deep-sky-blue-2);
  text-align: right;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.125;
  text-decoration: none;
}

.co-logo {
  width: 180px;
  text-decoration: none;
}

.co-logo.gap {
  width: 200px;
}

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

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

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

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

.top-div-block {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

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

.top-contact-div.hide {
  display: block;
}

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

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

.co-logo-link {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: auto;
  text-decoration: none;
  display: flex;
}

.top-email {
  background-color: var(--white);
  direction: ltr;
  color: var(--black);
  text-align: center;
  text-transform: none;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.5;
  display: flex;
}

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

.top-email.no {
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
}

.top-email.line {
  background-color: var(--deep-sky-blue);
  justify-content: center;
  align-items: center;
}

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

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

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

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

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

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

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

.dropdown-link.w--current {
  background-color: var(--deep-sky-blue-2);
  color: #fff;
  border-bottom-color: #8d8d8d;
}

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

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

.nav-link:hover {
  background-color: var(--deep-sky-blue-2);
  border-bottom-color: #8d8d8d;
}

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

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

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

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

.nav-link-dropdown.dl-flex:hover {
  background-color: var(--deep-sky-blue-2);
}

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

.hero-btn-1:hover {
  border-color: var(--deep-sky-blue-2);
  background-color: var(--deep-sky-blue-2);
  color: #fff;
}

.hero-btn-1.m-top-20 {
  border-color: var(--deep-sky-blue-2);
  color: var(--deep-sky-blue-2);
  background-color: #0000;
  margin-top: 20px;
  margin-left: 0;
}

.hero-btn-1.m-top-20:hover {
  background-color: var(--deep-sky-blue-2);
  color: #fff;
}

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

.small-text-div-and-arrow.m-bottom-20 {
  margin-bottom: 20px;
}

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

.slider-overlay-div {
  z-index: 1;
  align-items: center;
  width: 90%;
  max-width: 1300px;
  margin-right: 0;
  display: flex;
  position: relative;
}

.slider-heading {
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3em;
  font-weight: 800;
  line-height: 1;
}

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

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

.slider-text-div {
  background-color: #000000b5;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 60%;
  max-width: 800px;
  padding: 30px;
  display: flex;
}

.image-section {
  z-index: 0;
  background-image: linear-gradient(#00000040, #00000040), url('../images/Banner.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 70vh;
  position: relative;
}

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

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

.box-1-div-planning-2 {
  background-color: #000;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-height: 300px;
  padding: 20px;
  display: flex;
}

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

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

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

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

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

.box-1-div-planning-2.roofing-services {
  background-image: none;
}

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

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

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

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

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

.h1 {
  color: #222;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 2.3rem;
  font-weight: 800;
  line-height: 1;
}

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

.l-2-content.double-img {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.l-2-content.h-3 {
  background-image: url('../images/IMG-20221117-WA0001.webp');
  min-height: 250px;
}

.l-2-content.h-4 {
  background-image: url('../images/fb-img-18.webp');
  background-position: 0 100%;
  background-size: cover;
}

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

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

.l-2-content.fr-1 {
  background-image: url('../images/flat-roofing-quality-flat-roofing.webp');
  background-position: 50%;
}

.l-2-content.fr-2 {
  background-image: url('../images/flat-roofing-a-full-service.webp');
  background-position: 0%;
}

.l-2-content.fr-3 {
  background-image: url('../images/Flat-roof-page--ideal-for-any-property-section.webp');
  background-position: 50%;
  background-size: cover;
}

.l-2-content.rr-1 {
  background-image: url('../images/roof-repairs-quality-roof-repairs.webp');
  background-position: 100% 0;
}

.l-2-content.rr-2 {
  background-image: url('../images/fb-img-15.webp');
  background-position: 50%;
}

.l-2-content.rr-3 {
  background-image: url('../images/fb-img-17.webp');
  background-position: 0 100%;
}

.l-2-content.lw-1 {
  background-image: url('../images/leadwork-page1.webp');
  background-position: 50%;
}

.l-2-content.lw-2 {
  background-image: url('../images/Lead-work.webp');
  background-position: 50%;
}

.l-2-content.lw-3 {
  background-image: url('../images/leadwork-page.webp');
  background-position: 50%;
}

.l-2-content.nr-1 {
  background-image: url('../images/fb-img-34.webp');
}

.l-2-content.nr-2 {
  background-image: url('../images/fb-img-32.webp');
  background-position: 50%;
}

.l-2-content.nr-3 {
  background-image: url('../images/fb-img-17.webp');
  background-position: 0 100%;
}

.l-2-content.rs-1 {
  background-image: url('../images/roofing-services-professional-roofing-services.webp');
  background-position: 50% 0;
}

.l-2-content.rs-2 {
  background-image: url('../images/fb-img-10.webp');
  background-position: 50%;
}

.l-2-content.rs-3 {
  background-image: url('../images/roofing--services-page---domestic-and-commercial-section.webp');
  background-position: 50%;
}

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

.l-2-content.h {
  background-image: url('../images/0.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  min-height: 400px;
  margin-bottom: 20px;
}

.l-2-content.fr-4 {
  background-image: url('../images/window-in-roof.webp');
  min-height: 450px;
}

.l-2-content.fr-5 {
  background-image: url('../images/multiple-windows.webp');
  min-height: 450px;
}

.l-2-content.fr6 {
  background-image: url('../images/materialled-flat-roof.webp');
  min-height: 450px;
}

.l-2-content.fr7 {
  background-image: url('../images/zoomed-out-roof.webp');
  min-height: 450px;
}

.l-2-content.roof-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: none;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  min-height: auto;
  display: grid;
}

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

.font-icon.fa-white {
  background-color: var(--white);
  color: var(--deep-sky-blue-2);
}

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

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

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

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

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

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

.hyper-link:hover {
  box-shadow: inset 0 -50px 0 0 var(--deep-sky-blue-2);
  color: #fff;
}

.hyper-link.hyperlink-white {
  color: #fff;
  box-shadow: inset 0 -2px #fff;
}

.hyper-link.hyperlink-white:hover {
  color: var(--deep-sky-blue-2);
  box-shadow: inset 0 -100px #fff;
}

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

.h1-content-wrapper.h1-c-flex.flex-revese.top {
  margin-top: 40px;
}

.h1-content-wrapper.h1-c-flex.flex-revese.swa {
  flex-flow: column;
}

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

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

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

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

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

.h1-light {
  color: var(--deep-sky-blue-2);
  font-weight: 300;
}

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

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

.section-btn {
  border: 1px solid var(--deep-sky-blue-2);
  color: var(--deep-sky-blue-2);
  text-transform: uppercase;
  background-color: #0000;
  margin-top: 40px;
  padding: 15px 40px;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: inline-block;
}

.section-btn:hover {
  background-color: var(--deep-sky-blue-2);
  color: #fff;
}

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

.in-img {
  background-image: url('../images/IMG-20221117-WA0025.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 250px;
}

.in-img.h-2 {
  background-image: url('../images/IMG-20221117-WA0029.webp');
  min-height: 250px;
}

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

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

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

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

.body-copy-section.border-top.bg-primary {
  background-color: var(--deep-sky-blue);
  color: var(--white);
}

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

.body-copy-section.border-top.bg-primary.size {
  padding-top: 40px;
  padding-bottom: 40px;
}

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

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

.mid-heading.blue-heading {
  color: var(--deep-sky-blue-2);
  font-size: 38px;
  font-weight: 800;
  line-height: 1.3;
}

.accent {
  background-color: var(--deep-sky-blue-2);
  color: #fff;
  justify-content: space-around;
  align-items: stretch;
  width: auto;
  padding: 10px;
  font-weight: 400;
  line-height: 1;
  display: inline-block;
}

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

.mid-text.dark-text {
  color: #333;
  padding-left: 0;
}

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

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

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

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

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

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

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

.container-3.border-top {
  border-top: 0 #0000;
  position: relative;
}

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

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

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

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

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

.section-2 {
  background-color: #4169e10d;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.section-2.h3-bg {
  background-color: var(--deep-sky-blue-2);
}

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

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

.small-sec-heading-3.max-wdith-70.h3-white {
  color: #fff;
}

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

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

.section-btn-2.block {
  color: var(--deep-sky-blue-2);
  background-color: #fff;
  display: block;
}

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

.section-btn-2.block.blue-1 {
  background-color: var(--deep-sky-blue-2);
  color: var(--white);
  margin-top: 0;
}

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

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

.acc-social {
  align-items: center;
  display: flex;
}

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

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

.footer-contact-link.black.hide {
  line-height: 36px;
}

.footer-list-menu {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.footer-list-menu.gap {
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  width: 50%;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.footer-col._2 {
  background-color: #1f1f1f;
  border-radius: 8px;
  padding: 40px;
}

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

.bold-footer.blue {
  color: var(--deep-sky-blue);
  line-height: .3;
  display: inline;
}

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

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

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

.footer-list-item.height {
  color: var(--black);
  line-height: .1;
  text-decoration: none;
}

.footer-list-item.height.no-strike {
  width: 100%;
  text-decoration: none;
}

.footer-list-item.height.hide {
  padding-top: 0;
  padding-bottom: 0;
}

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

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

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

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

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

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

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

.fa-social {
  background-color: var(--deep-sky-blue-2);
  color: #fff;
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  margin-left: 0;
  font-family: "Fa brands 400", sans-serif;
  text-decoration: none;
  transition: transform .3s cubic-bezier(.645, .045, .355, 1);
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.telephone {
  color: #fff;
}

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

.telephone.office-number.contact-type {
  color: #1d1d1d;
  text-transform: uppercase;
  padding-bottom: 5px;
  padding-left: 0;
}

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

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

.contact-page-link {
  color: var(--deep-sky-blue-2);
  text-decoration: none;
}

.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-type-title {
  color: #333;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 700;
}

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

.image {
  width: 100%;
  height: 100%;
}

.testimonials-wrapper {
  padding-top: 60px;
}

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

.site-item.flex-box {
  display: flex;
}

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

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

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

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

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

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

.text-area {
  width: 100%;
}

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

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

.text-block-2 {
  color: #fff;
  padding-left: 0;
  padding-right: 0;
  font-family: "Fa solid 900", sans-serif;
  font-size: 28px;
  display: inline-block;
}

.text-block-2.left-block {
  color: #fff;
  padding-left: 0;
}

.slider-arrow {
  background-color: #0000;
  border: 3px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.test-dec {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

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

.mask {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.test-name {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  font-style: italic;
  font-weight: 700;
}

.testemonials-section-2 {
  background-color: var(--deep-sky-blue-2);
  opacity: 1;
  border-top: 2px #8a868e3b;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

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

.services-title {
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 36px;
  font-weight: 700;
  line-height: 42px;
}

.services-title.why-us {
  text-align: left;
  margin-top: 0;
  padding-bottom: 20px;
}

.services-title.why-us._w-50 {
  width: 65%;
  padding-bottom: 10px;
  line-height: 42px;
}

.services-title.why-us._w-50.dark-text-align-center {
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.testemonials-text-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.services-underline {
  background-color: #fff;
  border-radius: 20px;
  width: 100px;
  height: 5px;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.services-underline.undrline-center {
  color: #fff;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
}

.sticky-btn {
  z-index: 100;
  background-color: var(--deep-sky-blue-2);
  color: #fff;
  margin-bottom: 10px;
  margin-left: 10px;
  padding: 10px 20px;
  text-decoration: none;
  display: none;
  position: fixed;
  inset: auto auto 0% 0%;
}

.project-4-slider {
  background-color: var(--black);
  height: 600px;
  margin-top: 40px;
  margin-bottom: 60px;
}

.absolute-div {
  background-color: var(--deep-sky-blue-2);
  background-image: url('../images/HH5.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.absolute-div._1 {
  background-image: url('../images/HH1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.absolute-div._2 {
  background-image: url('../images/HH2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.absolute-div._3 {
  background-image: url('../images/HH3.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.absolute-div._4 {
  background-image: url('../images/HH4.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.absolute-div._6 {
  background-image: url('../images/HH6.webp');
}

.absolute-div._7 {
  background-image: url('../images/HH7.webp');
}

.absolute-div._8 {
  background-image: url('../images/HH8.webp');
}

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

.absolute-div._10 {
  background-image: url('../images/HH10.webp');
}

.absolute-div._11 {
  background-image: url('../images/HH11.webp');
}

.absolute-div._12 {
  background-image: url('../images/HH12.webp');
}

.absolute-div._13 {
  background-image: url('../images/HH13.webp');
}

.absolute-div._14 {
  background-image: url('../images/HH14.webp');
}

.absolute-div._15 {
  background-image: url('../images/HH15.webp');
}

.absolute-div._16 {
  background-image: url('../images/HH16.webp');
}

.absolute-div._17 {
  background-image: url('../images/1.webp');
}

.absolute-div._18 {
  background-image: url('../images/2.webp');
}

.absolute-div._19 {
  background-image: url('../images/3.webp');
}

.absolute-div._20 {
  background-image: url('../images/4.webp');
}

.absolute-div._21 {
  background-image: url('../images/5.webp');
}

.absolute-div._22 {
  background-image: url('../images/6.webp');
}

.absolute-div._23 {
  background-image: url('../images/7.webp');
}

.absolute-div._24 {
  background-image: url('../images/12.webp');
}

.absolute-div._25 {
  background-image: url('../images/8.webp');
}

.absolute-div._26 {
  background-image: url('../images/9.webp');
}

.absolute-div._27 {
  background-image: url('../images/10.webp');
}

.absolute-div._28 {
  background-image: url('../images/11.webp');
}

.absolute-div._29 {
  background-image: url('../images/13.webp');
}

.image-26, .image-7 {
  height: 600px;
}

.right-arrow-2 {
  background-color: var(--deep-sky-blue-2);
  color: #c4a16c;
  transition: background-color .2s;
}

.right-arrow-2:hover {
  background-color: var(--deep-sky-blue);
  color: #c4a16c;
}

.icon-5 {
  color: #fff;
}

.text-block-3 {
  text-transform: uppercase;
  border-bottom: 1px solid #000;
  margin-top: 60px;
  padding-bottom: 40px;
  font-size: 28px;
  font-weight: 400;
}

.heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
}

.split-gallery {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-top: 50px;
  display: grid;
}

.lb-img {
  width: 100%;
}

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

.lb-title {
  background-color: var(--deep-sky-blue);
  color: var(--white);
  text-transform: uppercase;
  padding: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.text-span {
  color: var(--black);
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 0;
  font-family: "Fa solid 900", sans-serif;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.blue-section {
  background-color: var(--deep-sky-blue);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.bold-text {
  font-size: 40px;
  font-weight: 600;
}

.text-span-2 {
  color: var(--deep-sky-blue);
  font-weight: 700;
}

.div-block {
  background-image: url('../images/lock_roofing_contractors_logo-removebg-preview.webp');
  background-position: 50%;
  background-size: cover;
}

.img-2, .image-27 {
  width: 250px;
}

.div-block-2 {
  flex-flow: column;
  width: 29%;
  display: flex;
}

.div-block-2.long {
  flex-flow: column;
  width: 100%;
}

.contact-pic {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: flex-start center;
  display: flex;
}

.image-28, .image-29 {
  width: 200px;
}

.text-block-4 {
  color: var(--mid-gray);
}

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

.div-block-3 {
  flex-flow: column;
  padding-left: 20px;
  display: flex;
}

.div-block-3.hide {
  justify-content: flex-end;
  align-items: flex-start;
  text-decoration: none;
}

.bold-text-3 {
  color: var(--deep-sky-blue);
  padding-right: 5px;
}

.div-block-4 {
  padding-left: 20px;
}

.div-block-4.hide {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.div-block-5 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.div-block-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  margin-left: 20px;
  margin-right: 20px;
  padding-bottom: 5px;
  display: block;
}

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

.img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  min-height: 350px;
}

.img.gridimg {
  min-height: 200px;
}

.img.gridimg.grid5 {
  background-image: url('../images/lock11.webp');
  background-position: 100%;
}

.img.gridimg.grid6 {
  background-image: url('../images/lock1.webp');
}

.img.gridimg.grid9 {
  background-image: url('../images/lock16.webp');
}

.img.gridimg.grid7 {
  background-image: url('../images/lock12.webp');
}

.img.gridimg.grid2 {
  background-image: url('../images/lock17.webp');
}

.img.gridimg.grid4 {
  background-image: url('../images/lock4.webp');
  background-position: 87%;
}

.img.gridimg.grid1 {
  background-image: url('../images/lock8.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
}

.img.gridimg.grid3 {
  background-image: url('../images/lock10.webp');
  background-position: 50%;
}

.img.gridimg.grid8 {
  background-image: url('../images/lock14.webp');
  background-position: 50% 73%;
}

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

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

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

.code-embed {
  width: 100%;
}

.live-chat-top-text {
  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: flex;
  position: fixed;
  inset: auto 0% 0% auto;
}

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

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

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

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

.chat-section {
  background-color: var(--deep-sky-blue);
  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;
  background-color: var(--deep-sky-blue);
  cursor: pointer;
  border: 1px solid #ffffff4d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  transition: all .3s cubic-bezier(.45, .182, .111, .989);
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
}

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

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

.livechat-button {
  background-color: var(--deep-sky-blue-2);
  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(--deep-sky-blue);
}

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

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

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

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

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

@media screen and (max-width: 991px) {
  .top-tel-link {
    font-weight: 700;
  }

  .co-logo {
    width: 150px;
  }

  .call-link, .need-help {
    font-size: 1em;
  }

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

  .top-div-block {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: none;
  }

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

  .top-contact-div.hide {
    display: none;
  }

  .top-section {
    flex-flow: row;
    display: flex;
  }

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

  .top-email {
    display: block;
  }

  .top-email.line {
    width: 100%;
  }

  .nav-menu {
    background-color: #222;
  }

  .text-block {
    text-align: center;
    margin-left: auto;
  }

  .dl-anim {
    margin-left: auto;
  }

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

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

  .dropdown {
    width: 100%;
  }

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

  .dropdown-link {
    text-align: center;
    padding-right: 20px;
  }

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

  .navbar {
    width: 100%;
  }

  .nav-link {
    text-align: center;
    border-bottom-width: 0;
    padding-top: 25px;
    padding-bottom: 25px;
  }

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

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

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

  .slider-overlay-div {
    width: 100%;
  }

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

  .slider-text-div {
    width: 90%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

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

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

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

  .l-2-content {
    width: 100%;
    min-height: 350px;
    margin-bottom: 20px;
  }

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

  .l-2-content.h {
    background-position: 50% 0;
    background-size: contain;
    min-height: 250px;
  }

  .l-2-content.fr-4, .l-2-content.fr-5, .l-2-content.fr6, .l-2-content.fr7 {
    min-height: 350px;
  }

  .l-2-content.roof-2 {
    place-items: center start;
  }

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

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

  .section-btn {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .body-div {
    width: 90%;
  }

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

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

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

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

  .footer-contact-link.black.hide {
    display: none;
  }

  .footer-list-menu {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .footer-list-menu.gap {
    width: auto;
  }

  .footer-col.footer-map {
    height: 350px;
  }

  .bold-footer.blue.hide {
    display: none;
  }

  .footer-list-item.height.hide {
    flex: 0 auto;
    display: none;
  }

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

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

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

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

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

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

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

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

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

  .test-dec {
    font-size: 1em;
  }

  .test-name {
    font-weight: 500;
  }

  .services-title {
    margin-top: 0;
  }

  .services-title.why-us._w-50 {
    width: 100%;
  }

  .sticky-btn {
    display: inline-block;
  }

  .project-4-slider {
    height: 400px;
  }

  .right-arrow-2 {
    display: none;
  }

  .div-block-2 {
    flex-flow: column;
    display: none;
  }

  .div-block-3 {
    justify-content: center;
    align-items: center;
  }

  .bold-text-3 {
    display: block;
  }

  .div-block-4 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-5 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

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

@media screen and (max-width: 767px) {
  .co-logo {
    width: 100px;
    max-width: 300px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .need-help {
    font-size: 1em;
  }

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

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

  .co-logo-link {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

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

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

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

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

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

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

  .container-3 {
    width: 90%;
  }

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

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

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

  .footer-col.footer-map {
    min-height: 400px;
  }

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

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

  .container {
    width: 90%;
  }

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

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

  .section-1-with-image {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

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

  .slider-arrow {
    bottom: -50%;
  }

  .mask {
    width: 100%;
  }

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

  .services-title {
    text-align: left;
  }

  .services-title.why-us._w-50 {
    width: 100%;
  }

  .services-title.why-us._w-50.dark-text-align-center {
    font-size: 2.5em;
  }

  .project-4-slider {
    height: 300px;
  }

  .absolute-div {
    justify-content: center;
  }

  .lb-title {
    justify-content: center;
    align-items: center;
    min-height: 65px;
    font-size: 16px;
    line-height: 22px;
    display: flex;
  }

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

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

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

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

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

  .contact-pic {
    margin-top: 10px;
  }
}

@media screen and (max-width: 479px) {
  .top-tel-link {
    width: auto;
    font-size: 22px;
  }

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

  .co-logo.gap {
    width: 150px;
    margin-top: 0;
  }

  .need-help {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 1em;
  }

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

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

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

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

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

  .top-email.no {
    width: 90%;
    display: flex;
  }

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

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

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

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

  .slider-overlay-div {
    height: 100%;
  }

  .slider-heading {
    font-size: 2.8em;
    line-height: 31px;
  }

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

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

  .slider-text-div {
    justify-content: center;
    width: 100%;
    max-width: 100%;
    height: auto;
    padding: 30px 20px;
  }

  .image-section {
    height: auto;
    min-height: auto;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

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

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

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

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

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

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

  .l-2-content.h {
    min-height: 250px;
    margin-bottom: 0;
  }

  .l-2-content.fr-4, .l-2-content.fr-5, .l-2-content.fr6, .l-2-content.fr7 {
    min-height: 250px;
  }

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

  .section-btn {
    margin-top: 20px;
    margin-bottom: 20px;
  }

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

  .l-1-content._100 {
    position: relative;
    top: -104px;
  }

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

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

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

  .mid-heading.blue-heading {
    font-size: 1.5rem;
  }

  .mid-text {
    width: 80%;
  }

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

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

  .h2 {
    font-size: 28px;
  }

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

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

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

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

  .small-sec-heading-3.max-wdith-70 {
    width: 100%;
    font-size: 1.5em;
  }

  .small-sec-heading-3.max-wdith-70.h3-white {
    font-size: 1em;
  }

  .section-btn-2.block.blue-1.hide {
    display: none;
  }

  .footer-col.footer-map {
    height: 300px;
    min-height: 250px;
  }

  .footer-col._2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-list-item {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .footer-list-item.height.no-strike {
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    display: flex;
  }

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

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

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

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

  .gallery-wrapper {
    padding-top: 40px;
  }

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

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

  .site-map-bullet.areas-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-left: 0;
    display: flex;
  }

  .slider-arrow {
    margin-top: auto;
    margin-bottom: 0;
    position: absolute;
    bottom: -95px;
  }

  .test-dec {
    padding-left: 0;
    padding-right: 10px;
    font-size: 14px;
  }

  .mask {
    width: 100%;
  }

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

  .services-title.why-us._w-50 {
    padding-right: 0;
  }

  .services-title.why-us._w-50.dark-text-align-center {
    font-size: 2em;
  }

  .sticky-btn {
    left: 21%;
  }

  .project-4-slider {
    height: 375px;
  }

  .absolute-div {
    display: flex;
  }

  .absolute-div._1 {
    background-color: var(--deep-sky-blue-2);
  }

  .image-26, .image-7 {
    height: auto;
  }

  .right-arrow-2 {
    display: none;
  }

  .slide-nav-3 {
    margin-bottom: 40px;
    display: none;
  }

  .text-block-3 {
    line-height: 36px;
  }

  .split-gallery {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    margin-top: 30px;
  }

  .lb-title {
    min-height: auto;
  }

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

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

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

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

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

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

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

  .bold-text {
    font-size: 30px;
    line-height: 23px;
  }

  .text-block-4 {
    flex-flow: column;
    display: flex;
  }

  .div-block-3.hide, .div-block-4.hide {
    display: none;
  }

  .div-block-5 {
    flex-flow: column;
    width: 100%;
  }

  .div-block-6 {
    margin-left: 0;
    margin-right: 0;
  }

  .img-grid {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

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

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

  .livechat-button {
    width: 90%;
  }
}

#w-node-da2e9baf-ed4c-f178-cf2c-2e6310a03f92-ab5771ae, #w-node-da2e9baf-ed4c-f178-cf2c-2e6310a03f9a-ab5771ae, #w-node-da2e9baf-ed4c-f178-cf2c-2e6310a03fa2-ab5771ae, #w-node-da2e9baf-ed4c-f178-cf2c-2e6310a03faa-ab5771ae, #w-node-_85e01953-63f2-b679-e518-00514165b278-ab5771ae, #w-node-_94e0c753-3320-05d5-641e-d0683c9b2f31-ab5771ae {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aaecdf9d-b343-0790-1b6c-0356bae24c11-bc51a8f4 {
  align-self: stretch;
}

#w-node-aaecdf9d-b343-0790-1b6c-0356bae24c83-bc51a8f4, #w-node-_190f4624-5fc9-b6cb-a95f-87f979ec8013-bc51a8f4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}


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