@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: #1b1212;
  --black: black;
  --primary: #3c5a9b;
  --pale-grey: #ddd;
  --light-grey: #ccc;
}

.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(--white);
  color: var(--black);
  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-contact:hover {
  color: #212529;
}

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

.announcement-bar {
  z-index: 999;
  background-color: var(--primary);
  color: var(--secondary);
  border-bottom: 1px solid #748fc9;
  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.container-flex {
  align-items: flex-end;
  display: flex;
}

.container.testi {
  z-index: 3;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  width: 100%;
  max-width: 100%;
  padding-top: 150px;
  padding-bottom: 160px;
  position: relative;
}

.container.rounded {
  background-color: var(--white);
  border-radius: 9px;
  margin-top: -50px;
  padding: 40px;
  box-shadow: 0 7px 9px 3px #00000040;
}

.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 {
  justify-content: space-between;
  width: 100%;
}

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

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

.dropdown-menu-link.w--current {
  background-color: var(--primary);
  color: var(--white);
}

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

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

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

.brand.w--current {
  flex: none;
}

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

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

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

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

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

.nav-link {
  color: var(--white);
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 500;
  transition: all .3s ease-in-out;
}

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

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

.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 {
  margin-left: auto;
  margin-right: auto;
}

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

.navbar {
  z-index: 98;
  background-color: var(--primary);
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}

.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(#0000008f, #0000008f), url('../images/img07.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

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

.hero-content {
  border-left: 12px solid var(--primary);
  text-align: center;
  background-color: #ffffffe6;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin: auto auto 100px 100px;
  padding: 40px;
  display: flex;
}

.button {
  background-color: var(--primary);
  color: var(--white);
  border-radius: 5px;
  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 {
  border: 2px solid var(--primary);
  color: var(--white);
  border-radius: 5px;
}

.button.book-today._2 {
  border: 2px solid var(--primary);
  background-color: var(--white);
  color: var(--primary);
}

.button.c {
  background-color: var(--white);
  color: var(--black);
  border: 1px solid #000;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 600;
}

.button._0 {
  border: 1px solid var(--black);
  color: var(--black);
  background-color: #0000;
}

.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: 80vh;
  position: static;
}

.hero-text {
  color: #6082cc;
  padding-top: 10px;
  padding-bottom: 20px;
  font-size: 27px;
  font-weight: 500;
  line-height: 1.5;
}

.hero-text.w {
  color: #c3d0ee;
  padding-top: 0;
  padding-bottom: 0;
  display: inline-block;
}

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

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

.default-btn {
  background-color: var(--white);
  color: var(--secondary);
  border-radius: 5px;
  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: #f1f1f1;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-design-1-h1._170px {
  padding-bottom: 280px;
}

.section-design-1-h1._150px {
  padding-bottom: 150px;
}

.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;
  display: flex;
}

.btn-wrapper._0 {
  padding-top: 0;
}

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

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

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

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

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

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

.inner-img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  min-height: 350px;
  display: flex;
  position: static;
}

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

.inner-img.shadow {
  border-radius: 0;
  height: auto;
}

.inner-img.shadow._1 {
  background-image: url('../images/img20.webp');
  height: auto;
}

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

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

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

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

.inner-img.he1 {
  background-image: url('../images/img07.webp');
  background-position: 50% 60%;
}

.inner-img.fi1 {
  background-image: url('../images/img39.webp');
  background-position: 50% 73%;
}

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

.inner-img.hr1 {
  background-image: url('../images/loft-conversion-with-beams.webp');
}

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

.card-bullet._4x1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

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

.card-bullet._20t {
  margin-top: 10px;
}

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

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

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

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

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

.heading-2-title.heading-white {
  color: #fdfdfd;
  margin-bottom: 20px;
  font-weight: 600;
  line-height: 1.5;
}

.bullet-icon {
  text-align: left;
  background-image: url('../images/ext-bl.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/brick-bl.svg');
  margin-left: 0;
}

