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

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

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

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

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

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

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

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

:root {
  --dim-grey: #4c4a4b;
  --white: white;
  --royal-blue: #1b1b1d;
  --dim-grey-2: #ffdc1f;
  --gold: #005dd6;
  --cyan: #4090d7;
}

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

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

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

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

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

.announcement-bar {
  z-index: 5;
  background-color: #000;
  padding-top: 8px;
  padding-bottom: 8px;
  position: sticky;
}

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

.fa-social:hover {
  color: #1e1f1e;
  background-color: #f7f7f2;
}

.fa-social.foot {
  width: 45px;
  height: 45px;
  font-size: 25px;
}

.qoute-btn {
  border: 1px solid var(--white);
  color: var(--white);
  text-transform: uppercase;
  padding: 8px 20px;
  text-decoration: none;
  transition: all .3s;
}

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

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

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

.header-contact {
  border-left: 1px solid var(--white);
  flex: none;
  margin-left: 10px;
  padding-left: 5px;
}

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

.ripple.dl-btn {
  background-color: var(--royal-blue);
  right: -10%;
}

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

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

.main-block {
  grid-column-gap: 0px;
  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;
}

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

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

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

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

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

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

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

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

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

.nav-menu-2 {
  justify-content: flex-end;
  align-items: center;
  margin-right: 40px;
  display: flex;
}

.drop-down-icon {
  color: var(--white);
  margin: auto 0 auto 10px;
  display: flex;
  position: relative;
}

.nav-link-text {
  color: #fff;
  font-size: 14px;
}

.nav-link-text:hover {
  color: var(--dim-grey-2);
}

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

.dropdown-toggle {
  color: #fff;
  text-transform: uppercase;
  align-items: center;
  margin-right: 0;
  padding: 10px;
  font-weight: 600;
  transition: all .3s;
  display: flex;
}

.dropdown-toggle:hover {
  color: #5f5f51;
}

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

.fonticon.blue {
  color: var(--dim-grey-2);
  margin-right: 0;
  font-family: "Fa 300", sans-serif;
}

