@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: #262626;
  --primary: #0098aa;
  --black: black;
  --light-grey: #ccc;
  --pale-grey: #ddd;
}

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

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

.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;
  margin-right: 20px;
  padding: 5px 20px;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
}

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

.announcement-time {
  color: var(--white);
  font-size: 1em;
  font-weight: 300;
}

.announcement-bar {
  z-index: 999;
  background-color: var(--black);
  color: var(--secondary);
  position: sticky;
  inset: 0% 0% auto;
}

.announcement-link {
  color: var(--white);
  font-weight: 300;
  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 {
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  width: 90%;
  max-width: none;
  display: flex;
}

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

.container.foot {
  justify-content: center;
  align-items: center;
  width: 80%;
  display: flex;
}

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

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

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

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

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

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

.nav-menu.margin-auto {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  margin-left: auto;
}

.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;
  width: 19vw;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 2em;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.brand.w--current {
  width: 16%;
}

.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 {
  width: 100%;
  margin-bottom: 20px;
}

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

.dropdown-list.w--open {
  background-color: #fff;
  border-radius: 6px;
  width: 100%;
  margin-top: 26px;
  position: static;
  overflow: visible;
}

.nav-link {
  color: var(--white);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px 15px;
  font-weight: 500;
  transition: all .3s ease-in-out;
  display: inline-flex;
}

.nav-link:hover, .nav-link.w--current {
  background-color: var(--primary);
  color: var(--white);
  border-radius: 0;
}

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

.header-social-icon:hover {
  background-color: var(--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;
}

.dropdown-link.no-border {
  position: static;
}

.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: 4;
  background-color: var(--secondary);
  width: 100%;
  min-height: 84px;
  position: fixed;
  box-shadow: 0 4px 5px #0003;
}

.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: inline-block;
}

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

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

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

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

.hero-content {
  text-align: center;
  width: 60%;
  margin-bottom: 16vh;
}

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

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

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

.slider-inner-content {
  z-index: 2;
  color: var(--white);
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  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: 100%;
  position: relative;
}

.hero-slider {
  min-height: 95vh;
  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(--white);
  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 {
  background-color: var(--secondary);
  color: var(--white);
  background-image: linear-gradient(#00000080, #00000080), url('../images/bg_1.webp');
  background-position: 0 0, 50% 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.section-design-1-h1.test {
  padding-top: 220px;
}

.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: 0 auto;
  width: 48%;
}

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

.btn-wrapper {
  padding-top: 20px;
}

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

.right-section.z {
  box-shadow: -11px -11px 0 0 var(--primary);
}

.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/new-garage-conversion.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%;
  display: flex;
  position: static;
}

.inner-img.map {
  background-image: none;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
}

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

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

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

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

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

.inner-img.conver1 {
  background-image: url('../images/img7_1.webp');
  background-position: 50% 82%;
}

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

.card-bullet._2 {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  display: grid;
}

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

.card-bullet._0b {
  margin-bottom: 0;
}

.card-bullet._20lr {
  padding-left: 20px;
  padding-right: 20px;
}

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

.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-weight: 600;
  line-height: 1.5;
}

.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(--secondary);
  color: var(--white);
  padding-top: 100px;
  padding-bottom: 100px;
}

.bullet-list-services.b {
  background-color: var(--black);
  background-image: url('../images/sparkbg2.svg');
  background-position: -12% 100%;
  background-repeat: no-repeat;
  background-size: 500px;
}

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

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

.bullet-list-grid.z {
  margin-top: 0;
  margin-bottom: 10px;
}

.card-bullet-item {
  color: #838383;
  align-items: center;
  font-weight: 500;
  list-style-type: none;
  display: flex;
}

