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

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

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

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

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

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

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

:root {
  --white-smoke: #f8f8f8;
  --khaki: #ece66e;
  --yellow: #f7ed40;
  --black: black;
  --yellow-3: #f7ed4024;
  --yellow-2: #f1ff00;
  --silver: #c0c1af;
}

.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-smoke);
  font-family: Montserrat, sans-serif;
}

.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-bar {
  z-index: 999;
  background-color: #252525;
  padding-top: 8px;
  padding-bottom: 8px;
  position: sticky;
}

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

.qoute-btn:hover {
  color: #1e1f1e;
  background-color: #f7f7f2;
}

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

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

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

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

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

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

.logo-2 {
  width: auto;
  height: 80px;
  padding-bottom: 0;
}

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

.dl-link-holder {
  color: #f7f7f2;
  text-transform: uppercase;
  background-color: #fff;
  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(--khaki);
}

.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-2 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.drop-down-icon {
  margin: auto 0 auto 10px;
  font-size: 1.05em;
  position: relative;
}

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

.dl-menu.w--open {
  background-color: #212121;
  border-radius: 4px;
  margin-top: 15px;
  margin-left: 0;
  overflow: hidden;
}

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

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

.icon {
  width: 32px;
  height: 32px;
  font-family: "Fa 300", sans-serif;
}

.header-div-3 {
  justify-content: space-between;
  align-items: center;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  padding: 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: 99;
  background-color: #fff;
  flex-direction: column;
  width: 100%;
  padding-top: 0;
  padding-bottom: 10px;
  position: fixed;
  inset: 0% 0% auto;
}

.dl-link-2 {
  z-index: 1;
  color: #000;
  flex: none;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  transition: all .2s ease-in-out;
  position: relative;
}

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

.menu-link-2:hover {
  color: #5f5f51;
  border-bottom: 1px #f7f7f2;
}

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

.menu-link-2.w--current {
  background-color: var(--yellow);
  color: #212121;
  font-size: 14px;
}

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

.hero-banner {
  height: auto;
}

