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

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

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

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

@font-face {
  font-family: "Fa 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 {
  --black: #231f20;
  --white: white;
  --silver: #44c8f5;
  --steel-blue: #0274a9;
  --dim-grey: #333133;
  --black-2: black;
}

.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(--black);
  color: var(--white);
  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: var(--white);
  align-items: center;
  text-decoration: none;
  display: flex;
}

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

.announcement-barn-link.test {
  color: var(--white);
  font-weight: 400;
}

.announcement-bar {
  z-index: 1;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;
  position: sticky;
}

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

.fa-social {
  background-color: var(--silver);
  color: #f7f7f2;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 34px;
  min-width: 34px;
  height: 34px;
  min-height: 34px;
  margin-right: 10px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.fa-social:hover {
  color: #1e1f1e;
  background-color: #f7f7f2;
  transform: scale(1.1);
}

.fa-social.fixed {
  background-color: var(--silver);
  color: var(--white);
  border: 2px solid #fff;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
}

.fa-social.fixed:hover {
  background-color: var(--steel-blue);
  color: #fff;
}

.fa-social.tel {
  background-color: var(--silver);
  color: var(--white);
  border: 2px solid #fff;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: "Fa 400", sans-serif;
  font-size: 18px;
}

.fa-social.tel:hover {
  background-color: var(--steel-blue);
  color: #fff;
}

.quote-btn {
  color: var(--white);
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #44c8f580;
  padding: 8px 20px;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
}

.quote-btn:hover {
  color: #1e1f1e;
  background-color: #f7f7f2;
}

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

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

.contact-ann-block.auto-m {
  margin-left: auto;
  margin-right: auto;
}

.contact-ann-block.fixed {
  z-index: 26;
  flex-direction: column;
  justify-content: flex-start;
  position: fixed;
  inset: 35% 0% auto auto;
}

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

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

.ripple.dl-btn {
  background-color: #33313333;
  right: -10%;
}

.ripple.call {
  background-color: var(--steel-blue);
  color: var(--white);
  width: 565px;
}

.ripple.gallery-btn-ripple {
  background-color: var(--steel-blue);
}

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

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

.logo-2 {
  padding-bottom: 0;
}

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

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

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

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

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

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

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

.dl-link-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;
  background-color: var(--silver);
  border-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 250px;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 0;
}

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

.dropdown {
  margin-left: 3px;
  margin-right: 3px;
}

.drop-down-icon {
  margin: auto 0 auto 6px;
  font-size: 1.05em;
  position: relative;
}

.nav-link-text {
  margin-left: 0;
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
}

.dl-menu.w--open {
  background-color: #212121;
  border-radius: 0;
  margin-top: 36px;
  margin-left: 0;
  overflow: hidden;
}

.dropdown-toggle {
  color: var(--white);
  text-transform: uppercase;
  align-items: center;
  margin-left: 3px;
  margin-right: 3px;
  padding: 10px 8px;
  transition: all .3s;
  display: flex;
}

.dropdown-toggle:hover {
  background-color: var(--steel-blue);
  border-radius: 10px;
}

.font-icon-2 {
  color: #fff;
  border-right: 0 solid #f7f7f224;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 20px;
  margin-right: 5px;
  font-family: "Fa 300", sans-serif;
  font-size: 16px;
  line-height: 1;
  display: flex;
}

.font-icon-2.icon {
  color: var(--white);
  border-right-style: none;
  width: 20px;
  margin-right: 10px;
}

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

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

.section-2.header-section {
  z-index: 2147483647;
}

.section-2.header-section.nav-verticle {
  z-index: 100;
  background-color: var(--silver);
  flex-direction: column;
  padding-top: 10px;
  padding-bottom: 10px;
}

.dl-link-2 {
  z-index: 1;
  color: #f7f7f2;
  flex: none;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  transition: all .2s ease-in-out;
  position: relative;
}

.menu-link {
  color: var(--white);
  text-transform: uppercase;
  margin-left: 3px;
  margin-right: 3px;
  padding: 10px 8px;
  font-size: 14px;
  line-height: 22px;
  transition: all .3s ease-in-out;
}

.menu-link:hover {
  background-color: var(--steel-blue);
  border-bottom: 1px #f7f7f2;
  border-radius: 10px;
}

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

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

.mobile-block.lig-text {
  color: #212121;
  cursor: pointer;
  width: 100%;
  font-weight: 400;
  transition: all .2s ease-in-out;
}

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

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

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

.hero-mask {
  height: 680px;
}

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

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

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

.img-link.drive {
  background-image: url('../images/drive-fb-4.webp');
}

.img-link.fence {
  background-image: url('../images/drive-fb-41.webp');
  background-position: 50% 0;
}

.img-link.resin {
  background-image: url('../images/drive-fb-25.webp');
  background-position: 50%;
}

.img-link.paving {
  background-image: url('../images/drive-fb-36.webp');
  background-position: 50% 60%;
}

.box-link {
  z-index: 1;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 65px;
  padding: 10px;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
}

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

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

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

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

.h1 {
  color: var(--silver);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
}

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

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

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

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

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

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

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

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

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

.btn-text {
  z-index: 1;
  text-align: center;
  text-transform: uppercase;
  position: relative;
}

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

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

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

.primary-btn.gallery-btn.m-center {
  border-color: var(--white);
  background-color: var(--silver);
  color: var(--white);
  margin-top: 60px;
  margin-right: auto;
}

