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

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

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

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

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

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

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

:root {
  --white: #fff;
  --secondary: #474747;
  --primary: #071236;
  --pale-grey: #e9edf4;
  --black: black;
  --light-grey: #ccc;
}

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

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

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

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

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

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

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

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

p {
  margin-bottom: 10px;
}

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

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

.announcement-contact:hover {
  background-color: var(--pale-grey);
  color: var(--primary);
}

.announcement-time {
  color: var(--primary);
  letter-spacing: 0;
  font-size: 20px;
  font-weight: 600;
}

.announcement-bar {
  z-index: 997;
  background-color: var(--white);
  color: var(--secondary);
  padding-top: 5px;
  padding-bottom: 5px;
  position: fixed;
  inset: 130px 0% auto;
}

.announcement-link {
  color: var(--primary);
  letter-spacing: 0;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

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

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

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

.container.container-flex {
  align-items: flex-end;
  display: flex;
}

.announcement-icon {
  color: var(--primary);
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-right: 2px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1;
  display: flex;
}

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

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

.announcement-contact-info.margin-right-20.mobile-display-none {
  margin-right: 40px;
}

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

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

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

.nav-menu.margin-auto {
  justify-content: space-between;
  width: 100%;
}

.dropdown-menu-link {
  background-color: #fff;
  border-left: 5px solid #0000;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: all .2s ease-in-out;
}

.dropdown-menu-link:hover {
  border-left: 5px solid var(--primary);
  color: #353535;
}

.drop-down-link {
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 500;
}

.drop-down-link:hover {
  color: #ef233c;
}

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

.brand.margin-right-20 {
  color: #212529;
  margin-right: 10px;
}

.brand.margin-right-20.footer-brand {
  color: #fdfdfd;
  margin-bottom: 20px;
  margin-right: 0;
}

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

.dropdown-list {
  border-radius: 6px;
  width: 300px;
}

.dropdown-list.w--open {
  background-color: #fff;
  border-radius: 6px;
  width: auto;
  margin-top: 19px;
  overflow: visible;
}

.nav-link {
  color: var(--white);
  margin-left: 1px;
  margin-right: 1px;
  padding: 10px 17px;
  font-size: 16px;
  font-weight: 800;
  transition: all .3s ease-in-out;
}

.nav-link:hover {
  color: var(--light-grey);
  background-color: #0000;
  border-radius: 6px;
}

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

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

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

.dropdown-link {
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 600;
  transition: all .3s ease-in-out;
  display: inline-block;
}

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

.logo-span {
  color: #ef233c;
  flex: none;
  font-weight: 800;
}

.nav {
  margin-left: auto;
  margin-right: auto;
}

.navbar-2 {
  background-color: #0000;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.navbar {
  z-index: 997;
  background-color: var(--primary);
  width: 100%;
  height: 130px;
  padding-top: 5px;
  padding-bottom: 5px;
  position: fixed;
}

.slider-arrow {
  background-color: var(--secondary);
  border-radius: 6px;
  width: 50px;
  height: 50px;
  margin-left: 10px;
  margin-right: 10px;
  transition: all .2s ease-in-out;
  display: none;
}

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

.slide {
  background-image: linear-gradient(#0000008c, #0000008c), url('../images/Pump-HP.webp');
  background-position: 0 0, 50% 35%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

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

.button {
  background-color: var(--white);
  color: var(--primary);
  text-transform: uppercase;
  border-radius: 16px;
  margin-top: 20px;
  margin-right: 20px;
  padding: 15px 40px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  transition: all .45s ease-in-out;
  display: inline-block;
}

.button:hover {
  background-color: var(--primary);
  color: var(--white);
  transform: scale(.95);
}

.button.book-today {
  color: var(--white);
}

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

.slider-inner-content {
  z-index: 2;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 150px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hero-large-text {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 3.5em;
  font-weight: 700;
  line-height: 1.2;
}

.hero-para-text {
  color: #ececec;
  font-size: 1.2em;
  line-height: 1.7;
}

.hero-section {
  height: 100vh;
  position: relative;
}

.hero-slider {
  min-height: 100vh;
  position: static;
}

.slide-2 {
  background-image: linear-gradient(#fff0, #212529a8), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-text {
  color: var(--light-grey);
  padding-top: 10px;
  padding-bottom: 20px;
  font-size: 27px;
  font-weight: 500;
  line-height: 1.5;
}

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

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

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

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

.default-btn.margin-top-20 {
  text-align: center;
  background-color: #ef233c;
  border: 1px solid #ef233c;
  margin-top: 0;
}

.default-btn.margin-top-20.default-btn-outline {
  color: #ffd166;
  background-color: #0000;
  border: 1px solid #ffd166;
}

.default-btn.margin-top-20.default-btn-outline.marginleft-20 {
  color: #ef233c;
  border-color: #ef233c;
  min-width: auto;
  margin-left: 20px;
}

.default-btn.margin-top-20.light-btn {
  color: #ef233c;
  background-color: #fdfdfd;
  border-color: #fdfdfd;
  margin-top: 20px;
}

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

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

.section-design-1-h1.blue-section {
  background-color: var(--primary);
  background-image: linear-gradient(#071236a6, #071236a6), url('../images/Texture.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

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

.top-text.bullet-list-title {
  color: #757575;
  font-size: 1.25em;
}

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

.heading-1.margin-bottom-30 {
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 28px;
  line-height: 1.5;
}

.left-section {
  flex-flow: column;
  flex: 0 auto;
  align-items: flex-start;
  width: 48%;
  display: flex;
}

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

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

.para {
  color: #838383;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.75;
}

.para.para-sm {
  color: #838383;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.para.bullet-para {
  color: #353535;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 400;
}

.para.para-white {
  color: #fdfdfd;
}

.para.text-white {
  color: #9b9b9b;
  text-align: center;
}

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

.inner-img.map {
  background-image: none;
  height: auto;
}

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

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

.inner-img.s4-1 {
  background-image: url('../images/LB2_1.webp');
  background-position: 50% 60%;
  background-size: cover;
}

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

.inner-img.s5-1 {
  background-image: url('../images/LB12_1.webp');
  background-position: 50% 100%;
  background-size: cover;
}

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

.inner-img.s5-3.s1 {
  background-image: url('../images/New2.webp');
}

.inner-img.s3-1 {
  background-image: url('../images/LB9_1.webp');
  background-position: 50% 70%;
  background-size: cover;
}

.inner-img.add1 {
  background-image: url('../images/LB3_1.webp');
}

.inner-img.add3 {
  background-image: url('../images/Services.webp');
  background-position: 50% 72%;
}

.inner-img.add5 {
  background-image: url('../images/LB10_1.webp');
}

.inner-img.comm1 {
  background-image: url('../images/LB14_1.webp');
}

.inner-img.comm3 {
  background-image: url('../images/New1.webp');
}

.inner-img.pric3 {
  background-image: url('../images/LB18_1.webp');
}

.inner-img.pric1 {
  background-image: url('../images/New2.webp');
}

.inner-img.ins1 {
  background-image: url('../images/Repairs.webp');
}

.inner-img.main1 {
  background-image: url('../images/LB17_1.webp');
}

.inner-img.ser1 {
  background-image: url('../images/LB5_1.webp');
}

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

.card-bullet.grid-3 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  display: grid;
}

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

.card-bullet.grid2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 10px;
  display: grid;
}

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

.card-icon.service {
  background-color: var(--white);
  border-radius: 10px;
  width: 36px;
  height: 36px;
  font-size: 20px;
  font-weight: 400;
  transition: background-color .5s ease-in-out, color .45s ease-in-out;
}

.card-icon.service:hover {
  background-color: var(--primary);
  color: var(--white);
}

.card-icon.area {
  background-color: var(--pale-grey);
  border-radius: 10px;
  width: 36px;
  height: 36px;
  font-size: 20px;
  font-weight: 400;
  transition: background-color .5s ease-in-out, color .45s ease-in-out;
}

.card-icon.area:hover {
  background-color: var(--primary);
  color: var(--white);
}

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

.top-title-content.left {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.heading-2-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2em;
  line-height: 1.9;
}

.heading-2-title.heading-white {
  color: #fdfdfd;
  margin-bottom: 20px;
  font-size: 2.3em;
  font-weight: 800;
  line-height: 1.1;
}

.heading-2-title.heading-white.sm {
  font-size: 1.7em;
}

.bullet-icon {
  text-align: left;
  background-image: url('../images/brickwall_1brickwall.webp');
  background-position: 50%;
  background-size: cover;
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  font-family: "Fa solid 900", sans-serif;
  font-size: 4em;
  line-height: 1.5;
  display: inline-block;
}

.bullet-icon.plastering {
  background-image: url('../images/trowel_1trowel.webp');
}

.bullet-icon.kitchen {
  background-image: url('../images/plumbing_1plumbing.webp');
}

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

.bullet-list-services {
  background-color: var(--pale-grey);
  padding-top: 80px;
  padding-bottom: 80px;
}

.bullet-list-services.blue-section {
  background-color: var(--primary);
  padding-top: 40px;
  padding-bottom: 40px;
}

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

.card-bullet-item {
  color: var(--primary);
  text-align: left;
  align-items: center;
  padding-top: 1px;
  padding-bottom: 2px;
  font-weight: 500;
  line-height: 18px;
  list-style-type: none;
  display: flex;
}

.card-bullet-item.z {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

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

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

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

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

.bullet-heading {
  color: var(--primary);
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  display: flex;
}

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

.inner-text-content {
  flex-flow: column;
  align-items: flex-start;
  width: 80%;
  max-width: 1400px;
  margin-left: 60px;
  margin-right: auto;
  display: flex;
}

.container-fluid.display-flex {
  background-color: var(--primary);
  display: flex;
}

.section-2-img-full {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  min-height: 500px;
}

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

.section-2-text-content {
  background-color: var(--primary);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.section-2-text-content._100 {
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading-3-cta-section {
  background-color: var(--primary);
  padding-top: 100px;
  padding-bottom: 100px;
}

.heading-3-cta-section.contactform {
  background-color: var(--white);
}

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

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

.content-h3-box._100 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

.heading-3-text {
  color: var(--white);
  padding-right: 0;
  font-size: 1.6em;
  font-weight: 600;
  line-height: 1.25;
}

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

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

.h3-cta-call-btn.btn-outline {
  border: 1px solid var(--light-grey);
  color: var(--white);
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.h3-cta-call-btn.btn-outline:hover {
  color: var(--primary);
  background-color: #fdfdfd;
}

.brand-bands {
  background-color: var(--white);
  padding-top: 50px;
  padding-bottom: 30px;
}

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

.brand-icon {
  color: #bdbdbd;
  font-family: "Fa brands 400", sans-serif;
  font-size: 5em;
  line-height: 1;
  display: inline-block;
}

.footer-desc {
  color: var(--white);
  font-size: 1em;
}

.footer-col {
  width: 30%;
}

.footer-col._00 {
  width: 100%;
}

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

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

.contact-block-1 {
  border-right: 1px solid var(--white);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 33%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

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

.contact-block-1._100 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.contact-block-1._100.bord {
  border-bottom: 1px solid var(--white);
  border-right-style: none;
}

.contact-block-1._100.nobord {
  border-right-style: none;
  padding-top: 0;
  padding-bottom: 20px;
}

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

.footer-social-media:hover {
  border: 1px solid var(--white);
  background-color: var(--primary);
  color: var(--white);
}

.footer-social-media.margin-right-none {
  margin-right: 0;
}

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

.footer-section {
  background-color: var(--primary);
  background-image: linear-gradient(#0712368c, #0712368c), url('../images/Texture.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 60px;
  padding-bottom: 0;
}

.footer-menu-text {
  color: var(--white);
  margin-bottom: 28px;
  font-size: 1.5em;
  font-weight: 900;
}

.contact-type-title {
  color: var(--primary);
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 1.2em;
  font-weight: 900;
  line-height: 1.2;
}

.contact-type-title.red {
  color: var(--primary);
}

.contact-type-title.footer {
  color: var(--white);
}

.footer-contact-info {
  border: 1px solid var(--white);
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  display: flex;
}

.footer-contact-info.vert {
  flex-flow: column;
}

.footer-contact-info.vert.contact {
  border-style: none;
  margin-top: 40px;
  padding-left: 0;
  padding-right: 0;
}

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

.contact-icon.ct-us {
  background-color: var(--primary);
  color: var(--white);
}

.contact-info-link {
  color: var(--primary);
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: none;
  display: inline-block;
}

.contact-info-link.black {
  color: var(--black);
}

.contact-info-link.footer {
  color: var(--white);
}

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

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

.footer-copy-link {
  color: var(--white);
  cursor: pointer;
  text-decoration: none;
  transition: all .2s ease-in-out;
}

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

.scroll-arrow-up {
  color: var(--white);
  justify-content: center;
  align-items: center;
  font-family: "Fa solid 900", sans-serif;
  font-size: 1.5em;
  font-style: normal;
  line-height: 1;
  text-decoration: none;
}

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

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

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

.services-link-box._2 {
  background-image: url('../images/Water-Pump-Servicing.webp');
}

.services-link-box._3 {
  background-image: url('../images/Reapirs-Main.webp');
}

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

.service-box-title {
  background-color: var(--white);
  color: var(--primary);
  border-radius: 1px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 17px;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  text-decoration: none;
}

.service-box-title.link {
  border-color: var(--primary);
  background-color: var(--primary);
  color: var(--white);
  letter-spacing: .5px;
  text-transform: capitalize;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  font-weight: 800;
  display: flex;
}

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

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

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

.underline {
  background-color: #fb6749;
  border-radius: 6px;
  width: 60%;
  height: 5px;
  line-height: 30px;
  position: absolute;
  inset: 15px 0 auto auto;
}

.underline.testemonials-underline {
  flex: 0 auto;
  width: 20%;
  position: relative;
  left: 0%;
  right: 0;
}

.underline.testemonials-underline.orange {
  background-color: var(--primary);
  width: 30%;
  position: absolute;
  top: 0;
}

.underline.testemonials-underline.gray {
  background-color: var(--light-grey);
  width: 100%;
}

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

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

.customer-title {
  color: var(--secondary);
}

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

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

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

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

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

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

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

.slide-3 {
  background-color: var(--white);
  height: auto;
  padding: 15px;
}

.testemonials {
  background-color: var(--primary);
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.test-slider {
  position: static;
}

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

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

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

.heading-2 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 10px;
  padding-right: 0;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.5;
}

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

.slider-2 {
  background-color: var(--white);
  height: auto;
  position: static;
}

.customer-img {
  background-image: url('../images/vicky-hladynets-C8Ta0gwPbQg-unsplash_1vicky-hladynets-C8Ta0gwPbQg-unsplash.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  min-width: 80px;
  min-height: 80px;
  margin-right: 10px;
}

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

.page-title {
  text-align: right;
  margin-left: auto;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.5;
  display: inline-block;
}

.image {
  object-fit: contain;
  height: 120px;
}

.image.logo-footer {
  height: 140px;
}

.h1 {
  border-bottom: 3px solid var(--white);
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  align-items: center;
  padding-bottom: 15px;
  font-size: 38px;
  font-weight: 900;
  line-height: .95;
  display: block;
}

.p {
  color: var(--white);
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

.h2 {
  color: var(--primary);
  text-align: left;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.2;
}

.h2.white {
  color: var(--white);
  margin-bottom: 20px;
  font-weight: 900;
}

.h2.mid {
  text-align: center;
}

.h2.sm {
  font-size: 24px;
}

.p-dark {
  color: var(--primary);
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

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

.p-dark.w {
  color: var(--white);
}

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

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

.heading-4 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.slide-nav-2 {
  display: none;
}

.button-div {
  justify-content: center;
  align-items: center;
  margin-top: 28px;
  display: flex;
}

.container-block {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.container-block._100 {
  width: 100%;
}

.h2-dark {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 42px;
}

.footer-list {
  color: var(--white);
}

.service-box-heading-container {
  align-items: stretch;
  display: flex;
}

.backtotop {
  height: 0;
}

.dropdown-toggle {
  color: var(--white);
  margin-top: 0;
  margin-left: 1px;
  margin-right: 1px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 17px;
  font-size: 17px;
  font-weight: 800;
  transition: all .3s;
}

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

.co-desc {
  color: var(--white);
  font-size: .92em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bottom-container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.bottom-heading {
  color: #111;
  letter-spacing: .5px;
  border-bottom: 1px solid #077ac3;
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
}

.bottom-link {
  color: var(--white);
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  display: block;
}

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

.bottom-link.black {
  color: var(--primary);
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.bottom-link.black.w--current {
  color: var(--black);
  text-align: left;
}

.list {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: grid;
}

.list.area {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-top: 10px;
}

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

.bullet-icon-2 {
  color: #000;
  background-color: #fff;
  border: 2px solid #afafaf;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-size: 18px;
  display: flex;
}

.bullet-icon-2.round {
  background-color: var(--primary);
  color: #fff0;
  -webkit-text-fill-color: inherit;
  background-clip: content-box;
  border-style: none;
  border-color: #5f5f5f;
  border-radius: 20px;
  flex: none;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
}

.fa-2 {
  color: #fff;
  flex: none;
  font-size: 18px;
}

.bullet-heading-2 {
  color: #111;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

.map {
  width: 100%;
}

.lb {
  border: 1px solid var(--primary);
}

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

.contactform {
  color: var(--white);
  width: 100%;
}

.lottie {
  width: 150px;
  display: inline-flex;
}

.contact-right {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.demo-wrapp {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.heading {
  font-size: 38px;
  font-weight: 600;
  line-height: 44px;
}

.text-block {
  text-transform: uppercase;
  font-weight: 500;
}

.banner-subheading {
  font-size: 22px;
  font-weight: 700;
}

.card-image-overlay {
  z-index: 2;
  background-color: #00000026;
  position: absolute;
  inset: 0%;
}

.display-s {
  color: var(--primary);
  text-align: left;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1em;
}

.card-content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  max-width: 65%;
  display: flex;
}

.card {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  color: #000;
  background-color: #fff;
  border-radius: .25rem;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  height: 20rem;
  padding: 1rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-image {
  aspect-ratio: 1;
  object-fit: cover;
  height: 18rem;
}

.card-image-wrapper {
  border-radius: .25rem;
  width: 20%;
  height: 18rem;
  position: relative;
  overflow: hidden;
}

.body-2 {
  color: var(--primary);
  text-align: left;
  font-size: 15px;
  line-height: 24px;
  text-decoration: none;
}

.card-icon-wrapper {
  padding-right: 2rem;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.container-3 {
  width: 100%;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.container-3.container-center {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  margin-top: 40px;
  display: flex;
}

.card-icon-2 {
  width: 1rem;
}

.wave-text-up-btn {
  border: 1.8px solid var(--white);
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #3a3a3a00;
  background-image: none;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 7px;
  padding: 16px 32px;
  font-size: .7rem;
  font-weight: 500;
  line-height: 1.35em;
  text-decoration: none;
  display: inline-block;
  overflow: hidden;
}

.wave-text-up-btn.right {
  margin-left: 7px;
  font-size: .65rem;
  font-weight: 800;
}

.footer-btn-text {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: .9rem;
  font-weight: 500;
}

.bold-text {
  font-weight: 900;
}

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

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

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

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

.circle-to-pill-button {
  z-index: 99;
  color: #f5f5f5;
  flex: none;
  align-items: center;
  height: 45px;
  margin-top: 10px;
  padding-left: 1.18em;
  padding-right: 1.18em;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.circle-to-pill-button._0 {
  margin-top: 0;
}

.bg-round {
  background-color: #c6ccd6;
  border-radius: 100px;
  width: 2.8em;
  max-width: none;
  height: 2.8em;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.bg-round.blue {
  background-color: var(--black);
}

.text-btn {
  z-index: 2;
  color: var(--primary);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-right: 14px;
  font-size: .9rem;
  font-weight: 800;
  line-height: 24px;
  position: relative;
}

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

.emphasis-button-img {
  z-index: 2;
  width: .85rem;
  position: relative;
}

.section-2-h2-w-img-vid {
  padding-top: 0;
  padding-bottom: 0;
}

.para-2 {
  color: #838383;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.75;
}

.para-2.para-white {
  color: #fdfdfd;
  font-size: 16px;
  line-height: 24px;
}

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

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

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

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

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

.section-2-img-full-2.s5-2.pump {
  background-image: url('../images/Install-Main.webp');
}

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

.section-2-img-full-2.add2 {
  background-image: url('../images/Services-Main.webp');
}

.section-2-img-full-2.add4 {
  background-image: url('../images/H3-CTA.webp');
}

.section-2-img-full-2.comm2 {
  background-image: url('../images/LB1_1.webp');
}

.section-2-img-full-2.main2 {
  background-image: url('../images/LB23_1.webp');
}

.section-2-text-content-2 {
  background-color: var(--primary);
  background-image: linear-gradient(#0712368c, #0712368c), url('../images/Texture.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 50%;
  padding: 50px 0;
}

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

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

.default-btn-2.margin-top-20 {
  text-align: center;
  background-color: #ef233c;
  border: 1px solid #ef233c;
  margin-top: 0;
}

.default-btn-2.margin-top-20.light-btn {
  color: #ef233c;
  background-color: #fdfdfd;
  border-color: #fdfdfd;
  margin-top: 20px;
}

.heading-light {
  font-weight: 300;
}

.intro {
  z-index: 5000;
  background-color: var(--black);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.lottie-animation-2 {
  width: 200px;
}

.looping-heading-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 16px;
  white-space: nowrap;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  align-items: center;
  padding-right: 48px;
  display: grid;
}

.cta-bg-image-3 {
  z-index: 1;
  background-color: var(--primary);
  filter: brightness(40%);
  object-fit: cover;
  width: 100%;
  height: 100%;
  padding: 11vw;
  position: absolute;
  inset: 0%;
}

.action-intro {
  grid-column-gap: 18px;
  grid-row-gap: 36px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  max-width: 450px;
  padding-bottom: 0;
  display: grid;
}

.cta-info-wrap-2 {
  z-index: 20;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1500px) minmax(5vw, 1fr);
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 25px;
  display: grid;
  position: relative;
}

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

.body-display-2 {
  color: #ffffffe6;
  font-size: 18px;
  line-height: 1.6em;
}

.looping-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: stretch;
  place-items: center stretch;
  display: grid;
}

.cta-header-wrap {
  z-index: 10;
  justify-content: flex-start;
  padding-top: 0;
  padding-bottom: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.looping-heading {
  color: var(--white);
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 52px;
  font-weight: 700;
}

.heading-separator {
  background-color: #ffffff1a;
  width: 60px;
  height: 2px;
}

.unblur-cta-section {
  background-color: #060a0e;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  min-height: 80vh;
  padding-top: 180px;
  padding-bottom: 180px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.link {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  border: 1px solid #ffffff1a;
  border-radius: 100px;
  padding: 12px 28px;
  font-size: 11px;
  text-decoration: none;
}

.bg-image-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 40vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta-heading-wrap {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.cta-text-wrap-2 {
  z-index: 3;
  color: #fff;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  align-items: center;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
  position: relative;
}

.main-button-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem;
  font-family: Montserrat, sans-serif;
  font-size: .75rem;
  font-weight: 700;
  text-decoration: none;
  transition: box-shadow .4s cubic-bezier(.215, .61, .355, 1);
  display: flex;
  box-shadow: inset 0 0 0 1px #fff;
}

.main-button-2:hover {
  outline-width: 2px;
  outline-color: #0f1316;
  box-shadow: inset 0 0 0 2px #3b3b3b;
}

.cta-header {
  text-align: center;
  text-transform: uppercase;
  width: 80%;
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-size: 30px;
  font-weight: 400;
  line-height: 38px;
}

.cta-header.outline {
  margin-bottom: 0;
}

.overlay-50 {
  z-index: 2;
  background-color: #00000080;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.button-text-2 {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 0;
}

.subtitle {
  color: #fff;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 1.1rem;
  line-height: 1.3em;
}

.button-wrap {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cta-bg-image-2 {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.h3-number {
  color: var(--white);
  font-weight: 800;
  text-decoration: none;
}

.reviews {
  margin-top: 20px;
}

.header-social-link {
  color: #fff;
  padding: 7.2px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 18px;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: inline-block;
}

.header-social-link:hover {
  color: #ffffff80;
}

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

.header-social-link.m-left-10.email {
  font-family: "Fa 300", sans-serif;
}

.brand-2 {
  cursor: pointer;
  min-width: 80px;
  min-height: 80px;
  max-height: 80px;
  margin-right: auto;
}

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

.navbar-3 {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.nav-link-2 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  margin-left: 24px;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  position: relative;
}

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

.mobile-block.lig-text {
  color: #4c4a4b;
  cursor: pointer;
  transition: all .2s ease-in-out;
}

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

.fonticon.blue {
  color: #fff;
  width: auto;
  margin-right: 5px;
  font-weight: 400;
}

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

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

.header-contact {
  color: #fff;
  border-left: 1px solid #5f5f5130;
  flex: none;
  margin-left: 0;
  margin-right: auto;
  padding-left: 5px;
}

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

.header-social {
  margin-left: 24px;
}

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

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

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

.nav-link-text {
  letter-spacing: 0;
  font-size: 17px;
  font-weight: 800;
}

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

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

.btn-underline.services-underline.display-none-s {
  background-color: var(--white);
  text-transform: uppercase;
}

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

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

.dl-link {
  color: var(--white);
  padding: 7.2px 40px 7.2px 20px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  display: inline-block;
}

.logo {
  width: 100%;
  height: 100%;
  max-height: 77px;
  position: absolute;
  inset: 0%;
}

.logo.dark-logo {
  opacity: 0;
  display: block;
}

.text-block-4 {
  letter-spacing: 0;
  font-size: 17px;
  font-weight: 800;
}

.solid-fa {
  font-family: "Fa sharp solid 900", sans-serif;
}

.background-image {
  background-image: url('../images/Pump-Services-Van.webp');
  background-position: 50% 70%;
  background-size: cover;
  background-attachment: fixed;
  height: 650px;
}

.work-component-4 {
  background-image: linear-gradient(#000000a6, #fff0), url('../images/Scaffold-Work.webp');
  background-position: 0 0, 0%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: space-between;
  min-height: 600px;
  padding: 3.5rem 2rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.hero-large-text-2 {
  text-transform: none;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.1;
}

.hero-large-text-2._10 {
  color: var(--primary);
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 800;
}

.gallery-section {
  background-color: var(--white);
  padding: 80px 5%;
  display: flex;
  overflow: hidden;
}

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

.tag-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.line {
  background-color: #c0131e;
  width: 75px;
  height: 2px;
  margin-top: 10px;
  margin-bottom: 20px;
  overflow: hidden;
}

.container-large-4 {
  width: 100%;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
}

.tag-component {
  color: #fffbf0;
  text-transform: uppercase;
  background-color: #c0131e;
  border: 1px solid #c0131e;
  border-radius: 50rem;
  padding: .5rem 1.5rem;
  font-size: 1rem;
  font-weight: 800;
  display: inline-block;
}

.tag-component.white {
  color: var(--primary);
  background-color: #fff;
  border-color: #fff;
}

.para-3 {
  font-size: 1rem;
  line-height: 1.75;
}

.para-3.light-grey {
  color: #1a1a1a;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.work-component-3 {
  background-image: linear-gradient(#000000a6, #fff0), url('../images/Project1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: space-between;
  min-height: 600px;
  padding: 3.5rem 2rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.work-component-1 {
  background-image: linear-gradient(#000000a6, #fff0), url('../images/Gallery2-1.webp');
  background-position: 0 0, 0%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: space-between;
  min-height: 600px;
  padding: 3.5rem 2rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.work-component-1:hover {
  background-image: linear-gradient(#000000a6, #fff0), url('../images/Gallery2-1.webp');
  background-position: 0 0, 0%;
  background-size: auto, cover;
}

.h2-red {
  color: var(--primary);
  font-weight: 300;
}

.work-component-2 {
  background-image: linear-gradient(#000000a6, #fff0), url('../images/Background-Image.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: space-between;
  min-height: 600px;
  padding: 3.5rem 2rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.margin-bottom-2, .margin-bottom-2.margin-xxsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.text-color-white-2 {
  color: #fffbf0;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 800;
  line-height: 30px;
}

.text-color-white-2.small {
  font-size: 15px;
  font-weight: 300;
  line-height: 21px;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.margin-top, .margin-top.margin-small {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.acc-logo-1 {
  width: 100%;
}

.acc-logo-1._90 {
  width: 90%;
}

.form-block {
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  padding: 15px 20px;
  box-shadow: 0 2px 5px #0003;
}

.text-block-5 {
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
}

.versatility_card {
  color: #fff;
  background-image: linear-gradient(#0009, #0009), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  border: 1px solid #172622;
  border-radius: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  height: 410px;
  display: flex;
  position: relative;
}

.versatility_card.is-4 {
  background-image: linear-gradient(#0006, #0006), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-style: none;
  height: 520px;
  transition: padding-bottom .2s;
}

.versatility_card.is-4:hover {
  background-image: linear-gradient(#0009, #0009), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.versatility_card.is-1 {
  background-image: linear-gradient(#0006, #0006), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-style: none;
  justify-content: center;
  height: 529px;
  transition: all .2s;
}

.versatility_card.is-1:hover {
  background-image: linear-gradient(#0009, #0009), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.versatility_card.is-3 {
  background-image: linear-gradient(#0006, #0006), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-style: none;
  border-radius: 10px;
  height: 520px;
  transition: all .45s ease-in-out;
}

.versatility_card.is-3:hover {
  background-image: linear-gradient(#0009, #0009), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.versatility_card.is-2 {
  background-image: linear-gradient(#0006, #0006), url('../images/Used-Card-1.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  transition: all .2s;
}

.versatility_card.is-2:hover {
  background-image: linear-gradient(#0009, #0009), url('../images/Used-Card-1.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.versatility_card.s1-2 {
  background-image: linear-gradient(#0006, #0006), url('../images/LB14_1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-style: none;
  justify-content: center;
  height: 525px;
  transition: all .2s;
}

.versatility_card.s1-2:hover {
  background-image: linear-gradient(#0009, #0009), url('../images/LB14_1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.versatility_card.s1-3 {
  background-image: linear-gradient(#0006, #0006), url('../images/LB23_1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-style: none;
  border-radius: 10px;
  height: 525px;
  transition: all .45s ease-in-out;
}

.versatility_card.s1-3:hover {
  background-image: linear-gradient(#0009, #0009), url('../images/LB23_1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.versatility_card.s1-4 {
  background-image: linear-gradient(#0006, #0006), url('../images/LB20_1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-style: none;
  height: 525px;
  transition: padding-bottom .2s;
}

.versatility_card.s1-4:hover {
  background-image: linear-gradient(#0009, #0009), url('../images/LB20_1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.versatility_card.s2-3 {
  background-image: linear-gradient(#0006, #0006), url('../images/LB8_1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-style: none;
  border-radius: 10px;
  height: 520px;
  transition: all .45s ease-in-out;
}

.versatility_card.s2-3:hover {
  background-image: linear-gradient(#0009, #0009), url('../images/LB8_1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.versatility_card.s2-4 {
  background-image: linear-gradient(#0006, #0006), url('../images/LB17_1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-style: none;
  height: 520px;
  transition: padding-bottom .2s;
}

.versatility_card.s2-4:hover {
  background-image: linear-gradient(#0009, #0009), url('../images/LB17_1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.versatility_card-content {
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 1.5rem;
  display: flex;
}

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

.versatility_row._2 {
  grid-template-columns: 1fr 1fr;
}

.versatlity_card-paragraph {
  font-size: 15px;
  line-height: 23px;
}

.versatlity_card-tagline {
  position: absolute;
  top: 24px;
  left: 24px;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-2 {
  color: #172622;
  text-align: center;
  background-color: #fff;
  border: 1px solid #172622;
  border-radius: 50rem;
  padding: .75rem 1.5rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
}

.button-2:hover {
  color: #fff;
  background-color: #fff0;
  border-color: #fff;
}

.button-2.is-small {
  padding: .5rem 1.25rem;
  font-size: .9rem;
  font-weight: 500;
}

.heading-style-h5 {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.heading-style-h5.is-card {
  text-align: left;
  line-height: 1.3;
}

.area-map {
  filter: grayscale(55%);
  width: 100%;
  margin-top: 25px;
}

.gallery-gris {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-top: 30px;
}

.overflow-none {
  overflow: hidden;
}

.overflow-none.full {
  border-radius: 4px;
  width: 100%;
  position: relative;
}

.works-title {
  z-index: 90;
  text-transform: uppercase;
  white-space: nowrap;
  margin-top: 2vh;
  margin-bottom: 2vh;
  font-size: 18vh;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  position: relative;
}

.works-title.med-size {
  margin-left: auto;
  margin-right: auto;
  font-size: 22px;
  font-weight: 600;
}

.image-cover {
  z-index: 1;
  mix-blend-mode: color-burn;
  background-color: #0a100d;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.card-hover {
  z-index: 6;
  color: #fff;
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.track {
  white-space: nowrap;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: static;
  overflow: hidden;
}

.work-item-image {
  object-fit: cover;
  width: 100%;
  height: 350px;
}

.work-item-wrapper {
  color: #edf2f4;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.map-section {
  margin-bottom: -10px;
}

.contact-map {
  filter: grayscale(55%);
}

.see-more {
  background-color: var(--primary);
  padding: 20px 17px;
  font-weight: 700;
}

.image-2 {
  background-color: var(--white);
  border-radius: 12px;
  width: 75px;
  padding: 12px;
}

.image-3 {
  filter: invert();
  width: 245px;
  position: absolute;
}

.light-blue-section {
  background-color: var(--black);
  padding-top: 60px;
  padding-bottom: 60px;
}

.storm-link {
  width: 100%;
  height: 50px;
  margin-top: 0;
}

.image-4 {
  width: 280px;
}

.div-block {
  background-color: var(--black);
  width: 40px;
  height: 10px;
  position: absolute;
  top: 516.5px;
  left: 827px;
}

.lottie-animation-3 {
  width: 600px;
}

.div-block-2 {
  background-color: var(--black);
  width: 50%;
  height: 5px;
  position: relative;
  top: -5px;
}

.lottie-animation-4 {
  width: 600px;
}

.bold-text-2 {
  color: var(--primary);
}

.insta-feed {
  width: 100%;
  margin-bottom: 30px;
}

@media screen and (max-width: 991px) {
  .announcement-bar {
    position: static;
    top: 165px;
  }

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

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

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

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

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

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

  .nav-menu {
    background-color: #fff;
    width: 100%;
    margin-top: 20px;
  }

  .nav-menu.margin-auto {
    flex-direction: column;
    justify-content: flex-start;
    height: auto;
    margin-top: 0;
  }

  .dropdown-menu-link {
    color: var(--black);
    background-color: #0000;
  }

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

  .drop-down-link {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .drop-down-link:hover {
    color: #fff;
  }

  .brand.margin-right-20 {
    margin-left: 10px;
    margin-right: auto;
  }

  .dropdown-list.w--open {
    background-color: #f7f7f7;
    border-radius: 0;
    margin-top: 0;
  }

  .nav-link {
    background-color: var(--primary);
    color: var(--white);
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-link:hover {
    background-color: var(--secondary);
    color: var(--white);
    border-radius: 0;
  }

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

  .header-social-icon:hover {
    color: var(--white);
  }

  .header-social-icon.margin-right-none {
    background-color: var(--white);
    text-align: left;
    font-size: 22px;
  }

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

  .dropdown-link {
    color: #fff;
    border-bottom: 1px solid #0000000d;
    border-radius: 0;
    width: 100%;
  }

  .dropdown-link:hover {
    color: #fff;
    background-color: #ef233c;
    border-radius: 0;
  }

  .dropdown-link.w--open {
    color: #fff;
    background-color: #ef233c;
  }

  .dropdown-link.no-border {
    background-color: var(--primary);
    color: var(--white);
    border-bottom-style: none;
  }

  .dropdown-link.no-border:hover {
    background-color: var(--secondary);
  }

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

  .nav-toggle {
    border-radius: 6px;
    margin-right: 10px;
  }

  .nav-toggle.w--open {
    background-color: var(--white);
  }

  .nav {
    background-color: #353535;
    height: 100%;
    margin-bottom: auto;
  }

  .navbar-2 {
    justify-content: space-between;
  }

  .navbar {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    position: static;
  }

  .hero-content {
    width: 90%;
  }

  .slider-inner-content {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .hero-large-text {
    font-size: 3em;
  }

  .hero-para-text {
    font-size: 1.1em;
  }

  .hero-section {
    height: auto;
    min-height: 500px;
  }

  .hero-slider {
    min-height: 500px;
  }

  .hero-text {
    font-size: 1.5em;
  }

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

  .default-btn {
    margin-right: auto;
  }

  .default-btn.margin-top-20 {
    width: 100%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .default-btn.margin-top-20.default-btn-outline.marginleft-20 {
    margin-left: auto;
    margin-right: auto;
  }

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

  .left-section {
    width: 100%;
  }

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

  .right-section {
    width: 100%;
    margin-top: 20px;
  }

  .right-section.padd {
    margin-top: 40px;
  }

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

  .inner-img.map {
    min-height: auto;
  }

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

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

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

  .bullet-block-btn {
    margin-top: 10px;
  }

  .bullet-block {
    padding: 20px;
  }

  .bullet-heading {
    text-align: left;
  }

  .inner-text-content {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

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

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

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

  .heading-3-cta-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .testimonials-grid {
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

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

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

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

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

  .slider-2 {
    position: relative;
  }

  .image {
    height: 90px;
  }

  .h1 {
    font-size: 27px;
  }

  .p {
    font-size: 15px;
  }

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

  .dropdown-toggle {
    color: var(--white);
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .list-item {
    align-items: center;
  }

  .bullet-icon-2.round {
    width: 32px;
    height: 32px;
  }

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

  .banner-subheading {
    letter-spacing: 0;
    font-size: 16px;
    font-weight: 600;
  }

  .card-content {
    max-width: 90%;
    margin-right: auto;
  }

  .card {
    flex-flow: column;
    width: 95%;
    height: 42rem;
  }

  .card-image {
    width: 100%;
    height: 24rem;
  }

  .card-image-wrapper {
    width: 95%;
    height: 20rem;
    margin-right: auto;
  }

  .card-icon-wrapper {
    padding-right: .5rem;
  }

  .card-icon-2 {
    width: 1.5rem;
  }

  .circle-to-pill-button {
    z-index: 30;
  }

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

  .default-btn-2.margin-top-20 {
    width: 100%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .intro {
    display: none;
  }

  .cta-info-wrap-2 {
    grid-row-gap: 48px;
  }

  .cta-header-wrap {
    padding-bottom: 120px;
  }

  .looping-heading {
    font-size: 48px;
  }

  .unblur-cta-section {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .content-grid {
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .cta-header {
    width: 90%;
    font-size: 28px;
    line-height: 34px;
  }

  .nav-menu-2 {
    z-index: 9990;
    background-color: var(--primary);
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: auto;
    margin-top: 165px;
    margin-right: auto;
    position: absolute;
  }

  .navbar-3 {
    flex-flow: column;
    padding-top: 10px;
    position: relative;
  }

  .nav-link-2 {
    margin-left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 24px;
    display: block;
    position: sticky;
  }

  .nav-link-2.w--current {
    background-color: var(--white);
    color: var(--primary);
    margin-left: 0;
    padding-left: 24px;
  }

  .icon-2 {
    font-size: 29px;
  }

  .menu-button {
    color: #fff;
    text-align: center;
    width: 100%;
  }

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

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

  .header-social {
    border-top: 1px solid #f7f7f733;
    justify-content: flex-start;
    margin-top: 90%;
    padding-top: 20px;
    display: flex;
  }

  .dl-menu {
    padding-top: 0;
    padding-bottom: 0;
    position: static;
  }

  .dropdown {
    width: 100%;
  }

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

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

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

  .work-component-4 {
    background-position: 50%;
    background-size: cover;
  }

  .hero-large-text-2 {
    font-size: 2rem;
  }

  .work-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .container-large-4 {
    width: 100%;
    max-width: 100rem;
  }

  .work-component-3, .work-component-1 {
    background-position: 50%;
    background-size: cover;
  }

  .work-component-1:hover {
    background-position: 0 0, 50%;
  }

  .work-component-2 {
    background-position: 50%;
    background-size: cover;
  }

  .margin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .versatility_card.is-4, .versatility_card.is-3 {
    height: auto;
  }

  .versatility_card.is-2 {
    background-image: linear-gradient(#0009, #0009), url('../images/Used-Card-1.png');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .versatility_card.s1-3, .versatility_card.s1-4, .versatility_card.s2-3, .versatility_card.s2-4 {
    height: auto;
  }

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

  .versatlity_card-paragraph {
    color: #fff;
  }

  .works-title {
    font-size: 9vh;
  }

  .card-hover {
    display: none;
  }
}

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

  .announcement-bar {
    display: none;
  }

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

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

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

  .announcement-contact-info.margin-right-20.mobile-display-none {
    margin-right: 10px;
  }

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

  .navbar {
    padding-top: 10px;
  }

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

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

  .slider-inner-content {
    height: auto;
    padding-top: 100px;
  }

  .hero-large-text {
    font-size: 2.5em;
  }

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

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

  .para.para-sm {
    width: 100%;
  }

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

  .inner-img.s2-1, .inner-img.s4-1, .inner-img.s4-3, .inner-img.s5-1, .inner-img.s5-3, .inner-img.s3-1 {
    min-height: 325px;
  }

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

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

  .bullet-list-grid {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

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

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

  .brand-band-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: grid;
  }

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

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

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

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

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

  .underline {
    width: 50%;
  }

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

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

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

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

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

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

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

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

  .image {
    height: 70px;
  }

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

  .p {
    margin-bottom: 20px;
  }

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

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

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

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

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

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

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

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

  .contact-right {
    width: 95%;
    position: static;
  }

  .banner-subheading {
    font-size: 14px;
  }

  .display-s {
    font-size: 1.25rem;
  }

  .container-3 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .footer-btn-text {
    letter-spacing: 3px;
  }

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

  .section-2-img-full-2.s2-2, .section-2-img-full-2.s4-2, .section-2-img-full-2.s5-2, .section-2-img-full-2.s3-2 {
    min-height: 325px;
  }

  .cta-header-wrap {
    padding-bottom: 80px;
  }

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

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

  .cta-text-wrap-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .cta-header {
    font-size: 23px;
    line-height: 31px;
  }

  .subtitle {
    letter-spacing: 3px;
    font-size: .9rem;
  }

  .nav-menu-2 {
    margin-top: 165px;
  }

  .navbar-3 {
    min-height: 85px;
  }

  .main-block {
    width: 100%;
  }

  .menu-button.w--open {
    background-color: var(--white);
    color: var(--primary);
    margin-top: 20px;
  }

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

  .work-component-4 {
    min-height: 500px;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .gallery-section {
    padding: 60px 1.25rem;
  }

  .work-component-3, .work-component-1, .work-component-2 {
    min-height: 500px;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .margin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .versatility_row {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .versatility_row._2 {
    grid-template-columns: 1fr;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

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

  .work-item-image {
    height: 300px;
  }
}

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

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

  .container.announcement-container {
    padding-top: 1px;
  }

  .announcement-icon {
    width: 30px;
    height: 30px;
    font-size: 1.2em;
  }

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

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

  .nav-menu.margin-auto {
    border-top: 1px solid #0000000d;
    width: 100%;
  }

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

  .navbar {
    padding-bottom: 5px;
  }

  .slider-arrow {
    display: none;
  }

  .hero-content {
    width: 85%;
  }

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

  .button.book-today {
    width: 37%;
  }

  .hero-large-text {
    font-size: 1.5em;
  }

  .hero-section {
    height: 600px;
  }

  .hero-slider {
    min-height: 600px;
  }

  .hero-text {
    padding-bottom: 10px;
    font-size: 1.2em;
    line-height: 1.4;
  }

  .default-btn {
    text-align: center;
    justify-content: center;
    width: 100%;
  }

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

  .top-text {
    margin-bottom: 10px;
    line-height: 1.7;
  }

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

  .right-section {
    margin-bottom: 20px;
  }

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

  .card-bullet.grid-3, .card-bullet.grid2 {
    grid-template-columns: 1fr;
  }

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

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

  .bullet-list-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 30px;
  }

  .bullet-block-btn {
    margin-top: 5px;
  }

  .section-2-text-content {
    flex-direction: row;
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
  }

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

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

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

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

  .footer-desc {
    line-height: 12px;
  }

  .footer-col {
    margin-top: 30px;
  }

  .contact-block-1 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .contact-icon {
    display: none;
  }

  .contact-info-link {
    line-height: 1.4;
  }

  .footer-copy {
    margin-top: 20px;
    margin-bottom: 0;
  }

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

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

  .service-box-title {
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .underline {
    width: 30%;
  }

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

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

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

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

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

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

  .slide-3 {
    padding: 0;
  }

  .testemonials {
    padding: 40px 10px;
    overflow: hidden;
  }

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

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

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

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

  .slider-2 {
    width: 100%;
  }

  .image {
    height: 90px;
  }

  .h1 {
    text-align: center;
    font-size: 22px;
    line-height: 1;
  }

  .p {
    font-size: 13px;
    line-height: 18px;
  }

  .h2 {
    margin-top: 0;
    font-size: 24px;
  }

  .slide-nav-2 {
    display: none;
  }

  .button-div {
    flex-direction: column;
    margin-top: 0;
  }

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

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

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

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

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

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

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

  .bottom-container {
    align-items: center;
  }

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

  .bullet-heading-2 {
    text-align: left;
  }

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

  .banner-subheading {
    font-size: 11px;
    line-height: .8;
  }

  .card {
    width: 90%;
    height: auto;
    padding: 1.5rem;
  }

  .card-image-wrapper {
    display: none;
  }

  .container-3 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .container-3.container-center {
    padding-left: 0;
    padding-right: 0;
  }

  .wave-text-up-btn {
    margin-right: 0;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .wave-text-up-btn.right {
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .footer-btn-text {
    font-size: .7rem;
  }

  .circle-to-pill-button {
    justify-content: center;
  }

  .text-btn {
    margin-bottom: 0;
    font-size: 12px;
  }

  .intro {
    display: none;
  }

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

  .looping-heading-wrapper {
    grid-column-gap: 24px;
    padding-right: 24px;
  }

  .looping-wrapper {
    grid-column-gap: 24px;
  }

  .cta-header-wrap {
    padding-bottom: 60px;
  }

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

  .heading-separator {
    width: 36px;
  }

  .unblur-cta-section {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .cta-text-wrap-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .cta-header {
    font-size: 19px;
    line-height: 28px;
  }

  .subtitle {
    letter-spacing: 2px;
    font-size: .8rem;
  }

  .button-wrap {
    flex-direction: column;
    grid-auto-flow: row;
  }

  .nav-menu-2 {
    width: 100%;
    margin-top: 175px;
  }

  .navbar-3 {
    min-height: 90px;
    padding-top: 10px;
  }

  .menu-button {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .menu-button.w--open {
    z-index: 200;
  }

  .background-image {
    height: 400px;
  }

  .work-component-4 {
    min-height: 22rem;
    padding: 2rem 1rem;
  }

  .hero-large-text-2 {
    margin-bottom: 5px;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.1;
  }

  .hero-large-text-2._10 {
    font-size: 28px;
  }

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

  .work-grid {
    width: 100%;
  }

  .tag-wrapper {
    flex-flow: column;
    align-items: flex-start;
  }

  .container-large-4 {
    width: 95%;
  }

  .tag-component {
    text-align: left;
    margin-bottom: 4px;
    font-size: .8rem;
    font-weight: 700;
  }

  .para-3 {
    font-weight: 300;
  }

  .para-3.light-grey {
    font-size: 15px;
  }

  .work-component-3 {
    min-height: 20rem;
    padding: 2rem 1rem;
  }

  .work-component-1 {
    width: 100%;
    min-height: 20rem;
    padding: 2rem 1rem;
  }

  .work-component-1:hover {
    background-position: 50%;
    background-size: cover;
  }

  .work-component-2 {
    min-height: 20rem;
    padding: 2rem 1rem;
  }

  .margin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-color-white-2 {
    margin-bottom: 5px;
    font-size: 21px;
    line-height: 28px;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-block-5 {
    font-size: 15px;
    line-height: 22px;
  }

  .versatility_card.is-1, .versatility_card.is-3, .versatility_card.s1-2, .versatility_card.s1-3, .versatility_card.s2-3 {
    height: auto;
  }

  .versatility_card-content {
    padding-left: .75rem;
    padding-right: .75rem;
  }

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

  .versatility_row._2 {
    grid-template-columns: 1fr;
  }

  .versatility_card-content-top {
    width: 100%;
  }

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

  .work-item-image {
    height: 275px;
  }

  .image-3 {
    width: 140px;
  }
}

#w-node-d4cfa3ce-90fc-4f46-dfba-4b32c68b8bbf-ad09071b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-adbea63c-d41c-c327-4198-4a5a8d58accf-ad09071b {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_5a1d9f18-e588-56e6-d6ed-7ae3c4649e06-ad09071b, #w-node-_2ee52069-c011-2593-2af0-b82ee0617beb-ad09071b, #w-node-_1f81431f-3fd4-ce50-9f9a-783d355c4949-ad09071b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c5c3e8a3-665f-449c-2e86-cd0bb328e85b-a0ef1e25, #w-node-_8f94d662-ed95-1bd2-ea2a-19583e745620-a0ef1e25, #w-node-_23800732-dfe1-c20d-09e2-e3b38bf50fe4-a0ef1e25 {
  place-self: center;
}

#w-node-_5d7a501f-c3c6-3913-bd63-bb004b5ef965-4b5ef962, #w-node-_2e9a4fb5-0f34-c5f1-8819-2b94a827bd54-ad09073b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-adbea63c-d41c-c327-4198-4a5a8d58accf-ad09071b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1f81431f-3fd4-ce50-9f9a-783d355c4949-ad09071b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_1f81431f-3fd4-ce50-9f9a-783d355c4949-ad09071b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6740a32e-634d-c46e-1e71-a4920a06016a-069283de {
    justify-self: auto;
  }

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

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

@media screen and (max-width: 479px) {
  #w-node-_6740a32e-634d-c46e-1e71-a4920a06016a-069283de {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

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

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


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