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

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

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

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

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

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

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

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

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

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

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

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

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

:root {
  --white: white;
  --dim-grey: #595959;
  --saddle-brown-2: #704710;
  --black: black;
  --silver: #b7b5b5;
  --snow: #f5eded;
  --red: #f91818;
  --saddle-brown: #956414;
  --firebrick: #bb0606;
  --firebrick-2: #ac1313;
}

.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);
  font-family: Raleway, sans-serif;
}

.banner-header {
  width: 100%;
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex-direction: column;
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: Raleway, sans-serif;
  font-size: 51px;
  font-weight: 800;
  line-height: 56px;
  display: block;
}

.p {
  width: 100%;
  color: var(--dim-grey);
  letter-spacing: .5px;
  text-transform: none;
  margin-top: 10px;
  font-family: Raleway, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.p.ban {
  width: 65%;
  color: var(--white);
  font-weight: 500;
}

.p.center {
  text-align: center;
  font-weight: 800;
}

.body-section {
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.body-section.white {
  background-color: var(--white);
  border-top: 1px solid #ffffffa6;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
}

.container {
  flex-direction: column;
  align-items: flex-start;
  width: 92%;
  max-width: 1600px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-bg-grad {
  background-image: linear-gradient(167deg, #0009 26%, #0000), url('../images/Main-Banner.webp');
  background-position: 0 0, 0%;
  background-size: auto, cover;
  width: 100%;
  height: 100vh;
  margin-top: 0;
  padding-top: 80px;
  padding-bottom: 0;
  position: sticky;
}

.left-section {
  width: 70%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 60px;
  transition: all .2s ease-in-out;
}

.service-grid {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  margin-top: 60px;
}

.service-div {
  border-bottom: 1px solid var(--dim-grey);
  height: auto;
  padding-bottom: 20px;
}

.service-top-image {
  justify-content: flex-end;
  align-items: flex-end;
  height: auto;
  display: flex;
}

.service-number {
  color: var(--saddle-brown-2);
  margin-top: 50px;
  font-family: Raleway, sans-serif;
  font-size: 72px;
  font-weight: 700;
}

.service-box-wrapper {
  justify-content: center;
  align-items: flex-start;
  margin-top: 10px;
  display: flex;
}

.service-header {
  color: var(--dim-grey);
  text-transform: uppercase;
  margin-top: 35px;
  margin-bottom: 40px;
  margin-right: 0;
  font-family: Raleway, sans-serif;
  font-size: 36px;
  font-weight: 800;
}

.service-text {
  color: var(--dim-grey);
  margin-bottom: 0;
  font-family: Poppins;
  font-size: 1rem;
  line-height: 1.7rem;
}

.service-paragraph {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 10px;
  margin-left: 40px;
  display: flex;
}

.service-light-text {
  color: var(--black);
  text-transform: uppercase;
  font-size: 1.1rem;
  font-weight: 600;
  text-decoration: none;
  transition: color .45s ease-in-out;
}

.service-light-text:hover {
  color: var(--saddle-brown-2);
}

.left-side {
  width: 46%;
  box-shadow: -15px 17px 0 0 var(--white);
  align-self: stretch;
  align-items: stretch;
  display: flex;
}

.inner-img {
  background-image: url('../images/Renovation-of-Kitchen.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: static;
}

.inner-img.extension {
  background-image: url('../images/About.webp');
  height: 425px;
}

.inner-img.bespoje {
  background-image: url('../images/Bespoke-Brickwork.webp');
  background-position: 50% 30%;
  height: 425px;
}

.inner-img.house {
  background-image: url('../images/white-house-extension.webp');
  background-position: 50% 30%;
  height: 425px;
}

.inner-img.garden-walls {
  background-image: url('../images/new-garden-wall.webp');
  background-position: 50% 30%;
  height: 425px;
}

.inner-img.patio {
  background-image: url('../images/Garden-pathway.webp');
  background-position: 50% 100%;
  height: 425px;
}

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

.section-h1-wrapper.display-flex._40 {
  width: 100%;
  margin-top: 0;
}

.right-side {
  flex: 0 auto;
  width: 45%;
}

.right-side.content {
  width: 50%;
}

.right-side._100 {
  width: 100%;
}

.footer-col.large {
  margin-right: 60px;
}

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

.footer-copy-text {
  color: var(--silver);
  text-align: right;
  border-bottom: 1px #dfdfdf;
  padding-bottom: 0;
  font-size: 14px;
  display: inline-block;
}

.footer-link {
  color: var(--snow);
  padding-top: 0;
  padding-bottom: 0;
  font-size: 17px;
  font-weight: 300;
  line-height: 32px;
  text-decoration: none;
  transition: all .45s ease-in-out;
}

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

.footer-wrapper {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1.25fr 1.25fr 1.25fr;
  grid-auto-columns: 1fr;
  padding-bottom: 40px;
  display: grid;
}

.footer-section-title {
  color: #b7b5b5;
  margin-bottom: 20px;
  font-size: 1.35em;
  font-weight: 300;
}

.footer-section-title.white {
  color: var(--white);
  text-transform: uppercase;
  font-size: 1.8em;
}

.footer-section {
  background-color: var(--dim-grey);
  border-top: 1px solid #e0e0e080;
  padding-top: 60px;
}

.footer-copy {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: #a9a9a9;
  border-top: 1px solid #dfdfdf7a;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: .25fr .75fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: grid;
}

.footer-p {
  color: var(--snow);
  margin-bottom: 20px;
  font-size: 16.5px;
  font-weight: 300;
  line-height: 32px;
}

.header-social-media {
  display: flex;
}

.header-social-icon {
  color: var(--white);
  background-color: #0000;
  justify-content: center;
  align-items: center;
  margin-right: 28px;
  font-family: Fa6 brands;
  font-size: 1.8em;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
}

.header-social-icon:hover {
  color: var(--red);
  background-color: #0000;
}

.header-social-icon.margin-right-none {
  width: auto;
  height: auto;
  color: var(--white);
  margin-right: 28px;
  font-size: 1.8em;
}

.header-social-icon.margin-right-none:hover {
  color: var(--red);
  background-color: #0000;
}

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

.nav-cta-wrapper.margin-left-auto {
  justify-content: space-between;
  margin-right: 0;
}

.navbar-4 {
  text-align: right;
  background-color: #0000;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.logo-link {
  width: auto;
  margin-right: auto;
}

.contact-div-2 {
  justify-content: space-between;
  align-items: center;
  width: 92%;
  max-width: 1600px;
  display: flex;
}

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

.h1 {
  color: var(--white);
  text-transform: capitalize;
  margin-top: 10px;
  font-family: Raleway, sans-serif;
  font-size: 62px;
  font-weight: 700;
  line-height: 70px;
}

.h1.grey {
  color: var(--dim-grey);
  text-transform: uppercase;
  font-size: 50px;
  font-weight: 700;
  line-height: 56px;
}

.services-block-home-2 {
  z-index: 10;
  text-align: center;
  background-color: #0000;
  border: 1px #edeff3;
  border-radius: 4px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.white-section {
  background-color: var(--white);
  border-top: .5px #1b1b1b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: static;
}

.white-section.w {
  background-color: var(--white);
  padding-bottom: 60px;
}

.h3-large {
  color: #3b444d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2em;
  line-height: 1.5;
}

.h3-large.b-30 {
  color: var(--dim-grey);
  text-transform: uppercase;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Raleway, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.3;
  display: block;
}

.h3-large.h3-small {
  color: var(--dim-grey);
  text-transform: uppercase;
  align-items: stretch;
  margin-top: 20px;
  margin-bottom: 0;
  margin-left: 10px;
  font-family: Raleway, sans-serif;
  font-size: 2.3em;
  font-weight: 700;
  line-height: 1.3;
  display: block;
}

.image {
  width: 200px;
}

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

.foot-div {
  width: 90%;
  max-width: 1500px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.list-head {
  color: var(--black);
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15.5px;
  font-weight: 500;
  line-height: 20px;
  display: flex;
}

.list-head.bullet-font-icon-2 {
  margin-right: 10px;
}

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

.comments {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: none;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.comment-column {
  border: 2px solid #c61f2f;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 420.009px;
  height: 685px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  display: flex;
}

.comment-column._2 {
  border-style: solid;
  border-color: var(--dim-grey);
  width: 100%;
  height: auto;
  margin-left: 0;
  padding: 20px;
}

.bullet-font-icon-2 {
  background-color: var(--red);
  color: #fff;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-right: 0;
  font-family: Fa6 solid;
  font-size: 1em;
  font-weight: 100;
  display: flex;
}

.timeline-sub-heading-2 {
  width: 100%;
  color: var(--dim-grey);
  text-align: left;
  margin-top: 20px;
  margin-bottom: 10px;
  margin-left: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.timeline-sub-heading-2.b {
  margin-bottom: 20px;
  font-size: 18px;
}

.timeline-sub-heading-2._0t {
  margin-top: 0;
}

.arrow {
  margin-top: 5px;
  font-family: "Fa Sharp Solid 900", sans-serif;
}

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

.font-awsome {
  color: #fff;
  text-align: center;
  margin-right: 8px;
  font-family: Fa6 solid;
  font-size: 16.5px;
}

.font-awsome.email {
  color: var(--black);
  font-family: Fa6 solid;
  font-size: 16.5px;
}

.top-div-2 {
  background-color: #0000;
  justify-content: space-between;
  width: 92%;
  max-width: 1600px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-top {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

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

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

.hyperlink.w {
  box-shadow: inset 0 -2px 0 0 var(--white);
  color: var(--white);
  font-weight: 500;
}

.hyperlink.w:hover {
  box-shadow: inset 0 -100px 0 0 var(--white);
  color: var(--saddle-brown-2);
}

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

.content-section.orange {
  background-color: var(--white);
  background-image: linear-gradient(#0009, #0009), url('../images/extension-on-house.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.h3 {
  width: 80%;
  color: var(--white);
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
}

.h3.m-bottom-20 {
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 1.3rem;
  font-weight: 800;
}

.h3.black {
  width: 62%;
  color: var(--black);
  text-align: left;
  margin-top: 0;
  font-size: 29px;
  line-height: 39px;
}

.h3.black._10t {
  margin-top: 10px;
}

.h3-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1300px;
  display: flex;
}

.h3-logo {
  background-image: url('../images/logo-White.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100dvh;
  min-height: 100px;
  margin-bottom: 20px;
  display: flex;
}

.h3-logo.w--current {
  background-image: url('../images/logo-White.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  min-height: 70px;
  margin-bottom: 20px;
}

.top-links-2 {
  color: #fff;
  text-align: right;
  margin-bottom: 0;
  font-size: 16.5px;
  font-weight: 300;
  line-height: 26px;
  text-decoration: none;
  transition: color .45s ease-in-out;
}

.top-links-2:hover {
  color: var(--red);
}

.dropdown-link-2 {
  color: #fff;
  text-align: left;
  background-color: #000;
  font-size: 16.5px;
  transition: color .45s ease-in-out;
}

.dropdown-link-2:hover {
  color: var(--red);
}

.dropdown-link-2.w--current {
  color: #f9b328;
}

.service-nav {
  z-index: 100;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: static;
}

.button-fill-2 {
  color: #fdfdfd;
  background-color: #0000;
  border: 1.5px solid #fff;
  border-radius: 2px;
  margin-top: 20px;
  padding: 15px 32px;
  font-family: Poppins;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: inline-block;
}

.button-fill-2:hover {
  color: #fff;
  background-color: #f91818;
  border-width: 1.5px;
  border-color: #f91818;
}

.button-fill-2.header {
  border-color: var(--red);
  background-color: var(--red);
  color: #fff;
  margin-top: 0;
  margin-left: 0;
  padding: 10px 20px;
  font-size: 16px;
  transition-property: all;
  transition-duration: .45s;
}

.button-fill-2.header:hover {
  color: #fff;
  background-color: #0009;
  border-color: #fff;
}

.service-dropdown-arrow-2 {
  color: #fff;
}

.top-container-black-2 {
  background-color: #0000;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.service-navlink-2 {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  background-color: #0000;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16.5px;
  font-weight: 400;
  transition: all .45s ease-in-out;
}

.service-navlink-2:hover {
  color: var(--red);
}

.service-navlink-2.w--current {
  color: #f9b328;
}

.service-navlink-2.dropdown {
  padding-left: 0;
  padding-right: 0;
}

.service-nav-text-2 {
  color: #fff;
  margin-right: 18px;
  transition: all .35s ease-in-out;
}

.service-nav-text-2:hover {
  color: #ff8d1a;
}

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

.areas-we-coverr-section {
  width: 100%;
  margin-top: 20px;
}

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

.areas-list.areas-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 30px;
  display: grid;
}

.areas-list-item.areas-list-flex {
  color: var(--black);
  border-bottom: 1px solid #5f5f511f;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}

.sitemap-list {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.sitemap-link {
  color: #353535;
  margin-bottom: 20px;
  font-weight: 500;
  text-decoration: none;
}

.nav-link-text {
  color: var(--black);
  font-size: 17px;
  transition: color .45s ease-in-out;
}

.nav-link-text:hover {
  color: #ce902c;
}

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

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

.btn-underline.nav-underline.sitempa {
  background-color: #282828;
}

.btn-underline.nav-underline.display-none-underline {
  background-color: var(--white);
}

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

.btn-underline.services-underline.display-none-s {
  background-color: var(--white);
}

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

.list._3-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-left: 10px;
  display: grid;
}

.list.row-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 20px;
  margin-left: 10px;
  display: grid;
}

.list.row-3._10 {
  margin-left: 0;
}

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

.list._3row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-left: 0;
  display: grid;
}

.list._3col {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-left: 10px;
  display: grid;
}

.list-item {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 5px;
  display: flex;
}

.list-item.areas-we-coverr-section {
  color: var(--white);
  margin-top: 10px;
}

.bullet-font-icon-4 {
  background-color: var(--saddle-brown);
  color: #fff;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-right: 0;
  font-family: "Fa Duotone 900", sans-serif;
  font-size: 1em;
  font-weight: 100;
  display: flex;
}

.button-2 {
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px #fff;
  border-radius: 0;
  height: auto;
  margin-right: 12px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  transition: all .4s;
}

.button-2:hover {
  opacity: 1;
  color: #fff;
  background-color: #ac1313;
  border: 0 #0000;
  font-weight: 400;
  transform: translate(0, -1px);
}

.button-2.dark {
  background-color: var(--saddle-brown-2);
  color: #fff;
  border-style: none;
  border-color: #000;
  border-radius: 0;
  margin-top: 25px;
  margin-right: 0;
  padding: 20px 40px;
  font-family: Raleway, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 22px;
}

.button-2.dark:hover {
  background-color: var(--dim-grey);
  color: #fff;
  border-style: none;
  border-color: #53d7db;
  transform: translate(0, -6px);
}

.button-2.dark.top {
  margin-top: 10px;
  margin-left: 10px;
}

.button-2._2 {
  border-style: solid;
  border-color: var(--dim-grey);
  color: var(--dim-grey);
  background-color: #0000;
  border-radius: 0;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 0;
  padding: 20px 40px;
  font-family: Raleway, sans-serif;
  font-weight: 600;
  line-height: 22px;
  transition-duration: .45s;
  transition-timing-function: ease-in-out;
}

.button-2._2:hover {
  border-style: solid;
  border-color: var(--snow);
  background-color: var(--dim-grey);
  color: #fff;
  transform: translate(0, -6px);
}

.section {
  border-top: 1px solid #ebebeb;
  padding-top: 120px;
  padding-bottom: 120px;
  font-weight: 500;
  position: relative;
}

.section.cta {
  background-image: linear-gradient(to right, var(--white) 26%, #fff0 57%), url('../images/Main-Banner.webp');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.cta-text {
  width: 25%;
  color: var(--saddle-brown);
  margin-top: 10px;
  font-size: 16px;
  line-height: 22px;
}

.top-text {
  color: #d77474;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.top-text.cta {
  color: var(--saddle-brown);
  text-align: left;
  font-family: Raleway, sans-serif;
}

.section-tittle {
  color: #000;
  font-family: Poppins;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
}

.section-tittle.cta {
  width: 30%;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 36px;
  line-height: 46px;
}

.contact-span {
  color: var(--black);
  font-weight: 600;
  text-decoration: none;
}

.sticky_btn_call {
  z-index: 1000;
  color: #f0f6f8;
  text-align: center;
  background-color: #0000;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 125px;
  height: 80px;
  font-size: 1.9em;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 20px;
  left: -14px;
}

.sticky_btn_call:hover {
  transform: scale(.9);
}

.dl-link-holder {
  color: #f7f7f2;
  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;
}

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

.dl-link-holder.w--current {
  background-color: #5f5f51;
}

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

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

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

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

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

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

.font-icon-2 {
  color: #fff;
  border-right: 1px solid #f7f7f224;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-right: 10px;
  font-size: 16px;
  line-height: 1;
  display: flex;
}

.font-icon-2.test {
  color: var(--white);
  border-right-style: none;
  margin-right: 0;
  font-family: "Fa Sharp Solid 900", sans-serif;
}

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

.logo-2 {
  width: 220px;
  padding-bottom: 0;
}

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

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

.section-2.header-section.nav-verticle {
  z-index: 2147483647;
  background-color: #0000;
  background-image: linear-gradient(#0000, #0000);
  flex-direction: column;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  position: absolute;
}

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

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

.text-span {
  font-weight: 300;
}

.navbar {
  background-color: #0000;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  min-height: 100px;
  padding: 0 40px;
  display: flex;
}

.nav-link-text-3 {
  color: var(--white);
  font-family: Raleway, sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.dl-link {
  color: #282828;
  text-transform: uppercase;
  padding: 7.2px 40px 7.2px 20px;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  display: inline-block;
}

.dl-link.w--current {
  flex-flow: column;
  display: flex;
}

.fa-icon-arrow {
  display: none;
}

.nav-menu {
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

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

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

.dl-menu-2.w--open {
  background-color: #00000080;
  margin-top: 22px;
}

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

.nav-link {
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  margin-left: 24px;
  padding-left: 0;
  padding-right: 0;
  font-weight: 700;
  text-decoration: none;
  position: relative;
}

.text-span-2 {
  font-weight: 200;
}

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

.contact-info-block.m-bottom-20 {
  border-bottom: 1px solid #15162314;
  border-radius: 0;
  margin-top: 40px;
  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;
}

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

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

.heading {
  color: #949494;
  font-size: 1.2em;
  font-weight: 400;
}

.heading.h3 {
  color: var(--white);
  text-align: left;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}

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

.container-3 {
  z-index: 2;
  width: 92%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.heading-under-line {
  background-color: var(--white);
  border-radius: 2px;
  width: 80px;
  height: 4px;
  margin-top: 20px;
  margin-bottom: 20px;
}

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

.contact-section-2 {
  background-color: var(--saddle-brown-2);
  background-image: linear-gradient(#70471099, #70471099), url('../images/Shapes.svg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.contact-form-wrapper {
  width: 100%;
}

.contactform {
  width: 100%;
  color: var(--white);
}

.icon-7 {
  background-color: var(--saddle-brown);
  color: #f9f9f9;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  font-family: "Fa Sharp Solid 900", sans-serif;
  font-size: 1.8em;
  line-height: 1.2;
  display: flex;
}

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

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

.left-contact.right {
  background-color: var(--saddle-brown-2);
  border-radius: 6px;
  width: 50%;
  padding: 20px;
  box-shadow: 0 0 20px #080f3421;
}

.get-in-touch-light {
  font-weight: 200;
}

.container-6 {
  z-index: 1;
  flex-direction: column;
  align-items: center;
  width: 92%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.lg-text-sec {
  padding-left: 15px;
  padding-right: 15px;
}

.text {
  color: #616161;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.7;
}

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

.text.text-white.mb-28 {
  letter-spacing: .5px;
  margin-bottom: 22px;
  font-weight: 400;
}

.text.black {
  color: var(--black);
  font-weight: 500;
}

.text-block-2 {
  color: #c7a675;
  font-size: 43px;
  font-weight: 400;
  line-height: 1.2;
}

.text-block-2.lg-text {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 80px;
  font-weight: 700;
}

.into-content {
  flex-direction: column;
  justify-content: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

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

.back-ground-section {
  background-image: linear-gradient(#000000a6, #000000a6), url('../images/About-Us-1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  min-height: 650px;
  padding-top: 140px;
  padding-bottom: 140px;
}

.back-ground-section.fencing {
  background-image: linear-gradient(114deg, #000, #0000), linear-gradient(#00000040, #00000040), url('../images/house-extension.webp');
  background-position: 0 0, 0 0, 50% 0;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
}

.back-ground-section.extensions {
  background-image: linear-gradient(114deg, #000, #0000), linear-gradient(#00000040, #00000040), url('../images/rear-extension-kitchen.webp');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
}

.back-ground-section.bespoke {
  background-image: linear-gradient(114deg, #000, #0000), linear-gradient(#00000040, #00000040), url('../images/red-building.webp');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  min-height: 550px;
}

.back-ground-section.driveway {
  background-image: linear-gradient(#000000a6, #000000a6), url('../images/bespoke-1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.back-ground-section.walls {
  background-image: linear-gradient(114deg, #000, #0000), linear-gradient(#00000040, #00000040), url('../images/garden-wall.webp');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  min-height: 550px;
}

.back-ground-section.patio {
  background-image: linear-gradient(114deg, #000, #0000), linear-gradient(#00000040, #00000040), url('../images/Patio.webp');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  min-height: 550px;
}

.text-span-3 {
  font-weight: 200;
}

.service-light {
  font-weight: 300;
}

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

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

.works-1 {
  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: 580px;
  padding: 20px;
  transition: all .3s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 60px #15162300;
}

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

.works-1._1 {
  background-image: url('../images/Project-1.webp');
}

.works-1._2 {
  background-image: url('../images/Modern-Kitcghen.webp');
}

.works-1._3 {
  background-image: url('../images/Project-2.webp');
  background-position: 50%;
}

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

.h3-l {
  font-weight: 800;
}

.h3-light {
  font-size: 50px;
  font-weight: 300;
}

.social-icon-wrap {
  display: flex;
}

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

.legal {
  color: #fff;
  letter-spacing: .5px;
  text-transform: none;
  line-height: 30px;
  text-decoration: none;
  transition: color .45s ease-in-out;
}

.legal:hover {
  color: #f5eded;
}

.footer-legal {
  border-top: 1px solid #7e828f17;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  padding-top: 40px;
  font-size: 15px;
  display: flex;
}

.footer-legal.copyright {
  margin-top: 10px;
  padding-top: 0;
}

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

.circle-div-side {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-logo {
  margin-bottom: 25px;
}

.paragraph {
  color: #fff;
  letter-spacing: .5px;
  text-transform: capitalize;
  font-size: 15px;
  line-height: 28px;
}

.social-link-2 {
  color: #fff;
  background-color: #ff5050;
  border: 1px solid #ff5050;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px;
  font-size: 14px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.social-link-2:hover {
  color: #ff5050;
  background-color: #fff;
  border: 1px solid #ff5050;
}

.social-link-2.side {
  border-radius: 40px;
  width: 50px;
  height: 50px;
  margin-top: 4px;
  margin-bottom: 2px;
  margin-right: 20px;
  font-size: 18px;
}

.social-link-2.side.text-block-3 {
  background-color: #42961b;
  border-color: #42961b;
  font-family: "Fa Brands 400", sans-serif;
}

.social-link-2.side.text-block-3:hover {
  color: var(--saddle-brown-2);
  background-color: #fff;
}

.social-link-2.side._4 {
  color: #325ece;
  background-color: #fff;
  border-color: #325ece;
  font-family: "Fa Duotone 900", sans-serif;
  transition-duration: .45s;
  transition-timing-function: ease-in-out;
}

.social-link-2.side._4:hover {
  color: var(--saddle-brown-2);
  background-color: #fff;
}

.social-link-2.side._1 {
  border-color: var(--saddle-brown-2);
  background-color: var(--saddle-brown-2);
  font-family: "Fa Solid 900", sans-serif;
}

.social-link-2.side._1:hover {
  color: var(--saddle-brown-2);
  background-color: #fff;
}

.social-link-2.side._2 {
  border-color: var(--saddle-brown-2);
  background-color: var(--saddle-brown-2);
  font-family: "Fa Sharp Solid 900", sans-serif;
}

.social-link-2.side._2:hover {
  color: var(--saddle-brown-2);
  background-color: #fff;
}

.brand-2 {
  width: 350px;
  padding-bottom: 0;
}

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

.brand-2.foot-new {
  width: auto;
  font-family: "Brands 400", Arial, sans-serif;
  text-decoration: none;
}

.brand-2.foot-new.goog {
  color: #325ece;
  font-family: "Brands 400", Arial, sans-serif;
}

.footer-detail-right {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  min-height: 40px;
  display: flex;
}

.title {
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 19px;
  font-weight: 700;
}

.social-link {
  color: #fff;
  background-color: #42961b;
  border: 1px solid #42961b;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  margin-left: 12px;
  margin-right: 12px;
  padding: 10px;
  font-family: "Fa Brands 400 1";
  font-size: 18px;
  text-decoration: none;
  transition: all .45s ease-in-out;
  display: flex;
}

.social-link:hover {
  background-color: #0000;
  border-color: #f5eded;
}

.social-link.goog {
  background-color: #fff;
  border-color: #fff;
}

.side-socials {
  z-index: 999;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 75px;
  height: 100%;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.side-socials.top {
  z-index: 1000;
  justify-content: center;
  height: 1%;
  top: 50%;
}

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

.footer-link-2 {
  color: #fff;
  letter-spacing: .5px;
  text-transform: none;
  margin-bottom: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 6px;
  font-size: 15px;
  text-decoration: none;
  transition: color .5s ease-in-out;
}

.footer-link-2:hover {
  color: var(--saddle-brown);
}

.footer-link-2.no-red:hover {
  color: #fff;
}

.footer {
  background-color: #444;
  background-image: linear-gradient(#0000008c, #0000008c), url('../images/Shapes.svg');
  background-position: 0 0, 100% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-detail-left {
  align-items: center;
  width: 65%;
  min-height: 40px;
  display: flex;
}

.map-section {
  margin-bottom: -10px;
}

.home-map {
  filter: grayscale(75%);
}

.cn-text-lower {
  color: #fff;
  text-align: center;
  margin-top: 20px;
  font-size: 16.5px;
  font-weight: 600;
}

.nc-icon {
  color: var(--white);
  margin-bottom: 25px;
  font-family: "Fa Sharp Solid 900", sans-serif;
  font-size: 80px;
  line-height: 80px;
}

.number-counter-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
}

.nc1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.orange-gradient {
  background-color: var(--saddle-brown-2);
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: hidden;
}

.number-prefix {
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

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

.bold-text-15 {
  text-align: center;
  letter-spacing: 2px;
  font-weight: 500;
  line-height: 23px;
}

.counterup {
  color: #fff;
  font-size: 66px;
  font-weight: 800;
  line-height: 50px;
}

.counterup.w {
  color: #fff;
}

.side-social-text {
  font-family: "Fa Sharp Solid 900", sans-serif;
  font-size: 16px;
}

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

.side-social-brand.goog {
  color: #325ece;
  font-family: "Brands 400", Arial, sans-serif;
}

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

.banner-service {
  background-image: linear-gradient(#000000a6, #000000a6), url('../images/Renovation-of-Kitchen.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  height: 70vh;
  display: flex;
}

.banner-service._2 {
  background-image: linear-gradient(#0000008c, #0000008c), url('../images/bespoke-brickwork-1.webp');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 70vh;
}

.banner-service._3 {
  background-image: linear-gradient(#0000008c, #0000008c), url('../images/house-extension-rear.webp');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 70vh;
}

.banner-service._4 {
  background-image: linear-gradient(#0000008c, #0000008c), url('../images/side-of-house.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 70vh;
}

.banner-service._5 {
  background-image: linear-gradient(#0000008c, #0000008c), url('../images/New-Patio.webp');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 70vh;
}

.banner-service.area {
  background-image: linear-gradient(#0000008c, #0000008c), url('../images/Reading.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 70vh;
}

.banner-service.gallery {
  background-image: linear-gradient(#0000008c, #0000008c), url('../images/Gallery-ban.webp');
  background-position: 0 0, 50% 20%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 70vh;
}

.banner-service.test {
  background-image: linear-gradient(#0000008c, #0000008c), url('../images/brick-house.webp');
  background-position: 0 0, 50% 20%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 70vh;
}

.banner-service.contact {
  background-image: linear-gradient(#0000008c, #0000008c), url('../images/extension-on-house.webp');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 70vh;
}

.service-ban-text-new {
  border-bottom: 7px solid var(--saddle-brown);
  color: var(--white);
  margin-top: 100px;
  padding-bottom: 10px;
  font-size: 54px;
  font-weight: 600;
  line-height: 60px;
}

.h1-small {
  font-size: 50px;
  font-weight: 200;
}

.font-icon-3 {
  background-color: var(--saddle-brown);
  width: 32px;
  height: 32px;
  color: var(--white);
  border-radius: 50px;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  font-family: "Fa Sharp Solid 900", sans-serif;
  display: flex;
}

.team-wrapper.hide {
  display: none;
}

.team-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.team-block {
  z-index: 185;
  background-color: var(--saddle-brown-2);
  border-top-left-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
}

.team-line-side {
  background-color: #fff;
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 34px;
}

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

.team-name {
  color: var(--saddle-brown-2);
  letter-spacing: -.04em;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
}

.team-line-bottom {
  background-color: #fff;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 32px;
}

.lightbox-link {
  width: 100%;
  height: 375px;
  position: relative;
}

.team-text {
  margin-top: 32px;
}

.project-b {
  color: var(--black);
  letter-spacing: 0;
  font-size: 18px;
  font-weight: 500;
}

.test-slider {
  background-color: #0000;
  height: 460px;
}

.icon-8, .icon-9 {
  color: var(--saddle-brown-2);
}

.test-100 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.text-block-4 {
  text-align: center;
  font-size: 17.5px;
  font-weight: 600;
  line-height: 27px;
}

.test-gold {
  color: var(--saddle-brown);
  font-size: 15px;
  font-weight: 800;
}

.mag {
  padding-right: 7px;
  font-family: "Fa Sharp Solid 900", sans-serif;
}

.image-2 {
  background-color: var(--white);
  width: 150px;
  margin-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.google-reviews {
  width: 100%;
  margin-top: 35px;
}

.before-after, .before-after-2, .before-after-3, .before-after-4 {
  width: 100%;
  height: 100%;
}

.before-after-5 {
  width: 100%;
  height: 100%;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: auto;
}

.image-3 {
  width: 125px;
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  place-items: center;
}

._100-ba, .before-after-6, .before-after-10 {
  width: 100%;
  height: 100%;
}

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

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

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

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

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

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

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

.fs-cc-prefs_component {
  z-index: 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 {
  color: #fff;
  text-align: center;
  background-color: #4353ff;
  border: 2px solid #4353ff;
  border-radius: 500px;
  min-width: 140px;
  margin-left: 16px;
  padding: 10px 20px;
  font-size: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._5star {
  justify-content: flex-end;
  align-items: flex-end;
  margin-right: 20px;
  display: flex;
}

._5star-inner {
  margin-left: 20px;
  text-decoration: none;
}

.stars {
  color: #ffe100;
  text-align: center;
  font-family: "Fa Sharp Solid 900", sans-serif;
  text-decoration: none;
}

.logostar {
  width: 100px;
}

.logostar.goog {
  background-color: var(--white);
  border-radius: 3px;
  padding: 5px;
}

.h2 {
  font-size: 30px;
  line-height: 40px;
}

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

@media screen and (min-width: 1280px) {
  .btn-underline.nav-underline.display-none-underline, .btn-underline.services-underline.display-none-s {
    background-color: var(--white);
  }

  .dl-menu-2.w--open {
    background-color: #00000080;
  }

  .legal {
    text-decoration: none;
  }

  .container-4 {
    width: 95%;
    max-width: 1450px;
  }

  .brand-2 {
    width: auto;
  }

  .title {
    color: #fff;
  }

  .social-link {
    border-width: 2px;
    border-color: var(--saddle-brown-2);
  }

  .social-link:hover {
    border-color: #7e828fdb;
  }

  .footer {
    padding-left: 0%;
    padding-right: 0%;
  }

  .banner-service {
    background-image: linear-gradient(#00000080, #00000080), url('../images/Renovation-of-Kitchen.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    justify-content: center;
    align-items: center;
    height: 65vh;
    display: flex;
  }

  .service-ban-text-new {
    border-bottom: 7px solid var(--saddle-brown);
    color: var(--white);
    margin-top: 100px;
    padding-bottom: 10px;
    font-size: 54px;
    font-weight: 700;
    line-height: 60px;
  }

  ._5star {
    align-items: flex-end;
  }

  ._5star-inner {
    flex-flow: column;
    justify-content: space-between;
    height: 100%;
    display: flex;
  }

  .stars {
    font-size: 17px;
  }

  .logostar.goog {
    background-color: var(--white);
    border-radius: 3px;
    padding: 5px;
  }
}

@media screen and (min-width: 1920px) {
  .body-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .container {
    max-width: 1800px;
  }

  .hero-bg-grad {
    height: 950px;
  }

  .service-grid {
    width: 100%;
  }

  .service-box-wrapper {
    justify-content: center;
  }

  .service-paragraph {
    justify-content: center;
    margin-left: 60px;
  }
}

@media screen and (max-width: 991px) {
  .banner-header {
    flex-direction: column;
  }

  .left-section {
    width: 90%;
    margin-top: 20px;
  }

  .service-grid {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .service-div {
    width: 100%;
  }

  .service-box-wrapper {
    justify-content: flex-start;
    width: 100%;
  }

  .service-paragraph {
    margin-left: 40px;
  }

  .left-side {
    width: 100%;
    margin-bottom: 40px;
  }

  .inner-img {
    min-height: 500px;
    margin-top: 60px;
  }

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

  .right-side, .right-side.content, .right-side._100 {
    width: 100%;
  }

  .footer-col.large {
    margin-right: 0;
  }

  .footer-copy-text {
    text-align: center;
  }

  .footer-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 32px;
    grid-template-columns: 1.25fr 1.25fr 1fr;
  }

  .footer-copy {
    flex-direction: column;
    place-content: center;
    justify-items: stretch;
    display: flex;
  }

  .footer-p {
    font-size: 1.25em;
  }

  .header-social-media {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 0%;
    margin-bottom: 0;
  }

  .header-social-icon {
    color: #fdfdfd;
    background-color: #0000;
    border-right: 1px #353535;
    width: 10%;
    margin-right: 0;
  }

  .header-social-icon.margin-right-none {
    background-color: #0000;
    border-right-style: none;
    border-right-width: 0;
    width: 10%;
    margin-right: 0;
  }

  .navbar-4 {
    justify-content: flex-end;
    width: 90%;
  }

  .contact-div-2 {
    flex-direction: row;
  }

  .h1 {
    font-size: 50px;
  }

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

  .arrow {
    display: none;
  }

  .font-awsome.email {
    display: block;
  }

  .top-div-2 {
    width: 95%;
  }

  .top-links-2 {
    font-size: 16px;
    display: flex;
  }

  .icon-5 {
    color: #fff;
  }

  .dropdown-link-2 {
    text-align: right;
    padding: 20px 25px;
    font-size: 16px;
    display: block;
  }

  .menu-button-2 {
    background-color: #f94d18;
  }

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

  .button-fill-2.header {
    margin-right: 0;
    display: none;
  }

  .service-navlink-2 {
    text-align: right;
    background-color: #000;
    width: 100%;
    font-size: 16px;
  }

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

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

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

  .section, .section.cta {
    padding-left: 20px;
    padding-right: 20px;
  }

  .dl-link-holder {
    background-color: #212121;
    width: 100%;
  }

  .logo-div-2 {
    justify-content: center;
    width: 100%;
    margin-top: 10px;
  }

  .dropdown {
    width: 100%;
  }

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

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

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

  .icon-6 {
    color: var(--white);
    text-align: center;
    font-size: 29px;
  }

  .navbar {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-link-text-3 {
    color: var(--black);
    text-align: left;
  }

  .fa-icon-arrow {
    margin-left: 5px;
    font-family: "Fa Sharp Solid 900", sans-serif;
    display: inline-block;
  }

  .nav-menu {
    z-index: 10;
    background-color: #0000;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-right: auto;
    padding-top: 100px;
  }

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

  .dl-menu-2.w--open {
    background-color: var(--white);
  }

  .nav-link {
    background-color: var(--white);
    color: var(--black);
    text-align: left;
    justify-content: flex-start;
    margin-left: 0;
    padding: 20px;
    display: flex;
  }

  .nav-link.w--current {
    justify-content: flex-end;
    padding-right: 20px;
    display: flex;
  }

  .menu-button-4 {
    color: #fff;
    width: 100%;
  }

  .menu-button-4.w--open {
    z-index: 200;
    background-color: #0000;
  }

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

  .container-3 {
    width: 90%;
  }

  .left-contact {
    width: 100%;
  }

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

  .text-block-2.lg-text {
    font-size: 60px;
    line-height: 1;
  }

  .into-content {
    margin-left: 0;
  }

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

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

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

  .footer-grid {
    grid-column-gap: 24px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .social-link-2.side.text-block-3 {
    font-family: "Fa Brands 400", sans-serif;
  }

  .brand-2 {
    text-align: center;
    width: 500px;
  }

  .bold-text-17 {
    font-size: 55px;
  }

  .number-counter-grid {
    grid-template-columns: 1fr;
  }

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

  .test-slider {
    height: 550px;
  }

  .test-100 {
    padding-left: 80px;
    padding-right: 80px;
  }

  .text-block-4 {
    font-size: 16px;
    line-height: 24px;
  }
}

@media screen and (max-width: 767px) {
  .banner-header {
    margin-top: 60px;
    font-size: 35px;
    line-height: 45px;
  }

  .p {
    font-size: 15.5px;
  }

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

  .hero-bg-grad {
    background-image: linear-gradient(146deg, #000000b3 33%, #0000), url('../images/Main-Banner.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    height: 100vh;
    padding-top: 0;
  }

  .left-section {
    width: 95%;
    padding-right: 0;
  }

  .footer-copy-text {
    text-align: left;
  }

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

  .header-social-media {
    justify-content: flex-start;
  }

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

  .h3-large.b-30, .h3-large.h3-small {
    font-size: 3.5em;
  }

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

  .timeline-sub-heading-2 {
    text-align: left;
  }

  .top-div-2 {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .top-links-2, .dropdown-link-2 {
    font-size: 15px;
  }

  .dropdown-link-2.w--current {
    color: #f94d18;
  }

  .menu-button-2 {
    background-color: #f9b328;
  }

  .top-container-black-2 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .service-navlink-2 {
    font-size: 15px;
  }

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

  .section.cta {
    background-image: linear-gradient(to right, #dbdbdbe6 44%, #fff0), url('../images/Main-Banner.webp');
    background-position: 0 0, 50% 33%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .cta-text, .section-tittle.cta {
    width: 70%;
  }

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

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

  .announcement-barn-link {
    font-size: 14px;
  }

  .main-block {
    width: 100%;
  }

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

  .navbar {
    min-height: 90px;
    padding-left: 20px;
    padding-right: 10px;
  }

  .nav-menu {
    width: 90%;
  }

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

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

  .circle-div-side {
    display: none;
  }

  .social-link-2.side {
    width: 60px;
    height: 60px;
    margin-left: 0;
  }

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

  .side-socials {
    justify-content: flex-end;
    width: 80px;
    height: 80px;
    inset: auto 0% 0% auto;
  }

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

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

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

  .banner-service {
    height: 75vh;
  }

  .service-ban-text-new {
    margin-top: 140px;
  }

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

  .test-slider {
    height: 600px;
  }

  .icon-8, .icon-9 {
    font-size: 30px;
  }

  .test-100 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .text-block-4 {
    font-size: 15.5px;
    line-height: 21px;
  }

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

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

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

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

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

@media screen and (max-width: 479px) {
  .banner-header {
    flex-direction: column;
    width: 100%;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 30px;
  }

  .p {
    font-size: 14.5px;
    line-height: 25px;
  }

  .p.ban {
    width: 100%;
  }

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

  .hero-wrapper {
    justify-content: space-between;
    align-items: flex-end;
  }

  .container {
    width: 90%;
  }

  .hero-bg-grad {
    background-image: linear-gradient(#00000026, #00000026), linear-gradient(66deg, #000000b3 29%, #0000), url('../images/Main-Banner.webp');
    background-position: 0 0, 0 0, 50%;
    background-size: auto, auto, cover;
    height: 720px;
    padding-top: 0;
  }

  .left-section {
    width: 100%;
    margin-bottom: 40px;
  }

  .service-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  .service-div, .service-top-image._2 {
    height: auto;
  }

  .service-number {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 68px;
  }

  .service-box-wrapper {
    flex-direction: column;
  }

  .service-header {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 38px;
  }

  .service-text {
    font-size: 1rem;
  }

  .service-paragraph {
    margin-left: 0;
  }

  .service-light-text {
    font-family: Raleway, sans-serif;
  }

  .left-side {
    box-shadow: -8px 6px 0 0 var(--white);
    margin-top: 60px;
    margin-bottom: 0;
  }

  .inner-img {
    min-height: 300px;
    margin-top: 0;
  }

  .inner-img.extension {
    height: 200px;
  }

  .inner-img.bespoje, .inner-img.house, .inner-img.garden-walls, .inner-img.patio {
    height: 300px;
  }

  .section-h1-wrapper.display-flex {
    margin-top: 20px;
  }

  .footer-col.large {
    margin-right: 0;
  }

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

  .footer-copy {
    align-items: flex-start;
    width: 100%;
  }

  .header-social-icon {
    margin-left: 10px;
  }

  .header-social-icon.margin-right-none.l {
    margin-left: 0;
  }

  .nav-cta-wrapper.margin-left-auto {
    display: block;
  }

  .navbar-4 {
    text-align: center;
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .logo-link {
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
  }

  .contact-div-2 {
    flex-direction: column;
    width: 100%;
    max-width: none;
  }

  .h1 {
    font-size: 42px;
  }

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

  .services-block-home-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

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

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

  .h3-large.b-30 {
    font-size: 28px;
  }

  .h3-large.h3-small {
    margin-left: 0;
    font-size: 27px;
  }

  .image {
    width: 160px;
  }

  .list-head {
    text-align: left;
    line-height: 25px;
  }

  .comment-column {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: auto;
    height: auto;
    display: grid;
  }

  .comment-column._2 {
    grid-template-rows: auto;
    width: auto;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding: 20px;
  }

  .bullet-font-icon-2 {
    flex: none;
  }

  .timeline-sub-heading-2 {
    width: 100%;
    color: var(--black);
    margin-top: 0;
    margin-left: 0;
    font-size: 16px;
    font-weight: 400;
  }

  .timeline-sub-heading-2.b {
    margin-bottom: 10px;
  }

  .font-awsome {
    margin-right: 10px;
    font-size: 20px;
  }

  .font-awsome.email {
    margin-left: 0;
    margin-right: 10px;
    font-size: 20px;
  }

  .contact-top {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
  }

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

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

  .h3 {
    width: 100%;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.35;
  }

  .h3.m-bottom-20 {
    width: 100%;
  }

  .h3-div {
    width: 95%;
  }

  .h3-logo, .h3-logo.w--current {
    width: 200px;
  }

  .top-links-2 {
    text-align: center;
    line-height: 23px;
  }

  .top-links-2.top {
    margin-top: 10px;
  }

  .icon-5 {
    color: #fff;
    font-size: 32px;
  }

  .dropdown-link-2 {
    text-align: center;
    font-size: 16px;
    display: block;
  }

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

  .service-nav {
    padding-top: 12px;
  }

  .button-fill-2.header {
    margin-top: 10px;
    margin-bottom: 13px;
    font-size: 14px;
    display: none;
  }

  .top-container-black-2 {
    flex-direction: column;
    padding-top: 0;
  }

  .service-navlink-2 {
    text-align: center;
    font-size: 16px;
  }

  .service-navlink-2.w--current {
    text-align: center;
  }

  .service-nav-text-2 {
    margin-left: 20px;
  }

  .service-nav-text-2:hover {
    color: var(--red);
  }

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

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

  .list._3-row {
    grid-template-columns: 1fr;
    margin-left: 0;
  }

  .list.row-3 {
    grid-template-columns: 1fr;
    margin-top: 10px;
    margin-left: 0;
  }

  .list._3row, .list._3col {
    grid-template-columns: 1fr;
    margin-left: 0;
  }

  .bullet-font-icon-4 {
    flex: none;
  }

  .button-2 {
    margin-bottom: 10px;
  }

  .button-2.dark {
    width: 100%;
  }

  .button-2.dark.top {
    margin-left: 0;
  }

  .button-2._2 {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }

  .section.cta {
    background-image: linear-gradient(124deg, #fffc 44%, #fff0), url('../images/Main-Banner.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    padding: 60px 10px;
  }

  .cta-text {
    width: 100%;
  }

  .top-text.cta {
    font-family: Raleway, sans-serif;
  }

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

  .section-tittle.cta {
    width: 100%;
    font-family: Raleway, sans-serif;
    font-size: 30px;
    line-height: 36px;
  }

  .sticky_btn_call {
    bottom: 3%;
    left: auto;
    right: -20px;
  }

  .logo-div-2 {
    align-items: center;
    width: 95%;
    margin-top: 90px;
    padding-bottom: 10px;
  }

  .header-contact {
    margin-top: 20px;
  }

  .announcement-barn-link.test {
    font-weight: 500;
  }

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

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

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

  .header-div-3 {
    z-index: 1;
    flex-direction: column;
    padding: 0;
    position: absolute;
  }

  .section-2.header-section.nav-verticle {
    background-color: #0000;
    background-image: none;
    padding-top: 0;
    position: relative;
  }

  .icon-6 {
    color: #a8a8a8;
    text-align: center;
  }

  .navbar {
    width: 100%;
    min-height: 80px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-link-text-3 {
    text-align: center;
    letter-spacing: 1px;
  }

  .dl-link {
    width: 100%;
    padding-right: 20px;
  }

  .nav-menu {
    background-color: var(--white);
    text-align: center;
    align-items: center;
    width: 100%;
    padding-top: 81px;
  }

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

  .nav-link {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link.w--current {
    justify-content: center;
    margin-left: 0;
    padding-right: 0;
  }

  .menu-button-4 {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .menu-button-4.w--open {
    z-index: 200;
    width: 1005px;
  }

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

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

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

  .heading.h3 {
    margin-bottom: 10px;
    font-size: 2em;
  }

  .heading-under-line {
    margin-top: 0;
  }

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

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

  .left-contact.right {
    padding: 15px;
  }

  .container-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .lg-text-sec {
    padding-left: 0;
  }

  .text-block-2.lg-text {
    text-align: left;
    font-size: 32px;
    line-height: 1.2;
  }

  .into-content {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .about-wrapper {
    width: 95%;
  }

  .back-ground-section.fencing {
    background-image: linear-gradient(114deg, black, transparent), linear-gradient(to bottom, null, null), url('../images/house-extension.webp');
    background-position: 0 0, 0 0, 50%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .back-ground-section.extensions, .back-ground-section.bespoke, .back-ground-section.driveway, .back-ground-section.walls, .back-ground-section.patio {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

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

  .h3-light {
    font-size: 22px;
  }

  .social-icon-wrap {
    margin-top: 10px;
  }

  .footer-grid {
    grid-row-gap: 30px;
    grid-template-rows: auto auto auto;
  }

  .legal {
    text-align: left;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .footer-legal {
    text-align: center;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0;
  }

  .footer-legal.copyright {
    margin-top: 30px;
  }

  .container-4 {
    width: 85%;
  }

  .circle-div-side {
    display: none;
  }

  .footer-logo {
    width: 165px;
  }

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

  .brand-2.w--current {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-detail-right {
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 10px;
  }

  .social-link {
    margin-left: 0;
  }

  .side-socials {
    justify-content: flex-end;
    height: 120px;
    inset: auto 0% 0% auto;
  }

  .footer-detail-left {
    width: auto;
  }

  .cn-text-lower {
    text-align: center;
    margin-top: 20px;
  }

  .nc1 {
    justify-content: center;
    align-items: center;
  }

  .orange-gradient {
    overflow: hidden;
  }

  .grid-2 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    justify-items: center;
  }

  .bold-text-15 {
    text-align: center;
    font-size: 14px;
    line-height: 21px;
  }

  .counterup {
    font-size: 55px;
    line-height: 55px;
  }

  .banner-service {
    justify-content: center;
    align-items: flex-end;
    height: 370px;
  }

  .banner-service._2, .banner-service._3, .banner-service._4, .banner-service._5, .banner-service.area, .banner-service.gallery, .banner-service.test, .banner-service.contact {
    height: 370px;
  }

  .service-ban-text-new {
    margin-top: 0;
    margin-bottom: 40px;
    font-size: 32px;
    line-height: 38px;
  }

  .h1-small {
    font-size: 22px;
  }

  .test-slider {
    height: 770px;
  }

  .test-100 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-4 {
    line-height: 23px;
  }

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

  .before-after-5 {
    width: 100%;
    margin-top: 0;
    margin-bottom: 20px;
    margin-left: 0;
  }

  .grid-3 {
    place-items: center start;
  }

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

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

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

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

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

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

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

  ._5star {
    z-index: 3;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
  }

  ._5star-inner {
    text-align: center;
  }

  .logostar, .logostar.goog {
    width: 60px;
  }

  .text-block-5 {
    font-size: 13px;
  }
}

#w-node-_86dc6770-16cb-81fb-c036-7e9b77c027e6-2e581f98, #w-node-f144fa74-7035-038d-61cc-54a3e89c38a7-2e581f98, #w-node-_6eba55bf-997e-67b8-6385-042e8a8d2233-2e581f98, #w-node-_3ee81e69-aa64-9f71-f0c3-601841aae282-2e581f98, #w-node-d5cf01dd-f162-a59b-b56e-7ec3e4afaf4d-2e581f98, #w-node-d5cf01dd-f162-a59b-b56e-7ec3e4afaf50-2e581f98, #w-node-d5cf01dd-f162-a59b-b56e-7ec3e4afaf53-2e581f98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b08c39d4-37a2-29e9-1cee-63c0fd85b6e3-2e581f98 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b08c39d4-37a2-29e9-1cee-63c0fd85b6e5-2e581f98, #w-node-b08c39d4-37a2-29e9-1cee-63c0fd85b6f0-2e581f98, #w-node-b08c39d4-37a2-29e9-1cee-63c0fd85b6fa-2e581f98, #w-node-b08c39d4-37a2-29e9-1cee-63c0fd85b704-2e581f98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a44f7773-d406-a8e8-ee9a-cd0874986af5-2e581f98 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center start;
}

#w-node-_6a4a6e3c-6a6f-785a-0adc-a6152656679c-26566799 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6a4a6e3c-6a6f-785a-0adc-a615265667a5-26566799 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_6a4a6e3c-6a6f-785a-0adc-a615265667b2-26566799 {
  grid-area: 1 / 4 / 2 / 6;
}

#w-node-_73ca67d1-a7b8-d730-3ce7-c31dd8f07b1f-d8f07b12, #w-node-_73ca67d1-a7b8-d730-3ce7-c31dd8f07b28-d8f07b12, #w-node-_73ca67d1-a7b8-d730-3ce7-c31dd8f07b31-d8f07b12 {
  align-self: center;
}

#w-node-a44f7773-d406-a8e8-ee9a-cd0874986af5-02603340, #w-node-a44f7773-d406-a8e8-ee9a-cd0874986af5-b3a98f77, #w-node-a44f7773-d406-a8e8-ee9a-cd0874986af5-a2512487, #w-node-a44f7773-d406-a8e8-ee9a-cd0874986af5-bf488983, #w-node-_6a917062-4369-caa2-42c2-21e8c7a50894-f7994475 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center start;
}

#w-node-eb5158c3-69a8-c08f-e8d8-20984b3f41f9-c486e8e3, #w-node-_8e4d837f-a520-451e-d632-1201e627cf66-c486e8e3, #w-node-_2e448f15-ba48-a380-0919-8f5f4bcc6e18-c486e8e3, #w-node-_8aa94df4-6e12-50b5-0d86-561650447a51-c486e8e3, #w-node-_7bf5ab57-2c0b-86f4-d913-e3e15a847aca-c486e8e3, #w-node-_9be4ab74-86ce-c0f1-c722-6cb89ae79dbd-c486e8e3, #w-node-d880700a-713e-b14f-c315-6f987ed71d69-c486e8e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1280px) {
  #w-node-_6a4a6e3c-6a6f-785a-0adc-a615265667b2-26566799 {
    grid-area: 1 / 4 / 2 / 6;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_86dc6770-16cb-81fb-c036-7e9b77c027e6-2e581f98 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6a4a6e3c-6a6f-785a-0adc-a6152656679c-26566799 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_6a4a6e3c-6a6f-785a-0adc-a6152656679c-26566799 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_6a4a6e3c-6a6f-785a-0adc-a615265667a5-26566799 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_6a4a6e3c-6a6f-785a-0adc-a615265667b2-26566799 {
    grid-area: 2 / 2 / 3 / 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_03953769-35f1-0d7d-e2ee-7153d59a956b-2e581f98, #w-node-b08c39d4-37a2-29e9-1cee-63c0fd85b6e5-2e581f98, #w-node-b08c39d4-37a2-29e9-1cee-63c0fd85b6f0-2e581f98, #w-node-b08c39d4-37a2-29e9-1cee-63c0fd85b6fa-2e581f98, #w-node-b08c39d4-37a2-29e9-1cee-63c0fd85b704-2e581f98 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a44f7773-d406-a8e8-ee9a-cd0874986af5-2e581f98 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-_6a4a6e3c-6a6f-785a-0adc-a6152656679c-26566799 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_6a4a6e3c-6a6f-785a-0adc-a615265667a5-26566799 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_6a4a6e3c-6a6f-785a-0adc-a615265667b2-26566799 {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-a44f7773-d406-a8e8-ee9a-cd0874986af5-02603340, #w-node-a44f7773-d406-a8e8-ee9a-cd0874986af5-b3a98f77, #w-node-a44f7773-d406-a8e8-ee9a-cd0874986af5-a2512487, #w-node-a44f7773-d406-a8e8-ee9a-cd0874986af5-bf488983, #w-node-_6a917062-4369-caa2-42c2-21e8c7a50894-f7994475 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }
}


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