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

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

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

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

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

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

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

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

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

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

:root {
  --white: white;
  --black: #000;
  --primary: #5f91c4;
  --secondary: #0078b5;
  --mid-grey\<deleted\|variable-f61a06a9\>: #7e7e7e;
  --dim-grey\<deleted\|variable-341a7e94\>: #4c4a4b;
  --50-grey: #7e7e7e80;
  --window-blue: #92b6db;
}

.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 {
  background-color: var(--white);
  color: var(--black);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

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

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

.announcement-barn-link {
  color: #f7f7f2;
  align-items: center;
  font-weight: 300;
  text-decoration: none;
  display: flex;
}

.announcement-barn-link.trust {
  align-items: center;
  padding-top: 5px;
  padding-left: 10px;
}

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

.trust-pilot {
  align-items: stretch;
  text-decoration: none;
  display: flex;
}

.social-icon-link {
  background-color: var(--white);
  color: var(--black);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  margin-right: 10px;
  font-family: "Brands 400", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.social-icon-link:hover {
  background-color: var(--white);
  color: var(--primary);
  transform: scale(1.05);
}

.get-in-touch-link {
  border: 1px solid var(--white);
  color: var(--white);
  text-transform: uppercase;
  padding: 6px 17px;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s;
}

.get-in-touch-link:hover {
  background-color: var(--white);
  color: var(--black);
}

.top-div {
  justify-content: space-between;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.top-socials-div {
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.top-socials-div.auto-m {
  margin-left: auto;
  margin-right: auto;
}

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

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

.ripple.dropdown {
  background-color: var(--primary);
  right: -20%;
}

.ripple.black {
  background-color: var(--black);
}

.call-us-today-link {
  display: none;
}

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

.co-logo {
  background-color: #0000;
  padding-bottom: 0;
}

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

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

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

.dropdown-link:hover {
  border-bottom-style: solid;
  padding-left: 30px;
}

.dropdown-link.w--current {
  background-color: var(--black);
}

.dropdown-link.lst {
  border-bottom-style: none;
  border-bottom-color: #f7f7f200;
}

.navbar {
  background-color: #0000;
}

.dd-img {
  z-index: 1;
  object-fit: cover;
  border-radius: 50px;
  flex: none;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  position: relative;
}

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

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

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

.dropdown-toggle {
  text-transform: uppercase;
  align-items: center;
  margin-right: 0;
  padding: 10px 30px 10px 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  transition: all .2s;
  display: flex;
}

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

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

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

.nav-container {
  justify-content: space-between;
  align-items: center;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0;
  display: flex;
}

.nav-section {
  z-index: 10;
  background-color: var(--secondary);
  border-bottom: 1px #5e5e5e;
  padding-top: 10px;
  padding-bottom: 10px;
  position: sticky;
  top: 0;
  box-shadow: 0 1px 3px #0003;
}

.nav-section.header-section.nav-verticle {
  background-color: var(--secondary);
  flex-direction: column;
  padding-top: 10px;
  padding-bottom: 10px;
}

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

.nav-link {
  color: var(--black);
  text-transform: uppercase;
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  transition: all .2s;
}

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

.nav-link.w--current {
  color: #212121;
  background-color: #0000;
  font-size: 14px;
}

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

.mobile-block.lig-text {
  cursor: pointer;
  transition: all .2s ease-in-out;
}

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

.top-link {
  color: var(--black);
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.hero-slider {
  background-color: var(--white);
  min-height: 500px;
}

.slide-1 {
  background-image: url('../images/217022228.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

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

.svs-box-img {
  background-image: url('../images/AdobeStock_507329791.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 280px;
  text-decoration: none;
  display: flex;
}

.svs-box-img._3 {
  background-image: url('../images/AdobeStock_632106168.webp');
}

.svs-box-img._5 {
  background-image: url('../images/AdobeStock_254841021.webp');
}

.svs-box-img._2 {
  background-image: url('../images/AdobeStock_210222532.webp');
}

.svs-box-img._4 {
  background-image: url('../images/door-1363646641.webp');
}

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

.service-box-section {
  z-index: 1;
  justify-content: space-around;
  align-items: center;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.svs-box-div {
  height: 290px;
  transition: all .4s;
}

.svs-box-div:hover {
  transform: translate(0, -30px);
}

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

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

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

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

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

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

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

.white-section._0b {
  padding-bottom: 0;
}

._2-column-div {
  justify-content: space-between;
  align-items: stretch;
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

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

.button-text {
  z-index: 1;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  position: relative;
}

.button-text.call {
  color: var(--black);
  width: 100%;
  height: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all .2s;
}

.button-text.call:hover {
  color: var(--white);
}

.button {
  z-index: 1;
  border: 1px solid var(--black);
  background-color: var(--black);
  color: var(--white);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 200px;
  margin-right: 20px;
  padding: 15px 0;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.button.call {
  border: 1px solid var(--primary);
  background-color: var(--white);
  padding-top: 0;
  padding-bottom: 0;
}

.button.call:hover {
  background-color: var(--secondary);
  color: var(--white);
}

.button.m-auto {
  border: 1px solid var(--white);
  background-color: var(--mid-grey\<deleted\|variable-f61a06a9\>);
}

.button.black {
  background-color: #000;
  transition: all .2s;
}

.button.black:hover {
  transform: scale(1.1);
}

.button.white {
  border: 1px solid var(--black);
  background-color: var(--white);
  color: var(--black);
}

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

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

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

.p.white.paddingtop {
  margin-top: 20px;
}

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

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

.p._0b {
  margin-bottom: 0;
}

.left-div {
  width: 48%;
  margin-right: 20px;
  transition: all .2s;
}

.left-div._w-100 {
  width: 100%;
}

.left-div._w-100.center-all {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.img-div {
  z-index: 1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  width: 54%;
  position: relative;
}

.img-div.home {
  background-image: url('../images/517468265.webp');
  width: 54%;
  height: auto;
}

.img-div.emerg {
  background-image: url('../images/AdobeStock_269553751.webp');
}

.img-div.doors {
  background-image: url('../images/AdobeStock_186671588.webp');
}

.img-div.doors-em {
  background-image: url('../images/AdobeStock_82500557.jpeg');
}

.img-div.svs {
  background-image: url('../images/AdobeStock_44113108.webp');
}

.img-div.upvc {
  background-image: url('../images/325746852.webp');
}

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

.large-p-block {
  background-color: var(--white);
  margin-left: 40px;
  margin-right: 40px;
  padding: 40px;
  box-shadow: 2px 2px 3px 1px #0003;
}

.h2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
}

.h2.white {
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 0;
  padding-bottom: 0;
  font-size: 32px;
  line-height: 36px;
}

.h2.white-bold {
  color: var(--white);
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 700;
  line-height: 36px;
}

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

.lrg-img-div {
  background-image: url('../images/AdobeStock_574038964.jpeg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  justify-content: space-between;
  align-items: stretch;
  width: 60%;
  height: 100%;
  min-height: 800px;
  display: flex;
}

.lrg-img-div.home {
  background-image: url('../images/325746852.webp');
  background-position: 0%;
}

.lrg-img-div.emerg {
  background-image: url('../images/AdobeStock_91424961.webp');
}

.lrg-img-div.doors {
  background-image: url('../images/AdobeStock_958711269.webp');
}

.left-arrow {
  background-color: var(--secondary);
  color: var(--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  font-weight: 300;
  transition: all .3s ease-in-out;
  display: flex;
  inset: auto 100px -15% auto;
  overflow: hidden;
}

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

.text-block-2 {
  flex: none;
  margin-top: 0;
  font-family: "Fa Regular 400", sans-serif;
  font-size: 26px;
  font-weight: 400;
  display: block;
  position: static;
  inset: 0%;
}

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

.customer-title {
  color: var(--white);
  font-size: 18px;
  font-weight: 700;
}

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

.h2-title {
  color: var(--black);
  text-transform: uppercase;
  margin: 0 10px;
  font-size: 40px;
  font-weight: 300;
}

.h2-title.white {
  color: var(--white);
  line-height: 40px;
}

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

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

.quote-symbol {
  color: var(--white);
  justify-content: flex-end;
  margin-left: auto;
  padding-bottom: 0;
  font-family: "Fa solid 900", sans-serif;
  font-size: 90px;
  line-height: 1;
  display: flex;
  position: relative;
}

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

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

.right-arrow {
  background-color: var(--secondary);
  color: var(--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-left: 100px;
  transition: all .3s ease-in-out;
  display: flex;
  inset: auto 0 -15% auto;
}

.right-arrow:hover {
  background-color: var(--primary);
  transform: scale(.95);
}

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

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

.underline.testemonials-underline.orange {
  background-color: var(--primary);
  width: 30%;
  position: absolute;
  top: 0;
}

.underline.testemonials-underline.gray {
  background-color: var(--secondary);
  width: 100%;
}

.block-quote {
  color: var(--white);
  border-left-style: none;
  margin-bottom: 0;
  padding: 0;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 28px;
}

.text-line {
  background-color: var(--primary);
  width: 40px;
  height: 2px;
  margin-bottom: 20px;
}

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

.text-line._0b {
  margin-bottom: 0;
}

.text-line._10r {
  margin-right: 10px;
}

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

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

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

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

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

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

.h2-div._30b {
  margin-bottom: 30px;
}

.h2-div.split {
  justify-content: space-between;
}

.slide {
  height: auto;
  padding: 15px;
}

.testimonial-slider {
  background-color: #0000;
  height: auto;
  position: static;
}

.customer-img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  min-width: 80px;
  min-height: 80px;
  margin-right: 10px;
}

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

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

.gradient-section.bg-white.p-white {
  background-color: #f7f7f2;
}

.gradient-section.solid-bg {
  background-color: var(--dim-grey\<deleted\|variable-341a7e94\>);
}

.grid-image-large-div {
  background-image: url('../images/conservatory-finished.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  height: 600px;
}

.grid-image-large-div.emerge {
  background-image: url('../images/AdobeStock_571120804.jpeg');
}

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

.grey-dividing-line {
  background-color: var(--black);
  height: 1px;
  margin-top: 60px;
  margin-bottom: 60px;
}

.grey-dividing-line.line-odd {
  background-color: #f7f7f236;
}

.grid-image-div {
  background-image: url('../images/517468265.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
}

.grid-image-div._2 {
  background-image: url('../images/172461958.webp');
}

.grid-image-div.emerge {
  background-image: url('../images/AdobeStock_137928995.jpeg');
}

.grid-image-div.emerge._1 {
  background-image: url('../images/AdobeStock_387172972.jpeg');
}

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

.works-image-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 30px;
  display: grid;
}

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

.works-title {
  background-color: var(--secondary);
  color: var(--black);
  text-transform: uppercase;
  padding: 15px 30px;
  font-weight: 300;
  display: inline-block;
}

.works {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 450px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: inset 0 0 60px #15162300;
}

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

.cta-text-contact {
  color: #212121;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
}

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

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

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

.contact-info-block.last {
  margin-bottom: 0;
}

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

.cta-link.address {
  max-width: 350px;
}

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

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

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

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

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

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

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

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

.h3-text {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 26px;
  font-weight: 700;
  line-height: 34px;
}

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

.h3-text.sm-h3.white-h3 {
  color: var(--white);
  line-height: 28px;
}

.h3-div {
  background-color: var(--secondary);
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding: 40px;
  display: flex;
}

.heading-3-section {
  background-color: var(--primary);
  justify-content: space-between;
  padding: 0;
  display: flex;
}

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

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

.heading-3-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  min-height: 400px;
  display: flex;
}

.h3-img {
  background-image: url('../images/510527212.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
}

.instagram {
  margin-bottom: 0;
}

.bottom-logo {
  margin-left: auto;
  margin-right: auto;
}

.footer-logo-link {
  display: flex;
}

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

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

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

.list._3col {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-columns: 1fr 1fr 1fr;
}

.list._2col {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-columns: 1fr 1fr;
}

.list._2col.white, .list.white {
  color: var(--white);
}

.fb-div {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 85%;
  margin-top: 40px;
  display: flex;
}

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

.bottom-title {
  color: var(--secondary);
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 18px;
  font-weight: 700;
}

.footer-contact-link {
  color: var(--white);
  padding-left: 5px;
  padding-right: 5px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s ease-in-out;
}

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

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

.footer-nav-item:hover {
  color: #ffce07;
}

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

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

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

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

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

.bottom-link.nolink {
  text-align: center;
  cursor: auto;
  justify-content: center;
  align-items: center;
}

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

.bottom-box {
  border: 1px solid var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 34%;
  padding: 60px;
  display: flex;
}

.bottom-box._1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 60px;
}

.bottom-box._1.border-edit {
  border-left-style: solid;
  border-right-style: solid;
  justify-content: flex-start;
}

.bottom-box._2 {
  border-left-width: 0;
  border-right-width: 0;
  justify-content: flex-start;
  align-items: center;
}

.bottom-box._3 {
  justify-content: flex-start;
  align-items: center;
}

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

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

.bottom-boxes {
  justify-content: space-around;
  width: 100%;
  display: flex;
}

.footer-text {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 0;
  display: flex;
}

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

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

.google-maps {
  background-color: #f7f7f2;
}

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

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

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

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

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

.contact-content {
  background-color: var(--mid-grey\<deleted\|variable-f61a06a9\>);
  text-align: left;
  border-radius: 8px;
  width: 100%;
  padding: 30px;
  transition: all .3s ease-in-out;
  box-shadow: -1px 1px 3px #00000045;
}

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

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

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

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

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

.telephone {
  color: #fff;
}

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

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

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

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

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

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

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

.ripple-2 {
  z-index: 0;
  background-color: var(--dim-grey\<deleted\|variable-341a7e94\>);
  border-radius: 100%;
  width: 700px;
  height: 500px;
  position: absolute;
  inset: -200% -27% auto auto;
}

.ripple-2.gallery-btn-ripple {
  background-color: #c0c1af;
}

.ripple-2.gallery-btn-ripple.enquiry {
  background-color: var(--dim-grey\<deleted\|variable-341a7e94\>);
  width: 540px;
}

.h1-light {
  color: #5f5f51;
  font-weight: 400;
}

.primary-btn-2 {
  z-index: 1;
  background-color: var(--mid-grey\<deleted\|variable-f61a06a9\>);
  color: var(--white);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 200px;
  margin-top: 30px;
  padding: 15px 0;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.primary-btn-2.gallery-btn {
  background-color: #0000;
  border: 1px solid #c0c1af;
}

.primary-btn-2.gallery-btn.m-center {
  margin-top: 60px;
  margin-right: auto;
}

.primary-btn-2.gallery-btn.m-center.enquiry {
  background-color: var(--mid-grey\<deleted\|variable-f61a06a9\>);
  width: 240px;
}

.list-default {
  padding-left: 10px;
}

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

.list-item-2 {
  align-items: center;
  padding-top: 0;
  padding-bottom: 10px;
  transition: padding .3s;
  display: flex;
}

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

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

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

.service-block._w-img.m-bottom-40._100 {
  width: 100%;
  display: block;
}

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

.h3-service-text {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 10px;
}

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

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

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

.lb-img {
  width: 100%;
}

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

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

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

.trust-reviews {
  margin-bottom: 0;
  padding-top: 20px;
}

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

.chat-block {
  background-color: var(--white);
  border-radius: 8px;
  width: 100%;
  padding: 15px;
}

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

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

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

.livechat-button:hover {
  background-color: var(--dim-grey\<deleted\|variable-341a7e94\>);
}

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

.whatsapp-container:hover {
  background-color: var(--secondary);
  transform: scale(1.05);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.side-social:hover {
  background-color: var(--white);
  color: var(--black);
}

.side-social.brand {
  font-family: "Brands 400", Arial, sans-serif;
}

.side-links-div {
  z-index: 5;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: fixed;
  top: 200px;
  left: auto;
  right: 0%;
}

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

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

.dd-icon {
  margin-right: 10px;
}

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

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

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

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

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

.fs-cc-banner_text {
  color: var(--black);
  margin-right: 24px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: var(--50-grey);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

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

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

.fs-cc-banner_button.fs-cc-button-alt {
  border-color: var(--black);
  background-color: var(--white);
  color: var(--black);
}

.fs-cc-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_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 20px;
  height: 20px;
}

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

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

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

.lottie {
  justify-content: center;
  align-items: center;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.lottie-div {
  padding-top: 10px;
}

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

.button-container {
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.grey-section {
  background-color: var(--primary);
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.h3-title {
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
}

.form-div {
  flex-direction: column;
  justify-content: flex-start;
  width: 60%;
  padding: 20px;
  display: flex;
  box-shadow: 0 2px 4px #0003;
}

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

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

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

.dd-text {
  z-index: 1;
  color: var(--white);
  position: relative;
}

.faq-dropdown {
  border: 1px solid var(--secondary);
  width: 100%;
}

.faq-toggle {
  width: 100%;
}

.faq-tabs, .tabs {
  flex-flow: column;
  display: flex;
}

.tab1 {
  background-color: var(--50-grey);
  padding: 40px;
}

.tab2 {
  background-color: var(--primary);
  padding: 40px;
}

.tab3 {
  background-color: var(--secondary);
  padding: 40px;
}

.tab-dropdown {
  border-bottom: 1px solid var(--secondary);
  width: 100%;
}

.tab-toggle {
  width: 100%;
}

.tab-dropdown-container.w--open {
  background-color: var(--secondary);
  padding: 20px;
  position: relative;
}

.faq-div {
  border-style: solid;
  border-width: 1px 1px 0;
  border-color: var(--secondary);
  width: 100%;
}

.tab-text {
  margin-bottom: 0;
}

.icon-2 {
  display: none;
}

.slide3 {
  background-image: url('../images/325746852.webp');
  background-position: 50%;
  background-size: cover;
}

.image-2 {
  width: 32px;
  height: 32px;
}

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

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

.bullet-img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.hero-div {
  z-index: 3;
  filter: drop-shadow(0 10px 7px #000000b3);
  color: var(--white);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--black);
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  inset: 0%;
}

.hero-div.home {
  position: absolute;
}

.text-block-3 {
  color: var(--white);
  text-align: left;
  -webkit-text-stroke-width: 0px;
  margin-right: 0;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 90px;
  line-height: 85px;
  position: static;
}

.text-block-3.rightpad {
  margin-right: 100px;
}

.text-block-3.smaller {
  text-align: center;
}

.text-block-3.medium.padding {
  margin-right: 0;
}

.fensa-img {
  margin-top: 20px;
}

.image-3 {
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.blue-section {
  background-color: var(--primary);
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

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

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

.blue-section._0b {
  padding-bottom: 0;
}

.subheading {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 700;
}

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

.grid-2 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  grid-template-rows: auto;
}

.grid-div {
  background-color: var(--window-blue);
  border: 3px solid #000;
  padding: 15px;
}

.h4 {
  font-size: 20px;
  font-weight: 500;
}

.dropdown-toggle-2 {
  width: 100%;
  min-width: 100%;
}

.hero {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  min-height: 400px;
  display: flex;
}

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

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

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

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

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

.hero.doors2 {
  background-image: url('../images/AdobeStock1_662925972.webp');
  justify-content: center;
  align-items: center;
}

.hero.site-map {
  background-image: linear-gradient(#00000080, #00000080), url('../images/AdobeStock_23304295.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: auto;
}

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

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

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

.hero-div {
  position: relative;
}

.new-div {
  position: relative;
  inset: 0%;
}

.doors-grid {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  grid-template-rows: auto;
}

.h3 {
  font-size: 20px;
}

.steps-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 60px;
}

.steps-div {
  border: 1px solid var(--window-blue);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 20px 20px;
  display: flex;
}

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

.ripple-3 {
  z-index: 0;
  color: #fff;
  background-color: #fb6f28;
  border-radius: 100%;
  width: 700px;
  height: 500px;
  position: absolute;
  inset: -200% -60% auto auto;
}

.bullet-heading-2 {
  text-align: left;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  display: flex;
}

.list-item-3 {
  width: 100%;
}

.grey-underline-2 {
  background-color: #00517ccf;
  border-radius: 0;
  width: 80px;
  height: 4px;
  margin-bottom: 30px;
}

.button-2 {
  z-index: 1;
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 200px;
  margin-right: 20px;
  padding: 15px 0;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.large-p-block-2 {
  background-color: #fff;
  width: 90%;
  max-width: 1400px;
  margin-top: 0;
  margin-left: 40px;
  margin-right: 40px;
  padding: 40px;
  box-shadow: 0 0 3px 3px #0000001a;
}

.large-p-block-2.sitemap {
  margin-top: 20px;
}

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

.heading {
  margin-top: 0;
}

.number {
  background-color: var(--secondary);
  color: var(--white);
  text-align: left;
  border-radius: 505px;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  margin-top: -24px;
  margin-bottom: 20px;
  margin-left: -41px;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  display: flex;
}

.svs-div {
  border: 4px solid var(--primary);
  padding: 15px;
}

.image-4 {
  margin-right: 20px;
}

.image-5 {
  width: 50%;
}

.lightbox-link {
  width: 200px;
}

.gallery-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1400px;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
  display: grid;
}

.lightboxx-img {
  object-fit: cover;
  width: 100%;
  height: 350px;
}

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

  .who-made-comment {
    position: relative;
  }

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

  .mask, .testimonial-slider {
    width: 100%;
  }

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

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

  .whatsapp-chat {
    display: none;
  }

  .text-block-3.medium.padding {
    margin-right: 0;
  }

  .hero.doors2 {
    justify-content: center;
    align-items: center;
  }
}

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

  .top-section {
    display: none;
  }

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

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

  .ripple.dropdown {
    min-width: 500px;
    display: none;
  }

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

  .dropdown-link {
    background-color: var(--white);
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 10px;
    font-weight: 400;
  }

  .dropdown-link:hover {
    background-color: var(--secondary);
    color: var(--white);
    padding-left: 10px;
  }

  .navbar {
    width: 100%;
  }

  .dd-img {
    margin-right: 10px;
    display: none;
  }

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

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

  .dropdown {
    width: 100%;
  }

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

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

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

  .nav-container {
    width: 100%;
    padding-left: 15px;
    padding-right: 10px;
  }

  .nav-section, .nav-section.header-section.nav-verticle {
    padding-bottom: 0;
  }

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

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

  .nav-link:hover {
    background-color: var(--secondary);
    color: var(--white);
  }

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

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

  .menu-button {
    border-radius: 10px;
  }

  .menu-button.w--open {
    background-color: var(--primary);
  }

  .hero-slider {
    height: 500px;
    min-height: auto;
  }

  .svs-box-img {
    height: 160px;
  }

  .svs-box-div {
    height: auto;
  }

  .svs-box-container {
    grid-column-gap: 10px;
    grid-row-gap: 70px;
    grid-template-columns: 1fr 1fr;
  }

  .white-section {
    padding-bottom: 0;
  }

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

  .grey-underline {
    display: none;
  }

  .img {
    height: 450px;
  }

  .left-div {
    width: 90%;
    padding-bottom: 30px;
  }

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

  .pinned-div {
    width: 90%;
    position: static;
  }

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

  .h2.white {
    margin-left: 0;
  }

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

  .lrg-img-div {
    width: 90%;
    min-height: 450px;
  }

  .left-arrow {
    inset: auto auto -15% 2.5%;
  }

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

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

  .quote-symbol {
    font-size: 60px;
  }

  .who-made-comment {
    margin-top: 20px;
  }

  .right-arrow {
    bottom: -15%;
    left: 2.5%;
    right: 0;
  }

  .block-quote {
    font-size: 16px;
  }

  .text-line, .text-line._10r {
    display: none;
  }

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

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

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

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

  .h2-div.split._30b {
    margin-bottom: 30px;
  }

  .slide {
    padding-top: 0;
    padding-bottom: 0;
  }

  .grid-image-large-div {
    height: 400px;
  }

  .grey-dividing-line {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .works-image-grid {
    grid-template-columns: 1fr;
  }

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

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

  .contact-info-block.last {
    margin-bottom: 30px;
  }

  .cta-link.address {
    max-width: 100%;
  }

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

  .left-contact {
    width: 100%;
  }

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

  .container-4 {
    width: 90%;
  }

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

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

  .h3-div {
    width: 100%;
  }

  .heading-3-section {
    flex-flow: column;
  }

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

  .h3-img {
    width: 100%;
    margin-top: 0;
  }

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

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

  .bottom-box {
    width: 100%;
    padding: 40px 20px;
  }

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

  .bottom-box._1.border-edit {
    border-top-width: 1px;
    border-bottom-width: 1px;
  }

  .bottom-box._2 {
    border-width: 0 1px;
  }

  .bottom-boxes {
    flex-direction: column;
  }

  .footer-text {
    justify-content: center;
  }

  .google-maps {
    width: 100%;
  }

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

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

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

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

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

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

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

  .service-block._w-img.flex-direction.reverse {
    flex-direction: column-reverse;
  }

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

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

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

  .whatsapp-block {
    display: flex;
  }

  .whatsapp-chat {
    display: none;
  }

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

  .side-links-div {
    top: 30%;
  }

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

  .h3-title {
    margin-bottom: 15px;
  }

  .form-div {
    width: 100%;
  }

  .form-div.right {
    width: 100%;
    margin-top: 40px;
  }

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

  .text-block-3 {
    text-align: center;
    width: 90%;
    font-size: 70px;
  }

  .blue-section {
    padding-bottom: 0;
  }

  .grid-2.bottomp {
    margin-bottom: 40px;
  }

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

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

  .grey-underline-2 {
    display: none;
  }

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

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

  .lightboxx-img {
    height: 300px;
  }
}

@media screen and (max-width: 767px) {
  .announcement-barn-link {
    font-size: 14px;
  }

  .top-div, .top-socials-div {
    grid-template-columns: 1fr;
  }

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

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

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

  .dd-img {
    margin-right: 20px;
  }

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

  .nav-section {
    z-index: 100;
    position: static;
  }

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

  .nav-link {
    width: 100%;
  }

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

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

  .hero-slider {
    height: 400px;
  }

  .service-box-section, .svs-box-container {
    display: none;
  }

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

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

  .img {
    height: 350px;
  }

  .img-div {
    height: 350px;
    margin-bottom: 0;
  }

  .img-div.upvc {
    margin-bottom: 20px;
  }

  .h2.white-bold {
    font-size: 22px;
    line-height: 32px;
  }

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

  .lrg-img-div {
    height: auto;
    min-height: 350px;
  }

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

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

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

  .quote-symbol {
    margin-left: 0;
    padding-right: 60px;
    position: static;
  }

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

  .underline {
    width: 50%;
  }

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

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

  .slide {
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-slider {
    justify-content: center;
    align-items: center;
    width: auto;
    position: static;
  }

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

  .grid-image-large-div {
    height: 350px;
  }

  .grey-dividing-line, .grey-dividing-line.line-odd {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .grid-image-div {
    height: 350px;
  }

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

  .works {
    min-width: 250px;
  }

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

  .cta-link.address {
    max-width: 330px;
  }

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

  .h3-text {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 32px;
  }

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

  .h3-div {
    width: 100%;
  }

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

  .h3-img {
    width: 100%;
  }

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

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

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

  .bottom-box {
    justify-content: flex-start;
  }

  .bottom-box._1 {
    justify-content: center;
  }

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

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

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

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

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

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

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

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

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

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

  .h3-title {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 20px;
  }

  .text-block-3 {
    font-size: 65px;
    line-height: 70px;
  }

  .blue-section {
    padding-top: 40px;
  }

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

  .lightboxx-img {
    height: 250px;
  }
}

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

  .call-us-today-link {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 14px;
  }

  .top-contact-div {
    justify-content: center;
    margin-bottom: 5px;
  }

  .co-logo-link {
    text-align: center;
  }

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

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

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

  .dd-img {
    width: 43px;
    height: 43px;
  }

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

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

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

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

  .icon {
    text-align: center;
  }

  .nav-container {
    flex-direction: column;
    padding: 0;
  }

  .nav-section {
    padding-top: 20px;
  }

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

  .nav-link {
    text-align: left;
    padding-top: 12px;
    padding-bottom: 12px;
  }

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

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

  .menu-div-2 {
    text-align: center;
    width: 100%;
    margin-top: 15px;
  }

  .menu-button {
    border-radius: 0;
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
    display: flex;
  }

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

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

  .hero-slider {
    z-index: 0;
    height: 250px;
    display: block;
  }

  .service-box-section {
    display: none;
  }

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

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

  ._2-column-div {
    text-align: left;
  }

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

  .button {
    width: 100%;
    margin-right: 0;
  }

  .button.call {
    margin-top: 20px;
  }

  .button.m-auto {
    margin-top: 10px;
  }

  .button.white {
    margin-top: 15px;
    margin-right: 0;
  }

  .img {
    height: 250px;
  }

  .p {
    width: 100%;
  }

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

  .p._30b {
    margin-bottom: 20px;
  }

  .left-div {
    text-align: left;
    width: 90%;
  }

  .img-div {
    height: 250px;
  }

  .img-div.svs {
    margin-bottom: 20px;
  }

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

  .large-p-block {
    box-shadow: none;
    background-color: #0000;
    width: 100%;
    margin-bottom: 30px;
    padding: 0;
  }

  .h2 {
    font-size: 24px;
  }

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

  .h2.white-bold {
    font-size: 18px;
    line-height: 28px;
  }

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

  .lrg-img-div {
    border-radius: 4px;
    min-height: 250px;
  }

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

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

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

  .testimonial-content-everything {
    width: 100%;
    padding-right: 0;
  }

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

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

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

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

  .quote-symbol {
    padding-bottom: 10px;
    padding-right: 0;
    font-size: 32px;
  }

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

  .underline {
    width: 30%;
  }

  .block-quote {
    font-size: 16px;
  }

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

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

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

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

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

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

  .slide {
    padding: 0;
  }

  .customer-img {
    min-width: 60px;
    min-height: 60px;
  }

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

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

  .grid-image-large-div {
    height: 250px;
  }

  .grey-dividing-line {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .grid-image-div {
    height: 250px;
  }

  .grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .works-image-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-bottom: 20px;
  }

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

  .works {
    min-height: 250px;
  }

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

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

  .contact-info-block.last {
    margin-bottom: 20px;
  }

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

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

  .git-icon {
    font-size: 1em;
    display: none;
  }

  .h3-text {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 24px;
  }

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

  .h3-div {
    padding: 30px 20px;
  }

  .bottom-logo {
    width: 170px;
  }

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

  .body-div {
    width: 90%;
  }

  .list {
    text-align: center;
  }

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

  .fb-div {
    width: 100%;
    margin-top: 0;
  }

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

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

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

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

  .bottom-box {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .bottom-box._1 {
    border-width: 1px;
    border-bottom-style: solid;
    padding-top: 30px;
    padding-bottom: 30px;
  }

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

  .bottom-boxes {
    flex-direction: column;
    align-items: center;
  }

  .footer-text {
    padding-bottom: 30px;
  }

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

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

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

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

  .list-item-2:hover {
    padding-left: 0;
  }

  .h3-service-text {
    padding-left: 0;
    font-weight: 300;
  }

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

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

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

  .livechat-button {
    width: 90%;
  }

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

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

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

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

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

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

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

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

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

  .button-container {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .h3-title {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 24px;
  }

  .form-div {
    box-shadow: none;
    padding: 0;
  }

  .form-div.right {
    margin-top: 10px;
    padding: 0;
  }

  .text-block-3 {
    text-align: center;
    width: 90%;
    font-size: 50px;
    line-height: 50px;
  }

  .text-block-3.rightpad {
    margin-right: 0;
  }

  .text-block-3.smaller {
    text-align: center;
    width: 90%;
    font-size: 30px;
    line-height: 45px;
  }

  .text-block-3.medium {
    font-size: 40px;
    line-height: 45px;
  }

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

  .subheading.see-more {
    margin-bottom: 20px;
  }

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

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

  .hero {
    min-height: 300px;
  }

  .hero.contact {
    background-image: linear-gradient(#00000080, #00000080), url('../images/AdobeStock_299795280.webp');
    background-position: 0 0, 15% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    justify-content: center;
    align-items: center;
  }

  .hero.doors2 {
    justify-content: center;
    align-items: center;
  }

  .doors-grid, .steps-grid {
    grid-template-columns: 1fr;
  }

  .list-2 {
    text-align: center;
  }

  .ripple-3 {
    right: -40%;
  }

  .list-item-3 {
    padding-right: 20px;
  }

  .grey-underline-2 {
    margin-bottom: 20px;
  }

  .button-2 {
    width: 100%;
    margin-right: 0;
  }

  .large-p-block-2 {
    box-shadow: none;
    background-color: #0000;
    margin-bottom: 30px;
    padding: 0;
  }

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

  .number {
    justify-content: center;
    align-items: center;
    margin-left: -31px;
  }

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

  .lightboxx-img {
    height: 180px;
  }
}

#w-node-_9b5f3926-56e9-80a9-d8d6-c5e410323bf4-fd0f9122 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-f1e35af5-c465-03f9-49d0-85cd105f9b2e-fd0f9122, #w-node-f1e35af5-c465-03f9-49d0-85cd105f9b3b-fd0f9122, #w-node-f1e35af5-c465-03f9-49d0-85cd105f9b44-fd0f9122, #w-node-_3522c928-2f15-3b39-4044-956c646eb42b-fd0f9122 {
  align-self: center;
}

#w-node-_1b01dc3b-51b0-79d8-fe6a-1e50a1e0255f-efde57e8, #w-node-d610adc7-e330-f698-c138-de1c3b792b04-efde57e8, #w-node-_185868b6-fffd-6a16-1156-4ae2ef3e993a-efde57e8, #w-node-ce09d88c-cbcb-1787-b38b-fbd3483d2cd9-efde57e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a98404f9-072f-2f88-d833-993941c8df6b-efde57e8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f1e35af5-c465-03f9-49d0-85cd105f9b2e-efde57e8, #w-node-f1e35af5-c465-03f9-49d0-85cd105f9b3b-efde57e8, #w-node-f1e35af5-c465-03f9-49d0-85cd105f9b44-efde57e8, #w-node-_3522c928-2f15-3b39-4044-956c646eb42b-efde57e8, #w-node-f1e35af5-c465-03f9-49d0-85cd105f9b2e-01388113, #w-node-f1e35af5-c465-03f9-49d0-85cd105f9b3b-01388113, #w-node-f1e35af5-c465-03f9-49d0-85cd105f9b44-01388113, #w-node-_3522c928-2f15-3b39-4044-956c646eb42b-01388113, #w-node-f1e35af5-c465-03f9-49d0-85cd105f9b2e-0d595987, #w-node-f1e35af5-c465-03f9-49d0-85cd105f9b3b-0d595987, #w-node-f1e35af5-c465-03f9-49d0-85cd105f9b44-0d595987, #w-node-_3522c928-2f15-3b39-4044-956c646eb42b-0d595987 {
  align-self: center;
}

#w-node-_9b5f3926-56e9-80a9-d8d6-c5e410323bf4-43529b6f {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-f1e35af5-c465-03f9-49d0-85cd105f9b2e-43529b6f, #w-node-f1e35af5-c465-03f9-49d0-85cd105f9b3b-43529b6f, #w-node-f1e35af5-c465-03f9-49d0-85cd105f9b44-43529b6f, #w-node-_3522c928-2f15-3b39-4044-956c646eb42b-43529b6f, #w-node-f1e35af5-c465-03f9-49d0-85cd105f9b2e-5da6c504, #w-node-f1e35af5-c465-03f9-49d0-85cd105f9b3b-5da6c504, #w-node-f1e35af5-c465-03f9-49d0-85cd105f9b44-5da6c504, #w-node-_3522c928-2f15-3b39-4044-956c646eb42b-5da6c504, #w-node-f1e35af5-c465-03f9-49d0-85cd105f9b2e-3785de3a, #w-node-f1e35af5-c465-03f9-49d0-85cd105f9b3b-3785de3a, #w-node-f1e35af5-c465-03f9-49d0-85cd105f9b44-3785de3a, #w-node-_3522c928-2f15-3b39-4044-956c646eb42b-3785de3a, #w-node-f1e35af5-c465-03f9-49d0-85cd105f9b2e-6a9de337, #w-node-f1e35af5-c465-03f9-49d0-85cd105f9b3b-6a9de337, #w-node-f1e35af5-c465-03f9-49d0-85cd105f9b44-6a9de337, #w-node-_3522c928-2f15-3b39-4044-956c646eb42b-6a9de337, #w-node-f1e35af5-c465-03f9-49d0-85cd105f9b2e-5cbe12ba, #w-node-f1e35af5-c465-03f9-49d0-85cd105f9b3b-5cbe12ba, #w-node-f1e35af5-c465-03f9-49d0-85cd105f9b44-5cbe12ba, #w-node-_3522c928-2f15-3b39-4044-956c646eb42b-5cbe12ba {
  align-self: center;
}

@media screen and (max-width: 767px) {
  #w-node-_9b5f3926-56e9-80a9-d8d6-c5e410323bf4-fd0f9122, #w-node-_9b5f3926-56e9-80a9-d8d6-c5e410323bf5-fd0f9122, #w-node-_9b5f3926-56e9-80a9-d8d6-c5e410323bf6-fd0f9122 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a98404f9-072f-2f88-d833-993941c8df6b-efde57e8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9b5f3926-56e9-80a9-d8d6-c5e410323bf4-43529b6f, #w-node-_9b5f3926-56e9-80a9-d8d6-c5e410323bf5-43529b6f, #w-node-_9b5f3926-56e9-80a9-d8d6-c5e410323bf6-43529b6f {
    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'), url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Duotone 900';
  src: url('../fonts/fa-duotone-900.ttf') format('truetype'), url('../fonts/fa-duotone-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype'), url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Regular 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 300';
  src: url('../fonts/fa-light-300.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Sharp 300';
  src: url('../fonts/fa-sharp-light-300.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 100';
  src: url('../fonts/fa-thin-100.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Sharp Solid 900';
  src: url('../fonts/fa-sharp-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Brands 400';
  src: url('../fonts/Brands-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}