:root {
  --white: #fff;
  --third: #000;
  --primary: #544c85;
  --silver: #b7b5b5;
  --black: #0000008c;
  --transparent: #fff0;
  --secondary: #f3703c;
  --pale-grey: #ddd;
}

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

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

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

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

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

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

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

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

.body {
  background-color: var(--white);
  color: var(--white);
  font-family: Clash Display, sans-serif;
}

.banner-header {
  color: var(--white);
  letter-spacing: 0;
  text-transform: uppercase;
  flex-direction: row;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 0;
  font-family: Clash Display, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 46px;
  display: block;
}

.p {
  color: var(--white);
  margin-bottom: 10px;
  font-family: Clash Display, sans-serif;
  font-size: 17px;
  line-height: 28px;
}

.p._100 {
  color: var(--third);
  font-size: 16px;
}

.p.coming-soon {
  color: var(--third);
  font-size: 24px;
  line-height: 32px;
}

.button-outline {
  border: 1.5px solid var(--white);
  color: var(--white);
  background-color: #0000;
  border-radius: 20px 2px;
  margin-top: 20px;
  padding: 15px 32px;
  font-family: Poppins;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: inline-block;
}

.button-outline:hover {
  border-width: 1.5px;
  border-color: var(--primary);
  background-color: var(--primary);
  color: var(--white);
}