.bullet-block-btn {
  background-color: var(--primary);
  color: var(--white);
  border-radius: 0;
  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 {
  border-top: 6px solid var(--primary);
  background-color: var(--white);
  color: var(--black);
  text-align: left;
  border-radius: 0;
  width: 100%;
  padding: 30px 30px 30px 20px;
  transition: all .2s ease-in-out;
  box-shadow: 1px 1px 3px #0000000d;
}

.bullet-block.edit {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.bullet-block._0 {
  border-top-style: none;
}

.bullet-heading {
  color: var(--secondary);
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  display: flex;
}

.inner-text-content {
  width: 68%;
  max-width: 1400px;
  margin-left: 60px;
  margin-right: auto;
}

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

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

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

.section-2-img-full._2.hom2 {
  background-image: url('../images/227717954.webp');
}

.section-2-img-full._2.hom3 {
  background-image: url('../images/gardenroom1_1.webp');
  background-position: 50% 70%;
}

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

.section-2-img-full.garage4 {
  background-image: url('../images/216671504.webp');
  background-position: 0%;
}

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

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

.section-2-text-content {
  background-color: var(--primary);
  color: var(--white);
  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;
}

.section-2-text-content.w {
  background-color: var(--black);
}

.heading-3-cta-section {
  background-color: var(--primary);
  border-top: 4px solid #000;
  padding-top: 60px;
  padding-bottom: 60px;
}

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

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

.content-h3-box {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  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;
}

.heading-3-text.sm {
  margin-bottom: 10px;
  font-size: 1.3em;
  font-style: italic;
  font-weight: 400;
}

.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(--pale-grey);
  padding-top: 40px;
  padding-bottom: 40px;
}

.brand-band-wrapper {
  justify-content: space-between;
  display: flex;
}

.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 {
  flex: 0 auto;
  justify-content: flex-start;
  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 {
  background-color: var(--primary);
  color: #fff;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-right: 10px;
  font-family: "Fa brands 400", sans-serif;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
}

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

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

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

.footer-top {
  width: 90%;
  max-width: 1400px;
}

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

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

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

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

.footer-contact-info {
  justify-content: space-between;
  align-items: center;
  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(--black);
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-right: 20px;
  font-family: "Fa 300", sans-serif;
  font-size: 1.5em;
  line-height: 1;
  display: flex;
}

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

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

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

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

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

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

.scroll-up {
  z-index: 1000;
  background-color: var(--primary);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  text-decoration: none;
  display: flex;
  position: static;
  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 {
  background-color: var(--secondary);
  padding-top: 60px;
  padding-bottom: 60px;
}

._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('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  justify-content: center;
  align-items: flex-end;
  min-height: 350px;
  text-decoration: none;
  display: flex;
}

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

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

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

.services-link-box._4 {
  background-image: url('../images/gardenroom2_1.webp');
  background-position: 50% 100%;
}

.services-link-box._5 {
  background-image: url('../images/img7_1.webp');
  background-position: 50% 100%;
  background-size: cover;
}

.service-box-title {
  background-color: var(--light-grey);
  color: var(--secondary);
  border-radius: 1px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
}

.service-box-title.link {
  background-color: var(--primary);
  color: var(--white);
  flex: none;
  width: auto;
  font-weight: 500;
}

.service-box-title.link:hover {
  background-color: #006f7c;
}

.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: 40px;
  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 {
  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(--primary);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 1.25rem;
  font-weight: 700;
}

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

.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(--secondary);
  margin-top: 0;
  margin-bottom: 10px;
  padding-right: 0;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}

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

.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(#00000059, #00000059), url('../images/img22.jpg');
  background-position: 0 0, 50% 36%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  min-height: 200px;
  margin-top: 15vh;
  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: fill;
  width: 100%;
}

.h1 {
  color: var(--white);
  text-transform: uppercase;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.4;
  display: block;
}

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

.p._10b {
  margin-bottom: 10px;
}

.p._10t {
  margin-top: 10px;
}

.p._10t._0 {
  margin-bottom: 0;
}

.h2 {
  color: var(--primary);
  margin-top: 0;
  font-size: 30px;
  line-height: 1.2;
}

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

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

.h2.sm.bg {
  background-color: var(--primary);
  color: var(--white);
  margin-bottom: 30px;
  padding: 30px;
  box-shadow: 0 3px 5px #0003;
}

.p-dark {
  text-align: left;
  line-height: 22px;
}

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

.p-dark._0 {
  margin-bottom: 0;
}

.p-dark._10t {
  margin-top: 10px;
}

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

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

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

.button-div {
  margin-top: 40px;
}

.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);
  text-align: center;
}

