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

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

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

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

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

:root {
  --white: #fff;
  --black: #252525;
  --dim-grey\<deleted\|variable-341a7e94\>: #4c4a4b;
  --third: #002a54;
  --primary: #fdcf21;
  --secondary: #fffefa;
  --mid-grey\<deleted\|variable-f61a06a9\>: #7e7e7e;
  --light-yellow: #fbfbb3;
}

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

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

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

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

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

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

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

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

.body {
  background-color: var(--white);
  color: var(--black);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

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

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

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

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

.announcement-barn-link.test {
  color: var(--dim-grey\<deleted\|variable-341a7e94\>);
  text-transform: uppercase;
  font-weight: 500;
}

.announcement-bar {
  z-index: 1;
  background-color: var(--black);
  background-image: linear-gradient(90deg, #fbfbb3, #fdcf21);
  padding-top: 8px;
  padding-bottom: 8px;
  position: sticky;
}

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

.fa-social {
  color: var(--black);
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fdd02473;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  padding: 4px 20px;
  font-family: Montserrat, sans-serif;
  font-size: .75rem;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.fa-social:hover {
  background-color: var(--third);
  color: var(--white);
  transform: scale(1.05);
}

.quote-btn {
  border: 1px solid var(--white);
  color: var(--white);
  text-transform: uppercase;
  padding: 6px 17px;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s;
}

.quote-btn:hover {
  background-color: var(--white);
  color: var(--black);
  transform: scale(1.05);
}

.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 #5f5f5130;
  flex: none;
  margin-left: 10px;
  padding-left: 10px;
}

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

.ripple.dl-btn {
  background-color: var(--primary);
  right: -20%;
}

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

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

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

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

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

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

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

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

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

.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;
  padding-top: 0;
  padding-bottom: 0;
}

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

.drop-down-icon {
  color: var(--dim-grey\<deleted\|variable-341a7e94\>);
  margin: auto 0 auto 10px;
  position: relative;
}

.nav-link-text {
  color: var(--dim-grey\<deleted\|variable-341a7e94\>);
}

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

.dropdown-toggle {
  color: var(--third);
  text-transform: uppercase;
  align-items: center;
  margin-right: 0;
  padding: 10px 30px 10px 10px;
  font-weight: 800;
  transition: all .3s;
  display: flex;
}

.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(--primary);
  width: auto;
  margin-right: 5px;
  font-family: "Fa Sharp Solid 900", sans-serif;
  font-weight: 400;
}

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

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

.section-2.header-section.nav-verticle {
  z-index: 500;
  background-color: var(--secondary);
  border-bottom: 8px solid var(--primary);
  background-color: var(--white);
  flex-direction: column;
  padding-top: 10px;
  padding-bottom: 0;
}

.section-2.header-section.white {
  z-index: 500;
  background-color: var(--secondary);
  flex-direction: column;
  padding-top: 10px;
  padding-bottom: 10px;
}

.dl-link-2 {
  z-index: 1;
  color: var(--white);
  flex: none;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  font-weight: 500;
  transition: all .2s ease-in-out;
  position: relative;
}

.menu-link {
  color: var(--third);
  text-transform: uppercase;
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px 5px;
  font-weight: 800;
  transition: all .3s ease-in-out;
}

.menu-link:hover {
  border-bottom: 1px #f7f7f2;
}

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

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

.mobile-block.lig-text {
  color: var(--dim-grey\<deleted\|variable-341a7e94\>);
  cursor: pointer;
  transition: all .2s ease-in-out;
}

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

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

.hero-banner {
  background-color: var(--black);
  height: auto;
}

.hero-mask {
  height: 80vh;
  min-height: auto;
}

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

.slide-2.second {
  background-image: url('../images/Second-Banner.webp');
}

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

