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

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

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

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

@font-face {
  font-family: Canelatext Trial;
  src: url('../fonts/CanelaText-Medium-Trial.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Canelatext Trial;
  src: url('../fonts/CanelaText-Black-Trial.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Canelatext Trial;
  src: url('../fonts/CanelaText-Bold-Trial.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: #fff;
  --black: #101719;
  --primary: #0089a6;
  --secondary: #fff;
  --third: #3a3a3a;
  --mid-grey\<deleted\|variable-f61a06a9\>: #7e7e7e;
}

.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: Canelatext Trial, Palatino Linotype, 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 {
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.announcement-bar {
  z-index: 1;
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  height: 55px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
  position: sticky;
}

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

.logo-2 {
  background-color: #0000;
  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);
}

.navbar-2 {
  background-color: #0000;
  height: 100%;
  display: flex;
  position: static;
}

.nav-menu {
  justify-content: flex-end;
  align-items: stretch;
  height: 100%;
  display: flex;
  position: static;
}

.dropdown {
  height: 100%;
  position: static;
}

.dropdown-toggle {
  letter-spacing: 0;
  text-transform: capitalize;
  align-items: center;
  height: 100%;
  margin-right: 0;
  padding: 10px 30px 10px 10px;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  transition: color .45s ease-in-out;
  display: flex;
}

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

.dropdown-toggle.w--open {
  height: 100%;
}

.header-div-3 {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1350px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

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

.section-2.header-section.nav-verticle {
  z-index: 300;
  background-color: var(--secondary);
  flex-direction: column;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  top: 0;
  box-shadow: 0 1px 4px 1px #0003;
}

.menu-link {
  color: var(--black);
  letter-spacing: 0;
  text-transform: capitalize;
  height: 100%;
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px 5px;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  transition: color .45s ease-in-out;
}

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

.menu-link.w--current {
  color: var(--primary);
  background-color: #0000;
}

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

.menu-div-2 {
  height: 100%;
  display: flex;
}

.hero-banner {
  height: auto;
}

.hero-mask {
  height: 94vh;
}

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

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

.menu-button-image-link {
  background-image: url('../images/img9.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/img5.webp');
}

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

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

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

.black-int-link {
  z-index: 1;
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  padding: 5px;
  font-family: Bitter, serif;
  font-size: 14.5px;
  font-weight: 400;
  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(--primary);
  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 {
  letter-spacing: -1.5px;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-size: 38px;
  font-weight: 300;
  line-height: 44px;
}

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

.h1.w {
  color: var(--white);
  text-align: left;
  letter-spacing: -2px;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
}

.h1.w.heading-light {
  padding-top: 10px;
  padding-bottom: 0;
  font-size: 29px;
  font-weight: 300;
  line-height: 37px;
}

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

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

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

.double-content-div {
  justify-content: space-between;
  width: 90%;
  max-width: 1350px;
  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);
  border-radius: 0;
  width: 80px;
  height: 4px;
  margin-bottom: 30px;
}

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

.img {
  z-index: 1;
  object-fit: fill;
  background-image: url('../images/Con2.webp');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  min-height: 350px;
  position: relative;
}

.img.s1-2 {
  background-image: url('../images/Service2.webp');
}

.img.s1-3 {
  background-image: url('../images/Service3-1.webp');
}

.img.s2-2 {
  background-image: url('../images/Window--Door-3-1.webp');
  background-position: 50% 100%;
}

.img.s3-3 {
  background-image: url('../images/Loft5.webp');
}

.img.s5-2 {
  background-image: url('../images/ext2-1.webp');
}

.p {
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 300;
  line-height: 28px;
}

.p.white {
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 19px;
}

.p.white.c, .p.p-center {
  text-align: center;
}

.basic-p-block {
  width: 48%;
  transition: all .2s;
}

.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-color: var(--third);
  background-image: url('../images/MRM-2_1.webp');
  background-position: 71%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  width: 48%;
  position: relative;
}

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

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

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

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

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

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

.large-p-block {
  background-color: var(--white);
  padding: 50px;
  box-shadow: 1px 1px 7px #00000069;
}

.h2 {
  color: var(--black);
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-size: 38px;
  font-weight: 400;
  line-height: 44px;
}

.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);
  letter-spacing: -1px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  padding-bottom: 0;
  padding-right: 0;
  font-size: 32px;
  font-weight: 500;
}

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

.large-single-image-div {
  background-image: url('../images/img16.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: 925px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

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

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

.h2-title {
  color: var(--black);
  letter-spacing: -2px;
  text-transform: capitalize;
  margin: 0 10px;
  font-size: 44px;
  font-weight: 300;
  line-height: 44px;
}

.h2-title.white {
  color: var(--white);
  text-align: center;
  text-transform: capitalize;
  margin-left: 0;
  font-size: 42px;
  line-height: 40px;
}

.h2-title.white.l {
  text-align: left;
}

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

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

.light-text-line.dark-line {
  background-color: var(--black);
  height: 2.5px;
  margin-top: 10px;
}

.light-text-line._5 {
  background-color: var(--black);
  height: 2.5px;
  margin-top: 5px;
}

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

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

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

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

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

.h2-div.l {
  justify-content: flex-start;
  margin-bottom: 30px;
}

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

.grey-content-section {
  background-color: var(--mid-grey\<deleted\|variable-f61a06a9\>);
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

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

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

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

.grey-content-section.solid-bg {
  background-color: var(--primary);
}

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

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

.grey-dividing-line {
  background-color: #5f5f5163;
  height: 1px;
  margin-top: 60px;
  margin-bottom: 60px;
}

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

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

.grid-image-div._2 {
  background-image: url('../images/img8.webp');
  background-position: 50% 25%;
}

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

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

.cta-text-contact {
  color: var(--primary);
  letter-spacing: -1px;
  text-transform: capitalize;
  margin-bottom: 10px;
  font-size: 21px;
  font-weight: 700;
  line-height: 28px;
}

.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-family: Bitter, serif;
  font-size: 17px;
  font-weight: 400;
  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);
  padding-top: 100px;
  padding-bottom: 260px;
}

.contact-section._1 {
  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;
  font-family: Bitter, serif;
  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: flex-start;
  width: 100%;
  display: flex;
}

.icon-2 {
  background-color: var(--primary);
  color: var(--white);
  border-radius: 50px;
  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;
}

.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-bottom: 0;
  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(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 260px;
  padding-bottom: 60px;
  display: flex;
}

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

.footer-title {
  background-color: var(--primary);
  color: var(--secondary);
  letter-spacing: -.7px;
  text-transform: capitalize;
  margin-bottom: 24px;
  padding: 6px 18px;
  font-size: 19px;
  font-weight: 500;
}

.footer-contact-link {
  color: var(--white);
  padding-left: 5px;
  padding-right: 5px;
  font-family: Canelatext Trial, Palatino Linotype, sans-serif;
  font-size: 16px;
  font-weight: 300;
  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;
  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(--white);
  cursor: auto;
  font-family: Canelatext Trial, Palatino Linotype, sans-serif;
  font-size: 15.5px;
  font-weight: 300;
}

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

.contact-link {
  color: var(--white);
  text-transform: none;
  cursor: pointer;
  font-family: Canelatext Trial, Palatino Linotype, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 32px;
  text-decoration: none;
  transition: all .2s;
}

.footerlinks {
  color: var(--white);
  text-align: center;
  width: 90%;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
}

.footer-info-div-2 {
  border: 1px solid var(--white);
  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(--white) #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-right-style: solid;
  border-right-color: var(--white);
  border-left-style: solid;
  border-left-color: var(--white);
  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 {
  color: #c0c1af;
  background-color: #0000;
  border: 1px solid #c0c1af;
}

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

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

.default-list {
  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._2col {
  grid-row-gap: 10px;
  grid-template-columns: 1fr 1fr;
}

.default-list._3col {
  grid-row-gap: 10px;
  grid-template-columns: 1fr 1fr 1fr;
}

.bullet-list {
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 300;
  line-height: 24px;
  display: flex;
}

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

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

.fa-icon.white {
  color: var(--white);
}

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

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

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

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

.h1-light {
  color: #5f5f51;
  font-weight: 400;
}

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

.list-default.list-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  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.flex-best {
  margin-top: 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: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 10px;
  font-weight: 300;
  line-height: 24px;
}

.gallery-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  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 {
  object-fit: cover;
  width: 100%;
  height: 330px;
  transition: all .45s ease-in-out;
}

.lb-img:hover {
  transform: scale(.94);
}

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

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

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

.fa-social-2:hover {
  background-color: var(--white);
  color: var(--black);
  transform: scale(1.1);
}

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

.fa-container {
  z-index: 450;
  background-color: var(--black);
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  display: flex;
  position: fixed;
  top: 180px;
  left: auto;
  right: 0%;
}

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

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

.hyperlink.w {
  box-shadow: inset 0 -1px 0 0 var(--white);
  color: var(--white);
}

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

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

.fs-cc-prefs_button.fs-cc-button-alt {
  border-color: var(--primary);
  color: var(--primary);
  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;
  font-size: 14px;
}

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

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

.fs-cc-prefs_text {
  color: var(--black);
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

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

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

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

.fs-cc-banner_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(--black);
  width: 16px;
  height: 16px;
  display: flex;
}

.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(--black);
  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(--primary);
  color: var(--primary);
  font-weight: 400;
  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: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 32px;
  display: none;
  position: fixed;
  inset: 0%;
}

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

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #0009;
  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: 999;
  display: none;
  position: fixed;
  inset: auto auto 20px 20px;
}

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

.fs-cc-banner_button.fs-cc-button-alt {
  border-color: var(--primary);
  color: var(--primary);
  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;
}

.card__text {
  letter-spacing: -.02em;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.h2-2 {
  color: #000;
  line-height: 100%;
  font-size: var(--size-font);
}

.card {
  background-color: var(--black);
  opacity: 1;
  color: #fff;
  background-image: linear-gradient(#0006, #0006), url('../images/img4.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 3px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 400px;
  height: 500px;
  padding-top: 2em;
  padding-bottom: 2em;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card._2 {
  background-image: linear-gradient(#0006, #0006), url('../images/img13.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.card._3 {
  background-image: linear-gradient(#0006, #0006), url('../images/img12.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.paragraph {
  color: #000;
  text-align: center;
  letter-spacing: -.04em;
  max-width: 45ch;
  margin-top: .2em;
  font-family: Canelatext Trial, Palatino Linotype, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
}

.card__title {
  text-align: center;
  letter-spacing: -2px;
  max-width: 12ch;
  font-size: 40px;
  font-weight: 300;
  line-height: 110%;
  position: relative;
}

.svg {
  width: 1em;
}

.cards-wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  width: 90.6548%;
  margin-top: 2em;
  display: flex;
}

.h2-first {
  color: var(--black);
  letter-spacing: -4px;
  font-size: 60px;
  font-weight: 300;
}

.card__button {
  grid-column-gap: .6em;
  grid-row-gap: .6em;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #0000002e;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  padding: 10px 18px;
  display: flex;
}

.container-6 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  padding: 100px 0;
  padding-inline: var(--container-padding);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1400px;
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.span {
  justify-content: center;
  align-items: center;
  font-size: .8em;
  font-weight: 400;
  display: flex;
}

.line {
  background-color: #000;
  width: 1px;
  height: 8vh;
  position: fixed;
  top: 0;
}

.line.is--top {
  position: absolute;
}

.line.is--bottom {
  position: absolute;
  top: auto;
  bottom: 0;
}

.h2-last {
  color: var(--black);
  letter-spacing: -4px;
  font-size: 60px;
  font-weight: 700;
}

.heading-light {
  color: var(--black);
  font-weight: 300;
}

.banner-overlay {
  z-index: 90;
  background-image: linear-gradient(#00000073, #00000073);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.banner-content {
  flex-flow: column;
  align-items: flex-start;
  width: 90%;
  max-width: 1350px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.banner-text {
  color: var(--white);
  text-align: left;
  letter-spacing: -3px;
  font-size: 56px;
  font-style: italic;
  font-weight: 100;
  line-height: 62px;
}

.banner-bold {
  font-size: 75px;
  font-style: normal;
  font-weight: 700;
}

.main-button {
  color: #0e0e0e;
  background-color: #dac5a7;
  border: 1px solid #dac5a7;
  border-radius: 6px;
  padding: 15px 40px;
}

.main-button.banner {
  border: 1px solid var(--white);
  color: var(--white);
  background-color: #0000;
  border-radius: 6px;
  margin-top: 24px;
  padding: 12px 34px;
  transition: background-color .45s ease-in-out;
}

.main-button.banner:hover {
  border-color: var(--primary);
  background-color: var(--primary);
}

.main-button.blue {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: var(--white);
  border-radius: 6px;
  margin-top: 24px;
  padding: 12px 34px;
  text-decoration: none;
  transition: background-color .45s ease-in-out;
}

.main-button.blue:hover {
  border-color: var(--black);
  background-color: var(--white);
  color: var(--black);
}

.main-button.white {
  border-color: var(--white);
  background-color: var(--white);
  margin-top: 25px;
  padding: 12px 34px;
  transition: all .2s;
}

.main-button.white:hover {
  background-color: var(--primary);
  color: var(--white);
}

.main-button.cta {
  border: 1px solid var(--white);
  color: var(--white);
  background-color: #0000;
  border-radius: 6px;
  margin-top: 24px;
  padding: 12px 34px;
  transition: background-color .45s ease-in-out;
}

.main-button.cta:hover {
  border-color: var(--white);
  background-color: var(--white);
  color: var(--primary);
}

.cv-download-icon {
  padding-right: 8px;
  font-family: "Fa Solid 900", sans-serif;
}

.client-logo-slider {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--primary);
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  overflow: hidden;
}

.text-block-3 {
  color: var(--white);
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 300;
}

.announcement-wrapper {
  align-items: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.announcement-contact-info {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.announcement-icon {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 30px;
  font-family: "Fa Regular 400", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  display: flex;
}

.announcement-time {
  color: #fff;
  margin-bottom: 5px;
  font-family: Bitter, serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
}

.announcement-link {
  color: #fff;
  margin-bottom: 5px;
  font-family: Bitter, serif;
  font-weight: 300;
  line-height: 16px;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

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

.announcement-contact {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  padding: 4px 20px;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
}

.announcement-contact:hover {
  border-color: var(--white);
  background-color: var(--black);
  color: var(--white);
}

.column-tiny {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.navigation-icon-wrapper {
  color: #313131;
  border-radius: 50px;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navigation-icon-wrapper.sm {
  width: 25px;
  min-width: 25px;
  height: 25px;
  min-height: 25px;
}

.navigation-icon-wrapper.sm.nogreen {
  background-color: #0c7d1300;
}

.navigation-dropdown-card {
  border: 1px #e6e6e6;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.navigation-dropdown {
  margin-left: 0;
  margin-right: 0;
  position: static;
}

.dropdown-title {
  border-bottom: 1px solid var(--black);
  padding-bottom: 16px;
  font-weight: 700;
}

.subheading-small {
  letter-spacing: -.02em;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
}

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

.navigation-dropdown-row {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #fff;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 95%;
  max-width: 1400px;
  margin-top: 20px;
  margin-bottom: 5px;
  padding: 24px;
  display: flex;
  box-shadow: inset 0 10px 5px -7px #0003, 0 2px 8px #0003;
}

.fa {
  color: #18330f;
  font-size: 19px;
}

.fa.sm {
  font-size: 12px;
}

.fa.sm._2 {
  color: var(--primary);
  font-family: "Fa Regular 400", sans-serif;
  font-size: 18px;
}

.dropdown-side-link {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #0a0a0a;
  white-space: nowrap;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.icon-regular {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.navigation-side-links {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  min-width: 240px;
  display: flex;
}

.navigation-dropdown-list {
  background-color: #0000;
}

.navigation-dropdown-list.w--open {
  z-index: 1;
  width: 100%;
  display: flex;
  position: absolute;
  top: 55px;
  left: 0;
  right: 0;
  overflow: hidden;
}

.row-tiny {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: row;
  display: flex;
}

.dropdown-links-grid {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.overline {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.overline.text-color-gray-500 {
  color: var(--primary);
  letter-spacing: -.2px;
  font-size: 18px;
  font-weight: 700;
}

.column-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  width: 85%;
  max-width: 100%;
  display: flex;
}

.column-large._2 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  max-width: 100%;
}

.dropdown-link-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: var(--black);
  white-space: nowrap;
  align-items: center;
  width: 100%;
  padding-right: 16px;
  text-decoration: none;
  display: flex;
}

.dropdown-link-2.w--current {
  color: var(--primary);
}

.list-icon {
  border-radius: 50px;
  flex: none;
  width: 48px;
  height: 48px;
}

.call-to-action-box {
  z-index: 99;
  background-color: var(--primary);
  text-align: center;
  border: 0 solid #393e40;
  border-radius: 29px;
  flex-flow: row;
  justify-content: center;
  width: 100%;
  padding-top: 70px;
  padding-bottom: 70px;
  display: block;
  position: relative;
}

.section-title-17 {
  color: #fff;
  width: 75%;
  margin: 0 auto;
  font-size: 48px;
  font-weight: 600;
  line-height: 56px;
}

.text-block-4 {
  letter-spacing: 5px;
  font-size: 12px;
  font-weight: 300;
}

.div-block {
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1300px;
  height: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-2 {
  padding-left: 60px;
  padding-right: 60px;
}

.code-embed {
  display: none;
}

.image-3 {
  filter: invert();
  width: 150px;
  position: absolute;
  inset: -50px auto auto 44.5%;
  transform: rotate(-45deg);
}

.code-embed-2 {
  width: 100%;
  margin-top: 20px;
}

.div-block-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.logo-slider {
  object-fit: contain;
  border-radius: 9px;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
}

.logo-slider.a {
  background-color: var(--white);
  max-width: 80%;
  height: auto;
  padding: 10px;
}

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

.background-section {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Service1-Back.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 100px;
  padding-bottom: 128px;
}

.background-section.s2 {
  background-image: linear-gradient(#0006, #0006), url('../images/Window--Door-1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.background-section.loft {
  background-image: linear-gradient(#0006, #0006), url('../images/Loft-BG.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.background-section.con {
  background-image: linear-gradient(#0006, #0006), url('../images/Con-Back.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.background-section.extension {
  background-image: linear-gradient(#0006, #0006), url('../images/ext4.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.h3-small {
  color: var(--white);
  letter-spacing: -1.5px;
  margin-top: 25px;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 500;
}

.service-content-bab {
  flex-flow: column;
  align-items: flex-start;
  width: 90%;
  max-width: 1350px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.service-ban-text {
  color: var(--white);
  letter-spacing: -1.5px;
  font-size: 48px;
  line-height: 52px;
}

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

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

.para.bullet-para {
  color: #353535;
  margin-top: 20px;
  margin-bottom: 10px;
  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 {
  text-align: left;
  background-color: #fdfdfd;
  border-radius: 4px;
  padding: 20px;
  transition: all .2s ease-in-out;
  box-shadow: 1px 1px 3px #0000000d;
}

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

.bullet-block._w-bg {
  background-color: #ecf1f9;
}

.bullet-block-title {
  color: #212529;
  text-align: left;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.75;
}

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

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

.h3-mid {
  color: var(--white);
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.h3-mid.blue {
  color: var(--primary);
  text-align: left;
}

.projects-head {
  letter-spacing: -3px;
  font-size: 58px;
  font-weight: 300;
  line-height: 64px;
}

.foot-link {
  opacity: .8;
  color: var(--white);
  font-size: 16px;
  text-decoration: none;
  transition: opacity .45s ease-in-out;
}

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

.contact-map {
  filter: grayscale(65%);
}

.insta-feed {
  width: 100%;
}

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

  .announcement-bar {
    display: flex;
    position: relative;
  }

  .co-logo-link-2.w--current {
    margin-right: 0;
  }

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

  .navbar-2 {
    z-index: 10;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    margin-top: 20px;
    display: flex;
    position: relative;
  }

  .nav-menu {
    background-color: #f7f7f2;
    border-radius: 10px;
    flex-flow: column;
    width: 100%;
    height: auto;
    position: absolute;
    box-shadow: 1px 1px 3px #0000001a;
  }

  .dropdown {
    width: 100%;
  }

  .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(--primary);
  }

  .icon {
    text-align: center;
  }

  .header-div-3 {
    flex-flow: column;
    width: 100%;
    padding: 10px 0;
    position: relative;
  }

  .section-2.header-section.nav-verticle {
    z-index: 10;
    flex-flow: column;
    padding-bottom: 0;
    display: flex;
    position: relative;
  }

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

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

  .logo-div-2 {
    justify-content: center;
    width: 100%;
  }

  .menu-div-2 {
    flex-flow: column;
    width: 100%;
    position: relative;
  }

  .menu-button-2 {
    background-color: #5f5f5117;
    border-radius: 9px;
    width: 8%;
    margin-left: auto;
    margin-right: auto;
  }

  .menu-button-2.w--open {
    background-color: var(--primary);
    text-align: center;
  }

  .menu-button-image-link, .menu-button-image-link._2, .menu-button-image-link._3, .menu-button-image-link._4, .menu-button-image-link._5 {
    height: 280px;
  }

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

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

  .h1 {
    letter-spacing: -1px;
    font-size: 40px;
    line-height: 46px;
  }

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

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

  .img {
    height: 450px;
  }

  .img.s1-2, .img.s1-3 {
    margin-bottom: 40px;
  }

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

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

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

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

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

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

  .light-text-line.dark-line {
    display: none;
  }

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

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

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

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

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

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

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

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

  .footer-info-div-2._1 {
    border-left: 1px solid var(--white);
    border-top-width: 0;
    border-right-style: solid;
    border-right-color: var(--white);
    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;
  }

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

  .card__text {
    font-size: 21px;
  }

  .h2-2 {
    font-size: .8em;
  }

  .card {
    width: 100%;
  }

  .paragraph {
    letter-spacing: 0;
    font-size: 17px;
    line-height: 22px;
  }

  .svg, .svg.is--second {
    width: 20px;
  }

  .cards-wrapper {
    flex-flow: column;
    width: 100%;
    font-size: .7em;
  }

  .h2-first {
    font-size: 52px;
  }

  .container-6 {
    min-height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .line.is--top, .line.is--bottom {
    display: none;
  }

  .h2-last {
    font-size: 52px;
  }

  .banner-overlay {
    z-index: 9;
    background-image: linear-gradient(#00000080, #00000080);
  }

  .banner-content {
    margin-top: 100px;
  }

  .banner-text {
    letter-spacing: -1px;
    font-size: 50px;
    line-height: 52px;
  }

  .banner-bold {
    font-size: 50px;
  }

  .main-button.banner, .main-button.blue, .main-button.cta {
    margin-top: 40px;
  }

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

  .announcement-wrapper {
    flex-direction: row;
  }

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

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

  .navigation-dropdown-card {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .navigation-dropdown {
    width: 100%;
  }

  .icon-4 {
    margin-right: 20px;
    display: block;
  }

  .navigation-dropdown-row {
    box-shadow: none;
    border-radius: 0;
    flex-flow: column;
    grid-template-columns: 2fr;
    width: 100%;
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .navigation-side-links {
    display: none;
  }

  .navigation-dropdown-list.w--open {
    margin-top: 0;
    padding-top: 0;
    position: static;
  }

  .dropdown-links-grid {
    grid-template-columns: 1fr 1fr;
  }

  .column-large {
    width: 100%;
    max-width: 100%;
  }

  .dropdown-link-2 {
    white-space: normal;
  }

  .call-to-action-box {
    flex-flow: column;
  }

  .section-title-17 {
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    font-size: 40px;
    line-height: 50px;
  }

  .text-block-4 {
    margin-top: 20px;
  }

  .div-block {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .logo-slider {
    height: auto;
  }

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

  .service-content-bab {
    margin-top: 0;
  }

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

  .projects-head {
    font-size: 46px;
    line-height: 54px;
  }
}

@media screen and (max-width: 767px) {
  .announcement-bar {
    height: auto;
  }

  .navbar-2 {
    justify-content: flex-end;
    margin-left: auto;
  }

  .header-div-3 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

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

  .menu-link {
    width: 100%;
  }

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

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

  .menu-button-2 {
    width: auto;
  }

  .hero-mask {
    height: 450px;
  }

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

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

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

  .img {
    height: 350px;
  }

  .p.white {
    font-size: 18px;
  }

  .img-div {
    height: 250px;
  }

  .img-div.s1-1 {
    height: 300px;
  }

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

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

  .testemonials.projects {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .h2-title {
    letter-spacing: -1px;
    margin-bottom: 20px;
    margin-left: 0;
    font-size: 32px;
    line-height: 38px;
  }

  .h2-title.white {
    font-size: 37px;
    line-height: 40px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .fa-container {
    top: auto;
    bottom: 60px;
  }

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

  .h2-2 {
    font-size: .5em;
  }

  .card {
    width: 100%;
    height: 300px;
  }

  .paragraph {
    font-size: .6em;
  }

  .cards-wrapper {
    flex-flow: column;
    width: 100%;
  }

  .card__button {
    font-size: 1em;
  }

  .container-6 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .banner-overlay {
    background-image: linear-gradient(#00000085, #00000085);
  }

  .banner-text, .banner-bold {
    font-size: 43px;
  }

  .main-button {
    display: none;
  }

  .announcement-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;
    display: grid;
  }

  .announcement-contact-info {
    justify-content: center;
  }

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

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

  .announcement-contact {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    padding: 20px 40px;
    display: none;
  }

  .navigation-dropdown-row {
    box-shadow: none;
  }

  .dropdown-links-grid {
    grid-template-columns: 1fr;
  }

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

  .call-to-action-box {
    text-align: center;
    border-bottom-width: 1px;
    flex-flow: column;
    padding: 60px 20px;
  }

  .section-title-17 {
    margin-top: 0;
    font-size: 30px;
    line-height: 46px;
  }

  .div-block {
    width: 95%;
  }

  .div-block-3 {
    grid-template-columns: 1fr 1fr;
  }

  .logo-slider {
    width: 200px;
  }

  .service-banner {
    height: 35vh;
  }

  .service-ban-text {
    font-size: 38px;
    line-height: 42px;
  }

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

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

  .header-div-2.announcement-div {
    width: 100%;
  }

  .announcement-bar {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
  }

  .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: 0;
    margin-right: 0;
    display: flex;
  }

  .navbar-2 {
    text-align: center;
    background-color: #f5f7fd;
    flex-direction: column;
    justify-content: center;
  }

  .nav-menu {
    z-index: 300;
    border-radius: 0;
    flex-direction: row;
    width: 100%;
    height: auto;
    position: relative;
  }

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

  .icon {
    text-align: center;
    position: relative;
  }

  .header-div-3 {
    flex-direction: column;
    padding: 0;
  }

  .menu-link {
    background-color: var(--white);
    text-align: left;
  }

  .menu-link:hover {
    color: var(--black);
  }

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

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

  .menu-div-2 {
    z-index: 100;
    text-align: center;
    position: relative;
  }

  .menu-button-2 {
    z-index: 1;
    border-radius: 0;
    width: 100%;
    display: flex;
    position: static;
  }

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

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

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

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

  .h1.w.heading-light {
    letter-spacing: 0;
    padding-top: 5px;
    font-size: 20px;
    line-height: 25px;
  }

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

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

  .img {
    height: 250px;
  }

  .img.s1-3 {
    height: 300px;
    min-height: 300px;
  }

  .img.s5-2 {
    margin-bottom: 10px;
  }

  .p {
    font-size: 14px;
  }

  .p.white {
    font-size: 15px;
  }

  .p.white.c {
    text-align: left;
  }

  .p.p-center {
    text-align: left;
    font-size: 15px;
  }

  .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 {
    font-size: 24px;
  }

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

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

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

  .testemonials {
    padding-top: 30px;
    padding-bottom: 70px;
    overflow: hidden;
  }

  .testemonials.projects {
    padding: 30px 20px;
  }

  .h2-title {
    letter-spacing: -.5px;
    margin-left: 0;
    margin-right: auto;
    font-size: 21px;
    font-weight: 500;
  }

  .h2-title.white {
    text-align: left;
    letter-spacing: -1px;
    font-size: 26px;
    line-height: 36px;
  }

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

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

  .h2-div.l {
    flex-direction: column;
  }

  .container-2.test-container {
    position: relative;
  }

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

  .grey-content-section.bg-gradiant {
    margin-top: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .grey-content-section.bg-white, .grey-content-section.solid-bg {
    margin-top: 0;
  }

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

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

  .left-contact.right {
    margin-top: 10px;
    padding: 0;
  }

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

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

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

  .list {
    text-align: center;
  }

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

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

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

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

  .footer-contact-link {
    font-size: 15px;
  }

  .footer-nav-item.footer-contact {
    justify-content: center;
    margin-bottom: 10px;
  }

  .footer-nav-item.footer-contact.auto-cusro {
    font-size: 15px;
  }

  .text-span-4 {
    flex: none;
    width: 32px;
    height: 32px;
    margin-right: 0;
    padding: 5px;
    font-size: 20px;
  }

  .text-span-4.a {
    margin-right: 5px;
  }

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

  .bullet-list {
    font-size: 15px;
  }

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

  .areas-list-item.areas-list-flex {
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 14px;
  }

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

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

  .service-block._w-img.m-bottom-40.flex-best {
    margin-bottom: 0;
  }

  .h3-service-text {
    padding-left: 0;
    font-size: 22px;
    font-weight: 300;
  }

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

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

  .fa-social-2 {
    width: 26px;
    min-width: 26px;
    height: 26px;
    min-height: 26px;
    margin-bottom: 5px;
    margin-right: 5px;
    font-size: 16px;
  }

  .fa-social-2.social-media {
    width: 26px;
    min-width: 26px;
    height: 26px;
    min-height: 26px;
    font-size: 18px;
  }

  .fa-container {
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 7px;
  }

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

  .h2-2 {
    grid-column-gap: 4.4em;
    grid-row-gap: 4.4em;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    font-size: .7em;
    display: flex;
  }

  .card {
    height: 400px;
  }

  .paragraph {
    font-size: 1em;
  }

  .card__title {
    font-size: 31px;
  }

  .cards-wrapper {
    margin-top: 0;
    font-size: 1em;
  }

  .h2-first {
    display: block;
  }

  .card__button {
    font-size: 1em;
  }

  .container-6 {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
  }

  .line.is--top, .line.is--bottom {
    position: absolute;
  }

  .banner-overlay {
    background-image: linear-gradient(#0000008f, #0000008f);
  }

  .banner-content {
    margin-top: auto;
    margin-bottom: 40px;
  }

  .banner-text {
    font-size: 23px;
    line-height: 32px;
  }

  .banner-bold {
    font-size: 26px;
  }

  .text-block-3 {
    text-align: left;
    margin-bottom: 0;
    font-size: 12px;
  }

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

  .announcement-contact-info {
    display: none;
  }

  .announcement-contact-info.margin-right-20 {
    text-align: center;
    display: none;
  }

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

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

  .announcement-contact {
    width: 100%;
    padding: 10px 20px;
    display: flex;
  }

  .column-tiny {
    width: 100%;
  }

  .navigation-icon-wrapper {
    flex: none;
  }

  .dropdown-title {
    display: none;
  }

  .navigation-dropdown-row {
    background-color: #fff;
  }

  .icon-regular {
    margin-left: auto;
  }

  .navigation-side-links {
    min-width: auto;
  }

  .navigation-dropdown-list {
    position: static;
  }

  .navigation-dropdown-list.w--open {
    white-space: normal;
  }

  .row-tiny {
    justify-content: space-between;
    width: 100%;
  }

  .dropdown-links-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .dropdown-link-2 {
    justify-content: space-between;
    padding-right: 0;
  }

  .list-icon {
    flex: none;
    width: 40px;
    height: 40px;
  }

  .call-to-action-box {
    text-align: left;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding: 40px 10px;
  }

  .section-title-17 {
    text-align: center;
    margin-top: 0;
    font-size: 20px;
    line-height: 28px;
  }

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

  .image-3 {
    width: 125px;
    left: 30%;
  }

  .logo-slider {
    border-radius: 0;
    width: 120px;
  }

  .h3-small {
    letter-spacing: -1px;
    font-size: 22px;
  }

  .service-content-bab {
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
  }

  .service-ban-text {
    font-size: 32px;
  }

  .h3-mid {
    text-align: left;
  }

  .projects-head {
    letter-spacing: -1px;
    font-size: 32px;
  }
}

#w-node-_17ef6961-5229-11ca-1ccf-308d9a770bbd-4198ce8a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_5ad32c70-8063-598d-09d8-1151bcb531d0-bcb531c4, #w-node-_5ad32c70-8063-598d-09d8-1151bcb531db-bcb531c4, #w-node-_5ad32c70-8063-598d-09d8-1151bcb531e6-bcb531c4, #w-node-_5ad32c70-8063-598d-09d8-1151bcb531ef-bcb531c4 {
  align-self: center;
}

#w-node-_43eb4557-ccb0-6446-df28-3ceb51929d59-0cbbf40a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e3ebae34-5410-e90b-37b7-ea19692dcaeb-4198ce8c, #w-node-e3ebae34-5410-e90b-37b7-ea19692dcb08-4198ce8c, #w-node-e3ebae34-5410-e90b-37b7-ea19692dcb25-4198ce8c, #w-node-bc94506e-4f09-fd57-e255-82bfa25c657d-4198ce8c, #w-node-bc94506e-4f09-fd57-e255-82bfa25c6583-4198ce8c, #w-node-bc94506e-4f09-fd57-e255-82bfa25c6588-4198ce8c {
  place-self: auto;
}

#w-node-_05130a4b-794a-feaa-e9ea-11760cb0833a-4198ce8d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fc6cc2e6-d7a4-3fbc-f90f-87e6e29e29eb-4198ce8e, #w-node-fc6cc2e6-d7a4-3fbc-f90f-87e6e29e29f6-4198ce8e, #w-node-fc6cc2e6-d7a4-3fbc-f90f-87e6e29e2a01-4198ce8e, #w-node-fc6cc2e6-d7a4-3fbc-f90f-87e6e29e2a0a-4198ce8e {
  align-self: center;
}

#w-node-_8877303d-5f89-11bb-fcb3-82e02fa066a2-4198ce8f, #w-node-_0be1bedb-212b-d266-07fc-540fef086d01-4198ce8f, #w-node-_45d8f280-878d-0482-bba6-159562901bf9-4198ce8f, #w-node-_45236fe2-c6ba-f8e3-6242-9bba4d00cf36-4198ce8f, #w-node-e06f9a4f-d09e-c731-6577-81f71e14874c-4198ce8f, #w-node-e0b9088a-94c3-fcf3-fc58-36d866cdd200-4198ce8f, #w-node-bd16dfbc-fa8f-008b-07cb-2e867479a8a6-4198ce8f, #w-node-_2472189d-ae39-37b9-9659-49f76385fc80-4198ce8f, #w-node-c62d40c5-f10b-6a71-a7df-9c2aa6678c3d-4198ce8f, #w-node-_686fa4fe-600c-5b4b-b8cc-b3fc9c88081e-4198ce8f, #w-node-_20ef4c1e-3618-644a-cfa3-b9fee5ce56c2-4198ce8f, #w-node-aa58b53e-7c09-8edb-b4a3-0628c279637e-4198ce8f, #w-node-_92525482-5397-f4c0-195f-268866734198-4198ce8f, #w-node-e0494fa1-7eb1-584e-feb8-f375d5d736ab-4198ce8f, #w-node-_437fac00-4b40-89bd-1442-1b59670fc9e1-4198ce8f, #w-node-_08cce104-1125-4177-3bbb-39384524344c-4198ce8f, #w-node-_807ef54f-6c74-2243-ec97-bf76d9d285df-4198ce8f, #w-node-b7e82451-4837-4af3-9b3b-c127e1605839-4198ce8f, #w-node-_6b56b665-8412-2f2e-7aed-02a15297f61c-4198ce8f, #w-node-a9c3807a-00be-5cd4-b65c-07b507214214-4198ce8f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-c5a8e126-f429-1090-4d2b-5383c06c0da0-4198ce8a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

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

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

  #w-node-c1363cd0-7927-81c8-39ca-5b55ac2f5acb-c7aa1f61 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-c1363cd0-7927-81c8-39ca-5b55ac2f5ad0-c7aa1f61 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-c1363cd0-7927-81c8-39ca-5b55ac2f5ad5-c7aa1f61 {
    grid-area: span 2 / span 1 / span 2 / span 1;
    place-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c1363cd0-7927-81c8-39ca-5b55ac2f5acb-c7aa1f61, #w-node-c1363cd0-7927-81c8-39ca-5b55ac2f5ad0-c7aa1f61 {
    justify-self: center;
  }

  #w-node-c1363cd0-7927-81c8-39ca-5b55ac2f5ad5-c7aa1f61 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }
}


@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;
}
@font-face {
  font-family: 'Canelatext Trial';
  src: url('../fonts/CanelaText-RegularItalic-Trial.otf') format('opentype'), url('../fonts/CanelaText-Regular-Trial.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Canelatext Trial';
  src: url('../fonts/CanelaText-Light-Trial.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Canelatext Trial';
  src: url('../fonts/CanelaText-Thin-Trial.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Canelatext Trial';
  src: url('../fonts/CanelaText-Medium-Trial.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Canelatext Trial';
  src: url('../fonts/CanelaText-Black-Trial.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Canelatext Trial';
  src: url('../fonts/CanelaText-Bold-Trial.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}