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

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

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

:root {
  --black: #000;
  --orange: #ff9729;
  --white: #f5f8fa;
  --black-2: black;
  --white-2: white;
}

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

.announcement-contact {
  color: var(--black);
  background-color: #ff9729;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  padding: 5px 20px;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
}

.announcement-contact:hover {
  color: #212529;
  background-color: #fff;
}

.announcement-bar {
  z-index: 99;
  background-color: #5e5e5e;
  position: relative;
  inset: 0% 0% auto;
}

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

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

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

.container.announcement-container {
  width: 90%;
  max-width: none;
}

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

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

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

.announcement-wrapper {
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.header-social-media {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brand {
  color: #fff;
  align-items: center;
  font-size: 2em;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

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

.header-social-icon {
  color: var(--orange);
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-right: 0;
  font-family: "Brands 400", sans-serif;
  font-size: 1.2em;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
}

.header-social-icon:hover {
  background-color: var(--orange);
  color: var(--black);
}

.header-social-icon.margin-right-none {
  color: var(--orange);
  margin-right: 0;
}

.header-social-icon.margin-right-none:hover {
  background-color: var(--orange);
  color: var(--black);
}

.navbar-2 {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.navbar {
  z-index: 150;
  background-color: #fdfdfd;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative;
}

.slider-arrow {
  z-index: 95;
  background-color: var(--black);
  border-radius: 6px;
  width: 50px;
  height: 50px;
  margin-top: 450px;
  margin-left: 10px;
  margin-right: 10px;
  transition: all .2s ease-in-out;
  display: block;
}

.slider-arrow:hover {
  background-color: var(--orange);
}

.slide {
  background-image: linear-gradient(#0000006b, #0000006b), url('../images/Staicase.webp');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-content {
  text-align: center;
  width: 60%;
}

.button {
  background-color: var(--orange);
  color: var(--black);
  border-radius: 4px;
  margin-top: 20px;
  margin-right: 20px;
  padding: 15px 40px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: inline-block;
}

.button:hover {
  transform: scale(.95);
}

.button.hp {
  margin-right: 20px;
}

.button.a {
  margin-right: 0;
}

.slider-inner-content {
  z-index: 90;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80vh;
  display: flex;
  position: absolute;
}

.hero-section {
  height: 100%;
}

.hero-slider {
  background-color: var(--black);
  min-height: 80vh;
  position: static;
}

.hero-text {
  color: #fdfdfd;
  letter-spacing: 0;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 20px;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.3;
}

.arrow-icon {
  font-size: .6em;
}

.section-h1-wrapper.display-flex {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.default-btn {
  background-color: var(--black);
  color: #fdfdfd;
  margin-top: 10px;
  padding: 15px 40px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: inline-block;
}

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

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

.top-text {
  color: var(--orange);
  font-size: 1.25em;
  font-weight: 500;
  line-height: 1.95;
}

.left-section {
  flex: 0 auto;
  width: 48%;
}

.left-section._w-100 {
  width: 100%;
}

.btn-wrapper {
  padding-top: 0;
}

.right-section {
  box-shadow: 11px -11px 0 0 var(--orange);
  align-self: stretch;
  align-items: stretch;
  width: 50%;
  display: flex;
}

.inner-img {
  background-image: url('../images/Hallway.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: static;
}

.inner-img.building {
  background-image: url('../images/Project-6.webp');
  background-position: 50%;
  background-size: cover;
}

.inner-img.refurb {
  background-image: url('../images/Projct-5.webp');
  background-position: 50%;
  background-size: cover;
}

.inner-img.kitchen {
  background-image: url('../images/Project-3.webp');
  background-position: 50%;
  background-size: cover;
}

.inner-img.bathroom {
  background-image: url('../images/Bathroom-Modern.webp');
  background-position: 50%;
  background-size: cover;
}

.inner-img.ext {
  background-image: url('../images/Rear-House-Extension.webp');
  background-position: 50%;
  background-size: cover;
}

.inner-img.s6-1 {
  background-image: url('../images/PR-2.webp');
  background-position: 50%;
  background-size: cover;
}

.inner-img.s7-2 {
  background-image: url('../images/GC-3.webp');
  background-position: 50%;
  background-size: cover;
}

.inner-img.gc {
  background-image: url('../images/GC-3.webp');
}

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

.card-bullet.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.card-bullet.grid-4 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card-bullet.grid-3 {
  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;
  display: grid;
}

.card-icon {
  color: var(--black);
  flex: none;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  font-family: "Fa solid 900", sans-serif;
  display: flex;
}

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

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

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

.bullet-icon {
  text-align: left;
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  font-family: "Fa solid 900", sans-serif;
  font-size: 4em;
  line-height: 1.5;
  display: inline-block;
}

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

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

.bullet-list-services.black {
  background-color: var(--black);
  background-color: #000;
}

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

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

.bullet-item.mid {
  justify-content: flex-start;
}

.bullet-block-btn {
  background-color: var(--orange);
  color: var(--black);
  border-radius: 4px;
  margin-top: 20px;
  padding: 10px 20px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: inline-block;
}

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

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

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

.bullet-heading {
  color: var(--black);
  text-align: left;
  text-transform: capitalize;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
}

.bullet-heading.b {
  color: var(--black);
  text-transform: none;
  font-weight: 500;
  line-height: 24px;
}

.bullet-heading.white {
  color: var(--white);
  text-transform: none;
  font-weight: 500;
  line-height: 24px;
}

.container-fluid.display-flex {
  display: flex;
}

.section-2-img-full {
  background-image: url('../images/Dining-Area.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  min-height: 500px;
}

.section-2-img-full.buikling {
  background-image: url('../images/Kitchen.webp');
  background-position: 50%;
  background-size: cover;
}

.section-2-img-full.refurb {
  background-image: url('../images/small-home-interior.webp');
  background-position: 50%;
  background-size: cover;
}

.section-2-img-full.kitchen {
  background-image: url('../images/New-Kitchen-Bannner.webp');
  background-position: 50%;
  background-size: cover;
}

.section-2-img-full.bathroom {
  background-image: url('../images/gold-bathroom.webp');
  background-position: 50%;
  background-size: cover;
}

.section-2-img-full.ext {
  background-image: url('../images/Extension-on-House.webp');
  background-position: 50%;
  background-size: cover;
}

.section-2-img-full.s6-2 {
  background-image: url('../images/PR-1.webp');
  background-position: 50%;
  background-size: cover;
}

.section-2-img-full.s7-2 {
  background-image: url('../images/GC-1.webp');
  background-position: 50%;
  background-size: cover;
}

.section-2-img-full.gc {
  background-image: url('../images/Garage-Conversion2.webp');
}

.section-2 {
  padding-top: 0;
  padding-bottom: 0;
}

.section-2-text-content {
  background-color: var(--orange);
  width: 50%;
  padding: 50px 40px;
}

.section-2-text-content._100 {
  width: 100%;
  padding: 100px 0;
}

.heading-3-cta-section {
  background-color: var(--orange);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.heading-3-cta-section.side {
  flex-flow: row;
  display: block;
}

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

.content-h3-box {
  justify-content: space-between;
  align-items: center;
  width: 70%;
  display: flex;
}

.heading-3-text {
  color: var(--black);
  width: 100%;
  padding-right: 0;
  font-size: 1.6em;
  font-weight: 600;
  line-height: 1.4;
}

.h3-cta-btns {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.h3-cta-call-btn {
  color: #ef233c;
  background-color: #fdfdfd;
  margin-right: 20px;
  padding: 15px 20px;
  font-size: 1em;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: inline;
}

.h3-cta-call-btn.btn-outline {
  background-color: var(--black);
  color: var(--orange);
  text-align: center;
  border: 1px solid #fdfdfd00;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: 40px;
  margin-right: 0;
  padding-left: 28px;
  padding-right: 28px;
  font-size: 1em;
  font-weight: 700;
  transition-duration: .45s;
  display: flex;
}

.h3-cta-call-btn.btn-outline:hover {
  border-style: solid;
  border-color: var(--black);
  color: var(--black);
  background-color: #fdfdfd00;
}

.instagram-widget {
  background-color: #f5f8fa;
  padding-top: 60px;
}

.footer-desc {
  color: #fff;
  font-size: 1em;
}

.footer-col {
  width: 30%;
}

.footer-link {
  color: #fdfdfd;
  cursor: pointer;
  font-weight: 300;
  text-decoration: none;
  transition: all .2s ease-in-out;
}

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

.contact-block-1 {
  border-right: 1px #8a8a8a;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 33%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.contact-block-1.border-none {
  border-right-style: none;
  align-items: center;
}

.footer-social-media {
  background-color: var(--black);
  color: var(--orange);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-right: 10px;
  font-family: "Brands 400", sans-serif;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
}

.footer-social-media:hover {
  background-color: var(--orange);
  color: var(--black);
}

.footer-social-media.margin-right-none {
  background-color: var(--black);
  color: var(--orange);
  margin-right: 0;
}

.footer-social-media.margin-right-none:hover {
  background-color: var(--orange);
  color: var(--black);
}

.footer-mid-content {
  justify-content: space-between;
  padding-top: 60px;
  display: flex;
}

.footer-section {
  color: var(--orange);
  background-color: #212529;
  padding-top: 60px;
  padding-bottom: 0;
}

.footer-menu-text {
  color: #fff;
  margin-bottom: 20px;
  font-size: 1.5em;
  font-weight: 600;
}

.contact-type-title {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.2;
}

.footer-contact-info {
  border: 1px solid #46484b94;
  justify-content: space-between;
  align-items: center;
  padding: 10px 30px;
  display: flex;
}

.contact-icon {
  background-color: var(--orange);
  color: var(--black);
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-right: 20px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 1.8em;
  font-weight: 300;
  line-height: 1;
  display: flex;
}

.contact-info-link {
  color: #fff;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.6;
  text-decoration: none;
  display: inline-block;
}

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

.footer-social-media-block {
  justify-content: flex-start;
  padding-top: 20px;
  display: flex;
}

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

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

.services-link-box {
  background-image: url('../images/Building-Services.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  justify-content: center;
  align-items: flex-end;
  min-height: 350px;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.services-link-box._1 {
  background-image: url('../images/Room-Renovation.webp');
}

.services-link-box._3 {
  background-image: url('../images/Bathroom-Sink.webp');
  background-position: 50%;
}

.services-link-box._4 {
  background-image: url('../images/Raer-Extension.webp');
}

.services-link-box._5 {
  background-image: url('../images/Kitchen-ext.webp');
}

.service-box-title {
  color: #333131;
  background-color: #fff;
  border-radius: 1px;
  padding: 20px;
  font-weight: 600;
  text-decoration: none;
}

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

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

.quote-symbol {
  color: var(--orange);
  justify-content: flex-end;
  margin-left: auto;
  padding-bottom: 40px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 60px;
  display: flex;
  position: relative;
}

.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(--orange);
  width: 30%;
  position: absolute;
  top: 0;
}

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

.left-arrow {
  background-color: #f5f8fa;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 25%;
  transition: all .3s ease-in-out;
  display: flex;
  inset: auto auto 0% 0%;
}

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

.customer-title {
  color: #7d7d7d;
  text-transform: uppercase;
}

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

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

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

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

.right-arrow:hover {
  background-color: var(--orange);
  color: #fff;
  transform: scale(.95);
}

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

.slide-3 {
  background-color: #f5f8fa;
  height: auto;
  padding: 15px;
}

.testemonials {
  background-color: #f5f8fa;
  padding-top: 100px;
  padding-bottom: 100px;
}

.text-block-3 {
  color: #292d33;
  flex: none;
  margin-top: 0;
  font-family: "Fa solid 900", sans-serif;
  font-size: 26px;
  display: block;
  position: static;
  inset: 0%;
}

.test-slider {
  position: static;
}

.sub-heading {
  color: var(--orange);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 1.25rem;
  font-weight: 700;
}

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

.heading-2 {
  color: #292d33;
  margin-top: 0;
  margin-bottom: 10px;
  padding-right: 0;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}

.heading-2.s {
  font-size: 1.5rem;
}

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

.page-top {
  background-image: linear-gradient(#00000073, #00000073), url('../images/_190387968_1_190387968.webp');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  min-height: 320px;
  display: flex;
}

.page-top.building-services {
  background-image: linear-gradient(#00000073, #00000073), url('../images/Room-Renovation.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.page-top.refurb {
  background-image: linear-gradient(#00000073, #00000073), url('../images/Building-Services.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.page-top.kitchen {
  background-image: linear-gradient(#00000073, #00000073), url('../images/Kitchen-ext.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.page-top.bathroom {
  background-image: linear-gradient(#00000073, #00000073), url('../images/Bathroom-Sink.webp');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.page-top.ext {
  background-image: linear-gradient(#00000073, #00000073), url('../images/Raer-Extension.webp');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.page-top.area {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Cobham.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.page-top.gallery {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Staicase.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.page-top.test {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Project-6.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.page-top.conact {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Bathroom-Banner.webp');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.page-top.site {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Projct-5.webp');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.page-top.reno {
  background-image: linear-gradient(#00000073, #00000073), url('../images/Renovation-3.webp');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.page-top.garage {
  background-image: linear-gradient(#00000073, #00000073), url('../images/GC-2.webp');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.image {
  width: 110px;
  min-width: 110px;
  height: 110px;
  min-height: 110px;
}

.h1 {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  align-items: center;
  font-size: 37px;
  font-weight: 600;
  line-height: 46px;
  display: block;
}

.p {
  color: var(--black);
  text-transform: none;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
}

.h2 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 700;
  line-height: 39px;
}

.h2.top {
  margin-top: 40px;
}

.h2.l {
  color: #f5f8fa;
  text-align: left;
  text-align: left;
}

.p-dark {
  color: #000;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
}

.p-dark.block-quote {
  color: var(--white);
  text-align: left;
  font-style: normal;
}

.p-dark.white {
  color: #f5f8fa;
  text-align: left;
  font-style: normal;
}

.p-dark.white._20b {
  margin-bottom: 20px;
}

.p-dark.blog {
  line-height: 28px;
}

.sub-head {
  font-size: 18px;
}

.h2-title {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  display: flex;
}

.slide-nav-2 {
  z-index: 95;
  display: none;
}

.container-block {
  margin-left: 20px;
  margin-right: 20px;
}

.h2-dark {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 30px;
}

.h2-dark.t20 {
  margin-top: 20px;
  font-size: 30px;
}

.footer-list {
  color: #fff;
  width: 65%;
}

.nav-link-text {
  color: var(--black);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
}

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

.dl-link {
  color: #282828;
  width: 100%;
  padding: 7.2px 40px 7.2px 20px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  display: inline-block;
}

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

.nav-link-2 {
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  margin-left: 8px;
  margin-right: 8px;
  padding-left: 0;
  padding-right: 0;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  position: relative;
}

.dl-menu {
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
}

.dl-menu.w--open {
  padding-top: 29px;
}

.fa-icon-arrow {
  font-family: "Fa 300", sans-serif;
  display: none;
}

.nav-menu-2 {
  align-items: center;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.dl-item {
  z-index: 2;
  width: 300px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

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

.btn-underline.nav-underline {
  width: 0;
}

.btn-underline.nav-underline.display-none-underline {
  background-color: var(--orange);
}

.btn-underline.nav-underline.sitempa {
  background-color: #282828;
}

.btn-underline.services-underline {
  background-color: #1b1b1b;
  width: auto;
  display: block;
}

.btn-underline.services-underline.display-none-s {
  background-color: var(--orange);
}

.btn-hover-color {
  background-color: var(--black);
  width: 0;
  position: absolute;
  inset: 0%;
}

.text-block-4 {
  color: var(--black);
  letter-spacing: 1px;
  font-weight: 600;
}

.banner-small {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

.service-arrow {
  font-family: "Fa solid 900", sans-serif;
}

.slide-4 {
  background-image: linear-gradient(#0000006b, #0000006b), url('../images/New-Kitchen-Bannner.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-5 {
  background-image: linear-gradient(#0000006b, #0000006b), url('../images/Bathroom-Banner.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

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

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

.hyperlink.b {
  box-shadow: inset 0 -2px 0 0 var(--black);
}

.hyperlink.b:hover {
  box-shadow: inset 0 -100px 0 0 var(--black);
  color: var(--orange);
}

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

.grid-2._6 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.counterup {
  color: #fff;
  font-size: 66px;
  font-weight: 800;
  line-height: 50px;
}

.counterup.w {
  color: #000;
  font-size: 52px;
  font-weight: 700;
}

.counterup.w.small {
  color: #fff;
  font-size: 50px;
}

.nc-icon {
  color: #fff;
  margin-bottom: 20px;
  font-family: "Fa 100", sans-serif;
  font-size: 70px;
  line-height: 80px;
}

.counterspan {
  color: #000;
  font-size: 52px;
  font-weight: 700;
  line-height: 50px;
}

.counterspan.small {
  color: #fff;
  margin-left: 5px;
  font-size: 50px;
}

.number-prefix {
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.number-counter-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
}

.cn-text-lower {
  color: #fff;
  text-align: center;
  margin-top: 20px;
  font-size: 16.5px;
  font-weight: 600;
}

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

.orange-gradient {
  background-color: #5e5e5e;
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: hidden;
}

.bold-text-15 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
}

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

.accredations {
  background-color: #f5f8fa;
  padding-top: 60px;
  padding-bottom: 60px;
}

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

.gallery-text {
  color: #000;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 35px;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.5;
}

.accreditations-group {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.fmb-link {
  margin-right: 0;
}

.fmb-image {
  width: 150px;
}

.check {
  width: 200px;
}

.background-image {
  background-image: url('../images/Kitchen-Worktop.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  min-height: 600px;
}

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

.background-image.gc {
  background-image: url('../images/Renovation-3.webp');
}

.text-block-5 {
  width: 100%;
  height: 100%;
  font-size: 1.3em;
}

.html-map {
  filter: grayscale(75%);
}

.map-section {
  background-image: url('../images/Untitled.png');
  background-position: 50%;
  background-size: cover;
  height: 420px;
  overflow: hidden;
}

.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: 40px;
  margin-bottom: 20px;
  padding: 0 0 10px;
  transition-property: none;
}

.contact-info-block.m-bottom-20.m-top-60 {
  border-bottom: 1px solid #1516230f;
  border-radius: 0;
  margin-top: 20px;
  padding-bottom: 10px;
}

.contact-info-block._0 {
  border-bottom: 1px solid #15162314;
  border-radius: 0;
  margin-top: 40px;
  margin-bottom: 0;
  padding: 0 0 10px;
  transition-property: none;
}

.contact-form {
  justify-content: center;
  align-items: center;
  width: 60%;
  height: auto;
  padding: 20px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

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

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

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

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

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

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

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

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

.heading-under-line.center.thin {
  background-color: var(--orange);
  height: 2px;
}

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

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

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

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

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

.main-form {
  width: 100%;
}

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

.title {
  text-align: center;
}

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

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

.img-project._1 {
  background-image: url('../images/Bathroom-Modern.webp');
}

.img-project._2 {
  background-image: url('../images/House-Landing.webp');
  background-position: 50%;
}

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

.view-project:hover {
  color: #151623;
  background-color: #fff;
}

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

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

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

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

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

.our-works-section {
  background-color: #5e5e5e;
  padding-top: 100px;
  padding-bottom: 100px;
}

.project-title {
  background-color: var(--orange);
  text-transform: uppercase;
  padding: 5px 30px;
  font-weight: 700;
  display: inline-block;
  position: absolute;
  inset: 20px auto auto 20px;
}

.live-chat-text {
  color: #fff;
  text-transform: capitalize;
  font-weight: 500;
  text-decoration: none;
}

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

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

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

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

.whatsapp-container {
  z-index: 30;
  background-color: var(--orange);
  cursor: pointer;
  border: 1px #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(--black);
  transform: scale(1.05);
}

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

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

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

.live-icon-chat {
  border-radius: 55px;
  width: 55px;
  margin-right: 10px;
}

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

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

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

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

.live-chat-bottom-text.w {
  color: var(--white);
}

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

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

.fmb {
  border-radius: 10px;
  width: 118px;
  height: 67px;
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
}

.fmb.img {
  object-fit: cover;
  height: 69px;
}

.circle-div-side {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.social-link-2 {
  color: #fff;
  background-color: #ff5050;
  border: 1px solid #ff5050;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px;
  font-size: 14px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.social-link-2:hover {
  color: #ff5050;
  background-color: #fff;
  border: 1px solid #ff5050;
}

.social-link-2.side {
  border-radius: 40px;
  width: 50px;
  height: 50px;
  margin-top: 4px;
  margin-bottom: 2px;
  margin-right: 20px;
  font-size: 18px;
}

.social-link-2.side._2 {
  border-color: var(--orange);
  background-color: var(--orange);
  color: var(--black);
  border-radius: 0;
  width: 40px;
  height: 40px;
  margin-top: 2px;
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
  transition-duration: .45s;
  transition-timing-function: ease-in-out;
}

.social-link-2.side._2:hover {
  border-color: var(--black);
  background-color: var(--black);
  color: var(--orange);
}

.social-link-2.side._4 {
  border-color: var(--orange);
  background-color: var(--orange);
  color: var(--black);
  border-radius: 0;
  width: 40px;
  height: 40px;
  margin-top: 2px;
  margin-right: 10px;
  font-family: "Brands 400", sans-serif;
  font-size: 19px;
  transition-duration: .45s;
  transition-timing-function: ease-in-out;
}

.social-link-2.side._4:hover {
  border-color: var(--black);
  background-color: var(--black);
  color: var(--orange);
}

.social-link-2.side._1 {
  border-color: var(--orange);
  background-color: var(--orange);
  color: var(--black);
  border-radius: 0;
  width: 40px;
  height: 40px;
  margin-top: 2px;
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 19px;
  transition-duration: .45s;
  transition-timing-function: ease-in-out;
}

.social-link-2.side._1:hover {
  border-color: var(--black);
  background-color: var(--black);
  color: var(--orange);
}

.social-link-2.side.text-block-3 {
  border-color: var(--orange);
  background-color: var(--orange);
  color: var(--black);
  text-align: left;
  border-radius: 0;
  width: 40px;
  height: 40px;
  margin-top: 2px;
  margin-left: 0;
  margin-right: 10px;
  font-family: "Brands 400", sans-serif;
  transition-duration: .45s;
  transition-timing-function: ease-in-out;
  display: flex;
}

.social-link-2.side.text-block-3:hover {
  border-color: var(--black);
  background-color: var(--black);
  color: var(--orange);
}

.text-block-6 {
  font-size: 16px;
}

.side-socials {
  z-index: 999;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 75px;
  height: 100%;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.side-socials.top {
  justify-content: center;
  width: 65px;
  height: 1%;
  top: 83%;
  left: auto;
  right: 0;
}

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

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

.areas-list-item {
  align-items: center;
  padding-bottom: 5px;
  display: flex;
}

.fa-deer {
  background-color: var(--orange);
  color: #f7f7f7;
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  font-family: "Fa 300", sans-serif;
  display: flex;
}

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

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

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

.sitemap-list {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.sitemap-link {
  color: #282828;
  margin-bottom: 20px;
  font-weight: 500;
  text-decoration: none;
}

.link-block {
  justify-content: space-around;
  width: 121px;
  display: flex;
}

.div-block {
  display: flex;
}

.div-block-2 {
  background-color: var(--orange);
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.image-3 {
  border-radius: 10px;
  height: 60px;
  margin-bottom: 10px;
  margin-right: 0;
  padding-left: 0;
}

.div-block-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.link {
  color: var(--black);
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
}

.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(--orange);
  background-color: var(--orange);
  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(--orange);
  color: var(--orange);
  background-color: #f5f5f5;
}

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

.fs-cc-prefs_title {
  color: var(--black-2);
  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(--orange);
  background-color: var(--orange);
  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(--orange);
  color: var(--orange);
  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: var(--black);
  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(--orange);
  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(--orange);
  color: var(--orange);
  font-weight: 400;
  text-decoration: none;
}

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

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

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

.google-reviews {
  margin-top: 25px;
}

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

.div-block-4 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media screen and (min-width: 1920px) {
  .mask {
    width: 100%;
  }

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

  .test-slider {
    position: static;
  }

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

  .heading-2 {
    font-size: 2.5rem;
  }

  .slider-2 {
    width: 100%;
  }

  .map-section {
    height: 560px;
  }

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

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

  .whatsapp-chat {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .container.announcement-container {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container.nav-fluid {
    width: 100%;
    padding: 0;
  }

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

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

  .header-social-media {
    justify-content: space-around;
    display: none;
  }

  .header-social-icon {
    color: #353535;
    background-color: #fdfdfd;
    border-right: 1px solid #3535353d;
    width: 33.3%;
    height: auto;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 22px;
  }

  .header-social-icon.margin-right-none {
    text-align: left;
    font-size: 22px;
  }

  .burger-menu {
    color: #353535;
    font-size: 1.2em;
  }

  .nav-toggle {
    text-align: center;
    border-radius: 6px;
    width: 100%;
    margin-right: 0;
  }

  .nav-toggle.w--open {
    background-color: #fff;
  }

  .navbar-2 {
    flex-direction: column;
    justify-content: space-between;
    position: static;
  }

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

  .hero-content {
    width: 70%;
  }

  .hero-text {
    line-height: 1.1;
  }

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

  .section-design-1-h1 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .left-section {
    width: 100%;
  }

  .btn-wrapper {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding-top: 10px;
    display: flex;
  }

  .right-section {
    width: 100%;
    margin-bottom: 40px;
  }

  .inner-img {
    min-height: 500px;
  }

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

  .container-fluid.display-flex {
    flex-direction: column;
  }

  .section-2-img-full {
    width: 100%;
  }

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

  .heading-3-cta-section, .heading-3-cta-section.side {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .h3-wrapper {
    flex-direction: column;
  }

  .content-h3-box {
    width: 100%;
  }

  .heading-3-text {
    text-align: center;
    width: 100%;
    font-size: 21px;
  }

  .h3-cta-btns {
    justify-content: center;
    width: 100%;
    padding-top: 10px;
    display: flex;
  }

  .contact-block-1 {
    border-bottom: 1px #8a8a8a;
    border-right-style: none;
    justify-content: flex-start;
    width: 100%;
  }

  .contact-block-1.border-none {
    border-bottom-style: none;
  }

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

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

  .left-arrow {
    background-color: var(--orange);
    color: #fff;
    bottom: -25%;
    left: auto;
    right: 22%;
  }

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

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

  .right-arrow {
    background-color: var(--orange);
    inset: auto 10% -25% auto;
  }

  .text-block-3 {
    color: #fff;
  }

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

  .heading-2 {
    padding-right: 0;
  }

  .slider-2 {
    position: relative;
  }

  .container-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90%;
    display: flex;
  }

  .dropdown {
    width: 100%;
  }

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

  .nav-link-2 {
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
  }

  .dl-menu {
    position: static;
  }

  .dl-menu.w--open {
    background-color: var(--black);
  }

  .fa-icon-arrow {
    margin-left: 10px;
    font-family: "Fa 300", sans-serif;
    display: none;
  }

  .nav-menu-2 {
    z-index: 10;
    background-color: #282828;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: auto;
    margin-right: auto;
  }

  .dl-item {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .btn-underline.nav-underline.display-none-underline {
    display: flex;
  }

  .btn-underline.services-underline.display-none-s {
    display: block;
  }

  .btn-hover-color {
    background-color: var(--orange);
  }

  .text-block-4 {
    color: var(--white);
  }

  .number-counter-grid {
    grid-template-columns: 1fr;
  }

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

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

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

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

  .container-10 {
    width: 90%;
  }

  .left-contact {
    width: 100%;
  }

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

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

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

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

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

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

  .google-reviews {
    margin-top: 100px;
  }

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

@media screen and (max-width: 767px) {
  .announcement-contact {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    padding: 20px 40px;
  }

  .container.announcement-container {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container.nav-fluid {
    padding-top: 0;
  }

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

  .announcement-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    display: grid;
  }

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

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

  .button {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
    margin-top: 0;
    margin-left: 10px;
    margin-right: auto;
    padding: 10px 20px;
    display: flex;
  }

  .slider-inner-content {
    height: 550px;
  }

  .hero-slider {
    height: 50vh;
    min-height: 550px;
  }

  .hero-text {
    font-size: 22px;
  }

  .default-btn {
    flex-direction: row;
    width: 42%;
    display: flex;
  }

  .inner-img {
    min-height: 250px;
  }

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

  .section-2-img-full {
    min-height: 250px;
  }

  .heading-3-text {
    width: 100%;
    margin-bottom: 10px;
  }

  .h3-cta-btns {
    flex-flow: column;
    width: 100%;
  }

  .footer-col {
    width: 100%;
    margin-top: 40px;
  }

  .footer-mid-content {
    flex-direction: column;
    padding-top: 0;
  }

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

  .quote-symbol {
    margin-left: 0;
    padding-bottom: 10px;
    padding-right: 0;
    line-height: 1;
    position: static;
  }

  .underline {
    width: 50%;
  }

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

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

  .testimonials-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

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

  .slide-3 {
    margin-left: auto;
    margin-right: auto;
  }

  .test-slider {
    width: 95%;
    position: static;
  }

  .heading-2 {
    font-size: 2rem;
  }

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

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

  .p {
    margin-bottom: 20px;
  }

  .button-div {
    width: 100%;
    display: flex;
  }

  .footer-list {
    width: 100%;
  }

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

  .banner-small {
    margin-bottom: 20px;
  }

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

  .orange-gradient {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .accreditations-group {
    grid-template-columns: 1fr;
    justify-items: center;
  }

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

  .circle-div-side {
    display: none;
  }

  .social-link-2.side {
    width: 60px;
    height: 60px;
    margin-left: 0;
  }

  .side-socials {
    justify-content: flex-end;
    width: 80px;
    height: 80px;
    inset: auto 0% 0% auto;
  }

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

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

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

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

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

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

@media screen and (max-width: 479px) {
  .announcement-contact {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .container.announcement-container {
    padding-top: 5px;
    padding-bottom: 0;
  }

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

  .announcement-contact-info.margin-right-20 {
    text-align: center;
    font-size: 14px;
  }

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

  .header-social-media {
    display: none;
  }

  .nav-toggle {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .navbar-2 {
    flex-direction: column;
  }

  .navbar {
    padding-bottom: 0;
  }

  .slider-arrow {
    display: none;
  }

  .hero-content {
    width: 90%;
  }

  .button {
    text-align: center;
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .hero-slider {
    min-height: 55vh;
  }

  .hero-text {
    font-size: 16px;
  }

  .default-btn {
    width: auto;
    padding-left: 25px;
    padding-right: 25px;
  }

  .section-design-1-h1 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .top-text {
    line-height: 19px;
  }

  .btn-wrapper {
    flex-direction: column;
  }

  .inner-img {
    min-height: 250px;
  }

  .card-bullet.grid-2, .card-bullet.grid-4, .card-bullet.grid-3 {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .bullet-list-services {
    padding-bottom: 60px;
  }

  .bullet-list-services.black {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section-2-text-content {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 20px 10px;
    display: flex;
  }

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

  .heading-3-text {
    margin-bottom: 20px;
    font-size: 1.3em;
  }

  .h3-cta-btns {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-wrap: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .h3-cta-call-btn {
    text-align: center;
    flex: none;
    width: 100%;
    margin-right: 0;
  }

  .h3-cta-call-btn.btn-outline {
    flex: none;
    margin-left: 0;
  }

  .contact-block-1 {
    flex-direction: column;
  }

  .contact-type-title {
    text-align: center;
  }

  .contact-icon {
    flex: none;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .contact-info-link {
    text-align: center;
  }

  .footer-copy {
    margin-top: 60px;
    padding-bottom: 100px;
  }

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

  .service-box-title {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .quote-symbol {
    width: 294px;
    padding-bottom: 10px;
    padding-right: 0;
    font-size: 2rem;
  }

  .underline {
    width: 30%;
  }

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

  .left-arrow {
    width: 60px;
    height: 60px;
    margin-right: 10px;
    bottom: -18%;
  }

  .customer-title {
    font-size: 1.1rem;
  }

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

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

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

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

  .slide-3 {
    padding: 0;
  }

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

  .text-block-3 {
    font-size: 22px;
  }

  .sub-heading {
    font-size: 1.125rem;
  }

  .block-quote {
    font-size: .8rem;
    line-height: 25px;
  }

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

  .slider-2 {
    width: 100%;
  }

  .page-top.area {
    min-height: 220px;
  }

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

  .p {
    font-size: 14px;
  }

  .h2 {
    margin-top: 20px;
  }

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

  .slide-nav-2, .button-div {
    display: none;
  }

  .container-block {
    align-items: flex-start;
  }

  .footer-list {
    width: 100%;
  }

  .nav-link-text {
    letter-spacing: 0;
  }

  .dl-link {
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-link-2 {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .dl-menu.w--open {
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .text-block-4 {
    letter-spacing: 0;
  }

  .banner-small {
    font-size: 16px;
  }

  .grid-2 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    justify-items: center;
  }

  .grid-2._6 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .counterup {
    font-size: 55px;
    line-height: 55px;
  }

  .cn-text-lower {
    text-align: center;
    margin-top: 20px;
  }

  .nc1 {
    justify-content: center;
    align-items: center;
  }

  .orange-gradient {
    overflow: hidden;
  }

  .bold-text-15 {
    text-align: center;
    font-size: 14px;
    line-height: 21px;
  }

  .container-8 {
    padding-left: 0;
    padding-right: 0;
  }

  .gallery-text {
    font-size: 26px;
  }

  .fmb-image {
    width: 200px;
  }

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

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

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

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

  .contact-info-block._0 {
    margin-top: 10px;
  }

  .contact-form {
    margin-top: 20px;
  }

  .icon-block {
    margin-right: 0;
  }

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

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

  .cta-text-contact {
    text-align: center;
  }

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

  .icon-2 {
    width: 48px;
    height: 48px;
    margin-bottom: 20px;
    font-size: 1.4em;
  }

  .cta-link {
    text-align: center;
  }

  .left-contact {
    align-items: center;
  }

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

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

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

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

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

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

  .livechat-button {
    width: 90%;
  }

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

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

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

  .circle-div-side {
    display: none;
  }

  .side-socials {
    justify-content: flex-end;
    height: 120px;
    inset: auto 0% 0% auto;
  }

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

  .fa-deer {
    flex: none;
  }

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

  .gallery-thumb {
    height: 290px;
  }

  .link {
    text-align: center;
  }

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

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

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

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

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

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

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

#w-node-a9dae87a-1e41-1c5a-4895-c9782e2c085b-6b995841 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_30198d32-180e-c6a8-cc1d-c038b6a9619d-6b995841 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_88c4694d-5a3f-d1eb-fb21-a3c760109e4f-6b995841 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_88c4694d-5a3f-d1eb-fb21-a3c760109e51-6b995841, #w-node-_88c4694d-5a3f-d1eb-fb21-a3c760109e5d-6b995841, #w-node-_88c4694d-5a3f-d1eb-fb21-a3c760109e68-6b995841, #w-node-_88c4694d-5a3f-d1eb-fb21-a3c760109e73-6b995841 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_143d23ac-f65a-d376-5ad9-7a95b8f1bc88-6b995841, #w-node-_143d23ac-f65a-d376-5ad9-7a95b8f1bca5-6b995841, #w-node-_143d23ac-f65a-d376-5ad9-7a95b8f1bcc2-6b995841 {
  place-self: auto;
}

#w-node-_484c12f4-72c5-50ef-eb83-df6e4da45573-6b995841 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dfd864d2-39b3-b388-7ed9-0a53b375b9cd-6b995841 {
  place-self: end;
}

#w-node-_0542fe5f-d0f2-7301-438f-d33481636251-6b995841 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0e17c241-80cd-31f7-884e-5bd30ede0a07-0ede09fc, #w-node-_0e17c241-80cd-31f7-884e-5bd30ede0a12-0ede09fc, #w-node-_0e17c241-80cd-31f7-884e-5bd30ede0a1b-0ede09fc {
  align-self: center;
}

#w-node-_88c4694d-5a3f-d1eb-fb21-a3c760109e4f-cbc7147b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_88c4694d-5a3f-d1eb-fb21-a3c760109e51-cbc7147b, #w-node-_88c4694d-5a3f-d1eb-fb21-a3c760109e5d-cbc7147b, #w-node-_88c4694d-5a3f-d1eb-fb21-a3c760109e68-cbc7147b, #w-node-_88c4694d-5a3f-d1eb-fb21-a3c760109e73-cbc7147b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2d58f484-65e9-cf68-a41d-dc730d35079a-cbc7147b, #w-node-_7270c8ec-5200-ca89-b52c-82c477c8b043-cbc7147b, #w-node-e2a6b6d0-b538-11d1-d96e-1afe35e8e4bd-cbc7147b, #w-node-d77824f4-b752-7c2b-ea53-79954ca38bb4-cbc7147b, #w-node-ae2f00e5-1a56-afda-92b7-87a5b41f02f9-cbc7147b, #w-node-d456c892-f0ce-264e-6ae9-1397d67f952d-cbc7147b, #w-node-b791cb5f-52fd-ea98-ab89-0c12e5e62825-cbc7147b, #w-node-a0fdeef7-b80a-9b56-935e-56e79c5854e0-cbc7147b, #w-node-cadc8d3d-91ba-c92a-6617-b3226e0aa993-cbc7147b, #w-node-e3a8bc83-6888-11d2-6b84-28178deda1e2-cbc7147b {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_88c4694d-5a3f-d1eb-fb21-a3c760109e4f-103b6118 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_88c4694d-5a3f-d1eb-fb21-a3c760109e51-103b6118, #w-node-_88c4694d-5a3f-d1eb-fb21-a3c760109e5d-103b6118, #w-node-_88c4694d-5a3f-d1eb-fb21-a3c760109e68-103b6118, #w-node-_88c4694d-5a3f-d1eb-fb21-a3c760109e73-103b6118, #w-node-_484c12f4-72c5-50ef-eb83-df6e4da45573-103b6118, #w-node-fc8f1cd6-7f92-c636-ab01-4c8e262b65de-103b6118, #w-node-ac1597ea-883e-ac95-ef15-aaa3835683f1-103b6118, #w-node-cd20f5ab-0868-a13d-2e70-8a8a78bed694-103b6118, #w-node-cb024110-dfb1-d58f-d87c-e0baacac9f43-103b6118, #w-node-ff382394-e3b1-2171-28e8-a76591d60f8a-103b6118, #w-node-_35a78749-fe9c-d99a-516f-3cb5c40d8063-103b6118, #w-node-a6266b42-e83f-0dd1-795e-7a99b82e6cd3-103b6118, #w-node-_85e02db2-2da8-fb85-7482-fc5a4282c748-103b6118 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_88c4694d-5a3f-d1eb-fb21-a3c760109e4f-0eb4e4de {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_88c4694d-5a3f-d1eb-fb21-a3c760109e51-0eb4e4de, #w-node-_88c4694d-5a3f-d1eb-fb21-a3c760109e5d-0eb4e4de, #w-node-_88c4694d-5a3f-d1eb-fb21-a3c760109e68-0eb4e4de, #w-node-_88c4694d-5a3f-d1eb-fb21-a3c760109e73-0eb4e4de {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_88c4694d-5a3f-d1eb-fb21-a3c760109e4f-7bbc9624 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_88c4694d-5a3f-d1eb-fb21-a3c760109e51-7bbc9624, #w-node-_88c4694d-5a3f-d1eb-fb21-a3c760109e5d-7bbc9624, #w-node-_88c4694d-5a3f-d1eb-fb21-a3c760109e68-7bbc9624, #w-node-_88c4694d-5a3f-d1eb-fb21-a3c760109e73-7bbc9624 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_88c4694d-5a3f-d1eb-fb21-a3c760109e4f-88aba0e8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_88c4694d-5a3f-d1eb-fb21-a3c760109e51-88aba0e8, #w-node-_88c4694d-5a3f-d1eb-fb21-a3c760109e5d-88aba0e8, #w-node-_88c4694d-5a3f-d1eb-fb21-a3c760109e68-88aba0e8, #w-node-_88c4694d-5a3f-d1eb-fb21-a3c760109e73-88aba0e8, #w-node-_484c12f4-72c5-50ef-eb83-df6e4da45573-88aba0e8, #w-node-_3734121c-3fba-87b3-59df-ff60fb676889-88aba0e8, #w-node-f45dcfc3-d698-2ab9-fd60-3c43770bac63-88aba0e8, #w-node-_3e3b03af-1cd1-fc60-b904-99e8f2d489a1-3140d8e7, #w-node-c2a75a6d-4019-be9d-0319-b828174ee3f3-3140d8e7, #w-node-d7a4161b-eea3-2150-6f5e-dd0541015908-3140d8e7, #w-node-_94a8e0ec-3a5f-9ce4-721f-e6e4000aa6c0-3140d8e7, #w-node-_25bc7e6c-3160-601b-5514-d588ab4aa7fa-3140d8e7, #w-node-e88401b6-6896-521c-bb30-22fa08b118bc-3140d8e7, #w-node-_6d0eed84-5a41-dafe-809b-63ab3c86e9d2-3140d8e7, #w-node-_9246279a-35ca-9ba7-7731-1d269f6a6844-3140d8e7, #w-node-_37e2a6d9-d1dd-de29-a6b2-ab1ee59a0fb1-3140d8e7, #w-node-_356ac4c6-e84c-59b8-ba41-14fcf37d0a45-3140d8e7, #w-node-_3eec1591-c5ad-fa90-bb1f-d45f82ba0ba0-3140d8e7, #w-node-_1ed26a80-7332-88d3-e001-53ea4613fb84-3140d8e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e7a22d11-b315-26f2-dd26-c58fd8cf1b77-af192469 {
  place-self: end;
}

#w-node-_23bf877b-1813-ee1e-9da6-2ded44a7d88a-d9def149, #w-node-_51dd9bf9-ce20-3669-e43e-e7102979ff62-d9def149, #w-node-_6ef46c4d-9a7f-db02-7a22-29a16558637c-d9def149, #w-node-_6a81700b-f1d1-2598-d628-a8ba40c292b5-d9def149, #w-node-_9d452daf-7dde-54b0-f045-04821f5d4f9c-5e2352ae, #w-node-_434ecc7f-3fc8-654f-2a28-3bb917a9ebac-5e2352ae, #w-node-edbc2486-a1ae-6484-cdff-24fedba123ae-5e2352ae, #w-node-bd12e949-f283-79f1-48fb-a29324227ce9-5e2352ae, #w-node-_8c1b65d4-3a90-d169-0595-3c1327de698d-5e2352ae, #w-node-_8c1b65d4-3a90-d169-0595-3c1327de6992-5e2352ae, #w-node-_8c1b65d4-3a90-d169-0595-3c1327de6997-5e2352ae, #w-node-_8c1b65d4-3a90-d169-0595-3c1327de699c-5e2352ae, #w-node-_0b75cef1-2d1d-591a-3939-df408be6098b-5e2352ae, #w-node-_09d753a6-3a05-75c4-f408-da43aefdbf3f-5e2352ae, #w-node-_73b78881-657d-af76-a03c-327369d47e38-c61a8da3, #w-node-_401f83dc-b859-426e-1710-5cd9933a9378-c61a8da3, #w-node-ef6477ef-78c6-0886-c247-5b056ebff489-c61a8da3, #w-node-_1212cd47-90b0-1746-9a3e-b7a6d8ca4d0e-c61a8da3, #w-node-_695fce3d-562d-a4d6-9bc4-5dd916c7630f-c61a8da3, #w-node-_7baaff12-2a8b-a1fb-53ee-4bf7de039bc1-c61a8da3, #w-node-_84a312ea-2875-8de9-63ce-f0780f36993f-8428306c, #w-node-ce585a45-4016-533c-3cc7-681209cd741c-8428306c, #w-node-a69fd17c-79a3-b901-9c79-bf4082ef53c1-8428306c, #w-node-_2129fa14-b31e-ab4b-6f6a-5ec72aa7fcdb-8428306c, #w-node-_3a2c04e1-7bf2-0318-b48f-d316f990cc6a-8428306c, #w-node-_3a3ee444-5c4c-5e73-9da6-8d2391f09bc0-8428306c, #w-node-_60531d51-c720-da42-63ea-1642b69f0fb8-5e9b2dd9, #w-node-_1cd36cc8-9a46-ef3b-1f82-eb6044f18201-5e9b2dd9, #w-node-c2f22eeb-4246-52ca-2419-2c4a7fd7f119-5e9b2dd9, #w-node-_197e0965-874f-b2b6-66df-0f45f0ffc7ea-5e9b2dd9, #w-node-_56e00b76-16a3-2f13-88ef-5576a4f02f61-5e9b2dd9, #w-node-_0e416c08-32d6-aa2f-b87a-54da7b8c6cc5-5e9b2dd9, #w-node-b2205296-13a2-959a-0671-78ea77c8e179-95f62738, #w-node-b2205296-13a2-959a-0671-78ea77c8e17e-95f62738, #w-node-b2205296-13a2-959a-0671-78ea77c8e183-95f62738, #w-node-b2205296-13a2-959a-0671-78ea77c8e188-95f62738, #w-node-b8e52f95-a2ce-405e-6ade-c155a319480a-5e9b5397, #w-node-_7114bc91-a42c-8e89-0b3c-70ab750a2f99-5e9b5397, #w-node-_08a2d8b7-243a-5392-c781-91315c4b803e-5e9b5397, #w-node-b97f27d0-9dc8-fff3-3948-ee19f094cee4-5e9b5397 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_88c4694d-5a3f-d1eb-fb21-a3c760109e4f-293a39c8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_88c4694d-5a3f-d1eb-fb21-a3c760109e51-293a39c8, #w-node-_88c4694d-5a3f-d1eb-fb21-a3c760109e5d-293a39c8, #w-node-_88c4694d-5a3f-d1eb-fb21-a3c760109e68-293a39c8, #w-node-_88c4694d-5a3f-d1eb-fb21-a3c760109e73-293a39c8, #w-node-_484c12f4-72c5-50ef-eb83-df6e4da45573-293a39c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-a9dae87a-1e41-1c5a-4895-c9782e2c085b-6b995841 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_30198d32-180e-c6a8-cc1d-c038b6a9619d-6b995841, #w-node-_0542fe5f-d0f2-7301-438f-d33481636252-6b995841, #w-node-_0542fe5f-d0f2-7301-438f-d33481636257-6b995841, #w-node-_0542fe5f-d0f2-7301-438f-d3348163625c-6b995841 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a9dae87a-1e41-1c5a-4895-c9782e2c085b-6b995841 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-dfd864d2-39b3-b388-7ed9-0a53b375b9cc-6b995841 {
    justify-self: auto;
  }

  #w-node-_70385179-4d1c-3a17-8fc3-115a5e6d55e7-5e6d55df {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_70385179-4d1c-3a17-8fc3-115a5e6d55ec-5e6d55df {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_70385179-4d1c-3a17-8fc3-115a5e6d55f1-5e6d55df {
    grid-area: span 2 / span 1 / span 2 / span 1;
    place-self: center;
  }

  #w-node-e7a22d11-b315-26f2-dd26-c58fd8cf1b76-af192469 {
    justify-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_88c4694d-5a3f-d1eb-fb21-a3c760109e51-6b995841, #w-node-_88c4694d-5a3f-d1eb-fb21-a3c760109e5d-6b995841, #w-node-_88c4694d-5a3f-d1eb-fb21-a3c760109e68-6b995841, #w-node-_88c4694d-5a3f-d1eb-fb21-a3c760109e73-6b995841 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-dfd864d2-39b3-b388-7ed9-0a53b375b9cc-6b995841 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-_0e17c241-80cd-31f7-884e-5bd30ede0a04-0ede09fc {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0e17c241-80cd-31f7-884e-5bd30ede0a07-0ede09fc {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }

  #w-node-_0e17c241-80cd-31f7-884e-5bd30ede0a0f-0ede09fc {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0e17c241-80cd-31f7-884e-5bd30ede0a12-0ede09fc {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }

  #w-node-_0e17c241-80cd-31f7-884e-5bd30ede0a18-0ede09fc {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0e17c241-80cd-31f7-884e-5bd30ede0a1b-0ede09fc {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }

  #w-node-_70385179-4d1c-3a17-8fc3-115a5e6d55e7-5e6d55df {
    justify-self: center;
  }

  #w-node-_70385179-4d1c-3a17-8fc3-115a5e6d55ec-5e6d55df {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-_70385179-4d1c-3a17-8fc3-115a5e6d55f1-5e6d55df {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_88c4694d-5a3f-d1eb-fb21-a3c760109e51-cbc7147b, #w-node-_88c4694d-5a3f-d1eb-fb21-a3c760109e5d-cbc7147b, #w-node-_88c4694d-5a3f-d1eb-fb21-a3c760109e68-cbc7147b, #w-node-_88c4694d-5a3f-d1eb-fb21-a3c760109e73-cbc7147b, #w-node-_88c4694d-5a3f-d1eb-fb21-a3c760109e51-103b6118, #w-node-_88c4694d-5a3f-d1eb-fb21-a3c760109e5d-103b6118, #w-node-_88c4694d-5a3f-d1eb-fb21-a3c760109e68-103b6118, #w-node-_88c4694d-5a3f-d1eb-fb21-a3c760109e73-103b6118, #w-node-_88c4694d-5a3f-d1eb-fb21-a3c760109e51-0eb4e4de, #w-node-_88c4694d-5a3f-d1eb-fb21-a3c760109e5d-0eb4e4de, #w-node-_88c4694d-5a3f-d1eb-fb21-a3c760109e68-0eb4e4de, #w-node-_88c4694d-5a3f-d1eb-fb21-a3c760109e73-0eb4e4de, #w-node-_88c4694d-5a3f-d1eb-fb21-a3c760109e51-7bbc9624, #w-node-_88c4694d-5a3f-d1eb-fb21-a3c760109e5d-7bbc9624, #w-node-_88c4694d-5a3f-d1eb-fb21-a3c760109e68-7bbc9624, #w-node-_88c4694d-5a3f-d1eb-fb21-a3c760109e73-7bbc9624, #w-node-_88c4694d-5a3f-d1eb-fb21-a3c760109e51-88aba0e8, #w-node-_88c4694d-5a3f-d1eb-fb21-a3c760109e5d-88aba0e8, #w-node-_88c4694d-5a3f-d1eb-fb21-a3c760109e68-88aba0e8, #w-node-_88c4694d-5a3f-d1eb-fb21-a3c760109e73-88aba0e8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e7a22d11-b315-26f2-dd26-c58fd8cf1b76-af192469 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-_88c4694d-5a3f-d1eb-fb21-a3c760109e51-293a39c8, #w-node-_88c4694d-5a3f-d1eb-fb21-a3c760109e5d-293a39c8, #w-node-_88c4694d-5a3f-d1eb-fb21-a3c760109e68-293a39c8, #w-node-_88c4694d-5a3f-d1eb-fb21-a3c760109e73-293a39c8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Fa 100';
  src: url('../fonts/fa-thin-100.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 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 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 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 300';
  src: url('../fonts/fa-light-300.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Brands 400';
  src: url('../fonts/Brands-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}