.primary-btn.m-auto {
  background-color: var(--silver);
  transition: all .3s ease-in-out;
}

.primary-btn.m-auto:hover {
  transform: scale(1.1);
}

.primary-btn.blue {
  color: var(--black);
  border: 1px solid #000;
}

.primary-btn.blue.white {
  background-color: #fff;
}

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

.img.drive {
  background-image: url('../images/drive-fb-25.webp');
}

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

.img.new {
  background-image: url('../images/NewWhatsApp-Image-2025-10-11-at-17.02.36_afe9366c.webp');
}

.img.fencing, .img.fence2 {
  background-image: url('../images/drive-fb-26.webp');
  background-position: 50% 0;
}

.img.resin {
  background-image: url('../images/drive-fb-25.webp');
}

.img.resin2 {
  background-image: url('../images/drive_331881902.webp');
  background-position: 50% 100%;
}

.img.resin3 {
  background-image: url('../images/drive_77642852.webp');
  background-position: 50% 100%;
}

.img.pave {
  background-image: url('../images/Path1.webp');
  background-position: 50% 40%;
}

.img.pave2 {
  background-image: url('../images/PHOTO-2023-10-11-20-42-23.webp');
  background-position: 50%;
}

.p {
  color: var(--white);
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 26px;
}

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

.p.centre._20b {
  margin-bottom: 20px;
}

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

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

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

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

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

.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: 48%;
  position: relative;
}

.img-div.home {
  background-image: url('../images/NewWhatsApp-Image-2025-10-11-at-17.02.36_e0892e28.webp');
}

.img-div.paving {
  background-image: url('../images/PHOTO-2023-10-11-20-42-09.webp');
  background-position: 50% 25%;
}

.img-div.drive {
  background-image: url('../images/Driveway-_-Path.webp');
  background-position: 50%;
}

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

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

.h2 {
  color: var(--silver);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 400;
  line-height: 42px;
}

.h2.white {
  color: var(--white);
  margin-bottom: 0;
  margin-left: 10px;
  font-size: 28px;
  font-weight: 700;
  line-height: 38px;
}

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

.h2.white.lg-text.edit-padding {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  padding-bottom: 0;
  padding-right: 0;
  font-size: 28px;
  font-weight: 600;
}

.left-arrow {
  background-color: var(--black);
  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(--silver);
  transform: scale(.95);
}

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

