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

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

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

:root {
  --green: #62fe5b;
  --pink: #f834fb;
  --black: #000;
  --white: white;
  --orange: #fcb42d;
}

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

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

.pop-head {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 39px;
}

.footer-brand {
  text-decoration: none;
}

.footer-brand.popup {
  height: 60px;
}

.widget-block {
  z-index: 1000;
  text-align: center;
  background-image: linear-gradient(#000000ed, #000000ed);
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 430px;
  height: auto;
  padding: 40px;
  display: block;
  position: fixed;
  inset: auto auto 3% 1%;
  box-shadow: 1px 1px 3px #0000002e;
}

.close-icon {
  color: #fff;
  cursor: pointer;
  background-color: #0000;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  font-size: 22px;
  display: flex;
  position: absolute;
  inset: 10px 10px auto auto;
}

.close-icon:hover {
  background-color: #0000;
}

.close-icon.circle {
  background-color: var(--green);
  font-family: "Fa Sharp Solid 900", sans-serif;
}

.text-span-2 {
  font-size: 30px;
  font-weight: 700;
}

.primary-btn {
  background-color: var(--pink);
  color: #fff;
  border-radius: 4px;
  margin-top: 20px;
  padding: 20px 40px;
  text-decoration: none;
  transition: background-color .3s ease-in-out;
  display: inline-block;
}

.primary-btn:hover {
  background-color: var(--green);
  color: #000;
}

.primary-btn.hovr-black:hover {
  color: #f9f9f9;
  background-color: #080f34;
}

.primary-btn.hovr-black.margin-top-20 {
  margin-top: 20px;
}

.primary-btn.hovr-black.margin-top-20.mobil-btn {
  display: inline-block;
}

.primary-btn.hovr-black.margin-top-20.mobil-btn:hover {
  background-color: var(--green);
  color: var(--black);
}

.primary-btn.hovr-black.margin-top-20.none-mob {
  background-color: var(--pink);
}

.primary-btn.hovr-black.margin-top-20.none-mob:hover {
  background-color: var(--green);
}

.primary-btn.margin-top-40 {
  margin-top: 20px;
}

.primary-btn.margin-top-40.btn-white {
  color: #151623;
  background-color: #f9f9f9;
  border: 1px #f9f9f9;
}

.primary-btn.margin-top-40.btn-white:hover {
  background-color: var(--green);
  color: var(--black);
}

.primary-btn.margintop-40-1 {
  margin-top: 20px;
}

.primary-btn.margintop-40-1:hover {
  color: #f9f9f9;
  background-color: #151623;
}

.primary-btn.light-button {
  background-color: var(--black);
}

.primary-btn.light-button:hover {
  color: var(--white);
}

.nav-menu {
  justify-content: center;
  align-items: center;
  margin-right: 0;
  display: flex;
}

.dl-link {
  flex: none;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all .2s ease-in-out;
}

.dl-link:hover {
  background-color: var(--green);
  color: var(--black);
}

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

.nav-link {
  color: #fff;
  border-radius: 5px;
  margin-right: 0;
  padding: 10px 20px;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .3s ease-in-out;
}

.nav-link:hover {
  color: var(--green);
  background-color: #ffffff12;
}

.nav-link.w--current {
  color: var(--pink);
  border-bottom-color: #f9f9f9;
  flex: 0 auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-link.no-margin-right {
  margin-right: 0;
}

.announcement-contact-info {
  justify-content: flex-start;
  align-items: center;
  margin-left: 5px;
  margin-right: 5px;
  display: flex;
}

.announcement-contact-info.margin-right-20 {
  margin-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.navbar {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.drop-down-icon {
  margin-left: 0;
  margin-right: 0;
  font-size: 1.05em;
}

.dl-menu.w--open {
  background-color: #fff;
  border-radius: 6px;
  margin-top: 10px;
  margin-left: -20px;
  overflow: hidden;
}

.navbar-cta {
  color: #fff;
  background-color: #f834fb;
  border-radius: 0;
  margin-left: 10px;
  padding: 20px 40px;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: inline-block;
}

.navbar-cta:hover {
  background-color: var(--green);
  color: #000;
}

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

.announcement-time {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
}

.announcement-time:hover {
  color: var(--pink);
}

.dropdown-toggle {
  color: #fff6f6;
  margin-right: 0;
  padding: 0 20px 0 0;
}

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

.navbar-container {
  background-color: #0000;
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.navigation {
  z-index: 1000;
  background-color: #000;
  padding-top: 0;
  padding-bottom: 20px;
  position: fixed;
  inset: 0% 0% auto;
}

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

.announcement-link {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

.announcement-link:hover {
  color: var(--pink);
}

.announcement-icon {
  background-color: var(--green);
  color: var(--black);
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-right: 5px;
  font-family: "Fa Sharp Solid 900", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
}

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

.top-banner.hide, .slide-nav {
  display: none;
}

.slide-1 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/scaffolding-on-new-build.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-1._2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/commercial-scaffolding.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-main-text {
  color: var(--white);
  font-size: 60px;
  font-weight: 700;
  line-height: 1.25;
}

.hero-primary {
  color: #333;
  background-color: #fff;
  border-radius: 4px;
  margin-top: 20px;
  padding: 15px 40px;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: inline-block;
}

.hero-primary:hover {
  color: #fff;
  background-color: #ff6363;
}

.hero-primary.margin-right {
  background-color: var(--pink);
  color: var(--white);
  margin-top: 40px;
  margin-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  transition-property: background-color;
  display: inline-block;
}

.hero-primary.margin-right:hover {
  background-color: var(--green);
  direction: rtl;
  color: var(--black);
}

.hero-slider {
  height: 100vh;
  overflow: hidden;
}

.hero-wrapper {
  z-index: 2;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hero-sub-heading {
  color: #fff;
  font-size: 26px;
  font-weight: 300;
  line-height: 1.5;
}

.hero-content {
  text-align: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
}

.icon-5 {
  font-size: 24px;
}

.hero-section {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), linear-gradient(#00000080 20%, #fff0);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  height: 100vh;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}

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

.section-services.border-bottom {
  border-bottom: 1px solid #78787980;
}

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

.container._w-90 {
  width: 90%;
}

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

.heading-under-line.margin-top-minus-20 {
  background-color: #62fe5b;
  margin-top: -20px;
}

.heading-under-line.white {
  background-color: #151623;
}

.heading-under-line.white.white-white {
  background-color: #f9f9f9;
}

.heading-under-line.center {
  margin-left: auto;
  margin-right: auto;
}

.heading-under-line.center.thin {
  height: 2px;
}

.services-box-arrow-icon {
  background-color: var(--green);
  color: var(--black);
  border-top-left-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-size: 2em;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.services-box-title {
  color: #fff;
  text-align: center;
  text-transform: none;
  font-size: 1.9em;
  font-weight: 600;
  line-height: 1.5;
}

.services-heading {
  color: #151623;
  text-transform: uppercase;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-right: 20px;
  font-size: 38px;
  font-weight: 800;
  line-height: 1.25;
  display: inline-block;
}

.services-wrapper.display-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1.5fr 1.5fr 1.5fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.services-wrapper.grid-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.services-box {
  background-image: linear-gradient(#0000004d, #0000004d), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 500px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.services-box:hover {
  background-image: linear-gradient(#0000004d, #0000004d), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.services-box.bathroom {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/_294096524_1_294096524.webp');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.services-box.bathroom:hover {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/_294096524_1_294096524.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.services-box.open-living, .services-box.open-living:hover {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/jean-philippe-delberghe-fnIIuaEHvII-unsplash_1jean-philippe-delberghe-fnIIuaEHvII-unsplash.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.services-box._1 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/new-extension-scaffolding.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.services-box._1.new-1 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_0466.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.services-box._2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/wraparound-scaffolding.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.services-box._2.new-2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_1007.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.services-box._3 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/side-scaffolding.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.services-box._3.new-3 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Unknown-2.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.services-box.first {
  background-image: linear-gradient(#00000080, #00000080), url('../images/roof-scaffolding_1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.services-box.second {
  background-image: linear-gradient(#00000080, #00000080), url('../images/large-house.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

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

.section-heading-1.margin-bottom-10 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 3em;
  line-height: 1.1;
}

.section-heading-1.margin-bottom-10.white {
  color: #f9f9f9;
  font-size: 38px;
}

.section-wrapper.display-flex {
  justify-content: space-between;
  display: flex;
}

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

.section-image {
  border-radius: 4px;
  width: 50%;
  overflow: hidden;
}

.section-image.border-radius-md {
  border-top-left-radius: 60px;
  border-bottom-right-radius: 60px;
}

.section-image.border-radius-md.box-shadow-none {
  box-shadow: none;
  border-radius: 0 60px;
}

.section-image.border-radius-md.map {
  border-radius: 0;
}

.section-heading-1-with-image {
  background-color: #000;
  padding-top: 120px;
  padding-bottom: 100px;
}

.section-heading-1-with-image.no-bg {
  background-color: #0000;
}

.section-heading-1-with-image.no-bg.yellow-bg {
  background-color: var(--pink);
  padding-top: 120px;
}

.section-heading-1-with-image.m-bottom-none {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-heading-1-with-image.yellow-bg {
  background-color: var(--orange);
}

.section-heading-1-with-image.black-section {
  background-image: url('../images/black-scaffolfing.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 120px;
}

.section-heading-1-with-image.pink {
  background-color: var(--pink);
}

.para {
  color: #797878;
  font-size: 1em;
  line-height: 1.75;
}

.para.white {
  color: #e4e4e4;
  font-size: 14px;
}

.para.white-grey {
  color: #f7f7f7;
  font-size: 14px;
}

.bullet-heading {
  color: var(--white);
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  display: flex;
}

.bullet-heading.black {
  color: var(--black);
}

.inner-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  transition: all .3s ease-in-out;
}

.inner-image:hover {
  transform: scale(1.1);
}

.inner-image.home-1 {
  background-image: url('../images/men-in-scaffold.webp');
}

.inner-image.home-1.new {
  background-image: url('../images/IMG_0916.webp');
  background-size: contain;
}

.inner-image.home-2 {
  background-image: url('../images/roof-scaffolding.webp');
}

.inner-image.home-2.second-2 {
  background-image: url('../images/IMG_1494.webp');
}

.inner-image.google, .inner-image.map {
  background-image: none;
}

.inner-image.map:hover {
  transform: none;
}

.inner-image.service-1 {
  background-image: url('../images/rubbish-shoot.webp');
}

.inner-image.service-1.new {
  background-image: url('../images/IMG_2542.webp');
  background-size: cover;
}

.inner-image.service-2 {
  background-image: url('../images/interior-scaffolding.webp');
  background-position: 50%;
}

.inner-image.service-2.new {
  background-image: url('../images/IMG_1582.webp');
}

.inner-image.new-1 {
  background-image: url('../images/small-new-build-scaffolding.webp');
}

.inner-image.new-1.new-3 {
  background-image: url('../images/IMG_2858.webp');
}

.inner-image.new-2 {
  background-image: url('../images/scaffolding-without-a-roof.webp');
}

.inner-image.new-2.new-4 {
  background-image: url('../images/IMG_4429.webp');
  background-size: contain;
}

.inner-image.domestic-1 {
  background-image: url('../images/chimey-scaffolding.webp');
  background-position: 50% 0;
}

.inner-image.domestic-1.domestic-new {
  background-image: url('../images/Unknown.webp');
}

.inner-image.domestic-2 {
  background-image: url('../images/domestic-scaffolding.webp');
}

.inner-image.domestic-2.domestic-new-2 {
  background-image: url('../images/Unknown-5.webp');
  background-position: 100%;
  background-size: contain;
}

.inner-image.temp-1 {
  background-image: url('../images/scaffolding-inside-new-build.webp');
}

.inner-image.temp-1.new-roof-1 {
  background-image: url('../images/IMG_2647.webp');
  background-size: contain;
}

.inner-image.temp-2 {
  background-image: url('../images/sheet-scaffolding.webp');
}

.inner-image.temp-2.new-roof-2 {
  background-image: url('../images/IMG_1600.webp');
  background-size: contain;
}

.inner-image.comm-1 {
  background-image: url('../images/wraparound-scaffolding.webp');
}

.inner-image.comm-1.new-1 {
  background-image: url('../images/IMG_2857.webp');
}

.inner-image.comm-2 {
  background-image: url('../images/commercial-scaffolding.webp');
}

.inner-image.comm-2.new {
  background-image: url('../images/IMG_0573.webp');
}

.default-bullet-list {
  margin-bottom: 0;
  padding-left: 20px;
}

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

.default-bullet-list.margin-b-t-20.list-grid {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.default-bullet-list.margin-b-t-20._3-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.default-bullet-list.margin-b-t-20._2-row {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.default-bullet-list.margin-b-t-20._4-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-content {
  width: 100%;
}

.section-content.inner-padding-right {
  width: 45%;
  padding-left: 0;
  padding-right: 0;
}

.section-content.inner-padding-right._w-100 {
  width: 100%;
  padding-right: 0;
}

.section-content.inner-padding-right._100 {
  width: 100%;
}

.list-item {
  color: #787879;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 500;
  display: flex;
}

.list-item.white {
  color: #e4e4e4;
  padding-top: 0;
}

.font-icon {
  color: #f9f9f9;
  background-color: #ff6363;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  display: flex;
}

.font-icon.edit.green {
  background-color: var(--green);
  color: var(--black);
}

.font-icon.edit {
  background-color: #f8b400;
  flex: none;
  width: 30px;
  height: 30px;
  font-family: "Fa Duotone 900", sans-serif;
}

.font-icon.edit.google {
  background-color: var(--green);
  color: var(--black);
  font-family: "Fa Sharp Solid 900", sans-serif;
}

.products-wrapper.display-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 2.75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.product-info {
  text-align: left;
  padding-left: 20px;
}

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

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

.section-products.position-relative {
  position: relative;
}

.section-products.position-relative.overlay-bg {
  padding-top: 140px;
  padding-bottom: 140px;
}

.collections-desc-test {
  color: #151623;
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5;
  display: block;
}

.product-item {
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.counter-block {
  padding-top: 20px;
  padding-bottom: 20px;
}

.services-grid {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 20px;
  display: grid;
}

.mini-title {
  color: var(--pink);
  font-size: 20px;
  font-weight: 700;
}

.mini-title.dark {
  color: #f8b400;
  font-size: 1.5em;
  font-weight: 600;
}

.mini-title.padd {
  margin-top: 0;
  padding-top: 25px;
}

.service-title {
  color: #f9f9f9;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.8;
}

.works-h2 {
  color: #fff;
  font-size: 39px;
  line-height: 1;
}

.works-h2.dark {
  color: #080f34;
  font-size: 40px;
}

.title {
  text-align: center;
}

.title.left {
  text-align: left;
}

.service-block {
  background-color: #151623;
  border-radius: 5px;
  padding: 30px;
  transition: all .3s ease-in-out;
  overflow: hidden;
}

.services-additional {
  padding-top: 120px;
  padding-bottom: 100px;
}

.service-icon {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
}

.service-icon._6 {
  background-image: url('../images/Asset-10_1Asset-10.webp');
}

.service-icon._4 {
  background-image: url('../images/Asset-2_1Asset-2.webp');
}

.service-icon._5 {
  background-image: url('../images/Asset-15_1Asset-15.webp');
}

.service-icon._2 {
  background-image: url('../images/Asset-9_1Asset-9.webp');
}

.service-icon._3 {
  background-image: url('../images/Asset-26_1Asset-26.webp');
}

.service-icon._1 {
  background-image: url('../images/home.webp');
}

.service-icon.second {
  background-image: url('../images/helmet.webp');
}

.service-icon.third {
  background-image: url('../images/building.webp');
}

.service-icon.fourth {
  background-image: url('../images/scaffolding.webp');
}

.service-icon.five {
  background-image: url('../images/scaffolding-1.webp');
}

.service-icon.six {
  background-image: url('../images/worker.webp');
}

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

.works-image-grid.grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: var(--black);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 60px;
  text-decoration: none;
  display: grid;
  position: relative;
  left: 0%;
}

.view-project {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 1px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-left: 0;
  padding: 15px 40px;
  font-size: 1em;
  text-decoration: none;
  transition: all .3s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.view-project:hover {
  background-color: var(--green);
  color: #151623;
}

.view-project.display-none {
  border-radius: 4px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  transition-property: background-color;
}

.project-name {
  color: #fff;
  font-size: 16px;
}

.img-project {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  align-items: flex-end;
  min-height: 600px;
  padding: 21px;
  transition: all .3s;
  display: flex;
  position: relative;
  box-shadow: inset 0 0 60px #15162300;
}

.img-project:hover {
  box-shadow: none;
  transform: scale(1.05);
}

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

.img-project._2:hover {
  box-shadow: none;
}

.img-project._2.new-imag-2 {
  background-image: url('../images/IMG_2655.webp');
}

.img-project._1 {
  background-image: url('../images/commercial-scaffolding_1.webp');
  background-position: 50%;
  background-size: cover;
}

.img-project._1:hover {
  box-shadow: none;
}

.img-project._1.new-imag-1 {
  background-image: url('../images/IMG_0914.webp');
  background-size: cover;
}

.img-project._3 {
  background-image: url('../images/chimney-scaff.webp');
  background-position: 50%;
}

.img-project._3.new-imag-3 {
  background-image: url('../images/IMG_3622.webp');
}

.project-title {
  background-color: var(--pink);
  color: var(--white);
  padding: 5px 30px;
  display: inline-block;
  position: absolute;
  inset: 20px auto auto 20px;
}

.our-works-section {
  background-color: var(--black);
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.img-block {
  color: #151623;
  text-decoration: none;
}

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

.heading.h3 {
  color: #151623;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}

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

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

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

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

.name {
  background-color: #f9f9f9;
  border: 1px solid #aaaaaa45;
  border-radius: 5px;
  height: 50px;
  padding: 15px;
  font-size: 1em;
  font-weight: 500;
  transition: all .2s ease-in-out;
  display: block;
}

.name:hover {
  border-color: #ff63634d;
}

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

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

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

.message {
  background-color: #0000;
  border: 1px solid #aaaaaa4a;
  border-radius: 4px;
  min-height: 200px;
  padding: 15px;
  transition: all .2s ease-in-out;
}

.message:hover {
  border-color: #ff6363;
}

.cta-text-contact {
  color: #151623;
  margin-bottom: 10px;
  font-size: 1.25em;
  font-weight: 600;
}

.cta-text-contact.w {
  color: #fff;
}

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

.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: #00000091;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1.75;
  text-decoration: none;
}

.cta-link.w {
  color: #ffffff91;
}

.heading-3-text {
  color: #fff;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}

.heading-3-section {
  background-color: var(--pink);
  padding-top: 60px;
  padding-bottom: 60px;
}

.heading-3-subheading {
  color: var(--green);
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 700;
}

.heading-3-container-wrapper.display-flex {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.heading-3-left-section {
  text-align: center;
}

.heading-3-btn {
  color: #f9f9f9;
  border: 2px solid #f9f9f9;
  border-radius: 4px;
  padding: 20px 40px;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

.heading-3-btn:hover {
  background-color: var(--green);
  color: var(--black);
  border-color: #080f34;
}

.footer-desing-1-col {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.footer-desing-1-col.center {
  align-items: center;
}

.footer-comp-desc {
  color: #aaa;
  font-size: 1em;
  line-height: 1.75;
}

.footer-comp-desc.margin-top-bottom-40 {
  margin-top: 40px;
  margin-bottom: 20px;
}

.footer-copy-bottom {
  border-top: 1px solid #aaaaaa40;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 10px;
}

.footer-social-icon {
  color: var(--green);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-right: 20px;
  font-size: 1.2em;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
}

.footer-social-icon:hover {
  color: var(--pink);
  background-color: #ffffff0f;
}

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

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

.footer-copy {
  color: #aaa;
  text-align: center;
  width: 90%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1em;
  font-weight: 300;
}

.footer-social-media {
  margin-top: 20px;
  font-family: "Fa Brands 400", sans-serif;
  display: flex;
}

.logo-text-placeholder {
  color: #fff;
  font-size: 3em;
  font-weight: 700;
}

.logo-text-placeholder.menu {
  margin-bottom: 10px;
  font-size: 1.2em;
  font-weight: 600;
}

.footer-menu-links-link {
  color: #fff;
  text-decoration: none;
  transition: all .2s ease-in-out;
}

.footer-menu-links-link:hover {
  color: var(--green);
}

.footer-menu-links-link.w--current {
  color: var(--pink);
}

.footer-menu-link {
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  list-style-type: none;
}

.footer-menu-link.c {
  text-align: center;
}

.footer-links {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

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

.footer-desing-1-wrapper.display-grid-x3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.body {
  background-color: #0000;
  font-family: Montserrat, sans-serif;
}

.logo {
  width: auto;
  height: 50px;
}

.hero-section-2 {
  background-image: linear-gradient(#00000080 20%, #fff0), url('../images/grey-hero_1grey hero.webp');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 100vh;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}

.hero-section-2.service {
  background-image: linear-gradient(#00000080 20%, #fff0), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 60vh;
  padding-top: 60px;
  display: flex;
  top: auto;
}

.banner-title {
  color: #fff;
  text-transform: uppercase;
  background-color: #ababab;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 7px;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.5;
  display: flex;
}

.inner-image-2 {
  background-image: url('../images/_235305251_1_235305251.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  transition: all .3s ease-in-out;
}

.inner-image-2:hover {
  transform: scale(1.1);
}

.inner-image-3 {
  background-image: url('../images/_235305251_1_235305251.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  transition: all .3s ease-in-out;
}

.inner-image-3:hover {
  transform: scale(1.1);
}

.inner-image-3.google-map {
  background-image: none;
  border-radius: 0;
}

.inner-image-3.google-map:hover {
  transform: none;
}

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

.footer-menu-links-link-2 {
  color: #fff;
  text-decoration: none;
  transition: all .2s ease-in-out;
}

.footer-menu-links-link-2:hover {
  color: #f8b400;
}

.contactform {
  width: 100%;
}

.google-map {
  background-image: url('../images/google.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  height: 550px;
}

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

.lb {
  border: 3px solid var(--pink);
  width: 100%;
}

.testimonials {
  color: var(--orange);
}

._3x3 {
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 20px;
}

.testimonial-div {
  text-align: center;
  border: 2px solid #f8b400;
  padding: 18px;
}

.qoate-symbol {
  color: #fff;
  justify-content: flex-end;
  margin-left: auto;
  padding-bottom: 0;
  font-family: "Fa Sharp Solid 900", sans-serif;
  font-size: 40px;
  line-height: 1;
  display: inline-block;
  position: relative;
}

.testimonial-heading {
  color: #f8b400;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 21px;
  font-weight: 800;
}

.date-and-time {
  color: #f8b400;
  margin-top: 10px;
  margin-bottom: 5px;
  font-weight: 700;
}

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

.p {
  color: var(--white);
  text-align: left;
  font-size: 15px;
  line-height: 1.5;
}

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

.p.center {
  margin-left: auto;
  margin-right: auto;
}

.img {
  width: 100%;
}

.heading-2 {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 45px;
  font-weight: 400;
  line-height: 48px;
}

.heading-3 {
  text-transform: uppercase;
  margin-bottom: 40px;
  font-weight: 800;
}

.heading-4 {
  margin-bottom: 40px;
}

.h2 {
  color: var(--white);
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

.h2-dark {
  color: var(--black);
  margin-bottom: 40px;
}

.h2-dark.reduce {
  margin-bottom: 0;
}

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

.contact-form {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.html-embed {
  width: 100%;
  padding: 0;
}

.html-embed-2 {
  color: var(--white);
}

.footer-logo {
  width: auto;
  height: 50px;
  margin-bottom: 10px;
}

.h1-small {
  color: var(--green);
  font-weight: 300;
}

.hyperlink {
  box-shadow: inset 0 -2px 0 0 var(--pink);
  color: var(--white);
  text-decoration: none;
  transition: all .3s ease-in-out;
}

.hyperlink:hover {
  box-shadow: inset 0 -50px 0 0 var(--pink);
}

.phone-link {
  box-shadow: inset 0 -2px 0 0 var(--green);
  color: var(--white);
  text-decoration: none;
  transition: all .3s ease-in-out;
}

.phone-link:hover {
  box-shadow: inset 0 -50px 0 0 var(--green);
  color: var(--black);
}

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

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

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

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

.livechat-button {
  background-color: var(--pink);
  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(--green);
}

.whatsapp-container {
  z-index: 30;
  background-color: var(--pink);
  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: var(--green);
  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 {
  letter-spacing: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  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;
}

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

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

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

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

.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: #b7b5b5;
  flex-direction: column;
  justify-content: center;
  height: 50%;
  padding: 16px 20px;
  display: flex;
}

.image {
  height: 50px;
}

.insta {
  width: 100%;
  margin-bottom: 0;
}

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

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

.asso-div._1 {
  background-image: url('../images/citb.webp');
  background-size: contain;
  height: 80px;
}

.asso-div._2 {
  background-image: url('../images/CHAS_RGB_Purple.webp');
  background-size: contain;
  height: 80px;
}

.asso-div._3 {
  background-image: url('../images/cisrs.webp');
  background-size: contain;
}

.google-reviews {
  width: 100%;
}

.icon-mobile {
  text-decoration: none;
}

.burger-link {
  opacity: .7;
  background-color: #535353;
  width: 18px;
  height: 2px;
  margin-top: 3px;
  margin-bottom: 3px;
}

.top-section {
  z-index: 20;
  padding-top: 40px;
  padding-bottom: 40px;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-menu-2 {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
}

.nav-link-2 {
  color: #2a2a2a;
  text-transform: uppercase;
  border-bottom: 1px solid #0000;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  transition: all .3s;
}

.nav-link-2:hover {
  color: #535353;
}

.nav-link-2.w--current {
  color: #2a2a2a;
  border-bottom: 1px solid #000;
}

.navbar-2 {
  color: #fff;
  background-color: #c4c4c400;
  margin-left: auto;
  margin-right: auto;
}

.side-pop-up-trigger {
  color: #535353;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 130px;
  display: flex;
}

.co-logo {
  width: 130px;
}

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

.banner-small {
  background-image: linear-gradient(#00000080, #00000080), url('../images/close-up.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: flex-end;
  height: 500px;
  margin-bottom: 0;
  padding-bottom: 40px;
  display: flex;
}

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

.grid-4 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
}

.fa-container {
  z-index: 17;
  height: 45px;
  position: fixed;
  inset: 25% 0% 0% auto;
}

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

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

.fa-social-2.social-media {
  font-family: "Fa Brands 400", sans-serif;
}

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

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

@media screen and (min-width: 1920px) {
  .livechat-button {
    transition: all .2s;
  }

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

  .whatsapp-chat {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .primary-btn.hovr-black.margin-top-20.mobil-btn {
    display: block;
  }

  .primary-btn.hovr-black.margin-top-20.none-mob {
    display: none;
  }

  .nav-menu {
    z-index: 100;
    background-color: #fff;
    border-radius: 7px;
    flex-direction: column;
    width: 98%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    display: flex;
  }

  .dl-link {
    border-bottom: 1px #aaaaaa1c;
    padding: 15px 0 15px 20px;
  }

  .nav-link {
    color: #000;
    text-align: left;
    background-color: #0000;
    border-bottom: 1px solid #00000026;
    padding: 20px;
    font-size: 15px;
    font-weight: 500;
    transition: all .3s ease-in-out;
    display: block;
  }

  .nav-link:hover {
    background-color: var(--green);
    color: var(--black);
  }

  .nav-link.w--current {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .nav-link.w--current:hover {
    background-color: var(--green);
    color: var(--black);
  }

  .nav-link.n-padding {
    padding-left: 0;
  }

  .nav-link.n-padding:hover {
    background-color: var(--green);
  }

  .announcement-contact-info.margin-right-20 {
    flex: none;
  }

  .navbar {
    justify-content: space-between;
  }

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

  .navbar-cta {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nav-link-text {
    color: #4b4b4b;
  }

  .dropdown-toggle {
    color: #151623;
    width: 100%;
    padding-left: 20px;
  }

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

  .dropdown-toggle.w--open {
    padding-left: 20px;
  }

  .navbar-container {
    width: 100%;
  }

  .navigation {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .menu-button {
    color: #fff;
    background-color: #f9f9f92b;
    border-radius: 4px;
    margin-left: 10px;
    margin-right: 20px;
    padding: 15px;
  }

  .menu-button.w--open {
    color: #151623;
    background-color: #f9f9f9;
    margin-right: 20px;
  }

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

  .nav-toggle {
    font-size: 22px;
  }

  .top-banner {
    flex-direction: row;
    justify-content: center;
    margin-bottom: 10px;
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .hero-slider {
    height: 80vh;
  }

  .hero-content {
    width: 90%;
  }

  .hero-section {
    height: auto;
  }

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

  .container {
    width: 90%;
  }

  .services-info {
    width: 100%;
  }

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

  .services-box-title {
    text-align: center;
    line-height: 1.2;
  }

  .services-heading {
    font-size: 1.7em;
  }

  .services-wrapper.display-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .services-box {
    min-height: 300px;
  }

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

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

  .section-image.border-radius-md {
    width: 100%;
  }

  .section-heading-1-with-image {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-heading-1-with-image.black-section {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .inner-image {
    height: 100%;
    min-height: 400px;
  }

  .inner-image.map {
    min-height: auto;
  }

  .default-bullet-list.margin-b-t-20.list-grid {
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .default-bullet-list.margin-b-t-20._4-row {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .section-content.inner-padding-right {
    width: 100%;
  }

  .section-content.inner-padding-right._w-100 {
    padding-right: 0;
  }

  .font-icon.edit {
    flex: none;
  }

  .products-wrapper.display-grid {
    flex-wrap: wrap-reverse;
    grid-template-columns: 1fr;
    margin-top: -20px;
    display: block;
  }

  .product-info {
    padding-top: 10px;
    padding-left: 0;
  }

  .product-category {
    grid-template-columns: 1fr;
  }

  .services-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
    padding-top: 0;
  }

  .services-additional {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .view-project.display-none {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .project-name {
    font-size: 1.2em;
  }

  .img-project {
    width: 90%;
    min-width: 300px;
    min-height: 500px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .heading.h3 {
    font-size: 35px;
  }

  .left-contact {
    width: 100%;
  }

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

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

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

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

  .heading-3-subheading {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading-3-container-wrapper.display-flex {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .heading-3-left-section {
    text-align: center;
    width: 100%;
  }

  .heading-3-btn {
    color: #151623;
    background-color: #f9f9f9;
    border-style: none;
    margin-top: 10px;
    padding: 10px 40px;
    font-weight: 600;
  }

  .footer-desing-1-wrapper.display-grid-x3 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1.5fr 1fr 1fr;
  }

  .hero-section-2 {
    height: auto;
  }

  .inner-image-2, .inner-image-3 {
    height: 100%;
    min-height: 400px;
  }

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

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

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

  .h2-dark {
    margin-bottom: 20px;
  }

  .contact-form {
    width: 100%;
    height: auto;
  }

  .top-div {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-4, .grid-5 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .pop-head {
    font-size: 24px;
    line-height: 32px;
  }

  .widget-block {
    background-image: linear-gradient(#000000ed, #000000ed);
    padding-left: 30px;
    padding-right: 30px;
  }

  .announcement-contact-info.margin-right-20 {
    margin-right: 0;
  }

  .announcement-contact-info.margin-right-20.mobile-display-none {
    margin-right: 10px;
  }

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

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

  .top-banner {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    place-items: center;
    margin-bottom: 10px;
    display: none;
  }

  .top-banner.hide {
    display: flex;
  }

  .hero-main-text {
    font-size: 2em;
  }

  .hero-wrapper {
    height: auto;
    min-height: auto;
  }

  .hero-sub-heading {
    font-size: 1.25em;
  }

  .hero-content {
    width: 100%;
    padding-top: 0;
  }

  .hero-btn-group {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .hero-section {
    padding-top: 140px;
    padding-bottom: 0;
  }

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

  .services-box-arrow-icon {
    width: 40px;
    height: 40px;
    font-size: 1.25em;
  }

  .services-box-title {
    text-align: center;
    font-size: 1.25em;
  }

  .services-box {
    min-height: 250px;
  }

  .section-heading-1-with-image {
    padding-bottom: 60px;
  }

  .section-heading-1-with-image.black-section {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .inner-image {
    min-height: 350px;
  }

  .inner-image.map {
    margin-bottom: 10px;
  }

  .default-bullet-list.margin-b-t-20._3-row, .default-bullet-list.margin-b-t-20._4-row {
    grid-template-columns: 1fr 1fr;
  }

  .product-info {
    padding-top: 0;
  }

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

  .view-project.display-none {
    margin-left: auto;
    margin-right: auto;
  }

  .img-project {
    min-width: 250px;
  }

  .footer-desing-1-wrapper.display-grid-x3 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .hero-section-2 {
    height: auto;
  }

  .inner-image-2, .inner-image-3 {
    min-height: 350px;
  }

  .google-map {
    background-position: 50%;
    background-size: cover;
    height: 344px;
  }

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

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

  .heading-5 {
    margin-top: 100px;
  }

  .grid-4, .grid-5 {
    grid-template-columns: 1fr 1fr 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;
  }
}

@media screen and (max-width: 479px) {
  .pop-head {
    padding-bottom: 0;
    font-size: 20px;
    line-height: 28px;
  }

  .widget-block {
    width: auto;
    height: auto;
    padding: 20px;
    right: 10px;
  }

  .primary-btn.hovr-black.margin-top-20.mobil-btn {
    display: block;
  }

  .primary-btn.margin-top-40.btn-white {
    margin-left: auto;
    margin-right: auto;
  }

  .nav-menu {
    margin-top: 0;
  }

  .dl-link, .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link.w--current {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nav-link.n-padding {
    background-color: #fff;
    padding-right: 0;
  }

  .nav-link.n-padding:hover {
    color: var(--black);
  }

  .announcement-contact-info {
    margin-bottom: 3px;
  }

  .announcement-contact-info.margin-right-20 {
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .announcement-contact-info.margin-right-20.mobile-display-none {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 12px;
  }

  .announcement-contact-info._100 {
    justify-content: space-around;
    width: 100%;
    margin-top: 3px;
  }

  .navbar {
    padding-bottom: 5px;
  }

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

  .dl-menu.w--open {
    width: 100%;
    margin-top: 15px;
    margin-left: 0;
  }

  .navbar-cta {
    display: none;
  }

  .announcement-time {
    font-size: 13px;
  }

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

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

  .drop-down-wrapper {
    background-color: #f9f9f9;
    padding-top: 10px;
  }

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

  .announcement-icon {
    font-size: 1.2em;
  }

  .top-banner {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    align-items: center;
    margin-bottom: 10px;
    line-height: 13px;
  }

  .right-arrow {
    display: none;
  }

  .hero-main-text {
    font-size: 2em;
  }

  .hero-primary.margin-right {
    text-align: center;
    flex: none;
    width: 60%;
    margin-top: 0;
    margin-bottom: 20px;
    margin-right: 0;
    padding-left: 25px;
    padding-right: 25px;
    display: inline-block;
  }

  .hero-slider {
    height: 80vh;
  }

  .hero-wrapper {
    margin-top: 80px;
    padding-top: 0;
    display: block;
  }

  .hero-sub-heading {
    font-size: 1.25em;
    font-weight: 400;
  }

  .left-arrow {
    display: none;
  }

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

  .hero-btn-group {
    flex-flow: column wrap;
    justify-content: center;
    width: 100%;
    margin-top: 40px;
    margin-bottom: -160px;
    display: flex;
  }

  .hero-section {
    padding-top: 60px;
  }

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

  .services-box-title {
    font-size: 1.5em;
  }

  .services-wrapper.display-grid, .services-wrapper.grid-3 {
    grid-template-columns: 1fr;
  }

  .services-box {
    margin-bottom: 10px;
  }

  .services-box:hover {
    transform: none;
  }

  .section-heading-1.margin-bottom-10 {
    font-size: 2.2em;
  }

  .section-heading-1-with-image.no-bg.yellow-bg {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .default-bullet-list.margin-b-t-20.list-grid {
    grid-template-columns: 1fr;
  }

  .default-bullet-list.margin-b-t-20._3-row {
    grid-row-gap: 6px;
    grid-template-columns: 1fr;
  }

  .default-bullet-list.margin-b-t-20._2-row, .default-bullet-list.margin-b-t-20._4-row {
    grid-template-columns: 1fr;
  }

  .section-content.inner-padding-right {
    padding-right: 0;
  }

  .product-info {
    padding-top: 0;
  }

  .product-category {
    width: 100%;
    padding-top: 40px;
  }

  .section-products.position-relative.overlay-bg, .section-products.layout-change {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .services-grid {
    padding-top: 40px;
  }

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

  .works-h2 {
    font-size: 2.5em;
    line-height: 1.2;
  }

  .works-h2.dark {
    font-size: 2em;
  }

  .service-block {
    padding: 15px;
  }

  .services-additional {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .view-project.display-none {
    margin-left: auto;
    margin-right: auto;
  }

  .img-project {
    min-height: 350px;
  }

  .project-title {
    color: #151623;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1em;
  }

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

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

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

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

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

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

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

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

  .heading-3-text {
    font-size: 16px;
  }

  .heading-3-btn {
    text-align: center;
    width: 100%;
  }

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

  .logo {
    height: 40px;
  }

  .hero-section-2.service {
    padding-top: 40px;
  }

  .banner-title {
    text-align: center;
    font-size: 24px;
  }

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

  .google-map {
    height: 250px;
  }

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

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

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

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

  .heading-2 {
    font-size: 22px;
    line-height: 36px;
  }

  .h2, .h2-dark.reduce {
    font-size: 28px;
  }

  .heading-6, .heading-7, .heading-8, .heading-9, .heading-10, .heading-11, .heading-12, .heading-13, .heading-14, .heading-15 {
    margin-top: 100px;
  }

  .html-embed-3 {
    color: var(--white);
  }

  .heading-16 {
    margin-top: 100px;
  }

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

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

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

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

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

  .banner-small {
    height: 450px;
  }

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

  .fa-container {
    top: 45%;
  }

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

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

#w-node-_0c09a1db-6d1c-555c-f569-3446f057ccf8-d3a9e85f {
  place-self: center;
}

#w-node-_4341b392-a882-8828-d990-308ac9e419ef-d3a9e85f, #w-node-_715e2c0b-13d1-3055-5551-0a509f9768d4-d3a9e85f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_39c55b4d-50af-64e9-694e-425d042676b0-042676a5, #w-node-_39c55b4d-50af-64e9-694e-425d042676b9-042676a5, #w-node-_39c55b4d-50af-64e9-694e-425d042676c2-042676a5 {
  align-self: center;
}

#w-node-_228b2741-66fe-c395-b5d1-65a37c7e45f2-2f259290, #w-node-a1010015-be6d-89ae-b232-51b89bd1e9d2-2f259290, #w-node-_41afc582-1e20-03e0-a11a-b720310af5d6-2f259290, #w-node-_01e32950-6352-2c56-a3f3-e2d6fbf6bddc-2f259290, #w-node-_260c01d1-87a7-5c86-f433-e57872844834-2f259290, #w-node-_15257aee-1db3-5f0b-2a9b-981803fb6bb1-2f259290, #w-node-_95b9945d-96e0-7d2b-30ce-ab9aea7f1e0f-2f259290, #w-node-d9dcc9f6-e713-d7e5-1783-906c7a372161-2f259290, #w-node-d088e3e1-4fe5-8dfa-78ce-83be9250228c-2f259290, #w-node-_1c5b0a4e-fd31-2197-a8a9-91d58c98fe48-2f259290, #w-node-_601d07c0-479c-7cca-5d7c-9f237364503c-2f259290, #w-node-_4b56b857-d9aa-9737-e1ed-a569ed7b2a74-2f259290, #w-node-_79e29786-e2e8-5244-2ed9-2215e4366fb4-2f259290, #w-node-c81bbb8b-6c32-6b01-50ac-9bc6c9c10b28-2f259290, #w-node-_461108e6-7868-ebb0-e3f0-552fadab0606-2f259290, #w-node-_873f786e-af0f-a0d5-07c9-9d1a05e2338f-2f259290, #w-node-fd6bad17-8951-19de-3850-6b9487fded97-2f259290, #w-node-_81a2581c-7d30-d9f8-04f5-0c112a21ddcc-2f259290, #w-node-c89f4ef7-1221-332f-020d-b7ef66d27a23-2f259290, #w-node-_45f29781-1a0b-2b00-7ea4-631bbeab84a0-2f259290, #w-node-f6cf3a96-5d7e-e202-392e-67713b5f9c1d-2f259290, #w-node-_701b1bec-c245-0864-b53d-ae9b0b89210b-2f259290, #w-node-acc31365-7758-efab-93c1-f56906ea22f1-2f259290, #w-node-_427bab9f-2ad1-d400-dc25-76de2b31a1f5-2f259290, #w-node-_53119ed0-53df-1100-4227-5d6f111787d8-2f259290 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2626955-0ae9-3a53-69e8-80181c7714a4-23d6bf4e, #w-node-f2626955-0ae9-3a53-69e8-80181c7714ad-23d6bf4e, #w-node-f2626955-0ae9-3a53-69e8-80181c7714b6-23d6bf4e {
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_0c09a1db-6d1c-555c-f569-3446f057ccf8-d3a9e85f {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_1340c740-485e-d34e-f354-b29ca04b8c5f-d3a9e85f, #w-node-_1340c740-485e-d34e-f354-b29ca04b8c65-d3a9e85f, #w-node-_1340c740-485e-d34e-f354-b29ca04b8c6b-d3a9e85f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_7c70bb9b-ba5a-fa25-5a52-a718e7dff642-e7dff63c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6b0d3d4e-544c-b1d7-5a82-48965a12408e-5a124086 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_6b0d3d4e-544c-b1d7-5a82-48965a124093-5a124086 {
    grid-area: 2 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_0c09a1db-6d1c-555c-f569-3446f057ccf8-d3a9e85f, #w-node-_7c70bb9b-ba5a-fa25-5a52-a718e7dff642-e7dff63c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6b0d3d4e-544c-b1d7-5a82-48965a12408e-5a124086, #w-node-_6b0d3d4e-544c-b1d7-5a82-48965a124093-5a124086 {
    justify-self: center;
  }
}


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