.header-div-3 {
  justify-content: space-between;
  align-items: center;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 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: 999;
  background-color: var(--gold);
  background-image: linear-gradient(352deg, var(--gold), var(--cyan));
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.menu-link-2 {
  color: #fff;
  text-transform: uppercase;
  margin-left: 2px;
  margin-right: 2px;
  padding: 10px 5px;
  font-size: 14px;
  font-weight: 600;
  transition: all .3s ease-in-out;
}

.menu-link-2:hover {
  color: var(--dim-grey-2);
  border-bottom: 1px #f7f7f2;
}

.menu-link-2:focus {
  border-bottom: 1px #000;
}

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

.menu-link-2.home {
  color: var(--white);
  font-weight: 700;
}

.menu-link-2.home:hover {
  color: var(--white);
}

.menu-link-2.home.w--current {
  color: var(--white);
  font-size: 16px;
  font-weight: 600;
}

.menu-link-2.stroke {
  border: 1px solid var(--dim-grey-2);
}

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

.mobile-block.lig-text {
  color: var(--dim-grey);
  cursor: pointer;
  transition: all .2s ease-in-out;
}

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

.h-link {
  color: var(--white);
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.hero-banner {
  height: auto;
}

.hero-mask {
  height: 75vh;
}

.slide-2 {
  background-image: linear-gradient(104deg, #000, #fff0), url('../images/BLUE-2.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

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

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

.menu-button-image-link.ss {
  background-image: url('../images/New-Build-1.webp');
}

.menu-button-image-link.ac {
  background-image: url('../images/church_1.webp');
}

.menu-button-image-link.rs {
  background-image: url('../images/Temporary-Roof-1.webp');
}

.menu-button-image-link.cs {
  background-image: url('../images/Commercial-Photo-3.webp');
}

.menu-button-image-link.nbs {
  background-image: url('../images/New-Build-2.webp');
}

.menu-button-image-link.ds {
  background-image: url('../images/Domestic-Photo-1.webp');
}

.black-int-link {
  z-index: 1;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding: 5px;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
  position: relative;
}

.menu-button-section {
  z-index: 1;
  background-color: #fff;
  justify-content: space-around;
  align-items: center;
  display: flex;
  position: relative;
  top: -32px;
}

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

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

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

.h1 {
  color: #000;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 40px;
}

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

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

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

.double-content-div.flex {
  flex-flow: column;
}

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

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

.btn-text.b {
  color: var(--royal-blue);
}

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

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

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

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

.primary-btn.gallery-btn.m-center.b {
  border-color: var(--royal-blue);
  color: var(--royal-blue);
}

.primary-btn.m-auto.cta {
  border: 1px solid var(--white);
}

.img {
  z-index: 1;
  object-fit: fill;
  background-image: url('../images/Commercial-Photo-3.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 116% 982px;
  width: 100%;
  height: 100%;
  position: relative;
}

.img.scaffold-1 {
  background-image: url('../images/side-scaffold.webp');
  background-position: 0 0;
  background-size: auto;
}

.img.access-main {
  background-image: url('../images/Access-Photo-3.webp');
  background-position: 50%;
  background-size: cover;
}

.img.roof-1 {
  background-image: url('../images/Temporary-Roof.webp');
  background-position: 100% 100%;
  background-size: cover;
}

.img.roof-1.roof01 {
  background-image: url('../images/Temporary-Roof.webp');
}

.img.new-build-1 {
  background-image: url('../images/New-Build-1.webp');
  background-position: 50%;
  background-size: cover;
}

.img.commercial {
  background-image: url('../images/Commercial-Photo-3.webp');
  background-position: 50%;
  background-size: cover;
}

.img.roofing {
  background-image: url('../images/Temporary-Roof.webp');
  background-size: cover;
  height: 100%;
}

.img.roofing.roof {
  background-image: url('../images/Temporary-Roof.webp');
}

.img.temp {
  background-image: url('../images/Temporary-Roof.webp');
  background-size: cover;
}

.p-2 {
  color: #000;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

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

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

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

.single-image-div {
  z-index: 1;
  border-radius: 0;
  width: 48%;
  position: relative;
}

.pinned-content-div {
  z-index: 5;
  justify-content: space-between;
  align-items: center;
  width: 68vw;
  padding-right: 0%;
  display: flex;
  position: absolute;
  inset: auto 0% auto auto;
}

.pinned-content-div.longus {
  width: 80vw;
}

.large-p-block {
  border: 1px solid var(--gold);
  background-color: #fff;
  padding: 50px;
  box-shadow: 1px 1px 3px #0000001f;
}

.h2 {
  color: #212121;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-weight: 400;
}

.h2.h2-white {
  color: #f7f7f2;
  font-size: 24px;
  line-height: 30px;
}

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

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

.h2.h2-white.lg-text.edit-padding.w {
  color: var(--white);
}

.h2.h2-white.lg-text.edit-padding.w.auto {
  margin-left: 0;
}

.h2.gap {
  margin-top: 40px;
}

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

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

.large-image-section.low-p-bottom {
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.large-image-section.low-p-bottom.long {
  padding-top: 220px;
  padding-bottom: 220px;
}

.large-single-image-div {
  background-image: url('../images/Domestic-Photo-1.webp');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  justify-content: space-between;
  align-items: stretch;
  width: 60%;
  height: 100%;
  min-height: 800px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.large-single-image-div.scaffold-3 {
  background-image: url('../images/scaffold-2.webp');
  background-position: 50%;
  background-size: cover;
  min-height: 850px;
}

.large-single-image-div.access-1 {
  background-image: url('../images/Access-Photo-2.webp');
  background-position: 50%;
  background-size: auto;
  min-height: 750px;
}

.large-single-image-div.roof-2 {
  background-image: url('../images/temporary-roof-3.webp');
  background-position: 50%;
  background-size: cover;
  min-height: 750px;
}

.large-single-image-div.new-build {
  background-image: url('../images/New-Build-2.webp');
  background-position: 50%;
  background-size: cover;
  min-height: 850px;
}

.large-single-image-div.commercial {
  background-image: url('../images/Domestic-Photo-6.webp');
  background-position: 174%;
  background-size: cover;
  min-height: 750px;
}

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

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

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

.testemonials {
  background-color: #000;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

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

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

.customer-titkle {
  color: #c0c1af;
  font-size: 18px;
  font-weight: 700;
}

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

.title-as-section {
  border-bottom: 2px solid var(--dim-grey-2);
  color: #f7f7f2;
  text-transform: uppercase;
  margin-left: 0;
  padding-bottom: 5px;
  font-size: 1.3em;
  font-weight: 700;
}

.title-as-section.lg-text {
  color: var(--royal-blue);
  margin-left: 0;
  font-size: 28px;
  line-height: 1;
}

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

.title-as-section.lg-text.black.bl {
  color: #000;
}

.title-as-section.lg-text.black.w {
  color: var(--white);
  border-bottom-style: solid;
}

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

.title-as-section.lg-text.w {
  color: var(--white);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.heading-3-top-title.top {
  margin-bottom: 30px;
}

.heading-3-top-title.t20 {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

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

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

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

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

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

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

.grey-content-section.bg-gradiant {
  background-color: #0000;
  background-image: linear-gradient(to bottom, #fff 60%, #5f5f51 60%, var(--royal-blue) 60%, #000 60%);
}

.grey-content-section.bg-gradiant.blue-area {
  background-color: var(--gold);
  background-image: none;
}

.grey-content-section.bg-gradiant.white-area {
  background-color: var(--white);
  background-image: none;
}

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

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

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

.grey-dividing-line.line-odd {
  background-color: var(--dim-grey-2);
}

.grey-dividing-line._120 {
  margin-bottom: 140px;
}

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

.grid-image-div.div2 {
  background-image: none;
}

.grid-image-div.div2.home-3 {
  background-image: url('../images/roof-1.webp');
  background-position: 50% 0;
  background-size: cover;
}

.grid-image-div.div2.scaffold-4 {
  background-image: url('../images/Domestic-Photo-1.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-image-div.div2.access-3 {
  background-image: url('../images/side.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-image-div.div2.roof-5 {
  background-image: url('../images/Temporary-roof-7.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-image-div.div2.new-build-1 {
  background-image: url('../images/BLUE-2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-image-div.div2.commerical-5 {
  background-image: url('../images/Commercial-Photo-9-.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-image-div.scaffold-2 {
  background-image: url('../images/shop_1.webp');
  background-position: 50%;
  background-size: cover;
  min-height: 450px;
}

.grid-image-div.acesss-2 {
  background-image: url('../images/scaffold-1.webp');
  background-position: 0 0;
  background-size: cover;
  min-height: 450px;
}

.grid-image-div.roof-4 {
  background-image: url('../images/Temporary-Roof-5-.webp');
  background-position: 50%;
  background-size: cover;
  min-height: 450px;
}

.grid-image-div.new-build-3 {
  background-image: url('../images/house-construction.webp');
  background-position: 50%;
  background-size: cover;
  min-height: 450px;
}

.grid-image-div.commercial-5 {
  background-image: url('../images/Commercial-Photo-8.webp');
  background-position: 50%;
  background-size: cover;
  min-height: 450px;
}

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

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

.works-image-grid.grid {
  grid-column-gap: 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%;
}

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

.works-texxt-lable {
  color: #fff;
  text-transform: uppercase;
  background-color: #000;
  padding: 15px 30px;
  display: inline-block;
  position: absolute;
  inset: 40px auto auto 0;
}

.works-1 {
  background-image: url('../images/roof-1.webp');
  background-position: 0%;
  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/Access-Photo-3.webp');
}

.works-1._2 {
  background-image: url('../images/New-Build-1.webp');
  background-position: 50%;
}

.works-1._3rd {
  background-position: 100% 0;
  background-repeat: repeat;
  background-size: 139% 138%;
}

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

.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: 20px;
  margin-bottom: 20px;
  padding: 0 0 10px;
  transition-property: none;
}

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

.cta-link {
  color: #000;
  text-transform: uppercase;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1.75;
  text-decoration: none;
}

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

.contact-section {
  background-color: #eef1f8;
  padding-top: 100px;
  padding-bottom: 100px;
}

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

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

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

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

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

.icon-2 {
  color: #f7f7f2;
  background-color: #202020;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  font-family: "Fa 300", sans-serif;
  font-size: 1.8em;
  line-height: 1.2;
  display: flex;
}

.heading-3-text {
  color: #c0c1af;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: auto;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
}

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

.heading-3-text.sm-h3.white-h3 {
  color: #f7f7f2;
  font-size: 20px;
  font-weight: 500;
}

.heading-3-right-text {
  background-color: var(--royal-blue);
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding: 40px;
  display: flex;
}

.heading-3-section {
  background-color: #5f5f51;
  padding: 0;
}

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

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

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

.heading-3-left-image {
  background-image: url('../images/PHOTO007.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  min-height: 250px;
}

.instagram {
  margin-top: 20px;
  margin-bottom: 0;
}

.foooter-logo {
  object-fit: contain;
  width: 80%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.footer-brand {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

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

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

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

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

.footer-section-2 {
  background-color: var(--gold);
  background-image: linear-gradient(260deg, var(--gold), var(--cyan));
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  display: flex;
}

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

.footer-contact-link {
  color: #fff;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s ease-in-out;
}

.footer-contact-link:hover {
  color: var(--dim-grey-2);
}

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

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

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

.footer-nav-item.footer-contact.auto-cusro {
  text-transform: capitalize;
  cursor: auto;
  font-weight: 600;
}

.footer-nav-item.footer-contact.auto-cusro:hover {
  color: #fff;
}

.text-span-4 {
  color: var(--dim-grey-2);
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  padding: 10px;
  font-family: "Fa 300", sans-serif;
  font-size: 24px;
  display: flex;
}

.contact-link {
  color: #f7f7f2;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: color .45s ease-in-out;
}

.contact-link:hover {
  color: var(--dim-grey-2);
}

.footerlinks-copy {
  color: #f7f7f2;
  text-align: center;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

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

.footer-info-div-2._1 {
  border: 1px solid #c0c1af;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding-bottom: 60px;
}

.footer-info-div-2._1.border-edit {
  border-style: solid;
  border-color: #c0c1af;
}

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

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

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

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

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

.default-list.list-grid-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: grid;
}

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

.h3-text-list {
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  transition: all .3s ease-in-out;
  display: flex;
}

.h3-text-list:hover {
  transform: translate(5px);
}

.h3-text-list.w {
  color: var(--white);
  flex-direction: row;
}

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

.fa-icon.w {
  background-color: var(--white);
  color: var(--royal-blue);
}

.list-item {
  margin-bottom: 10px;
}

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

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

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

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

.hyperlink {
  box-shadow: inset 0 -2px 0 0 var(--gold);
  color: var(--royal-blue);
  padding-left: 2.5px;
  padding-right: 2.5px;
  font-weight: 600;
  text-decoration: none;
  transition: all .45s ease-in-out;
  display: inline-block;
}

.hyperlink:hover {
  box-shadow: inset 0 -100px 0 0 var(--royal-blue);
  color: #f7f7f2;
}

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

.hyperlink.hyperlink-white:hover {
  color: #5f5f51;
  box-shadow: inset 0 -100px #f7f7f2;
}

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

.sitemap-list-item {
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 600;
}

.sitemap-link {
  color: #4b4b4b;
  text-decoration: none;
}

.sitemap-link:hover {
  color: #5f5f51;
}

.text-block-3 {
  color: var(--white);
  font-size: 14px;
  font-weight: 500;
}

.map {
  width: 100%;
  height: auto;
}

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

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

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

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

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

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

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

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

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

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

.live-chat-top-text {
  color: #fff;
  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 {
  border-radius: 50px;
  width: 55px;
  margin-right: 10px;
}

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

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

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

.live-chat-bottom-text.bold.bl {
  color: #000;
  text-align: left;
}

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

.live-chat-bottom-text.block.bl {
  color: #000;
}

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

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

.hyperlink-dark {
  box-shadow: inset 0 -2px 0 0 var(--dim-grey-2);
  color: var(--dim-grey-2);
  padding-left: 2.5px;
  padding-right: 2.5px;
  text-decoration: none;
  transition: all .45s ease-in-out;
}

.hyperlink-dark:hover {
  box-shadow: inset 0 -100px 0 0 var(--dim-grey-2);
  color: var(--royal-blue);
}

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

.h3 {
  color: var(--dim-grey-2);
}

.bold-text-3 {
  color: var(--royal-blue);
  font-size: 24px;
  line-height: 30px;
}

.bold-text-4 {
  color: var(--royal-blue);
}

.lottie-animation {
  width: 150px;
}

.div-block-12 {
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
  position: relative;
}

.link-block-2 {
  background-image: url('../images/JMD.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 168px;
  height: 13vh;
  margin-top: 20px;
  display: flex;
  position: static;
  inset: 42px 0% 0% auto;
}

.banner-hero {
  background-image: linear-gradient(#00000080, #00000080), url('../images/1-HY22-URM.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 60px;
  padding-left: 60px;
  display: flex;
}

.text-block-5 {
  color: var(--white);
  text-transform: uppercase;
  font-size: 82px;
  line-height: 70px;
}

.banner-small {
  font-size: 42px;
  font-weight: 300;
}

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

.background-image {
  background-image: url('../images/blue-van.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  min-height: 600px;
}

.background-image.scaffold {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/Scaffold-4.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  min-height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.background-image.scaffold.flex-down {
  flex-flow: column;
  display: flex;
}

.background-image.access {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Access-Photo-1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  min-height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.background-image.roof-3 {
  background-image: linear-gradient(#000000a6, #000000a6), url('../images/temporary-roof-4-.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  min-height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.background-image.new-build {
  background-image: url('../images/New-build.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  min-height: 600px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.background-image.commercial {
  background-image: linear-gradient(#000000a6, #000000a6), url('../images/large-building.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  min-height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.html-map {
  filter: grayscale(75%);
  display: none;
}

.map-section {
  justify-content: center;
  align-items: center;
  display: flex;
}

.service-banner {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Temporary-Roof-2.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  min-height: 450px;
  display: flex;
}

.service-banner._2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/large--towerarea-1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.service-banner._3 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/new-1-8.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.service-banner._4 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Commercial-Photo-9-.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.service-banner._5 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/brick.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.service-banner.area {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Area-1.webp');
  background-position: 0 0, 50% 35%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.service-banner.gallery {
  background-image: linear-gradient(#00000080, #00000080), url('../images/half-black.webp');
  background-position: 0 0, 50% 35%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.service-banner.team {
  background-image: linear-gradient(#00000080, #00000080), url('../images/new-1-1.webp');
  background-position: 0 0, 50% 35%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.service-banner.contact {
  background-image: linear-gradient(#00000080, #00000080), url('../images/contact_1.webp');
  background-position: 0 0, 50% 35%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.service-banner.site-map {
  background-image: linear-gradient(#00000080, #00000080), url('../images/outside-uptop.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.service-intro-text {
  color: var(--white);
  font-size: 60px;
  font-weight: 400;
  line-height: 60px;
}

.h3-small {
  font-weight: 500;
}

.h3-small.w {
  color: var(--white);
}

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

.gallery-thumb {
  object-fit: cover;
  width: 100%;
  height: 350px;
}

.team-member-wrap {
  width: 100%;
  max-width: 1300px;
  display: block;
}

.avatar-image {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
  overflow: scroll;
}

.card {
  background-color: #fff;
  border-top: 6px solid #fff;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 500px;
  padding-top: 32px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 17px;
  transition: all .45s ease-in-out;
  display: flex;
  position: relative;
  box-shadow: 72px 72px 72px #2233670f;
}

.card:hover {
  border-top-color: var(--gold);
  box-shadow: 11px 11px 55px #2233671a;
}

.number-text {
  color: var(--gold);
  font-size: 16px;
  text-decoration: none;
}

.contact-text {
  letter-spacing: 1.5px;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 500;
}

.team-member-section {
  background-color: #c0d5ff00;
  justify-content: center;
  align-items: center;
  min-height: auto;
  display: flex;
}

.author-avatar {
  border-radius: 100px;
  width: 120px;
  height: 120px;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.contact-link-2 {
  color: #8a8fa3;
  text-transform: uppercase;
  border-top: 1px solid #8a8fa329;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 70px;
  margin-top: 55px;
  margin-left: 5px;
  margin-right: 5px;
  font-weight: 500;
  text-decoration: none;
  transition: color .45s ease-in-out;
  display: flex;
}

.contact-link-2:hover {
  color: var(--gold);
}

.role {
  color: #8a8fa3;
  font-size: 18px;
}

.name {
  color: var(--royal-blue);
  letter-spacing: -.03em;
  margin-bottom: 5px;
  font-size: 24px;
  line-height: 1.3;
}

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

.phone-wrap {
  justify-content: center;
  align-items: center;
  margin-top: 35px;
  font-size: 18px;
  display: flex;
}

.email-icon {
  font-family: "Fa Sharp 300", sans-serif;
}

.mag {
  font-family: "Fa Solid 900", sans-serif;
}

.live-icon-2 {
  background-color: var(--dim-grey-2);
  border-radius: 100%;
  width: 15px;
  height: 15px;
  position: absolute;
  inset: 2px auto auto 2px;
}

.livechat-button-2 {
  background-color: var(--gold);
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 42px;
  text-decoration: none;
  transition: background-color .45s ease-in-out;
  display: flex;
}

.livechat-button-2:hover {
  background-color: var(--royal-blue);
}

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

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

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

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

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

.live-chat-bottom-text-2.bold {
  color: var(--white);
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 600;
  line-height: 24px;
}

.live-chat-bottom-text-2.block {
  color: var(--white);
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 24px;
}

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

.map-div-under {
  height: 79.6445%;
  margin-bottom: 200px;
}

.div-block-13 {
  margin-bottom: 60px;
  padding-left: 40px;
  padding-right: 40px;
}

.hidden {
  height: 1px;
  position: relative;
  top: -98px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.blu-div {
  background-color: var(--gold);
  width: 100%;
  padding-top: 20px;
  padding-bottom: 40px;
}

.pic-grid {
  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: 20px;
  display: grid;
}

.bridge-1 {
  background-image: url('../images/Commercial-Photo-4.webp');
  background-position: 50%;
  background-size: cover;
  height: 400px;
}

.bridge-1.b-2 {
  background-image: url('../images/Commercial-Photo-5.webp');
}

.bridge-1.b-3 {
  background-image: url('../images/Commercial-Photo-6-.webp');
}

.main-div {
  z-index: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.new-bg-video {
  z-index: 1;
  background-color: #fff;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.hero-content {
  z-index: 90;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hero-large-text {
  color: var(--dim-grey-2);
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 3.5em;
  font-weight: 700;
  line-height: 1.2;
}

.hero-para-text {
  color: var(--dim-grey-2);
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
}

.hero-btn-qoute {
  color: #fdfdfd;
  background-color: #00aeee;
  border-radius: 4px;
  margin-top: 20px;
  margin-right: 20px;
  padding: 15px 40px;
  font-size: 1.25em;
  line-height: 1.5;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: inline-block;
}

.hero-btn-qoute:hover {
  transform: scale(.95);
}

.hero-btn-qoute.small-button {
  background-color: var(--royal-blue);
  margin-top: 0;
  padding: 10px 20px;
  font-size: .9em;
}

.hidden-line {
  width: 100%;
}

.team-block {
  z-index: 3;
  background-color: var(--gold);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
}

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

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

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

.team-grid-2 {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-bottom: 20px;
}

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

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

.team-name-2 {
  color: #000;
  letter-spacing: -.04em;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 800;
  line-height: 32px;
}

.p-5 {
  color: #111;
  width: 100%;
  margin-bottom: 0;
  font-size: 1.1em;
  line-height: 1.7em;
}

.p-5.price-text {
  border-bottom: 3px solid var(--gold);
  color: #000;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
}

.image {
  width: 100%;
}

.map-div {
  background-image: url('../images/Radius-Screenshot_.webp');
  background-position: 50%;
  background-size: cover;
  height: 600px;
}

.insta-feed, .google-review {
  width: 100%;
}

.blue-faq {
  background-color: var(--cyan);
  padding-top: 40px;
  padding-bottom: 40px;
}

.faq {
  width: 100%;
}

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

  .testemonials-slider {
    position: static;
  }

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

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

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

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

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

  .whatsapp-chat {
    display: none;
  }

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

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

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

  .announcement-bar {
    display: none;
  }

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

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

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

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

  .navbar-2 {
    width: 100%;
  }

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

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

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

  .dropdown {
    width: 100%;
  }

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

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

  .dropdown-toggle {
    color: #000;
    background-color: #000;
    justify-content: space-between;
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .dropdown-toggle:hover {
    background-color: var(--dim-grey-2);
  }

  .icon {
    color: #fff;
  }

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

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

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

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

  .menu-link-2:hover {
    background-color: var(--dim-grey-2);
    color: #f7f7f2;
  }

  .menu-link-2:focus {
    color: #fff;
    background-color: #5e5e5e;
  }

  .menu-link-2.home {
    background-color: #000;
  }

  .menu-link-2.home:hover {
    background-color: var(--dim-grey-2);
  }

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

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

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

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

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

  .menu-button-image-link {
    height: 160px;
  }

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

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

  .h1 {
    font-size: 32px;
  }

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

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

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

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

  .pinned-content-div {
    justify-content: center;
    width: 100%;
    padding-right: 0%;
    position: static;
  }

  .pinned-content-div.longus {
    width: auto;
    padding-right: 0%;
  }

  .large-p-block {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .large-image-section {
    padding-bottom: 0;
  }

  .large-image-section.low-p-bottom {
    flex-direction: column;
  }

  .large-image-section.low-p-bottom.long {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .large-single-image-div {
    width: 100%;
    height: 350px;
    min-height: 350px;
    position: static;
  }

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

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

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

  .title-as-section.lg-text.black.bl, .title-as-section.lg-text.black.w, .title-as-section.lg-text.black.w {
    color: #000;
    font-size: 36px;
  }

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

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

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

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

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

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

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

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

  .left-contact {
    width: 100%;
  }

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

  .container-4 {
    width: 90%;
  }

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

  .heading-3-right-text {
    width: 100%;
  }

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

  .heading-3-left-image {
    width: 100%;
    margin-top: 0;
  }

  .footer-brand.w--current {
    min-height: 180px;
  }

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

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

  .footer-info-div-2._1 {
    border-left-style: solid;
    border-left-width: 1px;
    border-right-style: solid;
    padding: 40px 20px;
  }

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

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

  .default-list.list-grid, .default-list._w-list, .default-list.list-grid-2, .default-list._2 {
    grid-template-columns: 1fr 1fr;
  }

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

  .map {
    background-position: 50%;
  }

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

  .service-banner {
    min-height: 376px;
  }

  .service-intro-text {
    font-size: 55px;
  }

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

  .main-div {
    height: 700px;
  }

  .new-bg-video {
    height: 800px;
  }

  .hero-content {
    width: 100%;
  }

  .hero-large-text {
    font-size: 3em;
  }

  .hero-para-text {
    font-size: 1.1em;
  }

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

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

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

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

  .main-block {
    width: 100%;
  }

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

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

  .dl-menu.w--open {
    width: 309px;
  }

  .dropdown-toggle:hover {
    background-color: var(--dim-grey-2);
    color: #fff;
  }

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

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

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

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

  .hero-mask {
    height: 65vh;
  }

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

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

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

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

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

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

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

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

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

  .underline {
    width: 50%;
  }

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

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

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

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

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

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

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

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

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

  .heading-3-right-text {
    width: 100%;
    margin-top: 5px;
  }

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

  .heading-3-left-image {
    width: 100%;
  }

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

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

  .default-list.list-grid, .default-list._w-list, .default-list.list-grid-2, .default-list._2 {
    grid-template-columns: 1fr;
  }

  .text-block-5 {
    font-size: 54px;
    line-height: 53px;
  }

  .banner-small {
    font-size: 31px;
  }

  .service-intro-text {
    font-size: 43px;
  }

  .number-text {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

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

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

  .main-div {
    height: 140px;
  }

  .new-bg-video {
    height: 600px;
    display: flex;
  }

  .hero-large-text {
    font-size: 2.5em;
  }

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

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

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

  .headt-call-btn {
    padding-top: 8px;
    padding-bottom: 8px;
  }

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

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

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

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

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

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

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

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

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

  .icon {
    text-align: center;
  }

  .header-div-3 {
    flex-direction: column;
    justify-content: center;
    padding: 0;
    display: flex;
  }

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

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

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

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

  .h-link {
    font-size: 13px;
  }

  .menu-button-2 {
    color: #f7f7f2;
    background-color: #000;
    border-radius: 0;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
  }

  .menu-button-2:hover {
    background-color: var(--dim-grey-2);
    color: var(--dim-grey-2);
    border-radius: 0;
  }

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

  .hero-banner {
    display: block;
  }

  .hero-mask {
    height: 37vh;
  }

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

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

  .img {
    background-size: cover;
    height: 350px;
  }

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

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

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

  .large-p-block {
    box-shadow: none;
    background-color: #0000;
    width: 90%;
    padding: 0;
  }

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

  .large-image-section {
    flex-direction: column;
  }

  .large-single-image-div {
    border-radius: 4px;
    width: 90%;
    height: 250px;
    min-height: 250px;
    margin-bottom: 20px;
  }

  .large-single-image-div.scaffold-3, .large-single-image-div.access-1, .large-single-image-div.roof-2, .large-single-image-div.new-build, .large-single-image-div.commercial {
    min-height: 350px;
  }

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

  .testemonials {
    overflow: hidden;
  }

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

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

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

  .title-as-section.lg-text.black.w {
    color: var(--white);
    font-size: 25px;
  }

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

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

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

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

  .underline {
    width: 30%;
  }

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

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

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

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

  .testimonials-grid.work-gallery {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    display: block;
  }

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

  .slide {
    padding: 0;
  }

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

  .grey-content-section {
    margin-top: 60px;
  }

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

  .grey-content-section.bg-gradiant.service, .grey-content-section.bg-gradiant.blue-area, .grey-content-section.bg-gradiant.white-area {
    background-image: none;
  }

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

  .grid-image-div.div2.scaffold-4, .grid-image-div.div2.access-3, .grid-image-div.div2.roof-5, .grid-image-div.div2.new-build-1, .grid-image-div.div2.commerical-5 {
    height: 350px;
  }

  .grid-image-div.scaffold-2, .grid-image-div.acesss-2, .grid-image-div.roof-4, .grid-image-div.new-build-3, .grid-image-div.commercial-5 {
    min-height: 350px;
  }

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

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

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

  .works-1._1 {
    background-position: 0 0;
  }

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

  .cta-link {
    font-size: 1em;
  }

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

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

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

  .heading-3-text {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 18px;
  }

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

  .heading-3-right-text {
    padding: 20px;
  }

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

  .list {
    text-align: center;
  }

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

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

  .footer-nav-item.footer-contact {
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 10px;
  }

  .footer-nav-item.footer-contact.auto-cusro {
    text-align: center;
    flex-direction: column;
    justify-content: center;
  }

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

  .footer-info-div-2 {
    width: 100%;
  }

  .footer-info-div-2._1 {
    border-width: 1px;
    border-bottom-style: solid;
  }

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

  .fa-icon {
    flex: none;
  }

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

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

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

  .livechat-button {
    width: 90%;
  }

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

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

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

  .banner-hero {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 20px;
  }

  .text-block-5 {
    font-size: 34px;
    line-height: 39px;
  }

  .banner-small {
    font-size: 23px;
  }

  .service-banner {
    min-height: 290px;
  }

  .service-intro-text {
    text-align: center;
    font-size: 36px;
    line-height: 39px;
  }

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

  .gallery-thumb {
    height: 275px;
  }

  .number-text {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .team-member-section {
    padding-left: 0%;
    padding-right: 0%;
  }

  .contact-link-2 {
    min-height: 40px;
  }

  .role {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

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

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

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

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

  .bridge-1 {
    height: 250px;
  }

  .main-div {
    justify-content: flex-start;
    align-items: center;
    height: 400px;
  }

  .new-bg-video {
    position: relative;
  }

  .hero-content {
    justify-content: center;
    align-items: center;
    width: 100%;
    top: 24%;
  }

  .hero-large-text {
    font-size: 1.5em;
  }

  .hero-btn-qoute {
    display: none;
  }

  .map-div {
    height: 200px;
  }
}

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

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

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

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

#w-node-d192433c-c92f-ebbb-b529-ca7df7f9093c-f7f90930, #w-node-a72547a0-9952-53a0-ce25-7bcb68d96551-f7f90930, #w-node-d192433c-c92f-ebbb-b529-ca7df7f90949-f7f90930, #w-node-d192433c-c92f-ebbb-b529-ca7df7f90952-f7f90930 {
  align-self: center;
}

#w-node-_7292e579-060c-babb-a36f-07de3b766642-0cbbf40a, #w-node-dbdde38e-7f52-1259-4776-f575c51d6d2e-ad876000, #w-node-dbdde38e-7f52-1259-4776-f575c51d6d2e-15624b3a, #w-node-_5ba7f568-9228-38ef-0878-1ea1424a9e27-15624b3a, #w-node-dbdde38e-7f52-1259-4776-f575c51d6d2e-67266f7d, #w-node-_5ba7f568-9228-38ef-0878-1ea1424a9e27-67266f7d, #w-node-dbdde38e-7f52-1259-4776-f575c51d6d2e-6c56a6a0, #w-node-_5ba7f568-9228-38ef-0878-1ea1424a9e27-6c56a6a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e915ee16-a78b-db92-39fd-f3cafea29585-f27ec40d {
  place-self: end;
}

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

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

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

  #w-node-_9b5f3926-56e9-80a9-d8d6-c5e410323bf5-ff15aebb, #w-node-_9b5f3926-56e9-80a9-d8d6-c5e410323bf6-ff15aebb, #w-node-_9b5f3926-56e9-80a9-d8d6-c5e410323bf5-d45f1eda, #w-node-_9b5f3926-56e9-80a9-d8d6-c5e410323bf6-d45f1eda, #w-node-_9b5f3926-56e9-80a9-d8d6-c5e410323bf5-4b257b1c, #w-node-_9b5f3926-56e9-80a9-d8d6-c5e410323bf6-4b257b1c, #w-node-_9b5f3926-56e9-80a9-d8d6-c5e410323bf5-ced094d5, #w-node-_9b5f3926-56e9-80a9-d8d6-c5e410323bf6-ced094d5, #w-node-_9b5f3926-56e9-80a9-d8d6-c5e410323bf5-1555d0cd, #w-node-_9b5f3926-56e9-80a9-d8d6-c5e410323bf6-1555d0cd {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e915ee16-a78b-db92-39fd-f3cafea29584-f27ec40d {
    justify-self: auto;
  }
}


@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype'), url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Duotone 900';
  src: url('../fonts/fa-duotone-900.ttf') format('truetype'), url('../fonts/fa-duotone-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype'), url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Regular 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 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 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 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 V 4 Compatibility';
  src: url('../fonts/fa-v4compatibility.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 300';
  src: url('../fonts/fa-light-300.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 100';
  src: url('../fonts/fa-thin-100.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}