.testimonials, .testimonials.projects {
  background-color: var(--dim-grey);
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.testemonials-slider {
  border-left: 1px #c0c1af24;
  padding-left: 20px;
  padding-right: 20px;
  position: static;
}

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

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

.title-as-section {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 10px;
  font-size: 40px;
  font-weight: 300;
  line-height: 50px;
}

.title-as-section.lg-text {
  text-shadow: 2px 2px 3px #00000080;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

.title-as-section.lg-text.black {
  color: #343817;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 44px;
  line-height: 1.3;
}

.title-as-section.lg-text.black.h2-style {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.title-as-section.lg-text.black {
  color: #343817;
  font-size: 44px;
  line-height: 1.3;
}

.title-as-section.lg-text.black.h2-style {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 30px;
  line-height: 40px;
}

.title-as-section._0t {
  text-shadow: 2px 2px 3px #00000080;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

.title-as-section._0t.black {
  color: #343817;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 44px;
  line-height: 1.3;
}

.title-as-section._0t.black.h2-style {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.title-as-section._0t.black {
  color: #343817;
  font-size: 44px;
  line-height: 1.3;
}

.title-as-section._0t.black.h2-style {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 30px;
  line-height: 40px;
}

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

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

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

.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(--white);
  width: 30%;
  position: absolute;
  top: 0;
}

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

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

.light-text-line {
  background-color: var(--silver);
  width: 40px;
  height: 2px;
}

.light-text-line.dark-line {
  background-color: var(--steel-blue);
}

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

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

.heading-top-title {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 30px;
  padding-bottom: 0;
  display: flex;
}

.heading-top-title.flex0 {
  width: 100%;
  margin-bottom: 60px;
}

.heading-top-title.m-bottom-30 {
  justify-content: center;
  margin-bottom: 30px;
}

.heading-top-title.m-bottom-30.align-left {
  justify-content: flex-start;
}

.heading-top-title._10b {
  margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

.grey-content-section.solid-bg {
  background-color: var(--dim-grey);
}

.grid-img-lrg {
  background-image: url('../images/ndrive7.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  height: 450px;
}

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

.double-p-block.centre {
  display: flex;
}

.grey-dividing-line {
  background-color: #5f5f5163;
  height: 1px;
  margin-top: 60px;
  margin-bottom: 60px;
}

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

.grid-image-div {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
}

.grid-image-div._1 {
  background-image: url('../images/NewWhatsApp-Image-2025-10-11-at-17.02.36_1c87a443.webp');
}

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

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

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

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

.works-texxt-lable {
  background-color: var(--silver);
  color: var(--white);
  text-transform: uppercase;
  padding: 15px 30px;
  display: inline-block;
  position: absolute;
  inset: 40px auto auto 0;
}

.work {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  align-items: flex-end;
  min-height: 500px;
  padding: 20px;
  transition: all .3s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 60px #15162300;
}

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

.work._1 {
  background-image: url('../images/NewWhatsApp-Image-2025-10-11-at-17.02.36_e0892e28.webp');
}

.work._2 {
  background-image: url('../images/ndrive8.webp');
}

.work._3 {
  background-image: url('../images/NewWhatsApp-Image-2025-10-11-at-17.02.37_c630e3ab.webp');
}

.cta-text-contact {
  color: var(--black);
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
}

.contact-info-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #231f204d;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.75fr;
  grid-auto-columns: 1fr;
  margin-bottom: 20px;
  padding: 0 0 20px;
  transition: box-shadow .2s cubic-bezier(.455, .03, .515, .955);
  display: grid;
}

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

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

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

.contact-form-wrapper {
  margin-top: 0;
}

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

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

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

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

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

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

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

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

.icon-2 {
  background-color: var(--black);
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  font-family: "Fa 300", sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.cta-text {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-decoration: none;
}

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

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

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

.heading-3-section {
  background-color: var(--dim-grey);
  padding: 0;
}

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

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

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

.h3-img {
  background-image: url('../images/ndrive5.webp');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  min-height: 250px;
}

.foooter-logo {
  width: 100%;
  margin-bottom: 30px;
}

.footer-brand {
  width: 100%;
  display: flex;
}

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

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

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

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

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

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

.footer-contact-link {
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
}

.footer-nav-item {
  color: #fff;
  cursor: pointer;
  padding-top: 5px;
  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 {
  cursor: auto;
}

.text-span-4 {
  color: var(--silver);
  border: 1px solid #fff9;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  padding: 10px;
  font-family: "Fa 300", sans-serif;
  font-size: 24px;
  font-weight: 300;
  display: flex;
}

.contact-link {
  color: var(--white);
  cursor: pointer;
  font-size: 16px;
  text-decoration: none;
  transition: all .2s;
}

.footerlinks {
  color: var(--silver);
  text-align: center;
  letter-spacing: -.25px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.footer-info-div {
  border: 1px solid #ffffff4d;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 34%;
  padding: 60px;
  display: flex;
}

.footer-info-div._1 {
  border-width: 1px 0;
  border-color: #ffffff4d #c0c1af24;
  border-left-style: none;
  border-right-style: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 60px;
}

.footer-info-div._1.border-edit {
  border-left-style: solid;
  border-right-style: solid;
}

.footer-info-div.centre {
  justify-content: center;
}

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

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

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

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

.default-list {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 0;
  list-style: none;
}

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

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

.h3-text-list {
  color: var(--white);
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  display: flex;
}

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

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

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

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

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

.areas-list-item.areas-list-flex {
  border-bottom: 1px solid #5f5f511f;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  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(--silver);
  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: #1d1d1d;
  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 300", sans-serif;
  font-size: 28px;
  line-height: 1.5;
  text-decoration: none;
  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%;
  margin-top: 30px;
  display: grid;
}

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

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

.ripple-2.gallery-btn-ripple.enquiry {
  background-color: var(--steel-blue);
  width: 540px;
}

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

.primary-btn-2 {
  z-index: 1;
  background-color: var(--silver);
  color: #f7f7f2;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 220px;
  margin-top: 30px;
  padding: 15px 10px;
  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 {
  border-color: var(--white);
  background-color: var(--silver);
  width: 260px;
  margin-top: 30px;
}

.primary-btn-2.centre {
  margin-left: auto;
  margin-right: auto;
}

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

.bullet-text {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.bullet-text.flex {
  align-items: center;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
}

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

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

.bullet-list._2col._0b {
  margin-bottom: 0;
}

.bullet-list._2col.lrg-left {
  grid-template-columns: 1.5fr 1fr;
}

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

.list-items {
  align-items: center;
  transition: padding .3s;
  display: flex;
}

.service-block.box-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-top: 40px;
  margin-bottom: 0;
  display: grid;
}

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

.service-block.box-img.m-bottom-40.flex-best, .service-block.box-img.flex-direction.reverse {
  margin-top: 30px;
}

.service-block.box-img._40b {
  margin-bottom: 40px;
}

.service-block.box-img.ot {
  margin-top: 0;
}

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

.h3-service-text.m-none {
  margin-bottom: 0;
  padding-left: 10px;
  font-size: 22px;
}

.h3-service-text.h3-light {
  color: #f7f7f2;
}

.h3-service-text.h3-light.m-none.h224 {
  color: var(--white);
  font-size: 24px;
}

.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;
  margin-top: 40px;
  display: none;
}

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

.content-section-2.p-white {
  background-color: #f7f7f2;
}

.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: 5px;
  padding-bottom: 5px;
}

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

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

.click-to-call {
  z-index: 27;
  position: fixed;
  inset: auto auto 0% 0%;
}

.div-block-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  display: flex;
}

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

.lottie-animation {
  width: 130px;
  height: 130px;
}

.click-to-call-2 {
  z-index: 27;
  position: fixed;
  inset: auto auto 0% 0%;
}

.hyperlink {
  color: var(--silver);
  font-weight: 700;
  text-decoration: underline;
}

.hyperlink._5r {
  margin-right: 5px;
}

.img-bullet-section {
  background-image: url('../images/garden_427476485.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.black-div {
  background-color: #231f20e6;
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px;
  box-shadow: 4px 4px 10px #00000080;
}

.strapline {
  background-image: linear-gradient(to bottom, var(--steel-blue) 30%, var(--silver) 50%, var(--silver) 80%, var(--steel-blue));
  color: var(--silver);
  text-align: center;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  border-top: 1px solid #ffffff4d;
  margin-top: 60px;
  margin-bottom: 0;
  padding-top: 40px;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

.strapline._40t {
  margin-top: 40px;
}

.slide-nav-4 {
  padding-bottom: 90px;
  display: none;
  position: absolute;
}

.right-arrow-3 {
  background-color: var(--black);
  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-3:hover {
  background-color: var(--silver);
  transform: scale(.95);
}

.bullet-link {
  color: var(--white);
  align-items: center;
  text-decoration: none;
  display: flex;
}

.bullet-link.horiz {
  display: block;
}

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

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

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

.light-grey-section.solid-bg {
  background-color: var(--dim-grey);
}

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

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

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

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

.testimonial {
  border: 1px solid var(--silver);
  background-color: var(--dim-grey);
  color: var(--white);
  margin-bottom: 0;
  padding: 40px;
  font-size: 16px;
  line-height: 26px;
}

.testimonial.centre {
  text-align: center;
}

.testimonial.centre._20b {
  margin-bottom: 20px;
}

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

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

.testimonial._40t {
  margin-top: 0;
}

.checkatrade {
  width: 200px;
  margin-top: 20px;
}

.google-reviews {
  margin-bottom: 40px;
}

.checkatrade-logo {
  z-index: 1;
  background-color: var(--silver);
  color: #f7f7f2;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 280px;
  margin-top: 30px;
  padding: 15px 10px;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
}

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

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

.checkatrade-logo.gallery-btn.m-center.enquiry {
  border-color: var(--white);
  background-color: var(--silver);
  width: 260px;
  margin-top: 30px;
}

.checkatrade-logo.centre {
  margin-left: auto;
  margin-right: auto;
}

.h3-sub {
  color: var(--white);
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.h3-sub.centre {
  text-align: center;
}

.h3-sub.centre._20b {
  margin-bottom: 20px;
}

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

.h3-sub._0b {
  margin-bottom: 0;
}

.lightbox-link-9 {
  display: flex;
}

.gallery-wrapper-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch;
  place-items: center;
  padding-top: 0;
  display: grid;
}

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

.tabs {
  margin-top: 20px;
  margin-bottom: 20px;
}

.lightbox-link-5 {
  display: flex;
}

.image-2 {
  object-fit: cover;
  width: 100%;
  min-height: 400px;
  transition: all .5s;
  display: block;
}

.image-2:hover {
  outline-offset: -17px;
  outline: 3px solid #009fe2;
}

.lightbox-link {
  flex-direction: row;
  justify-content: space-around;
  align-items: stretch;
  width: 100%;
  min-height: 300px;
  display: block;
}

.tabs-menu {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  display: grid;
}

.tab-link {
  color: #fff;
  letter-spacing: 0;
  background-color: #0000;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-right: 20px;
  padding: 0 10px;
  font-size: 23px;
  font-weight: 600;
  line-height: 34px;
  transition: all .3s ease-in-out;
  display: flex;
}

.tab-link:hover {
  color: #fff;
}

.tab-link.w--current {
  color: var(--silver);
  background-color: #111;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.tab-link-text {
  text-align: center;
  width: 100%;
  padding: 7px;
  font-size: 15px;
  line-height: 26px;
  transition: all .2s;
}

.tab-link-text:hover {
  color: #009fe2;
}

.scale {
  display: flex;
}

.img-slider {
  margin-top: 40px;
}

.tab-pane-building-services {
  color: var(--white);
}

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

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

.fs-cc-banner_close-icon {
  color: var(--black-2);
  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: #0009;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

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

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

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

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

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

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

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

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

.fs-cc-prefs_button {
  border: 2px solid var(--steel-blue);
  background-color: var(--steel-blue);
  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(--dim-grey);
  color: var(--dim-grey);
  background-color: #fff;
}

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

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

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

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

.fs-cc-prefs_close-icon {
  color: var(--steel-blue);
  width: 16px;
  height: 16px;
}

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

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

.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(--dim-grey);
  margin-right: 24px;
}

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

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

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

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

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

.fs-cc-banner_text-link {
  border-bottom: 2px solid var(--steel-blue);
  color: var(--steel-blue);
  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;
  box-shadow: 0 2px 4px #0000004d;
}

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

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

.cookies-icon {
  width: 32px;
  min-width: 32px;
  height: 32px;
  min-height: 32px;
}

.google-link {
  margin-right: 10px;
}

.google-5-stars {
  width: 150px;
}

.review-link {
  margin-right: 10px;
}

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

.bold-text, .bold-text-2, .bold-text-3, .bold-text-4, .bold-text-5 {
  color: var(--silver);
}

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

  .testemonials-slider {
    position: static;
  }

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

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

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

  .container-6 {
    max-width: 1800px;
  }

  .image-2 {
    width: 100%;
    height: 325px;
  }
}

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

  .announcement-bar {
    display: flex;
  }

  .fa-social.fixed {
    margin-top: 0;
    margin-bottom: 0;
  }

  .fa-social.fixed.reduce {
    margin-bottom: 0;
  }

  .fa-social.tel {
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .contact-ann-block {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
  }

  .contact-ann-block.fixed {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 35%;
    margin-bottom: 0%;
    inset: 0% 0% auto auto;
  }

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

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

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

  .navbar-2 {
    width: 100%;
  }

  .dl-link-img {
    margin-right: 10px;
  }

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

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

  .dropdown {
    width: 100%;
  }

  .drop-down-icon {
    margin-right: 10px;
  }

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

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

  .dropdown-toggle:hover {
    background-color: var(--silver);
    color: var(--white);
    border-radius: 0;
  }

  .font-icon-2.icon {
    font-weight: 300;
  }

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

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

  .dl-link-2 {
    color: var(--white);
    border-bottom: 1px #aaaaaa1c;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
  }

  .menu-link {
    color: #212121;
    text-align: left;
    border-bottom-color: #00000017;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 18px 10px;
    position: static;
  }

  .menu-link:hover {
    background-color: var(--silver);
    color: var(--white);
    border-radius: 0;
  }

  .menu-link.w--current {
    background-color: var(--steel-blue);
    color: var(--white);
  }

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

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

  .menu-button-2 {
    background-color: #5f5f5117;
    border-radius: 9px;
  }

  .menu-button-2:hover {
    background-color: var(--steel-blue);
  }

  .menu-button-2.w--open {
    color: #5e5e5e;
    text-align: right;
    background-color: #ebebeb;
  }

  .hero-mask {
    height: 500px;
  }

  .img-link, .menu-button-div {
    height: 180px;
  }

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

  .h1 {
    font-size: 32px;
  }

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

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

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

  .img {
    min-height: 400px;
  }

  .img.new {
    min-height: 410px;
  }

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

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

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

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

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

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

  .testemonials-slider {
    padding-left: 0;
    padding-right: 0;
  }

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

  .title-as-section, .title-as-section.lg-text {
    margin-top: 10px;
    margin-left: 0;
  }

  .title-as-section.lg-text.black.h2-style {
    text-align: center;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 32px;
  }

  .title-as-section._0t {
    margin-top: 10px;
    margin-left: 0;
  }

  .title-as-section._0t.black.h2-style {
    text-align: center;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 32px;
  }

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

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

  .heading-top-title {
    flex-direction: column;
    align-items: flex-start;
  }

  .heading-top-title.m-bottom-30 {
    align-items: center;
  }

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

  .grid-img-lrg {
    height: 300px;
  }

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

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

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

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

  .left-contact {
    width: 100%;
  }

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

  .container-4 {
    width: 90%;
  }

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

  .h3-right {
    width: 100%;
  }

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

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

  .footer-brand.w--current {
    max-width: 300px;
  }

  .list {
    flex-direction: column;
    display: flex;
  }

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

  .footer-nav-item:hover, .contact-link:hover {
    color: var(--white);
  }

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

  .footer-info-div._1 {
    border-style: solid;
    border-width: 0 1px;
    border-color: var(--white) #ffffff4d;
    padding: 40px 20px;
  }

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

  .footer-copy-right {
    justify-content: center;
  }

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

  .google-maps {
    width: 100%;
  }

  .areas-list.areas-grid {
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 20px;
    margin-bottom: 20px;
  }

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

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

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

  .contact-page-info, .bullet-list._2col.lrg-left {
    grid-template-columns: 1fr;
  }

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

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

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

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

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

  .h3-service-text.h3-light.m-none.h224 {
    margin-top: 10px;
    padding-left: 0;
  }

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

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

  .click-to-call, .click-to-call-2 {
    width: 30%;
  }

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

  .black-div {
    width: 90%;
  }

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

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

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

  .container-6 {
    width: 90%;
  }

  .image-2 {
    min-height: 300px;
  }

  .tabs-menu {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .quote-btn {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    line-height: 20px;
  }

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

  .contact-ann-block.fixed {
    margin-top: 50%;
  }

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

  .ripple.dl-btn {
    width: 560px;
    right: -50%;
  }

  .main-block {
    width: 100%;
  }

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

  .dl-link-holder {
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 10px;
  }

  .dl-link-holder.w--current {
    padding-top: 18px;
    padding-bottom: 18px;
  }

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

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

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

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

  .dl-link-2 {
    font-size: 15px;
    line-height: 25px;
  }

  .menu-link {
    width: 100%;
  }

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

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

  .hero-mask {
    height: 400px;
  }

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

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

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

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

  .primary-btn.gallery-btn.m-center {
    margin-top: 30px;
  }

  .img {
    min-height: 350px;
  }

  .img.new {
    min-height: 300px;
  }

  .img-div {
    height: 250px;
  }

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

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

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

  .testemonials-slider {
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .title-as-section {
    font-size: 30px;
    line-height: 40px;
  }

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

  .underline {
    width: 50%;
  }

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

  .heading-top-title, .heading-top-title.flex0 {
    flex-wrap: wrap;
  }

  .heading-top-title.flex0.flex {
    flex-direction: column;
    align-items: flex-start;
  }

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

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

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

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

  .grid-img-lrg {
    height: 250px;
  }

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

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

  .work {
    min-width: 250px;
  }

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

  .h3-right {
    width: 100%;
    margin-top: 5px;
  }

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

  .h3-img {
    width: 100%;
  }

  .foooter-logo {
    max-width: 280px;
  }

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

  .footer-info-div {
    justify-content: flex-start;
  }

  .footer-info-div._1 {
    justify-content: center;
  }

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

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

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

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

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

  .click-to-call, .click-to-call-2 {
    width: 40%;
  }

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

  .black-div {
    padding: 30px;
  }

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

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

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

  .image-2 {
    min-height: 320px;
  }

  .image-2:hover {
    outline-offset: -10px;
    outline-width: 2px;
  }

  .tabs-menu {
    flex-wrap: wrap;
    justify-content: flex-start;
    display: flex;
  }

  .tab-link {
    margin-top: 15px;
    margin-right: 10px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 20px;
  }

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

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

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

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

  .announcement-barn-link.test {
    justify-content: center;
  }

  .fa-social.fixed.reduce, .fa-social.tel {
    margin-right: 0;
  }

  .quote-btn {
    display: none;
  }

  .announcement-contact-block {
    flex-flow: column;
  }

  .contact-ann-block.fixed {
    border-top: 1px solid var(--dim-grey);
    background-color: var(--black);
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-top: 100%;
    margin-bottom: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    display: flex;
    inset: auto 0% 0%;
  }

  .header-contact {
    width: 100%;
    padding-left: 0;
  }

  .main-block {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .logo-2 {
    object-fit: contain;
    width: 75%;
  }

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

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

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

  .dl-link-img {
    width: 43px;
    height: 43px;
  }

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

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

  .drop-down-icon {
    margin-right: 0;
  }

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

  .font-icon-2.icon {
    display: none;
  }

  .icon {
    text-align: center;
  }

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

  .section-2.header-section.nav-verticle {
    padding-top: 20px;
    position: relative;
  }

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

  .mobile-block.lig-text {
    text-align: center;
    justify-content: center;
    margin-right: 0;
  }

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

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

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

  .menu-button-2 {
    background-color: var(--dim-grey);
    color: var(--white);
    border-radius: 0;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

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

  .menu-button-2.w--open {
    background-color: var(--steel-blue);
    color: #fff;
    text-align: center;
    border-radius: 0;
    justify-content: center;
    align-items: center;
  }

  .hero-banner {
    display: block;
  }

  .hero-mask {
    height: 250px;
  }

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

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

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

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

  .primary-btn {
    margin-top: 0;
  }

  .primary-btn.call {
    margin-top: 10px;
  }

  .primary-btn.gallery-btn.m-center {
    margin-top: 30px;
  }

  .primary-btn.blue.white {
    margin-top: 10px;
  }

  .img, .img.new {
    min-height: 250px;
  }

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

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

  .h2.white {
    margin-top: 10px;
    margin-left: 0;
    font-size: 24px;
    line-height: 34px;
  }

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

  .left-arrow {
    width: 70px;
    height: 70px;
    margin-left: 0;
    bottom: -15%;
    right: 80px;
  }

  .testimonials {
    padding-top: 30px;
    padding-bottom: 100px;
    overflow: hidden;
  }

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

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

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

  .title-as-section {
    font-size: 24px;
    line-height: 34px;
  }

  .title-as-section.lg-text {
    margin-top: 10px;
  }

  .title-as-section.lg-text.black {
    margin-left: 5px;
    font-size: 24px;
  }

  .title-as-section.lg-text.black.h2-style {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 22px;
  }

  .title-as-section.lg-text.black {
    font-size: 24px;
  }

  .title-as-section.lg-text.black.h2-style {
    margin: 5px 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 22px;
    line-height: 29px;
  }

  .title-as-section._0t {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 10px;
    font-size: 26px;
    line-height: 36px;
  }

  .title-as-section._0t.black {
    margin-left: 5px;
    font-size: 24px;
  }

  .title-as-section._0t.black.h2-style {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 22px;
  }

  .title-as-section._0t.black {
    font-size: 24px;
  }

  .title-as-section._0t.black.h2-style {
    margin: 5px 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 22px;
    line-height: 29px;
  }

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

  .quote-symbol {
    padding-bottom: 10px;
    padding-right: 0;
    font-size: 30px;
    line-height: 20px;
  }

  .underline {
    width: 30%;
  }

  .underline.testemonials-underline.gray {
    top: 10px;
  }

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

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

  .heading-top-title {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.5fr;
    grid-auto-columns: 1fr;
    margin-bottom: 10px;
    display: flex;
  }

  .heading-top-title.flex0 {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }

  .heading-top-title.flex0.flex {
    display: block;
  }

  .heading-top-title.m-bottom-30 {
    flex-direction: column;
  }

  .heading-top-title.m-bottom-30.align-left {
    flex-direction: column;
    justify-content: center;
  }

  .slide {
    padding: 0;
  }

  .container-2.test-container {
    width: 95%;
    position: relative;
  }

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

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

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

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

  .t-wrapper._5b {
    margin-bottom: 5px;
  }

  .works-texxt-lable {
    padding: 10px 15px;
    font-size: 1em;
    top: 30px;
  }

  .work {
    min-height: 350px;
  }

  .work._1, .work._2, .work._3 {
    min-height: 250px;
  }

  .contact-info-block {
    grid-template-columns: .25fr 2.25fr;
    margin-bottom: 0;
    padding: 20px 0;
  }

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

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

  .left-contact.right {
    margin-top: 30px;
    padding: 25px;
  }

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

  .cta-text {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 26px;
  }

  .cta-text.sm-h3.white-h3 {
    font-size: 16px;
    line-height: 22px;
  }

  .h3-right {
    padding: 20px;
  }

  .foooter-logo {
    margin-bottom: 0;
  }

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

  .list {
    text-align: center;
  }

  .fb-div {
    justify-content: center;
    width: 100%;
    margin-left: 0;
  }

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

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

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

  .text-span-4 {
    width: 32px;
    height: 32px;
    margin-right: 0;
    padding: 5px;
    display: none;
  }

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

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

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

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

  .top-block {
    margin-bottom: 0;
  }

  .contact-content {
    padding: 20px;
  }

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

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

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

  .list-items:hover {
    padding-left: 0;
  }

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

  .service-block.box-img._40b {
    margin-top: 10px;
    margin-bottom: 40px;
  }

  .h3-service-text.m-none {
    text-align: center;
    padding-left: 0;
    font-size: 22px;
  }

  .h3-service-text.h3-light.m-none {
    margin-top: 5px;
  }

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

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

  .click-to-call {
    width: 45%;
  }

  .div-block-3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .click-to-call-2 {
    width: auto;
  }

  .img-bullet-section {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 0;
    padding-bottom: 30px;
  }

  .black-div {
    box-shadow: none;
    background-color: #0000;
    padding: 0;
  }

  .strapline {
    margin-top: 30px;
    padding-top: 30px;
    font-size: 20px;
    line-height: 30px;
  }

  .right-arrow-3 {
    width: 70px;
    height: 70px;
    margin-left: 0;
    bottom: -15%;
  }

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

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

  .body-div {
    width: 90%;
  }

  .testimonial {
    margin-bottom: 20px;
    padding: 20px;
  }

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

  .testimonial._40t {
    margin-top: 30px;
  }

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

  .gallery-wrapper-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .image-2 {
    min-height: 180px;
  }

  .image-2:hover {
    outline-offset: -8px;
    outline-width: 2px;
  }

  .tabs-menu {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 20px;
    display: grid;
  }

  .tab-link {
    text-align: center;
    margin-top: 0;
    margin-right: 0;
    font-size: 14px;
  }

  .tab-link-text {
    text-align: left;
    font-size: 21px;
  }

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

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

  .fs-cc-manager_component {
    bottom: 100px;
  }

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

  .google-5-stars {
    width: 140px;
  }

  .check-grid {
    flex-flow: column;
    display: flex;
  }
}

#w-node-_8a89af07-0e79-e9a8-a8d9-8512866facd4-abfd0816 {
  place-self: end;
}

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

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

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

#w-node-d192433c-c92f-ebbb-b529-ca7df7f9093c-f7f90930, #w-node-d192433c-c92f-ebbb-b529-ca7df7f90949-f7f90930, #w-node-_3748b4f8-94d6-7c49-2e77-769f1373fb3a-f7f90930, #w-node-d192433c-c92f-ebbb-b529-ca7df7f90952-f7f90930 {
  align-self: center;
}

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

#w-node-b53eee4b-3683-ea24-d326-e8edfc5f9d71-abfd081e, #w-node-_1f886925-71a2-be54-001c-26e58e725e7a-abfd081e, #w-node-_8000e17a-dae9-d80d-72bc-48d95d273296-abfd081e, #w-node-_7be8cfab-9adb-8c01-8ed0-9f71a90e1829-abfd081e, #w-node-e30bfebd-058f-a38e-b962-e85faed4ef29-abfd081e, #w-node-_3ba6c248-71b3-88d6-a069-b6c77cda554b-abfd081e, #w-node-c7bbb5a1-f769-da82-4119-4b83fed8e691-abfd081e, #w-node-bca68a2e-d384-a7ae-a639-efa9fbde8087-abfd081e, #w-node-_3017b74f-2d09-e881-435b-2871e0489f03-abfd081e, #w-node-_8b18c1fe-bc6e-f589-7ba5-c330553a98fc-abfd081e, #w-node-_05e6247d-387c-7838-1082-1e9683ef0646-abfd081e, #w-node-ad55ab00-ec83-e9be-b5a0-9ebfcf2a9416-abfd081e, #w-node-aaa14ae2-65de-f1d9-e718-87d6eca00035-abfd081e, #w-node-_72df086a-cfbb-f3eb-a265-82e276c818bd-abfd081e, #w-node-b53eee4b-3683-ea24-d326-e8edfc5f9d8d-abfd081e, #w-node-_6489532e-c607-1e5f-2353-12929738b912-abfd081e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b53eee4b-3683-ea24-d326-e8edfc5f9da5-abfd081e, #w-node-_659884c1-be17-1b31-a4f4-77b8669c9141-abfd081e, #w-node-_025c24f3-6a82-ed86-538c-0a0e9a961976-abfd081e, #w-node-_7ac8f6f1-0c11-5aa2-3680-8cd7f5ab1714-abfd081e, #w-node-ec12d019-1a23-04a6-652d-18e122ea4c36-abfd081e, #w-node-d54a7f22-e593-7157-0233-ddf84e4934e5-abfd081e, #w-node-dd45253a-8126-bc03-9bd5-c54d6ca22265-abfd081e, #w-node-_348b1011-9934-a395-e970-b708c19fb05c-abfd081e, #w-node-_274de469-d045-4074-6faa-af35abdd50a1-abfd081e, #w-node-_5d55df5c-37d5-6e32-6ff0-289f6589ecfb-abfd081e, #w-node-cfd3cc4b-016a-7c2f-c374-dbe256276f89-abfd081e, #w-node-_82b5c455-7f62-410a-ed9b-b200a84292ce-abfd081e, #w-node-_40b59253-b89b-1daf-8636-6fd1985666e4-abfd081e, #w-node-c2f0da3d-876e-b0ed-772f-b9add680ec3a-abfd081e, #w-node-_8ec24d1b-5342-e533-c0fd-d038b93e9a1e-abfd081e, #w-node-e3463eb4-e4b4-74f9-a362-7b06f65d6c73-abfd081e, #w-node-def37fea-8287-7efb-8cca-ef219b375ab7-abfd081e, #w-node-b53eee4b-3683-ea24-d326-e8edfc5f9dbf-abfd081e, #w-node-_8dc711c0-5aeb-9645-bb24-b046a65b44a3-abfd081e, #w-node-d3982646-a553-b3fc-bb5c-57733ce5ef3e-abfd081e, #w-node-_0b0134d8-b003-0e17-64c0-f97b0f8bdcdf-abfd081e, #w-node-faeb7336-13d0-d250-c4b2-b2be24990390-abfd081e, #w-node-_1c7bb338-24ea-3479-caa9-aefeb64c106c-abfd081e, #w-node-_65e8c7fc-ddce-ad93-7de4-36248f5ff544-abfd081e, #w-node-_2b830cde-80b4-3b0e-8e81-ea3999053e19-abfd081e, #w-node-c7110a27-568e-53b7-b5ae-e23815114a1a-abfd081e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-ba6dcc79-7986-430d-f963-7d5d4e153af3-abfd081e, #w-node-ba6dcc79-7986-430d-f963-7d5d4e153af5-abfd081e, #w-node-ba6dcc79-7986-430d-f963-7d5d4e153af7-abfd081e, #w-node-_00bf41cd-e2f4-f682-60f1-4566e72e7c5e-abfd081e, #w-node-_68a243a0-a4ca-cae7-0179-91a3a56db5f7-abfd081e, #w-node-_51a038b6-9a63-d238-35ba-23bcc480325d-abfd081e, #w-node-_4716ff1b-b4c5-6030-98ab-f50a3f3f6471-abfd081e, #w-node-_7398b70f-2ee3-11a4-db90-bec1cb6281d0-abfd081e, #w-node-bad514ab-6f1e-396e-69c1-30a6b5f46459-abfd081e, #w-node-_85682418-8cda-999e-9c7e-88cde108521a-abfd081e, #w-node-_8877303d-5f89-11bb-fcb3-82e02fa066a2-abfd081e, #w-node-_45099c05-261e-77ff-6d74-bd4f7945b4d6-abfd081e, #w-node-_95ae5b09-8d7f-d2aa-32ec-706667fd6329-abfd081e, #w-node-_067f0f90-9a3f-8f26-0fa2-9aede6cbfe1a-abfd081e, #w-node-_2d486689-549c-4943-8c4d-8cf757ca0eaa-abfd081e, #w-node-b4c33a25-fb83-8699-ae84-4bcf5860df60-abfd081e, #w-node-ae32e96c-d58d-a6bc-e749-fdf268e5d3d2-abfd081e, #w-node-_76088107-45e4-c25f-7b26-4e428cef4e64-abfd081e, #w-node-de3fd007-3a77-9f3f-f109-c5b4de0cf565-abfd081e, #w-node-_4d818d29-7421-da4b-9317-f3b81efbec0e-abfd081e, #w-node-c44e3472-531c-8bd1-3c3a-dd568e6702e5-abfd081e, #w-node-ec1f9d5f-1cc8-bbed-807e-76ea672c5037-abfd081e, #w-node-_046bc2a8-99bd-acb7-6e62-5938b858ccb9-abfd081e, #w-node-_0f22e9d1-61cf-3b42-0893-ab93cfaea244-abfd081e, #w-node-c430d15e-00ae-1b78-1894-4ac9ebf56fb8-abfd081e, #w-node-_5fea0f3e-1e1d-0b92-c2bb-5e94be48330d-abfd081e, #w-node-b8a20bf2-9503-8458-2f7e-08155b9600ac-abfd081e, #w-node-b99affbe-23e0-17b9-5ba5-93fe4c56632c-abfd081e, #w-node-_03ea0c72-64aa-1c00-7659-f9c9cc6cfa2c-abfd081e, #w-node-d5fef20a-e46d-45c1-9f85-2975d5a16752-abfd081e, #w-node-_0cc391d1-7a62-67f4-66b6-59b68acf9a08-abfd081e, #w-node-_30b68703-136d-d0d8-dfa9-9cf87797b9d6-abfd081e, #w-node-f57f80bf-3b3d-fcc7-d6a2-36f4a0ee543c-abfd081e, #w-node-eb1e30eb-650c-5766-e710-eff332121c93-abfd081e, #w-node-b213154d-52cd-e276-e416-2b2239837d1c-abfd081e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2edaf2c-4051-fe2e-bf49-1333c6d896cf-abfd0821, #w-node-_9b64db4d-5649-8786-1605-ac815bcd2519-90cb474b, #w-node-_9b64db4d-5649-8786-1605-ac815bcd2519-6bfd28a7, #w-node-_8e580a4b-922b-217b-e8ed-46bd4474ca68-6bfd28a7, #w-node-_9b64db4d-5649-8786-1605-ac815bcd2519-c71ed5dc {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_30545da2-8b39-f641-0b07-5f180c590a9c-abfd081d {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: auto;
  }

  #w-node-_30545da2-8b39-f641-0b07-5f180c590aaa-abfd081d {
    justify-self: auto;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_8a89af07-0e79-e9a8-a8d9-8512866facd3-abfd0816 {
    justify-self: auto;
  }

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

  #w-node-_2f3f9515-3423-dbec-c97b-d134a1a2b51b-abfd0816 {
    justify-self: auto;
  }
}

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

  #w-node-_30545da2-8b39-f641-0b07-5f180c590a9c-abfd081d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto;
  }

  #w-node-b53eee4b-3683-ea24-d326-e8edfc5f9d65-abfd081e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


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