.bullet-icon.plastering._2 {
  background-image: url('../images/reno-bl.svg');
}

.bullet-icon.kitchen {
  background-image: url('../images/foun-bl.svg');
  margin-left: 0;
}

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

.bullet-block-title.lg {
  margin-bottom: 10px;
  font-size: 17px;
}

.bullet-list-services {
  z-index: 6;
  margin-bottom: -50px;
  padding-top: 280px;
  padding-bottom: 0;
  position: relative;
}

.bullet-list-services._0 {
  background-color: var(--primary);
  margin-bottom: 0;
  padding-top: 1px;
  padding-bottom: 60px;
}

.bullet-list-services.nopad {
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.bullet-list-grid._20px {
  grid-row-gap: 39px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: row;
  margin-top: 50px;
}

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

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

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

.card-bullet-item.bubble {
  background-color: #f7f7f7;
  border-radius: 100px;
  padding: 5px 12px;
}

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

.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 {
  text-align: left;
  background-color: #fdfdfd;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 30px 30px 20px;
  transition: all .2s ease-in-out;
  display: flex;
  box-shadow: 1px 3px 6px #00000052;
}

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

.bullet-block.border {
  border: 1px solid #f3f3f3;
  border-radius: 0;
  height: 100%;
  padding: 20px;
  transition-property: none;
  position: relative;
  box-shadow: 1px 3px 6px #0000;
}

.bullet-block.border:hover {
  transform: none;
}

.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: 24px;
  display: flex;
}

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

.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('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  min-height: 500px;
}

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

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

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

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

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

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

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

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

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

.section-2-text-content._140b {
  padding-bottom: 140px;
}

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