.menu-button-image-link {
  background-image: url('../images/Building-Services-6.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 280px;
  text-decoration: none;
  display: flex;
}

.menu-button-image-link._2 {
  background-image: url('../images/Loft-Conversion-3.webp');
}

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

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

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

.black-int-link {
  z-index: 1;
  color: var(--secondary);
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  padding: 5px;
  font-size: 14.6px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  display: flex;
  position: relative;
}

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

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

.menu-button-group-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: 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(--third);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  margin-top: -60px;
  padding: 15px 2px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.h1 {
  color: var(--third);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-size: 36px;
  font-weight: 800;
  line-height: 42px;
}

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

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

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

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

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

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

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

.coloured-underline {
  background-color: var(--primary);
  background-image: linear-gradient(42deg, #ffe8b1, var(--primary));
  border-radius: 0;
  width: 80px;
  height: 8px;
  margin-bottom: 30px;
}

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

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

.btn-text.call {
  color: var(--black);
  width: 100%;
  height: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all .2s;
}

.btn-text.call:hover {
  color: var(--white);
}

.primary-btn {
  z-index: 1;
  color: #f7f7f2;
  background-color: #343819;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 200px;
  margin-top: 30px;
  margin-right: 20px;
  padding: 15px 0;
  text-decoration: none;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.primary-btn.call {
  border: 1px solid var(--primary);
  background-color: var(--white);
  padding-top: 0;
  padding-bottom: 0;
}

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

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

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

.primary-btn.m-auto {
  border: 1px solid var(--white);
  background-color: var(--mid-grey\<deleted\|variable-f61a06a9\>);
}

.primary-btn.black {
  background-color: #000;
  transition: all .2s;
}

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

.img {
  z-index: 1;
  object-fit: fill;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 26px;
}

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

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

.basic-p-block {
  flex-flow: column;
  align-items: flex-start;
  width: 48%;
  transition: all .2s;
  display: flex;
}

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

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

.img-div {
  z-index: 1;
  background-image: url('../images/Project3-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  width: 48%;
  position: relative;
}

.img-div.s1-3 {
  background-image: url('../images/1.webp');
  background-position: 50%;
  background-size: cover;
}

.img-div.s1-1 {
  background-image: url('../images/Gallery6.webp');
  background-position: 50%;
  background-size: cover;
}

.img-div.s2-1 {
  background-image: url('../images/Loft-Conversion-4.webp');
  background-position: 50%;
  background-size: cover;
}

.img-div.s2-3 {
  background-image: url('../images/Loft-Conversion-2.webp');
  background-position: 50%;
  background-size: cover;
}

.img-div.s3-1 {
  background-image: url('../images/Project3-1.webp');
  background-position: 50%;
  background-size: cover;
}

.img-div.s3-3 {
  background-image: url('../images/Gallery13.webp');
  background-position: 50%;
  background-size: cover;
}

.img-div.s4-1 {
  background-image: url('../images/Gallery14.webp');
  background-position: 50%;
  background-size: cover;
}

.img-div.s4-3 {
  background-image: url('../images/4.webp');
  background-position: 50% 60%;
  background-size: cover;
}

.img-div.s5-1 {
  background-image: url('../images/Project1-1.webp');
  background-position: 50%;
  background-size: cover;
}

.img-div.s5-3 {
  background-image: url('../images/Gallery4.webp');
  background-position: 50%;
  background-size: cover;
}

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

.large-p-block {
  background-color: var(--white);
  flex-flow: column;
  align-items: flex-start;
  padding: 40px 50px;
  display: flex;
  box-shadow: 1px 1px 3px #0000001f;
}

.h2 {
  color: var(--third);
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 800;
}

.h2.h2-white {
  color: #f7f7f2;
  margin-left: 10px;
  padding-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  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(--white);
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  padding-bottom: 0;
  padding-right: 0;
  font-size: 28px;
  font-weight: 300;
}

.h2.white {
  color: var(--white);
  margin-bottom: 10px;
  padding-bottom: 5px;
  font-size: 28px;
}

.h2.white.top {
  margin-top: 20px;
}

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

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

.large-image-section.low-p-bottom.p-white {
  background-color: #f7f7f2;
}

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

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

.large-single-image-div.s2-2 {
  background-image: url('../images/Loft-Conversion-8.webp');
  background-position: 50%;
  background-size: cover;
  min-height: 1000px;
}

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

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

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

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

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

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

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

.testemonials._80 {
  background-color: var(--third);
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
  overflow: hidden;
}

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

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

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

.h2-title {
  color: var(--third);
  text-transform: uppercase;
  margin: 0 10px;
  font-size: 40px;
  font-weight: 800;
}

.h2-title.white {
  color: var(--white);
  font-weight: 800;
  line-height: 40px;
}

.h2-title.white.smaller {
  font-size: 16px;
  line-height: 30px;
}

.testemonials-text {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  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: 90px;
  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: var(--white);
  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(--primary);
  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(--primary);
  width: 30%;
  position: absolute;
  top: 0;
}

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

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

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

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

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

.h2-div {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 0;
  display: flex;
}

.h2-div.m-bottom-30 {
  justify-content: center;
  margin-bottom: 30px;
}

.h2-div.flex {
  justify-content: flex-start;
  align-items: center;
}

.h2-div.flex.center {
  justify-content: center;
}

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

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

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

.grey-content-section.bg-gradiant {
  background-color: var(--primary);
  background-image: linear-gradient(180deg, var(--white) 60%, var(--primary) 60%);
  padding-top: 80px;
  padding-bottom: 80px;
}

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

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

.grey-content-section.solid-bg {
  background-color: var(--dim-grey\<deleted\|variable-341a7e94\>);
}

.grid-image-large-div {
  background-image: url('../images/Home2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 900px;
  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(--primary);
  height: 5px;
  margin-top: 60px;
  margin-bottom: 60px;
}

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

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

.grid-image-div._3 {
  background-image: url('../images/Home3.webp');
  background-position: 50% 70%;
}

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

.testimonial-wrapp {
  width: 100%;
}

.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;
  width: 100%;
  padding-top: 0;
  display: grid;
  position: relative;
  left: 0%;
}

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

.works-texxt-lable {
  background-color: var(--primary);
  color: var(--white);
  text-transform: uppercase;
  background-image: linear-gradient(197deg, #f9e0a7, #c2973f);
  border-radius: 0;
  padding: 15px 30px;
  font-weight: 800;
  display: inline-block;
  position: absolute;
  inset: 40px auto auto 0;
}

.works-1 {
  background-image: url('../images/Extensions.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  align-items: flex-end;
  min-height: 580px;
  padding: 20px;
  transition: all .3s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 60px #15162300;
}

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

.cta-text-contact {
  color: #212121;
  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: var(--black);
  font-size: 16px;
  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: var(--white);
  background-image: linear-gradient(#ffffffb8, #ffffffb8), url('../images/Texture.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

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

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

.left-contact.right {
  background-color: var(--white);
  border-radius: 6px;
  width: 50%;
  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 {
  background-color: var(--primary);
  background-image: linear-gradient(349deg, #efd59d, var(--primary));
  color: var(--black);
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  font-family: "Fa Sharp 300", sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  display: flex;
}

.heading-3-text {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: auto;
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
}

.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: var(--white);
  line-height: 28px;
}

.heading-3-right-text {
  background-color: var(--third);
  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('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  min-height: 250px;
}

.instagram {
  margin-bottom: 0;
}

.foooter-logo {
  margin-left: auto;
  margin-right: auto;
}

.footer-brand {
  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-top: auto;
  margin-bottom: auto;
  padding-left: 0;
  list-style-type: none;
}

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

.footer-section-2 {
  background-color: var(--white);
  background-image: linear-gradient(#ffffffb8, #ffffffb8), url('../images/Texture.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  display: flex;
}

.footer-title {
  background-color: var(--third);
  color: var(--white);
  text-transform: uppercase;
  border-radius: 0;
  margin-bottom: 20px;
  padding: 4px 20px;
  font-size: 18px;
  font-weight: 800;
}

.footer-contact-link {
  color: var(--black);
  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(--primary);
}

.footer-nav-item {
  color: #fff;
  cursor: pointer;
  padding-top: 0;
  padding-bottom: 5px;
  font-weight: 700;
  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 {
  color: var(--black);
  cursor: auto;
  font-weight: 600;
}

.text-span-4 {
  background-color: var(--primary);
  background-image: linear-gradient(180deg, var(--light-yellow), var(--primary));
  color: var(--black);
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  padding: 10px;
  font-family: "Fa Sharp 300", sans-serif;
  font-size: 24px;
  font-weight: 400;
  transition: background-color .7s ease-in-out;
  display: flex;
}

.text-span-4:hover {
  background-color: var(--third);
}

.text-span-4._15 {
  background-image: linear-gradient(57deg, var(--light-yellow), var(--primary));
  color: var(--black);
  margin-right: 15px;
}

.contact-link {
  color: var(--black);
  cursor: pointer;
  font-weight: 600;
  text-decoration: none;
  transition: color .45s ease-in-out;
}

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

.footerlinks {
  opacity: .8;
  color: var(--black);
  text-align: center;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

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

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

.footer-info-div-2._1.border-edit {
  border-color: var(--black);
  border-left-style: solid;
  border-right-style: solid;
  justify-content: flex-start;
}

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

.footer-social-link:hover {
  border: 1px solid var(--third);
  background-color: var(--third);
  color: var(--white);
}

.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 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 0;
  list-style-type: none;
  display: grid;
}

.default-list._3col {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.bullet-list {
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

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

.fa-icon.blue {
  background-color: var(--primary);
  color: var(--third);
  font-family: "Fa Sharp Solid 900", sans-serif;
  font-size: 15px;
}

.google-maps {
  filter: grayscale(70%);
  background-color: #f7f7f2;
}

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

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

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

.top-block {
  color: #fff;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

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

.contact-content {
  background-color: var(--mid-grey\<deleted\|variable-f61a06a9\>);
  text-align: left;
  border-radius: 8px;
  width: 100%;
  padding: 30px;
  transition: all .3s ease-in-out;
  box-shadow: -1px 1px 3px #00000045;
}

.contact-content:hover {
  transform: translate(-5px, -5px);
}

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

.section-1-white.p-white {
  background-color: #fff;
}

.heading-1-small {
  color: #333333a1;
  font-weight: 300;
}

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

.telephone {
  color: #fff;
}

.telephone.office-number {
  padding-left: 20px;
}

.telephone.office-number.contact-type {
  color: var(--white);
  padding-bottom: 10px;
  padding-left: 0;
}

.telephone.office-number.contact-type.m-bottom-10 {
  color: #fff;
  margin-bottom: 10px;
}

.contact-icon {
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 28px;
  line-height: 1.5;
  display: inline-block;
}

.contact-type-title {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 700;
}

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

.contact-page-info {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 40px;
  display: grid;
}

.ripple-2 {
  z-index: 0;
  background-color: var(--dim-grey\<deleted\|variable-341a7e94\>);
  border-radius: 100%;
  width: 700px;
  height: 500px;
  position: absolute;
  inset: -200% -27% auto auto;
}

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

.ripple-2.gallery-btn-ripple.enquiry {
  background-color: var(--dim-grey\<deleted\|variable-341a7e94\>);
  width: 540px;
}

.h1-light {
  font-weight: 400;
}

.primary-btn-2 {
  z-index: 1;
  background-color: var(--mid-grey\<deleted\|variable-f61a06a9\>);
  color: var(--white);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 200px;
  margin-top: 30px;
  padding: 15px 0;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
}

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

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

.primary-btn-2.gallery-btn.m-center.enquiry {
  background-color: var(--mid-grey\<deleted\|variable-f61a06a9\>);
  width: 240px;
}

.list-default {
  padding-left: 10px;
}

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

.list-item-2 {
  align-items: center;
  padding-top: 0;
  padding-bottom: 10px;
  transition: padding .3s;
  display: flex;
}

.list-item-2:hover {
  padding-left: 20px;
}

.service-block._w-img {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 0;
  display: grid;
}

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

.service-block._w-img.m-bottom-40._100 {
  width: 100%;
  display: block;
}

.service-block._w-img.flex-direction._100 {
  display: block;
}

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

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

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

.h3-service-text.h3-light.m-none.h224 {
  font-size: 24px;
}

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

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

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

.lb-img {
  width: 100%;
}

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

.sitemap-list-item {
  text-align: center;
  padding-top: 0;
  padding-bottom: 10px;
}

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

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

.live-chat-text {
  color: var(--white);
  text-decoration: none;
}

.chat-block {
  background-color: var(--white);
  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: #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(--dim-grey\<deleted\|variable-341a7e94\>);
}

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

.whatsapp-container:hover {
  background-color: var(--secondary);
  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: 999;
  flex-direction: column;
  align-items: flex-end;
  margin-bottom: 20px;
  margin-right: 20px;
  display: none;
  position: fixed;
  inset: auto 0% 0% auto;
}

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

.live-chat-top-text.block {
  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: 11px;
  line-height: 20px;
}

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

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

.whatsapp-chat {
  background-color: var(--white);
  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(--primary);
  flex-direction: column;
  justify-content: center;
  height: 50%;
  padding: 16px 20px;
  display: flex;
}

.h2-wrap {
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.fa-social-2 {
  border: 1px solid var(--third);
  background-color: var(--secondary);
  color: var(--third);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-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(--white);
  color: var(--primary);
  transform: scale(1.1);
}

.fa-social-2.fixed {
  color: #61983c;
  background-color: #fff;
  border: 2px solid #e5605c;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
}

.fa-social-2.fixed:hover {
  color: #fff;
}

.fa-social-2.fixed.phone {
  border-color: var(--mid-grey\<deleted\|variable-f61a06a9\>);
  color: var(--dim-grey\<deleted\|variable-341a7e94\>);
  font-family: "Fa Solid 900", sans-serif;
}

.fa-social-2.fixed.phone:hover {
  color: #61983c;
}

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

.fa-social-2.fixed.reduce:hover {
  color: #61983c;
}

.fa-social-2.social-media {
  border-color: var(--third);
  font-family: "Fa Brands 400", sans-serif;
}

.fa-container {
  z-index: 999;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: fixed;
  top: 38%;
  left: auto;
  right: 0%;
}

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

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

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

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

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

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

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

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

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

.fs-cc-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-banner_component {
  z-index: 1001;
  background-color: #f5f6ff;
  border-top: 1px solid #4353ff29;
  padding: 24px 32px;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

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

.fs-cc-prefs_text {
  color: var(--third);
  font-size: 13px;
  line-height: 24px;
}

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

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

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

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

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

.fs-cc-prefs_close-icon {
  color: var(--third);
  width: 16px;
  height: 16px;
  line-height: 22px;
}

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

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

.fs-cc-prefs_title {
  color: var(--third);
  letter-spacing: -.5px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-prefs_trigger {
  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-manager_trigger {
  display: none;
}

.fs-cc-banner_text-link {
  border-bottom: 2px solid var(--third);
  color: var(--third);
  font-weight: 600;
  text-decoration: none;
}

.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, .fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-prefs_component {
  z-index: 1001;
  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-banner_close-icon {
  width: 24px;
  height: 24px;
}

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

.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_component {
  z-index: 1001;
  display: none;
  position: fixed;
  inset: auto auto 20px 20px;
}

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

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

.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_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 20px;
  height: 20px;
}

.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_space-medium {
  margin-bottom: 40px;
}

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

.lottie {
  justify-content: center;
  align-items: center;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.lottie-div {
  padding-top: 10px;
}

.banner-welcome {
  z-index: 90;
  background-image: linear-gradient(90deg, #002a52b8, #fff0);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-bottom: 40px;
  padding-left: 80px;
  display: flex;
  position: absolute;
}

.banner-welcome-small {
  color: var(--white);
  letter-spacing: 15px;
  text-transform: uppercase;
  margin-bottom: 4px;
  font-size: 26px;
  font-weight: 400;
  line-height: 30px;
}

.banner-welcome-main {
  color: var(--white);
  margin-bottom: 5px;
  font-size: 102px;
  font-weight: 900;
  line-height: 100px;
}

.banner-welcome-main-small {
  color: var(--white);
  font-size: 40.5px;
  font-weight: 900;
  line-height: 38px;
}

.banner-welcome-main-small.light {
  font-size: 34px;
  font-weight: 400;
}

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

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

.fa-social-3 {
  background-color: var(--primary);
  background-image: linear-gradient(339deg, var(--light-yellow), var(--primary));
  color: var(--black);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  font-family: "Fa Brands 400", sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: background-color .45s ease-in-out;
  display: flex;
}

.fa-social-3:hover {
  background-color: var(--third);
  color: var(--white);
}

.contact-ann-block-2 {
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  padding: 0;
  display: flex;
}

.dl-menu-2.w--open {
  background-color: var(--white);
  border-radius: 4px;
  margin-top: 22px;
  margin-left: 0;
  overflow: hidden;
}

.drop-down-icon-2 {
  color: var(--third);
  margin: auto 0 auto 10px;
  font-size: 1.05em;
  position: relative;
  transform: rotate(-90deg);
}

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

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

.dl-link-3 {
  z-index: 1;
  color: var(--black);
  flex: none;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  font-weight: 700;
  transition: all .2s ease-in-out;
  position: relative;
}

.ripple-3 {
  z-index: 0;
  background-color: #f7941e;
  border-radius: 100%;
  width: 700px;
  height: 500px;
  position: absolute;
  inset: -200% -60% auto auto;
}

.ripple-3.dl-btn {
  background-color: #dae4f1e6;
  right: -30%;
}

.menu-link-2 {
  color: var(--black);
  text-transform: uppercase;
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px 5px;
  font-size: 15px;
  font-weight: 700;
  transition: all .45s ease-in-out;
}

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

.menu-link-2.w--current {
  color: var(--black);
  text-decoration: none;
}

.menu-link-2.w--current:hover {
  color: #f7941e;
}

.angle-arrow {
  color: #fff;
}

.dropdown-toggle-2 {
  color: var(--black);
  text-transform: uppercase;
  align-items: center;
  margin-right: 0;
  padding: 10px;
  font-weight: 700;
  transition: all .3s;
  display: flex;
}

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

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

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

.dl-link-holder-2.w--current {
  background-color: #dae4f1e6;
}

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

.dl-link-holder-2.lst.w--current {
  background-color: #dce2ed;
}

.logo-3 {
  width: 105px;
  padding-bottom: 0;
}

.button-hover-outline {
  border-radius: 0;
  justify-content: flex-end;
  margin: -1px;
  padding: 0;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.button-hover-outline.right {
  width: 110%;
  inset: 0% auto 0% 0%;
}

.primary-btn-txt {
  z-index: 10;
  color: var(--black);
  padding-left: 4px;
  font-size: .75rem;
  font-weight: 600;
  position: relative;
}

.solid-button-outline-2 {
  border: 1px solid #cfdae2;
  border-radius: 100px;
  width: 100px;
  margin: 0;
  position: absolute;
  inset: 0%;
}

.solid-button-outline-2.light {
  border-color: #fff;
  font-size: .75rem;
}

.solid-button-outline-2.right {
  inset: 0% auto 0% -74px;
}

.solid-button-outline-2.right.light {
  font-weight: 700;
}

.solid-button-outline-2.middle {
  border-left-style: none;
  border-right-style: none;
  border-radius: 0;
  width: 100%;
}

.primary-btn-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #000;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #fff0;
  border: 1px solid #eff3f6;
  border-radius: 100px;
  grid-template-rows: auto;
  grid-template-columns: 24px 1fr 24px;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 46px;
  margin-right: 10px;
  padding: 0;
  font-size: .7rem;
  line-height: 1.3em;
  text-decoration: none;
  display: grid;
  position: relative;
}

.primary-btn-3.gradient {
  color: #fff;
  background-color: #fdfcb6;
  border-color: #ffffff4d;
  height: 40px;
}

.primary-btn-3.t20 {
  background-color: var(--primary);
  background-image: linear-gradient(180deg, var(--light-yellow), var(--primary));
  color: #fff;
  border-color: #ffffff4d;
  height: 40px;
  margin-top: 10px;
  margin-right: 0;
}

.primary-btn-3.t30 {
  background-color: var(--primary);
  background-image: linear-gradient(80deg, var(--light-yellow), var(--primary));
  color: #fff;
  border-color: #ffffff4d;
  height: 40px;
  margin-top: 40px;
  margin-right: 0;
}

.solid-fa {
  margin-right: 5px;
  font-family: "Fa Sharp 300", sans-serif;
}

.text-block-3 {
  font-size: .7rem;
}

.intro {
  z-index: 5000;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.lottie-animation-2 {
  width: 300px;
}

.background-image {
  background-image: url('../images/Home-Extensions.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  height: 650px;
}

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

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

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

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

.list-item-3:hover {
  background-color: #fdd22a6b;
}

.list-item-3.w:hover {
  background-color: #fbee89a6;
}

.h2-bullet-text {
  text-transform: capitalize;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  display: flex;
}

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

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

.fa-icon-2.white {
  background-color: var(--primary);
  background-image: linear-gradient(71deg, var(--light-yellow), var(--primary));
  color: var(--third);
}

.works-2 {
  background-image: url('../images/Bathroom-Renovation.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  align-items: flex-end;
  min-height: 580px;
  padding: 20px;
  transition: all .3s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 60px #15162300;
}

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

.works-3 {
  background-image: url('../images/Property-Alteration.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  align-items: flex-end;
  min-height: 580px;
  padding: 20px;
  transition: all .3s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 60px #15162300;
}

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

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

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

.about-wrapper.no-grid {
  display: block;
}

.btn-3 {
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.btn-group.btn-black {
  color: #444;
}

.btn-group.btn-black.m-top {
  margin-top: 60px;
}

.btn-group.btn-black.m-top.white {
  color: #c7a675;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.container-6 {
  z-index: 1;
  width: 90%;
  max-width: 1420px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

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

.lg-text-sec.center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.btn-text-2 {
  padding-bottom: 4px;
  font-size: 16px;
  font-weight: 600;
}

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

.text-block.center {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 900;
}

.image-2 {
  width: 165px;
}

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

.btn-underline.btn-underline-black {
  background-color: #fff;
}

.parallax-section {
  background-color: #000;
  background-image: linear-gradient(#00000080, #00000080), url('../images/Second-Banner.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding: 100px 15px;
  display: block;
}

.hyperlink-2 {
  color: #fff;
  padding-left: 2.5px;
  padding-right: 2.5px;
  font-weight: 800;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: inline-block;
  box-shadow: inset 0 -2px #c0131e;
}

.hyperlink-2:hover {
  color: #f7f7f7;
  box-shadow: inset 0 -50px #c0131e;
}

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

.acc-logos {
  background-color: var(--third);
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

._4x1 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 90%;
  max-width: 1400px;
}

.county-acc, .eh-smith-acc, .fmb-acc {
  width: 90%;
}

.arrow-link {
  position: absolute;
  inset: auto 20px 80px auto;
}

.arrow-scroll {
  border: 1px solid #ffffff4d;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.arrow-scroll.hide-mobile {
  border-color: var(--white);
  background-color: #00000026;
}

.arrow-embed {
  color: #fff;
  margin: auto;
}

.arrow-embed.absolute {
  position: absolute;
  inset: auto;
}

.whatsapp-chat-2 {
  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;
}

.whatsapp-container-2 {
  z-index: 30;
  border: 1px solid var(--white);
  background-color: var(--white);
  cursor: pointer;
  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;
  box-shadow: 0 2px 5px #0000008f;
}

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

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

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

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

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

.chat-section-2 {
  background-color: #5f5f51;
  background-image: url('../images/8c98994518b575bfd8c949e91d20548b.webp');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  height: 50%;
  padding: 16px 20px;
  display: flex;
}

.wa-icon {
  font-family: "Fa Brands 400", sans-serif;
  font-size: 36px;
  line-height: 34px;
}

.scroll {
  width: 0%;
  height: 0%;
}

.fmb-link {
  margin-top: 20px;
}

.image-3 {
  width: 145px;
}

.project-section {
  border-top-left-radius: 4rem;
  border-top-right-radius: 4rem;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.projects-wrap {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  display: flex;
}

.collection-list {
  border-top: 1px solid #b3b3b3;
  position: relative;
}

.social-link {
  color: #6e6e6e;
  cursor: pointer;
  transition: all .25s;
}

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

.footer-link {
  color: var(--black);
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: .875rem;
  line-height: 1;
  text-decoration: none;
  transition: color .25s;
}

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

.footer-policy_wrapper {
  grid-column-gap: 2rem;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.footer-logo {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.scoial-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  display: flex;
}

.footer-rights {
  text-align: right;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.footer-copy-text {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.line {
  background-color: #122446;
  width: 100%;
  height: 1px;
}

.footer-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  width: 100%;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

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

.footer-heading {
  color: var(--third);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.2;
}

.footer {
  background-color: var(--white);
  background-image: linear-gradient(#ffffffb8, #ffffffb8), url('../images/Texture.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  padding: 6rem 10% 3rem;
  display: flex;
  position: relative;
}

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

.privacy-heading {
  color: var(--black);
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  font-size: .6875rem;
  font-weight: 500;
  line-height: 1.2;
  transition: all .25s;
}

.privacy-heading:hover {
  color: #fff;
}

.foot-link {
  opacity: .72;
  color: var(--black);
  font-weight: 500;
  text-decoration: none;
  transition: opacity .45s ease-in-out;
}

.foot-link:hover {
  opacity: 1;
}

.image-4 {
  width: 180px;
  min-width: auto;
}

.outline-hover-social-wrap {
  margin-top: 20px;
  display: flex;
}

.social-1-link-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 4em;
  height: 4em;
  padding: 1em;
  display: flex;
  position: relative;
}

.social-1-link-block.invert {
  width: 45px;
  height: 45px;
  margin-right: 10px;
  padding: 0;
}

.sc-social-icon {
  z-index: 5;
  background-color: var(--primary);
  background-image: linear-gradient(90deg, var(--light-yellow), var(--primary));
  color: var(--black);
  border-radius: 32px;
  flex: none;
  width: 40px;
  height: 35px;
  padding: 6px;
  font-size: 1.3rem;
  position: relative;
}

.social-link-circle {
  z-index: 1;
  border: .1em solid #ececec;
  border-radius: 50%;
  width: 130%;
  height: 130%;
  display: none;
  position: absolute;
}

.underline-btn-txt {
  color: #fff;
  text-transform: lowercase;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1em;
  transition: opacity .2s;
}

.underline-btn-txt:hover {
  opacity: .87;
}

.section-text-wrap {
  z-index: 0;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1400px;
  padding: 70px;
  display: flex;
}

.underline-button {
  filter: invert();
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  padding: 5px;
  display: inline-block;
}

.underline-button.pad-right {
  margin-right: 30px;
}

.bottom-line-3 {
  background-color: #fff;
  border-radius: 5px;
  height: 1px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
  inset: auto 0% 0%;
}

.underline-button-wrap {
  filter: invert();
  color: #000;
  padding-bottom: 7px;
  text-decoration: none;
  position: relative;
}

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

.section {
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  padding-top: 4%;
  padding-bottom: 4%;
  display: flex;
}

.background {
  z-index: -1;
  opacity: 0;
  position: relative;
}

.section-header {
  color: #fff;
  text-align: center;
  font-size: 4em;
  font-weight: 700;
  line-height: 1em;
}

.bg3 {
  z-index: -1;
  background-image: linear-gradient(#33333380, #33333380), url('../images/Home-Extensions.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0%;
}

.section-tagline {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.5em;
}

.content {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.hero__person-txt-more {
  opacity: 0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: absolute;
  bottom: 78px;
}

.hero__person-txt-more.mod--1 {
  padding-left: 100px;
}

.swiper-slide {
  justify-content: center;
  align-items: stretch;
  height: auto;
  display: block;
  position: relative;
}

.hero__person-count {
  text-align: center;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 0%;
  font-size: 52px;
  transition: all .6s;
  display: flex;
  overflow: hidden;
}

.hero__person-title {
  flex: none;
  font-size: 34px;
  line-height: 1.1em;
}

.hero__person-title.stroke--white-02 {
  font-weight: 700;
}

.hero__person-square {
  z-index: -1;
  background-color: var(--primary);
  width: 120px;
  height: 100%;
  margin-left: -24px;
  display: block;
  position: absolute;
}

.hero__col.col--1 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 56px;
  display: flex;
}

.hero__col.col--2 {
  z-index: 0;
  flex: 1;
}

.hero__person-count-title {
  margin-bottom: -20px;
  line-height: 1em;
  display: inline-block;
}

.section-3 {
  padding: 64px 80px;
}

.section-3.section--hero {
  background-color: var(--third);
  padding-top: 120px;
  overflow: hidden;
}

.hero__columns {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.dot {
  font-family: Varela, sans-serif;
}

.hero__person-cont {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.hero__person-count-span {
  flex: none;
  width: 100%;
  font-size: 14px;
  display: inline-block;
}

.hero__person-img {
  z-index: 0;
  object-fit: cover;
  min-width: 100%;
  height: 115%;
  display: block;
  position: relative;
}

.hero__person {
  cursor: pointer;
  border-radius: 20px;
  width: 21%;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  overflow: hidden;
}

.hero__person-grad {
  z-index: 1;
  color: #fff;
  background-image: linear-gradient(#0000 50%, #000c);
  position: absolute;
  inset: 0%;
}

.swiper {
  border-radius: 16px;
  width: 100%;
  overflow: hidden;
}

.swiper.swiper--persons {
  display: none;
}

.hero__person-txt-less {
  opacity: 1;
  justify-content: flex-start;
  align-items: center;
  width: 120px;
  height: 120px;
  display: flex;
  position: absolute;
  bottom: 80px;
  transform: rotate(-90deg);
}

.hero__person-txt-less.mod--1 {
  padding-top: 20px;
  right: 0;
}

.hero__person-txt-less.mod--1.hide {
  display: none;
}

.swiper-wrapper {
  flex-direction: row;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.hero__persons {
  z-index: 0;
  justify-content: flex-end;
  height: 590px;
  margin-left: -60px;
  margin-right: -20px;
  display: flex;
  position: relative;
}

.hero__h1 {
  color: var(--white);
  width: 450px;
  margin-bottom: 32px;
  padding-right: 20px;
  font-size: 80px;
  font-weight: 700;
  line-height: 90px;
}

.code-embed {
  width: 100%;
}

.button-secondary {
  text-transform: uppercase;
  background-color: #d0dde9;
  border: 1px solid #fff;
  border-radius: 10000000em;
  padding: 1em 1.5em .9em;
  font-size: .9em;
  line-height: .9;
}

.arrow-link-2 {
  justify-content: flex-start;
}

.main-navigation-wrapper {
  background-color: #ddd0;
  display: flex;
}

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

.hero-main-image.img-size {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.hero-section {
  background-color: var(--primary);
  width: 100%;
  height: 67.5em;
  padding-left: 0;
  display: flex;
  position: relative;
}

.h1-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 10.5em;
  font-weight: 400;
  line-height: 1;
  position: static;
  inset: 2em auto auto 24.5%;
}

.h1-2.position-absolute {
  z-index: 2;
  position: absolute;
  top: 32%;
  left: 25%;
  overflow: hidden;
}

.button {
  color: #dae9ef;
  text-transform: uppercase;
  background-color: #23404d;
  border-radius: 999999em;
  padding: 1em 1.5em .9em;
  font-size: .9em;
  line-height: 1;
}

.button:hover {
  color: #23404d;
  background-color: #dae9ef;
}

.hero-section-image-wrapper {
  width: 60em;
  height: 100%;
}

.hero-vertical-wrapper {
  color: #fff;
  border-left: 1px solid #dae9ef;
  flex-flow: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-end;
  width: 20em;
  height: auto;
  padding-top: 4.0625em;
  padding-bottom: 5.625em;
  padding-right: 2.5em;
  display: flex;
}

.main-nav-link {
  color: #fff;
  text-transform: uppercase;
  text-underline-offset: 30%;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: 1.125em;
  line-height: 1;
}

.main-nav-link:hover {
  text-decoration: underline;
}

.main-nav-link.w--current {
  color: #fff;
  text-decoration: underline;
}

.hero-span.slideup {
  font-size: 90px;
  font-weight: 700;
  display: inline-block;
}

.main-navigation-menu {
  grid-column-gap: 1.125em;
  grid-row-gap: 1.125em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.hero-content-wrapper {
  color: #fff;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 20em;
  padding-top: 4.0625em;
  padding-bottom: 11.25em;
  padding-left: 7.375em;
  display: flex;
}

.hero-text-wrapper {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 32.6875em;
  display: flex;
}

.logo {
  z-index: 1;
  color: #fff;
  font-size: 1.375em;
  line-height: 1;
  position: absolute;
  top: 6%;
  left: 2.5em;
}

.logo.fadein, .logo.fadein.w--current {
  text-decoration: none;
}

.font-merchant.slideup {
  display: inline-block;
}

.main-hero-paragraph {
  margin-bottom: 0;
  font-size: 1.125em;
  font-weight: 300;
  line-height: 150%;
}

.main-hero-paragraph.slideup {
  animation-delay: .85s;
}

.marquee {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.accent, .accent.stroke {
  color: var(--primary);
}

.marquee-track {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.devider {
  color: #4ff543;
  justify-content: center;
  align-items: center;
  width: 7em;
  height: 7em;
  margin-left: 2em;
  margin-right: 2em;
  display: flex;
  position: relative;
}

.heading {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  font-size: 2.6em;
  font-weight: 700;
  line-height: 1.19;
  overflow: visible;
}

.heading.marquee-heading {
  color: var(--third);
  text-transform: uppercase;
  white-space: nowrap;
  cursor: default;
  font-size: 8em;
  font-weight: 900;
  line-height: 1;
}

.marquee-wrapper {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 2em;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.marquee-list {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

._148-icon-wrapper {
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  margin: auto;
  display: flex;
  position: relative;
}

._148-sm-inner-circle {
  border: 1px solid var(--primary);
  border-radius: 50%;
  width: 100px;
  height: 100px;
  display: block;
  position: absolute;
}

._148-sm-inner-square {
  border: 1px solid var(--primary);
  display: block;
  position: absolute;
  inset: 0%;
  transform: rotate(45deg);
}

._148-sm-icon-image {
  width: 30px;
  height: 30px;
  position: relative;
}

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

.service-banner {
  background-image: url('../images/Building-Services-6.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  height: 340px;
}

.service-banner._2 {
  background-image: url('../images/Loft-Conversion-3.webp');
}

.service-banner._3 {
  background-image: url('../images/New-Build-10.webp');
}

.service-banner._4 {
  background-image: url('../images/Renovation.webp');
}

.service-banner._5 {
  background-image: url('../images/New-Builds-2.webp');
  background-position: 50% 100%;
}

.service-banner.area {
  background-image: url('../images/Coventry.webp');
  background-position: 50% 0;
}

.service-banner.gallery {
  background-image: url('../images/House-Extension-2.webp');
  background-position: 50% 0;
}

.service-banner.reviews {
  background-image: url('../images/Loft-Conversion-1.webp');
  background-position: 50% 100%;
}

.service-banner.contact {
  background-image: url('../images/New-Builds.webp');
  background-position: 50%;
}

.service-banner.site-map {
  background-image: url('../images/Loft-Conversion-6.webp');
  background-position: 50%;
}

.service-ban-content {
  z-index: 90;
  background-image: linear-gradient(90deg, #002a52b8, #fff0);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-left: 80px;
  display: flex;
  position: static;
}

.service-ban-text-main {
  color: var(--white);
  text-transform: capitalize;
  margin-bottom: 5px;
  font-size: 65px;
  font-weight: 900;
  line-height: 72px;
}

.small-h3 {
  color: var(--third);
  text-transform: uppercase;
  font-weight: 800;
}

.bullet-list-services {
  background-color: #f8f9ff;
  padding-top: 100px;
  padding-bottom: 140px;
}

.bullet-icon {
  text-align: left;
  background-image: url('../images/brickwall_1brickwall.webp');
  background-position: 50%;
  background-size: cover;
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  font-size: 4em;
  line-height: 1.5;
  display: inline-block;
}

.bullet-icon.kitchen {
  background-image: url('../images/plumbing_1plumbing.webp');
}

.bullet-icon.plastering {
  background-image: url('../images/trowel_1trowel.webp');
}

.bullet-heading {
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  display: flex;
}

.card-bullet {
  padding-left: 0;
}

.top-title-content {
  text-align: center;
}

.para {
  color: #838383;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.75;
}

.para.bullet-para {
  color: var(--third);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.para.para-sm {
  color: var(--black);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  font-weight: 400;
}

.bullet-block-btn {
  color: #fdfdfd;
  background-color: #ef233c;
  border-radius: 4px;
  margin-top: 20px;
  padding: 10px 20px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: inline-block;
}

.bullet-block-btn:hover {
  transform: scale(.95);
}

.bullet-block {
  background-color: var(--primary);
  text-align: left;
  border-radius: 4px;
  padding: 20px;
  transition: all .2s ease-in-out;
  box-shadow: 1px 1px 3px #0000000d;
}

.bullet-block:hover {
  transform: translate(0, -5px);
}

.text-block-4 {
  color: #ef233c;
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.95;
}

.text-block-4.bullet-list-title {
  color: #757575;
  font-size: 1.25em;
}

.bullet-block-title {
  color: var(--third);
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.4em;
  font-weight: 800;
  line-height: 1.3;
}

.card-icon {
  color: #ef233c;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  display: flex;
}

.card-bullet-item {
  color: #838383;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 500;
  list-style-type: none;
  display: flex;
}

.heading-2-title {
  color: var(--third);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2em;
  line-height: 1.9;
}

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

.bullet-list-grid.btn-text-2 {
  grid-template-columns: 1fr 1fr;
}

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

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

.sie-map-list {
  padding-left: 0;
}

.font-icon {
  color: #fff;
  background-color: #d31b1d;
  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;
}

.font-icon.site {
  color: var(--third);
  background-color: #0000;
  font-family: "Fa Solid 900", sans-serif;
  font-weight: 300;
}

.site-link {
  color: #25242a;
  font-weight: 600;
  text-decoration: none;
  transition: color .45s ease-in-out;
}

.site-link:hover {
  color: var(--primary);
}

.work-item-title {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: .9rem;
}

.work-item-wrapper {
  color: #edf2f4;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.image-cover {
  z-index: 1;
  mix-blend-mode: color-burn;
  background-color: #0a100d;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.work-item-image {
  object-fit: cover;
  width: 100%;
  height: 350px;
}

.work-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 1%;
  padding-left: 2%;
  padding-right: 2%;
  display: grid;
}

.overflow-none {
  overflow: hidden;
}

.overflow-none.full {
  border-radius: 4px;
  width: 100%;
  position: relative;
}

.track {
  white-space: nowrap;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: static;
  overflow: hidden;
}

.works-title {
  z-index: 90;
  text-transform: uppercase;
  white-space: nowrap;
  margin-top: 2vh;
  margin-bottom: 2vh;
  font-size: 18vh;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  position: relative;
}

.works-title.med-size {
  margin-left: auto;
  margin-right: auto;
  font-size: 22px;
  font-weight: 600;
}

.card-hover {
  z-index: 6;
  color: #fff;
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.write-review-grid {
  grid-template-rows: auto;
  width: 100%;
}

.review-div {
  border-bottom: 3px solid var(--primary);
  cursor: pointer;
  background-color: #1113;
  padding: 20px 12px 20px 24px;
  text-decoration: none;
  transition: padding .45s ease-in-out;
}

.review-div:hover {
  padding-left: 40px;
}

.review-text {
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: 400;
}

.google-icon {
  width: 175px;
  margin-top: 15px;
}

.arrow-icon {
  width: 45px;
  margin-top: 15px;
  margin-left: 20px;
}

.home_gallery_component {
  column-count: 2;
  column-gap: 2rem;
}

.home_gallery_lightbox-link {
  width: 100%;
  margin-bottom: 2rem;
  display: inline-block;
}

.home_gallery_image-wrapper-large {
  width: 100%;
  display: inline-block;
  position: relative;
  transform: skew(0deg);
}

.home_gallery_image1 {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.home_gallery_image-wrapper {
  width: 100%;
  display: inline-block;
  position: relative;
}

.home_gallery_image3, .home_gallery_image2 {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.home_gallery_image4 {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.xmas-banner {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--primary);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 0;
  display: flex;
}

.image-5 {
  filter: blur(5px);
}

.h3-small {
  color: var(--third);
  letter-spacing: -1px;
  text-transform: uppercase;
  font-size: 22px;
}

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

@media screen and (min-width: 1920px) {
  .livechat-button:hover, .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 {
    background-color: var(--secondary);
    color: var(--white);
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: 600;
    text-decoration: none;
    display: block;
  }

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

  .navbar-2 {
    width: 100%;
  }

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

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

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

  .dropdown {
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .menu-button-2.w--open {
    background-color: var(--white);
    color: var(--secondary);
    text-align: right;
  }

  .hero-mask {
    height: 550px;
    min-height: auto;
  }

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

  .menu-button-div {
    height: auto;
  }

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

  .h1 {
    font-size: 32px;
  }

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

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

  .img {
    height: 450px;
  }

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

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

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

  .large-p-block {
    box-shadow: none;
    width: 90%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .large-image-section {
    flex-direction: column;
    padding-bottom: 60px;
  }

  .large-single-image-div {
    width: 90%;
    height: auto;
    min-height: 450px;
    position: static;
  }

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

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

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

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

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

  .h2-title {
    font-size: 34px;
    line-height: 38px;
  }

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

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

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

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

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

  .h2-div.flex {
    flex-direction: row;
    align-items: center;
  }

  .h2-div.flex.center {
    justify-content: center;
  }

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

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

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

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

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

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

  .left-contact {
    width: 100%;
  }

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

  .container-4 {
    width: 90%;
  }

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

  .heading-3-text {
    margin-bottom: 15px;
  }

  .heading-3-text.sm-h3.white-h3 {
    font-size: 20px;
  }

  .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: 1px solid var(--black);
    border-top-width: 0;
    border-right-style: solid;
    border-right-color: var(--black);
    border-bottom-width: 0;
    padding: 40px 20px;
  }

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

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

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

  .google-maps {
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .h2-wrap {
    margin-bottom: 10px;
    line-height: 1.3;
  }

  .banner-welcome {
    padding-bottom: 60px;
    padding-left: 60px;
  }

  .banner-welcome-small {
    letter-spacing: 5px;
    font-size: 21px;
  }

  .banner-welcome-main {
    margin-bottom: 0;
    font-size: 75px;
    line-height: 70px;
  }

  .banner-welcome-main-small {
    font-size: 34px;
  }

  .banner-welcome-main-small.light {
    font-size: 30px;
    line-height: 32px;
  }

  .icon-4 {
    color: #fff;
  }

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

  .fa-social-3 {
    margin-right: 0;
  }

  .contact-ann-block-2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

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

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

  .drop-down-icon-2, .dl-link-img-2 {
    margin-right: 10px;
  }

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

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

  .menu-link-2 {
    background-color: var(--white);
    border-bottom-color: #00000017;
    margin-left: 0;
    margin-right: 0;
    padding: 18px 10px;
    font-weight: 700;
  }

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

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

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

  .menu-link-2.w--current:hover {
    background-color: var(--third);
    color: var(--white);
  }

  .dropdown-toggle-2 {
    background-color: var(--white);
    color: #151623;
    justify-content: space-between;
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

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

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

  .menu-button-3 {
    background-color: var(--third);
    border-radius: 9px;
    transition: background-color .45s ease-in-out;
  }

  .menu-button-3:hover {
    background-color: var(--primary);
  }

  .menu-button-3.w--open {
    background-color: var(--primary);
    color: #5e5e5e;
    text-align: right;
  }

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

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

  .text-block.center {
    font-size: 26px;
  }

  .footer-rights {
    grid-row-gap: 2rem;
    flex-direction: column;
  }

  .footer-heading {
    margin-bottom: 24px;
  }

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

  .privacy-heading {
    margin-bottom: 24px;
  }

  .underline-btn-txt {
    font-size: 14px;
  }

  .section-text-wrap {
    align-items: center;
    padding-left: 75px;
    padding-right: 75px;
  }

  .section-header {
    line-height: 9vw;
  }

  .section-tagline {
    margin-bottom: 44px;
  }

  .hero__person-txt-more {
    opacity: 1;
    padding-left: 16px;
    padding-right: 16px;
    bottom: 20px;
  }

  .hero__person-txt-more.mod--1 {
    padding-left: 16px;
  }

  .swiper-slide.slide--persons {
    width: auto;
    margin-top: 60px;
  }

  .hero__person-title {
    font-size: 22px;
  }

  .hero__col.col--2 {
    display: none;
  }

  .hero__person-count-title {
    font-size: 32px;
  }

  .section-3 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .section-3.section--hero {
    padding-top: 64px;
  }

  .hero__columns {
    display: block;
  }

  .hero__person-count-span {
    font-size: 12px;
  }

  .hero__person {
    width: 240px;
    height: 376px;
    padding-left: 0;
    padding-right: 0;
  }

  .hero__person.mod--2, .hero__person.mod--1 {
    width: 100%;
    height: 550px;
    margin-bottom: 20px;
  }

  .hero__person.mod--3 {
    width: 100%;
    height: 550px;
  }

  .swiper.swiper--persons {
    margin-bottom: 40px;
    display: block;
    overflow: visible;
  }

  .hero__person-txt-less {
    display: none;
  }

  .swiper-wrapper {
    flex-flow: column;
  }

  .hero__h1 {
    margin-bottom: 30px;
    font-size: 58px;
    line-height: 65px;
  }

  ._148-icon-wrapper {
    margin-top: 42px;
    margin-bottom: 42px;
  }

  ._4x1-social {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr;
  }

  .service-banner {
    height: 300px;
  }

  .service-ban-content {
    padding-bottom: 0;
    padding-left: 60px;
  }

  .service-ban-text-main {
    margin-bottom: 0;
    font-size: 55px;
    line-height: 58px;
  }

  .bullet-list-grid, .gallery-grid, .work-grid {
    grid-template-columns: 1fr 1fr;
  }

  .works-title {
    font-size: 9vh;
  }

  .card-hover {
    display: none;
  }
}

@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;
    margin-top: 0;
  }

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

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

  .menu-link {
    width: 100%;
  }

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

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

  .hero-mask {
    height: 450px;
  }

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

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

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

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

  .img {
    height: 350px;
  }

  .img-div {
    height: 250px;
  }

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

  .large-image-section {
    padding-bottom: 40px;
  }

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

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

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

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

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

  .h2-title {
    font-size: 34px;
  }

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

  .h2-div {
    margin-bottom: 0;
  }

  .h2-div.flex {
    margin-bottom: 20px;
  }

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

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

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

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

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

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

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

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

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

  .cta-link {
    font-size: 16px;
  }

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

  .heading-3-text {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 20px;
  }

  .heading-3-text.sm-h3.white-h3 {
    line-height: 30px;
  }

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

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

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

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

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

  .footer-info-div-2._1 {
    border-right-color: var(--black);
    border-left-color: var(--black);
    justify-content: center;
  }

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

  .contact-block {
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

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

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

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

  .whatsapp-block {
    display: flex;
  }

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

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

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

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

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

  .banner-welcome {
    padding-bottom: 0;
    padding-left: 40px;
  }

  .banner-welcome-main-small.light {
    font-size: 26px;
    line-height: 28px;
  }

  .logo-div-3 {
    flex-direction: row;
    align-items: center;
  }

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

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

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

  .ripple-3 {
    right: -12%;
  }

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

  .dropdown-toggle-2:hover {
    color: #fff;
    background-color: #c0c1af;
  }

  .background-image {
    height: 450px;
  }

  .works-2, .works-3 {
    min-width: 250px;
  }

  .container-6, .lg-text-sec.center {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block.center {
    font-size: 28px;
  }

  .parallax-section {
    padding: 60px 3%;
  }

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

  .arrow-scroll.hide-mobile {
    display: none;
  }

  .project-section.background-color-alternate {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .footer-rights {
    grid-row-gap: 2rem;
    justify-content: space-between;
    align-items: center;
  }

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

  .section-text-wrap {
    padding-left: 29px;
    padding-right: 29px;
  }

  .section-header {
    font-size: 3em;
    line-height: 10vw;
  }

  .swiper-slide {
    width: 100%;
  }

  .hero__col.col--1 {
    padding-bottom: 20px;
  }

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

  .section-3.section--hero {
    padding-top: 100px;
  }

  .hero__columns {
    display: block;
  }

  .devider {
    width: 9.6em;
    height: 8.5em;
  }

  .heading {
    font-size: 7vw;
  }

  .heading.marquee-heading {
    font-size: 11em;
  }

  .marquee-wrapper {
    padding-top: 10em;
    padding-bottom: 10em;
  }

  .service-ban-content {
    padding-bottom: 0;
    padding-left: 40px;
  }

  .service-ban-text-main {
    font-size: 40px;
    line-height: 44px;
  }

  .para.para-sm {
    width: 100%;
  }

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

  .gallery-thumb {
    height: 290px;
  }

  .home_gallery_component {
    column-count: 1;
    column-gap: 1.5rem;
  }

  .home_gallery_lightbox-link {
    margin-bottom: 1.5rem;
  }

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

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

  .headt-call-btn {
    font-size: 14px;
  }

  .main-block {
    justify-content: center;
    margin-bottom: 5px;
  }

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

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

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

  .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 {
    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;
    padding: 0;
  }

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

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

  .mobile-block.lig-text {
    margin-right: 0;
  }

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

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

  .menu-button-2 {
    background-color: var(--third);
    color: var(--black);
    border-radius: 0;
    width: 100%;
    display: flex;
  }

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

  .menu-button-2.w--open {
    background-color: var(--secondary);
    color: var(--white);
    border-radius: 0;
    justify-content: center;
    align-items: center;
  }

  .hero-banner {
    display: block;
  }

  .hero-mask {
    height: 300px;
  }

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

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

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

  .coloured-underline {
    margin-bottom: 20px;
  }

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

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

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

  .img {
    height: 250px;
  }

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

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

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

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

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

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

  .h2 {
    margin-top: 10px;
    font-size: 24px;
    line-height: 32px;
  }

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

  .h2.white {
    font-size: 23px;
    line-height: 29px;
  }

  .large-image-section {
    flex-direction: column;
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .large-single-image-div.s1-2, .large-single-image-div.s2-2, .large-single-image-div.s3-2, .large-single-image-div.s4-2, .large-single-image-div.s5-2 {
    min-height: 250px;
  }

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

  .testemonials {
    padding-top: 30px;
    padding-bottom: 70px;
    overflow: hidden;
  }

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

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

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

  .h2-title {
    margin-left: 0;
    font-size: 25px;
    line-height: 31px;
  }

  .h2-title.white {
    font-size: 24px;
  }

  .h2-title.white.smaller {
    font-size: 22px;
  }

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

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

  .light-text-line {
    margin-right: 5px;
    display: none;
  }

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

  .h2-div {
    margin-bottom: 0;
  }

  .h2-div.m-bottom-30 {
    flex-direction: column;
  }

  .h2-div.flex {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }

  .h2-div.flex.center {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
  }

  .slide {
    padding: 0;
  }

  .container-2.test-container {
    position: relative;
  }

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

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

  .grey-content-section.bg-gradiant {
    background-image: linear-gradient(180deg, var(--white) 60%, var(--primary) 60%, var(--third) 60%);
    margin-top: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

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

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

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

  .cta-text-contact {
    margin-bottom: 0;
  }

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

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

  .cta-link {
    font-size: 14px;
  }

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

  .left-contact.right {
    margin-top: 10px;
    padding: 0;
  }

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

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

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

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

  .foooter-logo {
    width: 175px;
  }

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

  .list {
    text-align: center;
  }

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

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

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

  .footer-nav-item.footer-contact.auto-cusro {
    text-align: center;
  }

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

  .footer-info-div-2 {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
  }

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

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

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

  .footer-copy-right {
    padding-bottom: 100px;
  }

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

  .bullet-list {
    font-size: 14px;
  }

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

  .areas-list-item.areas-list-flex {
    font-size: 15px;
  }

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

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

  .list-item-2:hover {
    padding-left: 0;
  }

  .h3-service-text {
    padding-left: 0;
    font-weight: 300;
  }

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

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

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

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

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

  .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;
    display: none;
    position: relative;
  }

  .h2-wrap {
    margin-bottom: 0;
  }

  .fa-social-2 {
    width: 42px;
    min-width: 42px;
    height: 42px;
    min-height: 42px;
    margin-bottom: 5px;
  }

  .fa-container {
    top: 40%;
  }

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

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

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

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

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

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

  .banner-welcome {
    padding-left: 20px;
  }

  .banner-welcome-small {
    margin-bottom: 0;
    font-size: 17px;
    line-height: 22px;
  }

  .banner-welcome-main {
    font-size: 45px;
    line-height: 50px;
  }

  .banner-welcome-main-small {
    font-size: 23px;
    line-height: 28px;
  }

  .banner-welcome-main-small.light {
    font-size: 20px;
    line-height: 30px;
  }

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

  .logo-div-3 {
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 0;
  }

  .contact-ann-block-2 {
    margin-top: 15px;
    margin-left: 0;
    display: flex;
  }

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

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

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

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

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

  .ripple-3 {
    right: -54%;
  }

  .menu-link-2 {
    color: #fff;
    text-align: left;
    background-color: #000;
  }

  .menu-link-2:hover {
    background-color: #f7941e;
  }

  .dropdown-toggle-2 {
    color: #fff;
    text-align: left;
    background-color: #000;
  }

  .dropdown-toggle-2:hover, .dl-link-holder-2.w--current {
    background-color: #f7941e;
  }

  .logo-3 {
    object-fit: contain;
    width: 35%;
  }

  .menu-button-3 {
    background-color: var(--third);
    color: #f7f7f2;
    border-radius: 0;
    width: 100%;
    transition: background-color .45s ease-in-out;
    display: flex;
  }

  .menu-button-3:hover {
    background-color: #000;
    border-radius: 0;
  }

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

  .intro {
    display: none;
  }

  .lottie-animation-2 {
    width: 90%;
  }

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

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

  .container-6 {
    width: 95%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .lg-text-sec.center {
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .btn-text-2 {
    font-size: 15px;
  }

  .text-block.center {
    font-size: 20px;
    line-height: 1.4;
  }

  .image-2 {
    width: 132px;
  }

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

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

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

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

  .section-text-wrap {
    padding: 20px;
  }

  .section {
    min-height: 50vh;
  }

  .section-header {
    text-align: center;
    font-size: 12vw;
    line-height: 1.1em;
  }

  .section-tagline {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 1.2em;
    line-height: 1.5em;
    display: block;
  }

  .swiper-slide {
    width: 100%;
  }

  .swiper-slide.slide--persons {
    margin-top: 20px;
  }

  .hero__person-title.stroke--white-02 {
    font-size: 18px;
  }

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

  .hero__person {
    border-radius: 14px;
  }

  .hero__person.mod--2, .hero__person.mod--1 {
    height: 300px;
    margin-bottom: 0;
  }

  .hero__person.mod--3 {
    height: 300px;
  }

  .hero__h1 {
    width: auto;
    font-size: 40px;
    line-height: 44px;
  }

  .hero-main-image {
    object-fit: cover;
    width: 100%;
    height: auto;
    margin-top: 0;
  }

  .hero-section {
    flex-flow: row;
    height: 100svh;
    display: none;
  }

  .h1-2 {
    color: #fff;
    margin-bottom: .2em;
    font-size: 18em;
    line-height: 1;
    position: static;
  }

  .button {
    padding-left: 3.5em;
    padding-right: 3.5em;
    font-size: 4.2em;
  }

  .hero-vertical-wrapper, .hero-content-wrapper {
    display: none;
  }

  .logo {
    font-size: 6em;
    position: static;
  }

  .main-hero-paragraph {
    color: #fff;
    margin-bottom: 2em;
    font-size: 4.8em;
  }

  .heading {
    font-size: 7vw;
  }

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

  ._148-icon-wrapper {
    width: 60px;
    height: 60px;
    margin-top: 25px;
    margin-bottom: 25px;
  }

  ._148-sm-icon-image {
    width: 26px;
    height: 26px;
  }

  ._4x1-social {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .service-banner {
    height: 250px;
  }

  .service-ban-content {
    padding-left: 20px;
  }

  .service-ban-text-main {
    font-size: 29px;
    line-height: 34px;
  }

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

  .para.para-sm {
    text-align: left;
    font-size: 15px;
    line-height: 23px;
  }

  .bullet-block-title {
    font-size: 19px;
    line-height: 24px;
  }

  .heading-2-title {
    text-align: left;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 28px;
  }

  .gallery-thumb {
    height: 175px;
  }

  .sie-map-list {
    width: 100%;
  }

  .work-grid {
    grid-template-columns: 1fr;
    padding-left: 5%;
    padding-right: 5%;
  }

  .write-review-grid {
    grid-template-columns: 1fr;
  }

  .review-text {
    font-size: 20px;
  }

  .google-icon {
    width: 115px;
  }

  .h3-small.white {
    margin-top: 10px;
  }
}

#w-node-_17ef6961-5229-11ca-1ccf-308d9a770bbd-733de9bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee734408-8449-5fde-cf10-d9beed4bcad3-733de9bd {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ee734408-8449-5fde-cf10-d9beed4bcad5-733de9bd {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ee734408-8449-5fde-cf10-d9beed4bcad7-733de9bd {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-ee734408-8449-5fde-cf10-d9beed4bcad9-733de9bd {
  grid-area: 1 / 2 / 2 / 3;
}

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

#w-node-_6fcee138-ec06-1785-ac1a-beb9fd132621-733de9bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d620b677-6664-84f6-3a64-61d3eb29f2b0-733de9bd {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d620b677-6664-84f6-3a64-61d3eb29f2b2-733de9bd {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d620b677-6664-84f6-3a64-61d3eb29f2b4-733de9bd {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-d620b677-6664-84f6-3a64-61d3eb29f2b6-733de9bd, #w-node-_7ca1a39b-bdb4-d461-f18d-b28f46ed2093-733de9bd {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_7ca1a39b-bdb4-d461-f18d-b28f46ed2095-733de9bd {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_7ca1a39b-bdb4-d461-f18d-b28f46ed2097-733de9bd {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-_7ca1a39b-bdb4-d461-f18d-b28f46ed2099-733de9bd, #w-node-_877b0f49-6208-740e-2327-f74c5ef8ad4f-733de9bd {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_877b0f49-6208-740e-2327-f74c5ef8ad51-733de9bd {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_877b0f49-6208-740e-2327-f74c5ef8ad53-733de9bd {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-_877b0f49-6208-740e-2327-f74c5ef8ad55-733de9bd {
  grid-area: 1 / 2 / 2 / 3;
}

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

#w-node-_30991bed-06eb-7e5d-59bf-5e7a4048d85c-733de9bd {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_30991bed-06eb-7e5d-59bf-5e7a4048d85e-733de9bd {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_30991bed-06eb-7e5d-59bf-5e7a4048d860-733de9bd {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-_30991bed-06eb-7e5d-59bf-5e7a4048d862-733de9bd {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-cd738feb-74f9-787e-6b43-6fa4f0200198-733de9bd, #w-node-b6fb24da-c2c6-9922-959b-bfefe41c12fa-733de9bd, #w-node-_21d255dc-048c-69fa-4c74-182404d01392-733de9bd, #w-node-a661279d-2a93-9c87-a18d-859fc25a4905-733de9bd {
  place-self: center;
}

#w-node-d192433c-c92f-ebbb-b529-ca7df7f9093c-f7f90930, #w-node-d192433c-c92f-ebbb-b529-ca7df7f90949-f7f90930, #w-node-d192433c-c92f-ebbb-b529-ca7df7f90952-f7f90930 {
  align-self: center;
}

#w-node-f997b35f-5abd-14e0-14f4-59fa39a7fd40-c7aa1f61 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-f997b35f-5abd-14e0-14f4-59fa39a7fd42-c7aa1f61 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-f997b35f-5abd-14e0-14f4-59fa39a7fd44-c7aa1f61 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-f997b35f-5abd-14e0-14f4-59fa39a7fd46-c7aa1f61, #w-node-ee734408-8449-5fde-cf10-d9beed4bcad3-a60d2db5 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ee734408-8449-5fde-cf10-d9beed4bcad5-a60d2db5 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ee734408-8449-5fde-cf10-d9beed4bcad7-a60d2db5 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-ee734408-8449-5fde-cf10-d9beed4bcad9-a60d2db5, #w-node-_877b0f49-6208-740e-2327-f74c5ef8ad4f-a60d2db5 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_877b0f49-6208-740e-2327-f74c5ef8ad51-a60d2db5 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_877b0f49-6208-740e-2327-f74c5ef8ad53-a60d2db5 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-_877b0f49-6208-740e-2327-f74c5ef8ad55-a60d2db5, #w-node-d382bce6-3a94-c740-9323-0a211b5a6ddf-a60d2db5 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d382bce6-3a94-c740-9323-0a211b5a6de1-a60d2db5 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d382bce6-3a94-c740-9323-0a211b5a6de3-a60d2db5 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-d382bce6-3a94-c740-9323-0a211b5a6de5-a60d2db5, #w-node-_30991bed-06eb-7e5d-59bf-5e7a4048d85c-a60d2db5 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_30991bed-06eb-7e5d-59bf-5e7a4048d85e-a60d2db5 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_30991bed-06eb-7e5d-59bf-5e7a4048d860-a60d2db5 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-_30991bed-06eb-7e5d-59bf-5e7a4048d862-a60d2db5 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-cd738feb-74f9-787e-6b43-6fa4f0200198-a60d2db5, #w-node-b6fb24da-c2c6-9922-959b-bfefe41c12fa-a60d2db5, #w-node-_21d255dc-048c-69fa-4c74-182404d01392-a60d2db5, #w-node-a661279d-2a93-9c87-a18d-859fc25a4905-a60d2db5 {
  place-self: center;
}

#w-node-ee734408-8449-5fde-cf10-d9beed4bcad3-b100c1b0 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ee734408-8449-5fde-cf10-d9beed4bcad5-b100c1b0 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ee734408-8449-5fde-cf10-d9beed4bcad7-b100c1b0 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-ee734408-8449-5fde-cf10-d9beed4bcad9-b100c1b0, #w-node-_98707445-7858-7147-b0ee-0c14599881a8-b100c1b0 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_98707445-7858-7147-b0ee-0c14599881aa-b100c1b0 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_98707445-7858-7147-b0ee-0c14599881ac-b100c1b0 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-_98707445-7858-7147-b0ee-0c14599881ae-b100c1b0, #w-node-_877b0f49-6208-740e-2327-f74c5ef8ad4f-b100c1b0 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_877b0f49-6208-740e-2327-f74c5ef8ad51-b100c1b0 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_877b0f49-6208-740e-2327-f74c5ef8ad53-b100c1b0 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-_877b0f49-6208-740e-2327-f74c5ef8ad55-b100c1b0, #w-node-_573fbd13-df0f-6cf7-a7b1-60f97c0dc122-b100c1b0 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_573fbd13-df0f-6cf7-a7b1-60f97c0dc124-b100c1b0 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_573fbd13-df0f-6cf7-a7b1-60f97c0dc126-b100c1b0 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-_573fbd13-df0f-6cf7-a7b1-60f97c0dc128-b100c1b0, #w-node-_30991bed-06eb-7e5d-59bf-5e7a4048d85c-b100c1b0 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_30991bed-06eb-7e5d-59bf-5e7a4048d85e-b100c1b0 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_30991bed-06eb-7e5d-59bf-5e7a4048d860-b100c1b0 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-_30991bed-06eb-7e5d-59bf-5e7a4048d862-b100c1b0 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-cd738feb-74f9-787e-6b43-6fa4f0200198-b100c1b0, #w-node-b6fb24da-c2c6-9922-959b-bfefe41c12fa-b100c1b0, #w-node-_21d255dc-048c-69fa-4c74-182404d01392-b100c1b0, #w-node-a661279d-2a93-9c87-a18d-859fc25a4905-b100c1b0 {
  place-self: center;
}

#w-node-ee734408-8449-5fde-cf10-d9beed4bcad3-08d5c1f8 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ee734408-8449-5fde-cf10-d9beed4bcad5-08d5c1f8 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ee734408-8449-5fde-cf10-d9beed4bcad7-08d5c1f8 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-ee734408-8449-5fde-cf10-d9beed4bcad9-08d5c1f8, #w-node-_98707445-7858-7147-b0ee-0c14599881a8-08d5c1f8 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_98707445-7858-7147-b0ee-0c14599881aa-08d5c1f8 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_98707445-7858-7147-b0ee-0c14599881ac-08d5c1f8 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-_98707445-7858-7147-b0ee-0c14599881ae-08d5c1f8, #w-node-_877b0f49-6208-740e-2327-f74c5ef8ad4f-08d5c1f8 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_877b0f49-6208-740e-2327-f74c5ef8ad51-08d5c1f8 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_877b0f49-6208-740e-2327-f74c5ef8ad53-08d5c1f8 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-_877b0f49-6208-740e-2327-f74c5ef8ad55-08d5c1f8, #w-node-_573fbd13-df0f-6cf7-a7b1-60f97c0dc122-08d5c1f8 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_573fbd13-df0f-6cf7-a7b1-60f97c0dc124-08d5c1f8 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_573fbd13-df0f-6cf7-a7b1-60f97c0dc126-08d5c1f8 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-_573fbd13-df0f-6cf7-a7b1-60f97c0dc128-08d5c1f8, #w-node-_76d6d09a-17f1-ddc1-80ca-538a8b56fb2f-08d5c1f8 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_76d6d09a-17f1-ddc1-80ca-538a8b56fb31-08d5c1f8 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_76d6d09a-17f1-ddc1-80ca-538a8b56fb33-08d5c1f8 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-_76d6d09a-17f1-ddc1-80ca-538a8b56fb35-08d5c1f8, #w-node-_30991bed-06eb-7e5d-59bf-5e7a4048d85c-08d5c1f8 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_30991bed-06eb-7e5d-59bf-5e7a4048d85e-08d5c1f8 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_30991bed-06eb-7e5d-59bf-5e7a4048d860-08d5c1f8 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-_30991bed-06eb-7e5d-59bf-5e7a4048d862-08d5c1f8 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-cd738feb-74f9-787e-6b43-6fa4f0200198-08d5c1f8, #w-node-b6fb24da-c2c6-9922-959b-bfefe41c12fa-08d5c1f8, #w-node-_21d255dc-048c-69fa-4c74-182404d01392-08d5c1f8, #w-node-a661279d-2a93-9c87-a18d-859fc25a4905-08d5c1f8 {
  place-self: center;
}

#w-node-ee734408-8449-5fde-cf10-d9beed4bcad3-b953acfa {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ee734408-8449-5fde-cf10-d9beed4bcad5-b953acfa {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ee734408-8449-5fde-cf10-d9beed4bcad7-b953acfa {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-ee734408-8449-5fde-cf10-d9beed4bcad9-b953acfa, #w-node-_98707445-7858-7147-b0ee-0c14599881a8-b953acfa {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_98707445-7858-7147-b0ee-0c14599881aa-b953acfa {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_98707445-7858-7147-b0ee-0c14599881ac-b953acfa {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-_98707445-7858-7147-b0ee-0c14599881ae-b953acfa, #w-node-_877b0f49-6208-740e-2327-f74c5ef8ad4f-b953acfa {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_877b0f49-6208-740e-2327-f74c5ef8ad51-b953acfa {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_877b0f49-6208-740e-2327-f74c5ef8ad53-b953acfa {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-_877b0f49-6208-740e-2327-f74c5ef8ad55-b953acfa, #w-node-_573fbd13-df0f-6cf7-a7b1-60f97c0dc122-b953acfa {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_573fbd13-df0f-6cf7-a7b1-60f97c0dc124-b953acfa {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_573fbd13-df0f-6cf7-a7b1-60f97c0dc126-b953acfa {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-_573fbd13-df0f-6cf7-a7b1-60f97c0dc128-b953acfa, #w-node-_30991bed-06eb-7e5d-59bf-5e7a4048d85c-b953acfa {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_30991bed-06eb-7e5d-59bf-5e7a4048d85e-b953acfa {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_30991bed-06eb-7e5d-59bf-5e7a4048d860-b953acfa {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-_30991bed-06eb-7e5d-59bf-5e7a4048d862-b953acfa {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-cd738feb-74f9-787e-6b43-6fa4f0200198-b953acfa, #w-node-b6fb24da-c2c6-9922-959b-bfefe41c12fa-b953acfa, #w-node-_21d255dc-048c-69fa-4c74-182404d01392-b953acfa, #w-node-a661279d-2a93-9c87-a18d-859fc25a4905-b953acfa {
  place-self: center;
}

#w-node-ee734408-8449-5fde-cf10-d9beed4bcad3-ae9ffc57 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ee734408-8449-5fde-cf10-d9beed4bcad5-ae9ffc57 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ee734408-8449-5fde-cf10-d9beed4bcad7-ae9ffc57 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-ee734408-8449-5fde-cf10-d9beed4bcad9-ae9ffc57, #w-node-_98707445-7858-7147-b0ee-0c14599881a8-ae9ffc57 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_98707445-7858-7147-b0ee-0c14599881aa-ae9ffc57 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_98707445-7858-7147-b0ee-0c14599881ac-ae9ffc57 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-_98707445-7858-7147-b0ee-0c14599881ae-ae9ffc57, #w-node-_877b0f49-6208-740e-2327-f74c5ef8ad4f-ae9ffc57 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_877b0f49-6208-740e-2327-f74c5ef8ad51-ae9ffc57 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_877b0f49-6208-740e-2327-f74c5ef8ad53-ae9ffc57 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-_877b0f49-6208-740e-2327-f74c5ef8ad55-ae9ffc57, #w-node-_573fbd13-df0f-6cf7-a7b1-60f97c0dc122-ae9ffc57 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_573fbd13-df0f-6cf7-a7b1-60f97c0dc124-ae9ffc57 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_573fbd13-df0f-6cf7-a7b1-60f97c0dc126-ae9ffc57 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-_573fbd13-df0f-6cf7-a7b1-60f97c0dc128-ae9ffc57, #w-node-_30991bed-06eb-7e5d-59bf-5e7a4048d85c-ae9ffc57 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_30991bed-06eb-7e5d-59bf-5e7a4048d85e-ae9ffc57 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_30991bed-06eb-7e5d-59bf-5e7a4048d860-ae9ffc57 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-_30991bed-06eb-7e5d-59bf-5e7a4048d862-ae9ffc57 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-cd738feb-74f9-787e-6b43-6fa4f0200198-ae9ffc57, #w-node-b6fb24da-c2c6-9922-959b-bfefe41c12fa-ae9ffc57, #w-node-_21d255dc-048c-69fa-4c74-182404d01392-ae9ffc57, #w-node-a661279d-2a93-9c87-a18d-859fc25a4905-ae9ffc57 {
  place-self: center;
}

#w-node-_30991bed-06eb-7e5d-59bf-5e7a4048d85c-9b2aaef8 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_30991bed-06eb-7e5d-59bf-5e7a4048d85e-9b2aaef8 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_30991bed-06eb-7e5d-59bf-5e7a4048d860-9b2aaef8 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-_30991bed-06eb-7e5d-59bf-5e7a4048d862-9b2aaef8 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-cd738feb-74f9-787e-6b43-6fa4f0200198-9b2aaef8, #w-node-b6fb24da-c2c6-9922-959b-bfefe41c12fa-9b2aaef8, #w-node-_21d255dc-048c-69fa-4c74-182404d01392-9b2aaef8, #w-node-a661279d-2a93-9c87-a18d-859fc25a4905-9b2aaef8 {
  place-self: center;
}

#w-node-ee734408-8449-5fde-cf10-d9beed4bcad3-e8f36574 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ee734408-8449-5fde-cf10-d9beed4bcad5-e8f36574 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ee734408-8449-5fde-cf10-d9beed4bcad7-e8f36574 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-ee734408-8449-5fde-cf10-d9beed4bcad9-e8f36574 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b9ed7068-d6f2-8b82-b4a5-6912921faca4-e8f36574, #w-node-b9ed7068-d6f2-8b82-b4a5-6912921facac-e8f36574, #w-node-b9ed7068-d6f2-8b82-b4a5-6912921facc9-e8f36574, #w-node-_772f8ebf-a552-1938-211f-0f3f745182bf-e8f36574, #w-node-ede20e39-0901-f10f-6e6c-9f48f1f5851b-e8f36574 {
  place-self: auto;
}

#w-node-_877b0f49-6208-740e-2327-f74c5ef8ad4f-e8f36574 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_877b0f49-6208-740e-2327-f74c5ef8ad51-e8f36574 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_877b0f49-6208-740e-2327-f74c5ef8ad53-e8f36574 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-_877b0f49-6208-740e-2327-f74c5ef8ad55-e8f36574, #w-node-_573fbd13-df0f-6cf7-a7b1-60f97c0dc122-e8f36574 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_573fbd13-df0f-6cf7-a7b1-60f97c0dc124-e8f36574 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_573fbd13-df0f-6cf7-a7b1-60f97c0dc126-e8f36574 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-_573fbd13-df0f-6cf7-a7b1-60f97c0dc128-e8f36574, #w-node-_30991bed-06eb-7e5d-59bf-5e7a4048d85c-e8f36574 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_30991bed-06eb-7e5d-59bf-5e7a4048d85e-e8f36574 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_30991bed-06eb-7e5d-59bf-5e7a4048d860-e8f36574 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-_30991bed-06eb-7e5d-59bf-5e7a4048d862-e8f36574 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-cd738feb-74f9-787e-6b43-6fa4f0200198-e8f36574, #w-node-b6fb24da-c2c6-9922-959b-bfefe41c12fa-e8f36574, #w-node-_21d255dc-048c-69fa-4c74-182404d01392-e8f36574, #w-node-a661279d-2a93-9c87-a18d-859fc25a4905-e8f36574 {
  place-self: center;
}

#w-node-ee734408-8449-5fde-cf10-d9beed4bcad3-038425cb {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ee734408-8449-5fde-cf10-d9beed4bcad5-038425cb {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ee734408-8449-5fde-cf10-d9beed4bcad7-038425cb {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-ee734408-8449-5fde-cf10-d9beed4bcad9-038425cb {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b9ed7068-d6f2-8b82-b4a5-6912921faca4-038425cb, #w-node-b9ed7068-d6f2-8b82-b4a5-6912921facac-038425cb, #w-node-_8202e2a8-dc08-ee67-b53d-1e00bbef624e-038425cb, #w-node-_8202e2a8-dc08-ee67-b53d-1e00bbef626b-038425cb {
  place-self: auto;
}

#w-node-_877b0f49-6208-740e-2327-f74c5ef8ad4f-038425cb {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_877b0f49-6208-740e-2327-f74c5ef8ad51-038425cb {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_877b0f49-6208-740e-2327-f74c5ef8ad53-038425cb {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-_877b0f49-6208-740e-2327-f74c5ef8ad55-038425cb, #w-node-_573fbd13-df0f-6cf7-a7b1-60f97c0dc122-038425cb {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_573fbd13-df0f-6cf7-a7b1-60f97c0dc124-038425cb {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_573fbd13-df0f-6cf7-a7b1-60f97c0dc126-038425cb {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-_573fbd13-df0f-6cf7-a7b1-60f97c0dc128-038425cb, #w-node-_30991bed-06eb-7e5d-59bf-5e7a4048d85c-038425cb {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_30991bed-06eb-7e5d-59bf-5e7a4048d85e-038425cb {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_30991bed-06eb-7e5d-59bf-5e7a4048d860-038425cb {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-_30991bed-06eb-7e5d-59bf-5e7a4048d862-038425cb {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-cd738feb-74f9-787e-6b43-6fa4f0200198-038425cb, #w-node-b6fb24da-c2c6-9922-959b-bfefe41c12fa-038425cb, #w-node-_21d255dc-048c-69fa-4c74-182404d01392-038425cb, #w-node-a661279d-2a93-9c87-a18d-859fc25a4905-038425cb, #w-node-cd738feb-74f9-787e-6b43-6fa4f0200198-14702da4, #w-node-b6fb24da-c2c6-9922-959b-bfefe41c12fa-14702da4, #w-node-_21d255dc-048c-69fa-4c74-182404d01392-14702da4, #w-node-a661279d-2a93-9c87-a18d-859fc25a4905-14702da4 {
  place-self: center;
}

#w-node-f005a80b-0a22-750e-8bd5-eecdf3420aba-a4917165 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cd738feb-74f9-787e-6b43-6fa4f0200198-a4917165, #w-node-b6fb24da-c2c6-9922-959b-bfefe41c12fa-a4917165, #w-node-_21d255dc-048c-69fa-4c74-182404d01392-a4917165, #w-node-a661279d-2a93-9c87-a18d-859fc25a4905-a4917165, #w-node-cd738feb-74f9-787e-6b43-6fa4f0200198-598fba09, #w-node-b6fb24da-c2c6-9922-959b-bfefe41c12fa-598fba09, #w-node-_21d255dc-048c-69fa-4c74-182404d01392-598fba09, #w-node-a661279d-2a93-9c87-a18d-859fc25a4905-598fba09, #w-node-cd738feb-74f9-787e-6b43-6fa4f0200198-831b7be9, #w-node-b6fb24da-c2c6-9922-959b-bfefe41c12fa-831b7be9, #w-node-_21d255dc-048c-69fa-4c74-182404d01392-831b7be9, #w-node-a661279d-2a93-9c87-a18d-859fc25a4905-831b7be9 {
  place-self: center;
}

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

@media screen and (max-width: 479px) {
  #w-node-b9ed7068-d6f2-8b82-b4a5-6912921faca4-038425cb, #w-node-b9ed7068-d6f2-8b82-b4a5-6912921facac-038425cb, #w-node-_8202e2a8-dc08-ee67-b53d-1e00bbef624e-038425cb, #w-node-_8202e2a8-dc08-ee67-b53d-1e00bbef626b-038425cb {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-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 300';
  src: url('../fonts/fa-light-300.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Sharp 300';
  src: url('../fonts/fa-sharp-light-300.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 100';
  src: url('../fonts/fa-thin-100.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Sharp Solid 900';
  src: url('../fonts/fa-sharp-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}