.service-box-heading-container {
  border-radius: 0;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.backtotop {
  height: 0;
}

.dropdown-toggle {
  color: var(--white);
  border-radius: 0;
  margin-top: 0;
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 500;
  transition: all .3s;
}

.dropdown-toggle:hover {
  background-color: var(--primary);
  border-radius: 0;
}

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

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

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

.fs-cc-prefs_button.fs-cc-button-alt {
  color: #4353ff;
  background-color: #fff;
  border-color: #4353ff;
}

.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: #4353ff;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 16px;
  font-weight: 700;
}

.fs-cc-prefs_text {
  color: #021a69;
  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 {
  border: 1px solid var(--primary);
  background-color: var(--secondary);
  color: #333;
  cursor: pointer;
  border-radius: 500px;
  flex-direction: column;
  width: 55px;
  height: 55px;
  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 {
  filter: brightness(178%) hue-rotate(326deg);
  width: 32px;
  height: 32px;
}

.fs-cc-prefs_title {
  color: #021a69;
  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 {
  color: #4353ff;
  border-bottom: 2px solid #4353ff;
  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: #03052499;
  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 {
  color: #fff;
  text-align: center;
  background-color: #4353ff;
  border: 2px solid #4353ff;
  border-radius: 500px;
  min-width: 140px;
  margin-left: 16px;
  padding: 10px 20px;
  font-size: 16px;
}

.fs-cc-banner_button.fs-cc-button-alt {
  color: #4353ff;
  background-color: #f5f5f5;
  border-color: #4353ff;
}

.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;
  text-decoration: none;
  display: block;
}

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

.bottom-link.black {
  color: var(--white);
  text-align: center;
  margin-bottom: 10px;
}

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

.bottom-link.c {
  text-align: center;
  margin-bottom: 10px;
}

.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;
  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 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.map {
  width: 100%;
}

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

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

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

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

.contact-right {
  position: static;
}

.div-block {
  margin-right: auto;
  display: flex;
}

.hyperlink {
  box-shadow: inset 0 -2px 0 0 var(--primary);
  color: var(--white);
  padding-left: 2.5px;
  padding-right: 2.5px;
  font-weight: 700;
  text-decoration: none;
  transition: box-shadow .2s;
}

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

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

.hyperlink.dark:hover {
  box-shadow: inset 0 -30px 0 0 var(--secondary);
}

.tab {
  border: 2px solid var(--white);
  color: var(--white);
  text-align: center;
  background-color: #0000;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  display: inline-flex;
}

.tab.w--current {
  background-color: #0000;
}

.tab._2 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.tabs-menu {
  flex-flow: column;
  justify-content: center;
  margin-bottom: 20px;
  margin-right: 20px;
  display: flex;
}

.div-block-2 {
  background-color: var(--primary);
  border-radius: 500px;
  width: 150px;
  height: 150px;
  position: absolute;
}

.tabs {
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 40px;
  display: flex;
}

.tab-pane {
  width: 100%;
  height: 100%;
}

.div-block-3 {
  width: 150px;
  margin-top: 40px;
  margin-right: auto;
  position: relative;
}

.text-block-4 {
  text-align: center;
  font-size: 14px;
}

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

.div-block-4 {
  height: 100%;
  display: flex;
}

.div-block-5 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  flex: none;
  width: 600px;
}

.div-block-5._1 {
  background-image: url('../images/87522906.webp');
}

.div-block-5._2 {
  background-image: url('../images/292050523.webp');
}

.div-block-5._3 {
  background-image: url('../images/gardenroom1_1.webp');
}

.inner-dropdown {
  width: 100%;
  max-width: 600px;
  max-height: 365px;
  padding: 40px;
}

.inner-dropdown.hide {
  color: var(--secondary);
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.dropdown-list-2 {
  width: 100%;
}

.dropdown-list-2.w--open {
  z-index: 999;
  background-color: var(--black);
  width: 100vw;
  position: fixed;
  inset: 134px auto auto 0%;
  box-shadow: 4px 15px 14px 5px #0000003b;
}

.dropdown-2 {
  height: 100%;
}

.buttons-div {
  flex: none;
  width: 40%;
}

.fa {
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
}

.fa.lg {
  margin-right: 10px;
  font-size: 30px;
  display: inline-block;
}

.fa.full {
  margin-left: auto;
  margin-right: 0;
}

.fa.full.green {
  color: var(--white);
}

.fa.full.red {
  color: #ef4627;
  margin-right: 0;
}

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

.bottom-active {
  width: 100%;
  height: 10px;
  margin-top: 10px;
}

.h2-2 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2vw;
  font-weight: 900;
  line-height: 30px;
}

.h2-2.dropdown {
  text-align: left;
  text-transform: capitalize;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 700;
}

.new-nav-link {
  color: #333;
  align-items: center;
  padding: 20px;
  font-weight: 600;
  text-decoration: none;
  transition: box-shadow .2s;
  display: flex;
}

.new-nav-link:hover {
  box-shadow: 0 2px 5px #0003;
}

.new-nav-link.ener {
  border-bottom: 2px solid var(--white);
  color: var(--white);
  padding-top: 15px;
  padding-bottom: 15px;
}

.new-nav-link.ener:hover {
  border-bottom-color: var(--primary);
}

.nav-link-2 {
  border-right: 1px solid #e7e7e7;
  align-items: center;
  height: 100%;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 700;
  display: flex;
}

.nav-link-2.dd {
  color: var(--white);
  border-right-style: none;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 10px 35px 10px 20px;
  font-weight: 400;
}

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

.dropdown-button {
  background-color: var(--primary);
  color: #fff;
  border-radius: 0;
  width: 100%;
  margin-bottom: 5px;
  margin-left: 0;
  margin-right: 10px;
  padding: 10px 40px;
  font-weight: 600;
  text-decoration: none;
}

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

.icon-4 {
  margin-right: 30px;
  display: none;
  position: static;
}

.div-block-7 {
  flex-direction: row;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.text-block-8 {
  padding-left: 30px;
  padding-right: 30px;
}

.dropdown-container {
  background-color: #fff;
  border-top: 1px solid #e7e7e7;
  justify-content: center;
  display: flex;
}

.dropdown-container.energy {
  background-color: var(--black);
  border-top-style: none;
}

.icon-5 {
  margin-right: 15px;
}

.dropdown-context {
  width: 100%;
  height: 100%;
  max-height: 365px;
  display: none;
}

.dropdown-context._1 {
  display: block;
}

.dropdown-context._3, .dropdown-context._4, .dropdown-context._5 {
  display: none;
}

.div-block-8 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  max-height: 95px;
  margin-bottom: 20px;
}

.div-block-8._1 {
  background-image: url('../images/img6_1.webp');
  background-position: 50%;
  max-height: 140px;
  margin-top: 20px;
}

.div-block-8._1._2 {
  background-image: url('../images/80960330.webp');
}

.div-block-8._1._4 {
  background-image: url('../images/gardenroom2_1.webp');
  background-position: 50% 65%;
}

.div-block-8._1._5 {
  background-image: url('../images/img7_1.webp');
  background-position: 50% 75%;
}

.div-block-8._1._3 {
  background-image: url('../images/119656768.webp');
}

.tabs-content {
  box-shadow: 10px -10px 0 0 var(--primary);
}

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

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

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

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

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

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

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

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

.whatsapp-icon {
  color: #fff;
  width: 25px;
  height: 25px;
  display: block;
}

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

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

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

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

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

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

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

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

.livechat-button:hover {
  background-color: #326db1;
}

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

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

.text-span {
  font-size: 13px;
  font-weight: 500;
}

.image-2 {
  background-color: var(--white);
  border-radius: 4px;
  width: 100px;
  padding: 5px;
}

.link-block {
  margin-right: 10px;
}

.div-block-9 {
  color: var(--white);
  justify-content: space-between;
  display: flex;
}

.scrollto {
  position: absolute;
  inset: -180px auto auto 0%;
}

.button-02-hover {
  background-color: var(--black);
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  min-width: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 15px 40px;
  line-height: 1.5;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-02-hover.cyan {
  background-color: var(--primary);
}

.button-02-line_left {
  z-index: 2;
  background-color: var(--primary);
  width: 5px;
  height: 0;
  margin-left: 2px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.button-02-line_left.black {
  background-color: var(--black);
}

.button-02-line_right {
  z-index: 2;
  background-color: var(--primary);
  width: 5px;
  height: 0;
  margin-left: 0;
  margin-right: 2px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.button-02-line_right.black {
  background-color: var(--black);
}

.text {
  z-index: 2;
  color: #333;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 700;
  position: relative;
}

.text._02 {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.button-02-line_top {
  z-index: 2;
  background-color: var(--primary);
  width: 0;
  height: 5px;
  margin-top: 2px;
  margin-left: 0;
  position: absolute;
  inset: 0% 0% auto auto;
}

.button-02-line_top.black {
  background-color: var(--black);
}

.button-02-line_bottom {
  z-index: 2;
  background-color: var(--primary);
  width: 0;
  height: 5px;
  margin-top: 0;
  margin-bottom: 2px;
  margin-left: 0;
  position: absolute;
  inset: auto auto 0% 0%;
}

.button-02-line_bottom.black {
  background-color: var(--black);
}

.btnblock {
  text-decoration: none;
}

.btnblock._20l {
  margin-right: 20px;
}

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

._2x1._20t {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 20px;
}

.img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  min-height: 350px;
}

.img.pro2 {
  background-image: url('../images/img4_1.webp');
  background-position: 50% 91%;
}

.img.pro3 {
  background-image: url('../images/img6_1.webp');
  background-position: 50% 89%;
}

.img.garage2 {
  background-image: url('../images/211498014.webp');
}

.img.garage3 {
  background-image: url('../images/466469491.webp');
  background-position: 88%;
}

.img.conver2 {
  background-image: url('../images/img1.webp');
}

.img.conver3 {
  background-image: url('../images/garage-conversion-in-progress.webp');
}

.italic-text {
  color: var(--white);
  font-weight: 500;
}

.onload {
  z-index: 99999999;
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.lottie-animation {
  width: 40%;
}

.div-block-10 {
  background-color: var(--primary);
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-10.b {
  background-color: var(--secondary);
}

.mg-bottom-48px {
  max-width: 30%;
  margin-bottom: 48px;
}

.line-rounded-icon.link-icon-right {
  margin-left: 6px;
  display: inline-block;
}

.copy {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.copy.lg {
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.copy.lg.left {
  justify-content: center;
  align-items: flex-start;
}

.link-wrapper {
  color: #211f54;
  transition: none;
  display: inline-block;
}

.link-wrapper:hover {
  color: #4a3aff;
}

.link-wrapper.white {
  color: #fff;
}

.link-wrapper.white:hover {
  color: #f2f1ff;
}

.link-wrapper.white.text-bold.hover-white:hover {
  color: #fff;
}

.hidden-on-desktop {
  display: none;
}

.mg-bottom-32px {
  margin-bottom: 32px;
}

.link-text {
  transition: color .3s;
  display: inline-block;
}

.card-3 {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  flex-flow: column;
  display: inline-flex;
  box-shadow: 0 2px 7px #14142b0f;
}

.card-3.testimonial-card-color {
  box-shadow: none;
  color: var(--black);
  border-width: 0;
  height: 100%;
  padding: 56px 48px;
  text-decoration: none;
}

.card-3.testimonial-card-color.color-3 {
  color: #fff;
  transform-style: preserve-3d;
  background-color: #4353ff;
  transition: transform .3s, color .3s;
}

.card-3.testimonial-card-color.color-3:hover {
  transform: scale3d(.94, .94, 1.01);
}

.card-3.testimonial-card-color.color-1 {
  background-color: var(--white);
  color: var(--black);
  transform-style: preserve-3d;
  flex-flow: column;
  transition: transform .3s, color .3s;
}

.card-3.testimonial-card-color.color-1:hover {
  transform: scale3d(.94, .94, 1.01);
}

.card-3.testimonial-card-color.color-2 {
  color: #fff;
  transform-style: preserve-3d;
  background-color: red;
  transition: transform .3s, color .3s;
}

.card-3.testimonial-card-color.color-2:hover {
  transform: scale3d(.94, .94, 1.01);
}

.slide-item-mg {
  height: 100%;
  margin-right: 28px;
}

.slider-mask {
  height: 100%;
}

.slider-mask.width-490px {
  max-width: 480px;
  overflow: visible;
}

.btn-circle-secondary {
  color: #211f54;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  font-size: 26px;
  text-decoration: none;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  display: flex;
  box-shadow: 0 2px 12px #14142b14;
}

.btn-circle-secondary:hover {
  color: #fff;
  background-color: #4a3aff;
  border-color: #4a3aff;
  transform: scale3d(.94, .94, 1.01);
}

.btn-circle-secondary.slider-arrow {
  margin-top: 0;
  margin-bottom: 0;
}

.btn-circle-secondary.slider-arrow:hover {
  border-color: var(--primary);
  background-color: var(--primary);
}

.btn-circle-secondary.slider-arrow.left---top-left {
  font-family: "Fa sharp solid 900", sans-serif;
  inset: -100px 84px auto auto;
}

.btn-circle-secondary.slider-arrow.right---top-left {
  font-family: "Fa sharp solid 900", sans-serif;
  top: -100px;
}

.heading-h4-size {
  color: var(--black);
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
}

.heading-h4-size.color-neutral-100 {
  margin-top: auto;
}

.slider-wrapper-2 {
  background-color: #0000;
  width: 100%;
  height: auto;
}

@media screen and (min-width: 1280px) {
  .nav-link-2.w--current {
    color: #333;
  }
}

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

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

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

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

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

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

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

  .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.w--current {
    width: auto;
  }

  .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);
    justify-content: flex-start;
    align-items: center;
    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 {
    background-color: var(--primary);
    color: var(--white);
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 1.2em;
    display: flex;
  }

  .nav-toggle {
    color: var(--white);
    border-radius: 6px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 70px;
    padding: 0;
    display: flex;
  }

  .nav-toggle.w--open {
    background-color: var(--white);
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

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

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

  .hero-content {
    width: 70%;
  }

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

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

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

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

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

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

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

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

  .page-top {
    margin-top: 94px;
  }

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

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

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

  .div-block-5 {
    width: 100%;
    height: 200px;
  }

  .inner-dropdown {
    max-width: 100%;
    padding: 0;
  }

  .inner-dropdown.hide {
    display: none;
  }

  .dropdown-list-2.w--open {
    position: static;
  }

  .dropdown-2 {
    border-top: 1px solid #e0e0e0;
    width: 100%;
  }

  .bottom-active {
    height: 4px;
  }

  .h2-2 {
    margin-top: 10px;
    font-size: 14px;
  }

  .new-nav-link.ener {
    width: 100%;
  }

  .nav-link-2 {
    height: 50px;
  }

  .nav-link-2.dd {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .text-block-8 {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 0;
  }

  .dropdown-container {
    justify-content: flex-start;
  }

  .button-02-hover {
    margin-bottom: 50px;
  }

  .mg-bottom-48px {
    margin-bottom: 40px;
  }

  .mg-bottom-32px {
    margin-bottom: 24px;
  }

  .slider-mask {
    position: static;
  }

  .btn-circle-secondary.slider-arrow.left---top-left {
    inset: auto auto -90px 39.5%;
  }

  .btn-circle-secondary.slider-arrow.right---top-left {
    inset: auto 39.5% -90px auto;
  }

  .heading-h4-size {
    font-size: 22px;
    line-height: 32px;
  }
}

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

  .announcement-bar {
    position: static;
  }

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

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

  .announcement-contact-info {
    margin-left: 10px;
  }

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

  .brand {
    width: 180px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .brand.w--current {
    margin-right: auto;
  }

  .navbar-2 {
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .hero-content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 83%;
    margin-bottom: 0;
    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;
  }

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

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

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

  .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: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 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;
  }

  .page-top {
    margin-top: 89px;
  }

  .h1 {
    font-size: 22px;
  }

  .p {
    margin-bottom: 20px;
  }

  .button-div {
    justify-content: center;
    align-items: flex-end;
    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;
  }

  .tab._2 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .tabs-menu {
    flex-flow: row;
    justify-content: space-between;
  }

  .tabs {
    flex-flow: column;
  }

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

  .h2-2 {
    margin-top: 0;
  }

  .mg-bottom-48px {
    margin-bottom: 32px;
  }

  .card-3.testimonial-card-color {
    padding: 48px 32px;
  }

  .btn-circle-secondary {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
  }

  .btn-circle-secondary.slider-arrow.left---top-left {
    bottom: -72px;
    left: 36%;
  }

  .btn-circle-secondary.slider-arrow.right---top-left {
    bottom: -72px;
    right: 36%;
  }

  .heading-h4-size {
    font-size: 20px;
    line-height: 26px;
  }
}

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

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

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

  .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.w--current {
    width: 250px;
  }

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

  .burger-menu, .nav-toggle {
    flex: none;
  }

  .navbar {
    padding-top: 5px;
    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%;
  }

  .slider-inner-content {
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 40px;
  }

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

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

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

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

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

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

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

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

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

  .scroll-up {
    display: none;
  }

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

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

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

  .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-top: 40px;
    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%;
  }

  .page-top {
    margin-top: 0;
    padding-top: 82px;
  }

  .h1 {
    font-size: 22px;
    line-height: 1.2;
  }

  .p {
    font-size: 14px;
    line-height: 23px;
  }

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

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

  .button-div {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

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

  .tab {
    border-radius: 0%;
    width: 100%;
    height: auto;
  }

  .tab._2 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .tabs-menu {
    flex-flow: column;
    margin-right: 0;
  }

  .inner-dropdown {
    max-width: 100%;
  }

  .dropdown-2 {
    border-top-style: none;
  }

  .fa.lg {
    margin-top: 5px;
    margin-bottom: auto;
    font-size: 20px;
  }

  .h2-2 {
    font-size: 12px;
  }

  .nav-link-2.dd {
    background-color: var(--primary);
    border-right-style: none;
  }

  .nav-link-2.dd.w--open {
    background-color: var(--secondary);
  }

  .dropdown-container.energy {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

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

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

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

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

  .livechat-button {
    width: 90%;
  }

  .button-02-hover {
    width: 100%;
    margin-bottom: 10px;
  }

  .btnblock._20l {
    margin-right: 0;
  }

  .mg-bottom-48px {
    margin-bottom: 32px;
  }

  .card-3.testimonial-card-color {
    padding-left: 24px;
    padding-right: 24px;
  }

  .btn-circle-secondary.slider-arrow.left---top-left {
    bottom: -72px;
    left: 33%;
  }

  .btn-circle-secondary.slider-arrow.right---top-left {
    bottom: -72px;
    right: 31%;
  }
}

#w-node-d4cfa3ce-90fc-4f46-dfba-4b32c68b8bbf-9320338d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-adbea63c-d41c-c327-4198-4a5a8d58accf-9320338d {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_5a1d9f18-e588-56e6-d6ed-7ae3c4649e06-9320338d, #w-node-_2ee52069-c011-2593-2af0-b82ee0617beb-9320338d, #w-node-_1f81431f-3fd4-ce50-9f9a-783d355c4949-9320338d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8ca0c82b-1efb-3726-fc2c-38bccf6bbee0-932033a3, #w-node-_8ca0c82b-1efb-3726-fc2c-38bccf6bbefd-932033a3, #w-node-_8ca0c82b-1efb-3726-fc2c-38bccf6bbf1a-932033a3, #w-node-e1889b65-667f-46b6-2c4d-a068ddc0642c-932033a3, #w-node-c9a7e231-e01e-d0bd-7a48-abbdde1fe44e-932033a3, #w-node-_7cf09a17-4019-e2d0-f759-e690b2cf2202-932033a3, #w-node-_22c27fa0-edbc-f5f3-f33b-35780c127118-932033a3, #w-node-d453d8e8-ca93-4e3a-3e14-a0b66e4dd202-932033a3, #w-node-_3a88e2ac-3eb1-5b0d-a885-104ed61b729c-932033a3, #w-node-_24388cd0-f753-5fc3-47a8-f0430adb46ce-932033a5, #w-node-_24388cd0-f753-5fc3-47a8-f0430adb46eb-932033a5, #w-node-_24388cd0-f753-5fc3-47a8-f0430adb4708-932033a5, #w-node-_9ff88f3b-0c19-0433-9846-d3203009bdc2-932033a6, #w-node-_3c0a13d5-2c14-7df5-ab5c-ceca71d2ac45-932033a6, #w-node-_9ff88f3b-0c19-0433-9846-d3203009bddf-932033a6, #w-node-_9ff88f3b-0c19-0433-9846-d3203009bdfc-932033a6 {
  place-self: auto;
}

#w-node-_45354f47-044e-b0f4-4ebf-1aabd99fe992-932033a9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-adbea63c-d41c-c327-4198-4a5a8d58accf-9320338d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1f81431f-3fd4-ce50-9f9a-783d355c4949-9320338d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_1f81431f-3fd4-ce50-9f9a-783d355c4949-9320338d {
    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;
}