.heading-3-cta-section.contactform {
  background-color: var(--secondary);
  background-image: linear-gradient(#00000094, #00000094), url('../images/img47.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 0;
  padding-bottom: 0;
}

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

.heading-3-cta-section._0 {
  z-index: 99;
  background-color: var(--primary);
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

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

.content-h3-box {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 70%;
  margin-right: 40px;
  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: 5px;
  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 {
  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;
}

.contact-block-1._100.nobord.c {
  flex-flow: column;
  padding-bottom: 0;
  text-decoration: none;
}

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

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

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

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

.contact-info-text.c {
  text-align: center;
  flex-flow: column;
}

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

.contact-type-title.b {
  color: var(--black);
  text-transform: uppercase;
}

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

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

.footer-contact-info.vert.contact {
  background-color: #0000;
  border-style: solid;
  margin-top: 10px;
  padding-top: 30px;
}

.footer-contact-info.vert.contact._2 {
  border-color: var(--black);
}

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

.contact-icon.ct-us {
  border: 1px solid var(--white);
  color: var(--white);
  background-color: #0000;
  border-radius: 100px;
  flex: none;
  font-family: "Fa sharp solid 900", sans-serif;
}

.contact-icon.ct-us.grey {
  color: var(--black);
  background-color: #efefef;
  border-style: none;
  width: 80px;
  height: 80px;
  margin-bottom: 10px;
  margin-right: 0;
  font-size: 2em;
  box-shadow: 0 2px 5px #0003;
}

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

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

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

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

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

.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: 800;
  border-radius: 6px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: auto 10px 10px auto;
}

.scroll-up.nav {
  background-color: #0000;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  position: static;
}

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

.scroll-arrow-up.brand {
  font-family: "Fa brands 400", sans-serif;
  font-weight: 400;
}

.services-section {
  background-image: url('../images/bump.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 130%;
  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;
  padding-bottom: 10px;
  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: 5px;
  justify-content: center;
  align-items: flex-end;
  min-height: 350px;
  padding: 20px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 5px 7px #00000047;
}

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

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

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

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

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

.service-box-title {
  background-color: var(--white);
  color: var(--black);
  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(--white);
  font-weight: 500;
}

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

.who-made-comment {
  flex-flow: row;
  justify-content: flex-start;
  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%;
}

.testemonials-text.c {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

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

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

.left-arrow.c {
  margin-right: 100px;
  left: auto;
}

.customer-title {
  color: var(--black);
  margin-bottom: 5px;
}

.testemonial-content-everything {
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 15px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.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;
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.testimonials-grid._0 {
  flex-flow: wrap;
  grid-auto-flow: column;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.testimonials-grid._60tb {
  padding-top: 100px;
  padding-bottom: 100px;
}

.right-arrow {
  background-color: var(--secondary);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  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);
}

.right-arrow.c {
  left: auto;
}

.slide-nav {
  background-color: var(--black);
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

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

.testemonials {
  padding-top: 60px;
  padding-bottom: 100px;
}

.text-block-3 {
  color: var(--white);
  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(--light-grey);
}

.block-quote {
  color: var(--black);
  text-align: center;
  border-left-style: none;
  margin-bottom: 0;
  padding: 0;
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
  line-height: 28px;
}

.block-quote.bot10 {
  color: #3f3f3f;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  font-style: normal;
  font-weight: 600;
  display: flex;
}

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

.heading-2.white._40b {
  margin-bottom: 40px;
}

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

.heading-2._40b {
  margin-bottom: 40px;
}

.slider-2 {
  background-color: var(--white);
  width: 100%;
  max-width: 800px;
  height: auto;
  position: static;
}

.slider-2.long {
  justify-content: center;
  align-items: center;
  max-width: 100%;
  padding-bottom: 100px;
  display: flex;
}

.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/132332174.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 {
  height: 40px;
}

.image.footer {
  height: 80px;
}

.h1 {
  background-color: var(--primary);
  color: var(--white);
  text-align: left;
  text-transform: uppercase;
  align-items: center;
  margin-top: 0;
  margin-right: auto;
  padding: 30px;
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
  display: block;
}

.h1.b {
  color: var(--black);
  line-height: .7;
}

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

.p.b {
  color: var(--black);
}

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

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

.h2.sm {
  text-align: center;
  font-size: 21px;
  font-weight: 700;
}

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

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

.sub-head {
  color: var(--primary);
  font-size: 18px;
}

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

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

.container-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

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

.service-box-heading-container {
  border-radius: 5px;
  display: flex;
  overflow: hidden;
}

.backtotop {
  height: 0;
}

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

.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: #616161;
  margin-right: 24px;
}

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

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

.fs-cc-prefs_text {
  color: #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 {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 500px;
  flex-direction: column;
  padding: 10px;
  transition: color .2s;
  display: flex;
}

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

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

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

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

.fs-cc-prefs_close-icon {
  color: var(--black);
  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 {
  color: var(--primary);
  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: block;
  position: fixed;
  inset: auto auto 10px 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.contact-right {
  position: static;
}

.contact-right.b {
  background-color: var(--black);
  border-radius: 8px;
  padding: 20px;
}

.image-2 {
  height: 80px;
}

.btt {
  z-index: 1000;
  background-color: var(--primary);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: 10px;
  text-decoration: none;
  display: flex;
  position: static;
  inset: auto 10px 10px auto;
  box-shadow: 0 2px 5px #0003;
}

.btt.red {
  background-color: var(--secondary);
}

._3x1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 90%;
  max-width: 1400px;
  display: grid;
}

.section-3 {
  z-index: 7;
  background-color: #f1f1f1;
  justify-content: center;
  align-items: center;
  height: 260px;
  display: flex;
  position: relative;
}

.text-span {
  background-color: #f4f3f0;
  border-radius: 8px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 10px 20px;
  font-family: Open Sans, sans-serif;
  font-style: normal;
  font-weight: 700;
  display: inline-block;
}

.text-span-2 {
  color: #2fda00;
  font-family: "Fa 400", sans-serif;
}

.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-flow: wrap;
  align-items: flex-end;
  display: flex;
  position: static;
  inset: auto 0% 0% auto;
}

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

.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: var(--primary);
  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: 22px;
  height: 22px;
  display: block;
}

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

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

.live-chat-link {
  background-color: var(--black);
  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;
  box-shadow: 0 2px 5px #0003;
}

.whatsapp-container:hover {
  transform: scale(1.05);
}

.whatsapp-chat {
  background-color: #fff;
  border: 1px solid #000;
  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;
}

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

.italic-text {
  color: var(--primary);
  font-size: 2.3rem;
}

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

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

.collector {
  background-color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding: 30px;
  display: flex;
}

.img-divv {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
  box-shadow: 0 2px 15px #0003;
}

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

.image-3 {
  width: 200px;
}

.tab {
  border: 1px solid var(--white);
  color: var(--white);
  background-color: #0000;
  border-radius: 20px;
  margin-right: 10px;
}

.tab.w--current {
  background-color: var(--black);
  margin-right: 10px;
}

.tab.b {
  border-color: var(--black);
  color: var(--black);
}

.tab.b.w--current {
  color: var(--white);
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 80%;
  margin-top: -40px;
  display: grid;
}

.image-4 {
  width: 120px;
  margin-bottom: 0;
}

.image-4.middle {
  background-color: var(--white);
  border-radius: 8px;
  width: 300px;
  padding: 10px;
  box-shadow: 0 2px 5px #0003;
}

.ccheck {
  background-image: url('../images/CHECK-A-TRADE-ICON.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.d-113-link-block-wrapper {
  background-color: var(--primary);
  border: 3px solid #1a2c55;
  border-radius: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 60px;
  margin-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.d-113-link-block-wrapper._2 {
  background-color: var(--primary);
  width: 100%;
  margin-top: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.d-113-link-block-wrapper.z {
  background-color: var(--primary);
  border-radius: 30px;
  flex-flow: wrap;
  margin-right: 20px;
}

.d-113-link-block-wrapper.z.w {
  background-color: #f1f1f1;
}

.d-113-link-block-wrapper.z._0t {
  border-radius: 100px;
  width: auto;
  height: 50px;
  margin-top: 0;
  padding-left: 40px;
  padding-right: 40px;
}

.d-113-button-text-behind {
  color: #fff;
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  position: relative;
  top: auto;
}

.d-113-button-text-behind.b {
  color: var(--secondary);
}

.d-113-top-panel {
  background-color: #fff;
  justify-content: center;
  align-items: flex-end;
  height: 50%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.d-113-top-panel.b {
  background-color: var(--secondary);
  color: var(--white);
}

.d-113-button-text {
  color: #333;
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  position: relative;
  top: 10px;
}

.d-113-button-text.second {
  font-size: 15px;
  top: -10px;
}

.d-113-button-text.w {
  color: var(--white);
}

.d-113-bottom-panel {
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  height: 50%;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.d-113-bottom-panel.b {
  background-color: var(--secondary);
}

.content-hero {
  background-color: #304d8a;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  display: flex;
}

.large-hero {
  background-image: url('../images/img48.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1400px;
  min-height: 650px;
  display: flex;
  box-shadow: 0 60px 60px -15px #1f20221a;
}

.block-hero-large {
  background-color: #273d6b;
  border-radius: 30px 30px 360px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 48vw;
  margin-top: 60px;
  margin-bottom: 60px;
  margin-left: -34px;
  padding: 100px 60px;
  display: flex;
  box-shadow: 0 5px 12px #0000009c;
}

.block-hero-large._0 {
  width: auto;
  margin: 0 auto 0 0;
  padding: 30px 100px 40px 30px;
}

.subtitle-white {
  color: #fff;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

.hero-text-2 {
  color: #fff;
  max-width: 740px;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: PT Serif, serif;
  font-size: 58px;
  font-weight: 400;
  line-height: 74%;
}

.hero-text-2._0 {
  flex-flow: column;
  max-width: 100%;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-weight: 700;
  display: inline-flex;
}

.hero-text-2._0.a {
  margin-bottom: 25px;
}

.bold-text-2 {
  font-family: Lato, sans-serif;
}

.hero-para {
  color: #fff;
  max-width: 460px;
  margin-bottom: 36px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 165%;
}

.btn-white {
  color: #1f2022;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 50px;
  padding: 22px 36px;
  font-family: Lato, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 140%;
  text-decoration: none;
  transition: color .2s, background-color .2s;
}

.btn-white:hover {
  color: #fff;
  background-color: #1f2022;
}

.scrollto {
  height: 0;
  position: relative;
  top: -100px;
}

.fa.top {
  z-index: 10;
  background-color: var(--white);
  color: var(--primary);
  border-radius: 4px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
  font-family: "Fa sharp solid 900", sans-serif;
  font-size: 26px;
  display: flex;
  box-shadow: 0 2px 5px #00000026;
}

.div-block-2 {
  flex-flow: wrap-reverse;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-top: -40px;
  margin-bottom: 10px;
  display: flex;
}

.text-span-3 {
  color: #acc6fd;
  font-size: 28px;
  font-weight: 400;
}

.charm {
  position: relative;
}

.link-block {
  position: relative;
  top: -90px;
}

.imgs {
  z-index: 2147483647;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1400px;
  height: 0;
  display: flex;
  position: relative;
}

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

.imgbox._1 {
  background-image: url('../images/newimg11.webp');
}

.imgbox._2 {
  background-image: url('../images/newimg17.webp');
}

.imgbox._3 {
  background-image: url('../images/newimg10.webp');
}

.imgbox._4 {
  background-image: url('../images/newimg7.webp');
}

.imgbox._5 {
  background-image: url('../images/newimg4.webp');
}

.imgbox._6 {
  background-image: url('../images/newimg14.webp');
}

.imgbox._7 {
  background-image: url('../images/newimg20.webp');
}

.imgbox._8 {
  background-image: url('../images/newimg12.webp');
  background-position: 50%;
}

.imgbox._9 {
  background-image: url('../images/newimg16.webp');
}

.imgbox._10 {
  background-image: url('../images/newimg21.webp');
  background-position: 50% 100%;
}

.imgbox._11 {
  background-image: url('../images/img43.webp');
}

.imgbox._12 {
  background-image: url('../images/img02.webp');
}

.imgbox._13 {
  background-image: url('../images/newimg5.webp');
}

.imgbox._14 {
  background-image: url('../images/newimg3.webp');
}

.imgbox._15 {
  background-image: url('../images/newimg8.webp');
}

.imgbox._16 {
  background-image: url('../images/newimg19.webp');
  min-height: 400px;
}

.imgbox._17 {
  background-image: url('../images/newimg6.webp');
  min-height: 400px;
}

.imgbox._18 {
  background-image: url('../images/newimg23.webp');
  min-height: 400px;
}

.imgbox._19 {
  background-image: url('../images/img10.webp');
  min-height: 400px;
}

@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) {
  .announcement-contact {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .announcement-bar {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container.announcement-container {
    width: 100%;
  }

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

  .container.testi {
    padding-top: 40px;
    padding-bottom: 100px;
  }

  .container.rounded {
    margin-top: 0;
  }

  .announcement-contact-info {
    display: none;
  }

  .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 {
    flex: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .burger-menu {
    color: var(--white);
    text-align: center;
    font-size: 1.2em;
  }

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

  .nav-toggle.w--open {
    background-color: #0000;
  }

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

  .navbar-2 {
    justify-content: space-between;
    align-items: center;
    padding: 10px 40px;
  }

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

  .slider-arrow {
    display: none;
  }

  .hero-content {
    text-align: left;
    width: 90%;
    margin-bottom: 60px;
    margin-left: 0;
    margin-right: 0;
  }

  .button {
    padding: 10px 30px;
    font-size: 14px;
  }

  .button._0 {
    padding: 10px 30px;
  }

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

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

  .hero-text {
    font-size: 23px;
    font-weight: 700;
  }

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

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

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

  .left-section {
    width: 100%;
  }

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

  .right-section {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 0;
  }

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

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

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

  .inner-img.shadow {
    min-height: 300px;
  }

  .card-bullet._4x1 {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

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

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

  .bullet-list-grid, .bullet-list-grid._20px, .bullet-list-grid._20px._4 {
    grid-template-columns: 1fr 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%;
    padding-top: 60px;
    display: flex;
  }

  .section-2-text-content._140b {
    padding-bottom: 40px;
  }

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

  .scroll-up.nav {
    margin-bottom: 0;
  }

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

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

  .left-arrow.c {
    bottom: 0;
    right: auto;
  }

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

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

  .right-arrow.c {
    bottom: 0%;
    right: auto;
  }

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

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

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

  .slider-2 {
    width: 90vw;
    position: relative;
  }

  .h1 {
    font-size: 39px;
  }

  .h1.b {
    font-size: 29px;
  }

  .h2, .p-dark.c {
    text-align: left;
  }

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

  .image-2 {
    flex: none;
  }

  .btt {
    z-index: 1;
  }

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

  .section-3 {
    height: auto;
    padding-bottom: 40px;
  }

  .div-block {
    width: 90%;
  }

  .d-113-link-block-wrapper {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .d-113-link-block-wrapper._2 {
    width: 100%;
    margin-bottom: 0;
  }

  .d-113-link-block-wrapper.z._0t {
    margin-bottom: 0;
    margin-right: 0;
  }

  .content-hero {
    padding-bottom: 280px;
  }

  .large-hero {
    justify-content: flex-end;
    align-items: flex-start;
    min-height: 400px;
  }

  .block-hero-large {
    border-bottom-right-radius: 260px;
    width: 80%;
    margin-bottom: 0;
    margin-left: -12px;
    padding: 40px;
    position: relative;
    top: 229px;
  }

  .block-hero-large._0 {
    position: static;
  }

  .hero-text-2 {
    margin-bottom: 10px;
    font-size: 48px;
  }

  .hero-text-2._0 {
    font-size: 40px;
    line-height: 86%;
  }

  .hero-para {
    margin-bottom: 10px;
  }

  .div-block-2 {
    flex-flow: column-reverse wrap-reverse;
    justify-content: space-between;
    align-items: flex-end;
  }
}

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

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

  .announcement-bar {
    position: static;
  }

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

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

  .announcement-contact-info {
    display: none;
  }

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

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

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

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

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

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

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

  .hero-text {
    font-size: 19px;
  }

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

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

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

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

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

  .inner-img.shadow {
    min-height: 180px;
  }

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

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

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

  .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 {
    z-index: 9999999;
    padding-top: 40px;
    position: relative;
  }

  .footer-contact-info.vert.contact {
    width: 100%;
  }

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

  .testemonials-text {
    flex-flow: wrap;
    display: flex;
  }

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

  .testemonials {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .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-template-columns: 1fr 1fr 1fr;
  }

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

  .contact-right {
    position: static;
  }

  .italic-text {
    font-size: 2.2rem;
  }

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

  .d-113-link-block-wrapper.z._0t {
    margin-bottom: 0;
  }

  .content-hero {
    padding-bottom: 350px;
  }

  .large-hero {
    justify-content: flex-end;
    align-items: stretch;
  }

  .block-hero-large {
    width: 103%;
    margin-bottom: -30px;
    margin-left: -10px;
    margin-right: -10px;
    top: 264px;
  }

  .hero-text-2 {
    font-size: 40px;
  }

  .hero-text-2._0 {
    font-size: 30px;
    line-height: 100%;
  }

  .div-block-2 {
    flex-flow: row;
  }

  .text-span-3 {
    font-size: 20px;
  }

  .imgbox._16, .imgbox._17, .imgbox._18, .imgbox._19 {
    min-height: 250px;
  }
}

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

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

  .container.rounded {
    padding: 20px;
  }

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

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

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

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

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

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

  .navbar-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .slider-arrow {
    display: none;
  }

  .slide {
    background-image: url('../images/img07.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .slide._2 {
    background-image: url('../images/img47.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .hero-content {
    background-color: #fff;
    border-left-style: none;
    width: 100%;
    margin-bottom: 0;
    padding: 20px;
  }

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

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

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

  .hero-text {
    padding-bottom: 10px;
    font-size: 15px;
    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-services.nopad {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .contact-block-1._100.nobord {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .contact-block-1._100.nobord.c {
    justify-content: center;
    align-items: center;
  }

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

  .footer-contact-info.vert.contact {
    padding-left: 10px;
    padding-right: 10px;
  }

  .contact-icon {
    display: none;
  }

  .contact-icon.ct-us {
    flex: none;
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
    font-size: 1.3em;
    display: flex;
  }

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

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

  .scroll-up.nav {
    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 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    line-height: 1;
    display: flex;
  }

  .left-arrow {
    width: 60px;
    height: 60px;
    right: 28%;
  }

  .testemonial-content-everything {
    margin: 5px;
  }

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

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

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

  .slide-3 {
    padding: 0;
  }

  .testemonials {
    padding-top: 40px;
  }

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

  .test-slider {
    width: 100%;
  }

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

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

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

  .slider-2 {
    width: 100%;
  }

  .page-top {
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 20px;
  }

  .page-top.test {
    padding-bottom: 80px;
  }

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

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

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

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

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

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

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

  .h2-white {
    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;
  }

  .lb {
    height: 150px;
  }

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

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

  .whatsapp-block {
    inset: auto 0% 0% auto;
  }

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

  .whatsapp-container {
    right: 0;
  }

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

  .livechat-button {
    width: 90%;
  }

  .italic-text {
    font-size: 1.2rem;
  }

  .tab {
    margin-right: 5px;
  }

  .tabs-menu {
    justify-content: flex-start;
    display: flex;
  }

  .mask-2 {
    height: 500px;
  }

  .image-4 {
    flex: none;
  }

  .image-4.middle {
    margin-bottom: 20px;
    position: static;
  }

  .d-113-link-block-wrapper {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 0;
  }

  .d-113-link-block-wrapper._2 {
    width: 100%;
    margin-bottom: 0;
  }

  .d-113-link-block-wrapper.z {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .d-113-link-block-wrapper.z._0t {
    height: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .d-113-button-text-behind, .d-113-button-text, .d-113-button-text.second {
    font-size: 14px;
  }

  .d-113-button-text.second.a {
    top: -6px;
  }

  .d-113-button-text.a {
    top: 7px;
  }

  .content-hero {
    padding: 20px 20px 40px;
  }

  .large-hero {
    min-height: 200px;
    margin-bottom: 294px;
  }

  .block-hero-large {
    border-bottom-right-radius: 80px;
    width: 100%;
    margin-left: 0;
    padding: 40px 20px;
    top: 278px;
  }

  .block-hero-large._0 {
    padding: 20px 40px 20px 20px;
  }

  .hero-text-2 {
    font-size: 34px;
  }

  .hero-text-2._0 {
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 100%;
  }

  .hero-para {
    line-height: 142%;
  }

  .div-block-2 {
    flex-flow: column-reverse wrap;
    justify-content: space-between;
    align-items: flex-start;
  }

  .text-span-3 {
    font-size: 20px;
  }

  .tabs-content, .tabs {
    width: 100%;
  }
}

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

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

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

#w-node-d6413dd0-3c87-6e39-046e-f27dfe230065-4f1b06d3, #w-node-d6413dd0-3c87-6e39-046e-f27dfe230082-4f1b06d3, #w-node-d6413dd0-3c87-6e39-046e-f27dfe23009f-4f1b06d3, #w-node-_19565288-0c68-f5de-0176-f435bd492f67-4f1b06d3, #w-node-d6413dd0-3c87-6e39-046e-f27dfe230065-4f1b06d5, #w-node-d6413dd0-3c87-6e39-046e-f27dfe230082-4f1b06d5, #w-node-d6413dd0-3c87-6e39-046e-f27dfe23009f-4f1b06d5, #w-node-_731bf718-7ff5-8dc6-e5ff-408bce9e920c-4f1b06d5, #w-node-f76808a9-535b-ec05-4110-78edf4651987-4f1b06d7, #w-node-f76808a9-535b-ec05-4110-78edf4651990-4f1b06d7, #w-node-f76808a9-535b-ec05-4110-78edf4651999-4f1b06d7, #w-node-f76808a9-535b-ec05-4110-78edf46519a2-4f1b06d7, #w-node-d6413dd0-3c87-6e39-046e-f27dfe230065-4f1b06d8, #w-node-aa0ce527-e006-20b0-4a89-bad9684cbc12-4f1b06d8, #w-node-aa2d2129-5c99-2464-c41d-7f8017f12fde-4f1b06d8, #w-node-f0cc6d1a-073d-9999-375b-1a26ee98afbd-4f1b06d8 {
  place-self: auto;
}

#w-node-_7fbbb02f-d074-9ef4-663f-808b74b8231d-4f1b06d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7fbbb02f-d074-9ef4-663f-808b74b82320-4f1b06d8 {
  place-self: auto;
}

#w-node-ad20a643-6966-6bd0-6a4a-69be78654681-4f1b06d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ad20a643-6966-6bd0-6a4a-69be78654684-4f1b06d8, #w-node-b8d989ec-6fbd-57bc-c4f9-079dc3b37cc6-4f1b06d9, #w-node-b8d989ec-6fbd-57bc-c4f9-079dc3b37cd0-4f1b06d9, #w-node-b8d989ec-6fbd-57bc-c4f9-079dc3b37cda-4f1b06d9, #w-node-b8d989ec-6fbd-57bc-c4f9-079dc3b37ce4-4f1b06d9, #w-node-_685ccc96-4291-8572-6a96-b9127135d328-4f1b06d9, #w-node-d159d6c4-240e-c3e1-827c-8a1b03a5a6e6-4f1b06d9 {
  place-self: auto;
}

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

  #w-node-_1f81431f-3fd4-ce50-9f9a-783d355c4949-4f1b06d3, #w-node-_7d99f6cc-6168-8c2d-7979-4f59b95de20b-4f1b06d8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_67e8438d-b69e-d0fd-3f48-36dfcdb6feb1-4f1b06d9, #w-node-_411a20dc-eef5-23eb-1a23-802828bab664-4f1b06d9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_1f81431f-3fd4-ce50-9f9a-783d355c4949-4f1b06d3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c137db38-193d-cf0c-56fc-80b8c6194466-4f1b06d3, #w-node-_5c0af064-2bfc-c599-04e9-a05c377d00d7-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;
  }

  #w-node-_7d99f6cc-6168-8c2d-7979-4f59b95de20b-4f1b06d8, #w-node-_67e8438d-b69e-d0fd-3f48-36dfcdb6feb1-4f1b06d9, #w-node-_411a20dc-eef5-23eb-1a23-802828bab664-4f1b06d9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9f09da39-10bb-e4ba-9389-c30e53ddf020-4f1b06de {
    justify-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c137db38-193d-cf0c-56fc-80b8c6194466-4f1b06d3, #w-node-_5c0af064-2bfc-c599-04e9-a05c377d00d7-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;
  }

  #w-node-_9f09da39-10bb-e4ba-9389-c30e53ddf020-4f1b06de {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }
}


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