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

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

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

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

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

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

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

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

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

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

@font-face {
  font-family: Arrow right solid;
  src: url('../fonts/arrow-right-solid.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: #fff;
  --black: black;
  --silver: #b7b5b5;
  --primary: #2360f9;
  --transparent: #fff0;
  --third: #2360f9;
  --secondary: #2360f9;
  --pale-grey: #ddd;
  --dark-grey: #727272;
}

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

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

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

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

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

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

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

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

.body {
  background-color: var(--white);
  color: var(--white);
  font-family: Poppins, sans-serif;
}

.banner-header {
  color: var(--black);
  letter-spacing: 1px;
  flex-direction: row;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  font-size: 58px;
  font-weight: 500;
  line-height: 70px;
  display: block;
}

.banner-header.white {
  color: var(--white);
  letter-spacing: -1.5px;
  text-transform: uppercase;
  width: 75%;
  font-size: 56px;
  font-weight: 700;
  line-height: 64px;
}

.p {
  color: var(--black);
  width: 100%;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 16.5px;
  font-weight: 500;
  line-height: 28px;
}

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

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

.body-section.white {
  border-top: 1px solid var(--silver);
  background-color: #2360f912;
  padding-top: 100px;
}

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

.body-section.form-section.rel {
  background-color: var(--primary);
  background-image: none;
  position: relative;
}

.body-section.wave {
  padding-top: 0;
}

.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(77deg, #0c0d1a 26%, var(--transparent)), url('../images/24346350_d3af13be6b.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100%;
  height: 100vh;
  margin-top: 0;
  padding-top: 80px;
  padding-bottom: 0;
  position: sticky;
}

.left-section {
  margin-top: 60px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  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(--white);
  height: auto;
  padding-bottom: 20px;
}

.service-top-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-end;
  align-items: flex-end;
  height: 350px;
  display: flex;
}

.service-top-image._2 {
  background-image: url('../images/2b90d48afd7b2cb0-1652453594.webp');
  background-position: 50% 35%;
  background-size: cover;
}

.service-top-image._3 {
  background-image: url('../images/2b90d48afd7b2cb0-1652453308.webp');
  background-position: 50% 35%;
  background-size: cover;
}

.service-top-image._4 {
  background-image: url('../images/2b90d48afd7b2cb0-1652453529.webp');
  background-position: 50%;
  background-size: cover;
}

.service-top-image._1 {
  background-image: url('../images/Gallery-16.webp');
}

.service-number {
  color: var(--primary);
  margin-top: 25px;
  font-family: Oswald, sans-serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 72px;
}

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

.service-header {
  color: var(--primary);
  letter-spacing: -1.5px;
  text-transform: uppercase;
  margin-top: 35px;
  margin-bottom: 40px;
  margin-right: 0;
  font-family: Oswald, sans-serif;
  font-size: 36px;
  font-weight: 400;
}

.service-text {
  color: var(--black);
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  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 {
  background-color: var(--secondary);
  color: var(--white);
  padding-left: 2px;
  padding-right: 2px;
  font-size: .9rem;
  text-decoration: none;
  transition: color .45s ease-in-out;
}

.service-link {
  background-color: var(--primary);
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  margin-bottom: -5px;
  margin-right: -5px;
  text-decoration: none;
  transition: all .4s ease-in-out;
  display: flex;
  position: static;
  bottom: 10px;
  right: 10px;
}

.service-link:hover {
  transform: scale(1.2);
}

.para {
  color: var(--white);
  width: 60%;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.75;
}

.para._100 {
  width: 100%;
}

.img-div {
  box-shadow: -15px 17px 0 0 var(--third);
  background-image: url('../images/Fence1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-self: stretch;
  align-items: stretch;
  width: 46%;
  height: 450px;
  display: flex;
}

.img-div.home-1 {
  background-image: url('../images/24346282_9b20968601.webp');
  height: 450px;
}

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

.img-div.buildings {
  background-image: url('../images/Garden-Buildings-1.webp');
  height: 100%;
  min-height: 550px;
}

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

.section-h1-wrapper.display-flex {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-top: 30px;
  display: flex;
}

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

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

.right-side._w---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: 15px;
  line-height: 24px;
  text-decoration: none;
  display: inline-block;
}

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

.footer-link:hover, .footer-link.w--current {
  color: var(--primary);
}

.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);
  letter-spacing: -1.5px;
  text-transform: uppercase;
  margin-bottom: 32px;
  font-family: Oswald, sans-serif;
  font-size: 1.8em;
  font-weight: 700;
}

.footer-section {
  background-color: var(--black);
  color: var(--secondary);
  border-top: 1px solid #e0e0e080;
  padding-top: 80px;
}

.footer-copy {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: #a9a9a9;
  border-top: 1px solid #ffffff80;
  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;
  padding-right: 60px;
  display: grid;
}

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

.header-social-icon {
  background-color: var(--primary);
  color: var(--white);
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  padding: 10px;
  font-family: Fa6 brands, sans-serif;
  font-size: 1.5em;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
}

