:root {
  --black: #000;
  --black-5: #d9d9d9;
  --black-9: #454545;
  --primary: #dfab67;
  --black-13: black;
  --white: #fff;
  --white-2: white;
  --black-12: #141414;
  --pading: 10px;
  --margin: 24px;
  --110px--medium-heading: Melodrama, sans-serif;
  --margin-mobile: 16px;
  --black-11: #1f1f1f;
  --black-10: #262626;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  overflow-x: hidden;
}

.navbar {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--black);
  background-color: rgba(69, 69, 69, 0);
  flex-flow: row;
  justify-content: space-between;
  width: auto;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: relative;
  left: 0;
  right: 0;
}

.container {
  text-align: left;
  justify-content: center;
  width: auto;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: static;
}

.container-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  width: auto;
  max-width: none;
  height: auto;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.body {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  border: 1px solid var(--black-5);
  background-color: var(--black-9);
  color: var(--black-9);
  flex-flow: column;
  align-items: stretch;
  font-family: Melodrama, sans-serif;
  display: block;
  overflow: visible;
}

.div-block {
  color: var(--primary);
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  font-family: Karla, sans-serif;
  font-weight: 500;
  display: flex;
}

.nav-menu {
  border: 1px solid var(--primary);
  justify-content: center;
  align-items: center;
  width: auto;
  height: 56px;
  line-height: 20px;
  display: flex;
  position: relative;
}

.nav-menu.contact-nav {
  border-width: 0;
}

