@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: #49a6c3;
  --black: black;
  --light-grey: #ccc;
  --pale-grey: #eee;
}

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

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

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

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

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

.container.container-flex {
  align-items: flex-end;
  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;
  padding-top: 5px;
  padding-bottom: 5px;
}

.announcement-wrapper {
  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 {
  flex-flow: wrap;
  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;
  flex: none;
  align-items: center;
  margin-left: 20px;
  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;
  margin-left: 0;
}

.brand.footer.w--current {
  margin-left: 0;
}

.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 {
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 14px;
  font-weight: 500;
  transition: all .3s ease-in-out;
  display: flex;
}

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

.nav-link.w--current {
  color: var(--primary);
  font-weight: 700;
}

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

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

.nav {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.navbar {
  z-index: 998;
  background-color: var(--white);
  width: 100%;
  position: relative;
}

.slider-arrow {
  background-color: var(--primary);
  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(#00000059, #00000059), url('../images/272168413.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

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

.button {
  background-color: var(--primary);
  color: var(--white);
  text-transform: uppercase;
  background-image: linear-gradient(90deg, #163967, #4daeca);
  border-radius: 100px;
  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);
}

.button.sm {
  width: auto;
  margin-top: auto;
  padding: 10px 20px;
  font-size: 14px;
}

.slider-inner-content {
  z-index: 2;
  justify-content: center;
  align-items: center;
  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: 690px;
  position: static;
}

.slide-2 {
  background-image: linear-gradient(#fff0, #212529a8), url('../images/banner_1.webp');
  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);
  border-radius: 4px;
  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._140 {
  padding-top: 140px;
}

.section-design-1-h1.grey {
  background-color: var(--pale-grey);
}

.top-text {
  color: var(--primary);
  font-size: 13px;
  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: 47%;
}

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

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

.right-section {
  border-radius: 12px;
  align-self: stretch;
  align-items: stretch;
  width: 50%;
  display: flex;
  overflow: hidden;
  box-shadow: 0 2px 8px #00000070;
}

.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/emerp2.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: 400px;
  display: flex;
  position: static;
}

.inner-img.map {
  background-image: none;
  height: auto;
  margin-bottom: -6px;
  overflow: hidden;
}

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

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

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

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

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

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

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

.inner-img.fit1 {
  background-image: url('../images/bath3.webp');
  background-position: 50% 0;
}

.inner-img.kit1 {
  background-image: url('../images/kitchen1-edit.webp');
  background-position: 50% 100%;
}

.inner-img.kit3 {
  background-image: url('../images/new1stsecimg.jpg');
}

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

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

.inner-img.light1 {
  background-image: url('../images/light3.webp');
  background-position: 100%;
}

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

.inner-img.boil1 {
  background-image: url('../images/boiler1.webp');
  background-position: 50% 22%;
}

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

.card-bullet._3x1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: grid;
}

.card-bullet._3x1.left {
  place-items: center start;
}

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

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

.top-title-content.left {
  text-align: 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/newlogo-ico.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
  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: 10px;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.3;
}

.bullet-block-title.lg {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.4;
}

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

.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._0 {
  margin-top: 0;
}

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

.bullet-list-grid._2x1._20, .bullet-list-grid._20 {
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.card-bullet-item {
  color: #838383;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 500;
  list-style-type: none;
  display: flex;
}

.bullet-block-btn {
  background-color: var(--primary);
  color: var(--white);
  border-radius: 4px;
  margin-top: auto;
  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: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px;
  transition: all .2s ease-in-out;
  display: flex;
  box-shadow: 1px 1px 9px #0000003d;
}

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

.bullet-heading {
  color: var(--black);
  text-align: left;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

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

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

.container-fluid.display-flex.w._60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-2-img-full {
  background-image: url('../images/van.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  width: 50%;
  min-height: 500px;
  margin-top: -20px;
  margin-bottom: -20px;
  position: relative;
  box-shadow: 0 2px 7px #0000008a;
}

.section-2-img-full._100 {
  border-radius: 0;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.section-2-img-full._100.boil2 {
  background-image: url('../images/380903133.webp');
}

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

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

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

.section-2-img-full.fit2 {
  background-image: url('../images/bath7.webp');
  background-position: 50% 100%;
}

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

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

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

.section-2-text-content {
  background-color: var(--white);
  color: var(--black);
  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 {
  background-color: var(--primary);
  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(--primary);
  background-image: url('../images/newlogo-water.svg');
  background-position: -27% 60%;
  background-repeat: no-repeat;
  background-size: auto 170%;
}

.heading-3-cta-section.g {
  background-color: var(--black);
}

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

.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);
  border-radius: 4px;
  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: 10px;
  padding-bottom: 10px;
}

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

.brand-icon {
  color: #bdbdbd;
  width: auto;
  height: 80px;
  margin-left: 60px;
  margin-right: 60px;
  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 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.footer-col._00.sitemap {
  justify-content: flex-start;
  align-items: center;
}

.footer-col._20 {
  width: 27%;
  margin-right: 10px;
}

.footer-col._0 {
  margin-right: 40px;
}

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

.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 {
  background-color: var(--primary);
  color: #fff;
  border-radius: 5px;
  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 {
  background-color: var(--light-grey);
  color: var(--primary);
}

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

.footer-social-media.n {
  border-radius: 5px;
}

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

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

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

.footer-mid-content._0 {
  padding-top: 0;
}

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

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

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

.footer-menu-text.top30 {
  margin-top: 32px;
}

.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 {
  border: 1px solid var(--white);
  justify-content: space-between;
  align-items: center;
  padding: 10px 30px;
  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(--primary);
  color: #fff;
  border-radius: 7px;
  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(--white);
  color: var(--black);
  border-radius: 7px;
}

.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(--black);
}

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

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

.footer-social-media-block.nav {
  flex-flow: wrap;
  padding-top: 0;
}

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

._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: 4px;
  justify-content: center;
  align-items: flex-end;
  min-height: 350px;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

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

.service-box-title.link {
  background-color: var(--primary);
  color: var(--light-grey);
  font-weight: 500;
}

.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(--pale-grey);
}

.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/light3.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  min-height: 320px;
  display: flex;
}

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

.image {
  background-color: var(--white);
  border-radius: 7px;
  flex: none;
  width: 13vw;
  height: 90px;
  padding: 10px;
}

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

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

.p._0b {
  margin-bottom: 0;
}

.h2 {
  color: var(--secondary);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 10px;
  font-size: 30px;
  line-height: 1.2;
  display: flex;
}

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

.h2.c {
  justify-content: center;
  align-items: center;
}

.h2._20t {
  margin-top: 20px;
}

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

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

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

.sub-head {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
}

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

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

.slide-nav-2 {
  z-index: 99;
  width: 50px;
}

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

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

.container-block._96 {
  width: 90%;
  max-width: 1400px;
}

.h2-dark {
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 42px;
}

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

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

.backtotop {
  height: 0;
}

.dropdown-toggle {
  margin-top: 0;
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 500;
  transition: all .3s;
}

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

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

.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: var(--black);
  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 {
  background-color: var(--primary);
  color: #333;
  cursor: pointer;
  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);
  border-bottom: 1px solid #272727;
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  font-weight: 500;
  text-decoration: none;
  display: block;
}

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

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

.bottom-link.black._2 {
  border-bottom-style: none;
  width: auto;
}

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

.map {
  width: 100%;
  height: 100%;
}

.linkbl {
  object-fit: cover;
  width: 100%;
  min-height: 320px;
  max-height: 320px;
  text-decoration: none;
}

.linkbl._0 {
  width: auto;
  margin-top: 20px;
}

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

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

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

.contact-right {
  background-image: linear-gradient(#ffffff30, #ffffff30);
  border-radius: 20px;
  padding: 20px;
  position: static;
  box-shadow: 0 4px 9px 2px #00000057;
}

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

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

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

.footer-contact-info-2.vert.contact._0 {
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  margin-top: 0;
  padding-top: 10px;
  padding-left: 0;
  padding-right: 0;
}

.git-img {
  z-index: 0;
  opacity: .13;
  object-fit: cover;
  object-position: 0% 50%;
  height: 800px;
  display: none;
  position: absolute;
  inset: -80px -200px auto auto;
}

.tabs {
  z-index: 2;
  height: 100%;
}

.div-block-3 {
  color: #000;
  background-color: #f7f7f7;
  border-radius: 9px;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  margin-bottom: 10px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  box-shadow: -5px 5px 5px #00000026;
}

.div-block-3:hover {
  transform: translate(2px, -2px);
  box-shadow: -7px 7px 5px #00000026;
}

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

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

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

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

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

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

.contact-info-link-2.black {
  color: #000;
  font-size: 15px;
}

.text-block-4 {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 700;
  line-height: 45px;
}

.text-block-6 {
  color: #2e4091;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  font-family: "Fa sharp solid 900", sans-serif;
  font-size: 24px;
  display: flex;
}

.os {
  z-index: 2;
  flex-flow: row;
  margin-bottom: 10px;
  display: flex;
  position: relative;
}

.os._2 {
  display: none;
}

.div-block-5 {
  width: 100%;
  height: 0;
  margin-left: 10%;
  margin-right: 10%;
  position: absolute;
}

.contact-icon-2 {
  background-color: var(--primary);
  color: #fff;
  border-radius: 7px;
  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-2.ct-us {
  background-color: var(--primary);
  border-radius: 7px;
}

.contact-icon-2.brand {
  width: 40px;
  height: 40px;
  margin-left: 0;
  font-family: "Fa brands 400", sans-serif;
  font-size: 1.3em;
  font-weight: 400;
}

.wwo-img {
  z-index: 0;
  opacity: .13;
  object-fit: cover;
  object-position: 0% 50%;
  height: 800px;
  position: absolute;
  inset: -80px -200px auto auto;
}

.image-3 {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 9px;
  width: 50px;
  height: 50px;
  margin: 10px;
}

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

.div-block-4 {
  background-color: #cd1423;
  flex: none;
  width: 120px;
  height: 3px;
  margin-bottom: 10px;
}

.div-block-4.blue {
  background-color: #4897be;
}

.div-block-4.yel {
  background-color: #f1a646;
  width: 120px;
}

.p-dark-2 {
  color: #000;
  font-size: 15px;
  line-height: 24px;
}

.git {
  z-index: 2;
  margin-bottom: 10px;
  display: none;
  position: relative;
}

.div-block {
  z-index: 2;
  background-color: #fff;
  background-image: linear-gradient(#ffffff9e, #ffffff9e), url('../images/newlogo-ico.svg');
  background-position: 0 0, 300px 72px;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  border-radius: 20px;
  flex-flow: column;
  width: 35%;
  min-height: 610px;
  margin-top: -550px;
  margin-right: auto;
  padding: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: -5px 5px 5px #0003;
}

.link-block {
  width: 100%;
  text-decoration: none;
}

.tab {
  background-color: #0000;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 600;
  transition: all .2s;
}

.tab:hover {
  background-color: #dadada;
  border-radius: 7px;
  box-shadow: 0 2px 5px #0003;
}

.tab.w--current {
  background-color: #f3f3f3;
  border-radius: 7px;
  box-shadow: inset 0 2px 5px #0003;
}

.tab-pane-tab-1 {
  padding: 10px;
}

.text-block-5 {
  margin-right: auto;
  font-size: 15px;
  font-weight: 600;
}

.slider-inner-content-2 {
  z-index: 2;
  flex-flow: row-reverse wrap;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-2 {
  width: 50%;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
}

.image-2 {
  background-color: #fff;
  border-radius: 11px;
  height: 90px;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 10px;
  box-shadow: -5px 5px 5px #0003;
}

.heading-5 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 29px;
  font-weight: 700;
  line-height: 40px;
}

.text-block-7 {
  color: #fff;
  font-weight: 600;
}

.text-block-7.lg {
  margin-bottom: 5px;
  font-size: 19px;
  line-height: 26px;
}

.dropdown-link-2 {
  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-2:hover {
  color: #cd1423;
  background-color: #0000;
}

.dropdown-toggle-2 {
  margin-top: 0;
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 500;
  transition: all .3s;
}

.dropdown-toggle-2:hover {
  color: #cd1423;
}

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

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

.dropdown-menu-link-2.w--current {
  color: #2e4091;
  border-left-color: #2e4091;
}

.fa {
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-family: "Fa sharp solid 900", sans-serif;
  display: inline-flex;
}

.fa.sm {
  font-size: 12px;
}

.fa.sm.brand {
  color: var(--black);
  width: auto;
  margin-left: 0;
  font-family: "Fa brands 400", sans-serif;
  font-weight: 400;
}

.fa.lg {
  background-color: var(--white);
  color: var(--black);
  border-radius: 5px;
  width: 45px;
  height: 45px;
  margin-right: 10px;
  font-size: 21px;
}

.fa._2 {
  display: none;
}

.bt {
  color: #000;
}

.column-tiny {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.navigation-icon-wrapper {
  color: #313131;
  background-color: #0c7d1336;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  display: flex;
}

.navigation-icon-wrapper.sm {
  width: 25px;
  min-width: 25px;
  height: 25px;
  min-height: 25px;
}

.navigation-icon-wrapper.sm.nogreen {
  background-color: var(--white);
  border-radius: 6px;
  font-family: "Fa sharp solid 900", sans-serif;
  box-shadow: 0 2px 5px #0000000f;
}

.navigation-dropdown-card {
  border: 1px #e6e6e6;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.navigation-dropdown {
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  position: static;
}

.dropdown-title {
  border-bottom: 2px solid var(--primary);
  padding-bottom: 16px;
  font-weight: 700;
}

.subheading-small {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.icon-2 {
  margin-right: 20px;
}

.navigation-dropdown-row {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #fff;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  width: 90%;
  margin-bottom: 5px;
  padding: 24px;
  display: flex;
  box-shadow: 0 2px 8px #0003;
}

.fa-3 {
  color: #18330f;
  font-size: 19px;
}

.fa-3.sm {
  font-size: 12px;
}

.fa-3.sm._2 {
  color: #000;
  width: auto;
}

.dropdown-toggle-3 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.dropdown-toggle-3.nav-link-2 {
  color: #101b22;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-right: 40px;
  font-size: 14px;
  font-weight: 500;
  display: inline-flex;
}

.dropdown-toggle-3.nav-link-2:hover {
  font-weight: 500;
}

.paragraph-small {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.paragraph-small.text-color-gray-500 {
  color: #737373;
}

.dropdown-side-link {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #0a0a0a;
  white-space: nowrap;
  align-items: center;
  text-decoration: none;
  display: flex;
}

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

.icon-regular {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.navigation-side-links {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  min-width: 240px;
  display: flex;
}

.navigation-dropdown-list {
  background-color: #0000;
}

.navigation-dropdown-list.w--open {
  z-index: 1;
  padding-top: 20px;
  display: flex;
  position: fixed;
  top: 135px;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.row-tiny {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: row;
  display: flex;
}

.dropdown-links-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  display: flex;
}

.overline {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.overline.text-color-gray-500 {
  color: #737373;
}

.column-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  max-width: 60%;
  display: flex;
}

.column-large._2 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  max-width: 100%;
  height: 100%;
}

.column-large._60 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  width: 50%;
}

.dropdown-link-3 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #000;
  white-space: nowrap;
  align-items: center;
  width: 48%;
  padding-right: 16px;
  text-decoration: none;
  display: flex;
}

.slide-nav-3, .right-arrow-2, .left-arrow-2 {
  display: none;
}

.nav-slider {
  background-color: #0000;
  height: 100%;
}

.slider-container-outer {
  border-radius: 8px;
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.slider-container-inner {
  border-radius: 7px;
  flex-flow: column;
  height: 100%;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.slider-link {
  background-color: #ffffffba;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.slider-img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-start;
  align-items: flex-end;
  height: 100%;
  display: flex;
}

.slider-img._1 {
  background-image: url('../images/188442444.webp');
}

.slider-img._2 {
  background-image: url('../images/170179753.webp');
}

.slider-img._3 {
  background-image: url('../images/380903133.webp');
}

.slider-img._4 {
  background-image: url('../images/625536907.webp');
}

.nav-slider-head {
  color: var(--secondary);
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.nav-slider-head.sub {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 400;
}

.slide-in-nav {
  height: 100%;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.eam {
  z-index: 2;
  margin-bottom: 10px;
  display: none;
  position: relative;
}

.navico {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 6px;
  flex: none;
  width: 90px;
  height: 90px;
  margin-right: 10px;
  box-shadow: 0 2px 5px #0003;
}

.navico._1 {
  background-image: url('../images/newlogo-water.svg');
  background-size: auto 60px;
  flex: none;
}

.navico._2 {
  background-image: url('../images/elec.svg');
  background-size: auto 60px;
}

.navico._3 {
  background-image: url('../images/newlogo-fire.svg');
  background-size: auto 60px;
}

.slide-in-nav-1, .slide-in-nav-2, .slide-in-nav-3, .slide-in-nav-4 {
  height: 100%;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  width: 48%;
  min-height: 400px;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.img._2 {
  background-image: url('../images/plate2.webp');
  width: 48%;
  height: 100%;
  box-shadow: 0 2px 5px #00000070;
}

.img.home1 {
  background-image: url('../images/new1stsecimg.webp');
  background-position: 50%;
  background-size: cover;
  box-shadow: 0 2px 5px #00000057;
}

.small-img {
  object-fit: cover;
  object-position: 50% 100%;
  border-radius: 8px;
  width: 240px;
  height: 240px;
  position: absolute;
  inset: auto auto -50px -5%;
  box-shadow: 5px 5px 5px #0000003d;
}

.hyperlink {
  color: var(--primary);
  font-weight: 700;
}

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

.txt-box {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.tagline {
  color: var(--white);
  margin-bottom: 10px;
  font-size: 40px;
  font-style: italic;
  font-weight: 900;
  line-height: 46px;
  text-decoration: none;
}

.text-span {
  color: var(--black);
  text-decoration: underline;
}

.text-span-2 {
  text-decoration: none;
}

.text-span-3 {
  text-decoration: underline;
}

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

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

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

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

.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: 20px;
  height: 20px;
  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;
  background-color: var(--primary);
  cursor: pointer;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: all .3s cubic-bezier(.45, .182, .111, .989);
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
}

.whatsapp-container:hover {
  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 {
  background-color: var(--primary);
  cursor: pointer;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 42px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

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

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

.code-embed {
  width: 100%;
}

.sm {
  width: 180px;
}

._10px {
  margin-bottom: auto;
}

._20px {
  margin-bottom: 20px;
}

.link-block-2 {
  margin-top: auto;
}

.text-span-4 {
  font-size: .8em;
  font-style: italic;
  font-weight: 400;
}

.code-embed-2 {
  margin-top: 60px;
}

._40t {
  margin-top: 20px;
}

.code-embed-3 {
  z-index: 999;
  background-color: #ededed00;
  width: 100%;
  position: relative;
}

.winter-banner {
  background-color: var(--primary);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

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

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

.bold-text-3 {
  color: var(--black);
}

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

.link-2 {
  text-decoration: none;
}

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

.text-block-10 {
  border-bottom: 1px solid #000;
  padding-bottom: 3px;
  text-decoration: none;
}

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

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

  .test-slider {
    position: static;
  }

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

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

  .slider-2 {
    width: 100%;
  }

  .contact-right {
    position: static;
  }

  .whatsapp-chat {
    display: none;
  }

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

  .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 {
    z-index: 2147483647;
    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 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 20px 40px;
  }

  .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 {
    text-align: right;
    border-radius: 6px;
    width: 60%;
    margin-right: 10px;
  }

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

  .nav {
    flex-flow: column;
    height: 100%;
    margin-bottom: auto;
  }

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

  .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, .section-design-1-h1._140 {
    padding-top: 60px;
    padding-bottom: 100px;
  }

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

  .card-bullet._3x1 {
    grid-template-columns: 1fr 1fr;
    place-items: center start;
  }

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

  .bullet-list-grid, .bullet-list-grid._2x1._0 {
    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 {
    border-radius: 0;
    width: 100%;
    margin-bottom: 0;
  }

  .section-2-text-content {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
    display: flex;
  }

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

  .h3-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

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

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

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

  .footer-col {
    padding-bottom: 10px;
  }

  .footer-col._20 {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .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-mid-content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 0;
    display: grid;
  }

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

  .footer-social-media-block.nav {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    padding: 10px 40px;
  }

  .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 {
    width: 220px;
  }

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

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

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

  .div-block-5 {
    height: auto;
    margin-left: 0%;
    margin-right: 0%;
    padding: 40px;
    position: static;
  }

  .div-block {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .slider-inner-content-2 {
    flex-flow: column;
  }

  .div-block-2 {
    width: 100%;
    margin-left: 0;
    padding-top: 40px;
  }

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

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

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

  .dropdown-link-2.no-border {
    color: #fff;
    background-color: #cd1423;
    border-bottom-style: none;
  }

  .dropdown-link-2.no-border:hover {
    background-color: #2e4091;
  }

  .dropdown-toggle-2 {
    color: #fff;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .dropdown-toggle-2:hover {
    color: #fff;
  }

  .dropdown-menu-link-2 {
    color: #000;
    background-color: #0000;
  }

  .dropdown-menu-link-2:hover {
    color: #000;
  }

  .fa.sm.brand._2 {
    width: 30px;
    margin-right: 10px;
  }

  .fa._2 {
    border-radius: 4px;
    margin-right: 10px;
    font-family: "Fa sharp solid 900", sans-serif;
    display: inline-flex;
    box-shadow: 0 2px 5px -1px #0003;
  }

  .navigation-dropdown-card {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .navigation-dropdown {
    width: 100%;
  }

  .icon-2 {
    margin-right: 20px;
    display: block;
  }

  .navigation-dropdown-row {
    box-shadow: none;
    border-radius: 0;
    flex-flow: column;
    grid-template-columns: 2fr;
    width: 100%;
    margin-bottom: 0;
  }

  .dropdown-toggle-3.nav-link-2 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .dropdown-toggle-3.nav-link-2:hover {
    background-color: var(--secondary);
    color: var(--white);
  }

  .dropdown-toggle-3.nav-link-2.w--open {
    background-color: var(--primary);
    color: #fff;
  }

  .navigation-side-links._2 {
    display: none;
  }

  .navigation-dropdown-list.w--open {
    margin-top: 0;
    padding-top: 0;
    position: static;
  }

  .column-large {
    width: 100%;
    max-width: 100%;
  }

  .column-large._60 {
    display: none;
  }

  .dropdown-link-3 {
    white-space: normal;
  }

  .img.home1 {
    width: 100%;
    margin-top: 40px;
  }

  .small-img {
    left: -3%;
  }

  .text-block-8 {
    margin-left: 20px;
  }
}

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

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

  .nav-menu.margin-auto {
    margin-top: 10px;
  }

  .burger-menu {
    text-align: right;
  }

  .nav-toggle {
    justify-content: center;
    align-items: center;
    width: 50%;
    margin-right: 0;
  }

  .navbar-2 {
    align-items: center;
  }

  .navbar {
    padding-bottom: 0;
  }

  .slider-arrow {
    display: none;
  }

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

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

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

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

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

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

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

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

  .bullet-list-grid._2x1._20 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .section-2-img-full {
    border-radius: 0;
    min-height: 250px;
    margin-bottom: 0;
  }

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

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

  .brand-bands {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

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

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

  .h1 {
    font-size: 38px;
  }

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

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

  .slider-inner-content-2 {
    height: auto;
  }

  .heading-5 {
    font-size: 20px;
  }

  .navigation-dropdown-row {
    box-shadow: none;
  }

  .paragraph-small.text-color-gray-500 {
    display: none;
  }

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

  .dropdown-link-3 {
    width: 100%;
  }

  .tagline {
    margin-bottom: 20px;
    font-size: 50px;
    line-height: 60px;
  }
}

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

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

  .announcement-contact-info.margin-right-20 {
    text-align: center;
    justify-content: center;
    align-items: 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%;
    margin-top: 0;
  }

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

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

  .burger-menu {
    text-align: center;
  }

  .nav-toggle {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .nav-toggle.w--open {
    text-align: center;
    width: 100%;
  }

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

  .navbar {
    padding-bottom: 0;
  }

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

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

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

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

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

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

  .inner-img.drain1 {
    margin-top: 20px;
  }

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

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

  .container-fluid.display-flex.w._60 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-2-img-full {
    border-radius: 0;
    margin-top: 0;
    margin-bottom: 0;
  }

  .section-2-img-full.ps2 {
    margin-top: 0;
  }

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

  .section-2-text-content._0b {
    padding-bottom: 0;
  }

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

  .brand-icon {
    text-align: center;
    width: 50px;
    height: 50px;
    margin-left: 0;
    margin-right: 0;
  }

  .brand-icon._0 {
    width: auto;
    max-width: 100px;
  }

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

  .footer-col {
    margin-top: 0;
  }

  .footer-col._20 {
    margin-top: 10px;
  }

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

  .footer-mid-content {
    display: block;
  }

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

  .contact-icon {
    display: none;
  }

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

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

  .footer-social-media-block.nav {
    justify-content: flex-start;
    align-items: center;
    padding-left: 40px;
    padding-right: 40px;
  }

  .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 {
    min-height: 280px;
  }

  .h1 {
    text-align: center;
    font-size: 28px;
    line-height: 1.2;
  }

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

  .p._0b {
    margin-bottom: 0;
  }

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

  .p-dark {
    text-align: left;
  }

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

  .button-div {
    flex-direction: column;
  }

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

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

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

  .linkbl {
    min-height: 300px;
    max-height: 300px;
  }

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

  .contact-right {
    width: 100%;
  }

  .footer-contact-info-2.vert.contact._0 {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .contact-icon-2 {
    display: none;
  }

  .slider-inner-content-2 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .image-2 {
    height: 60px;
  }

  .image-2.footer {
    height: 120px;
  }

  .heading-5 {
    font-size: 19px;
    line-height: 26px;
  }

  .text-block-7.lg {
    font-size: 15px;
  }

  .navigation-dropdown-row {
    background-color: #fff;
  }

  .navigation-side-links {
    min-width: auto;
  }

  .navigation-dropdown-list.w--open {
    white-space: normal;
  }

  .img {
    min-height: 220px;
  }

  .small-img {
    width: 120px;
    height: 120px;
    left: -5px;
  }

  .tagline {
    font-size: 38px;
    line-height: 46px;
  }

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

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

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

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

  .livechat-button {
    width: 90%;
  }

  .text-block-8 {
    margin-left: 0;
  }

  .sm {
    width: 100%;
  }

  ._10px {
    margin-bottom: 25px;
  }

  ._10px.w--current {
    margin-bottom: 40px;
  }

  .link-block-3, .link-block-4 {
    width: 100%;
  }

  .link-block-5, .winter-banner {
    text-align: center;
  }
}

#w-node-d6413dd0-3c87-6e39-046e-f27dfe230065-1b757938, #w-node-d6413dd0-3c87-6e39-046e-f27dfe230082-1b757938, #w-node-d6413dd0-3c87-6e39-046e-f27dfe23009f-1b757938 {
  place-self: auto;
}

#w-node-_02869f71-6192-a986-5f7f-54b30a21521b-1349f026 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c629b4b9-b43d-4b66-a3b6-814cbdedaca1-1b75794c, #w-node-c629b4b9-b43d-4b66-a3b6-814cbdedaca6-1b75794c, #w-node-c629b4b9-b43d-4b66-a3b6-814cbdedacab-1b75794c, #w-node-c629b4b9-b43d-4b66-a3b6-814cbdedacb0-1b75794c, #w-node-c629b4b9-b43d-4b66-a3b6-814cbdedacb5-1b75794c, #w-node-c629b4b9-b43d-4b66-a3b6-814cbdedacba-1b75794c, #w-node-d6413dd0-3c87-6e39-046e-f27dfe230065-1b75794d, #w-node-_2006ef2c-4378-1ae1-f5d2-85acf56c5af8-1b75794d, #w-node-cd30d37a-26c8-08c5-2e6a-7a52f42ceb50-1b75794d, #w-node-_33933c86-ac53-c5b6-8640-951b752c5fc2-1b75794d, #w-node-e9efc3bd-d724-b9f2-a13c-1015bb713ea7-1b75794d, #w-node-_1d3b800a-5de6-0913-f297-45ccef1afc97-1b75794d, #w-node-_4fc6fdee-5fb2-07ce-15f1-dc0437605094-1b75794d, #w-node-_9c5d1c8f-682f-4b2d-319e-59e5a260f8bb-1b75794d, #w-node-d6413dd0-3c87-6e39-046e-f27dfe230065-1b75794e, #w-node-d6413dd0-3c87-6e39-046e-f27dfe230082-1b75794e, #w-node-b254c025-0f88-3ce9-d586-bf68bd78938b-1b75794f, #w-node-b254c025-0f88-3ce9-d586-bf68bd7893b6-1b75794f, #w-node-b254c025-0f88-3ce9-d586-bf68bd7893dc-1b75794f, #w-node-_11621d50-ef7f-84e5-69c0-96ab9c325621-1b757951, #w-node-_11621d50-ef7f-84e5-69c0-96ab9c325626-1b757951, #w-node-_11621d50-ef7f-84e5-69c0-96ab9c32562b-1b757951, #w-node-_11621d50-ef7f-84e5-69c0-96ab9c325630-1b757951, #w-node-_11621d50-ef7f-84e5-69c0-96ab9c325635-1b757951, #w-node-_11621d50-ef7f-84e5-69c0-96ab9c32563a-1b757951, #w-node-d6413dd0-3c87-6e39-046e-f27dfe230065-ecdd2948, #w-node-d6413dd0-3c87-6e39-046e-f27dfe230082-ecdd2948, #w-node-d6413dd0-3c87-6e39-046e-f27dfe230065-e070f2aa, #w-node-_89e10dfb-ab4e-4653-ab2a-def659698d1a-e070f2aa, #w-node-_490609a2-cfbe-a17f-a8fb-fa553276555d-e070f2aa {
  place-self: auto;
}

@media screen and (max-width: 767px) {
  #w-node-f95ed841-8771-7efb-2cd8-4891969307ae-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;
  }

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

@media screen and (max-width: 479px) {
  #w-node-_68c4a187-ec99-7382-205b-20448d05830d-a0ef1e25, #w-node-_0d26a295-a91c-f314-be83-7f4c37d187f9-a0ef1e25 {
    justify-self: center;
  }

  #w-node-f95ed841-8771-7efb-2cd8-4891969307ae-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;
  }

  #w-node-_70385179-4d1c-3a17-8fc3-115a5e6d55f1-5e6d55df {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-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;
}