.full-width-image-section {
  background-image: linear-gradient(to right, #000000cf, #fff0), url('../images/ionut-vlad-idXQEOxhmvU-unsplash.jpeg');
  background-position: 0 0, 50% 60%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.full-width-image-section.para-img {
  background-image: linear-gradient(90deg, #000000cf, #fff0), url('../images/2b90d48afd7b2cb0-1652454911.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 100px;
  padding-bottom: 100px;
}

.full-width-image-section.fence1 {
  background-image: linear-gradient(90deg, #000000cf, #fff0), url('../images/Fence-Banner.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 100px;
  padding-bottom: 100px;
}

.full-width-image-section.decking {
  background-image: linear-gradient(90deg, #000000cf, #fff0), url('../images/Decking1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 100px;
  padding-bottom: 100px;
}

.full-width-image-section.building1 {
  background-image: linear-gradient(90deg, #000000cf, #fff0), url('../images/Garden-Buildings-2.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 100px;
  padding-bottom: 100px;
}

.full-width-image-section.gates {
  background-image: linear-gradient(90deg, #000000cf, #fff0), url('../images/Gates2.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-full-width {
  flex: 0 auto;
  width: 100%;
}

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

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

.co-logo {
  width: auto;
  height: 70px;
}

.navbar-4 {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 70%;
  display: flex;
}

.logo-link {
  width: auto;
  height: auto;
}

.dropdown-link {
  background-color: var(--black);
  color: var(--white);
  text-align: left;
  font-size: 16.5px;
  transition: all .3s;
}

.dropdown-link:hover {
  background-color: var(--third);
  color: var(--white);
}

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

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

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

.nav-link {
  color: var(--white);
  letter-spacing: 0;
  text-transform: none;
  background-color: #0000;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 16.5px;
  font-weight: 300;
  transition: all .3s ease-in-out;
}

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

.nav-link.w--current {
  background-color: var(--third);
  color: #fff;
}

.nav-link.dropdown {
  padding-left: 0;
  padding-right: 0;
}

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

.banner-red {
  color: var(--primary);
  margin-left: 0;
  font-size: 62px;
}

.h1 {
  color: var(--secondary);
  letter-spacing: -1.5px;
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Oswald, sans-serif;
  font-size: 62px;
  font-weight: 700;
  line-height: 70px;
}

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

.h1.small {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 50px;
  line-height: 60px;
}

.h1._0b {
  color: var(--secondary);
  letter-spacing: -1.5px;
  font-weight: 700;
}

.h1-red {
  color: var(--secondary);
  font-weight: 200;
}

.h1-red.banner {
  color: var(--white);
}

.gallery-hover {
  background-image: linear-gradient(to top, #00000073, #0000);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  padding-bottom: 40px;
  transition: all .45s ease-out;
  display: flex;
  box-shadow: 1px 1px 3px #000000bf;
}

.gallery-hover:hover {
  background-color: #0000;
  background-image: linear-gradient(to top, #000000b3 20%, #0000);
  padding-bottom: 170px;
}

.project1 {
  box-shadow: 26px 24px 0 -18px var(--white);
  background-image: url('../images/Gallery2.webp'), linear-gradient(357deg, #1b1b1b99, #0000);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  height: 450px;
  text-decoration: none;
}

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

.gallery-head {
  color: var(--white);
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  text-decoration: none;
  display: flex;
}

._3x1-gallery {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  max-width: none;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.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._100 {
  padding-bottom: 60px;
}

.project2 {
  box-shadow: 25px 24px 0 -18px var(--white);
  background-image: url('../images/24346475_bb58c658ee.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 450px;
  text-decoration: none;
}

.project3 {
  box-shadow: 25px 25px 0 -18px var(--white);
  background-image: url('../images/2b90d48afd7b2cb0-1652453730.webp'), linear-gradient(357deg, #1b1b1b99, #0000);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  height: 450px;
  text-decoration: none;
}

.h2 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 500;
  line-height: 44px;
  overflow: visible;
}

.h2.b-30 {
  color: var(--white);
  letter-spacing: -1.5px;
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  font-size: 36px;
  font-weight: 700;
}

.h2.b-30.black {
  color: var(--primary);
}

.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: 16.5px;
  font-weight: 500;
  line-height: 20px;
  display: flex;
}

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

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

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

.arrow {
  margin-top: 5px;
}

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

.form {
  color: var(--black);
  width: 100%;
  margin-top: 40px;
}

.top-links {
  color: var(--white);
  text-align: left;
  align-items: center;
  margin-bottom: 0;
  font-size: 16.5px;
  font-weight: 300;
  line-height: 26px;
  text-decoration: none;
  transition: all .45s ease-in-out;
  display: flex;
}

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

.top-links.bottom {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 5px;
}

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

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

.font-awsome {
  background-color: var(--third);
  color: var(--white);
  text-align: center;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-right: 8px;
  font-family: Fa6 solid, sans-serif;
  font-size: 16.5px;
  font-weight: 400;
  display: flex;
}

.font-awsome.email {
  color: var(--white);
  flex: none;
  font-family: Fa6 solid, sans-serif;
  font-size: 16.5px;
  font-weight: 400;
}

.font-awsome.land {
  margin-right: 8px;
  font-family: "Fa Sharp Solid 900", sans-serif;
}

.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(--secondary);
  color: var(--black);
  padding-left: 2px;
  padding-right: 2px;
  font-weight: 700;
  text-decoration: none;
  transition: all .45s ease-in-out;
}

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

.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: #2360f938;
  background-image: url('../images/colorkit-2.webp');
  background-position: 50%;
  background-size: cover;
}

.h3 {
  color: var(--black);
  text-align: center;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.6;
}

.h3.m-bottom-20 {
  color: var(--black);
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

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

.h3-logo {
  width: 450dvh;
  margin-bottom: 20px;
  display: flex;
}

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

.service-banner {
  background-image: linear-gradient(#000000a6, #000000a6), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
}

.service-ban-head {
  color: #fff;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 52px;
  line-height: 60px;
}

.service-ban-text {
  color: #fff;
  text-transform: uppercase;
  margin-top: 25px;
  font-family: Oswald, sans-serif;
  font-size: 18px;
}

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

.areas-list.areas-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 20px;
  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;
  line-height: 28px;
  display: flex;
}

.list {
  padding-left: 0;
}

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

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

.list-item {
  margin-bottom: 5px;
  list-style-type: none;
  display: flex;
}

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

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

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

.buttons.dark {
  border-style: none;
  border-color: var(--white);
  background-color: var(--primary);
  color: var(--white);
  border-radius: 0;
  margin-top: 25px;
  margin-right: 0;
  padding: 20px 40px;
  font-family: Poppins, sans-serif;
  line-height: 22px;
}

.buttons.dark:hover {
  border-style: none;
  border-color: var(--white);
  background-color: var(--black);
  transform: translate(0, -6px);
}

.buttons.dark.w--current:hover {
  background-color: var(--black);
}

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

.buttons._2:hover {
  border-style: solid;
  border-color: var(--pale-grey);
  color: #fff;
  background-color: #000;
  transform: translate(0, -6px);
}

.buttons.banner {
  background-color: var(--primary);
  color: var(--white);
  border-style: none;
  border-color: #000;
  border-radius: 10px 0;
  flex: none;
  margin-right: 0;
  padding: 16px 40px;
  font-family: Poppins, sans-serif;
  line-height: 22px;
}

.buttons.banner:hover {
  background-color: var(--black);
  border-style: none;
  border-color: #53d7db;
  transform: translate(0, -6px);
}

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

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

.lottie-animation {
  color: var(--white);
  width: auto;
  height: auto;
  font-size: 4em;
}

.btn-group {
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.dropdown-toggle {
  color: var(--pale-grey);
  padding-left: 16px;
  padding-right: 36px;
  transition: all .3s;
}

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

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

.button {
  border: 1px solid var(--white);
  background-color: var(--secondary);
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 20px 40px;
  font-size: 13px;
  line-height: 22px;
  text-decoration: none;
  transition: all .4s;
}

.button:hover {
  border-color: var(--primary);
  background-color: var(--primary);
  color: var(--white);
  transform: translate(0, -5px);
}

.button.email {
  border-color: var(--primary);
  background-color: var(--transparent);
  color: var(--black);
  margin-left: 20px;
}

.button.email:hover {
  border-color: var(--white);
}

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

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

.fs-cc-banner_close-icon {
  color: var(--primary);
  width: 24px;
  height: 24px;
}

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

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

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

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

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

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

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

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

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

.fs-cc-prefs_title {
  color: var(--primary);
  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-prefs_space-medium {
  margin-bottom: 40px;
}

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

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

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

.fs-cc-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: var(--black);
  font-size: 13px;
}

.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 {
  border-bottom: 2px solid var(--primary);
  color: var(--primary);
  font-weight: 400;
  text-decoration: none;
}

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

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

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

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

.lottie-animation-2 {
  width: 100%;
  margin-bottom: 10px;
}

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

.live-chat-text {
  color: #fff;
  text-decoration: none;
}

.chat-block {
  background-color: #fff;
  border-radius: 8px;
  width: 100%;
  padding: 15px;
}

.chat-section {
  background-color: #b7b5b5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  padding: 16px 20px;
  display: flex;
  position: relative;
}

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

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

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

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

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

.livechat-button:hover {
  background-color: var(--black);
}

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

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

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

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

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

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

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

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

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

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

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

.assos._1 {
  background-image: url('../images/bookabuilderuk-logo-light.webp');
  background-size: contain;
}

.assos._2 {
  background-image: url('../images/Checkatrade-Logo-Monotone-White-TC0.5x-1024x146.webp');
  background-position: 50%;
  background-size: 350px;
}

.assos._3 {
  background-image: url('../images/mybuilder.svg');
  background-size: contain;
}

.right-arrow {
  background-color: var(--black);
  color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-left: 0;
  margin-right: 60px;
  font-family: Fa6 solid, sans-serif;
  transition: all .3s ease-in-out;
  display: flex;
  inset: auto 10px 3% auto;
}

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

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

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

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

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

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

.qoate-symbol {
  color: #fff;
  justify-content: flex-end;
  margin-left: auto;
  padding-bottom: 0;
  font-family: Fa6 solid, sans-serif;
  font-size: 90px;
  font-weight: 400;
  line-height: 1;
  display: flex;
  position: relative;
}

.left-arrow {
  background-color: var(--black);
  color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-right: 60px;
  font-family: Fa6 solid, sans-serif;
  font-weight: 300;
  transition: all .3s ease-in-out;
  display: flex;
  inset: auto 100px 3% auto;
  overflow: hidden;
}

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

.text-block-3 {
  flex: none;
  margin-top: 0;
  font-size: 26px;
  font-weight: 400;
  display: block;
  position: static;
  inset: 0%;
}

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

.customer-titkle {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.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: #b0b4a6;
  width: 30%;
  position: absolute;
  top: 0;
}

.underline.testemonials-underline.gray {
  background-color: #575757;
  width: 100%;
}

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

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

.mask {
  height: auto;
}

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

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

.customer-img.check {
  background-color: #fff;
  background-image: url('../images/CHECK-A-TRADE-thin.webp');
  background-size: contain;
}

.customer-img.my {
  border: 1px solid var(--pale-grey);
  background-image: url('../images/mybuilder.svg');
  background-size: 60px;
  padding-left: 10px;
  padding-right: 10px;
}

.bolder-text {
  background-color: var(--third);
  color: var(--white);
  text-transform: uppercase;
  padding: 5px;
  font-weight: 700;
  display: block;
}

.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 {
  flex-direction: column;
  grid-template-rows: minmax(auto, 1fr);
  grid-template-columns: 1fr;
  display: flex;
}

.nav-section {
  z-index: 100;
  background-image: linear-gradient(180deg, var(--black), var(--primary) 90%);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 0;
  display: flex;
  position: static;
}

.icon-6 {
  margin-right: 16px;
}

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

.google-maps {
  color: var(--black);
  width: 100%;
  margin-top: 25px;
}

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

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

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

.contact-div-block {
  background-color: var(--primary);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 200px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.phone-icon {
  color: #fff;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 48px;
  line-height: 54px;
}

.phone-icon.new {
  font-family: "Fa Solid 900", sans-serif;
}

.phone-icon._20low {
  margin-bottom: 20px;
}

.text-block {
  color: #fff;
  text-align: center;
  margin-top: 20px;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.contact-page-link {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}

.site-map-link {
  color: var(--black);
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 28px;
  text-decoration: none;
}

.site-map-link.w--current {
  margin-bottom: 0;
}

.site-map-link.white {
  color: var(--white);
}

.heading-3 {
  font-family: Oswald, sans-serif;
  font-size: 31px;
  font-weight: 300;
}

.geading-3-div {
  border: 1px solid var(--third);
  background-color: #2360f933;
  width: 60%;
  margin-bottom: 10px;
  padding: 12px;
}

.lottie-service-card {
  filter: invert();
  color: #fff;
  width: 100%;
  margin-top: -2rem;
  margin-bottom: -2rem;
  font-family: Oswald, sans-serif;
  display: flex;
  position: absolute;
  inset: 0%;
}

.work_image {
  object-fit: cover;
  width: 100%;
  height: 70svh;
  position: relative;
  inset: 0%;
}

.heading-style-h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h3.text-align-center {
  color: #fff;
  letter-spacing: -1.5px;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 1.7rem;
}

.work_lottie-rotate {
  width: 100%;
  height: auto;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: rotate(180deg);
}

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

.work-textwrapper {
  position: absolute;
  inset: auto 0%;
}

.work_overlay {
  background-color: #0000003d;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.work_card-link {
  color: #fff;
  text-align: center;
  border-radius: .2rem;
  height: auto;
  position: relative;
  overflow: hidden;
}

.acc-section {
  background-color: var(--third);
  padding-top: 40px;
  padding-bottom: 40px;
}

.lottie-animation-3 {
  width: 165px;
  margin-top: -15px;
  margin-bottom: -15px;
}

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

.default-list.list-grid-x2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 10px;
  padding-left: 0;
  display: grid;
}

.default-list._2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 60%;
  margin-top: 10px;
  padding-left: 0;
  display: grid;
}

.list-item-2 {
  border-bottom: 1px solid #7bb30333;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 5px;
  transition: background-color .3s ease-in-out, padding .3s ease-in-out;
  display: flex;
}

.list-item-2:hover {
  background-color: #2360f93d;
  padding-left: 15px;
}

.h2-bullet-text {
  color: var(--black);
  text-transform: capitalize;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
}

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

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

.clip-2 {
  flex-flow: column;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.heading-medium {
  font-size: 5rem;
  font-weight: 500;
  line-height: 100%;
}

.heading-medium.text-uppercase {
  letter-spacing: -2px;
  margin-top: 20px;
  font-family: Oswald, sans-serif;
  font-size: 5.5rem;
  font-weight: 700;
}

.heading-medium.text-uppercase._0 {
  color: #c50404;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 10px;
  padding: 10px;
  line-height: 3.5rem;
  display: flex;
}

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

.section-cta-contact {
  color: #fff;
  background-color: #c50404;
  display: block;
  position: relative;
}

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

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

.main-form {
  width: 80%;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

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

.heading-2-img-section {
  background-image: linear-gradient(to right, #fff0, #16252e99), url('../images/294173684_1294173684.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 50%;
  min-height: 500px;
}

.heading-2-img-section.no-img {
  background-image: none;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.heading-2-img-section.no-img.grid-edit {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: center;
  width: 80%;
  min-height: auto;
  margin-top: 40px;
  display: grid;
}

.page-padding-2 {
  z-index: 10;
  background-color: var(--secondary);
  padding: 40px 3rem;
  overflow: hidden;
}

.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;
  place-items: center;
  margin-top: 0;
  padding-bottom: 10px;
}

.cta-link {
  color: #fff;
  text-align: center;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1.75;
  text-decoration: none;
}

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

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

.cta-text-contact {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 1.25em;
  font-weight: 800;
}

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

  .body-section.wave {
    padding-top: 0;
  }

  .container {
    max-width: 1800px;
  }

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

  .service-grid {
    width: 100%;
  }

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

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

  .whatsapp-chat {
    display: none;
  }

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

  .slider {
    width: 100%;
  }

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

  .mask {
    width: 100%;
  }

  .testemonials-slider {
    position: static;
  }
}

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

  .banner-header.white {
    font-size: 35px;
    line-height: 1.5;
  }

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

  .body-section.white, .body-section.form-section, .body-section.form-section.rel {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

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

  .service-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    width: 100%;
    margin-top: 40px;
  }

  .service-div {
    border-bottom-color: var(--third);
    width: 100%;
  }

  .service-top-image._2 {
    height: 375px;
  }

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

  .service-header {
    margin-bottom: 20px;
    line-height: 36px;
  }

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

  .para {
    width: 100%;
  }

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

  .img-div.home-1 {
    height: 400px;
    margin-top: 40px;
  }

  .section-h1-wrapper.display-flex {
    flex-direction: column-reverse;
    margin-top: 10px;
  }

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

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

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

  .footer-link {
    font-size: 15px;
    line-height: 30px;
  }

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

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

  .full-width-image-section.para-img, .full-width-image-section.fence1, .full-width-image-section.decking, .full-width-image-section.building1, .full-width-image-section.gates {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-full-width {
    width: 100%;
  }

  .co-logo {
    height: 60px;
  }

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

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

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

  .nav-link {
    background-color: var(--black);
    text-align: right;
    width: 100%;
    font-size: 16px;
  }

  .icon-4 {
    color: var(--secondary);
  }

  .banner-red {
    font-size: 35px;
  }

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

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

  .h1 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 35px;
    line-height: 45px;
  }

  .h1-red {
    font-size: 35px;
  }

  .gallery-hover {
    padding-bottom: 60px;
  }

  .project1 {
    margin-bottom: 10px;
  }

  .gallery-head {
    font-size: 28px;
  }

  ._3x1-gallery {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

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

  .project2 {
    margin-bottom: 10px;
  }

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

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

  .content-section.orange {
    background-color: var(--third);
  }

  .service-banner {
    min-height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

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

  .buttons.banner {
    flex: 0 auto;
  }

  .btn-group {
    margin-bottom: 0;
  }

  .dropdown-toggle {
    width: 100%;
  }

  .text-block-2 {
    text-align: right;
  }

  .lottie-animation-2 {
    margin-bottom: 0;
  }

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

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

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

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

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

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

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

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

  .testimonials-grid.work-gallery, .google-maps {
    width: 100%;
  }

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

  .lb-img {
    height: 180px;
  }

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

  .contact-div-block {
    flex-flow: row;
    min-height: auto;
    padding: 30px 20px;
  }

  .phone-icon {
    margin-top: 5px;
    margin-right: 20px;
    font-size: 30px;
    line-height: 40px;
  }

  .text-block {
    margin-top: 10px;
    font-size: 16px;
  }

  .contact-page-link {
    font-size: 24px;
    line-height: 34px;
  }

  .geading-3-div {
    width: 100%;
  }

  .heading-medium {
    font-size: 4rem;
  }

  .heading-medium.text-uppercase {
    letter-spacing: -1px;
    font-size: 3.9rem;
  }

  .heading-medium.text-uppercase._0 {
    letter-spacing: -2px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 3.58rem;
  }

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

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

  .heading-2-img-section {
    width: 100%;
  }

  .heading-2-img-section.no-img.grid-edit {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-columns: 1fr;
    place-items: stretch stretch;
    width: 100%;
  }

  .page-padding-2 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .banner-header {
    margin-top: 60px;
    font-size: 34px;
    display: block;
  }

  .banner-header.white {
    line-height: 45px;
  }

  .p {
    font-size: 15.5px;
  }

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

  .body-section.white, .body-section.form-section, .body-section.form-section.rel {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .hero-bg-grad {
    height: 100vh;
    padding-top: 0;
  }

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

  .img-div.home-1 {
    margin-bottom: 0;
  }

  .section-h1-wrapper.display-flex {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
  }

  .footer-col {
    text-align: center;
    width: 100%;
  }

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

  .footer-wrapper {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    place-items: center;
  }

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

  .header-social-media {
    justify-content: center;
  }

  .full-width-image-section, .full-width-image-section.para-img, .full-width-image-section.fence1, .full-width-image-section.decking, .full-width-image-section.building1, .full-width-image-section.gates {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .dropdown-link, .nav-link {
    font-size: 15px;
  }

  .banner-red {
    margin-left: 0;
    font-size: 34px;
  }

  .h1 {
    margin-bottom: 20px;
    font-size: 34px;
    line-height: 44px;
  }

  .gallery-hover {
    padding-bottom: 40px;
  }

  .project1 {
    height: 300px;
  }

  ._3x1-gallery {
    margin-top: 30px;
  }

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

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

  .project2, .project3 {
    height: 300px;
  }

  .image {
    max-width: 280px;
  }

  .form {
    margin-top: 20px;
  }

  .top-links {
    font-size: 15px;
  }

  .top-container-black {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .contact-top {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
  }

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

  .service-banner {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .service-ban-text {
    text-align: center;
    width: 80%;
    line-height: 26px;
  }

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

  .buttons {
    text-align: center;
  }

  .buttons.banner {
    display: none;
  }

  .btn-group {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

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

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

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

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

  .underline {
    width: 50%;
  }

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

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

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

  .lb-img {
    height: 150px;
  }

  .grid {
    margin-top: 10px;
  }

  .contact-div-block {
    padding: 20px;
  }

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

  .contact-page-link {
    font-size: 20px;
    line-height: 30px;
  }

  .site-map-link {
    font-size: 15.5px;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .work_row {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .heading-medium {
    font-size: 3.5rem;
  }

  .heading-medium.text-uppercase {
    font-size: 2.8rem;
  }

  .heading-medium.text-uppercase._0 {
    margin-top: 5px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 2.6rem;
    line-height: 3rem;
  }

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

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

  .page-padding-2 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

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

  .banner-header.white {
    font-size: 30px;
    line-height: 38px;
  }

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

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

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

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

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

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

  .container {
    width: 90%;
  }

  .hero-bg-grad {
    height: 100vh;
    padding-top: 0;
    padding-bottom: 20px;
  }

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

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

  .service-div {
    height: auto;
    padding-bottom: 10px;
  }

  .service-top-image {
    height: 250px;
  }

  .service-top-image._2 {
    height: 0;
  }

  .service-top-image._1 {
    margin-bottom: 20px;
  }

  .service-number {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 50px;
    line-height: 50px;
  }

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

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

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

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

  .para {
    font-size: 15px;
    line-height: 24px;
  }

  .img-div {
    box-shadow: -8px 6px 0 0 var(--white);
    height: 250px;
    min-height: 250px;
    margin-top: 30px;
    margin-bottom: 0;
  }

  .img-div.home-1 {
    height: 250px;
    margin-top: 10px;
  }

  .img-div.decking {
    height: 250px;
  }

  .img-div.buildings {
    min-height: 250px;
  }

  .img-div.gate {
    height: 250px;
  }

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

  .footer-col {
    width: 100%;
  }

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

  .footer-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 20px;
    text-align: center;
    grid-template-columns: 1.25fr;
    padding-bottom: 20px;
  }

  .footer-section-title.white {
    font-size: 1.6em;
  }

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

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

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

  .full-width-image-section.para-img, .full-width-image-section.fence1, .full-width-image-section.decking, .full-width-image-section.building1, .full-width-image-section.gates {
    padding-top: 30px;
    padding-bottom: 30px;
  }

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

  .co-logo {
    height: 70px;
  }

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

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

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

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

  .contact-section {
    padding-top: 12px;
  }

  .nav-link {
    text-align: center;
    font-size: 16px;
  }

  .nav-link.w--current {
    text-align: center;
  }

  .icon-4 {
    font-size: 32px;
  }

  .banner-red {
    margin-left: 0;
    font-size: 30px;
  }

  .h1 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 40px;
  }

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

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

  .h1-red {
    font-size: 30px;
  }

  .gallery-hover {
    padding-bottom: 20px;
  }

  .gallery-hover:hover {
    padding-bottom: 120px;
  }

  .project1 {
    height: 250px;
  }

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

  .gallery-head {
    font-size: 22px;
  }

  ._3x1-gallery {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 0;
  }

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

  .project2, .project3 {
    height: 250px;
  }

  .h2.b-30 {
    font-size: 32px;
    font-weight: 300;
    line-height: 42px;
  }

  .h2.b-30.black {
    color: var(--secondary);
    font-size: 26px;
    font-weight: 700;
    line-height: 34px;
  }

  .image {
    width: 160px;
  }

  .footer-logo-link {
    margin-bottom: 0;
  }

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

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

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

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

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

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

  .h3 {
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.5;
  }

  .h3-logo {
    width: 200px;
  }

  .h3-logo.w--current {
    width: 200px;
    min-height: 70px;
  }

  .service-banner {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .service-ban-head {
    text-align: center;
    font-size: 40px;
    line-height: 50px;
  }

  .service-ban-text {
    width: 90%;
    margin-top: 20px;
  }

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

  .areas-list-item.areas-list-flex {
    padding-top: 0;
    padding-bottom: 5px;
    font-size: 15px;
  }

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

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

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

  .buttons {
    margin-bottom: 10px;
  }

  .buttons.dark {
    width: auto;
    margin-top: 10px;
    padding: 10px 30px;
  }

  .buttons._2 {
    margin-top: 10px;
    margin-left: 0;
  }

  .buttons.banner {
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }

  .sticky_btn_call {
    width: 75px;
    height: auto;
    bottom: 10%;
    left: 2px;
    right: auto;
  }

  .btn-group {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .dropdown-toggle {
    padding-left: 40px;
  }

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

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

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

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

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

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

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

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

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

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

  .livechat-button {
    width: 90%;
  }

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

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

  .assos._1 {
    height: 45px;
  }

  .assos._2 {
    background-size: contain;
    height: 30px;
  }

  .assos._3 {
    height: 45px;
  }

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

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

  .slide {
    padding: 0;
  }

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

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

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

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

  .underline {
    width: 30%;
  }

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

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

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

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

  .lb-img {
    height: 120px;
  }

  .grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 0;
  }

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

  .phone-icon {
    display: none;
  }

  .text-block {
    margin-top: 0;
    font-size: 16.5px;
  }

  .contact-page-link {
    font-size: 14px;
  }

  .site-map-link {
    font-size: 15px;
    line-height: 25px;
  }

  .default-list.list-grid-x2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .default-list._2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .h2-bullet-text {
    font-size: 15px;
  }

  .heading-medium {
    font-size: 3rem;
  }

  .heading-medium.text-uppercase {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 2.2rem;
    line-height: 2rem;
  }

  .heading-medium.text-uppercase._0 {
    letter-spacing: -1px;
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1.33rem;
    line-height: 1.5rem;
  }

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

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

  .heading-2-img-section {
    min-height: 300px;
  }

  .heading-2-img-section.no-img.grid-edit {
    grid-template-columns: 1fr;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

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

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

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

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

#w-node-af303b59-7e4f-143c-165c-1a5dd8eb9488-c3547f54 {
  place-self: end;
}

#w-node-_1e940b0a-1211-2880-edb3-72043d76c632-3d76c62f {
  place-self: center;
}

#w-node-_1e940b0a-1211-2880-edb3-72043d76c635-3d76c62f, #w-node-_364dfc0c-046a-057b-3eb1-0a5b902c966b-3d76c62f, #w-node-_1e940b0a-1211-2880-edb3-72043d76c654-3d76c62f {
  place-self: start;
}

#w-node-_1e940b0a-1211-2880-edb3-72043d76c672-3d76c62f, #w-node-_1e940b0a-1211-2880-edb3-72043d76c67b-3d76c62f {
  justify-self: center;
}

#w-node-_3c0fcd86-a33f-5001-d0c5-4674da1a2edd-da1a2eda {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3c0fcd86-a33f-5001-d0c5-4674da1a2ede-da1a2eda {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_20c28ece-a8fd-c293-4fe5-c1282ca2f854-2ca2f84a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_20c28ece-a8fd-c293-4fe5-c1282ca2f857-2ca2f84a {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-bbbcb832-307c-a759-10b0-5a19a328f852-2ca2f84a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-bbbcb832-307c-a759-10b0-5a19a328f855-2ca2f84a {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-_20c28ece-a8fd-c293-4fe5-c1282ca2f85d-2ca2f84a {
  align-self: end;
}

#w-node-_20c28ece-a8fd-c293-4fe5-c1282ca2f85e-2ca2f84a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_20c28ece-a8fd-c293-4fe5-c1282ca2f861-2ca2f84a {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-_20c28ece-a8fd-c293-4fe5-c1282ca2f867-2ca2f84a {
  align-self: end;
}

#w-node-_20c28ece-a8fd-c293-4fe5-c1282ca2f868-2ca2f84a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_20c28ece-a8fd-c293-4fe5-c1282ca2f86b-2ca2f84a {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-_34c2ff55-2904-aa63-18fe-05dd1f5a7aee-932ec282, #w-node-_34c2ff55-2904-aa63-18fe-05dd1f5a7af0-932ec282, #w-node-_34c2ff55-2904-aa63-18fe-05dd1f5a7af2-932ec282, #w-node-_34c2ff55-2904-aa63-18fe-05dd1f5a7af4-932ec282, #w-node-_34c2ff55-2904-aa63-18fe-05dd1f5a7af6-932ec282, #w-node-_34c2ff55-2904-aa63-18fe-05dd1f5a7af8-932ec282, #w-node-_34c2ff55-2904-aa63-18fe-05dd1f5a7afa-932ec282, #w-node-_34c2ff55-2904-aa63-18fe-05dd1f5a7afc-932ec282, #w-node-_34c2ff55-2904-aa63-18fe-05dd1f5a7afe-932ec282, #w-node-_34c2ff55-2904-aa63-18fe-05dd1f5a7b00-932ec282, #w-node-_34c2ff55-2904-aa63-18fe-05dd1f5a7b02-932ec282, #w-node-_34c2ff55-2904-aa63-18fe-05dd1f5a7b04-932ec282, #w-node-_34c2ff55-2904-aa63-18fe-05dd1f5a7b06-932ec282, #w-node-_34c2ff55-2904-aa63-18fe-05dd1f5a7b08-932ec282, #w-node-_34c2ff55-2904-aa63-18fe-05dd1f5a7b0a-932ec282, #w-node-_34c2ff55-2904-aa63-18fe-05dd1f5a7b0c-932ec282 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-df2f4195-fcd5-fc49-912a-83edc80131e3-e83fbed0 {
  place-self: end;
}

#w-node-_59bf2081-97f3-eed7-13bf-1e10ca441e70-a05510c4, #w-node-_15f7a61e-25b1-d892-2366-ac323a72eb3d-a05510c4, #w-node-_59bf2081-97f3-eed7-13bf-1e10ca441e76-a05510c4, #w-node-_6017764b-f1bf-1436-eeff-e21e9c418371-a05510c4, #w-node-_2b7a8a94-b0e3-95ac-aa04-be8371869b07-a05510c4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

  #w-node-_1e940b0a-1211-2880-edb3-72043d76c632-3d76c62f {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_1e940b0a-1211-2880-edb3-72043d76c672-3d76c62f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1e940b0a-1211-2880-edb3-72043d76c67b-3d76c62f {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: end;
  }
}

@media screen and (max-width: 767px) {
  #w-node-af303b59-7e4f-143c-165c-1a5dd8eb948b-c3547f54 {
    justify-self: auto;
  }

  #w-node-_1e940b0a-1211-2880-edb3-72043d76c632-3d76c62f, #w-node-_1e940b0a-1211-2880-edb3-72043d76c635-3d76c62f {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_364dfc0c-046a-057b-3eb1-0a5b902c966b-3d76c62f, #w-node-_1e940b0a-1211-2880-edb3-72043d76c654-3d76c62f {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center start;
  }

  #w-node-df2f4195-fcd5-fc49-912a-83edc80131e6-e83fbed0 {
    justify-self: auto;
  }

  #w-node-_59bf2081-97f3-eed7-13bf-1e10ca441e70-a05510c4, #w-node-_15f7a61e-25b1-d892-2366-ac323a72eb3d-a05510c4, #w-node-_59bf2081-97f3-eed7-13bf-1e10ca441e76-a05510c4, #w-node-_6017764b-f1bf-1436-eeff-e21e9c418371-a05510c4, #w-node-_2b7a8a94-b0e3-95ac-aa04-be8371869b07-a05510c4 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_1e940b0a-1211-2880-edb3-72043d76c632-3d76c62f, #w-node-_1e940b0a-1211-2880-edb3-72043d76c635-3d76c62f, #w-node-_364dfc0c-046a-057b-3eb1-0a5b902c966b-3d76c62f, #w-node-_1e940b0a-1211-2880-edb3-72043d76c654-3d76c62f {
    justify-self: start;
  }

  #w-node-_1e940b0a-1211-2880-edb3-72043d76c672-3d76c62f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1e940b0a-1211-2880-edb3-72043d76c67b-3d76c62f {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: end;
  }
}


@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Sharp 400';
  src: url('../fonts/fa-sharp-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 300';
  src: url('../fonts/fa-light-300.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Sharp 300';
  src: url('../fonts/fa-sharp-light-300.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 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 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Duotone 900';
  src: url('../fonts/fa-duotone-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa6';
  src: url('../fonts/FA6-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa6 solid';
  src: url('../fonts/FA6-Solid.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa6 brands';
  src: url('../fonts/FA6-Brands.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Arrow right solid';
  src: url('../fonts/arrow-right-solid.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}