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

@font-face {
  font-family: Worksans;
  src: url('../fonts/WorkSans-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Worksans;
  src: url('../fonts/WorkSans-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Worksans;
  src: url('../fonts/WorkSans-ExtraBold.ttf') format("truetype"), url('../fonts/WorkSans-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Worksans;
  src: url('../fonts/WorkSans-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Worksans;
  src: url('../fonts/WorkSans-ExtraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --white: white;
  --black: #000;
  --light-grey: #4c4c4c;
  --gainsboro: #eee;
  --very-dark-grey: #111;
  --dim-grey\<deleted\|variable-341a7e94\>: #000;
  --transparent: #0000;
}

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

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

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

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

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

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

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

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

.body {
  color: #000;
  font-family: Worksans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

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

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

.my-builder {
  width: 175px;
  margin-right: 10px;
}

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

.announcement-barn-link.trust {
  color: var(--white);
  align-items: center;
  padding-top: 5px;
  padding-left: 10px;
}

.announcement-barn-link.test {
  color: var(--black);
  text-transform: uppercase;
}

.announcement-bar {
  z-index: 1;
  background-color: var(--black);
  padding-top: 8px;
  padding-bottom: 8px;
  position: sticky;
}

.trade-link {
  align-items: center;
  text-decoration: none;
  display: flex;
}

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

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

.fa-social.tel {
  font-family: "Fa Solid 900", sans-serif;
}

.fa-social.email {
  margin-right: 0;
  font-family: "Fa Solid 900", sans-serif;
}

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

.qoute-btn:hover {
  background-color: var(--light-grey);
  color: var(--black);
}

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

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

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

.contact-ann-block.testemonial-content-everything {
  z-index: 8;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.header-contact {
  border-left: 1px solid #5f5f5130;
  flex: none;
  margin-left: 10px;
  padding-left: 5px;
}

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

.ripple.dl-btn {
  background-color: #898d89;
  width: 700px;
  top: -250%;
  right: -30%;
}

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

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

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

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

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

.co-logo-link.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 .2s ease-in-out;
  display: flex;
  position: relative;
  overflow: hidden;
}

.dl-link-holder:hover {
  color: var(--white);
  border-bottom-style: solid;
  padding-left: 30px;
}

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

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

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

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

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

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

.drop-down-icon {
  margin: auto 0 auto 5px;
  position: relative;
}

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

.dl-menu.w--open {
  background-color: var(--light-grey);
  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-size: 14px;
  line-height: 24px;
  transition: all .3s;
  display: flex;
}

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

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

.fonticon.test {
  color: #5f5f51;
  border-right-style: none;
  margin-right: 0;
}

.fonticon.blue {
  color: var(--black);
  margin-right: 0;
  font-family: "Fa Solid 900", 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 {
  background-color: var(--white);
  flex-direction: column;
  padding-top: 10px;
  padding-bottom: 10px;
}

.svs-link {
  z-index: 1;
  flex: none;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  font-size: 14px;
  line-height: 24px;
  transition: all .2s ease-in-out;
  position: relative;
}

.menu-link {
  text-transform: uppercase;
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px 5px;
  font-size: 14px;
  line-height: 24px;
  transition: all .3s ease-in-out;
}

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

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

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

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

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

.h-link {
  color: #000;
  font-weight: 400;
  text-decoration: none;
}

.hero-banner {
  height: auto;
}

.hero-mask {
  height: 700px;
}

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

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

.menu-img {
  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-img._1 {
  background-image: url('../images/rock-gal-22.webp');
}

.menu-img._2 {
  background-image: url('../images/rock-gal-17.webp');
}

.menu-img._3 {
  background-image: url('../images/rock-gal-5.webp');
}

.menu-img._4 {
  background-image: url('../images/rock-gal-23.webp');
}

.menu-img._5 {
  background-image: url('../images/rock-gal-6.webp');
}

.box-link {
  z-index: 1;
  color: #969696;
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  padding: 5px;
  font-size: 15px;
  line-height: 1;
  text-decoration: none;
  transition: all .5s;
  display: flex;
  position: relative;
}

.box-link:hover {
  color: var(--white);
}

.menu-button-section {
  z-index: 1;
  background-color: var(--gainsboro);
  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;
  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(--light-grey);
  color: #000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  height: 60px;
  margin-top: -60px;
  padding: 15px 2px;
  transition: all .5s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.h1 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
}

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

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

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

.content-section.even.p-white, .content-section.p-white {
  background-color: #f7f7f2;
}

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

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

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

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

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

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

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

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

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

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

.primary-btn.gallery-btn._30 {
  background-color: var(--light-grey);
  color: var(--black);
  margin-top: 30px;
  margin-left: auto;
}

.primary-btn.m-auto {
  border: 1px solid #747474;
}

.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 {
  background-image: url('../images/rock-gal-7.webp');
}

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

.img.ext-1 {
  background-image: url('../images/rear-extension.webp');
}

.img.new-1 {
  background-image: url('../images/decking-in-night-view.webp');
  background-size: contain;
}

.img.refurb-1 {
  background-image: url('../images/sky-light.webp');
}

.img.ren-1 {
  background-image: url('../images/inside-extension.webp');
}

.img.service-1 {
  background-image: url('../images/timber-door.webp');
}

.img.basement1 {
  background-image: url('../images/Basement-Conversion2.webp');
  background-size: cover;
}

.img.rsj1 {
  background-image: url('../images/RSJ2.webp');
  background-size: cover;
}

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

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

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

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

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

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

.pinned-content-div {
  z-index: 5;
  justify-content: space-between;
  align-items: center;
  width: 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;
  padding-right: 0%;
  position: static;
}

.large-p-block {
  background-color: #fff;
  margin-right: 0;
  padding: 40px;
  box-shadow: 1px 1px 3px #0000001f;
}

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

.h2 {
  color: var(--black);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  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;
}

.h2._20b {
  padding-bottom: 20px;
}

.h2.large {
  font-size: 40px;
  font-weight: 300;
  line-height: 50px;
}

.large-image-section {
  background-color: var(--gainsboro);
  justify-content: space-between;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  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: #f7f7f2;
}

.large-image-section.white {
  background-color: var(--white);
}

.large-image-section.white.grey {
  background-color: var(--gainsboro);
}

.lrg-img {
  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;
}

.lrg-img.home {
  background-image: url('../images/rock-gal-19.webp');
}

.lrg-img.big {
  min-height: 1000px;
}

.lrg-img.big.ren-2 {
  background-image: url('../images/stepped-decking.webp');
  background-position: 50% 100%;
}

.lrg-img.big.service-2 {
  background-image: url('../images/front-door.webp');
  background-position: 50% 0;
}

.lrg-img.ext-2 {
  background-image: url('../images/inside-extension.webp');
}

.lrg-img.new-2 {
  background-image: url('../images/Basemnt-Conversion1.webp');
}

.lrg-img.refurb-2 {
  background-image: url('../images/sky-light.webp');
}

.lrg-img.rsj-2 {
  background-image: url('../images/RSJ1.webp');
  min-height: 1000px;
}

.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: #c0c1af;
  transform: scale(.95);
}

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

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

.testemonials.projects {
  background-color: var(--black);
  background-image: url('../images/colorkit-4.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

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

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

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

.title-as-section {
  color: #fff;
  text-transform: uppercase;
  margin-left: 10px;
  font-size: 30px;
  font-weight: 300;
  line-height: 30px;
}

.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 {
  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(--light-grey);
  justify-content: flex-end;
  margin-left: auto;
  padding-bottom: 0;
  font-family: "Fa solid 900", sans-serif;
  font-size: 120px;
  line-height: 1;
  display: flex;
  position: relative;
}

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

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

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

.right-arrow:hover {
  background-color: #c0c1af;
  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: #c0c1af;
  width: 30%;
  position: absolute;
  top: 0;
}

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

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

.light-text-line {
  background-color: var(--light-grey);
  width: 40px;
  height: 2px;
  margin-right: 10px;
}

.light-text-line.dark-line {
  background-color: #343817;
}

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

.heading-3-top-title.m-bottom-30.align-left {
  justify-content: flex-start;
}

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

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

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

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

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

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

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

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

.grey-content-section.bg-gradiant {
  background-color: var(--gainsboro);
  background-image: linear-gradient(to bottom, var(--white) 60%, var(--light-grey) 60%);
}

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

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

.grey-content-section.solid-bg {
  background-color: #5f5f51;
}

.grey-content-section.grey {
  background-color: var(--gainsboro);
}

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

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

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

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

.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.div2 {
  background-image: none;
}

.grid-image-div.div2.home-3 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

.grid-image-div._1 {
  background-image: url('../images/kitchen_609637968.webp');
}

.grid-image-div._2 {
  background-image: url('../images/rock-gal-10.webp');
  background-position: 50% 30%;
}

.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(--white);
  color: var(--black);
  text-transform: uppercase;
  padding: 15px 30px;
  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: 450px;
  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.new {
  background-image: url('../images/rock-gal-3.webp');
}

.works-1.svs {
  background-image: url('../images/rock-gal-4.webp');
}

.works-1.reno {
  background-image: url('../images/rock-gal-16.webp');
}

.cta-text-contact {
  color: var(--black);
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
}

.contact-info-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  padding: 0;
  transition: box-shadow .2s cubic-bezier(.455, .03, .515, .955);
  display: grid;
}

.contact-info-block.m-bottom-20 {
  border-bottom: 1px solid var(--light-grey);
  border-radius: 0;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 0 0 30px;
  transition-property: none;
}

.contact-info-block.m-bottom-20.m-top-60 {
  border-bottom: 1px solid var(--light-grey);
  border-radius: 0;
  margin-top: 40px;
  padding-bottom: 30px;
}

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

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

.contact-section {
  background-color: var(--gainsboro);
  padding-top: 100px;
  padding-bottom: 100px;
}

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

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

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

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

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

.icon-2 {
  background-color: var(--black);
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  display: flex;
}

.heading-3-text {
  color: var(--gainsboro);
  text-transform: uppercase;
  margin-top: 0;
  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: #fff;
}

.heading-3-right-text {
  background-color: var(--very-dark-grey);
  background-image: url('../images/colorkit-3.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding: 40px;
  display: flex;
}

.heading-3-section {
  background-color: var(--black);
  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/bath_638505830.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  min-height: 250px;
}

.instagram {
  margin-bottom: 0;
}

.foooter-logo {
  object-fit: contain;
  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: 30px;
  display: flex;
}

.footer-section-2 {
  background-color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  display: flex;
}

.footer-title {
  color: #a6a7a6;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 18px;
  font-weight: 700;
}

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

.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;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.footer-nav-item.footer-contact.auto-cusro {
  cursor: auto;
}

.text-span-4 {
  border: 1px solid var(--very-dark-grey);
  color: var(--light-grey);
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  padding: 10px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 24px;
  display: flex;
}

.contact-link {
  color: var(--white);
  cursor: pointer;
  font-size: 16px;
  text-decoration: none;
  transition: all .2s;
}

.contact-link.b {
  color: var(--very-dark-grey);
}

.footerlinks-copy {
  color: var(--light-grey);
  text-align: center;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.footer-info-div-2 {
  border: 1px solid #c0c1af24;
  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: #c0c1af24;
  border-left-style: none;
  border-right-style: none;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding-bottom: 60px;
}

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

.footer-social-link {
  background-color: var(--light-grey);
  color: #fff;
  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;
  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: 120px;
  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;
  padding-left: 0;
  list-style-type: none;
  display: grid;
}

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

.default-list._2col {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 20px;
  display: grid;
}

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

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

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

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

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

.font-icon {
  color: #fff;
  background-color: #5f5f51;
  border-radius: 50px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  font-family: "Fa 300";
  display: flex;
}

.google-maps {
  background-color: #f7f7f2;
}

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

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

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

.hyperlink {
  color: var(--very-dark-grey);
  padding-left: 2.5px;
  padding-right: 2.5px;
  text-decoration: underline;
  display: inline-block;
}

.hyperlink:hover {
  color: #f7f7f2;
}

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

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

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

.bold-text-2 {
  color: #fff;
  text-transform: uppercase;
}

.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(--very-dark-grey);
  text-align: left;
  border-radius: 8px;
  width: 100%;
  padding: 30px;
  transition: all .3s ease-in-out;
  box-shadow: -1px 1px 3px #00000045;
}

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

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

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

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

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

.telephone {
  color: #fff;
}

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

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

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

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

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

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

.contact-page-info {
  grid-column-gap: 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;
}

.ripple-2 {
  z-index: 0;
  background-color: #5f5f51;
  border-radius: 100%;
  width: 700px;
  height: 500px;
  position: absolute;
  inset: -200% -27% auto auto;
}

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

.ripple-2.gallery-btn-ripple.enquiry {
  width: 540px;
}

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

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

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

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

.primary-btn-2.gallery-btn.m-center.enquiry {
  background-color: #343817;
  width: 240px;
}

.primary-btn-2.btn-cneter, .primary-btn-2.center {
  margin-top: 0;
}

.img-block {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  min-height: 300px;
  position: relative;
}

.img-block.h-g-2, .img-block.h-g-4, .img-block.h-g-5 {
  background-image: none;
}

.img-block.h-g-3 {
  background-image: none;
  background-position: 50% 75%;
}

.img-block.h-g-6 {
  background-image: none;
  background-position: 50%;
}

.font-icon-3 {
  color: #fff;
  background-color: #5f5f51;
  border-radius: 50px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  font-family: "Fa 300";
  display: flex;
}

.h4-bullet-text {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.h4-bullet-text.h4-flex {
  align-items: center;
  width: 100%;
  font-size: 18px;
  line-height: 26px;
  display: flex;
}

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

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

.list-item-2 {
  align-items: center;
  padding-top: 10px;
  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;
}

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

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

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

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

.img-2 {
  z-index: 1;
  object-fit: fill;
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.img-2.h-g {
  background-image: none;
}

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

.lb {
  border: 2px solid #000;
  width: 100%;
}

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

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

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

.lb-img {
  width: 100%;
}

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

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

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

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

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
}

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

.fmb {
  width: 70px;
}

.int-link {
  color: var(--very-dark-grey);
  font-weight: 700;
}

._07512-282939 {
  color: var(--gainsboro);
  text-decoration: none;
}

.test-slider {
  border: 1px solid var(--light-grey);
  background-color: var(--black);
  height: 410px;
}

.left-arrow-3, .right-arrow-3 {
  background-color: var(--black);
  width: 70px;
}

.test-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.test-title {
  color: var(--light-grey);
  width: 100%;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.testimonial {
  color: var(--white);
  margin-bottom: 0;
  font-weight: 400;
}

.testimonial.p {
  color: var(--black);
  margin-bottom: 0;
}

.testimonial.para {
  color: var(--black);
  margin-bottom: 10px;
}

.slide3 {
  display: none;
}

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

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

.fa-social-2 {
  color: #fff;
  background-color: #000;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  margin-right: 10px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

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

.fa-social-2.big {
  border: 1px solid #fff;
  width: 50px;
  height: 50px;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: "Fa Brands 400", sans-serif;
  font-size: 20px;
  transition-duration: .45s;
  transition-timing-function: ease-in-out;
}

.fa-social-2.big.s {
  font-family: "Fa Solid 900", sans-serif;
}

.small-banner {
  background-image: linear-gradient(#00000080, #00000080), url('../images/angle-of-rear-extension.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 450px;
  display: flex;
}

.banner-header {
  background-color: var(--gainsboro);
  text-transform: uppercase;
  border: 2px solid #000;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px;
  font-size: 30px;
  font-weight: 500;
  line-height: 26px;
}

.footerlink {
  color: var(--gainsboro);
  text-decoration: none;
}

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

.heading-3-div {
  margin-bottom: 20px;
}

.fa-icon-2 {
  background-color: var(--black);
  color: #fff;
  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;
  display: flex;
}

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

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

.testim-div {
  background-color: #a6a7a62b;
  border: 1px solid #000;
  padding: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.fs-cc-prefs_title {
  color: var(--light-grey);
  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(--light-grey);
  background-color: var(--light-grey);
  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(--very-dark-grey);
  color: var(--very-dark-grey);
  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(--very-dark-grey);
  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(--very-dark-grey);
  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(--light-grey);
  color: var(--light-grey);
  font-weight: 400;
  text-decoration: none;
}

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

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

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

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

.live-chat-top-text.block {
  color: #494949;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
}

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

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

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

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

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

.chat-section {
  background-color: #b7b5b5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  padding: 16px 20px;
  display: flex;
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

.live-icon-chat {
  background-color: var(--gainsboro);
  border-radius: 100%;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

._5-stars {
  width: 120px;
  margin-bottom: 10px;
}

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

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

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

  .whatsapp-chat {
    display: none;
  }

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

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

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

  .announcement-bar {
    display: none;
  }

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

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

  .contact-ann-block.testemonial-content-everything {
    display: flex;
  }

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

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

  .dl-link-holder {
    background-color: var(--gainsboro);
    border-bottom-width: 0;
    width: 100%;
  }

  .dl-link-holder:hover {
    color: var(--white);
    padding-left: 20px;
  }

  .navbar-2 {
    width: 100%;
  }

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

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

  .nav-menu {
    z-index: 1;
    background-color: var(--gainsboro);
    margin-top: 10px;
    box-shadow: 1px 1px 3px #0000001a;
  }

  .dropdown {
    width: 100%;
  }

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

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

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

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

  .fonticon.test {
    font-weight: 300;
  }

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

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

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

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

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

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

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

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

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

  .hero-mask {
    height: 600px;
  }

  .menu-img {
    height: 160px;
  }

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

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

  .h1 {
    font-size: 32px;
  }

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

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

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

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

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

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

  .large-p-block {
    width: 90%;
    margin-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: 0;
    padding-bottom: 0;
  }

  .lrg-img {
    width: 90%;
    height: auto;
    min-height: 450px;
    position: static;
  }

  .lrg-img.home {
    height: auto;
    min-height: 700px;
  }

  .lrg-img.big, .lrg-img.rsj-2 {
    min-height: 450px;
  }

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

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

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

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

  .title-as-section.lg-text {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0;
  }

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

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

  .light-text-line {
    margin-bottom: 10px;
    margin-right: 0;
  }

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

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

  .grey-content-section.bg-gradiant {
    background-image: linear-gradient(to bottom, var(--white) 70%, var(--light-grey) 70%);
  }

  .grid-img {
    height: 350px;
  }

  .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 {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

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

  .left-contact {
    width: 100%;
  }

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

  .container-4 {
    width: 90%;
  }

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

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

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

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

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

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

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

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

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

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

  .default-list._3col {
    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;
  }

  .img-block.h-g-2, .img-block.h-g-4, .img-block.h-g-5, .img-block.h-g-3, .img-block.h-g-6 {
    width: 100%;
  }

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

  .img-2.h-g {
    height: 400px;
  }

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

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

  .test-slider {
    height: 490px;
  }

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

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

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

  .whatsapp-block {
    display: flex;
  }

  .whatsapp-chat {
    display: none;
  }
}

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

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

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

  .contact-ann-block.testemonial-content-everything {
    display: flex;
  }

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

  .main-block {
    width: 100%;
  }

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

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

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

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

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

  .menu-link {
    width: 100%;
  }

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

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

  .hero-mask {
    height: 400px;
  }

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

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

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

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

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

  .large-p-block {
    padding: 30px;
  }

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

  .lrg-img {
    height: auto;
    min-height: 350px;
  }

  .lrg-img.home {
    min-height: 860px;
  }

  .lrg-img.big {
    min-height: 350px;
  }

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

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

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

  .title-as-section.lg-text {
    margin-left: 10px;
  }

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

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

  .underline {
    width: 50%;
  }

  .light-text-line {
    margin-right: 0;
  }

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

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

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

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

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

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

  .grid-img {
    height: 250px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .test-slider {
    height: 820px;
  }

  .left-arrow-3, .right-arrow-3 {
    width: 50px;
  }

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

  .test-arrow {
    font-size: 30px;
  }

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

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

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

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

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

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

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

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

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

  .contact-ann-block.testemonial-content-everything {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    width: auto;
    display: flex;
    inset: 0% auto 0% 10px;
  }

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

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

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

  .dl-link-holder {
    background-color: var(--very-dark-grey);
  }

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

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

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

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

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

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

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

  .icon {
    color: var(--very-dark-grey);
  }

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

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

  .svs-link {
    max-width: 200px;
  }

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

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

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

  .menu-button-2 {
    background-color: var(--light-grey);
    border-radius: 0;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
  }

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

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

  .hero-banner {
    display: block;
  }

  .hero-mask {
    height: 250px;
  }

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

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

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

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

  .primary-btn.gallery-btn._30 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

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

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

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

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

  .lrg-img {
    border-radius: 4px;
    width: 90%;
    height: 250px;
    min-height: 250px;
    margin-bottom: 20px;
  }

  .lrg-img.home, .lrg-img.big, .lrg-img.rsj-2 {
    min-height: 250px;
  }

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

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

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

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

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

  .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: 16px;
  }

  .light-text-line {
    margin-bottom: 10px;
    margin-right: 0;
  }

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

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

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

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

  .heading-3-top-title.m-bottom-30.align-left {
    flex-direction: column;
    justify-content: center;
  }

  .slide {
    padding: 0;
  }

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

  .customer-img {
    min-width: 60px;
    min-height: 60px;
  }

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

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

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

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

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

  .t-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

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

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

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

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

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

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

  .footer-brand.w--current {
    min-height: 80px;
    margin-bottom: 0;
  }

  .list {
    text-align: center;
  }

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

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

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

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

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

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

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

  .footer-social-link {
    margin-left: 0;
    margin-right: 10px;
  }

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

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

  .bullet-heading {
    line-height: 24px;
  }

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

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

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

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

  .h3-service-text.m-none {
    text-align: center;
    padding-left: 0;
    font-size: 22px;
  }

  .h3-service-text.h3-light.m-none {
    margin-top: 5px;
  }

  .img-2.h-g {
    height: 250px;
  }

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

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

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

  .test-slider {
    height: 930px;
    padding-bottom: 30px;
  }

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

  .test-div {
    margin-left: -10px;
    margin-right: -10px;
    padding: 20px;
  }

  .testimonial {
    font-size: 15px;
    line-height: 25px;
  }

  .slide3 {
    justify-content: center;
    display: flex;
  }

  .fa-social-2.big {
    width: 38px;
    height: 38px;
    margin-bottom: 0;
    margin-right: 5px;
    font-size: 19px;
  }

  .fa-social-2.big.s {
    font-size: 15px;
  }

  .small-banner {
    height: 350px;
  }

  .banner-header {
    text-align: center;
    font-size: 21px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-b48fb692-50f3-fb88-974e-99d29aea6b41-33dddc91 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

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

#w-node-_2f3f9515-3423-dbec-c97b-d134a1a2b51d-33dddc91, #w-node-_2f3f9515-3423-dbec-c97b-d134a1a2b520-33dddc91, #w-node-_2f3f9515-3423-dbec-c97b-d134a1a2b523-33dddc91 {
  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-_73d30f7f-4475-3386-f46c-aed76fd15a8e-06206576, #w-node-a929691e-c43a-ff6f-085c-2eafa4f8d46e-06206576, #w-node-f73a9112-0b08-5ec4-633a-aa86762d70a2-06206576, #w-node-_8dec8001-e4d0-0e9e-4824-dfb1eb37031c-06206576, #w-node-_66aeae23-21b9-9d54-05f6-212a00a44df2-06206576, #w-node-_6ab69798-4d52-ac94-242c-98616200a107-06206576, #w-node-_28df6ec7-2068-5f2e-3616-f8045171ba9e-06206576, #w-node-_2cb4e983-8c47-c62a-3925-2275f38bcae6-06206576, #w-node-_8464b3f1-89fb-ed52-c9ee-4f906e216e0b-06206576, #w-node-_5f8970c4-b83d-600c-258a-72f123398d55-06206576, #w-node-_48666f68-dcb6-79d4-5f21-678a37b57559-06206576, #w-node-_70a860d4-7c35-45ba-d58f-fc9336c62c2b-06206576, #w-node-_8249d498-2efb-8e14-acc3-beaf4f377eac-06206576, #w-node-_904ac1db-458e-ab65-f155-d2f4aa56a1fd-06206576, #w-node-_346095bc-ff99-4461-b911-af52fdc3bf7f-06206576, #w-node-_1349a3ce-aac1-d881-78cb-18d36ded0f80-06206576, #w-node-_5fda6fc1-2938-48d6-0c65-3e9bfdc855fb-06206576, #w-node-b52cb0f7-b7e0-57cb-0eec-bdd424b7db17-06206576, #w-node-faf733ac-10a4-b79c-ca2f-1232a0f21d7d-06206576, #w-node-a6858c69-4677-8296-3187-d22b0c69af40-06206576, #w-node-_8e3ca52d-c345-0bda-7d48-1d20af581495-06206576, #w-node-_8ed7ff1b-b4fe-df84-ca58-306f0f0fa01e-06206576, #w-node-_175b955c-7e2c-4d29-dfb8-0175900227c8-06206576, #w-node-_0f6d558d-1421-8307-db74-df1aaf411fc5-06206576, #w-node-_4bce0bef-02b5-28ce-c16c-b9dd72c40b3e-06206576, #w-node-_97a28327-acf9-38c8-e37a-aa22120e5ef4-ce911bff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_75713732-f3e3-50ae-ba6f-c6f04938a93e-ce911bff {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e2289f6a-1e02-a48e-f888-4197025e8399-ce911bff, #w-node-c1e0c099-9c3e-bdc1-5916-93f6456f4861-ce911bff, #w-node-ca6c8821-b2fd-37be-d4a2-0a4a46408c5d-ce911bff, #w-node-f23d06b8-898c-f206-3e44-9aef64d4f907-ce911bff {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-a2277266-3605-6c15-143c-7e225868cc61-ce911bff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2daa263f-6c9d-67bd-c3e4-510d58ed79af-ce911bff {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_81af3a6a-a21f-1fbc-cc55-87646ff9515e-ce911bff {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_187e1dc2-4bb5-c4e3-80fa-133ebd007583-ce911bff {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0f4da35f-7f52-6a8b-4fc5-c9366f4d711e-ce911bff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_560540a9-61af-5bce-0f31-5703e6e5b116-ce911bff, #w-node-_9e0a9009-eb47-ef53-bda1-e144377d2f13-ce911bff, #w-node-_0ee8f425-c103-7ddb-89a0-3594b0cbee92-ce911bff {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-b68eea33-3cb4-b87c-2846-ca51b345df0a-ce911bff {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1000f486-ee61-421d-1791-dec5a214c09c-ce911bff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af16557a-ad69-3373-bd69-0127cd49c947-ce911bff {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_944ef8fe-7f0b-5ff1-788f-322cfb8be870-ce911bff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b3e34247-27f4-74ac-0132-562140d68bbf-ce911bff {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-dbc93657-417c-f7b0-d1ef-05940b6f68ac-ce911bff, #w-node-ed642f13-fa13-d3d3-14d2-218940407254-ce911bff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_493a3a54-eb2e-a2c7-0e37-9b8b698f7d7f-ce911bff {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_64131be1-8a52-efd3-e57e-4b0481d90979-450e2e50, #w-node-_64131be1-8a52-efd3-e57e-4b0481d90987-450e2e50, #w-node-_64131be1-8a52-efd3-e57e-4b0481d90991-450e2e50 {
  place-self: auto stretch;
}

@media screen and (max-width: 991px) {
  #w-node-_97a28327-acf9-38c8-e37a-aa22120e5ef4-ce911bff, #w-node-_75713732-f3e3-50ae-ba6f-c6f04938a93e-ce911bff, #w-node-e2289f6a-1e02-a48e-f888-4197025e8399-ce911bff, #w-node-c1e0c099-9c3e-bdc1-5916-93f6456f4861-ce911bff, #w-node-ca6c8821-b2fd-37be-d4a2-0a4a46408c5d-ce911bff, #w-node-f23d06b8-898c-f206-3e44-9aef64d4f907-ce911bff, #w-node-_2daa263f-6c9d-67bd-c3e4-510d58ed79af-ce911bff, #w-node-_81af3a6a-a21f-1fbc-cc55-87646ff9515e-ce911bff, #w-node-_187e1dc2-4bb5-c4e3-80fa-133ebd007583-ce911bff, #w-node-_560540a9-61af-5bce-0f31-5703e6e5b116-ce911bff, #w-node-_9e0a9009-eb47-ef53-bda1-e144377d2f13-ce911bff, #w-node-_0ee8f425-c103-7ddb-89a0-3594b0cbee92-ce911bff, #w-node-b68eea33-3cb4-b87c-2846-ca51b345df0a-ce911bff, #w-node-af16557a-ad69-3373-bd69-0127cd49c947-ce911bff, #w-node-b3e34247-27f4-74ac-0132-562140d68bbf-ce911bff, #w-node-_493a3a54-eb2e-a2c7-0e37-9b8b698f7d7f-ce911bff {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_64131be1-8a52-efd3-e57e-4b0481d90979-450e2e50, #w-node-_64131be1-8a52-efd3-e57e-4b0481d90987-450e2e50 {
    justify-self: auto;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b48fb692-50f3-fb88-974e-99d29aea6b41-33dddc91, #w-node-b48fb692-50f3-fb88-974e-99d29aea6b42-33dddc91, #w-node-b48fb692-50f3-fb88-974e-99d29aea6b43-33dddc91 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

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


@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 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 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 Regular 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Worksans';
  src: url('../fonts/WorkSans-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Worksans';
  src: url('../fonts/WorkSans-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Worksans';
  src: url('../fonts/WorkSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Worksans';
  src: url('../fonts/WorkSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Worksans';
  src: url('../fonts/WorkSans-ExtraBold.ttf') format('truetype'), url('../fonts/WorkSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Worksans';
  src: url('../fonts/WorkSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Worksans';
  src: url('../fonts/WorkSans-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Worksans';
  src: url('../fonts/WorkSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}