.hero-banner.services {
  background-image: linear-gradient(#00000080, #00000080), url('../images/front-extension.webp');
  background-position: 0 0, 50% 40%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 50vh;
  display: flex;
}

.hero-mask {
  height: 75vh;
}

.slide-2 {
  background-image: url('../images/banner-image-1-and-gallery.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-2.second-image {
  background-image: url('../images/banner-image-2-and-gallery.webp');
}

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

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

.menu-button-image-link._1 {
  background-image: url('../images/new-loft.webp');
}

.menu-button-image-link._2 {
  background-image: url('../images/rear-exyension.webp');
}

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

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

.menu-button-image-link._5 {
  background-image: url('../images/kitchen-loft.webp');
  background-size: cover;
}

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

.menu-button-section {
  z-index: 1;
  background-color: var(--white-smoke);
  justify-content: space-around;
  align-items: center;
  padding-bottom: 10px;
  display: flex;
  position: relative;
}

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

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

.h1 {
  color: var(--black);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
}

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

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

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

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

.coloured-underline.white {
  background-color: #fff;
}

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

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

.primary-btn.w--current, .primary-btn.call {
  background-color: var(--yellow);
}

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

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

.primary-btn.m-auto {
  background-color: var(--yellow);
}

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

.img.home-1 {
  background-image: url('../images/loft-conversion-bedroom.webp');
}

.img.loft-1 {
  background-image: url('../images/loft-bathroom.webp');
}

.img.refub-1 {
  background-image: url('../images/refurbished-kitchen.webp');
}

.img.desing-1 {
  background-image: url('../images/large-dormer-conversion.webp');
  background-position: 50%;
}

.img.ext-1 {
  background-image: url('../images/extended-living-room.webp');
}

.img.google {
  background-image: none;
}

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

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

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

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

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

.single-image-div.googl._100 {
  width: 100%;
  margin-top: 40px;
}

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

.pinned-content-div._100 {
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.large-p-block {
  background-color: #f8f6de;
  padding: 50px;
  box-shadow: 1px 1px 3px #0000001f;
}

.large-p-block._100 {
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}

.large-p-block._100.w {
  background-color: #0000;
}

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

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

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

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

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

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

.large-image-section.low-p-bottom.p-white {
  background-color: var(--yellow-3);
  padding-top: 40px;
  padding-bottom: 40px;
}

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

.large-single-image-div {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  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: 800px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.large-single-image-div.big.home-2 {
  background-image: url('../images/rear-estension.webp');
}

.large-single-image-div.loft-2 {
  background-image: url('../images/loft-bedroom.webp');
}

.large-single-image-div.refurb-2 {
  background-image: url('../images/bathroom.webp');
  min-height: 900px;
}

.large-single-image-div.desing-2 {
  background-image: url('../images/loft-design.webp');
}

.large-single-image-div.ext-2 {
  background-image: url('../images/large-extension.webp');
}

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

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

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

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

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

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

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

.title-as-section {
  color: #f7f7f2;
  text-transform: uppercase;
  margin-left: 10px;
  font-size: 1.2em;
  font-weight: 300;
}

.title-as-section.lg-text {
  font-size: 28px;
  line-height: 1;
}

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

.title-as-section.lg-text.black.b {
  color: #000;
  font-size: 32px;
  font-weight: 400;
}

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

.title-as-section.lg-text.black.h2-style {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
}

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

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

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

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

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

.right-arrow:hover {
  background-color: var(--khaki);
  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(--yellow);
  width: 30%;
  position: absolute;
  top: 0;
}

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

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

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

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

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

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

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

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

.heading-3-top-title.m-bottom-30 {
  justify-content: center;
  margin-bottom: 30px;
}

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

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

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

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

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

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

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

.grey-content-section.bg-gradiant {
  background-image: linear-gradient(to bottom, #fff 60%, var(--khaki) 60%);
}

.grey-content-section.bg-gradiant.white {
  background-color: #fff;
  background-image: none;
}

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

.grid-image-large-div {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  height: 600px;
}

.grid-image-large-div.home-3 {
  background-image: url('../images/velux.webp');
}

.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('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
}

.grid-image-div.home-4 {
  background-image: url('../images/mansard-roof.webp');
}

.grid-image-div.home-5 {
  background-image: url('../images/refurnished-bathroom.webp');
}

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

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

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

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

.works-texxt-lable {
  background-color: var(--yellow);
  color: #000;
  text-transform: uppercase;
  padding: 15px 30px;
  font-weight: 500;
  display: inline-block;
  position: absolute;
  inset: 40px auto auto 0;
}

.works-1 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  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;
}

.works-1._1 {
  background-image: url('../images/loft-bathroom.webp');
}

.works-1._2 {
  background-image: url('../images/extended-living-room.webp');
}

.works-1._3 {
  background-image: url('../images/bathroom.webp');
}

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

.contact-form {
  width: 100%;
}

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

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

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

.contact-section {
  background-color: var(--white-smoke);
  background-image: url('../images/colorkit-9.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 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: #f7f7f2;
  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: flex-start;
  width: 100%;
  display: flex;
}

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

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

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

.heading-3-text.sm-h3.white-h3 {
  color: #f7f7f2;
}

.heading-3-right-text {
  background-color: #1e1f1e;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding: 40px;
  display: flex;
}

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

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

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

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

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

.foooter-logo {
  filter: brightness(0%) invert();
  object-fit: contain;
  height: 150px;
}

.footer-brand {
  justify-content: center;
  display: flex;
}

.footer-brand.w--current {
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-bottom: 30px;
  display: flex;
}

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

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

.list.vert {
  align-items: center;
  display: flex;
}

.list.top {
  top: -100px;
}

.footer-section-2 {
  background-color: #212121;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

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

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

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

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

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

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

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

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

.footer-nav-item.footer-contact.header {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 10px;
}

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

.text-span-4.head-icon {
  background-color: var(--yellow);
  color: #000;
  width: 32px;
  height: 32px;
  font-size: 18px;
}

.contact-link {
  color: #f7f7f2;
  cursor: pointer;
  font-size: 15px;
  text-decoration: none;
  transition: all .2s;
}

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

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

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

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

.footer-info-div-2._1.border-edit {
  border-color: var(--yellow);
  border-left-style: solid;
  border-right-style: solid;
  justify-content: space-between;
  padding-bottom: 19px;
}

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

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

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

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

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

.h3-text-list {
  color: #000;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

.h3-text-list.bold {
  margin-bottom: 10px;
  font-weight: 500;
}

.fa-icon {
  color: #fff;
  background-color: #0000;
  background-image: url('../images/Icon-House.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 28px 28px;
  border-radius: 0%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  font-family: "Fa 300", sans-serif;
  font-size: 18px;
  display: flex;
}

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

.font-icon {
  background-color: var(--khaki);
  width: 32px;
  height: 32px;
  color: var(--black);
  border-radius: 50px;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
  display: flex;
}

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

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

.areas-list._3-row {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

.hyperlink {
  box-shadow: inset 0 -2px 0 0 var(--yellow);
  color: #000;
  padding-left: 2.5px;
  padding-right: 2.5px;
  font-weight: 700;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: inline-block;
}

.hyperlink:hover {
  box-shadow: inset 0 -100px 0 0 var(--yellow);
  color: #000;
}

.top-block {
  color: var(--black);
  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(--yellow);
  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);
}

.telephone {
  color: #fff;
}

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

.telephone.office-number.contact-type {
  color: #000;
  padding-bottom: 10px;
  padding-left: 0;
  font-size: 15px;
  font-weight: 500;
}

.telephone.office-number.contact-type.m-bottom-10 {
  margin-bottom: 10px;
  font-weight: 500;
}

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

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

.contact-page-link {
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

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

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

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

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

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

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

.date {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}

.date.b {
  color: var(--black);
}

.trustatrader {
  background-image: url('../images/trustatrader.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100px;
  height: 80px;
  margin-top: 0;
}

.phone-link {
  box-shadow: inset 0 -2px 0 0 var(--yellow);
  color: #fff;
  text-decoration: none;
  transition: all .3s;
}

.phone-link:hover {
  box-shadow: inset 0 -50px 0 0 var(--yellow);
  color: #000;
}

.banner-text {
  color: var(--khaki);
  text-transform: uppercase;
  text-shadow: 3px 3px 1px #000;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 100px;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.5;
  display: block;
}

.heading-3 {
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 400;
}

.heading-3-div {
  border-bottom: 1px solid #00000061;
  margin-top: 20px;
  margin-bottom: 20px;
}

.google-maps {
  width: 100%;
}

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

.testemonial-content-everything-2.test-page {
  border: 2px solid var(--khaki);
  background-color: #ece66e1f;
  padding: 16px;
}

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

.customer-titkle-2 {
  color: #000;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
}

.who-made-comment-2 {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 40px;
  display: flex;
}

.grid-3 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 69px;
}

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

.lottie-animation {
  height: 80px;
  margin-bottom: 20px;
  padding-bottom: 0;
  display: inline-block;
}

.link-block {
  z-index: 5;
  display: block;
  position: fixed;
  inset: auto auto -10px 1%;
}

.lottie-animation-2 {
  height: 80px;
}

.napit {
  background-image: url('../images/NAPIT-LOGO.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 80px;
  display: block;
}

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

.div-block-2 {
  background-image: url('../images/google-map.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  height: 400px;
  margin-bottom: 20px;
}

.grid-4 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.assos {
  width: 100%;
}

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

.bark-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  width: 90%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.bark-code {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

.fs-cc-banner_button {
  border: 2px solid var(--black);
  background-color: var(--black);
  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(--yellow);
  background-color: var(--khaki);
  color: var(--black);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fs-cc-prefs_text {
  color: var(--black);
  font-size: 12px;
}

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

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

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

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

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

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

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

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

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

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

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

.split-gallery {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 40px;
  display: grid;
}

.lightbox-link-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: block;
}

.div-block-12 {
  background-color: var(--yellow);
  color: #fff;
  border-top: 1px #ffd03e;
  border-bottom: 1px #ffd03e;
  justify-content: center;
  align-items: center;
  height: 5vh;
  margin-bottom: 10px;
  display: flex;
}

.div-block-12:hover {
  background-color: var(--yellow-2);
}

.txt-2 {
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
}

.txt-2:hover {
  color: var(--black);
}

.image-9 {
  width: 100%;
  display: block;
}

.image-9:hover {
  outline-color: var(--yellow);
  outline-offset: -20px;
  outline-width: .5px;
  outline-style: solid;
}

.inner-content {
  color: #fff;
  background-image: linear-gradient(#fff0, #212121db);
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 40px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.gallery-heading {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 27px;
}

.inner-prallax-block {
  height: 58vh;
  padding-top: 144%;
  position: relative;
  inset: 0%;
}

.parallax-slider-mask {
  height: auto;
  overflow: visible;
}

.displaynone {
  display: none;
}

.parallax-arrow-right {
  color: #709f5b;
  background-color: #f1f1f1;
  border-radius: 100px;
  width: 78px;
  height: 78px;
  margin-right: -40px;
  font-size: 24px;
  transition: all .4s cubic-bezier(.77, 0, .175, 1);
  display: inline-block;
  box-shadow: 0 2px 8px #0003;
}

.parallax-arrow-right:hover {
  outline-color: var(--khaki);
  outline-offset: -12px;
  color: var(--black);
  outline-width: 3px;
  outline-style: dashed;
}

.parallax-arrow-left {
  outline-offset: 0px;
  color: #709f5b;
  background-color: #fff;
  border-radius: 100px;
  outline: 3px dashed #709f5b00;
  width: 78px;
  height: 78px;
  margin-left: 12px;
  font-size: 24px;
  transition: all .4s cubic-bezier(.77, 0, .175, 1);
  display: inline-block;
  box-shadow: 0 2px 8px #0003;
}

.parallax-arrow-left:hover {
  outline-color: var(--khaki);
  outline-offset: -12px;
  color: var(--khaki);
  outline-width: 3px;
  outline-style: dashed;
}

.parallax-slider-item {
  width: 344px;
  height: auto;
  overflow: visible;
}

.inner-img {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.inner-img.image {
  height: 58vh;
}

.parallax-slider-wrapper {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 40px;
  overflow: visible;
}

.innerblock-1 {
  margin-top: auto;
}

.parallax-slide {
  height: auto;
  margin-right: 32px;
  box-shadow: 0 1px 8px #0003;
}

.icon-3, .icon-4 {
  color: var(--khaki);
}

.text-block-8, .text-block-7 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.tab-links {
  background-color: var(--yellow);
  width: 100%;
  min-height: 70px;
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 15px;
  font-weight: 500;
  line-height: 20px;
  display: flex;
}

.tab-links.w--current {
  background-color: var(--black);
  color: var(--white-smoke);
}

.tab-div {
  background-color: var(--black);
  padding: 40px;
}

.tabs-content, .tabs-content.yellow {
  background-color: var(--yellow);
}

.text-block-5 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.checkatrade-logo {
  width: 120px;
}

.checkatrade-small {
  border-top: 1px solid var(--black);
  color: var(--black);
  text-align: right;
  text-transform: none;
  margin-top: 10px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 13px;
}

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

.checkatrade-score {
  color: #fff;
  margin-bottom: 3px;
  margin-left: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 35px;
}

.tab-pane-tab-4 {
  background-color: #00345e;
}

.tabs {
  background-color: #00345e;
  border: 1px solid #fff0;
}

.tabs._20b {
  background-color: var(--yellow);
  width: 100%;
}

.text-block-4 {
  color: var(--white-smoke);
  justify-content: center;
  align-items: center;
  display: flex;
}

.score {
  font-weight: 700;
}

.checkatrade-div {
  border-top: 1px solid #fff3;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: 20px;
  padding-top: 15px;
  display: flex;
}

.p {
  color: #fff;
  margin-bottom: 10px;
}

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

.tabs-menu {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.bold-text {
  font-size: 25px;
}

.tab-pane-tab-3 {
  color: var(--white-smoke);
}

.contact-top {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.top-links {
  color: #fff;
  text-align: right;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: 50px;
  font-size: 16.5px;
  font-weight: 300;
  line-height: 26px;
  text-decoration: none;
  transition: all .45s ease-in-out;
  display: flex;
}

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

.font-awsome {
  background-color: var(--yellow);
  width: 32px;
  height: 32px;
  color: var(--black);
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  padding: 10px;
  font-family: "Fa 300", sans-serif;
  font-size: 16.5px;
  font-weight: 400;
  display: flex;
}

.font-awsome.email {
  color: var(--black);
  font-family: "Fa 300", sans-serif;
  font-size: 16.5px;
  font-weight: 400;
}

.link-block-2, .link-block-3 {
  text-decoration: none;
}

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

.link-block-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  place-items: center stretch;
  height: 6vh;
  text-decoration: none;
  display: flex;
}

.text-block-9 {
  color: var(--white-smoke);
  font-size: 16px;
}

.image-10 {
  height: 100px;
}

.service-tet {
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 27px;
}

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

  .testemonials-slider {
    position: static;
  }

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

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

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

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

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

@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(--khaki);
    color: #000;
    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: #212121;
    width: 100%;
  }

  .navbar-2 {
    width: 100%;
  }

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

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

  .nav-menu-2 {
    z-index: 1;
    background-color: var(--white-smoke);
    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 {
    color: #151623;
    background-color: #fff;
    justify-content: space-between;
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .h1 {
    font-size: 32px;
  }

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

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

  .img.google {
    height: auto;
  }

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

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

  .single-image-div.googl {
    height: auto;
  }

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

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

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

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

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

  .large-single-image-div, .large-single-image-div.big.home-2, .large-single-image-div.loft-2 {
    width: 90%;
    height: auto;
    min-height: 450px;
  }

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

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

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

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

  .title-as-section.lg-text.black.h2-style {
    text-align: center;
    text-align: center;
    font-size: 32px;
  }

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

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

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

  .underline.testemonials-underline.orange {
    background-color: var(--yellow);
  }

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

  .testimonials-grid.work-gallery {
    display: block;
  }

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

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

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

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

  .left-contact {
    width: 100%;
  }

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

  .container-4 {
    width: 90%;
  }

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

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

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

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

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

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

  .footer-info-div-2._1 {
    border-left: 1px solid var(--yellow);
    border-right-style: solid;
    border-right-color: var(--yellow);
    padding: 40px 20px;
  }

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

  .footer-copy-right {
    justify-content: center;
    padding-bottom: 60px;
  }

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

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

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

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

  .customer-titkle-2 {
    margin-top: 10px;
    font-size: 1.2rem;
  }

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

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

  .div-block-2 {
    background-position: 50% 0;
    background-size: cover;
  }

  .grid-4 {
    width: 100%;
  }

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

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

  .image-9 {
    height: 300px;
  }

  .inner-prallax-block {
    padding-top: 130%;
  }

  .tab-links {
    min-height: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .tab-div {
    padding: 30px;
  }

  .checkatrade-div {
    margin-top: 10px;
  }

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

  .font-awsome.email {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .announcement-contact-block, .contact-ann-block {
    grid-template-columns: 1fr;
  }

  .ripple.dl-btn {
    background-color: var(--khaki);
  }

  .headt-call-btn {
    background-color: var(--khaki);
    color: #1a1a1a;
  }

  .dl-link-holder {
    color: #000;
    background-color: #fff;
  }

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

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

  .dropdown-toggle:hover {
    background-color: var(--khaki);
    color: #000;
  }

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

  .dl-link-2 {
    color: #000;
  }

  .menu-link-2 {
    background-color: #fff;
    width: 100%;
  }

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

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

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

  .menu-button-2:hover, .menu-button-2.w--open {
    background-color: #0000;
  }

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

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

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

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

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

  .large-single-image-div, .large-single-image-div.big.home-2 {
    height: auto;
    min-height: 350px;
  }

  .large-single-image-div.loft-2, .large-single-image-div.refurb-2 {
    min-height: 350px;
  }

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

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

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

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

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

  .underline {
    width: 50%;
  }

  .underline.testemonials-underline.orange {
    background-color: var(--yellow);
  }

  .block-quote {
    flex: none;
    display: block;
  }

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

  .testimonials-grid.work-gallery {
    display: block;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .footer-copy-right {
    padding-bottom: 100px;
  }

  .default-list.list-grid, .default-list._2-row, .contact-block {
    grid-template-columns: 1fr;
  }

  .customer-titkle-2 {
    font-size: 15px;
  }

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

  .lottie-animation {
    width: 80px;
    margin-right: auto;
  }

  .div-block-2 {
    height: 300px;
  }

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

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

  .bark-div {
    flex-direction: column;
  }

  .bark-code {
    width: 100%;
  }

  .bark-code._2 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

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

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

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

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

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

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

  .gallery-heading {
    font-size: 1rem;
  }

  .parallax-arrow-right {
    width: 52px;
    height: 52px;
    margin-right: -20px;
  }

  .parallax-arrow-left {
    width: 52px;
    height: 52px;
    margin-left: -20px;
  }

  .tab-div {
    padding: 20px;
  }

  .tabs-menu {
    grid-template-columns: 1fr 1fr;
  }

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

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

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

  .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-2 {
    border-radius: 0;
    flex-direction: row;
    width: 100%;
    position: relative;
  }

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

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

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

  .icon {
    text-align: center;
    width: 100%;
    height: auto;
  }

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

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

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

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

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

  .menu-button-2 {
    color: #f7f7f2;
    background-color: #000;
    border-radius: 0;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .menu-button-2:hover {
    background-color: #000;
    border-radius: 0;
  }

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

  .hero-banner {
    display: block;
  }

  .hero-banner.services {
    height: 30vh;
  }

  .hero-mask {
    height: 50vh;
  }

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

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

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

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

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

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

  .h2 {
    font-size: 24px;
    line-height: 33px;
  }

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

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

  .large-image-section.low-p-bottom.p-white {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .large-single-image-div.big.home-2, .large-single-image-div.loft-2, .large-single-image-div.refurb-2 {
    min-height: 250px;
  }

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

  .testemonials {
    overflow: hidden;
  }

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

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

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

  .title-as-section {
    margin-left: 0;
  }

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

  .title-as-section.lg-text.black.b {
    margin-left: 0;
    font-size: 23px;
  }

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

  .title-as-section.lg-text.black.h2-style {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    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: 14px;
  }

  .light-text-line {
    width: 40px;
  }

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

  .heading-3-top-title {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    flex-direction: column-reverse;
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.25fr;
    grid-auto-columns: 1fr;
    place-items: flex-start start;
    display: flex;
  }

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

  .heading-3-top-title.flex0.flex {
    grid-template-columns: 1fr;
  }

  .heading-3-top-title.m-bottom-30 {
    flex-direction: column;
  }

  .slide {
    padding: 0;
  }

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

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

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

  .grey-dividing-line.line-odd {
    background-color: #f7f7f2;
    margin-top: 30px;
    margin-bottom: 30px;
  }

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

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

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

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

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

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

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

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

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

  .foooter-logo {
    height: 100px;
  }

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

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

  .list {
    text-align: center;
  }

  .list.top {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
    top: auto;
  }

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

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

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

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

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

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

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

  .footer-info-div-2._1.border-edit {
    padding-bottom: 20px;
  }

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

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

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

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

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

  .trustatrader {
    height: 85px;
    margin-top: 0;
  }

  .banner-text {
    text-align: center;
    padding-top: 0;
    font-size: 25px;
  }

  .heading-3 {
    font-size: 21px;
  }

  .testemonial-content-everything-2 {
    padding-right: 0;
  }

  .block-quote-2, .customer-titkle-2, .footerlinks {
    font-size: 14px;
  }

  .link-block {
    margin-right: 0;
    padding-left: 0;
    inset: auto auto 0% 0%;
  }

  .lottie-animation-2 {
    max-width: 100px;
    height: auto;
    max-height: 100px;
  }

  .napit {
    height: 85px;
  }

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

  .bark-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .bark-div {
    flex-flow: column;
    display: flex;
  }

  .bark-code {
    width: 100%;
  }

  .bark-code._2 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

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

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

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

  .fs-cc-prefs_button {
    margin-bottom: 8px;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

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

  .image-9 {
    height: 250px;
  }

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

  .inner-prallax-block {
    height: 40vh;
    padding-top: 140%;
  }

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

  .parallax-arrow-right {
    margin-right: 40px;
  }

  .parallax-arrow-left {
    margin-left: 6px;
  }

  .parallax-slider-item {
    background-color: #0000;
    width: 300px;
  }

  .inner-img.image {
    height: 100%;
  }

  .parallax-slider-wrapper {
    overflow: hidden;
  }

  .parallax-slide {
    width: 90%;
  }

  .tab-links {
    min-height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .tabs-menu {
    grid-template-columns: 1fr;
  }

  .contact-top {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
  }

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

  .font-awsome {
    margin-right: 10px;
    font-size: 20px;
  }

  .font-awsome.email {
    margin-left: 0;
    margin-right: 10px;
    font-size: 20px;
  }
}

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

#w-node-_90bf03b2-9b8a-40d3-6c94-85990a54ee03-05b2ea11 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

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

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

#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-d3cdf5b7-d4b9-f602-027d-6e5a6d0e4235-c6c6fe51, #w-node-d3cdf5b7-d4b9-f602-027d-6e5a6d0e4236-c6c6fe51, #w-node-d3cdf5b7-d4b9-f602-027d-6e5a6d0e423a-c6c6fe51, #w-node-d3cdf5b7-d4b9-f602-027d-6e5a6d0e423b-c6c6fe51, #w-node-d3cdf5b7-d4b9-f602-027d-6e5a6d0e423f-c6c6fe51, #w-node-d3cdf5b7-d4b9-f602-027d-6e5a6d0e4240-c6c6fe51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_74e2b476-a9cc-072b-585d-992fab265f10-f0251c6e, #w-node-_74e2b476-a9cc-072b-585d-992fab265f1e-f0251c6e, #w-node-_74e2b476-a9cc-072b-585d-992fab265f28-f0251c6e {
  place-self: auto stretch;
}

@media screen and (max-width: 991px) {
  #w-node-_74e2b476-a9cc-072b-585d-992fab265f10-f0251c6e, #w-node-_74e2b476-a9cc-072b-585d-992fab265f1e-f0251c6e {
    justify-self: auto;
  }
}

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

  #w-node-_90bf03b2-9b8a-40d3-6c94-85990a54ee03-05b2ea11, #w-node-_90bf03b2-9b8a-40d3-6c94-85990a54ee04-05b2ea11, #w-node-_90bf03b2-9b8a-40d3-6c94-85990a54ee05-05b2ea11 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

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

@media screen and (max-width: 479px) {
  #w-node-_90bf03b2-9b8a-40d3-6c94-85990a54edf8-05b2ea11, #w-node-ef2b72ed-9ebd-6974-6fe1-050d20a6dbd2-54274971 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa sharp solid 900';
  src: url('../fonts/fa-sharp-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa duotone 900';
  src: url('../fonts/fa-duotone-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 300';
  src: url('../fonts/fa-light-300.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 100';
  src: url('../fonts/fa-thin-100.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}