.nav-link {
  color: var(--white-2);
  -webkit-text-stroke-color: var(--primary);
  margin-left: 0;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Karla, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.nav-link.home {
  color: var(--primary);
  margin-left: 0;
  margin-right: 0;
  font-weight: 500;
}

.nav-link.home.home-service {
  color: var(--black-12);
  font-weight: 300;
}

.nav-link.about-us-page {
  color: var(--primary);
  font-weight: 500;
}

.nav-link.about-us-page.contactus-aboutus {
  color: var(--black-12);
  font-weight: 300;
}

.nav-link.contact-us {
  color: var(--primary);
  font-weight: 500;
}

.nav-link.contact-us.contact-us-projects {
  color: var(--black-12);
  font-weight: 300;
}

.nav-link.projects-nav {
  color: var(--primary);
  font-weight: 500;
}

.nav-link.navlink-black {
  color: var(--black-12);
}

.div-block-2 {
  justify-content: space-between;
  display: flex;
  position: relative;
}

.div-block-3 {
  clear: none;
  grid-column-gap: 162px;
  grid-row-gap: 162px;
  object-fit: fill;
  flex: 0 auto;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.menu-button {
  padding-bottom: 18px;
}

.brand {
  width: auto;
  height: auto;
}

.div-block-4 {
  background-image: url('../images/logo.svg');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: contain;
  background-attachment: scroll;
  align-items: center;
  width: 120px;
  height: 90px;
  display: block;
  position: relative;
}

.container-3 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.text-block {
  color: var(--white);
  font-family: Melodrama, sans-serif;
  font-size: 100px;
  font-weight: 300;
  line-height: 110%;
}

.text-block.medium {
  font-family: var(--110px--medium-heading);
  color: var(--white);
  font-size: 110px;
  font-weight: 500;
  line-height: 121%;
}

.text-block.medium.info {
  color: var(--primary);
  font-family: Melodrama, sans-serif;
  font-size: 84px;
  font-weight: 600;
}

.text-block.medium.info.wallsticker03 {
  color: var(--primary);
  font-size: 74px;
  font-weight: 500;
}

.text-block.medium.experts {
  font-family: Melodrama, sans-serif;
  font-size: 76px;
  font-weight: 300;
}

.text-block.medium.experts.wallsticker04 {
  color: var(--white-2);
  font-size: 56px;
}

.text-block.medium.experts.wallsticker04.about-us {
  color: var(--white);
}

.text-block.medium.experts.wallsticker04.about-us.contact-us {
  color: var(--white-2);
}

.text-block.medium.wallsticker {
  color: var(--white);
  -webkit-text-stroke-color: var(--white);
  font-size: 76px;
  font-weight: 600;
}

.text-block.medium.wallsticker.second {
  color: var(--primary);
  font-weight: 400;
}

.text-block.medium.wallsticker.about-us {
  color: var(--white);
  -webkit-text-stroke-color: var(--black);
}

.text-block.medium.wallsticker.about-us.contact-us {
  color: var(--white);
}

.text-block.wallsticker {
  color: var(--white);
  white-space: nowrap;
  word-break: normal;
  font-size: 75px;
  font-weight: 300;
}

.text-block.wallsticker.about-us {
  color: var(--white);
}

.text-block.wallsticker.about-us.contact-us {
  color: var(--black-5);
}

.text-block.wallsticker01 {
  color: var(--white);
  font-size: 86px;
  font-weight: 600;
}

.text-block.wallsticker01.about-us {
  color: var(--white);
  white-space: nowrap;
}

.text-block.wallsticker01.about-us.contact-us {
  color: var(--white);
}

.div-block-5 {
  border: .5px solid var(--primary);
  background-color: rgba(255, 255, 255, 0);
  justify-content: flex-start;
  width: 100%;
  margin-top: 16px;
  display: flex;
}

.div-block-6 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-7 {
  box-sizing: border-box;
  text-align: right;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
}

.div-block-7.last {
  align-items: flex-end;
  width: 100%;
}

.container-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  width: 100%;
  max-width: none;
  height: 800px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.build-up {
  background-color: var(--black-9);
  padding: 40px 60px;
  overflow: hidden;
}

.headline {
  background-color: var(--black-9);
  color: var(--black-13);
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-top: 0;
  padding: 100px 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-8 {
  background-image: url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhahwBthzqhRD9XthdfZRfnXijDEkpEu9gy3F78y5lCMLznEW1Y_BodKYjIrLJt1vH0_DMNpB2_ywBRWqvaqIYiNa4vc66FRsJgWRctOKK1BilROKMJzVCTAh9ycYe9iVl6Pq64qVkyMQv-BOV1oRS8Qn9EjFnUOfgv8RDUR648L7RCY3GTwNIkdbGVdRX_/s1600/666eb3ef85c77cf08cc1b167_WhatsApp%20Image%202024-06-15%20at%205.33.45%20PM.jpeg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-9 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 81%;
  height: 100%;
  display: flex;
}

.div-block-10 {
  background-image: url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiVTRXXvi11d9C48bCVGM5Mm7XWrf45b3oYGjthXC1BX0IUUt9LINk1ep8kT8L2OnIMC4ldKB6_PSbZOMaOIAlQBC-XIhvKbLhMGjRfSd6GgSDTJmruHvDmzhQd5cNY9Pv7rWJlcthRQDZdFpY9Ec4VQHOT77ZaRuZbt5MCJ9EmCfsiN7II_xkn5WMF_dbP/s850/brush-hand-painting-wooden-table%20(1)%201.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.div-block-11 {
  background-image: url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjLXjU8ffdyK6P9n4pi55JpdlmK0lscYHe5nvj3eHQRadjR0YshY0Vi8fjni7kRUkcG7I6zmi8pK8rWs-1rSE92U8LdBNSCb9E1_u8kgZJBFXGXujjCY6sDwsZNmYoL5I4RbOibNlMrpy4N7AIy4cCHhrjRGXJ0JJWJDrpujbOdFZIRuMfux1o8LxLbQADo/s850/WhatsApp%20Image%202024-06-15%20at%205.33.40%20PM.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.paragraph {
  margin-bottom: 0;
  font-size: 44px;
  line-height: 34px;
}

.heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 88px;
  font-weight: 700;
  line-height: 70px;
}

.div-block-12 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  border-style: solid;
  border-width: .5px 0;
  border-color: var(--black-13) var(--black-9);
  background-color: var(--primary);
  color: var(--black);
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
}

.div-block-13 {
  flex-flow: column;
  justify-content: space-between;
  width: 71%;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.container-5 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  align-items: center;
  margin-left: 60px;
  margin-right: 60px;
  display: flex;
}

.heading-2 {
  aspect-ratio: auto;
  color: var(--primary);
  text-align: center;
  -webkit-text-stroke-color: var(--black-12);
  text-indent: 4px;
  text-transform: none;
  white-space: nowrap;
  object-fit: fill;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 52px;
  font-weight: 400;
  line-height: 54px;
  text-decoration: none;
}

.heading-2.projects {
  color: var(--white);
  padding-left: 0;
  padding-right: 0;
}

.heading-2.projects-headline {
  color: var(--white);
  font-size: 52px;
  line-height: 58px;
}

.heading-2.projects-headline.footer-headline {
  font-size: 38px;
  line-height: 42px;
}

.heading-2.projects-headline.testimonials {
  text-align: left;
  padding-bottom: 0;
}

.heading-2.contact-us, .heading-2.services-heading {
  color: var(--white);
}

.div-block-14 {
  grid-column-gap: 41px;
  grid-row-gap: 41px;
  justify-content: space-between;
  height: auto;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.div-block-15, .div-block-16 {
  flex-flow: column;
  display: flex;
}

.div-block-17 {
  background-image: url('../images/Frame-29010.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 110px;
  height: 110px;
  overflow: visible;
}

.div-block-18 {
  background-image: url('../images/Frame-29011.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 110px;
}

.div-block-19 {
  background-image: url('../images/Frame-29012.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  width: 110px;
  height: 110px;
}

.div-block-20 {
  background-image: url('../images/Frame-29013.png');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: contain;
  width: 110px;
  height: 110px;
}

.div-block-21 {
  background-image: url('../images/Frame-29019.png');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: contain;
  background-attachment: scroll;
  width: 110px;
  height: 110px;
}

.div-block-22 {
  background-image: url('../images/Frame-29015.png');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: contain;
  width: 110px;
  height: 110px;
}

.supply-s {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: var(--black-9);
  flex-flow: column;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  overflow: hidden;
}

.div-block-23 {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: var(--primary);
  object-fit: fill;
  width: 280px;
  padding-bottom: 18px;
}

.div-block-23.service-headline {
  width: 190px;
  padding-bottom: 10px;
  font-family: Melodrama, sans-serif;
}

.div-block-23.service-headline.projects-headline {
  width: 142px;
  margin-bottom: 20px;
  padding-bottom: 4px;
}

.div-block-23.service-headline.projects-headline.follow {
  width: 230px;
}

.div-block-23.service-headline.projects-headline.links {
  width: 186px;
}

.div-block-23.service-headline.projects-headline.project {
  width: 216px;
  padding-left: 0;
}

.div-block-23.service-headline.projects-headline.project.testimonials {
  width: 270px;
  margin-left: 60px;
  padding-left: 0;
  display: none;
}

.div-block-23.service-headline.contact-details {
  width: 328px;
  margin-bottom: 30px;
}

.div-block-23.service-headline.other-services {
  width: 329px;
}

.services {
  background-color: var(--black-9);
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 40px 60px;
  overflow: hidden;
}

.container-6 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.div-block-24 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: auto;
  display: flex;
}

.div-block-24.residencialpainting {
  flex: 0 auto;
  justify-content: center;
  align-items: flex-end;
  width: 78%;
}

.div-block-24.roof-painting {
  justify-content: flex-end;
  align-items: flex-start;
  height: auto;
}

.div-block-24.waterblasting {
  justify-content: center;
  align-items: flex-start;
}

.div-block-24.waterblasting.drywall {
  justify-content: flex-end;
  height: auto;
  text-decoration: none;
}

.div-block-24.waterblasting.drywall.professional-wood-varnishing-services {
  align-items: flex-end;
}

.div-block-25 {
  background-image: url('../images/Minimal-amazing-interior-design-1.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}
667545eaac5cd215631eaf08_Frame 29166
.div-block-25.comercial-painting {
  background-image: url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhEvgyaMLhNIo1FlAVHtogcNnks_Jqvjjg_KrvoGxFa35xWPQtZq8zyvcqmY-8-B34IjvoSjF4WbzwW6pzGt_o_e-LUDcT6Rk3LXyNpf3E5ZlY6PDChLyG9HM-mGGz74eXGMvu8hNY7FRUV2-wbMwo9DBQTCIvDEjRw1NlUu4k5kBxCBElmAel0CxW_SeXU/s700/667545ea9295fea277849feb_Frame%2029167.png');
  background-position: 50% 0;
  background-size: cover;
  width: 100%;
  height: 200px;
}

.div-block-25.roof-painting {
  background-image: url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhTIaoQ4JcxvXz3Smvidviu4Y-zGPC4mOA22_cY5gAkTxxWE8vSTei1KWGLKmLlPLeIiXidOPGeDC4RUQZlOxXAQmTMDd41kAbTxPtC4uS3mFQi_HSxk4hLye9JGX6Hh1Fj4-hgllgtHJnFQ14RUB2Qgw_C4O4APDu-O8v8XHYl_0FRCz9PuY0a3b25bOf1/s850/OIP%20(6).png');
  width: 78%;
  height: 200px;
}

.div-block-25.roof-painting.water-blasting {
  background-image: url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiW2zJIx5OmIJXlejRuhRpXV9tnncu0isyGrL8tQW8r5dawQXVKFMjtk9h1nSpjXmERLQLrq0j0vsDNxrQsnXEOEy9iEjm9AzU28xIi2b7qDkM-hbp-m5FTUdh-3BUobMRZc6OTj-0EYw6wCJ90X2MI5Vg5oSGFvFEM7gfGiq4R0bxLLPpGRkglmW1_3XXV/s1108/WhatsApp%20Image%202024-06-15%20at%205.33.39%20PM%20(1)%201.png');
  width: 60%;
  height: 300px;
}

.div-block-25.residencialpainting {
  background-image: url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhJz20Q0QmEt_j3zB2xysq8SAfSR36wrXJXsa1Vr82uVrk4agRS1H6hqdMz22yQcYPogG4U2650-MHqiFtgLpUfOjekvinmVgHnTxM8nj6J5SPE3H-qJ7X15ZXB4dsA7d2QIBHrpMzK1J_BXA0w2tmiSY05x8QZAxONUA-CUcov5ITegg1cSi3sLt3vvS3W/s700/667545eaac5cd215631eaf08_Frame%2029166.png');
  width: 78%;
  height: 550px;
}

.div-block-25.residencialpainting.drywall {
  background-image: url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgEsopRGYKsgdmgg0f2HWiTpUYvWnYWpNBeOW3mbq9qhCgu8isIPW7dOLRIwuyQW8s6eeEC39XrGhoku6V8jcGfe7qOBIF086h6iTPhVolbGFf03JCO6dsvFqQs09nRIdq5OlsclqAgBThNYAme5UMhiJMMbNGRdDBbzOa0ntmvr-t9wee3q_CNDFDEiZ_G/s449/66673f39b8d3a34c51035bb8_Minimal%20amazing%20interior%20design-2.png');
  height: 450px;
}

.div-block-25.residencialpainting.drywall.professional-wood-varnishing-services {
  background-image: url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg_tbFyw6V30ggcgMkewj8nfy-U1-Y_PL9cfLauw4pZ3nEnzKpLk6o7V_F0vGg47-hkVqKmO2laIK5AyxF37czWEHNWofkTBsYNethOq7howyE44pH4Q8krzC-vFrELfl6Q99G_RKhO7kEgHUKRtRPXC8_Jv9a5YSpkTi_-cp_V1SXzdHYIB5woiDRczDz2/s1088/brush-hand-painting-wooden-table%20(1)%201.png');
}

.div-block-25.wallpaper {
  background-image: url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjZLgoyKcWAX-YzNaCCu8WOp7ZYbTKoQWxfZ4iOU_2QtOq3fuum52EZ_ScOfobptesZEb79HXXJFSfDD5w2qsU3mpNM6icpJGaDvAm1QCd2iAGLWSnaNf-KfKd6HM8JYgT55acQTAI0q_a1wjekVMMw0p8L3-8R6Ms2plwLXAfNuRcG9raiy3UC_nZ3rV12/s1094/666eb3ef2a54fab580326e43_WhatsApp%20Image%202024-06-15%20at%205.33.43%20PM.jpeg');
  height: 760px;
}

.heading-3 {
  color: var(--white);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 34px;
  font-weight: 500;
  line-height: 40px;
}

.paragraph-2 {
  color: var(--black-5);
  width: 100%;
  margin-bottom: 0;
  font-family: Karla, sans-serif;
  font-size: 16px;
  line-height: 18px;
}

.paragraph-2.wallpaper {
  color: var(--black-5);
}

.div-block-26 {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.div-block-26.div2 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: flex-end;
  margin-top: 40px;
}

.div-block-26.div2.div3 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  align-items: flex-end;
  height: auto;
  margin-top: 40px;
}

.div-block-27 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-block-27.roof-painting {
  width: 78%;
}

.div-block-27.roof-painting.water-blasting-headline {
  width: 60%;
}

.div-block-28 {
  width: 100%;
}

.div-block-28.residencialpainting {
  width: 78%;
}

.projects {
  background-color: var(--black-9);
  margin-top: 0;
  margin-bottom: 0;
  padding: 140px 60px 0;
  overflow: visible;
}

.container-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  max-width: none;
  padding-top: 0;
  display: flex;
}

.heading-4 {
  color: var(--white);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 54px;
  font-weight: 300;
  line-height: 56px;
}

.paragraph-3 {
  color: var(--black-5);
  text-transform: uppercase;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  margin-right: 20px;
  padding-right: 0;
  font-family: Karla, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.div-block-29 {
  padding-top: 40px;
  padding-bottom: var(--margin);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: .2px solid var(--primary);
  background-color: var(--black-9);
  align-items: center;
  margin-top: 0;
  margin-bottom: 220px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 5rem;
}

.div-block-29.is-2 {
  top: 8rem;
}

.div-block-29.is3 {
  top: 11rem;
}

.div-block-29.is4 {
  margin-bottom: 100px;
  top: 14rem;
}

.image, .image-2, .image-3, .image-4, .image-5, .image-6 {
  width: 100%;
}

.big-cta-button {
  z-index: 0;
  background-color: var(--white);
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-bottom: 60px;
  padding-left: 60px;
  padding-right: 60px;
  display: none;
  position: -webkit-sticky;
  position: sticky;
  top: -332px;
}

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

.div-block-30 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  border: 4px solid var(--primary);
  flex-flow: column;
  padding: 40px 20px;
  display: flex;
}

.div-block-30.cta-btn {
  margin-top: 100px;
  margin-bottom: 100px;
  font-family: Melodrama, sans-serif;
}

.heading-5 {
  color: var(--black-12);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 100px;
  font-weight: 300;
  line-height: 86px;
}

.heading-6 {
  color: var(--black);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 90px;
  font-weight: 700;
  line-height: 71px;
}

.footer-dark {
  z-index: -1;
  background-color: var(--black);
  color: var(--black);
  border-bottom: 1px solid #e4ebf3;
  padding: 60px;
  font-family: Melodrama, sans-serif;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  bottom: 0;
}

.footer-dark.footer-project {
  z-index: -1;
  background-color: var(--black-9);
  color: var(--black-9);
  border-bottom-width: 0;
  justify-content: center;
  padding-bottom: 40px;
  display: flex;
  position: static;
}

.footer-dark.footer-project.footer-project {
  z-index: 0;
}

.container-9 {
  justify-content: space-between;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-brand {
  margin-right: 34px;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: var(--black-5);
  text-transform: uppercase;
  margin-top: 12px;
  margin-bottom: 6px;
  font-family: Karla, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
  text-decoration: none;
}

.footer-link:hover {
  color: rgba(26, 27, 31, .75);
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.mask {
  width: 100%;
  max-width: none;
}

.slider {
  background-color: var(--black-9);
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 100px;
  overflow: hidden;
}

.slide, .image-7 {
  width: 100%;
  max-width: none;
}

.image-8 {
  max-width: none;
}

.image-9 {
  width: 100%;
  max-width: none;
}

.section {
  width: 100%;
  display: flex;
}

.div-block-31 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  flex: none;
  justify-content: space-between;
  width: 348px;
  height: auto;
  display: flex;
  overflow: visible;
}

.heading-7 {
  position: absolute;
}

.heading-8 {
  z-index: 1;
  color: var(--white);
  white-space: normal;
  word-break: normal;
  margin-bottom: 0;
  line-height: 40px;
  position: relative;
}

.heading-8.subhead {
  margin-top: 4px;
  font-family: Karla, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
}

.div-block-32 {
  flex: none;
  width: 380px;
  display: block;
}

.div-block-32.div-block-31 {
  width: 380px;
}

.div-block-33 {
  background-image: url('../images/Frame-39.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding: 40px;
  display: inline-block;
}

.div-block-33.second {
  background-image: url('../images/Frame-40.png');
  padding: 40px;
}

.div-block-33.third {
  background-image: url('../images/Frame-41.png');
  padding-left: 40px;
  padding-right: 40px;
  overflow: visible;
}

.paragraph-4 {
  color: var(--white-2);
  -webkit-text-stroke-color: var(--white);
  white-space: pre-line;
  margin-top: 20px;
  font-family: Karla, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.navbar-no-shadow {
  width: 100%;
}

.navbar-no-shadow-container {
  z-index: 0;
  background-color: rgba(0, 0, 0, 0);
  width: auto;
  max-width: none;
  margin-left: 100px;
  margin-right: 100px;
  padding: 20px;
  display: block;
  position: static;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

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

.nav-menu-2 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link-2 {
  color: var(--black-12);
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Karla, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  color: var(--white-2);
  width: 16px;
  height: 16px;
  margin-right: 10px;
}

.nav-dropdown-icon.navblack-icon {
  color: var(--black-12);
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
  flex-flow: column;
  display: flex;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.mobile-margin-top-10 {
  list-style-type: none;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: rgba(0, 0, 0, 0);
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

.container-10 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: rgba(26, 27, 31, .75);
}

.text-block-2 {
  color: var(--black-12);
  font-family: Karla, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.dropdown-2 {
  color: var(--black);
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.dropdown-toggle {
  margin-right: 0;
  padding: 0;
}

.div-block-34 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding-left: 12px;
  padding-right: 30px;
  display: flex;
}

.nav {
  color: var(--black-12);
  padding: 0;
  font-size: 20px;
  font-weight: 300;
}

.nav.w--current {
  color: #fff;
  text-decoration: none;
}

.nav.nav-link {
  color: var(--white-2);
  font-weight: 300;
}

.nav.nav-link.service {
  color: var(--primary);
  font-weight: 500;
}

.nav.nav-link.navlink-black {
  color: var(--black-12);
}

.dropdown-list.w--open {
  border-style: solid;
  border-width: 0 1px 1px;
  border-color: var(--primary);
  background-color: var(--black-12);
  color: var(--black-12);
  border-radius: 0;
  margin-top: 18px;
  padding: 8px;
  font-size: 20px;
  font-weight: 300;
}

.dropdown-link {
  color: var(--white-2);
  font-weight: 300;
}

.dropdown-link.wallpaper-page.w--current {
  color: var(--primary);
  font-weight: 400;
}

.dropdown-link-2 {
  color: var(--white-2);
  padding-top: 12px;
  padding-bottom: 12px;
  font-weight: 300;
}

.dropdown-link-2.comercial-painting.w--current {
  color: var(--primary);
  font-weight: 400;
}

.dropdown-link-3 {
  color: var(--white-2);
  padding-top: 12px;
  padding-bottom: 12px;
  font-weight: 300;
}

.dropdown-link-3.w--current, .dropdown-link-3.residential-painting.w--current, .dropdown-link-3.roof-painting.w--current, .dropdown-link-3.water-blasting, .dropdown-link-3.water-blasting.wood-varnishing {
  color: var(--primary);
  font-weight: 400;
}

.dropdown-link-3.water-blasting.wood-varnishing.wood-varnishing-waterblasting, .dropdown-link-3.water-blasting.wood-varnishing-water-washing {
  color: var(--white-2);
  font-weight: 300;
}

.section-2 {
  z-index: -1;
  background-color: var(--white);
  padding: 36px 60px 40px;
  position: -webkit-sticky;
  position: sticky;
  top: -464px;
  overflow: hidden;
}

.section-2.black {
  z-index: -3;
  background-color: var(--black-9);
  padding-top: 60px;
  padding-bottom: 60px;
  position: -webkit-sticky;
  position: sticky;
  top: -1000px;
}

.section-2.black.black2 {
  z-index: -1;
  background-color: var(--black-9);
  position: -webkit-sticky;
  position: sticky;
  top: -1422px;
}

.section-2.one {
  z-index: -4;
  height: auto;
  position: -webkit-sticky;
  position: sticky;
  top: -900px;
}

.section-2.white {
  z-index: -2;
  top: -950px;
}

.body-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  align-items: center;
  font-family: Melodrama, sans-serif;
  font-weight: 300;
  display: flex;
   overflow-x: hidden;
}

.heading-9 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Melodrama, sans-serif;
  font-size: 90px;
  font-weight: 400;
  line-height: 89px;
}

.heading-9.white {
  color: var(--white);
}

.container-11 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  max-width: none;
  margin-top: 0;
  display: flex;
}

.section-3 {
  flex-flow: column;
  align-items: flex-start;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.container-12 {
  max-width: none;
}

.section-4 {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  background-color: var(--black-9);
  flex-flow: column;
  width: 100%;
  max-width: 100%;
  padding: 100px 60px;
  display: flex;
  overflow: hidden;
}

.section-4.about-us, .section-4.about-us.contact-us {
  background-color: var(--black-9);
}

.div-block-35 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.div-block-36 {
  width: auto;
  max-width: none;
}

.paragraph-5 {
  color: var(--black-5);
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Karla, sans-serif;
  font-size: 16px;
  line-height: 21px;
}

.paragraph-5.about-us {
  color: var(--white);
}

.paragraph-5.about-us.who-are-we {
  color: var(--white);
  font-size: 38px;
  line-height: 32px;
}

.paragraph-5.head {
  margin-top: 0;
  margin-bottom: 4px;
  font-size: 22px;
  line-height: 24px;
}

.paragraph-5.top-content {
  margin-bottom: 20px;
}

.div-block-37 {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-flow: column;
  justify-content: flex-start;
  width: 400px;
  max-width: none;
  display: flex;
}

.image-11 {
  width: auto;
}

.image-12 {
  width: auto;
  max-width: 100%;
}

.container-13 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: auto;
  max-width: 100%;
  display: flex;
}

.image-13 {
  width: 100%;
}

.container-14 {
  max-width: none;
}

.section-5 {
  z-index: -1;
  background-color: var(--black);
  margin-top: 0;
  padding: 0;
  position: -webkit-sticky;
  position: sticky;
  top: -700px;
  overflow: hidden;
}

.section-6 {
  background-color: rgba(255, 255, 255, 0);
  max-width: none;
  padding: 20px 60px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.section-6.section-7 {
  position: static;
}

.section-7 {
  background-color: var(--white);
  flex-flow: column;
  width: 100%;
  max-width: 100%;
  padding-left: 60px;
  padding-right: 60px;
  display: block;
}

.section-8 {
  width: auto;
  max-width: none;
  padding-left: 60px;
  padding-right: 60px;
  display: block;
}

.section-8.section-6 {
  z-index: 2;
  position: relative;
}

.div-block-38 {
  justify-content: space-between;
  margin-top: 13px;
  display: flex;
}

.container-15 {
  width: 100%;
  max-width: 100%;
}

.heading-10 {
  color: var(--primary);
  margin-bottom: 4px;
  font-family: Melodrama, sans-serif;
  font-weight: 600;
}

.paragraph-6 {
  color: var(--black-5);
  text-align: center;
  -webkit-text-stroke-color: var(--black-9);
  font-family: Karla, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.div-block-39 {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.heading-11 {
  color: var(--white-2);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Melodrama, sans-serif;
  font-size: 34px;
  font-weight: 300;
}

.paragraph-7 {
  color: var(--white-2);
  font-family: Karla, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.paragraph-7.submit {
  color: var(--black);
  margin-bottom: 0;
  font-family: Melodrama, sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.div-block-40 {
  border-style: solid;
  border-width: 1px;
  border-color: black black var(--primary);
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

.div-block-40.message {
  border-top-color: var(--primary);
  border-right-color: var(--primary);
  border-left-color: var(--primary);
  margin-top: 32px;
  padding-bottom: 100px;
}

.div-block-40.btn {
  background-color: var(--primary);
  border-bottom-width: 0;
  justify-content: center;
  padding-top: 22px;
  padding-bottom: 22px;
  padding-right: 10px;
  display: flex;
}

.div-block-41 {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  border: 1px solid var(--primary);
  flex-flow: column;
  margin-top: 60px;
  padding: 40px;
  display: flex;
}

.nav-link-wrapper {
  color: var(--white-2);
  -webkit-text-stroke-color: var(--primary);
  margin-left: 0;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Karla, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.nav-link-wrapper.home {
  color: var(--primary);
  margin-left: 0;
  margin-right: 0;
  font-weight: 500;
}

.nav-link-wrapper.home.home-service {
  color: var(--black-12);
  font-weight: 300;
}

.nav-link-wrapper.about-us-page {
  color: var(--primary);
  font-weight: 500;
}

.nav-link-wrapper.about-us-page.contactus-aboutus {
  color: var(--black-12);
  font-weight: 300;
}

.nav-link-wrapper.contact-us {
  color: var(--primary);
  font-weight: 500;
}

.nav-link-wrapper.navlink-black {
  color: var(--black-12);
}

.div-block-42 {
  flex-flow: column;
  height: 40px;
  display: flex;
  overflow: hidden;
}

.nav-link-copy {
  color: var(--black-12);
  -webkit-text-stroke-color: var(--primary);
  margin-left: 0;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Karla, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.nav-link-copy.home {
  color: var(--primary);
  margin-left: 0;
  margin-right: 0;
  font-weight: 500;
}

.nav-link-copy.home.home-service {
  color: var(--black-12);
  font-weight: 300;
}

.nav-link-copy.about-us-page {
  color: var(--primary);
  font-weight: 500;
}

.nav-link-copy.about-us-page.contactus-aboutus {
  color: var(--black-12);
  font-weight: 300;
}

.nav-link-copy.contact-us {
  color: var(--primary);
  font-weight: 500;
}

.body-3 {
  flex-flow: column;
}

.body-5, .body-6 {
  display: block;
      background-color: #454545;
}

.container-16 {
  max-width: none;
}

.section-9 {
  background-color: var(--black-9);
  margin-bottom: -26px;
  padding-bottom: 40px;
  padding-left: 60px;
  padding-right: 60px;
}

.div-block-43 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: var(--black-12);
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  margin-right: 100px;
  font-family: Melodrama, sans-serif;
  font-size: 27px;
  display: flex;
}

.div-block-43.content-div {
  flex-flow: column;
  max-width: none;
  margin-right: 0;
}

.paragraph-8 {
  white-space: nowrap;
  font-size: 28px;
  font-weight: 500;
  line-height: 30px;
}

.paragraph-8.content {
  z-index: 24;
  white-space: normal;
  margin-bottom: 0;
  font-family: Karla, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
  position: static;
}

.paragraph-8.content.black-content {
  color: var(--black-5);
  white-space: normal;
  font-weight: 300;
}

.paragraph-8.content.black-content.heading {
  color: var(--primary);
  font-size: 22px;
  font-weight: 400;
}

.paragraph-8.content.black-content.heading.exterior {
  margin-top: 20px;
}

.paragraph-8.white {
  color: var(--white);
}

.div-block-44 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.field-label {
  color: var(--black-5);
  font-family: Karla, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.field-label-2 {
  color: var(--black-5);
  margin-top: 40px;
  font-family: Karla, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.text-field {
  border: 1px solid var(--primary);
  color: var(--white);
  background-color: rgba(255, 255, 255, 0);
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
}

.text-field-2 {
  background-color: var(--black-13);
}

.text-field-4 {
  border: 1px solid var(--primary);
  background-color: var(--black-9);
  color: var(--white);
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
}

.submit-button {
  background-color: var(--primary);
  color: var(--black);
  width: 100%;
  max-width: 100%;
  margin-top: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: Melodrama, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 32px;
}

.textarea {
  border: 1px solid var(--primary);
  background-color: var(--black-9);
  color: var(--black-5);
  margin-top: 60px;
  padding-top: 10px;
  padding-bottom: 100px;
  font-family: Karla, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.sticky_element {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.sticky_wrap {
  z-index: 0;
  position: relative;
}

.sticky_track {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footer_link-header {
  margin-bottom: .6em;
  font-size: 1.4em;
  line-height: 1;
}

.footer_top-layout {
  grid-column-gap: 2em;
  grid-row-gap: 3em;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer_content {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.container-17 {
  z-index: 2;
  width: 100%;
  max-width: 80em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2em;
  padding-right: 2em;
  position: relative;
}

.spacer {
  height: 20vh;
  min-height: 0;
}

.footer_logo-text {
  letter-spacing: -.04em;
  font-size: 2.8em;
  font-weight: 300;
  line-height: 1;
}

.footer_small-link:hover {
  color: #fff;
}

.footer_bottom {
  grid-column-gap: .75em;
  grid-row-gap: .5em;
  color: rgba(255, 255, 255, .4);
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer_wrapper {
  width: 100%;
  max-width: 100%;
  margin-top: -20vh;
  overflow: visible;
}

.footer_component {
  background-color: #000;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
}

.spacer-96 {
  padding-bottom: 6em;
}

.footer_link {
  color: rgba(255, 255, 255, .4);
  width: 100%;
  font-size: 1.2em;
  line-height: 1.9;
  transition: color .1s;
  display: block;
}

.footer_link:hover {
  color: #fff;
}

.div-block-45 {
  background-color: var(--primary);
  color: var(--primary);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  height: 90vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.spacer-64 {
  padding-bottom: 4em;
}

.c_button_link {
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 2px solid #fff;
  min-width: 10em;
  padding: 1em 2.1em;
  line-height: 1;
}

.c_button_link:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}

.home-hero_image {
  opacity: .8;
  object-fit: cover;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.home-hero_heading {
  max-width: 5em;
  margin-left: auto;
  margin-right: auto;
}

.home-hero_wrapper {
  margin-bottom: -14vh;
}

.spacer-32 {
  padding-bottom: 2em;
}

.home-hero_section {
  text-align: center;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  min-height: 90vh;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.marquee-horizontal {
  z-index: 200;
  background-color: var(--primary);
  border: 0 solid #000;
  border-top-width: 1px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: auto;
  padding-top: 60px;
  padding-bottom: 163px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.marquee-horizontal.image-scroll {
  padding-top: 0;
  padding-bottom: 700px;
}

.marquee-horizontal-css {
  overflow: hidden;
}

.track-horizontal {
  height: Infinity% vwvw;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
  display: flex;
  overflow: visible;
}

.marquee-text {
  color: var(--black);
  text-transform: uppercase;
  flex: none;
  margin-right: 8vw;
  font-family: Melodrama, sans-serif;
  font-size: 145px;
  font-weight: 300;
  line-height: 121px;
  overflow: visible;
}

.marquee-text.rexr-2 {
  color: var(--black);
  font-family: Melodrama, sans-serif;
  font-weight: 600;
  overflow: visible;
}

.track {
  background-color: var(--black-13);
  height: 400vw;
}

.camera {
  width: 100vw;
  height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.frame {
  display: flex;
}

.item {
  text-align: right;
  flex: none;
  width: 100vw;
  height: 80vh;
  padding: 40px 60px;
}

.image-15 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.paragraph-9 {
  color: var(--black-5);
  max-width: none;
  font-family: Karla, sans-serif;
  font-size: 18px;
  line-height: 23px;
}

.heading-12 {
  color: var(--white);
  font-size: 46px;
}

.track-2 {
  background-color: var(--black-9);
  width: 100%;
  max-width: 100%;
  height: 400vw;
  padding-top: 20px;
  padding-bottom: 40px;
  position: static;
}

.image-16 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.paragraph-10 {
  color: var(--black-5);
  max-width: none;
  margin-bottom: 0;
  padding-top: 10px;
  font-family: Karla, sans-serif;
  font-size: 20px;
  line-height: 23px;
}

.heading-13 {
  color: var(--white);
  font-family: Melodrama, sans-serif;
  font-size: 48px;
  line-height: 49px;
}

.link-block, .link-block-2, .link-block-3, .link-block-3.w--current, .link-block-4, .link-block-5, .link-block-6 {
  text-decoration: none;
}

.header-secondary {
  max-width: 100%;
  font-size: 40px;
  line-height: 120%;
}

.spacer-60 {
  width: 100%;
  height: 60px;
}

.spacer-60._60-width {
  width: 60px;
}

.marquee-cover {
  z-index: 10;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 70%, var(--black-9)), linear-gradient(180deg, var(--black-9), rgba(255, 255, 255, 0) 30%);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.spacer-30 {
  width: 100%;
  height: 30px;
}

.spacer-30._15-xsvp {
  flex: none;
  width: 30px;
}

.icon {
  width: 65%;
  max-width: none;
}

.col {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.col.small {
  flex: none;
  width: 41%;
}

.header-quaternary {
  letter-spacing: 1px;
  max-width: 100%;
  font-size: 14px;
}

.header-quaternary.grey-text.uppercase {
  padding: 2px 4px;
}

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

.flex-vertical.marquee-fix {
  margin-top: 30px;
}

.paragraph-large {
  font-size: 20px;
}

.track-vertical {
  z-index: 11;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.container-18 {
  z-index: 10;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
}

.icon-container {
  box-shadow: 0 0 4px 0 var(--primary);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 85%;
  height: 15vw;
  margin-left: 10px;
  display: flex;
}

.track-vertical-alt {
  z-index: 11;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.button {
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #8f00ff;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 34px;
  padding: 10px 12px;
  font-size: 16px;
  display: flex;
}

.marquee {
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 600px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.flex-horizontal.flex-left {
  justify-content: flex-start;
}

.spacer-15 {
  width: 100%;
  height: 15px;
}

.link-block-7 {
  overflow: hidden;
}

.image-19 {
  width: auto;
}

.link {
  color: var(--black-5);
  font-family: Karla, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.link.svaan-tech {
  text-decoration: underline;
}

.paragraph-11 {
  color: var(--black-5);
  margin-bottom: 0;
  font-family: Karla, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.div-block-46 {
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  background-color: var(--black-10);
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.div-block-47 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  align-items: center;
  display: flex;
}

.link-block-8 {
  text-decoration: none;
}

.div-block-48 {
  padding-left: 0;
  display: flex;
}

.image-20 {
  vertical-align: baseline;
}

.div-block-49 {
  justify-content: flex-end;
  padding-left: 0;
  padding-right: 60px;
  display: flex;
}

.link-block-9, .link-block-10, .link-block-11, .link-block-12, .link-block-13, .link-block-14, .link-block-15, .link-block-15.w--current, .link-block-16 {
  text-decoration: none;
}

.heading-14 {
  color: var(--black);
  margin-bottom: 0;
  font-family: Melodrama, sans-serif;
  font-weight: 500;
  text-decoration: underline;
}

.heading-14.black {
  color: var(--white);
  -webkit-text-stroke-color: var(--white);
}

.section-10 {
  padding: 60px;
}

.paragraph-12 {
  font-family: Karla, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.link-block-17, .link-block-18, .link-block-19, .link-block-20, .link-block-21, .link-block-22, .link-block-23 {
  text-decoration: none;
}

.body-7 {
  overflow: visible;
  overflow-x: hidden;
}

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

.left-arrow, .right-arrow {
  display: block;
}

.spline-scene {
  z-index: 0;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-11 {
  background-image: url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh1TeCz52p8alOPuLiNJUVE7nquw0OipfiMPKOoZf1BiR75M5nnbv6iNy4KCP3Tj-Io-lj4_KWhxnYmbujKpW2Nb4RawKDtLfUPtFKueA7Rji8aPo9ZTxjL_h5xoPpK_-wOtSCZHqc74zvAIctU9zpVpggCcUcWZXpVAuWO2sNeAPHOe83unkbgj0GDRmqx/s6000/6673e4f9a8c70c9d6d89dfd7_R%20(2)%20(1).jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  align-items: stretch;
  width: auto;
  max-width: none;
  height: auto;
  max-height: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 128px;
  padding-bottom: 0;
  display: block;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.image-23 {
  display: none;
}

.cell {
  background-image: url('../images/WhatsApp-Image-2024-06-21-at-9.54.36-AM.jpeg');
  background-position: 50%;
  background-size: cover;
}

.cell-2 {
  background-image: url('../images/WhatsApp-Image-2024-06-21-at-9.54.37-AM.jpeg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
}

.section-12 {
  background-color: var(--white);
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: none;
  padding: 60px;
}

.quick-stack {
  background-color: var(--black-9);
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  padding: 0 0 40px;
}

.container-19 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex-flow: column;
  justify-content: space-around;
  max-width: none;
  height: auto;
  max-height: none;
  display: flex;
}

.div-block-50 {
  background-image: url('../images/WhatsApp-Image-2024-06-21-at-9.54.36-AM.jpeg');
  background-position: 50% 100%;
  background-size: cover;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
}

.div-block-50.commerical {
  background-image: url('../images/WhatsApp-Image-2024-06-21-at-9.54.38-AM.jpeg');
}

.div-block-50.commerical.div50-1 {
  background-image: url('../images/WhatsApp-Image-2024-06-21-at-9.54.38-AM-1.jpeg');
}

.div-block-50.commerical.div50-1.resitential {
  background-image: url('../images/WhatsApp-Image-2024-06-21-at-9.54.40-AM-2.jpeg');
}

.div-block-50.commerical.residential {
  background-image: url('../images/WhatsApp-Image-2024-06-21-at-9.54.40-AM.jpeg');
}

.div-block-51 {
  max-height: Infinity% ;
  background-image: url('../images/WhatsApp-Image-2024-06-21-at-9.54.37-AM.jpeg');
  background-position: 50% 0;
  background-size: cover;
  width: 100%;
  max-width: 100%;
  height: 100vh;
}

.div-block-51.commmerical {
  background-image: url('../images/WhatsApp-Image-2024-06-21-at-9.54.39-AM.jpeg');
  background-position: 50%;
}

.div-block-52, .div-block-53 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  display: flex;
}

.image-25 {
  width: 100%;
  height: 100%;
  max-height: 100%;
}

.marquee-horizontal-2 {
  z-index: 200;
  background-color: var(--black-9);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 40px;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 460px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.track-horizontal-alt {
  justify-content: flex-start;
  align-items: stretch;
  padding-bottom: 0;
  display: flex;
}

.marquee-text-2 {
  color: #fff;
  text-transform: uppercase;
  flex: none;
  margin-right: 8vw;
}

.is-pad-tb-128 {
  overflow: hidden;
}

.testimonial-wrap {
  padding-left: 0;
  overflow: hidden;
}

.testimonial-inner {
  box-sizing: border-box;
  object-fit: fill;
  display: flex;
  position: relative;
  overflow: auto;
}

.testimoinal {
  display: none;
  overflow: visible;
}

@media screen and (min-width: 1440px) {
  .container-2 {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
  }

  .body {
    border-width: 0;
  }

  .nav-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 654px;
    height: 62px;
  }

  .nav-link {
    color: var(--white-2);
    margin-left: 0;
    margin-right: 0;
    font-size: 22px;
  }

  .menu-button {
    padding-bottom: 12px;
  }

  .text-block {
    font-size: 144px;
  }

  .text-block.medium {
    font-family: Melodrama, sans-serif;
    font-size: 144px;
  }

  .text-block.medium.info {
    font-size: 104px;
  }

  .text-block.medium.info.wallsticker03 {
    font-size: 82px;
  }

  .text-block.medium.experts {
    font-size: 98px;
  }

  .text-block.medium.experts.wallsticker04 {
    font-size: 66px;
  }

  .text-block.medium.wallsticker {
    font-size: 106px;
  }

  .text-block.medium.wallsticker.second {
    font-size: 98px;
  }

  .text-block.wallsticker {
    font-size: 90px;
  }

  .text-block.wallsticker01 {
    font-size: 96px;
  }

  .build-up {
    max-width: 1920px;
    padding-left: 100px;
    padding-right: 100px;
  }

  .headline {
    max-width: 1920px;
    margin-top: 0;
    padding-left: 100px;
    padding-right: 100px;
  }

  .div-block-9 {
    width: 78%;
  }

  .heading-2 {
    color: var(--primary);
    font-size: 70px;
    line-height: 70px;
  }

  .heading-2.projects-headline {
    font-size: 58px;
  }

  .heading-2.projects-headline.footer-headline {
    font-size: 38px;
    line-height: 42px;
  }

  .div-block-14 {
    grid-column-gap: 62px;
    grid-row-gap: 62px;
  }

  .div-block-17, .div-block-18, .div-block-19, .div-block-20, .div-block-21, .div-block-22 {
    width: 140px;
    height: 140px;
  }

  .supply-s {
    max-width: 1920px;
  }

  .div-block-23 {
    width: 366px;
  }

  .div-block-23.service-headline {
    width: 248px;
  }

  .div-block-23.service-headline.projects-headline {
    width: 140px;
  }

  .div-block-23.service-headline.projects-headline.follow {
    width: 236px;
  }

  .div-block-23.service-headline.projects-headline.links {
    width: 190px;
  }

  .div-block-23.service-headline.projects-headline.project {
    width: 243px;
  }

  .div-block-23.service-headline.projects-headline.project.testimonials {
    width: 296px;
    margin-left: 100px;
    padding-left: 0;
  }

  .div-block-23.service-headline.contact-details {
    width: 441px;
  }

  .div-block-23.service-headline.other-services {
    width: 442px;
  }

  .services {
    max-width: 1920px;
    padding-left: 100px;
    padding-right: 100px;
  }

  .div-block-24.waterblasting.drywall {
    justify-content: flex-end;
  }

  .div-block-25.comercial-painting {
    background-image: url('../images/midsection-man-holding-umbrella-against-orange-wall-1-1.jpg');
    height: 320px;
  }

  .div-block-25.roof-painting {
    height: 300px;
  }

  .div-block-25.residencialpainting {
    height: 650px;
  }

  .div-block-25.residencialpainting.drywall {
    height: 450px;
  }

  .div-block-25.wallpaper {
    height: 700px;
  }

  .heading-3 {
    font-size: 50px;
    line-height: 58px;
  }

  .paragraph-2, .paragraph-2.wallpaper {
    font-size: 20px;
    line-height: 24px;
  }

  .div-block-26 {
    grid-column-gap: 300px;
    grid-row-gap: 300px;
    margin-top: 40px;
  }

  .div-block-26.div2 {
    grid-column-gap: 160px;
    grid-row-gap: 160px;
  }

  .div-block-26.div2.div3 {
    height: auto;
    margin-top: 67px;
  }

  .projects {
    max-width: 1920px;
    padding-left: 100px;
    padding-right: 100px;
  }

  .heading-4 {
    font-size: 78px;
    line-height: 67px;
  }

  .paragraph-3 {
    font-size: 20px;
    line-height: 24px;
  }

  .div-block-29 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .image-6 {
    width: 100%;
  }

  .big-cta-button {
    max-width: 1920px;
    margin-bottom: 0;
    padding-left: 100px;
    padding-right: 100px;
    display: none;
    top: -235px;
  }

  .div-block-30 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-5 {
    font-size: 140px;
    line-height: 124px;
  }

  .heading-6 {
    font-size: 120px;
    line-height: 110px;
  }

  .footer-dark {
    z-index: -1;
    max-width: 1920px;
    padding-left: 100px;
    padding-right: 100px;
    top: 0;
  }

  .footer-wrapper {
    justify-content: space-between;
    width: 100%;
    max-width: 1376px;
  }

  .footer-content {
    grid-column-gap: 100px;
  }

  .footer-link {
    font-size: 22px;
  }

  .slider {
    background-color: var(--black-9);
    margin-top: 0;
    margin-bottom: 0;
  }

  .heading-8 {
    font-size: 44px;
  }

  .heading-8.subhead {
    margin-top: 10px;
    font-size: 26px;
  }

  .div-block-32, .div-block-32.div-block-31 {
    width: 440px;
  }

  .div-block-33, .div-block-33.second {
    padding: 60px;
  }

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

  .paragraph-4 {
    font-size: 21px;
    line-height: 26px;
  }

  .dropdown-2 {
    padding-top: 10px;
    display: block;
  }

  .dropdown-toggle {
    padding: 0;
  }

  .div-block-34 {
    align-items: center;
    padding-top: 0;
    display: flex;
  }

  .nav {
    color: #fff;
    padding: 0;
    font-size: 16px;
  }

  .nav.nav-link {
    color: var(--white-2);
    font-size: 22px;
  }

  .nav.nav-link.service {
    color: var(--primary);
    font-weight: 500;
  }

  .dropdown-list.w--open {
    background-color: var(--black-12);
    border-radius: 0;
    margin-top: 20px;
    padding: 8px;
  }

  .dropdown-link, .dropdown-link-2, .dropdown-link-3 {
    color: var(--white-2);
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .dropdown-link-3.water-blasting.wood-varnishing.wood-varnishing-waterblasting {
    color: var(--white-2);
  }

  .section-2 {
    width: 100%;
    max-width: 100%;
    padding-left: 100px;
    padding-right: 100px;
       }


  .heading-9 {
    font-size: 114px;
    line-height: 100px;
    color: white !important;
  }

  .section-4 {
    padding-left: 100px;
    padding-right: 100px;
    position: relative;
  }

  .div-block-36 {
    flex: 0 auto;
    display: block;
  }

  .paragraph-5 {
    font-size: 20px;
    line-height: 24px;
  }

  .div-block-37 {
    width: 400px;
  }

  .container-13 {
    width: 100%;
  }

  .section-5 {
    max-width: 1920px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-6 {
    width: auto;
    max-width: none;
    padding-left: 100px;
    padding-right: 100px;
  }

  .section-7 {
    width: 100%;
    max-width: 100%;
    padding-left: 100px;
    padding-right: 100px;
  }

  .paragraph-7 {
    font-size: 19px;
  }

  .nav-link-wrapper {
    color: var(--white-2);
    margin-left: 0;
    margin-right: 0;
    font-size: 22px;
  }

  .nav-link-copy {
    color: var(--black-12);
    margin-left: 0;
    margin-right: 0;
    font-size: 22px;
  }

  .section-9 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .paragraph-8.content {
    white-space: normal;
  }

  .paragraph-8.content.black-content {
    white-space: normal;
    flex: 0 auto;
    display: block;
  }

  .text-field {
    color: var(--white);
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 20px;
  }

  .text-field-4 {
    background-color: var(--black-9);
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 19px;
  }

  .textarea {
    background-color: var(--black-9);
    padding-bottom: 140px;
    font-size: 20px;
  }

  .footer_wrapper {
    margin-top: -20vh;
  }

  .item {
    padding-left: 100px;
    padding-right: 100px;
  }

  .track-2 {
    background-color: var(--black-9);
    height: 600vw;
  }

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

  .link, .paragraph-11 {
    font-size: 18px;
  }

  .div-block-46 {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .div-block-48 {
    padding-left: 100px;
  }

  .div-block-49 {
    padding-left: 0;
    padding-right: 100px;
  }

  .link-block-9, .link-block-10, .link-block-11, .link-block-12, .link-block-13, .link-block-14, .link-block-15 {
    text-decoration: none;
  }

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

  .paragraph-12 {
    font-size: 20px;
    line-height: 24px;
  }

  .image-21 {
    vertical-align: baseline;
    width: auto;
    max-width: none;
  }

  .image-22 {
    max-width: none;
  }

  .section-12 {
    padding: 100px;
  }

  .marquee-horizontal-2 {
    padding-bottom: 600px;
    display: block;
  }
}

@media screen and (min-width: 1920px) {
  body {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .container-2 {
    width: auto;
    max-width: none;
  }

  .body {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-items: center;
    display: flex;
  }

  .nav-menu {
    width: 660px;
    height: 64px;
  }

  .text-block {
    font-size: 148px;
  }

  .text-block.medium {
    font-size: 154px;
  }

  .text-block.medium.info {
    font-size: 118px;
  }

  .text-block.medium.info.wallsticker03 {
    font-size: 116px;
  }

  .text-block.medium.experts {
    font-size: 100px;
  }

  .text-block.medium.experts.wallsticker04 {
    font-size: 90px;
  }

  .text-block.medium.wallsticker {
    font-size: 114px;
  }

  .text-block.wallsticker {
    font-size: 108px;
  }

  .text-block.wallsticker01 {
    font-size: 126px;
    line-height: 123%;
  }

  .container-4 {
    width: auto;
    max-width: none;
  }

  .build-up {
    width: 100%;
    max-width: 1920px;
  }

  .headline {
    margin-top: 0;
    padding-top: 140px;
  }

  .div-block-10 {
    background-image: url('../images/WhatsApp-Image-2024-06-15-at-5.33.46-PM.png');
  }

  .heading-2.projects-headline {
    font-size: 72px;
  }

  .supply-s {
    width: 1920px;
  }

  .div-block-23.service-headline.projects-headline.project {
    width: 290px;
    padding-bottom: 10px;
  }

  .div-block-23.service-headline.projects-headline.project.testimonials {
    width: 329px;
  }

  .div-block-23.service-headline.other-services {
    width: 444px;
  }

  .div-block-25.residencialpainting.drywall.professional-wood-varnishing-services {
    background-image: url('../images/brush-hand-painting-wooden-table-1-1.png');
  }

  .div-block-25.wallpaper {
    background-image: url('../images/WhatsApp-Image-2024-06-15-at-5.33.43-PM.jpeg');
  }

  .projects {
    background-color: var(--black-9);
  }

  .div-block-29.is4 {
    margin-bottom: 100px;
  }

  .big-cta-button {
    width: 1920px;
    top: -44px;
  }

  .footer-dark {
    z-index: -1;
    width: 1920px;
  }

  .container-9 {
    width: auto;
    max-width: 1357px;
  }

  .footer-wrapper {
    width: 100%;
    max-width: 100%;
  }

  .footer-content {
    grid-column-gap: 100px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: auto auto 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .slider {
    background-color: var(--black-9);
    max-width: 1920px;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
  }

  .heading-8 {
    font-size: 48px;
    line-height: 48px;
  }

  .heading-8.subhead {
    margin-top: 14px;
    font-size: 28px;
  }

  .div-block-32, .div-block-32.div-block-31 {
    width: 500px;
  }

  .div-block-33, .div-block-33.second, .div-block-33.third {
    padding: 100px;
  }

  .paragraph-4 {
    font-size: 24px;
    line-height: 30px;
  }

  .nav.w--current {
    color: #fff;
    text-decoration: none;
  }

  .nav.nav-link {
    color: var(--white-2);
    font-size: 22px;
  }

  .section-2 {
    width: 1920px;
    max-width: 1920px;
  }

  .heading-9 {
    font-size: 140px;
    line-height: 130px;
  }

  .section-4.about-us.contact-us {
    width: 1920px;
    max-width: 1920px;
  }

  .div-block-35 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .paragraph-5 {
    font-size: 24px;
    line-height: 30px;
  }

  .paragraph-5.head {
    font-size: 30px;
    line-height: 29px;
  }

  .div-block-37 {
    width: 800px;
  }

  .container-13 {
    width: 100%;
  }

  .container-14 {
    width: 1920px;
    max-width: 1920px;
    margin-top: 0;
  }

  .section-5 {
    width: 1920px;
    margin-top: 20px;
  }

  .section-6 {
    width: 100%;
    max-width: 1920px;
    display: block;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .section-7 {
    width: 100%;
    max-width: 1920px;
  }

  .heading-10 {
    font-size: 46px;
  }

  .paragraph-6 {
    text-align: center;
    margin-top: 4px;
    font-size: 27px;
    line-height: 24px;
  }

  .heading-11 {
    font-size: 40px;
  }

  .paragraph-7 {
    font-size: 24px;
  }

  .paragraph-7.submit {
    font-size: 34px;
    line-height: 28px;
  }

  .div-block-40 {
    padding-top: 20px;
  }

  .div-block-40.message {
    padding-top: 20px;
    padding-bottom: 220px;
    padding-left: 20px;
  }

  .div-block-40.btn {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .body-5, .body-6 {
    display: flex;
  }

  .section-9 {
    width: 1920px;
    max-width: 1920px;
  }

  .div-block-43 {
    align-items: flex-start;
  }

  .paragraph-8 {
    font-size: 38px;
    line-height: 34px;
  }

  .paragraph-8.content, .paragraph-8.content.black-content {
    font-size: 24px;
    line-height: 28px;
  }

  .paragraph-8.white {
    font-size: 38px;
  }

  .text-field, .text-field-4 {
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 22px;
  }

  .textarea {
    margin-top: 60px;
    padding-bottom: 140px;
    font-size: 22px;
  }

  .sticky_element {
    height: 100vh;
  }

  .sticky_wrap {
    padding-bottom: 100vh;
  }

  .sticky_trigger {
    height: 300vh;
    padding-bottom: 0;
  }

  .image-14 {
    width: 100%;
    height: 100%;
  }

  .spacer {
    height: 20vh;
  }

  .footer_wrapper {
    margin-top: -20vh;
  }

  .marquee-text.rexr-2 {
    font-weight: 700;
  }

  .track-2 {
    background-color: var(--black-9);
    height: 600vw;
  }

  .background-video {
    width: 1920px;
    max-width: 1920px;
  }

  .link {
    font-size: 18px;
  }

  .paragraph-11 {
    font-size: 20px;
  }

  .div-block-46 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

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

  .paragraph-12 {
    font-size: 22px;
    line-height: 26px;
  }

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

  .section-11 {
    width: 1920px;
    max-width: 1920px;
  }

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

  .marquee-horizontal-2 {
    background-color: var(--black-9);
    padding-bottom: 800px;
  }

  .testimoinal {
    max-width: 1920px;
  }
}

@media screen and (max-width: 991px) {
  .container-2 {
    margin-top: 28px;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block {
    display: block;
  }

  .nav-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: var(--black-13);
    border-width: 1px;
    flex-flow: column;
    width: auto;
    height: auto;
    margin-top: 6px;
    padding-bottom: 10px;
    position: absolute;
  }

  .nav-menu.menu-other {
    background-color: var(--white-2);
  }

  .nav-link {
    text-align: center;
    padding-top: 14px;
    padding-bottom: 14px;
    display: block;
  }

  .div-block-2 {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .div-block-3 {
    box-sizing: border-box;
    flex-flow: column;
    height: auto;
    display: flex;
    overflow: visible;
  }

  .menu-button {
    color: var(--primary);
    margin-top: 0;
    padding: 12px;
  }

  .menu-button.w--open {
    background-color: var(--black);
    margin-top: 0;
    padding: 12px;
  }

  .menu-button.menu-btn-down {
    color: var(--white);
    -webkit-text-stroke-color: var(--white);
    margin-top: 25px;
  }

  .div-block-4 {
    width: 110px;
    height: 91px;
  }

  .container-3 {
    margin-right: var(--margin);
    margin-left: var(--margin);
    align-items: center;
    max-width: none;
  }

  .text-block {
    font-size: 70px;
  }

  .text-block.medium {
    font-family: Melodrama, sans-serif;
    font-size: 91px;
  }

  .text-block.medium.info {
    text-align: center;
    justify-content: center;
    width: 100%;
    font-size: 70px;
    display: flex;
  }

  .div-block-5 {
    display: none;
  }

  .div-block-6 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    text-align: center;
    flex-flow: column;
    justify-content: center;
  }

  .div-block-7 {
    align-items: center;
    width: 100%;
  }

  .div-block-7.last {
    align-items: center;
  }

  .container-4 {
    flex-flow: column;
  }

  .build-up {
    padding-right: var(--margin);
    padding-left: var(--margin);
  }

  .headline {
    margin-top: 0;
  }

  .div-block-8 {
    background-position: 50% 75%;
    height: 400px;
  }

  .div-block-9 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    width: 100%;
    height: auto;
  }

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

  .paragraph {
    font-size: 32px;
  }

  .heading {
    font-size: 60px;
  }

  .div-block-12 {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    border-width: 0 .5px;
    border-color: var(--black-5);
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-13 {
    flex-flow: row;
    justify-content: space-between;
    width: 100%;
    height: 40%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .container-5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .heading-2.projects-headline.footer-headline {
    font-size: 33px;
    line-height: 38px;
  }

  .div-block-23 {
    box-sizing: border-box;
    object-fit: fill;
  }

  .div-block-23.service-headline.projects-headline {
    width: 122px;
    margin-bottom: 20px;
  }

  .div-block-23.service-headline.projects-headline.follow {
    width: 201px;
  }

  .div-block-23.service-headline.projects-headline.links {
    width: 166px;
  }

  .div-block-23.service-headline.projects-headline.project.testimonials {
    margin-left: var(--margin);
    padding-left: 0;
  }

  .services {
    padding-right: var(--margin);
    padding-left: var(--margin);
  }

  .div-block-24 {
    height: auto;
  }

  .div-block-24.residencialpainting {
    width: 100%;
  }

  .div-block-24.roof-painting, .div-block-24.waterblasting.drywall {
    height: auto;
  }

  .div-block-25.comercial-painting {
    height: 244px;
  }

  .div-block-25.roof-painting {
    width: 100%;
    height: 300px;
  }

  .div-block-25.roof-painting.water-blasting {
    width: 100%;
    height: 400px;
  }

  .div-block-25.residencialpainting {
    background-position: 50% 0;
    width: 100%;
    height: 600px;
  }

  .div-block-25.residencialpainting.drywall {
    height: 600px;
  }

  .div-block-25.wallpaper {
    background-position: 50% 0;
    height: 900px;
  }

  .div-block-26 {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    flex-flow: column;
    margin-top: 40px;
  }

  .div-block-26.div2 {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    margin-top: 40px;
  }

  .div-block-27.roof-painting, .div-block-28.residencialpainting {
    width: 100%;
  }

  .projects {
    padding-right: var(--margin);
    padding-left: var(--margin);
  }

  .paragraph-3 {
    margin-right: 0;
  }

  .div-block-29 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .div-block-29.is4 {
    margin-bottom: 60px;
  }

  .big-cta-button {
    padding-right: var(--margin);
    padding-left: var(--margin);
  }

  .div-block-30 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .heading-5 {
    font-size: 100px;
    line-height: 94px;
  }

  .heading-6 {
    font-size: 80px;
  }

  .footer-dark {
    padding-right: var(--margin);
    padding-left: var(--margin);
  }

  .container-9 {
    max-width: 728px;
  }

  .footer-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
  }

  .footer-content {
    grid-column-gap: 60px;
    grid-template-columns: auto 1fr 1fr;
    grid-auto-flow: row;
    margin-top: 35px;
  }

  .slider {
    background-color: var(--black-9);
    padding-bottom: 60px;
  }

  .heading-8 {
    font-size: 30px;
  }

  .heading-8.subhead {
    margin-top: 0;
    font-size: 20px;
  }

  .div-block-33, .div-block-33.second {
    padding: 60px var(--margin);
  }

  .div-block-33.third {
    padding-top: 60px;
  }

  .paragraph-4 {
    font-size: 16px;
    line-height: 20px;
  }

  .navbar-no-shadow-container {
    margin-right: var(--margin);
    margin-left: var(--margin);
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-2 {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-icon {
    color: var(--white-2);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button-2 {
    padding: 12px;
  }

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

  .container-10 {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: rgba(0, 0, 0, 0);
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .dropdown-2 {
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
    font-weight: 300;
    position: static;
  }

  .dropdown-toggle {
    max-width: 127.734px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-34 {
    -webkit-text-fill-color: inherit;
    object-fit: fill;
    object-position: 50% 50%;
    background-clip: border-box;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 127.734px;
    max-width: none;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .nav {
    object-fit: contain;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    display: flex;
  }

  .dropdown-list {
    background-color: var(--black-11);
  }

  .dropdown-list.w--open {
    border-bottom: 1px solid var(--primary);
    background-color: var(--black-12);
    border-left-width: 0;
    border-right-width: 0;
    border-radius: 0;
    flex-flow: column;
    margin-top: 0;
    display: flex;
  }

  .dropdown-link {
    color: var(--white-2);
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: Karla, sans-serif;
    font-size: 18px;
  }

  .dropdown-link-2 {
    color: var(--white-2);
    text-align: left;
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: Karla, sans-serif;
    font-size: 18px;
    font-weight: 300;
  }

  .dropdown-link-3 {
    color: var(--white-2);
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: Karla, sans-serif;
    font-size: 18px;
    font-weight: 300;
  }

  .dropdown-link-3.water-blasting.wood-varnishing-water-washing {
    color: var(--white-2);
  }

  .section-2 {
    padding: 20px var(--margin);
  }

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

  .heading-9 {
    font-size: 70px;
    line-height: 72px;
  }

  .container-11 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .section-4 {
    padding-right: var(--margin);
    padding-left: var(--margin);
    margin-top: 40px;
  }

  .section-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .section-6, .section-7 {
    padding-right: var(--margin);
    padding-left: var(--margin);
  }

  .nav-link-wrapper, .nav-link-copy {
    text-align: center;
    padding-top: 14px;
    padding-bottom: 14px;
    display: block;
  }

  .body-4 {
    display: block;
  }

  .section-9 {
    padding-right: var(--margin);
    padding-left: var(--margin);
  }

  .div-block-43 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
  }

  .paragraph-8.content {
    white-space: normal;
  }

  .footer_top-layout {
    grid-template-columns: 1fr 1fr;
  }

  .container-17 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .footer_component {
    position: relative;
  }

  .marquee-horizontal {
    padding-top: 20px;
    padding-bottom: 100px;
  }

  .marquee-text {
    font-size: 80px;
    line-height: 84px;
  }

  .track {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .camera {
    width: auto;
    height: auto;
    padding-bottom: 92px;
    overflow: visible;
  }

  .frame {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-direction: column;
  }

  .item {
    padding: 20px var(--margin);
    height: 50vh;
  }

  .track-2 {
    height: auto;
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .paragraph-10 {
    padding-top: 0;
    font-size: 16px;
  }

  .heading-13 {
    margin-bottom: 0;
    font-size: 32px;
    line-height: 44px;
  }

  .flex-vertical.marquee-fix {
    padding-left: 10px;
  }

  .container-18 {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .icon-container {
    height: 20vw;
  }

  .link, .paragraph-11 {
    font-size: 14px;
  }

  .div-block-46 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-block-48 {
    padding-left: var(--margin);
  }

  .div-block-49 {
    padding-right: var(--margin);
    justify-content: flex-end;
    padding-left: 0;
    display: flex;
  }

  .image-24 {
    margin-top: 6px;
  }

  .section-12 {
    padding-right: var(--margin);
    padding-left: var(--margin);
  }

  .container-19 {
    flex-flow: column;
  }

  .div-block-50, .div-block-51 {
    height: 100vw;
  }

  .marquee-horizontal-2 {
    padding-bottom: 400px;
  }

  .icon-4 {
    background-color: var(--primary);
    color: var(--black);
    width: auto;
  }

  .icon-5 {
    background-color: var(--black);
    color: var(--white);
  }

  .icon-6 {
    background-color: var(--black);
    color: var(--primary);
  }

  .icon-7 {
    background-color: var(--black);
  }

  .icon-8 {
    background-color: var(--black);
    width: auto;
  }

  .icon-9, .icon-10, .icon-11, .icon-12, .icon-13, .icon-14, .icon-15, .icon-16 {
    background-color: var(--black);
  }
}

@media screen and (max-width: 767px) {
  .container-2 {
    margin-top: 28px;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block {
    display: block;
  }

  .nav-menu {
    background-color: var(--black-13);
    width: 100%;
    display: block;
    position: absolute;
  }

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

  .menu-button {
    padding: var(--pading);
    margin-top: 0;
  }

  .menu-button.w--open {
    background-color: var(--black);
    margin-top: 0;
    padding: 10px;
  }

  .menu-button.menu-btn-down {
    margin-top: 25px;
  }

  .brand {
    padding-left: 0;
  }

  .div-block-4 {
    width: 80px;
    height: 60px;
  }

  .container-3 {
    margin-left: 0;
    margin-right: 0;
  }

  .text-block {
    font-size: 50px;
  }

  .text-block.medium {
    font-size: 70px;
  }

  .text-block.medium.info {
    font-size: 60px;
  }

  .text-block.medium.info.wallsticker03 {
    font-size: 54px;
  }

  .text-block.medium.experts {
    font-size: 50px;
  }

  .text-block.medium.experts.wallsticker04 {
    font-size: 40px;
  }

  .text-block.medium.wallsticker {
    font-size: 56px;
  }

  .text-block.wallsticker {
    font-size: 51px;
  }

  .text-block.wallsticker01 {
    font-size: 66px;
  }

  .div-block-6 {
    flex-flow: column;
  }

  .div-block-7 {
    align-items: center;
    width: 100%;
  }

  .build-up {
    padding-right: var(--margin-mobile);
    padding-left: var(--margin-mobile);
  }

  .headline {
    margin-top: 0;
  }

  .container-5 {
    align-items: center;
    width: 100%;
  }

  .heading-2 {
    white-space: normal;
    object-fit: contain;
    line-height: 49px;
  }

  .div-block-14 {
    justify-content: center;
    width: 100%;
  }

  .supply-s {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-23 {
    width: 285px;
    margin-left: 0;
    padding-bottom: 10px;
  }

  .div-block-23.service-headline.projects-headline {
    width: 126px;
  }

  .div-block-23.service-headline.projects-headline.follow {
    width: 208px;
  }

  .div-block-23.service-headline.projects-headline.links {
    width: 166px;
  }

  .div-block-23.service-headline.projects-headline.project {
    width: 212px;
  }

  .div-block-23.service-headline.projects-headline.project.testimonials {
    margin-left: var(--margin-mobile);
    padding-left: 0;
  }

  .services {
    padding-right: var(--margin);
    padding-left: var(--margin-mobile);
  }

  .projects {
    padding: 40px var(--margin-mobile);
  }

  .heading-4 {
    font-size: 42px;
  }

  .paragraph-3 {
    font-size: 14px;
    line-height: 16px;
  }

  .div-block-29 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .div-block-29.is4 {
    margin-bottom: 40px;
  }

  .big-cta-button {
    padding-right: var(--margin-mobile);
    padding-left: var(--margin-mobile);
  }

  .div-block-30 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .heading-5 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 50px;
  }

  .heading-6 {
    margin-top: 0;
    font-size: 60px;
  }

  .footer-dark {
    padding: 40px var(--margin-mobile);
  }

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

  .footer-brand {
    margin-right: 0;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: rgba(26, 27, 31, .75);
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .slider {
    padding-bottom: 40px;
  }

  .div-block-31 {
    flex-flow: column;
  }

  .div-block-33, .div-block-33.second {
    padding-right: var(--margin-mobile);
    padding-left: var(--margin-mobile);
  }

  .paragraph-4 {
    margin-top: 20px;
  }

  .navbar-no-shadow-container {
    margin-right: var(--margin-mobile);
    margin-left: var(--margin-mobile);
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-2 {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

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

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

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

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

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

  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .dropdown-list {
    background-color: #ddd;
  }

  .dropdown-list.w--open {
    background-color: var(--black-12);
    border-radius: 0;
  }

  .dropdown-link, .dropdown-link-2, .dropdown-link-3 {
    color: var(--white-2);
  }

  .section-2 {
    padding-right: var(--margin-mobile);
    padding-left: var(--margin-mobile);
  }

  .heading-9 {
    font-size: 58px;
    line-height: 58px;
  }

  .container-11 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 0;
  }

  .section-4 {
    padding-right: var(--margin-mobile);
    padding-left: var(--margin-mobile);
  }

  .div-block-35 {
    flex-flow: column;
  }

  .section-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .section-6, .section-7 {
    padding-right: var(--margin-mobile);
    padding-left: var(--margin-mobile);
  }

  .div-block-38 {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
    flex-flow: column;
  }

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

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

  .nav-link-wrapper, .nav-link-copy {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .section-9 {
    padding-right: var(--margin-mobile);
    padding-left: var(--margin-mobile);
  }

  .div-block-43 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .paragraph-8 {
    margin-top: 10px;
    font-size: 28px;
    line-height: 26px;
  }

  .paragraph-8.content {
    font-size: 17px;
    line-height: 22px;
  }

  .marquee-horizontal {
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .marquee-text, .marquee-text.rexr-2 {
    font-size: 40px;
    line-height: 40px;
  }

  .track, .item, .track-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .paragraph-10 {
    font-size: 14px;
    line-height: 18px;
  }

  .heading-13 {
    font-size: 28px;
    line-height: 35px;
  }

  .header-secondary {
    font-size: 24px;
  }

  .spacer-60 {
    height: 40px;
  }

  .marquee-cover {
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 70%, var(--black-9)), linear-gradient(180deg, var(--black-9), rgba(255, 255, 255, 0) 30%);
  }

  .col {
    align-items: center;
  }

  .col.small {
    width: 100%;
  }

  .paragraph-large {
    font-size: 16px;
  }

  .track-vertical {
    align-items: center;
  }

  .container-18 {
    width: 100%;
  }

  .icon-container {
    height: 25vw;
  }

  .marquee {
    height: 70vw;
  }

  .flex-horizontal.flip-svp {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    flex-direction: column;
  }

  .div-block-46 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .div-block-48 {
    padding-left: var(--margin-mobile);
  }

  .section-12 {
    padding: 20px var(--margin-mobile);
  }

  .div-block-50, .div-block-51 {
    height: 100vw;
  }

  .marquee-horizontal-2 {
    padding-bottom: 390px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    height: auto;
    display: block;
    overflow: visible;
  }

  .container-2 {
    flex-flow: column;
    height: auto;
    margin-top: 28px;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .body {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    display: flex;
  }

  .div-block {
    width: auto;
    height: auto;
    display: block;
  }

  .nav-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: var(--black-13);
    flex-flow: column;
    width: 100%;
    height: auto;
    max-height: none;
    display: flex;
    position: absolute;
  }

  .nav-menu.contact-nav {
    background-color: var(--white);
  }

  .nav-menu.menu-other {
    background-color: var(--white-2);
  }

  .nav-link {
    text-align: center;
    display: block;
  }

  .div-block-2 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    position: relative;
  }

  .div-block-3 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0;
    display: flex;
  }

  .menu-button {
    background-color: rgba(255, 255, 255, 0);
    margin-top: 0;
  }

  .menu-button.w--open {
    background-color: var(--black);
    margin-top: 0;
    padding: 10px;
  }

  .menu-button.menu-btn-down {
    margin-top: 25px;
  }

  .brand {
    padding-left: 0;
  }

  .div-block-4 {
    width: 76px;
    height: 56px;
  }

  .container-3 {
    margin-left: 0;
    margin-right: 0;
  }

  .text-block {
    font-size: 49px;
  }

  .text-block.medium {
    font-size: 56px;
  }

  .text-block.medium.info {
    font-size: 44px;
  }

  .text-block.medium.info.wallsticker03 {
    font-size: 38px;
  }

  .text-block.medium.experts {
    font-size: 44px;
  }

  .text-block.medium.experts.wallsticker04 {
    font-size: 28px;
  }

  .text-block.medium.wallsticker {
    font-size: 34px;
  }

  .text-block.medium.wallsticker.about-us {
    font-size: 44px;
  }

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

  .text-block.wallsticker.about-us {
    font-size: 35px;
  }

  .text-block.wallsticker01 {
    font-size: 52px;
  }

  .container-4 {
    height: auto;
  }

  .build-up {
    height: 45%;
  }

  .headline {
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 0;
  }

  .div-block-9 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
  }

  .div-block-10, .div-block-11 {
    height: 200px;
  }

  .div-block-12 {
    border-width: .5px 0;
    border-top-color: var(--black-13);
    border-bottom-color: var(--black-13);
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .div-block-13 {
    flex-flow: column;
    height: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .container-5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-items: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-2 {
    white-space: normal;
    margin-bottom: 6px;
    font-size: 38px;
    line-height: 42px;
  }

  .heading-2.projects-headline.footer-headline {
    margin-bottom: 4px;
    font-size: 38px;
    line-height: 36px;
  }

  .div-block-14 {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    flex-flow: column;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-15 {
    flex-flow: row;
    justify-content: space-around;
    align-items: center;
  }

  .div-block-18 {
    width: 110px;
  }

  .supply-s {
    padding-right: var(--margin-mobile);
    padding-left: var(--margin-mobile);
    grid-column-gap: 33px;
    grid-row-gap: 33px;
    margin: 0;
  }

  .div-block-23 {
    width: 199px;
    padding-bottom: 0;
    display: block;
  }

  .div-block-23.service-headline {
    width: 138px;
    padding-bottom: 0;
  }

  .div-block-23.service-headline.projects-headline {
    width: 138px;
    margin-bottom: 0;
    padding-bottom: 2px;
  }

  .div-block-23.service-headline.projects-headline.follow {
    width: 232px;
  }

  .div-block-23.service-headline.projects-headline.links {
    width: 186px;
  }

  .div-block-23.service-headline.projects-headline.project {
    width: 212px;
  }

  .div-block-23.service-headline.projects-headline.project.testimonials {
    margin-bottom: 10px;
    margin-left: var(--margin-mobile);
    padding-bottom: 0;
    padding-left: 0;
  }

  .div-block-23.service-headline.contact-details {
    width: 243px;
  }

  .div-block-23.service-headline.other-services {
    width: 248px;
  }

  .services {
    padding-right: var(--margin-mobile);
    padding-left: var(--margin-mobile);
    margin-top: 0;
    margin-bottom: 20px;
  }

  .services.professional-wood-varnishing-services {
    margin-bottom: 0;
  }

  .container-6 {
    justify-content: center;
    align-items: flex-start;
  }

  .div-block-24 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    height: auto;
  }

  .div-block-24.residencialpainting {
    width: 100%;
  }

  .div-block-24.roof-painting, .div-block-24.waterblasting.drywall {
    height: auto;
  }

  .div-block-25.comercial-painting {
    height: 200px;
  }

  .div-block-25.roof-painting {
    width: 100%;
    height: 200px;
  }

  .div-block-25.roof-painting.water-blasting {
    height: 300px;
  }

  .div-block-25.residencialpainting {
    width: 100%;
    height: 400px;
  }

  .div-block-25.residencialpainting.drywall {
    height: 338px;
  }

  .div-block-25.wallpaper {
    height: 364px;
  }

  .div-block-26 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .div-block-26.div2, .div-block-26.div2.div3 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 24px;
  }

  .div-block-27.roof-painting, .div-block-27.roof-painting.water-blasting-headline, .div-block-28.residencialpainting {
    width: 100%;
  }

  .projects {
    margin-top: 0;
    margin-bottom: 0;
  }

  .div-block-29 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    margin-bottom: 20px;
  }

  .big-cta-button {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .div-block-30 {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
  }

  .heading-5 {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 43px;
    line-height: 50px;
  }

  .heading-6 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 33px;
    line-height: 52px;
  }

  .container-9 {
    max-width: none;
  }

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

  .slider {
    background-color: var(--black-9);
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 40px;
  }

  .div-block-31 {
    flex-flow: column;
  }

  .div-block-32, .div-block-32.div-block-31 {
    width: 320px;
  }

  .div-block-33 {
    padding-top: 40px;
  }

  .div-block-33.second {
    padding: 40px var(--margin-mobile) 60px;
  }

  .div-block-33.third {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .nav-menu-2 {
    flex-direction: column;
  }

  .nav-dropdown-icon.navblack-icon {
    color: var(--primary);
  }

  .nav-button-wrapper {
    width: auto;
  }

  .container-10 {
    max-width: none;
  }

  .nav-menu-three {
    flex-direction: column;
  }

  .dropdown-2 {
    flex-direction: row;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    display: block;
  }

  .div-block-34 {
    object-fit: fill;
    justify-content: center;
  }

  .dropdown-list.w--open {
    background-color: var(--black-11);
    border-radius: 0;
  }

  .dropdown-link, .dropdown-link-2, .dropdown-link-3 {
    color: var(--white-2);
    text-align: center;
  }

  .section-2 {
    width: 100%;
    max-width: 100%;
  }

  .heading-9 {
    white-space: pre-line;
    word-break: normal;
    font-size: 46px;
    line-height: 48px;
  }

  .image-10 {
    width: auto;
    height: 75%;
    max-height: 100%;
    line-height: 35px;
  }

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

  .section-4.about-us {
    margin-top: 0;
  }

  .div-block-37 {
    width: auto;
  }

  .image-13 {
    height: 154px;
    display: inline-block;
  }

  .section-6 {
    padding-top: 0;
  }

  .paragraph-6 {
    justify-content: center;
    display: flex;
    color: #fff;
  }

  .heading-11 {
    margin-top: 0;
  }

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

  .nav-link-wrapper, .nav-link-copy {
    text-align: center;
    display: block;
  }

  .section-9 {
    margin-bottom: 0;
  }

  .div-block-43 {
    font-size: 26px;
  }

  .paragraph-8 {
    white-space: normal;
    margin-bottom: 2px;
    font-size: 24px;
    line-height: 22px;
  }

  .paragraph-8.content, .paragraph-8.content.black-content {
    font-size: 16px;
    line-height: 20px;
  }

  .field-label-2 {
    margin-top: 20px;
  }

  .textarea {
    margin-top: 40px;
    font-size: 16px;
  }

  .footer_top-layout {
    grid-template-columns: 1fr;
  }

  .spacer {
    height: 47vh;
  }

  .footer_wrapper {
    margin-top: -47vh;
  }

  .marquee-horizontal {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .track-horizontal {
    padding-left: 0;
  }

  .marquee-text {
    font-size: 32px;
    line-height: 20px;
  }

  .marquee-text.rexr-2 {
    line-height: 24px;
  }

  .frame {
    grid-column-gap: 156px;
    grid-row-gap: 156px;
    align-items: center;
  }

  .item {
    padding: 10px var(--margin-mobile);
  }

  .track-2 {
    padding-bottom: 64px;
  }

  .paragraph-10 {
    margin-bottom: 0;
  }

  .marquee-cover {
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 70%, var(--black-9)), linear-gradient(180deg, var(--black-9), rgba(255, 255, 255, 0) 30%);
  }

  .spacer-30._15-xsvp {
    height: 15px;
  }

  .flex-vertical.marquee-fix {
    margin-top: 15px;
    padding-left: 2px;
    padding-right: 3px;
  }

  .container-18 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container-18.flex-vertical {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .flex-horizontal.flip-svp {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
  }

  .image-17, .image-18 {
    width: auto;
  }

  .div-block-46 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
  }

  .div-block-49 {
    padding-right: var(--margin-mobile);
    margin-top: 25px;
  }

  .section-10 {
    padding: 40px var(--margin-mobile);
  }

  .left-arrow {
    display: none;
  }

  .right-arrow {
    display: none;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .icon-2 {
    margin-right: var(--margin-mobile);
    margin-left: 0;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .icon-3 {
    margin-left: var(--margin-mobile);
  }

  .section-12 {
    max-width: none;
    height: auto;
    max-height: none;
  }

  .div-block-50, .div-block-51 {
    height: 100vw;
  }

  .marquee-horizontal-2 {
    padding-bottom: 444px;
  }

  .icon-5, .icon-6 {
    color: var(--white);
  }

  .testimonial-wrap {
    overflow: visible;
  }
}

#w-node-_5433e7a3-b742-aae1-7512-83add239a559-d239a551, #w-node-_5433e7a3-b742-aae1-7512-83add239a569-d239a551, #w-node-_5433e7a3-b742-aae1-7512-83add239a573-d239a551 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Melodrama';
  src: url('../fonts/Melodrama-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Melodrama';
  src: url('../fonts/Melodrama-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Melodrama';
  src: url('../fonts/Melodrama-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Melodrama';
  src: url('../fonts/Melodrama-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Melodrama';
  src: url('../fonts/Melodrama-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}