.body-section {
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.body-section.notop {
  padding-top: 100px;
  padding-bottom: 0;
}

.body-section.white {
  border-top: 1px solid var(--silver);
}

.body-section.form-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.body-section._0b {
  padding-bottom: 0;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
}

.container {
  flex-direction: column;
  align-items: flex-start;
  width: 92%;
  max-width: 1600px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-bg-grad {
  background-image: linear-gradient(120deg, var(--black) 26%, var(--transparent)), url('../images/Home8.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100%;
  height: 100vh;
  margin-top: 0;
  padding-top: 80px;
  padding-bottom: 0;
  position: sticky;
}

.hero-bg-grad.service1 {
  background-image: linear-gradient(77deg, var(--black) 26%, var(--transparent)), url('../images/Gallery-10.webp');
  background-position: 0 0, 50% 0;
  height: 70vh;
}

.hero-bg-grad.service2 {
  background-image: linear-gradient(77deg, var(--black) 26%, var(--transparent)), url('../images/Bathroom-1.webp');
  height: 70vh;
}

.hero-bg-grad.service3 {
  background-image: linear-gradient(77deg, var(--black) 26%, var(--transparent)), url('../images/Carpentry-3.webp');
  background-position: 0 0, 50% 20%;
  height: 70vh;
}

.hero-bg-grad.service4 {
  background-image: linear-gradient(77deg, var(--black) 26%, var(--transparent)), url('../images/Plastering-7.webp');
  background-position: 0 0, 50% 35%;
  height: 70vh;
}

.hero-bg-grad.service5 {
  background-image: linear-gradient(77deg, var(--black) 26%, var(--transparent)), url('../images/Home4-1.webp');
  background-position: 0 0, 0 0;
  height: 70vh;
}

.hero-bg-grad.area {
  background-image: linear-gradient(77deg, var(--black) 26%, var(--transparent)), url('../images/Roof-6.webp');
  background-position: 0 0, 50% 75%;
  height: 70vh;
}

.hero-bg-grad.test {
  background-image: linear-gradient(77deg, var(--black) 26%, var(--transparent)), url('../images/Carpentry.webp');
  background-position: 0 0, 50% 75%;
  height: 70vh;
}

.hero-bg-grad.gallery-2 {
  background-image: linear-gradient(77deg, var(--black) 26%, var(--transparent)), url('../images/Home10.webp');
  background-position: 0 0, 50%;
  height: 70vh;
}

.hero-bg-grad.contact {
  background-image: linear-gradient(77deg, var(--black) 26%, var(--transparent)), url('../images/Gallery-3.webp');
  background-position: 0 0, 50% 0;
  height: 70vh;
}

.hero-bg-grad.site-map {
  background-image: linear-gradient(77deg, var(--black) 26%, var(--transparent)), url('../images/Property-Maintenance-2.webp');
  background-position: 0 0, 50%;
  height: 70vh;
}

.left-section {
  width: 70%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 60px;
  transition: all .2s ease-in-out;
}

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

.service-grid {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  margin-top: 20px;
}

.service-div {
  border-bottom: 1px solid var(--third);
  height: auto;
  padding-bottom: 20px;
}

.service-top-image {
  background-image: url('../images/Home13-1.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-end;
  align-items: flex-end;
  height: 400px;
  display: flex;
}

.service-top-image._2 {
  background-image: url('../images/Plumbing.webp');
  background-position: 50%;
  background-size: cover;
  height: 400px;
}

.service-top-image._3 {
  background-image: url('../images/image005.webp');
  background-position: 50%;
  background-size: cover;
  height: 400px;
}

.service-top-image._4 {
  background-image: url('../images/Roof-Reapir-1.webp');
  background-position: 50% 15%;
  background-size: cover;
  height: 400px;
}

.service-number {
  color: var(--primary);
  margin-top: 25px;
  font-family: Clash Display, sans-serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 72px;
}

.service-box-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 10px;
  display: flex;
}

.service-header {
  color: var(--primary);
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-top: 35px;
  margin-bottom: 40px;
  margin-right: 0;
  font-family: Clash Display, sans-serif;
  font-size: 32px;
  font-weight: 600;
}

.service-text {
  color: var(--third);
  margin-bottom: 0;
  font-family: Clash Display, sans-serif;
  font-size: 1rem;
  line-height: 1.7rem;
}

.service-paragraph {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 10px;
  margin-left: 40px;
  display: flex;
}

.service-light-text {
  color: var(--third);
  font-size: .9rem;
  text-decoration: none;
  transition: color .45s ease-in-out;
}

.service-light-text:hover {
  color: var(--silver);
}

.service-link {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  margin-bottom: -5px;
  margin-right: -5px;
  text-decoration: none;
  transition: all .4s ease-in-out;
  display: flex;
  position: static;
  bottom: 10px;
  right: 10px;
}

.service-link:hover {
  transform: scale(1.2);
}

.small-head {
  justify-content: space-between;
  margin-bottom: 0;
  display: flex;
}

.small-sub {
  color: var(--primary);
  letter-spacing: 0;
  margin-bottom: 10px;
  font-family: Clash Display, sans-serif;
  font-size: 16.5px;
  font-weight: 400;
}

.small-sub.w {
  color: var(--white);
  font-family: Clash Display, sans-serif;
}

.para {
  color: var(--white);
  width: 60%;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.75;
}

.para._100 {
  width: 100%;
}

.img-div {
  box-shadow: -11px 12px 0 0 var(--primary);
  background-image: url('../images/image004.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-self: stretch;
  align-items: stretch;
  width: 46%;
  display: flex;
}

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

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

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

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

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

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

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

.right-side {
  flex: 0 auto;
  width: 45%;
}

.right-side._w---100 {
  width: 100%;
}

.right-side.content {
  width: 48%;
}

.right-side._w-100 {
  width: 100%;
}

.instagram-live-feed {
  background-color: var(--white);
  width: 100%;
  margin-top: 40px;
}

.footer-col.large {
  margin-right: 60px;
}

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

.footer-copy-text {
  color: var(--silver);
  text-align: right;
  border-bottom: 1px #dfdfdf;
  padding-bottom: 0;
  font-size: 14px;
  display: inline-block;
}

.footer-link {
  color: var(--white);
  padding-top: 0;
  padding-bottom: 0;
  font-size: 17px;
  font-weight: 300;
  line-height: 32px;
  text-decoration: none;
  transition: all .45s ease-in-out;
}

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

.footer-link.w--current {
  color: var(--white);
}

.footer-wrapper {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1.25fr 1.25fr 1.25fr;
  grid-auto-columns: 1fr;
  padding-bottom: 40px;
  display: grid;
}

.footer-section-title {
  color: #b7b5b5;
  margin-bottom: 20px;
  font-size: 1.35em;
  font-weight: 300;
}

.footer-section-title.white {
  color: var(--white);
  text-transform: uppercase;
  font-size: 1.8em;
}

.footer-section {
  border-top: 1px solid #e0e0e080;
  padding-top: 60px;
}

.footer-copy {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: #a9a9a9;
  border-top: 1px solid #ffffff80;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: .25fr .75fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: grid;
}

.footer-p {
  color: var(--white);
  margin-bottom: 20px;
  font-size: 16.5px;
  font-weight: 300;
  line-height: 32px;
}

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

.header-social-icon {
  color: var(--white);
  background-color: #0000;
  justify-content: center;
  align-items: center;
  margin-right: 28px;
  font-family: Fa6 brands, sans-serif;
  font-size: 1.8em;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
}

.header-social-icon:hover {
  color: var(--primary);
  background-color: #0000;
}

.header-social-icon.margin-right-none {
  color: var(--white);
  width: auto;
  height: auto;
  margin-right: 28px;
  font-size: 1.8em;
}

.header-social-icon.margin-right-none:hover {
  color: var(--primary);
  background-color: #0000;
}

.full-width-image-section {
  background-image: linear-gradient(to right, #000000cf, #fff0), url('../images/ionut-vlad-idXQEOxhmvU-unsplash.jpeg');
  background-position: 0 0, 50% 60%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.full-width-image-section.para-img {
  background-image: linear-gradient(#00000059, #00000059), linear-gradient(90deg, #00000073, #fff0), url('../images/Carpentry-2.webp');
  background-position: 0 0, 0 0, 50% 0;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  padding-top: 100px;
  padding-bottom: 100px;
}

.full-width-image-section.s1-2 {
  background-image: linear-gradient(#00000059, #00000059), linear-gradient(90deg, #00000073, #fff0), url('../images/Property-Maintenance-2.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  padding-top: 100px;
  padding-bottom: 100px;
}

.full-width-image-section.s2-2 {
  background-image: linear-gradient(#00000059, #00000059), linear-gradient(90deg, #00000073, #fff0), url('../images/Carpentry-1.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  padding-top: 100px;
  padding-bottom: 100px;
}

.full-width-image-section.s3-2 {
  background-image: linear-gradient(#00000059, #00000059), linear-gradient(90deg, #00000073, #fff0), url('../images/Plumbing.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  padding-top: 100px;
  padding-bottom: 100px;
}

.full-width-image-section.s4-2 {
  background-image: linear-gradient(#00000059, #00000059), linear-gradient(90deg, #00000073, #fff0), url('../images/Gallery-11.webp');
  background-position: 0 0, 0 0, 50% 30%;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  padding-top: 100px;
  padding-bottom: 100px;
}

.full-width-image-section.s5-2 {
  background-image: linear-gradient(#00000059, #00000059), linear-gradient(90deg, #00000073, #fff0), url('../images/Roof-Reapir-1.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  padding-top: 100px;
  padding-bottom: 100px;
}

.full-width-image-section.area {
  background-color: var(--primary);
  background-image: none;
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-full-width {
  flex: 0 auto;
  width: 100%;
}

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

.nav-cta-wrapper.margin-left-auto {
  justify-content: space-between;
  margin-right: 0;
}

.co-logo {
  width: 200px;
}

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

.logo-link {
  width: auto;
}

.dropdown-link {
  background-color: var(--black);
  color: var(--white);
  text-align: left;
  font-size: 16.5px;
  transition: all .3s;
}

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

.contact-div-2 {
  justify-content: space-between;
  align-items: center;
  width: 92%;
  max-width: 1600px;
  display: flex;
}

.service-nav-text {
  color: var(--white);
  margin-right: 18px;
  transition: all .35s ease-in-out;
}

.service-nav-text:hover {
  color: var(--primary);
}

.contact-section {
  z-index: 100;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: absolute;
}

.service-dropdown-arrow {
  color: var(--white);
}

.nav-link {
  color: var(--white);
  letter-spacing: 0;
  text-transform: none;
  background-color: #0000;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16.5px;
  font-weight: 400;
  transition: all .3s ease-in-out;
}

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

.nav-link.w--current {
  color: #fff;
}

.nav-link.dropdown {
  padding-left: 0;
  padding-right: 0;
}

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

.banner-red {
  color: var(--secondary);
  margin-left: 0;
  font-size: 48px;
}

.banner-red._15 {
  color: var(--secondary);
  margin-left: 15px;
}

.h1 {
  color: var(--secondary);
  margin-top: 10px;
  font-family: Clash Display, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 42px;
}

.h1-red {
  color: var(--primary);
}

.h1-red.orange {
  color: var(--secondary);
}

.gallery-hover {
  background-image: linear-gradient(to top, #00000073, #0000);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  padding-bottom: 40px;
  transition: all .45s ease-out;
  display: flex;
  box-shadow: 1px 1px 3px #000000bf;
}

.gallery-hover:hover {
  background-color: #0000;
  background-image: linear-gradient(to top, #000000b3 20%, #0000);
  padding-bottom: 170px;
}

.project1 {
  box-shadow: 26px 24px 0 -18px var(--white);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), linear-gradient(357deg, #1b1b1b99, #0000);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  height: 450px;
  text-decoration: none;
}

.services-block-home-2 {
  z-index: 10;
  text-align: center;
  background-color: #0000;
  border: 1px #edeff3;
  border-radius: 4px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.gallery-head {
  color: var(--white);
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  text-decoration: none;
  display: flex;
}

._3x1-gallery {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  max-width: none;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-sub {
  color: var(--white);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 13px;
}

.white-section {
  background-color: var(--white);
  border-top: .5px #1b1b1b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 0;
  display: flex;
  position: static;
}

.white-section._100 {
  padding-bottom: 60px;
}

.white-section._0 {
  padding-top: 0;
}

.project2 {
  box-shadow: 25px 24px 0 -18px var(--white);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  height: 450px;
  text-decoration: none;
}

.project3 {
  box-shadow: 25px 25px 0 -18px var(--white);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), linear-gradient(357deg, #1b1b1b99, #0000);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  height: 450px;
  text-decoration: none;
}

.h2 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 500;
  line-height: 44px;
  overflow: visible;
}

.h2.b-30 {
  color: var(--white);
  text-transform: uppercase;
  width: 80%;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Clash Display, sans-serif;
  font-size: 36px;
  font-weight: 600;
}

.h3-large {
  color: #3b444d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2em;
  line-height: 1.5;
}

.h3-large.b-30 {
  color: var(--white);
  text-transform: uppercase;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Oswald, sans-serif;
  font-size: 4em;
  font-weight: 200;
  line-height: 1.3;
  display: flex;
}

.h3-large.t {
  color: var(--secondary);
  text-transform: uppercase;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 500;
  line-height: 43px;
  display: block;
}

.image {
  width: 200px;
}

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

.foot-div {
  width: 90%;
  max-width: 1500px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.list-head {
  color: var(--white);
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15.5px;
  font-weight: 400;
  line-height: 20px;
  display: flex;
}

.list-head.bullet-font-icon-2 {
  margin-right: 10px;
}

.comments {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: none;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.comment-column {
  border: 2px solid #c61f2f;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 420.009px;
  height: 685px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  display: flex;
}

.comment-column._2 {
  border-style: solid;
  border-color: #ffffff40;
  width: 100%;
  height: auto;
  margin-left: 0;
  padding: 20px;
}

.bullet-font-icon-2 {
  background-color: var(--primary);
  color: #fff;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-right: 0;
  font-family: Fa6 solid, sans-serif;
  font-size: 1em;
  font-weight: 100;
  display: flex;
}

.timeline {
  color: var(--white);
  text-align: left;
  width: 100%;
  margin-bottom: 20px;
  margin-left: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.single-comments {
  text-align: center;
  background-color: #0000;
  flex-direction: row;
  align-items: center;
  margin-bottom: 5px;
  padding: 0 20px;
  font-size: 16.5px;
  transition: all .2s ease-in-out;
  display: flex;
}

.single-comments:hover {
  transform: translate(15px);
}

.arrow {
  filter: invert();
  margin-top: 5px;
}

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

.form {
  color: var(--white);
  width: 100%;
  margin-top: 40px;
}

.top-links {
  color: var(--white);
  text-align: right;
  margin-bottom: 0;
  font-size: 16.5px;
  font-weight: 300;
  line-height: 26px;
  text-decoration: none;
  transition: all .45s ease-in-out;
}

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

.top-container-black {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.font-awsome {
  color: var(--white);
  text-align: center;
  margin-right: 8px;
  font-family: Fa6 solid, sans-serif;
  font-size: 16.5px;
  font-weight: 400;
}

.font-awsome.email {
  color: var(--white);
  font-family: Fa6 solid, sans-serif;
  font-size: 16.5px;
  font-weight: 400;
}

.top-div-2 {
  background-color: #0000;
  justify-content: space-between;
  width: 92%;
  max-width: 1600px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-top {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.background-image {
  background-image: linear-gradient(#00000059, #00000059), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  min-height: 550px;
}

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

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

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

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

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

.content-section.orange {
  background-color: var(--third);
}

.bold-text {
  color: var(--white);
  text-transform: uppercase;
}

.h3 {
  color: var(--white);
  text-align: center;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.6;
}

.h3.m-bottom-20 {
  color: #005cb9;
  margin-bottom: 20px;
}

.h3-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1300px;
  display: flex;
}

.h3-logo {
  background-image: url('../images/realestate.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 450dvh;
  min-height: 200px;
  margin-bottom: 20px;
  display: flex;
}

.h3-logo.w--current {
  background-image: url('../images/realestate.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 450px;
  min-height: 150px;
  margin-bottom: 20px;
}

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

.top-links-2 {
  color: var(--white);
  text-align: right;
  margin-bottom: 0;
  font-size: 16.5px;
  font-weight: 300;
  line-height: 26px;
  text-decoration: none;
  transition: color .45s ease-in-out;
}

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

.dropdown-link-2 {
  color: var(--white);
  text-align: left;
  background-color: #000;
  font-size: 16.5px;
  transition: color .45s ease-in-out;
}

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

.dropdown-link-2.w--current {
  color: #f9b328;
}

.service-nav {
  z-index: 100;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: static;
}

.button-fill-2 {
  color: #fdfdfd;
  background-color: #0000;
  border: 1.5px solid #fff;
  border-radius: 2px;
  margin-top: 20px;
  padding: 15px 32px;
  font-family: Poppins;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: inline-block;
}

.button-fill-2:hover {
  color: #fff;
  background-color: #f91818;
  border-width: 1.5px;
  border-color: #f91818;
}

.button-fill-2.header {
  border-color: var(--primary);
  background-color: var(--primary);
  color: var(--white);
  margin-top: 0;
  margin-left: 0;
  padding: 10px 20px;
  font-size: 16px;
  transition-property: all;
  transition-duration: .45s;
}

.button-fill-2.header:hover {
  background-color: var(--black);
  color: #fff;
  border-color: #fff;
}

.service-dropdown-arrow-2 {
  color: #fff;
}

.top-container-black-2 {
  background-color: #0000;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.service-navlink-2 {
  color: var(--white);
  letter-spacing: 0;
  text-transform: none;
  background-color: #0000;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16.5px;
  font-weight: 400;
  transition: all .45s ease-in-out;
}

.service-navlink-2:hover, .service-navlink-2.w--current {
  color: var(--primary);
}

.service-navlink-2.dropdown {
  padding-left: 0;
  padding-right: 0;
}

.service-nav-text-2 {
  color: #fff;
  margin-right: 18px;
  transition: all .35s ease-in-out;
}

.service-nav-text-2:hover {
  color: #ff8d1a;
}

.co-logo-2 {
  width: 200px;
}

.service-banner {
  background-image: linear-gradient(#000000a6, #000000a6), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
}

.service-ban-head {
  color: #fff;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 52px;
  line-height: 60px;
}

.service-ban-text {
  color: #fff;
  text-transform: uppercase;
  margin-top: 25px;
  font-family: Oswald, sans-serif;
  font-size: 18px;
}

.areas-we-coverr-section {
  width: 100%;
  margin-top: 20px;
}

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

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

.areas-list-item.areas-list-flex {
  color: var(--white);
  border-bottom: 1px solid #5f5f511f;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

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

.google-maps {
  background-color: var(--black);
  color: var(--white);
  width: 100%;
  margin-top: 25px;
  font-size: 15px;
}

.grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}

.contact-div-block {
  background-color: var(--primary);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 200px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.phone-icon {
  color: var(--white);
  font-family: Fa6 solid, sans-serif;
  font-size: 48px;
  line-height: 54px;
}

.text-block {
  color: var(--white);
  text-align: center;
  margin-top: 20px;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.contact-page-link {
  color: var(--white);
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}

.form-new {
  color: var(--white);
  width: 100%;
  margin-top: 40px;
  font-size: 15px;
}

.sitemap-list {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

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

.nav-link-text {
  color: var(--white);
  font-size: 15px;
  font-weight: 400;
  transition: color .45s ease-in-out;
}

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

.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.sitempa {
  background-color: #282828;
}

.btn-underline.nav-underline.display-none-underline {
  background-color: #fff;
}

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

.btn-underline.services-underline.display-none-s {
  background-color: #fff;
}

.list {
  padding-left: 0;
}

.list._3-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 20px;
  margin-left: 10px;
  display: grid;
}

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

.list.ban3 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 80%;
  margin-left: 10px;
  display: grid;
}

.list.ban2 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 65%;
  margin-left: 10px;
  display: grid;
}

.list.area, .list.area-copy {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 20px;
  display: grid;
}

.list-item {
  margin-bottom: 5px;
  list-style-type: none;
  display: flex;
}

.bullet-font-icon-4 {
  background-color: var(--primary);
  color: #fff;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-right: 0;
  font-family: Fa6 solid, sans-serif;
  font-size: 1em;
  font-weight: 100;
  display: flex;
}

.buttons {
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px #fff;
  border-radius: 0;
  height: auto;
  margin-right: 12px;
  padding: 15px 20px;
  font-size: 13px;
  font-weight: 400;
  line-height: 23px;
  transition: all .4s;
}

.buttons:hover {
  background-color: var(--primary);
  opacity: 1;
  color: #fff;
  border: 0 #0000;
  font-weight: 400;
  transform: translate(0, -1px);
}

.buttons.dark {
  border-style: none;
  border-color: var(--white);
  background-color: var(--primary);
  color: var(--white);
  border-radius: 0;
  margin-top: 25px;
  margin-right: 0;
  padding: 20px 40px;
  font-family: Clash Display, sans-serif;
  font-weight: 500;
  line-height: 22px;
  transition-timing-function: ease-in-out;
}

.buttons.dark:hover {
  border-style: none;
  border-color: var(--white);
  background-color: var(--secondary);
  transform: translate(0, -6px);
}

.buttons.dark.w--current:hover {
  background-color: var(--black);
}

.buttons._2 {
  border-style: solid;
  border-color: var(--primary);
  color: var(--white);
  background-color: #0000;
  border-radius: 0;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 0;
  padding: 20px 40px;
  font-family: Poppins;
  line-height: 22px;
  transition-duration: .45s;
  transition-timing-function: ease-in-out;
}

.buttons._2:hover {
  border-style: solid;
  border-color: var(--pale-grey);
  color: #fff;
  background-color: #000;
  transform: translate(0, -6px);
}

.buttons.banner {
  background-color: var(--primary);
  color: var(--white);
  border-style: none;
  border-color: #000;
  border-radius: 10px 0;
  margin-right: 0;
  padding: 16px 40px;
  font-family: Clash Display, sans-serif;
  line-height: 22px;
}

.buttons.banner:hover {
  background-color: var(--black);
  border-style: none;
  border-color: #53d7db;
  transform: translate(0, -6px);
}

.buttons.email {
  background-color: var(--transparent);
  color: var(--white);
}

.buttons.w {
  border-style: solid;
  border-color: var(--white);
  color: var(--white);
  background-color: #0000;
  border-radius: 0;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 0;
  padding: 20px 40px;
  font-family: Clash Display, sans-serif;
  line-height: 22px;
  transition-duration: .45s;
  transition-timing-function: ease-in-out;
}

.buttons.w:hover {
  border-style: solid;
  border-color: var(--pale-grey);
  background-color: var(--secondary);
  color: #fff;
  transform: translate(0, -6px);
}

.section {
  border-top: 1px solid #ebebeb;
  padding-top: 120px;
  padding-bottom: 120px;
  font-weight: 500;
  position: relative;
}

.section.cta {
  background-image: linear-gradient(90deg, var(--white) 26%, #fff0 57%), url('../images/Home6-1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 100px;
  padding-bottom: 100px;
}

.cta-text {
  color: var(--primary);
  width: 25%;
  margin-top: 10px;
  font-size: 16px;
  line-height: 22px;
}

.top-text {
  color: #d77474;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.top-text.cta {
  color: var(--primary);
  text-align: left;
  font-family: Clash Display, sans-serif;
}

.section-tittle {
  color: var(--black);
  font-family: Poppins;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
}

.section-tittle.cta {
  color: var(--primary);
  text-transform: uppercase;
  width: 30%;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Clash Display, sans-serif;
  font-size: 29px;
  font-weight: 600;
  line-height: 35px;
}

.contact-span {
  color: var(--black);
  font-weight: 600;
  text-decoration: none;
}

.sticky_btn_call {
  z-index: 1000;
  color: #f0f6f8;
  text-align: center;
  background-color: #0000;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 125px;
  height: 80px;
  font-size: 1.9em;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 20px;
  left: -14px;
}

.sticky_btn_call:hover {
  transform: scale(.9);
}

.lottie-animation {
  color: var(--white);
  width: auto;
  height: auto;
  font-size: 4em;
}

.btn-group {
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.btn-group._0 {
  margin-top: 0;
}

.gallery {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-top: 20px;
}

.lb-img {
  object-fit: cover;
  width: 100%;
  height: 260px;
}

.testimonials {
  margin-top: 20px;
}

.dropdown-toggle {
  color: var(--white);
  transition: all .3s;
}

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

.button {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 20px 40px;
  font-size: 13px;
  line-height: 22px;
  text-decoration: none;
  transition: all .4s;
}

.button:hover {
  border-color: var(--secondary);
  background-color: var(--secondary);
  color: var(--white);
  transform: translate(0, -5px);
}

.button.email {
  border-color: var(--primary);
  background-color: var(--transparent);
  color: var(--primary);
  margin-left: 20px;
}

.button.email:hover {
  border-color: var(--secondary);
  background-color: var(--secondary);
  color: var(--white);
}

.button.dark {
  border-color: var(--primary);
  background-color: var(--primary);
  color: var(--white);
}

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

.nav-link-2 {
  color: #fff;
  letter-spacing: 0;
  text-transform: uppercase;
  cursor: pointer;
  margin-left: 24px;
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  text-decoration: none;
  position: relative;
}

.dl-link {
  color: #282828;
  text-transform: uppercase;
  padding: 7.2px 40px 7.2px 20px;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  display: inline-block;
}

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

.main-block {
  grid-column-gap: 10px;
  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;
}

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

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

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

.navbar {
  background-color: #0000;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  min-height: 100px;
  padding: 0 40px;
  display: flex;
}

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

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

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

.fs-cc-banner_close-icon {
  color: var(--third);
  width: 24px;
  height: 24px;
}

.h-link {
  color: #fff;
  text-decoration: none;
  transition: color .45s ease-in-out;
}

.h-link:hover {
  color: var(--secondary);
}

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

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

.announcement-barn-link.test {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  font-weight: 400;
  transition: color .45s ease-in-out;
}

.announcement-barn-link.test:hover {
  color: var(--secondary);
}

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

.mobile-block.lig-text {
  color: #212121;
  cursor: pointer;
  font-weight: 400;
  transition: all .2s ease-in-out;
}

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

.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_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_option {
  border-bottom: 1px solid #33333326;
  padding-top: 16px;
  padding-bottom: 16px;
}

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

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

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

.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-prefs_content {
  height: 100%;
  padding: 40px 32px;
  overflow: scroll;
}

.nav-link-text-3 {
  color: #fff;
  letter-spacing: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

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

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

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

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

.arrow-2 {
  margin-top: 5px;
  font-family: Fa6 solid, sans-serif;
  font-weight: 500;
}

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

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

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

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

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

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

.nav-menu {
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

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

.font-icon-2.test {
  color: #fff;
  border-right-style: none;
  margin-right: 0;
  font-family: Fa6 solid, sans-serif;
}

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

.fa-icon-arrow {
  display: none;
}

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

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

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

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

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

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

.dl-menu-2.w--open {
  background-color: #00000080;
  margin-top: 10px;
}

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

.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: #0000;
  background-image: linear-gradient(#0000, #0000);
  flex-direction: column;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  position: absolute;
}

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

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

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

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

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

.logo-2 {
  width: 220px;
  padding-bottom: 0;
}

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

.text-block-3 {
  font-size: 14px;
  font-weight: 600;
}

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

.heading.h3 {
  color: #fff;
  text-align: left;
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
}

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

.heading-under-line {
  background-color: #fff;
  border-radius: 2px;
  width: 80px;
  height: 4px;
  margin-top: 20px;
  margin-bottom: 20px;
}

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

.contactform {
  color: #fff;
  width: 100%;
}

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

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

.contact-form-wrapper {
  width: 100%;
}

.container-3 {
  z-index: 2;
  width: 92%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

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

.get-in-touch-light {
  font-weight: 200;
}

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

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

.contact-section-2 {
  background-color: var(--primary);
  background-image: linear-gradient(#544c8473, #544c8473), url('../images/Shapes.svg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.cta-text-contact {
  color: #fff;
  letter-spacing: .5px;
  margin-bottom: 10px;
  font-size: 1.25em;
  font-weight: 700;
}

.icon-7 {
  background-color: var(--secondary);
  color: #f9f9f9;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  font-family: Fa6 solid, sans-serif;
  font-size: 1.8em;
  line-height: 1.2;
  display: flex;
}

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

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

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

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

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

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

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

.h1-red-2 {
  color: var(--secondary);
}

.p-2 {
  color: #000;
  margin-top: 10px;
  font-size: 17px;
  line-height: 26px;
}

.white-section-2 {
  background-color: #eceffa;
  border-top: .5px #1b1b1b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: static;
}

.white-section-2._100 {
  padding-bottom: 100px;
}

.left-side {
  align-self: stretch;
  align-items: stretch;
  width: 48.5%;
  display: flex;
  box-shadow: -13px 15px #cb1819;
}

.left-side.r {
  box-shadow: 11px -13px 0 0 var(--primary);
  width: 50%;
}

.list-head-2 {
  color: #000;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  display: flex;
}

.list-head-2.w {
  color: var(--white);
  font-size: 16px;
}

.container-4 {
  flex-direction: column;
  align-items: flex-start;
  width: 92%;
  max-width: 1600px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.list-icon {
  width: 32px;
  height: 32px;
  margin-right: 10px;
}

.list-item-2 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 5px;
  list-style-type: none;
  display: flex;
}

.inner-img-2 {
  background-image: url('../images/Home1-2.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-2.home-2 {
  background-image: url('../images/Home1-1.webp');
  background-position: 50% 20%;
  background-size: cover;
}

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

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

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

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

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

.fa-list-icon {
  background-color: var(--secondary);
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.text-block-5 {
  color: var(--white);
  font-family: Fa6 solid, sans-serif;
  font-size: 16px;
}

.area-map {
  filter: grayscale(70%);
  margin-top: 20px;
  margin-bottom: -10px;
}

.area-map._0 {
  margin-top: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-block-6.center {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  font-family: Clash Display, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 34px;
}

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

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

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

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

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

.image-2 {
  width: 275px;
}

.image-3 {
  background-color: #fff;
  width: 150px;
  margin-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

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

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

.title {
  color: var(--primary);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 19px;
  font-weight: 700;
}

.footer-legal {
  border-top: 1px solid #7e828f17;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  padding-top: 40px;
  font-size: 15px;
  display: flex;
}

.footer-legal.copyright {
  margin-top: 10px;
  padding-top: 0;
}

.legal {
  color: var(--third);
  letter-spacing: .5px;
  text-transform: none;
  line-height: 30px;
  text-decoration: none;
}

.legal:hover {
  color: var(--third);
}

.scroll-arrow-up {
  color: #fdfdfd;
  justify-content: center;
  align-items: center;
  font-size: 1.5em;
  font-style: normal;
  line-height: 1;
  text-decoration: none;
}

.social-link {
  background-color: var(--primary);
  color: #fff;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  margin-left: 12px;
  margin-right: 0;
  padding: 10px;
  font-family: Fa6 brands, sans-serif;
  font-size: 18px;
  text-decoration: none;
  transition: all .45s ease-in-out;
  display: flex;
}

.social-link:hover {
  background-color: var(--secondary);
  border-color: #fff;
}

.footer-detail-left {
  align-items: center;
  width: 65%;
  min-height: 40px;
  display: flex;
}

.social-icon-wrap {
  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._1 {
  border-width: 2px;
  border-color: var(--white);
  background-color: var(--primary);
  border-radius: 0;
  width: 42px;
  height: 42px;
  margin-right: 10px;
  font-family: Fa6 solid, sans-serif;
  transition-duration: .45s;
  transition-timing-function: ease-in-out;
}

.social-link-2.side._1:hover {
  color: var(--secondary);
  background-color: #fff;
}

.social-link-2.side.text-block-3 {
  border-width: 2px;
  border-color: var(--white);
  background-color: var(--primary);
  border-radius: 0;
  width: 42px;
  height: 42px;
  margin-right: 10px;
  font-family: Fa6 brands, sans-serif;
  transition-duration: .45s;
  transition-timing-function: ease-in-out;
}

.social-link-2.side.text-block-3:hover {
  color: var(--secondary);
  background-color: #fff;
}

.social-link-2.side._2 {
  border-width: 2px;
  border-color: var(--white);
  background-color: var(--primary);
  border-radius: 0;
  width: 42px;
  height: 42px;
  margin-right: 10px;
  font-family: Fa6 solid, sans-serif;
  transition-duration: .45s;
  transition-timing-function: ease-in-out;
}

.social-link-2.side._2:hover {
  color: var(--secondary);
  background-color: #fff;
}

.social-link-2.side._4 {
  border-width: 2px;
  border-color: var(--secondary);
  background-color: var(--primary);
  font-family: Fa6 brands, sans-serif;
  transition-duration: .45s;
  transition-timing-function: ease-in-out;
}

.social-link-2.side._4:hover {
  color: var(--secondary);
  background-color: #fff;
}

.social-link-2.side.brand {
  border-width: 2px;
  border-color: var(--white);
  background-color: var(--primary);
  border-radius: 0;
  width: 42px;
  height: 42px;
  margin-right: 10px;
  font-family: Fa6 brands, sans-serif;
  transition-duration: .45s;
  transition-timing-function: ease-in-out;
}

.social-link-2.side.brand:hover {
  color: var(--secondary);
  background-color: #fff;
}

.footer-logo {
  width: 275px;
  margin-bottom: 25px;
}

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

.footer-link-2 {
  color: var(--primary);
  letter-spacing: .5px;
  text-transform: none;
  margin-bottom: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 6px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: color .5s ease-in-out;
}

.footer-link-2:hover {
  color: #cb1819;
}

.footer-link-2.no-red:hover {
  color: var(--primary);
}

.footer-detail-right {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  min-height: 40px;
  display: flex;
}

.paragraph {
  color: var(--third);
  letter-spacing: .5px;
  text-transform: capitalize;
  width: 75%;
  font-size: 15px;
  line-height: 28px;
}

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

.scroll-up {
  z-index: 1000;
  border: 2px solid var(--white);
  background-color: var(--secondary);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-family: Fa6 solid, sans-serif;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: auto 10px 10px auto;
}

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

.brand-2 {
  width: 350px;
  padding-bottom: 0;
}

.brand-2.w--current {
  width: 300px;
}

.brand-2.foot-new {
  width: auto;
  font-size: 18px;
  text-decoration: none;
}

.footer {
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.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 {
  z-index: 1000;
  justify-content: center;
  height: 1%;
  top: 50%;
}

.side-social-text {
  font-size: 14px;
}

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

.foot-link {
  color: var(--third);
  text-decoration: none;
  transition: color .45s ease-in-out;
}

.foot-link:hover {
  color: var(--secondary);
}

.live-chat-top-text {
  color: var(--third);
  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-start;
  margin-bottom: 20px;
  margin-left: 20px;
  display: none;
  position: fixed;
  inset: auto auto 0% 0;
}

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

.live-chat-bottom-text {
  color: var(--third);
  font-size: 11px;
}

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

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

.chat-section {
  background-color: #b7b5b5;
  background-image: url('../images/8c98994518b575bfd8c949e91d20548b.webp');
  background-position: 50%;
  background-size: cover;
  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: #a9d0a673;
  border-radius: 8px;
  width: 100%;
  padding: 15px;
}

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

.whatsapp-container:hover {
  background-color: #494949;
  transform: scale(1.05);
}

.whatsapp-container:active {
  background-color: var(--white);
}

.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 {
  background-color: var(--primary);
  cursor: pointer;
  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(--secondary);
}

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

.live-icon-chat {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.text-block-7 {
  color: var(--primary);
  font-family: Fa6 brands, sans-serif;
  font-size: 35px;
  line-height: 38px;
}

.h1-small {
  text-transform: capitalize;
  font-size: 25px;
  font-weight: 500;
  line-height: 26px;
}

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

.lottie-animation-2 {
  width: 20%;
}

.image-4 {
  width: 150px;
}

.bold-text-3, .bold-text-4 {
  font-weight: 600;
}

.service-p-small {
  color: #fff;
  font-size: 1.05em;
  font-weight: 400;
  line-height: 2;
}

.service-p-small.dark-text {
  color: #333;
  text-align: left;
  font-size: 1em;
  font-weight: 400;
  line-height: 24px;
}

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

.heading-1-title-2 {
  text-transform: uppercase;
  font-size: 2.5em;
  line-height: 1.3;
}

.heading-1-title-2.heading-2-title {
  text-transform: uppercase;
}

.heading-1-title-2.heading-2-title.text-center {
  color: var(--secondary);
  text-align: center;
  font-weight: 500;
}

.home-page-serivces-icon {
  background-image: url('../images/Map-location_1Map-location.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 70px;
  height: 70px;
  margin: 20px auto;
}

.home-page-serivces-icon.property-ext-icon {
  background-image: url('../images/54458042_2778405618841966_4772280695370285056_n.jpg');
  width: 100%;
  height: 200px;
}

.home-page-serivces-icon.new-home-icon {
  background-image: url('../images/273600963_5795309727151525_7972130273663314314_n_1273600963_5795309727151525_7972130273663314314_n.webp');
  width: 100%;
  height: 200px;
}

.home-page-serivces-icon.loft-icon {
  background-image: url('../images/263173576_5520971524585348_726003443192212939_n_1263173576_5520971524585348_726003443192212939_n.webp');
  width: 100%;
  height: 200px;
}

.home-page-serivces-icon.home-reno-icon {
  background-image: url('../images/360604064_1360604064.webp');
  width: 100%;
  height: 200px;
}

.section-1-heading-1-2 {
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
}

.section-1-heading-1-2.padding-bottom-none, .section-1-heading-1-2.padding-bottom-none.light-grey {
  padding-bottom: 0;
}

.orange-text-large {
  background-color: #f38f1a;
  padding-top: 60px;
  padding-bottom: 60px;
}

.orange-text-large.margine-top-40 {
  background-color: var(--secondary);
  margin-top: -150px;
  padding-top: 220px;
  padding-bottom: 100px;
  position: static;
}

.bullet-font-icon {
  background-color: var(--primary);
  color: #fff;
  border-radius: 0;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  font-family: Fa6 solid, sans-serif;
  font-size: 1em;
  font-weight: 400;
  display: flex;
}

.services-block-home {
  z-index: 10;
  text-align: center;
  background-color: #fff;
  border: 1px solid #edeff3;
  border-radius: 4px;
  padding-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.home-services-title {
  margin-bottom: 10px;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.6;
}

.home-services-bullet-item {
  color: #7a848d;
  text-align: left;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1em;
  font-weight: 400;
  display: flex;
}

.text-underline {
  background-color: #f38f1a;
  border-radius: 20px;
  width: 120px;
  height: 5px;
}

.text-underline.text-underline-center {
  height: 3px;
  margin-left: auto;
  margin-right: auto;
}

.services-home-bullet-list {
  padding-left: 15px;
  list-style-type: none;
}

.services-home-bullet-list._3 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.list-item-10 {
  font-size: 16px;
  line-height: 26px;
}

.services-home-page.display-grid {
  z-index: 10;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 20px;
  display: grid;
  position: static;
}

.para-2 {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
}

.para-2.margine-none {
  margin-bottom: 0;
}

.para-2.width-60 {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
  line-height: 1.8;
}

.para-2.width-60.dark-text {
  color: #000;
  font-size: 16px;
  font-weight: 400;
}

.heading-bullet-text {
  color: #0d0f11;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  display: flex;
}

.heading-bullet-text.w {
  color: var(--white);
  font-size: 16px;
}

.spaced {
  line-height: 25px;
}

.spaced.white {
  color: #fff;
  margin-top: 10px;
  font-size: 16px;
  line-height: 28px;
}

.text-section {
  margin-left: auto;
  margin-right: auto;
}

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

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

.slogan {
  margin-bottom: 20px;
  font-size: 22px;
  font-style: italic;
  line-height: 28px;
}

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

.gallery-thumb {
  outline-color: var(--secondary);
  outline-offset: 0px;
  object-fit: cover;
  outline-width: 0;
  outline-style: solid;
  width: 100%;
  height: 375px;
  transition: all .45s cubic-bezier(.77, 0, .175, 1);
}

.gallery-thumb:hover {
  outline-color: var(--secondary);
  outline-offset: -20px;
  outline-width: 3px;
  outline-style: solid;
}

.site-link, .site-link.w--current {
  color: var(--third);
  text-decoration: none;
}

.code-embed {
  width: 100%;
}

@media screen and (min-width: 1280px) {
  .service-light-text:hover {
    color: var(--secondary);
  }

  .hyperlink:hover {
    box-shadow: inset 0 -100px 0 0 var(--primary);
    color: var(--white);
    padding-left: 2.5px;
    padding-right: 2.5px;
  }

  .buttons.w:hover {
    border-width: 1px;
    border-color: var(--primary);
    background-color: var(--primary);
  }

  .button:hover {
    background-color: var(--secondary);
  }

  .button.email:hover {
    border-color: var(--secondary);
    color: var(--white);
  }

  .dl-menu-2.w--open {
    background-color: #00000080;
  }

  .social-link:hover {
    border-color: #7e828fdb;
  }

  .social-link-2.side._1:hover, .social-link-2.side.text-block-3:hover, .social-link-2.side._2:hover, .social-link-2.side._4:hover, .social-link-2.side.brand:hover {
    color: var(--primary);
  }

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

  .footer-link-2.no-red:hover {
    color: var(--primary);
  }
}

@media screen and (min-width: 1920px) {
  .livechat-button:hover {
    background-color: #000;
    transform: scale(1.05);
  }
}

@media screen and (max-width: 991px) {
  .banner-header {
    flex-direction: column;
    font-size: 36px;
    line-height: 38px;
  }

  .body-section, .body-section.form-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .left-section {
    width: 90%;
    margin-top: 20px;
  }

  .service-grid {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .service-div {
    width: 100%;
  }

  .service-top-image._2 {
    height: 375px;
  }

  .service-box-wrapper {
    justify-content: flex-start;
    width: 100%;
  }

  .service-paragraph {
    margin-left: 40px;
  }

  .para {
    width: 100%;
  }

  .img-div {
    width: 100%;
    min-height: 400px;
    margin-bottom: 40px;
  }

  .inner-img {
    margin-top: 60px;
  }

  .section-h1-wrapper.display-flex {
    flex-direction: column-reverse;
    margin-top: 40px;
  }

  .right-side, .right-side.content, .right-side._w---100, .right-side.content, .right-side._w-100 {
    width: 100%;
  }

  .footer-col.large {
    margin-right: 0;
  }

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

  .footer-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 32px;
    grid-template-columns: 1.25fr 1.25fr 1fr;
  }

  .footer-copy {
    flex-direction: column;
    place-content: center;
    justify-items: stretch;
    display: flex;
  }

  .footer-p {
    font-size: 1.25em;
  }

  .header-social-media {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 0%;
    margin-bottom: 0;
  }

  .header-social-icon {
    color: #fdfdfd;
    background-color: #0000;
    border-right: 1px #353535;
    width: 10%;
    margin-right: 0;
  }

  .header-social-icon.margin-right-none {
    background-color: #0000;
    border-right-style: none;
    border-right-width: 0;
    width: 10%;
    margin-right: 0;
  }

  .div-full-width {
    width: 100%;
  }

  .navbar-4 {
    justify-content: flex-end;
    width: 90%;
  }

  .dropdown-link {
    text-align: right;
    padding: 20px 25px;
    font-size: 16px;
    display: block;
  }

  .contact-div-2 {
    flex-direction: row;
  }

  .nav-link {
    background-color: var(--black);
    text-align: right;
    width: 100%;
    font-size: 16px;
  }

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

  .banner-red {
    font-size: 36px;
  }

  .banner-red._15 {
    margin-left: 0;
  }

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

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

  .h1 {
    font-size: 50px;
  }

  .gallery-hover {
    padding-bottom: 60px;
  }

  .project1 {
    margin-bottom: 10px;
  }

  .gallery-head {
    font-size: 28px;
  }

  ._3x1-gallery {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .gallery-sub {
    margin-top: 20px;
    font-size: 15px;
  }

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

  .project2 {
    margin-bottom: 10px;
  }

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

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

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

  .top-div-2 {
    width: 95%;
  }

  .content-section.orange {
    background-color: var(--third);
  }

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

  .icon-5 {
    color: #fff;
  }

  .dropdown-link-2 {
    text-align: right;
    padding: 20px 25px;
    font-size: 16px;
    display: block;
  }

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

  .menu-button-2.w--open {
    background-color: #000;
  }

  .button-fill-2.header {
    margin-right: 0;
    display: none;
  }

  .service-navlink-2 {
    text-align: right;
    background-color: #000;
    width: 100%;
    font-size: 16px;
  }

  .service-banner {
    min-height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

  .google-maps {
    width: 100%;
  }

  .contact-div-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block, .contact-page-link {
    font-size: 16px;
  }

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

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

  .section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.cta {
    padding: 60px 20px;
  }

  .cta-text, .section-tittle.cta {
    width: 100%;
  }

  .btn-group {
    margin-bottom: 50px;
  }

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

  .lb-img {
    height: 180px;
  }

  .dropdown-toggle {
    width: 100%;
  }

  .text-block-2 {
    text-align: right;
  }

  .nav-link-2 {
    color: #000;
    text-align: left;
    background-color: #fff;
    justify-content: flex-start;
    margin-left: 0;
    padding: 20px;
    display: flex;
  }

  .nav-link-2.w--current {
    text-align: left;
    justify-content: flex-start;
    padding-right: 20px;
    display: flex;
  }

  .navbar {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .logo-div-2 {
    justify-content: center;
    width: 100%;
    margin-top: 10px;
  }

  .dropdown {
    width: 100%;
  }

  .nav-link-text-3 {
    color: #000;
    text-align: left;
  }

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

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

  .icon-6 {
    color: #fff;
    text-align: center;
    font-size: 29px;
  }

  .menu-button-4 {
    color: #fff;
    width: 100%;
  }

  .menu-button-4.w--open {
    z-index: 200;
    background-color: #0000;
  }

  .arrow-2 {
    display: none;
  }

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

  .font-icon-2.test {
    font-weight: 300;
  }

  .fa-icon-arrow {
    margin-left: 5px;
    font-family: Fa6 solid, sans-serif;
    display: inline-block;
  }

  .dl-menu-2.w--open {
    background-color: #fff;
  }

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

  .container-3 {
    width: 90%;
  }

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

  .left-contact {
    width: 100%;
  }

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

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

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

  .left-side {
    width: 100%;
    margin-bottom: 40px;
  }

  .inner-img-2 {
    min-height: 500px;
    margin-top: 60px;
  }

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

  .footer-grid {
    grid-column-gap: 24px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .scroll-up {
    z-index: 1;
  }

  .brand-2 {
    text-align: center;
    width: 500px;
  }

  .service-p-small.dark-text {
    font-weight: 400;
  }

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

  .services-home-page.display-grid {
    grid-template-columns: 1fr 1fr;
  }

  .para-2.width-60.dark-text {
    width: 80%;
  }

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

@media screen and (max-width: 767px) {
  .banner-header {
    margin-top: 60px;
    font-size: 28px;
    line-height: 32px;
  }

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

  .body-section, .body-section.form-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hero-bg-grad {
    height: 100vh;
    padding-top: 0;
  }

  .left-section {
    width: 95%;
    padding-right: 0;
  }

  .service-top-image._3, .service-top-image._4 {
    height: 375px;
  }

  .inner-img {
    margin-top: 40px;
  }

  .section-h1-wrapper.display-flex {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
  }

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

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

  .footer-wrapper {
    grid-template-columns: 1fr;
    place-items: center;
  }

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

  .header-social-media {
    justify-content: center;
  }

  .full-width-image-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .dropdown-link, .nav-link {
    font-size: 15px;
  }

  .banner-red {
    margin-left: 0;
    font-size: 28px;
  }

  .h1 {
    font-size: 34px;
    line-height: 50px;
  }

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

  .h3-large.b-30, .h3-large.t {
    font-size: 3.5em;
  }

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

  .timeline {
    text-align: left;
  }

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

  .top-container-black {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .top-div-2 {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

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

  .top-links-2, .dropdown-link-2 {
    font-size: 15px;
  }

  .dropdown-link-2.w--current {
    color: #f94d18;
  }

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

  .top-container-black-2 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .service-navlink-2 {
    font-size: 15px;
  }

  .service-banner {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .service-ban-text {
    text-align: center;
    width: 80%;
    line-height: 26px;
  }

  .contact-div-block {
    min-height: 180px;
  }

  .text-block, .contact-page-link {
    font-size: 18px;
  }

  .list.ban3, .list.ban2, .list.area, .list.area-copy {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .buttons {
    text-align: center;
  }

  .buttons.banner {
    display: none;
  }

  .section.cta {
    background-image: linear-gradient(to right, #dbdbdb 44%, #fff0), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0, 50% 33%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .btn-group {
    margin-bottom: 40px;
  }

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

  .lb-img {
    height: 150px;
  }

  .main-block {
    width: 100%;
  }

  .navbar {
    min-height: 90px;
    padding-left: 20px;
    padding-right: 10px;
  }

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

  .announcement-barn-link {
    font-size: 14px;
  }

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

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

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

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

  .nav-menu {
    width: 90%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .heading-1-title-2 {
    font-size: 2.6em;
  }

  .services-home-page.display-grid {
    grid-template-columns: 1fr;
  }

  .container-6 {
    width: 90%;
  }
}

@media screen and (max-width: 479px) {
  .banner-header {
    flex-direction: column;
    width: 100%;
    margin-top: 100px;
    margin-bottom: 20px;
    font-size: 23px;
    line-height: 26px;
  }

  .p {
    font-size: 14.5px;
    line-height: 25px;
  }

  .button-outline {
    font-size: 14.5px;
  }

  .body-section {
    margin-top: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }

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

  .container {
    width: 85%;
  }

  .hero-bg-grad {
    height: 100vh;
    padding-top: 0;
  }

  .left-section {
    width: 100%;
    margin-top: 80px;
  }

  .service-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  .service-div {
    height: auto;
  }

  .service-top-image, .service-top-image._2, .service-top-image._3, .service-top-image._4 {
    height: 250px;
  }

  .service-number {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 50px;
    line-height: 50px;
  }

  .service-box-wrapper {
    flex-direction: column;
  }

  .service-header {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 38px;
  }

  .service-text {
    font-size: 1rem;
  }

  .service-paragraph {
    margin-left: 0;
  }

  .small-head {
    flex-direction: row;
  }

  .para {
    font-size: 15px;
    line-height: 24px;
  }

  .img-div {
    box-shadow: -8px 6px 0 0 var(--white);
    min-height: 250px;
    margin-top: 30px;
    margin-bottom: 0;
  }

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

  .section-h1-wrapper.display-flex {
    margin-top: 20px;
  }

  .footer-col {
    width: 100%;
  }

  .footer-col.large {
    margin-right: 0;
  }

  .footer-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 20px;
    text-align: center;
    grid-template-columns: 1.25fr;
    padding-bottom: 20px;
  }

  .footer-section-title.white {
    font-size: 1.6em;
  }

  .footer-section {
    padding-top: 30px;
  }

  .footer-copy {
    align-items: center;
    width: 100%;
  }

  .header-social-icon {
    margin-left: 10px;
  }

  .header-social-icon.margin-right-none.l {
    margin-left: 0;
  }

  .full-width-image-section.para-img, .full-width-image-section.s1-2, .full-width-image-section.s2-2, .full-width-image-section.s3-2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .full-width-image-section.s4-2, .full-width-image-section.s5-2, .full-width-image-section.area {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .nav-cta-wrapper.margin-left-auto {
    display: block;
  }

  .co-logo {
    width: 125px;
  }

  .navbar-4 {
    text-align: center;
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .logo-link {
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
  }

  .dropdown-link {
    text-align: center;
    font-size: 16px;
    display: block;
  }

  .contact-div-2 {
    flex-direction: column;
    width: 100%;
    max-width: none;
  }

  .service-nav-text {
    margin-left: 20px;
  }

  .contact-section {
    padding-top: 12px;
  }

  .nav-link {
    text-align: center;
    font-size: 16px;
  }

  .nav-link.w--current {
    text-align: center;
  }

  .icon-4 {
    color: var(--white);
    font-size: 32px;
  }

  .banner-red {
    margin-left: 0;
    font-size: 23px;
  }

  .banner-red._15 {
    font-size: 42px;
  }

  .h1 {
    margin-top: 0;
    font-size: 30px;
    line-height: 40px;
  }

  .gallery-hover {
    padding-bottom: 20px;
  }

  .gallery-hover:hover {
    padding-bottom: 120px;
  }

  .project1 {
    height: 250px;
  }

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

  .gallery-head {
    font-size: 22px;
  }

  ._3x1-gallery {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .gallery-sub {
    margin-top: 10px;
    font-size: 13px;
  }

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

  .white-section._100 {
    padding-top: 60px;
  }

  .project2, .project3 {
    height: 250px;
  }

  .h2.b-30 {
    font-size: 32px;
    font-weight: 500;
    line-height: 35px;
  }

  .h3-large.b-30 {
    font-size: 38px;
  }

  .h3-large.t {
    margin-top: 20px;
    font-size: 27px;
    line-height: 31px;
  }

  .image {
    width: 160px;
  }

  .footer-logo-link {
    margin-bottom: 0;
  }

  .list-head {
    text-align: left;
    line-height: 25px;
  }

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

  .comment-column._2 {
    grid-template-rows: auto auto auto;
    width: auto;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding: 20px;
  }

  .bullet-font-icon-2 {
    flex: none;
  }

  .timeline {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }

  .single-comments {
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .top-links.top {
    margin-top: 10px;
  }

  .top-container-black {
    flex-direction: column;
    padding-top: 0;
    display: none;
  }

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

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

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

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

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

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

  .h3 {
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.35;
  }

  .h3-logo, .h3-logo.w--current {
    width: 200px;
  }

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

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

  .top-links-2.top {
    margin-top: 10px;
  }

  .icon-5 {
    color: #fff;
    font-size: 32px;
  }

  .dropdown-link-2 {
    text-align: center;
    font-size: 16px;
    display: block;
  }

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

  .service-nav {
    padding-top: 12px;
  }

  .button-fill-2.header {
    margin-top: 10px;
    margin-bottom: 13px;
    font-size: 14px;
    display: none;
  }

  .top-container-black-2 {
    flex-direction: column;
    padding-top: 0;
  }

  .service-navlink-2 {
    text-align: center;
    font-size: 16px;
  }

  .service-navlink-2.w--current {
    text-align: center;
  }

  .service-nav-text-2 {
    margin-left: 20px;
  }

  .service-nav-text-2:hover {
    color: var(--primary);
  }

  .co-logo-2 {
    width: 200px;
  }

  .service-banner {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .service-ban-head {
    text-align: center;
    font-size: 40px;
    line-height: 50px;
  }

  .service-ban-text {
    width: 90%;
    margin-top: 20px;
  }

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

  .contact-div-block {
    min-height: 200px;
  }

  .text-block, .contact-page-link {
    font-size: 16.5px;
  }

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

  .list._2-row {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-columns: 1fr;
  }

  .list.ban3, .list.ban2, .list.area, .list.area-copy {
    grid-template-columns: 1fr;
  }

  .bullet-font-icon-4 {
    flex: none;
  }

  .buttons {
    margin-bottom: 10px;
  }

  .buttons.dark {
    width: auto;
  }

  .buttons._2 {
    width: 161.591px;
    margin-top: 10px;
    margin-left: 0;
  }

  .buttons.banner {
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }

  .buttons.w {
    width: auto;
    margin-top: 10px;
    margin-left: 0;
  }

  .section.cta {
    background-image: linear-gradient(171deg, #ffffffe8 18%, var(--white) 30%, #fff0), url('../images/Home6-1.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    padding: 30px 10px;
  }

  .cta-text {
    width: 100%;
  }

  .section-tittle {
    font-size: 30px;
    line-height: 40px;
  }

  .section-tittle.cta {
    width: 100%;
    font-size: 30px;
    line-height: 36px;
  }

  .sticky_btn_call {
    width: 70px;
    height: auto;
    bottom: 1%;
    left: auto;
    right: 1%;
  }

  .btn-group {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
  }

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

  .lb-img {
    height: 120px;
  }

  .dropdown-toggle {
    padding-left: 40px;
  }

  .button {
    text-align: center;
    width: 100%;
  }

  .button.email {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }

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

  .nav-link-2 {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    padding-right: 0;
  }

  .nav-link-2.w--current {
    justify-content: center;
    margin-left: 0;
    padding-right: 0;
  }

  .dl-link {
    width: 100%;
    padding-right: 20px;
  }

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

  .navbar {
    width: 100%;
    min-height: 60px;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .announcement-barn-link.test {
    font-weight: 500;
  }

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

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

  .nav-link-text-3 {
    text-align: center;
    letter-spacing: 1px;
  }

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

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

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

  .icon-6 {
    color: var(--white);
    text-align: center;
  }

  .menu-button-4 {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .menu-button-4.w--open {
    z-index: 200;
    width: 1005px;
  }

  .header-contact {
    margin-top: 0;
  }

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

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

  .nav-menu {
    text-align: center;
    background-color: #fff;
    align-items: center;
    width: 100%;
    padding-top: 60px;
  }

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

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

  .dl-menu-2.w--open {
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section-2.header-section.nav-verticle {
    background-color: #0000;
    background-image: none;
    padding-top: 0;
    position: relative;
  }

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

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

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

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

  .left-contact.right {
    padding: 15px;
  }

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

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

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

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

  .p-2 {
    font-size: 17px;
    line-height: 24px;
  }

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

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

  .left-side {
    margin-top: 60px;
    margin-bottom: 0;
    box-shadow: -8px 6px #fff;
  }

  .left-side.r {
    box-shadow: 7px -8px 0 0 var(--primary);
    width: 100%;
    margin-top: 0;
  }

  .list-head-2 {
    text-align: left;
    line-height: 25px;
  }

  .container-4 {
    width: 85%;
  }

  .inner-img-2 {
    min-height: 300px;
    margin-top: 0;
  }

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

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

  .lg-text-sec.center {
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-6.center {
    font-size: 19px;
    line-height: 1.5;
  }

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

  .footer-legal {
    text-align: center;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0;
  }

  .footer-legal.copyright {
    margin-top: 30px;
  }

  .legal {
    text-align: left;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .social-link {
    margin-left: 0;
  }

  .footer-detail-left {
    width: auto;
  }

  .social-icon-wrap {
    margin-top: 10px;
  }

  .footer-logo {
    width: 165px;
  }

  .footer-detail-right {
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 10px;
  }

  .paragraph {
    line-height: 30px;
  }

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

  .scroll-up {
    z-index: 3;
  }

  .brand-2 {
    text-align: center;
    width: 100%;
  }

  .brand-2.w--current {
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

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

  .h1-small {
    font-size: 18px;
    line-height: 20px;
  }

  .bold-text-2 {
    font-size: 16px;
    font-weight: 600;
    line-height: 23px;
  }

  .intro {
    display: none;
  }

  .lottie-animation-2 {
    width: 90%;
  }

  .service-p-small {
    font-size: 1em;
  }

  .title-wrapper.margin-bottom-20 {
    text-align: center;
  }

  .heading-1-title-2 {
    text-align: left;
    white-space: normal;
    font-size: 2em;
    display: inline-block;
  }

  .bullet-font-icon {
    flex: none;
  }

  .services-block-home {
    z-index: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .services-home-bullet-list {
    padding-left: 0;
  }

  .services-home-bullet-list._3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .para-2 {
    font-size: 1em;
  }

  .para-2.width-60.dark-text {
    color: var(--third);
    width: 100%;
    font-weight: 400;
  }

  .container-6 {
    flex-direction: column;
    justify-content: space-between;
    width: 90%;
    display: flex;
  }

  .slogan {
    text-align: center;
  }

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

  .gallery-thumb {
    height: 265px;
  }

  .gallery-thumb:hover {
    outline-offset: -15px;
    outline-width: 2px;
  }
}

#w-node-_86dc6770-16cb-81fb-c036-7e9b77c027e6-b9e37729, #w-node-f144fa74-7035-038d-61cc-54a3e89c38a7-b9e37729, #w-node-_6eba55bf-997e-67b8-6385-042e8a8d2233-b9e37729, #w-node-_3ee81e69-aa64-9f71-f0c3-601841aae282-b9e37729, #w-node-_203388a3-e9de-c6c6-8195-bef8aec99a93-b9e37729, #w-node-_203388a3-e9de-c6c6-8195-bef8aec99a96-b9e37729, #w-node-_203388a3-e9de-c6c6-8195-bef8aec99a99-b9e37729 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_388863ce-f47e-b6cc-7cfd-33913d0b0fb3-3d0b0fb0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_388863ce-f47e-b6cc-7cfd-33913d0b0fb8-3d0b0fb0 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_388863ce-f47e-b6cc-7cfd-33913d0b0fc5-3d0b0fb0 {
  grid-area: 1 / 4 / 2 / 6;
}

#w-node-_66a06520-922d-efa9-3865-c461492e26a1-492e2694, #w-node-_66a06520-922d-efa9-3865-c461492e26ac-492e2694, #w-node-_66a06520-922d-efa9-3865-c461492e26b5-492e2694 {
  align-self: center;
}

#w-node-_14861803-7183-e37a-cfcf-65d9bda67c91-ac19eb27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

@media screen and (max-width: 991px) {
  #w-node-_86dc6770-16cb-81fb-c036-7e9b77c027e6-b9e37729 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_388863ce-f47e-b6cc-7cfd-33913d0b0fb3-3d0b0fb0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_388863ce-f47e-b6cc-7cfd-33913d0b0fb3-3d0b0fb0 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_388863ce-f47e-b6cc-7cfd-33913d0b0fb8-3d0b0fb0 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_388863ce-f47e-b6cc-7cfd-33913d0b0fc5-3d0b0fb0 {
    grid-area: 2 / 2 / 3 / 4;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_388863ce-f47e-b6cc-7cfd-33913d0b0fb3-3d0b0fb0 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_388863ce-f47e-b6cc-7cfd-33913d0b0fb8-3d0b0fb0 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_388863ce-f47e-b6cc-7cfd-33913d0b0fc5-3d0b0fb0 {
    grid-area: 3 / 1 / 4 / 4;
  }
}


@font-face {
  font-family: 'Fa6';
  src: url('../fonts/FA6-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa6 solid';
  src: url('../fonts/FA6-Solid.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa6 brands';
  src: url('../fonts/FA6-Brands.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clash Display';
  src: url('../fonts/ClashDisplayLight.otf') format('opentype'), url('../fonts/ClashDisplayLight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clash Display';
  src: url('../fonts/ClashDisplayRegular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clash Display';
  src: url('../fonts/ClashDisplayExtralight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clash Display';
  src: url('../fonts/ClashDisplayBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clash Display';
  src: url('../fonts/ClashDisplayMedium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clash Display';
  src: url('../fonts/ClashDisplaySemibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}