@font-face {
  font-family: Montserrat Variablefont Wght;
  src: url('../fonts/Montserrat-VariableFont_wght.woff2') format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Bold.woff2') format("woff2"), url('../fonts/Poppins-ExtraBold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-BlackItalic.woff2') format("woff2");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-BoldItalic.woff2') format("woff2"), url('../fonts/Poppins-ExtraBoldItalic.woff2') format("woff2");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-SemiBold.woff2') format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-ExtraLightItalic.woff2') format("woff2");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Italic.woff2') format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-LightItalic.woff2') format("woff2");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Light.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-MediumItalic.woff2') format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-ExtraLight.woff2') format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Black.woff2') format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Thin.woff2') format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-ThinItalic.woff2') format("woff2");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-SemiBoldItalic.woff2') format("woff2");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

:root {
  --white: #fff;
  --primary-color: #197156;
  --black: #3b3b3b;
  --secondary: #ead081;
  --white-50: #ffffffbf;
  --off-white: #cfded9;
}

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

body {
  color: #333;
  font-family: Poppins, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3em;
}

p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.6;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-size: 16px;
  line-height: 1.6em;
}

.nav-menu-link {
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom: 1px #afafaf00;
  justify-content: flex-start;
  align-items: center;
  margin: 10px 0;
  padding: 20px 14px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1em;
  transition: all .2s;
  display: flex;
}

.nav-menu-link:hover {
  color: var(--white);
  border: 1px #000;
  transform: translate(0, -5px);
}

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

.nav-container {
  background-color: #0000;
  border: 1px #000;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0;
  display: flex;
}

.tablet-down {
  color: #fff;
  text-align: center;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  background-color: #fd5521;
  border: 1px solid #fd5521;
  padding: 18px 24px;
  font-family: Oswald, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  transition: all .3s;
  display: none;
}

.tablet-down:hover {
  opacity: 1;
  color: #fd5521;
  background-color: #fff;
}

.menu-button-centered {
  flex: none;
}

.nav-logo-container {
  width: 14em;
  transition: opacity .25s;
  position: relative;
}

.nav-logo-container.w--current {
  width: 15em;
  position: relative;
}

.nav-menu-shadow-overlay {
  align-items: center;
  display: flex;
}

.nav-menu-centered {
  z-index: 1;
  text-align: right;
  justify-content: flex-end;
  align-items: center;
}

.nav-menu-centered-wrapper {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav-logo_main {
  z-index: 3;
  width: 100%;
  display: block;
  position: relative;
}

.tablet-menu {
  display: none;
}

.search-shop-con-centered {
  z-index: 1;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  margin-left: 0;
  display: flex;
  position: relative;
}

.navbar {
  z-index: 1999;
  border-bottom: 5px solid var(--secondary);
  background-color: var(--primary-color);
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  position: sticky;
  top: 0;
}

.hero-h1 {
  color: var(--secondary);
  letter-spacing: 1px;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--primary-color);
  text-transform: uppercase;
  font-family: Poppins, Arial, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 1.1em;
}

.hero-container {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 1200px;
  height: 100%;
  display: flex;
  position: relative;
}

.double-button-2 {
  grid-column-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 0;
  display: flex;
}

.button-haze-wrap {
  position: relative;
}

.primary-button-white-3 {
  background-color: var(--primary-color);
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px #fd5521;
  border-radius: 100px;
  align-items: center;
  width: auto;
  padding: 18px 22px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: all .2s;
}

.primary-button-white-3:hover {
  border: 1px none var(--white);
  background-color: var(--primary-color);
  color: var(--white);
  transform: scale(1.05);
}

.secondary-button-2 {
  color: #fff;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 100px;
  padding: 18px 22px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
  transition: all .3s;
  display: block;
}

.secondary-button-2:hover {
  background-color: #ffffff1a;
}

.secondary-button-2.secondary-btn-3 {
  border-color: var(--primary-color);
  background-color: var(--secondary);
  color: var(--primary-color);
  letter-spacing: normal;
  padding-left: 60px;
  padding-right: 60px;
  font-size: 16px;
  transition-duration: .2s;
}

.secondary-button-2.secondary-btn-3:hover {
  transform: scale(1.1);
}

.hero-btn-wrp {
  grid-column-gap: 30px;
  margin-top: 20px;
  display: flex;
}

.hero-content-container {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
  position: static;
  inset: 0%;
}

.hero-content {
  width: 60%;
  margin-top: 0;
  padding: 10px;
}

.hero-section {
  z-index: 2;
  background-image: linear-gradient(#0000006e, #0000006e), url('../images/Hero_1.webp');
  background-position: 0 0, 0%;
  background-size: auto, cover;
  flex-direction: column;
  height: 100vh;
  position: sticky;
  top: 0;
}

.image-9 {
  object-fit: cover;
  object-position: 62% 50%;
  border-radius: 0 100px 100px;
  width: 100%;
  max-width: none;
  height: 33rem;
  position: static;
  top: 38px;
  right: -70.5px;
}

.column {
  padding-left: 0;
  padding-right: 40px;
}

.columns {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.why-choose-us-content-wrap {
  margin-top: 0;
  padding: 0 10px 10px 0;
}

.column-2 {
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}

.section-h2 {
  color: var(--secondary);
  text-transform: capitalize;
  margin-top: 0;
  font-size: 54px;
  font-weight: 700;
  line-height: 1.2;
}

.counter-progressbar {
  width: 160px;
  height: 160px;
  padding: 2px;
  display: flex;
  position: relative;
}

.home-10-counter-content-wrapper {
  max-width: 180px;
}

.section-title-wrapper {
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-title-wrapper.reviews {
  justify-content: center;
  align-items: center;
}

.section-title-wrapper.why-choose-us {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
}

.counter-progressbar-left-block {
  width: 80px;
  height: 160px;
  position: absolute;
  inset: 0% auto 0% 0%;
  overflow: hidden;
}

.paragraph-large {
  width: 100%;
  color: var(--white-50);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7em;
}

.paragraph-large.black {
  color: var(--black);
  text-shadow: none;
}

.paragraph-large.feat {
  text-align: center;
  margin-bottom: 10px;
  text-decoration: none;
}

.counter-progressbar-mask-2 {
  border: 5px solid #fff;
  width: 80px;
  height: 160px;
  position: absolute;
}

.counter-progressbar-mask-2.left {
  transform-origin: 100%;
  border-right-style: solid;
  border-right-color: #fff0;
  border-top-left-radius: 150px;
  border-bottom-left-radius: 150px;
  height: 160px;
  inset: 0%;
  transform: rotate(0);
}

.counter-progressbar-mask-2.left.dark {
  border-color: var(--primary-color) #0f5cfa00 var(--primary-color) var(--primary-color);
}

.counter-progressbar-mask-2.right {
  transform-origin: 0%;
  border-left-color: #fff0;
  border-top-right-radius: 150px;
  border-bottom-right-radius: 150px;
  height: 160px;
  inset: 0%;
}

.counter-progressbar-mask-2.right.dark {
  border-color: var(--primary-color) var(--primary-color) var(--primary-color) #0f5cfa00;
}

.feature-circles-2 {
  color: var(--primary-color);
  font-size: 20px;
}

.counter-progressbar-right-block {
  width: 80px;
  height: 160px;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.circle-counter-wrap {
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 25%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.counter-progressbar-number-2 {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 40px;
  font-weight: 700;
  display: flex;
}

.counter-progressbar-number-2.dark {
  color: var(--primary-color);
  font-weight: 600;
}

.services-section {
  z-index: 3;
  background-color: var(--primary-color);
  padding: 100px 0;
  position: relative;
}

.services-section.without-bottom-spacing {
  background-color: var(--secondary);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  padding: 100px;
  display: flex;
  position: static;
}

.circle-counter-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.counter-progressbar-static-container-2 {
  border: 1px solid #ffffff80;
  border-radius: 50%;
  width: 156px;
  height: 156px;
}

.counter-progressbar-static-container-2.dark {
  border-color: #fdfdfd;
}

.base-container {
  z-index: 999;
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  height: 100%;
  padding: 0 40px;
  display: flex;
  position: relative;
}

.base-container:where(.w-variant-df018736-92e8-8e85-87af-87383e81df2e) {
  max-width: 1200px;
}

.base-container.feat {
  margin-top: 40px;
  padding: 40px 0;
}

.base-container.feat.d-flex {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  flex-flow: row;
}

.base-container.feat.d-flex.p-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.base-container.feat.d-flex.p-0.mt-100 {
  justify-content: center;
  align-items: center;
  margin-top: 0;
}

.base-container.feat.d-flex.p-0.mt-100.overlap {
  margin-top: -182px;
}

.base-container.feat.d-flex.p-0.mt-100.overlap.new {
  flex-flow: column;
}

.services-wrap {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.services-cms {
  width: 100%;
}

.services-cms-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.quote-icon {
  color: var(--primary-color);
  font-family: "Fa Solid 900", Arial, sans-serif;
  font-size: 20px;
}

.quote-icon:where(.w-variant-df018736-92e8-8e85-87af-87383e81df2e) {
  color: var(--secondary);
}

.testimonials-subtitle {
  color: #afafaf;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  font-size: 14px;
  font-weight: 300;
  position: absolute;
  bottom: 40%;
  left: -40px;
  transform: rotate(-90deg);
}

.testimonials-subtitle:where(.w-variant-df018736-92e8-8e85-87af-87383e81df2e) {
  color: var(--white);
}

.review-star-img {
  width: 25px;
}

.tabs-long-quote {
  color: var(--black);
  padding-left: 50px;
  padding-right: 100px;
  font-size: 17px;
  line-height: 1.6em;
}

.tabs-long-quote:where(.w-variant-df018736-92e8-8e85-87af-87383e81df2e) {
  color: var(--white);
}

.tabs-testimonial-image-block {
  justify-content: space-between;
  align-items: center;
  width: 30%;
  height: auto;
  display: flex;
  position: relative;
}

.quote-divider-block {
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 180px;
  margin-top: 20px;
  padding-top: 3px;
  padding-bottom: 3px;
  display: flex;
  position: relative;
}

.quote-divider-block:where(.w-variant-df018736-92e8-8e85-87af-87383e81df2e) {
  color: var(--black);
}

.quote-divider-bottom {
  background-color: #afafaf33;
  min-width: 2px;
  height: 68px;
  position: absolute;
  top: auto;
  bottom: 0;
}

.quote-divider-bottom:where(.w-variant-df018736-92e8-8e85-87af-87383e81df2e) {
  background-color: var(--white);
}

.tabs-testimonial-photo {
  object-fit: cover;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  box-shadow: 0 0 #0000, 0 1px .4px #00000008, 0 2px .8px #0000000a, 0 3.4px 1.6px #0000000b, 0 5.4px 2.9px #0000000c, 0 8.9px 5.3px #0000000c, 0 15.4px 10.4px #0000000d, 0 30.6px 22.8px #0000000e;
}

.home-tabs-menu {
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  margin-top: 20px;
  padding-left: 50px;
  display: flex;
}

.testimonials-tab-1-link {
  color: #222;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 10px;
  line-height: 0;
  display: flex;
}

.testimonials-tab-1-link.w--current {
  border: 2px solid var(--primary-color);
  width: 40px;
  height: 40px;
  color: var(--primary-color);
  background-color: #0000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-right: 7px;
  padding-bottom: 13px;
  line-height: 0;
  display: flex;
}

.tabs-testimonial-block {
  display: flex;
}

.tabs-testimonial-block:where(.w-variant-df018736-92e8-8e85-87af-87383e81df2e) {
  border: 2px solid var(--secondary);
  background-color: var(--primary-color);
  border-radius: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.tabs-testimonial-info {
  flex-flow: column;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.tabs-testimonial-quote-block {
  align-items: center;
  width: 70%;
  display: flex;
  overflow: hidden;
}

.tabs-2 {
  flex-direction: column;
  align-items: flex-end;
  padding-top: 20px;
  display: flex;
}

.tabs-testimonial-person-name {
  text-align: center;
  margin-top: 30px;
  font-size: 18px;
  font-weight: 600;
}

.tabs-testimonial-person-name:where(.w-variant-df018736-92e8-8e85-87af-87383e81df2e) {
  color: var(--white);
}

.quote-divider-top {
  background-color: #afafaf33;
  min-width: 2px;
  height: 68px;
  position: absolute;
  top: 0;
}

.quote-divider-top:where(.w-variant-df018736-92e8-8e85-87af-87383e81df2e) {
  background-color: var(--white);
  color: var(--white);
}

.five-star-review-wrap {
  grid-column-gap: 1px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tabs-testimonial-person {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  display: flex;
}

.cta-h2 {
  color: var(--secondary);
  text-align: center;
  text-transform: capitalize;
  font-size: 46px;
  font-weight: 600;
  line-height: 1.3em;
}

.primary-color-background {
  background-color: var(--primary-color);
  background-image: linear-gradient(#0a0a00b3, #0a0a00b3), url('../images/modern-luxury-living-room-with-comfortable-sofa-elegant-decor-wide-windows-generated-by-ai_1.webp');
  background-position: 0 0, 50% 86%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: auto;
  padding-left: 100px;
  padding-right: 100px;
  position: relative;
  overflow: hidden;
}

.conracts-with-bg-button {
  justify-content: center;
  align-items: center;
  width: 20%;
  display: flex;
}

.contacts-with-background {
  justify-content: space-between;
  padding-top: 90px;
  padding-bottom: 90px;
  display: flex;
}

.contacts-with-background.contact-2 {
  z-index: 999;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.contacts-with-bg-text {
  width: 100%;
}

.primary-button-white {
  border: 1px solid var(--secondary);
  background-color: var(--primary-color);
  width: 200px;
  color: var(--secondary);
  text-align: center;
  letter-spacing: normal;
  text-transform: uppercase;
  border-radius: 100px;
  align-items: center;
  margin-top: 30px;
  padding: 16px 22px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: all .2s;
  box-shadow: 0 0 #050a1b00, .9px .4px .4px #050a1b08, 1.8px .9px .8px #050a1b0a, 3.1px 1.5px 1.6px #050a1b0b, 4.9px 2.4px 2.9px #050a1b0c, 8px 3.9px 5.3px #050a1b0c, 13.8px 6.8px 10.4px #050a1b0d, 27.6px 13.5px 22.8px #050a1b0e;
}

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

.base-container-2 {
  z-index: 999;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 90%;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
}

.base-container-2.zindex {
  z-index: 999;
  max-width: 1200px;
  position: relative;
}

.contacts-title {
  z-index: 2;
  margin-bottom: 25px;
}

.contacts-title.top {
  position: relative;
}

.contacts-content-wrapper {
  z-index: 999;
  width: 50%;
  position: relative;
}

.form-subtitle {
  color: var(--primary-color);
  text-align: center;
  letter-spacing: normal;
  text-transform: uppercase;
  text-shadow: none;
  margin-bottom: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3em;
}

.rsvp-bg-images {
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.contact-form-h3 {
  color: var(--primary-color);
  letter-spacing: -1.6px;
  text-transform: capitalize;
  text-shadow: none;
  font-family: Poppins, Arial, sans-serif;
  font-size: 46px;
  font-weight: 600;
  line-height: 1.2;
}

.form-btn {
  border: 1px solid var(--primary-color);
  background-color: var(--primary-color);
  width: 200px;
  color: var(--secondary);
  text-align: center;
  letter-spacing: 1px;
  -webkit-text-stroke-color: #fd5521;
  text-transform: uppercase;
  border-radius: 20px;
  margin-top: 20px;
  padding: 15px 24px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  transition: all .3s;
  display: inline-block;
  box-shadow: 0 0 #0000, 0 1px .4px #00000008, 0 2px .8px #0000000a, 0 3.4px 1.6px #0000000b, 0 5.4px 2.9px #0000000c, 0 8.9px 5.3px #0000000c, 0 15.4px 10.4px #0000000d, 0 30.6px 22.8px #0000000e;
}

.form-btn:hover {
  background-color: var(--primary-color);
  opacity: 1;
  color: var(--secondary);
  transform: scale(1.1);
}

.form-btn.w--current {
  border-style: none;
}

.free-quote-form-wrap {
  grid-column-gap: 60px;
  grid-row-gap: 40px;
  text-shadow: 0 1px 1px #0003;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.contact-us {
  background-color: var(--off-white);
  padding: 100px;
  position: relative;
}

.contacts-form-wrapper-home-2 {
  z-index: 999;
  border: 1px solid var(--primary-color);
  background-color: var(--white);
  border-radius: 10px;
  width: 50%;
  padding: 40px;
  position: relative;
}

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

.footer-brand {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
}

.footer-brand.w--current {
  color: #fff;
  padding-left: 0;
}

.footer-logo {
  width: 230px;
  max-width: none;
}

.footer {
  background-color: var(--primary-color);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 60px;
  display: flex;
}

.footer-brand-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 30%;
  display: flex;
}

.footer-rights {
  color: var(--white);
  margin-top: 10px;
  font-size: 16px;
  line-height: 1em;
}

.footer-title {
  color: var(--secondary);
  font-size: 24px;
  font-weight: 600;
}

.footer-line {
  background-color: #afafaf80;
  height: 1px;
}

.logo-wrapper {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-dark-address {
  color: var(--white);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

.footer-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1200px;
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.footer-map-wrap {
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  position: relative;
}

.link-2 {
  color: var(--secondary);
  text-decoration: none;
}

.footer-dark-link-wrapper {
  grid-row-gap: 10px;
  flex-direction: column;
  margin-top: 25px;
  display: flex;
}

.footer-rights-wrapper {
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-links-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-dark-link {
  color: var(--white);
  text-align: left;
  letter-spacing: 1px;
  text-transform: capitalize;
  font-family: Poppins, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
  text-decoration: none;
  transition: color .2s;
}

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

.footer-links-wrapper-2 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.collection-list-6 {
  text-align: left;
}

.areas-list-item:hover {
  color: #f6f2e8;
}

.nav-dropdown-toggle-centered-2 {
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 10px;
  font-size: 15px;
  transition: all .2s;
}

.nav-dropdown-toggle-centered-2:hover {
  transform: translate(0, -5px);
}

.nav-dropdown-link-2 {
  text-transform: capitalize;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 5px;
  margin-left: -30px;
  padding: 8px 8px 8px 10px;
  font-size: 18px;
  font-weight: 500;
  transition: all .3s;
  display: flex;
}

.nav-dropdown-link-2:hover {
  color: var(--primary-color);
  margin-left: 0;
}

.nav-dropdown-link-2.w--current {
  color: var(--primary-color);
  margin-left: -20px;
  margin-right: 0;
}

.nav-dropdown-link-2.w--current:hover {
  margin-left: 0;
  margin-right: 20px;
}

.nav-dropdown-icon {
  color: var(--secondary);
  margin-right: 10px;
  font-size: 16px;
  display: block;
}

.megamenu-dropdown-wrapper {
  justify-content: center;
  display: flex;
}

.megamenu-dropdown-wrapper.service-container {
  width: 300px;
}

.nav-dropdown-list {
  background-color: #fffffff2;
  border: 1px solid #0000002e;
  width: 200px;
  padding: 15px 20px;
}

.nav-dropdown-list.w--open {
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0 0 10px #0000000a;
}

.nav-dropdown-list.megamenu {
  width: 360px;
}

.nav-item-title-centred-2 {
  color: var(--white);
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-right: 20px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1em;
}

.nav-dropdowm-link-line-2 {
  background-color: var(--primary-color);
  width: 16px;
  height: 2px;
  margin-right: 15px;
  display: inline-block;
}

.nav-dropdown-link-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.megamenu-dropdown-wrap {
  width: 5%;
}

.megamenu-dropdown-wrap.one-column {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 250px;
  display: flex;
}

.megamenu-dropdown-wrap.one-column.services-container {
  width: 300px;
}

.testimonials {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.testimonials.testimonial-section {
  background-color: var(--off-white);
  padding-top: 100px;
  padding-bottom: 100px;
}

.testimonials.testimonial-section:where(.w-variant-df018736-92e8-8e85-87af-87383e81df2e) {
  background-color: var(--off-white);
  padding-left: 0;
  padding-right: 0;
}

.body {
  background-color: var(--off-white);
  font-family: Poppins, Arial, sans-serif;
  font-weight: 400;
}

.auto-update-copyright {
  color: var(--white);
  font-size: 16px;
}

.socials-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 20px;
  display: flex;
}

.socials-link {
  width: 10%;
  transition: all .2s;
}

.socials-link:hover {
  transform: translate(0, -5px);
}

.base-container-3 {
  z-index: 999;
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.banner-title-wrapper {
  z-index: 999;
  flex-direction: column;
  align-items: center;
  max-width: 70vw;
  display: flex;
  position: relative;
}

.banner-title {
  z-index: 999;
  color: #fdfdfd;
  text-align: center;
  text-shadow: 1px 1px 6px #1e263f;
}

.about-contacts-content-wrapper {
  z-index: 999;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
  position: relative;
}

.about-content-wrap-left {
  width: 35%;
}

.cta-h2-white {
  color: var(--secondary);
  font-size: 48px;
  font-weight: 600;
  line-height: 1.3em;
}

.about-contacts-image {
  object-fit: cover;
  object-position: 50% 23%;
  background-image: linear-gradient(#197156, #197156);
  width: 100%;
  height: 100%;
}

.about-contacts-wrap {
  background-color: var(--primary-color);
  background-image: url('../images/face-line.webp');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 440px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-content-wrapper {
  grid-column-gap: 40px;
  max-width: 1200px;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.about-content-wrap-right {
  width: 65%;
}

.about-contacts-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  display: flex;
}

.about-us-section {
  background-color: var(--off-white);
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.portfolio-grid-collection-item {
  width: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 30px #00000014;
}

.container-3 {
  max-width: 70%;
  margin-top: 0;
  padding-left: 40px;
  padding-right: 40px;
}

.container-19 {
  max-width: 1200px;
}

.section-title-wrap {
  text-align: center;
  margin-bottom: 20px;
}

.section-title-wrap.title-center-align {
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.why-choose-item-title {
  color: #333;
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 22px;
  line-height: 1.3em;
  display: flex;
}

.why-choose-item-title.center {
  text-align: center;
  margin-bottom: 20px;
}

.why-choose-item-title.center.gallery-socmed {
  display: none;
}

.gallery {
  padding-top: 100px;
  padding-bottom: 100px;
}

.collection-list-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-99 {
  height: auto;
  min-height: auto;
  transition: all .2s;
  transform: scale(1.4);
}

.image-99:hover {
  transform: scale(1.5);
}

.lightbox-link {
  z-index: 99999;
  justify-content: center;
  align-items: center;
  min-height: 300px;
  display: flex;
  position: static;
  overflow: clip;
}

.container-20 {
  max-width: 1200px;
  margin-top: 0;
  padding-left: 40px;
  padding-right: 40px;
}

.about-intro-wrap {
  padding-left: 0;
  padding-right: 0;
}

.accordion-toggle {
  border: 1px solid var(--primary-color);
  background-color: var(--secondary);
  border-radius: 10px;
  align-items: center;
  height: 80px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}

.accordion-item {
  width: 100%;
  overflow: hidden;
}

.faq-h2 {
  white-space: normal;
  flex: none;
  width: 100%;
  font-size: 22px;
  font-weight: 600;
}

.faq-p {
  font-size: 16px;
}

.dropdown-list {
  background-color: #fff;
  padding: 20px;
  display: block;
  position: static;
}

.html-embed-2 {
  width: 100%;
}

.small-heading {
  color: var(--primary-color);
  text-shadow: none;
  font-size: 20px;
}

.contacts-location-wrap {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 4px;
  display: flex;
}

.paragraph {
  color: #1e263f;
  text-shadow: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}

.contacts-icon {
  color: var(--primary-color);
  text-shadow: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 15px;
  font-family: "Fa Solid 900", Arial, sans-serif;
}

.utility-page-wrap {
  background-color: var(--primary-color);
  background-image: url('../images/face-line.webp');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 260px;
  display: flex;
}

._404-page-image {
  max-height: 300px;
}

._404-content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 510px;
  margin-top: 40px;
  display: flex;
}

.text-center {
  color: var(--secondary);
  text-align: center;
}

._404-paragraph {
  color: var(--white-50);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
}

.rich-text {
  width: 100%;
  padding-bottom: 30px;
}

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

.list-item {
  font-size: 18px;
}

.list {
  font-size: 18px;
  line-height: 30px;
}

.list-item-2 {
  font-size: 18px;
}

.list-3 {
  line-height: 30px;
}

.blog-grid-post-wrapper {
  height: 660px;
  margin-bottom: 20px;
}

.blog-grid-image-link {
  min-width: 100%;
}

.blog-grid-image {
  object-fit: cover;
  width: 100%;
  height: 280px;
}

.blog-grid-content-wrapper {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  padding: 20px 30px 30px 10px;
  display: flex;
}

.blog-grid-item-date {
  margin-top: 0;
  margin-bottom: 15px;
}

.blog-grid-item-title {
  color: #1e263f;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition-property: color;
  transition-duration: .2s;
}

.blog-grid-item-title:hover {
  color: var(--primary-color);
}

.blog-grid-item-description {
  margin-top: 15px;
  margin-bottom: 15px;
}

.blog-link {
  color: var(--primary-color);
  margin-top: 20px;
  font-size: 16px;
  text-decoration: none;
  transition-property: color;
}

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

.collection-list-10 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-template-prev-button {
  flex: 1;
  display: flex;
}

.next-post-arrow {
  color: #afafaf;
  margin-bottom: 0;
  margin-left: 25px;
  font-family: "Fa Solid 900", Arial, sans-serif;
  text-decoration: none;
}

.blog-sidebar-post-category {
  border: 1px solid var(--primary-color);
  background-color: var(--secondary);
  color: var(--primary-color);
  margin-bottom: 10px;
  padding: 5px 22px 5px 20px;
  text-decoration: none;
  transition: all .3s;
  display: inline-block;
}

.blog-sidebar-post-category:hover {
  color: var(--primary-color);
  background-color: #fff;
}

.blog-template-next-button {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.blog-details-link-title {
  font-size: 19px;
  line-height: 1.6em;
}

.blog-template-wrapper {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.blog-template-pagination-link {
  align-items: center;
  width: auto;
  text-decoration: none;
  display: flex;
}

.blog-template-date {
  background-color: var(--primary-color);
  color: var(--off-white);
  border-radius: 100px;
  margin-top: 0;
  margin-bottom: 40px;
  padding: 10px 40px;
  font-size: 12px;
  font-weight: 500;
}

.blog-template-next {
  text-align: right;
}

.blog-template-pagination {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  align-items: center;
  margin-top: 80px;
  display: flex;
}

.prev-post-arrow {
  color: #afafaf;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 25px;
  font-family: "Fa Solid 900", Arial, sans-serif;
  text-decoration: none;
}

.paragraph-13 {
  color: var(--black);
  text-decoration: none;
}

.paragraph-14 {
  color: var(--black);
}

.text-block-3 {
  color: #fff;
  text-align: center;
  font-family: Poppins, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
}

.columns-4 {
  width: auto;
  max-width: 1200px;
}

.section-11 {
  background-color: #231f20;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.section-11.home-video {
  z-index: 1;
  background-color: #231f20;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.section-11.home-video.service-area-section-white {
  background-color: var(--off-white);
}

.map-preview-2 {
  object-fit: cover;
  object-position: 28% 0%;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
  position: static;
  inset: 0 0% 0%;
}

.column-4 {
  height: 100%;
  position: sticky;
  top: 140px;
}

.accommodation-map-block-2 {
  border: 8px solid #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: auto;
  min-height: 520px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 1px 1px 30px #fbb8ac4d;
}

.accommodation-map-block-2.small {
  border-width: 2px;
  border-color: var(--primary-color);
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  min-height: 0;
  padding: 0;
  position: static;
  top: 75px;
}

.section-12 {
  background-color: #231f20;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.section-12.accommodation-banner {
  background-image: url('/cdn/background-image.svg'), linear-gradient(#0000004d, #0000004d);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  justify-content: center;
  align-items: center;
  min-height: 450px;
  padding-top: 140px;
  padding-bottom: 100px;
  display: flex;
  overflow: hidden;
}

.banner-title-2 {
  z-index: 999;
  color: var(--white);
  text-align: center;
  text-shadow: 1px 1px 6px #000000c7;
  margin-bottom: 40px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 50px;
  font-weight: 400;
}

.bg-overlay {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  object-fit: cover;
  background-color: #00000073;
  width: 100%;
  height: 100%;
  padding-top: 0;
  position: absolute;
  inset: 0%;
}

.bg-overlay.blog-post {
  background-color: #00000080;
}

.svc-img {
  border-radius: 20px;
  width: 100%;
}

.home-8-features-wrap {
  background-color: var(--primary-color);
  text-align: center;
  border: 1px #fd5521;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 0;
  text-decoration: none;
  transition: all .25s;
  display: flex;
  overflow: hidden;
  box-shadow: 0 0 #08102300, 0 1px .4px #08102308, 0 2px .8px #0810230a, 0 3.4px 1.6px #0810230b, 0 5.4px 2.9px #0810230c, 0 8.9px 5.3px #0810230c, 0 15.4px 10.4px #0810230d, 0 30.6px 22.8px #0810230e;
}

.home-8-features-wrap:hover {
  box-shadow: 0 0 #08102300, 0 1px .4px #08102308, 0 2px .8px #0810230a, 0 3.4px 1.6px #0810230b, 0 5.4px 2.9px #0810230c, 0 8.9px 5.3px #0810230c, 0 15.4px 10.4px #0810230d, 0 30.6px 22.8px #0810230e;
}

.svc-container {
  background-color: var(--secondary);
  border-radius: 10px;
  max-width: 900px;
  height: 50%;
  margin-top: -19px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.service-heading {
  color: var(--white);
  margin-top: 10px;
  font-size: 24px;
  font-weight: 600;
}

.service-heading.medium {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
}

.svc-p {
  color: var(--black);
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
}

.learnmore {
  color: var(--primary-color);
  text-align: center;
  font-family: Poppins, Arial, sans-serif;
}

.learnmore.btn-left {
  text-align: left;
}

.footer-link-2 {
  width: 100%;
  color: var(--white);
  text-align: left;
  letter-spacing: 1px;
  text-transform: capitalize;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 1.5px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
  transition: color .3s;
  display: block;
}

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

.subheader-services {
  color: var(--white);
  text-align: center;
  font-size: 16px;
}

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

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

.service-list-2-item {
  text-decoration: none;
}

.text-button-icon {
  opacity: .7;
  flex-direction: row;
  margin-left: 10px;
  font-family: "Fa Solid 900", Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
}

.service-list-2-item-image {
  object-fit: cover;
  object-position: 50% 40%;
  border-radius: 10px;
  width: 100%;
  height: 250px;
}

.home-3-link-services {
  color: var(--black);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Poppins, Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  transition-property: filter;
}

.home-3-link-services:hover {
  filter: grayscale();
}

.service-list-2-item-content {
  background-color: var(--secondary);
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: -31px;
  margin-bottom: 10px;
  padding: 10px;
  display: flex;
}

.services-list-icons {
  height: 40px;
  margin-right: 0;
}

.service-list-2-title-wrapper {
  background-color: var(--primary-color);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 80%;
  display: flex;
}

.service-list-2-title-wrapper.margin {
  z-index: 1;
  margin-bottom: 0;
  position: relative;
}

.service-list-2-item-description {
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 16px;
}

.service-list-2-item-description.hide {
  color: #424242;
  text-align: center;
  display: block;
}

.sticky-button {
  z-index: 5000;
  border-radius: 100px;
  font-family: Poppins, Arial, sans-serif;
  font-weight: 400;
  position: fixed;
  inset: auto 20px 20px auto;
}

.sticky-btn-link {
  border: 1px solid var(--secondary);
  background-color: var(--primary-color);
  color: var(--secondary);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 100px;
  padding: 18px 24px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: all .3s;
  display: inline-block;
}

.sticky-btn-link:hover {
  border-color: var(--secondary);
  background-color: var(--secondary);
  opacity: 1;
  color: var(--primary-color);
  transform: scale(1.05);
}

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

.service-area-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.text-button-icon-2 {
  opacity: .7;
  flex-direction: row;
  margin-left: 10px;
  font-family: "Fa Solid 900", Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
}

.home-3-link-services-2 {
  color: var(--primary-color);
  letter-spacing: normal;
  text-transform: capitalize;
  font-family: Poppins, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition-property: filter;
}

.home-3-link-services-2:hover {
  filter: grayscale();
}

.services-list-icons-2 {
  height: 40px;
  margin-right: 0;
}

.service-area-heading {
  color: var(--white);
  margin-top: 10px;
  font-size: 21px;
  font-weight: 600;
}

.collection-list-wrapper-5 {
  width: 100%;
}

.blog {
  padding-top: 100px;
  padding-bottom: 100px;
}

.big-article-title-wrapper {
  width: 100%;
}

.big-article-content-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: 400px;
  padding: 30px 40px;
  display: flex;
}

.divider {
  background-color: #eee;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 15px;
}

.style-label {
  color: #bebebe;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.big-article-image-wrapper {
  background-image: url('../images/article-image2x_1article-image@2x.avif');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  height: 400px;
  padding-left: 0;
}

.tagline {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
}

.tagline.tagline-promo-40 {
  color: #3336;
}

.tagline.white-hero-tagline {
  color: #fff;
  margin-bottom: 10px;
}

.big-article {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 1px 4px #0000000d;
}

.tag-wrapper {
  margin-top: 35px;
  margin-bottom: 35px;
  padding-left: 40px;
  padding-right: 40px;
}

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

.card {
  background-image: linear-gradient(#000, #000);
  border-radius: 8px;
  height: 340px;
  padding: 30px;
  transition: box-shadow .4s;
  position: relative;
}

.card.card1-content {
  background-image: url('../images/card1_1card1.avif');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.button {
  float: none;
  color: #fff;
  background-color: #1991eb;
  border-radius: 4px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 9px 25px;
  line-height: 22px;
  transition: color .2s, box-shadow .2s, background-color .2s;
  display: inline-block;
}

.button:hover {
  color: #fff;
  background-color: #1386dd;
  border-color: #0c6eb8;
}

.button.default-button {
  color: #5b697a;
  background-color: #fff;
  align-items: flex-end;
  transition: color .2s, background-color .2s, box-shadow .2s;
  display: inline-block;
}

.button.default-button:hover {
  color: #213d63;
  background-color: #fff;
  box-shadow: 0 1px 5px #0000001a;
}

.button.default-button.card-cta {
  font-weight: 500;
  display: block;
  position: absolute;
  bottom: 20px;
  left: 30px;
}

.button.default-button.card-cta.featured-btn {
  background-color: var(--secondary);
  color: var(--primary-color);
  text-align: center;
  position: static;
}

.tag-wrapper-2 {
  border-radius: 20px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 5px;
  padding-right: 5px;
}

.card-headline {
  color: #fff;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 600;
}

.collection-list-12 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 32px;
  padding-right: 32px;
  display: grid;
}

.card-content {
  background-color: #0000008f;
  border-radius: 10px;
  height: 100%;
  padding: 30px;
  position: relative;
}

.blog-category-link {
  text-decoration: none;
}

.blog-post-header {
  color: var(--white);
  text-align: center;
  margin-top: 10px;
  font-weight: 600;
  line-height: 1.3em;
}

.heading-13 {
  color: var(--primary-color);
  text-transform: capitalize;
  margin-top: 0;
  font-size: 48px;
  font-weight: 600;
}

.svc-intro {
  border-left: 5px solid var(--primary-color);
  text-align: left;
  margin-top: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
}

.svc-detailed-desc {
  text-align: left;
}

.image-wrapper {
  width: 100%;
  height: 50%;
}

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

.blog-poist-banner {
  background-color: #fff;
  background-image: url('/cdn/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
}

.link-3 {
  color: var(--black);
  font-size: 16px;
  text-decoration: none;
}

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

.banner-btn-primary {
  border: 1px solid var(--secondary);
  background-color: var(--primary-color);
  width: 200px;
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 100px;
  align-items: center;
  margin-top: 0;
  margin-right: 20px;
  padding: 16px 22px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: all .2s;
  box-shadow: 0 0 #050a1b00, .9px .4px .4px #050a1b08, 1.8px .9px .8px #050a1b0a, 3.1px 1.5px 1.6px #050a1b0b, 4.9px 2.4px 2.9px #050a1b0c, 8px 3.9px 5.3px #050a1b0c, 13.8px 6.8px 10.4px #050a1b0d, 27.6px 13.5px 22.8px #050a1b0e;
}

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

.banner-btn-primary.typ {
  background-color: var(--secondary);
  color: var(--primary-color);
}

.banner-button-phone {
  border: 1px solid var(--white);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  width: 200px;
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #ffffff2e;
  border-radius: 100px;
  align-items: center;
  margin-top: 0;
  padding: 16px 22px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: all .2s;
  box-shadow: 0 0 #050a1b00, .9px .4px .4px #050a1b08, 1.8px .9px .8px #050a1b0a, 3.1px 1.5px 1.6px #050a1b0b, 4.9px 2.4px 2.9px #050a1b0c, 8px 3.9px 5.3px #050a1b0c, 13.8px 6.8px 10.4px #050a1b0d, 27.6px 13.5px 22.8px #050a1b0e;
}

.banner-button-phone:hover {
  border-color: var(--primary-color);
  background-color: var(--secondary);
  color: var(--primary-color);
}

.banner-button-phone.ty {
  border-color: var(--primary-color);
  background-color: var(--white);
  color: var(--primary-color);
}

.double-btn-wrap {
  margin-top: 30px;
  display: flex;
}

.div-block-56 {
  background-color: var(--primary-color);
  width: 20%;
  height: 3px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.code-embed-2 {
  width: 100%;
  height: 100%;
  margin-top: 0;
}

.svc-area-column {
  width: 100%;
}

.section-title-wrapper-4 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-title-wrapper-4.maps-section {
  justify-content: center;
  align-items: flex-start;
}

.svc-area-left {
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.double-button-6 {
  grid-column-gap: 20px;
  justify-content: center;
  width: 100%;
  margin-top: 0;
  display: flex;
}

.double-button-6.dbl-button-left {
  justify-content: flex-start;
  align-items: flex-end;
}

.home-section-title-2 {
  color: var(--primary-color);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

.svc-area-right {
  background-color: var(--secondary);
  justify-content: flex-start;
  align-items: center;
  min-height: 500px;
  padding: 60px 100px;
  display: flex;
}

.other-services {
  background-color: var(--primary-color);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.heading-34 {
  color: var(--white);
  margin-top: 10px;
  font-size: 21px;
  font-weight: 600;
}

.div-block-95 {
  border: 1px #e7e7e7;
}

.svc-column-2 {
  height: 100%;
  position: sticky;
  top: 140px;
}

.link-block-13 {
  border: 1px solid var(--primary-color);
  background-color: var(--secondary);
  color: #302f2d;
  border-radius: 20px;
  width: 100%;
  margin-bottom: 10px;
  padding: 10px 10px 10px 40px;
  text-decoration: none;
  transition: all .2s;
}

.link-block-13:hover {
  color: var(--primary-color);
  padding-left: 20px;
}

.why-choose-us-checks {
  justify-content: center;
  align-items: center;
  width: 90%;
  margin-bottom: 10px;
  display: flex;
}

.div-block-91 {
  margin-right: 20px;
}

.why-choose-us-check-img {
  width: 52px;
  max-width: none;
}

.why-choose-us-h3 {
  color: var(--secondary);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
}

.service-name-wrap {
  background-color: var(--primary-color);
  border-radius: 10px;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.text-span {
  font-family: "Fa Solid 900", Arial, sans-serif;
}

.blog-section {
  background-color: var(--primary-color);
  padding: 100px;
}

.button-10 {
  background-color: var(--secondary);
  color: var(--primary-color);
  text-transform: capitalize;
  border-radius: 20px;
  margin-top: 20px;
  padding: 10px 40px;
  font-weight: 500;
}

.collection-item-12 {
  border-radius: 10px;
  overflow: clip;
}

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

.collection-list-17 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.25fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: flex;
}

.blog-card-wrap {
  height: 493.438px;
  color: var(--black);
  background-color: #fff;
  border: 1px solid #bbbbbb45;
  border-radius: 10px;
  text-decoration: none;
}

.blog-info-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.blog-card-title {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5em;
}

.blog-card-text {
  margin-bottom: 10px;
  line-height: 1.6em;
}

.about {
  z-index: 3;
  background-color: var(--primary-color);
  flex-direction: column;
  height: auto;
  padding-top: 60px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  overflow: clip;
}

.blog-thumbnail-wrap {
  border-radius: 10px;
  overflow: clip;
}

.about-h2 {
  width: 100%;
  color: var(--secondary);
  text-align: right;
  margin-bottom: 20px;
  font-size: 54px;
  font-weight: 700;
  line-height: 70px;
}

.why-choose-us-paragraph {
  width: 100%;
  color: var(--black);
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
}

.abt-container {
  z-index: 3;
  background-color: var(--primary-color);
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  height: auto;
  padding: 100px 0;
  display: flex;
  position: relative;
}

.services-cms-item {
  background-color: var(--primary-color);
}

.reviews-header {
  color: var(--primary-color);
  text-align: center;
  text-transform: capitalize;
  font-size: 45px;
  font-weight: 600;
  line-height: 1.2;
}

.reviews-header:where(.w-variant-df018736-92e8-8e85-87af-87383e81df2e) {
  font-weight: 700;
}

.why-choose-us-h2 {
  color: var(--secondary);
  text-transform: capitalize;
  font-size: 50px;
  font-weight: 600;
  line-height: 1.2;
}

.why-choose-us-section {
  z-index: 2;
  background-color: var(--primary-color);
  background-image: linear-gradient(#197156b8, #197156b8), url('../images/face-line.webp');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: auto;
  margin-top: 0;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
  position: static;
  top: 0;
}

.stats-h2 {
  color: var(--primary-color);
  text-transform: capitalize;
  margin-top: 0;
  font-size: 54px;
  font-weight: 600;
  line-height: 1.2;
}

.contact-form-content-wrap {
  z-index: 999;
  width: 50%;
  padding: 15px;
  position: relative;
}

.contact-form-h2 {
  color: var(--primary-color);
  text-align: center;
  text-shadow: none;
  margin-bottom: 40px;
  font-family: Lato, sans-serif;
  font-size: 36px;
  font-weight: 700;
}

.form-drop-down {
  border-top: 1px #000;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-right: 1px #000;
  border-bottom-color: var(--black);
  color: #000;
  background-color: #f3f3f300;
  border-left: 1px #000;
  height: 60px;
  margin-bottom: 20px;
  padding-bottom: 0;
  padding-left: 5px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.form-input {
  height: auto;
  text-shadow: none;
  color: #999;
  background-color: #fff;
  border: 1px #4fb948;
  border-bottom: 1px solid #141313;
  border-radius: 0;
  margin-bottom: 10px;
  padding: 16px 18px 16px 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: ease;
}

.form-input:focus {
  border: 1px #4fb948;
  border-bottom-style: solid;
}

.form-input::placeholder {
  color: #141313;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.form-p {
  z-index: 3;
  color: #141313;
  text-align: left;
  text-shadow: none;
  padding-left: 0;
  padding-right: 0;
  font-family: Poppins, Arial, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.6em;
  position: relative;
}

.blog-h2 {
  color: var(--secondary);
  letter-spacing: -1px;
  text-transform: capitalize;
  font-size: 54px;
  font-weight: 600;
  line-height: 1.2;
}

.blog-h2.green {
  color: var(--primary-color);
}

.svc-area-section {
  z-index: 1;
  background-color: #0000;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  width: 100%;
  margin-bottom: 40px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.phone-number-btn {
  background-color: var(--secondary);
  color: var(--primary-color);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px #fd5521;
  border-radius: 100px;
  margin-top: 0;
  margin-right: 0;
  padding: 18px 30px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: all .3s;
  display: inline-block;
}

.phone-number-btn:hover {
  background-color: var(--secondary);
  opacity: 1;
  color: var(--primary-color);
  transform: scale(1.05);
}

.banner-h1 {
  z-index: 999;
  color: var(--secondary);
  text-align: center;
  text-shadow: 1px 1px 6px #042219;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 500;
  line-height: 1.3;
}

.page-banner {
  background-color: var(--primary-color);
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/afro-woman-cleaning-new-home-2024-10-15-04-40-59-utc_1.webp');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  min-height: 60vh;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.faq {
  padding-top: 100px;
  padding-bottom: 100px;
}

.svc-section-info {
  background-color: var(--off-white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.phone-btn-svc-area {
  z-index: 2;
  border: 1px solid var(--primary-color);
  width: 250px;
  color: var(--primary-color);
  text-align: center;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 20px;
  padding: 18px 22px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: all .3s;
  display: block;
  position: relative;
}

.phone-btn-svc-area:hover {
  background-color: #ffffff1a;
}

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

.div-block-97 {
  order: 0;
  justify-content: flex-end;
  align-items: center;
  width: 40%;
  height: auto;
  display: flex;
}

.service-btn {
  background-color: var(--secondary);
  color: var(--primary-color);
  border-radius: 100px;
  padding: 15px 40px;
  font-size: 16px;
  font-weight: 500;
  transition: all .2s;
}

.service-btn:hover {
  transform: scale(1.1);
}

.div-block-98 {
  background-color: var(--secondary);
  width: 100%;
  height: 3px;
  margin-top: 60px;
}

.form {
  text-shadow: none;
}

.heading-35 {
  color: var(--primary-color);
  text-align: left;
  letter-spacing: -1px;
  font-size: 44px;
  font-weight: 600;
  line-height: 1.3em;
}

.image-102 {
  z-index: 0;
  opacity: .04;
  width: 100px;
  max-width: none;
  position: absolute;
  inset: auto 37% 15% auto;
}

.image-103 {
  width: 120px;
  max-width: none;
}

.image-104 {
  width: 200px;
  max-width: none;
}

.privacy-policy-wrapper {
  background-color: var(--white);
  border-radius: 20px;
  max-width: 1200px;
  padding: 40px;
}

.free-quoote-btn {
  background-color: var(--secondary);
  color: var(--primary-color);
  border-radius: 100px;
  padding: 15px 40px;
  font-weight: 600;
  transition: all .2s;
}

.free-quoote-btn:hover {
  transform: scale(1.1);
}

.free-quoote-btn.w--current {
  background-color: var(--secondary);
  color: var(--black);
  border-radius: 100px;
  padding: 15px 40px;
  transition: all .2s;
}

.free-quoote-btn.w--current:hover {
  transform: scale(1.1);
}

.div-block-99 {
  border-radius: 20px;
  overflow: clip;
}

.coming-soon-h2 {
  color: var(--primary-color);
  text-transform: capitalize;
  font-size: 48px;
}

.image-105 {
  border-radius: 20px;
  width: 100%;
  max-width: none;
}

.text-block-59 {
  text-transform: capitalize;
}

.tablet-menu-2 {
  display: none;
}

.dropdown-list-5 {
  overflow: hidden;
}

.dropdown-list-5.w--open {
  background-color: #fffffffa;
  border-radius: 5px;
  width: 270px;
}

.dropdown-list-5.dropdown-list-all-services.w--open {
  border-radius: 5px;
  width: 200px;
}

.dropdown-list-5.about-list.w--open {
  background-color: #fffffffa;
  width: 180px;
}

.nav-logo_red {
  z-index: 2;
  opacity: 1;
  width: 200px;
  max-width: none;
  display: block;
  position: absolute;
  inset: 0%;
}

.nav-menu-centered-wrapper-2 {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav-menu-link-2 {
  color: var(--white);
  letter-spacing: 1px;
  text-transform: capitalize;
  border-bottom: 1px #afafaf00;
  justify-content: flex-start;
  align-items: center;
  margin: 10px 0;
  padding: 20px 14px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1em;
  transition: all .2s;
  display: flex;
}

.nav-menu-link-2:hover {
  color: var(--secondary);
  border: 1px #000;
}

.nav-menu-link-2.w--current {
  color: #29acf1;
}

.image-120 {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  width: 19px;
  max-width: none;
  height: 19px;
  margin-right: 5px;
}

.text-block-88 {
  padding-right: 20px;
}

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

.tablet-down-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  background-color: #fd5521;
  border: 1px solid #fd5521;
  padding: 18px 24px;
  font-family: Oswald, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  transition: all .3s;
  display: none;
}

.tablet-down-2:hover {
  opacity: 1;
  color: #fd5521;
  background-color: #fff;
}

.link-block-15 {
  background-color: var(--white);
  width: 100%;
  color: var(--black);
  text-transform: none;
  border-bottom: 1px solid #cecece;
  padding: 5px 10px;
  text-decoration: none;
  transition: all .2s cubic-bezier(.165, .84, .44, 1);
}

.link-block-15:hover {
  background-color: var(--off-white);
  padding-left: 20px;
}

.link-block-15.main {
  background-color: var(--secondary);
}

.logo-mobile {
  padding-left: 0;
}

.div-block-85 {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.div-block-37 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav-item-btn {
  background-color: var(--secondary);
  height: 100%;
  color: var(--primary-color);
  border-radius: 100px;
  padding: 15px 20px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.nav-item-btn:hover {
  transform: scale(1.1);
}

.nav-logo_main-2 {
  z-index: 3;
  width: 200px;
  max-width: none;
  display: block;
  position: relative;
}

.nav-logo-container-2 {
  width: 14em;
  transition: opacity .25s;
  position: relative;
}

.nav-logo-container-2.w--current {
  width: 15em;
  position: relative;
}

.text-block-81 {
  font-size: 14px;
  font-weight: 500;
}

.text-block-81.sertice-title {
  color: #333;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
}

.text-block-81.sertice-title.about-titles {
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 500;
}

.div-block-84 {
  background-color: var(--secondary);
  color: #333;
  border-bottom: 2px solid #fcbd34;
  width: 100%;
  padding: 10px;
  font-size: 16px;
  text-decoration: none;
  transition: all .2s;
}

.div-block-84:hover {
  padding-left: 20px;
}

.search-shop-con-centered-2 {
  z-index: 1;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  width: 200px;
  height: 100%;
  margin-left: 0;
  display: flex;
  position: relative;
}

.nav-container-2 {
  background-color: var(--primary-color);
  border: 1px #000;
  justify-content: space-between;
  align-items: center;
  min-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 60px;
  display: flex;
}

.dropdown-toggle {
  color: var(--white);
  padding-right: 20px;
  font-weight: 500;
}

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

.text-block-86 {
  padding-right: 20px;
}

.dropdown-2 {
  border-radius: 0;
}

.link-block-14 {
  color: #333;
  border-bottom: 1px solid #cacaca;
  width: 100%;
  padding: 5px 10px 5px 20px;
  text-decoration: none;
  transition: all .2s cubic-bezier(.165, .84, .44, 1);
}

.link-block-14:hover {
  background-color: var(--off-white);
  color: var(--primary-color);
  padding-left: 30px;
}

.text-block-89 {
  z-index: 1;
  background-color: var(--primary-color);
  width: 40%;
  color: var(--white);
  text-align: right;
  border-radius: 100px;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  margin-top: -15px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 12px;
  display: flex;
  position: relative;
}

.image-121 {
  opacity: .33;
  width: 650px;
  max-width: none;
  position: absolute;
  inset: 0% auto auto -13%;
}

.gallery-section {
  background-color: var(--off-white);
  padding: 100px;
}

.gallery-wrapper {
  max-width: 1200px;
  margin-top: 40px;
}

.image-122 {
  height: 385.875px;
}

.image-122.gallery-img {
  height: auto;
}

.lightbox-link-2 {
  height: 200px;
  overflow: clip;
}

.lightbox-link-2.image-wrapper {
  border: 2px solid var(--primary-color);
  border-radius: 10px;
}

.lightbox-link-3 {
  height: 200px;
  overflow: clip;
}

.lightbox-link-3.image-wrapper {
  border: 2px solid var(--primary-color);
  border-radius: 10px;
}

.image-123 {
  width: 120%;
  max-width: none;
  overflow: visible;
}

.lightbox-link-4 {
  height: 200px;
  overflow: clip;
}

.lightbox-link-4.image-wrapper {
  border: 2px solid var(--primary-color);
  border-radius: 10px;
}

.lightbox-link-5 {
  width: 100%;
  height: 100%;
}

.lightbox-link-5.image-wrapper {
  border: 2px solid var(--primary-color);
  border-radius: 10px;
  overflow: clip;
}

.image-124 {
  height: 100%;
}

.lightbox-small {
  border: 2px solid var(--primary-color);
  border-radius: 10px;
  overflow: clip;
}

.gallery-img {
  transition: all .2s;
}

.gallery-img:hover {
  transform: scale(1.1);
}

.gallery-btn {
  background-color: var(--primary-color);
  border-radius: 100px;
  margin-top: 30px;
  padding: 15px 60px;
  transition: all .2s;
}

.gallery-btn:hover {
  border: 2px solid var(--primary-color);
  background-color: var(--secondary);
  color: var(--primary-color);
  font-weight: 500;
}

.quick-stack {
  padding: 0;
}

.gallery-block {
  width: 80%;
}

.collection-list-19 {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.bold-text-41, .bold-text-42, .bold-text-43 {
  color: var(--secondary);
}

.text-block-90 {
  background-color: var(--primary-color);
  width: 60%;
  color: var(--white);
  text-transform: uppercase;
  padding: 10px 20px;
  font-size: 18px;
  display: flex;
}

.div-block-100 {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  display: flex;
}

.booster-script {
  display: none;
}

.bas-handle-h {
  z-index: 2;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.bas-image-before {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.bas-label-before-h {
  z-index: 3;
  color: #000;
  cursor: pointer;
  background-color: #fff;
  padding: 4px 12px;
  position: absolute;
  top: 24px;
  left: 24px;
}

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

.bas-label-after-h {
  z-index: 3;
  color: #000;
  cursor: pointer;
  background-color: #fff;
  padding: 4px 12px;
  position: absolute;
  top: 24px;
  right: 24px;
}

.bas-image-after-h {
  z-index: 1;
  object-fit: cover;
  width: 50%;
  height: 100%;
  margin-left: auto;
  display: block;
  position: absolute;
  inset: 0;
}

.bas-line-h {
  z-index: 1;
  background-color: #fff;
  width: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}

.bas-wrapper {
  border: 2px solid var(--primary-color);
  border-radius: 20px;
  width: 100%;
  max-width: 960px;
  height: 460px;
  position: relative;
  overflow: hidden;
}

.before-and-after-wrapper {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: grid;
}

.div-block-101 {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto auto 15% 1%;
}

.image-125 {
  width: 150px;
  max-width: none;
}

.certification-section {
  background-color: var(--secondary);
  padding-top: 100px;
}

.certification-wrapper {
  width: 100%;
  max-width: none;
}

.certification-heading {
  text-align: center;
}

.div-block-102 {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  background-color: var(--secondary);
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  padding: 20px;
  display: flex;
}

.image-126 {
  width: 100px;
  max-width: none;
}

.image-127 {
  width: 54px;
  max-width: none;
}

.certificates-wrapper {
  background-color: var(--secondary);
  padding: 40px 100px;
}

.certificates-wrapper:where(.w-variant-f486e1aa-2e31-2036-b43b-0e11c48bac1a) {
  padding-bottom: 250px;
}

.certificate-wrapper {
  grid-column-gap: 73px;
  grid-row-gap: 73px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  display: flex;
}

.image-128 {
  width: 250px;
  max-width: none;
}

.image-129 {
  width: 120px;
  max-width: none;
}

.heading-36 {
  color: var(--primary-color);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 40px;
  font-size: 42px;
}

.text-block-91 {
  color: var(--black);
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}

.bold-text-44 {
  color: var(--secondary);
}

.code-embed-3 {
  width: 100%;
}

.container-21 {
  margin-top: 20px;
}

.featured-wrap {
  background-color: var(--primary-color);
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 400px;
  padding: 70px 20px 60px;
  display: flex;
}

.featured-wrap._2 {
  width: 50%;
}

.feat-h2 {
  color: var(--secondary);
  text-align: center;
  letter-spacing: normal;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 35px;
  line-height: 1.2em;
}

.bold-text-45 {
  color: var(--secondary);
}

.link-4 {
  color: var(--secondary);
  text-decoration: none;
}

.greeting-section {
  background-color: var(--primary-color);
  width: 75%;
  color: var(--white);
  text-transform: uppercase;
  padding: 10px;
  font-size: 18px;
}

.accent-text-primary {
  color: var(--secondary);
  font-weight: 500;
}

.featured-img-container {
  max-width: 100%;
}

.featured-img, .image-130 {
  border-radius: 10px;
}

.input-block-container.d-flex {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.bold-text-46 {
  color: var(--secondary);
  text-decoration: none;
}

.featured-section {
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 0;
}

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

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

@media screen and (min-width: 1280px) {
  .nav-menu-link:hover {
    color: var(--white);
    border-bottom: 1px #cf92c0;
  }

  .testimonials-tab-1-link.w--current {
    border-color: var(--primary-color);
    color: var(--primary-color);
  }

  .form-btn:hover {
    background-color: var(--primary-color);
  }

  .nav-dropdown-toggle-centered-2:hover {
    transform: translate(0, -5px);
  }

  .nav-logo_red {
    width: 150px;
  }

  .nav-menu-link-2 {
    color: var(--white);
    border-bottom: 1px solid #0000;
  }

  .nav-menu-link-2:hover {
    color: var(--secondary);
    border-bottom: 1px #cf92c0;
  }

  .nav-logo_main-2 {
    width: 150px;
  }

  .nav-logo-container-2 {
    width: 17em;
  }

  .nav-container-2 {
    background-color: #0000;
    border-style: none;
    border-color: #000;
    padding: 10px 50px;
  }

  .image-121 {
    inset: 0% auto auto -14%;
  }
}

@media screen and (min-width: 1440px) {
  .dropdown {
    font-size: 16px;
  }

  .nav-logo_red {
    width: 150px;
  }

  .nav-menu-link-2 {
    color: var(--white);
    font-size: 16px;
    font-weight: 500;
  }

  .nav-menu-link-2:hover {
    color: var(--secondary);
    font-weight: 500;
  }

  .nav-logo_main-2 {
    width: 150px;
  }

  .nav-logo-container-2 {
    width: 17em;
  }

  .nav-container-2 {
    min-width: 0%;
    max-width: 1200px;
    padding-left: 0;
    padding-right: 0;
  }

  .dropdown-2 {
    font-size: 16px;
  }

  .image-121 {
    inset: 0% auto auto -11%;
  }
}

@media screen and (min-width: 1920px) {
  .nav-menu-link:hover {
    color: var(--white);
    border: 1px #000;
    border-bottom-color: #fd5521;
    font-weight: 600;
  }

  .hero-h1 {
    font-size: 63px;
    font-weight: 600;
    line-height: 1.2em;
  }

  .hero-container {
    max-width: 1200px;
  }

  .hero-section {
    height: 80vh;
  }

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

  .paragraph-large.black {
    width: 70%;
  }

  .form-btn.w--current {
    border-style: solid;
  }

  .form-btn.w--current:hover {
    transform: scale(1.1);
  }

  .container-19 {
    max-width: 1200px;
  }

  .dropdown-list-5.dropdown-list-all-services.w--open {
    background-color: #fffffffa;
  }

  .nav-logo_red {
    width: 200px;
  }

  .nav-menu-centered-wrapper-2 {
    margin-right: 40px;
  }

  .nav-menu-link-2 {
    color: var(--white);
    border-bottom-style: none;
    font-size: 16px;
    font-weight: 500;
  }

  .nav-menu-link-2:hover {
    color: var(--secondary);
    border: 1px #000;
    border-bottom-color: #fd5521;
    font-size: 16px;
    font-weight: 500;
  }

  .nav-menu-link-2.w--current {
    color: var(--secondary);
  }

  .link-block-15 {
    border-bottom-color: #cacaca;
  }

  .nav-item-btn {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .nav-logo_main-2 {
    width: 200px;
  }

  .nav-logo-container-2 {
    width: 20em;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .search-shop-con-centered-2 {
    width: 200px;
  }

  .nav-container-2 {
    border-bottom-style: none;
    min-width: 0%;
    max-width: 1200px;
    padding: 0;
  }

  .dropdown-toggle {
    font-size: 16px;
  }

  .link-block-14 {
    border-bottom-color: #d3d3d3;
  }

  .image-121 {
    width: 800px;
    inset: 0% auto auto -9%;
  }

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

  .gallery-block {
    width: auto;
    max-width: 1200px;
  }

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

@media screen and (max-width: 991px) {
  .nav-close-icon {
    filter: invert();
    align-self: stretch;
    max-width: 60%;
  }

  .nav-menu-link {
    color: var(--black);
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 24px;
  }

  .nav-menu-link:hover {
    color: #1e263f;
  }

  .nav-container {
    max-width: 800px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .close-menu-button.w--open {
    filter: invert();
    background-color: #0000;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .tablet-down {
    border-color: var(--primary-color);
    background-color: var(--primary-color);
    letter-spacing: 1px;
    font-weight: 600;
    display: flex;
  }

  .menu-button-centered {
    text-align: right;
    padding: 0;
  }

  .menu-button-centered.w--open {
    background-color: #0000;
  }

  .nav-logo-container {
    z-index: 1;
    width: auto;
    margin-right: 2em;
  }

  .nav-logo-container.w--current {
    width: 13em;
  }

  .nav-menu-shadow-overlay {
    z-index: 9999;
    background-color: var(--primary-color);
    flex-direction: column;
    align-items: stretch;
    width: 320px;
    height: 100%;
    position: relative;
    box-shadow: 0 0 30px #00000026;
  }

  .nav-menu-centered {
    z-index: 20;
    background-color: #0000;
    flex-direction: column;
    width: 100%;
    max-width: 320px;
    position: absolute;
    inset: 0% auto auto 0%;
    overflow: visible;
  }

  .nav-logo_main {
    opacity: 1;
    width: 9em;
  }

  .tablet-menu {
    justify-content: space-between;
    align-items: center;
    height: 110px;
    padding-left: 20px;
    padding-right: 13px;
    display: flex;
  }

  .search-shop-con-centered {
    grid-column-gap: 10px;
    width: auto;
  }

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

  .hero-h1 {
    font-size: 48px;
    line-height: 1.3em;
  }

  .hero-container {
    max-width: 800px;
  }

  .primary-button-white-3 {
    width: 220px;
    padding-left: 0;
    padding-right: 0;
  }

  .primary-button-white-3:hover {
    opacity: 1;
  }

  .hero-btn-wrp {
    margin-top: 40px;
  }

  .hero-content-container {
    max-width: 800px;
  }

  .hero-content {
    width: 80%;
    padding-left: 40px;
  }

  .hero-section {
    height: 600px;
  }

  .image-9 {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    width: 100%;
    height: 30rem;
  }

  .column {
    padding-left: 0;
    padding-right: 0;
  }

  .columns {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: 100%;
    max-width: 800px;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .why-choose-us-content-wrap {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0;
    display: flex;
  }

  .column-2 {
    height: auto;
  }

  .section-h2 {
    text-align: left;
    padding-left: 0;
    font-size: 50px;
  }

  .paragraph-large {
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
  }

  .circle-counter-wrap {
    width: 50%;
  }

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

  .services-section.without-bottom-spacing {
    padding: 60px;
  }

  .circle-counter-wrapper {
    grid-row-gap: 60px;
    flex-wrap: wrap;
  }

  .base-container {
    max-width: 800px;
    padding-left: 0;
    padding-right: 0;
  }

  .base-container.feat.d-flex.p-0.mt-100 {
    flex-flow: column;
  }

  .base-container.feat.d-flex.p-0.mt-100.overlap {
    margin-top: 0;
  }

  .services-wrap {
    flex-wrap: wrap;
    justify-content: center;
  }

  .services-cms-list {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .tabs-long-quote {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }

  .tabs-testimonial-image-block {
    width: 100%;
  }

  .quote-divider-block {
    display: none;
  }

  .home-tabs-menu {
    justify-content: center;
    align-items: center;
    padding-left: 20px;
  }

  .tabs-testimonial-block {
    flex-direction: column;
  }

  .tabs-testimonial-quote-block {
    width: 100%;
  }

  .tabs-2 {
    justify-content: center;
    align-items: center;
  }

  .tabs-testimonial-person {
    padding-left: 0;
  }

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

  .primary-color-background {
    padding-left: 40px;
    padding-right: 40px;
  }

  .conracts-with-bg-button {
    width: 25%;
  }

  .contacts-with-background {
    align-items: center;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .contacts-with-background.contact-2 {
    flex-flow: column;
    padding: 60px 0;
  }

  .contacts-with-bg-text {
    width: 100%;
  }

  .primary-button-white:hover {
    opacity: 1;
  }

  .base-container-2 {
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

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

  .contacts-content-wrapper {
    width: 100%;
  }

  .contact-form-h3 {
    text-align: center;
  }

  .free-quote-form-wrap {
    flex-direction: column;
  }

  .contact-us {
    padding: 60px;
  }

  .contacts-form-wrapper-home-2 {
    width: 70%;
    padding: 30px;
  }

  .footer-logo-wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

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

  .footer-brand-wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 50px;
  }

  .footer-rights {
    font-size: 16px;
  }

  .footer-dark-address {
    text-align: center;
  }

  .footer-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 90%;
    padding-left: 40px;
    padding-right: 40px;
    display: grid;
  }

  .footer-dark-link {
    text-align: left;
  }

  .nav-dropdown-toggle-centered-2 {
    justify-content: flex-start;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 24px;
    font-family: Poppins, Arial, sans-serif;
    display: flex;
  }

  .nav-dropdown-link-2 {
    padding: 10px 0;
    font-size: 15px;
    display: none;
  }

  .nav-dropdown-link-2:hover {
    color: #87a6d6;
  }

  .nav-dropdown-icon {
    display: block;
  }

  .megamenu-dropdown-wrapper {
    flex-direction: column;
  }

  .nav-dropdown {
    flex-direction: column;
    justify-content: center;
    width: 100%;
    transition: opacity .5s;
    display: none;
    overflow: hidden;
  }

  .nav-dropdown-list {
    border-style: none;
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 40px;
    display: flex;
    position: static;
  }

  .nav-dropdown-list.w--open {
    max-height: 220px;
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
    overflow: auto;
  }

  .nav-dropdown-list.megamenu {
    padding-left: 0;
  }

  .nav-dropdown-list.megamenu.w--open {
    max-height: none;
  }

  .nav-item-title-centred-2 {
    color: #87a6d6;
    font-family: Poppins, Arial, sans-serif;
    font-size: 15px;
  }

  .nav-dropdowm-link-line-2 {
    background-color: #87a6d6;
  }

  .nav-dropdown-link-wrapper {
    justify-content: flex-start;
    padding-right: 0;
    overflow: visible;
  }

  .nav-dropdown-link-wrapper:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .testimonials {
    padding: 100px 60px;
  }

  .testimonials.testimonial-section:where(.w-variant-df018736-92e8-8e85-87af-87383e81df2e) {
    padding-left: 40px;
    padding-right: 40px;
  }

  .socials-wrap {
    justify-content: center;
    align-items: center;
  }

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

  .about-contacts-content-wrapper {
    text-align: center;
    align-items: center;
  }

  .about-contacts-image {
    object-position: 50% 23%;
  }

  .about-contacts-wrap {
    width: 100%;
    height: 550px;
  }

  .about-content-wrapper {
    margin-top: 0;
    margin-bottom: 0;
  }

  .about-contacts-wrapper {
    grid-row-gap: 0px;
    flex-wrap: wrap;
  }

  .about-us-section {
    padding: 100px 60px;
  }

  .container-3 {
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .section-title-wrap.title-center-align {
    width: 100%;
  }

  .collection-item-7 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .gallery {
    padding: 80px 40px;
  }

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

  .image-99 {
    height: 74.4417%;
    min-height: 0;
    transition: all .2s;
    transform: scale(1.4);
  }

  .lightbox-link {
    justify-content: center;
    align-items: center;
    height: 300px;
    display: flex;
    overflow: clip;
  }

  .container-20 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .blog-template-wrapper {
    padding: 40px;
  }

  .blog-template-date {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .blog-template-pagination {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 60px;
  }

  .accommodation-map-block-2 {
    width: 100%;
    min-height: 600px;
  }

  .accommodation-map-block-2.small {
    width: 100%;
  }

  .section-12.accommodation-banner {
    background-image: linear-gradient(#0000, #0000), url('../images/accomodation-banner-01_1accomodation-banner-01.avif');
    background-position: 0 0, 50%;
    min-height: 500px;
  }

  .svc-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .service-heading {
    font-size: 21px;
    font-weight: 600;
  }

  .footer-link-2 {
    text-align: left;
    font-weight: 400;
  }

  .subheader-services {
    font-size: 14px;
  }

  .svc-section {
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .service-list-2-item-content {
    margin-top: 10px;
  }

  .service-list-2-item-description {
    margin-bottom: 20px;
    font-size: 14px;
  }

  .sticky-btn-link {
    letter-spacing: normal;
    padding: 15px 20px;
    font-size: 15px;
  }

  .service-area {
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .big-article-content-wrapper {
    height: auto;
  }

  .big-article-image-wrapper {
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0;
  }

  .button.default-button.card-cta {
    text-align: center;
    transition: color .2s, background-color .2s, box-shadow .2s;
    display: block;
    bottom: 20px;
    left: 30px;
    right: 30px;
  }

  .heading-13 {
    margin-top: 0;
  }

  .image-101 {
    filter: none;
  }

  .blog-poist-banner {
    padding: 100px 60px;
  }

  .banner-btn-primary:hover, .banner-button-phone:hover {
    opacity: 1;
  }

  .section-title-wrapper-4 {
    max-width: 560px;
  }

  .double-button-6 {
    margin-top: 0;
  }

  .double-button-6.dbl-button-left {
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 20px;
  }

  .home-section-title-2 {
    text-align: left;
    width: 100%;
    font-size: 28px;
    line-height: 1.3em;
  }

  .svc-area-right {
    height: 500px;
    min-height: 0;
    padding: 100px 40px;
  }

  .why-choose-us-checks {
    justify-content: center;
    align-items: flex-start;
  }

  .why-choose-us-check-img {
    width: 40px;
  }

  .why-choose-us-h3 {
    font-size: 20px;
  }

  .blog-section {
    justify-content: center;
    align-items: center;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

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

  .blog-wrapper {
    grid-column-gap: 18px;
    grid-row-gap: 40px;
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .blog-card-wrap {
    height: auto;
  }

  .about {
    padding-left: 40px;
    padding-right: 40px;
  }

  .about-h2 {
    font-size: 50px;
    font-weight: 600;
  }

  .why-choose-us-paragraph {
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
  }

  .abt-container {
    padding: 60px 0;
  }

  .reviews-header {
    padding-left: 40px;
  }

  .why-choose-us-h2 {
    padding-left: 0;
    font-size: 35px;
  }

  .why-choose-us-section {
    flex-flow: column;
    margin-top: 0;
    padding-top: 60px;
    padding-bottom: 60px;
    display: block;
  }

  .stats-h2 {
    padding-left: 40px;
    font-size: 50px;
  }

  .contact-form-content-wrap {
    flex-flow: column;
    order: -1;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .form-p {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .blog-h2 {
    padding-left: 0;
  }

  .svc-area-section {
    padding: 0 0 20px;
  }

  .phone-number-btn {
    display: block;
  }

  .phone-number-btn.nav {
    display: none;
  }

  .banner-h1 {
    font-size: 42px;
  }

  .page-banner {
    padding: 140px 60px 100px;
  }

  .faq {
    padding-top: 80px;
  }

  .svc-section-info {
    padding-left: 40px;
    padding-right: 40px;
  }

  .phone-btn-svc-area {
    width: 220px;
  }

  .heading-35 {
    font-size: 32px;
  }

  .dropdown {
    width: 100%;
  }

  .tablet-menu-2 {
    justify-content: space-between;
    align-items: center;
    height: 110px;
    padding-left: 20px;
    padding-right: 13px;
    display: flex;
  }

  .image-106 {
    filter: invert();
    width: 30px;
    max-width: none;
    height: 30px;
  }

  .nav-menu-link-2 {
    color: var(--white);
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 24px;
  }

  .nav-menu-link-2:hover {
    color: var(--secondary);
  }

  .bold-text-40 {
    font-weight: 600;
  }

  .image-2 {
    width: 200px;
  }

  .image-2.logo-mobile {
    width: 180px;
  }

  .tablet-down-2 {
    background-color: var(--secondary);
    color: var(--primary-color);
    letter-spacing: 1px;
    border-color: #29acf1;
    font-family: Poppins, Arial, sans-serif;
    font-weight: 600;
    text-decoration: none;
    display: flex;
  }

  .tablet-down-2:hover {
    color: var(--primary-color);
  }

  .nav-item-btn {
    display: none;
  }

  .nav-logo_main-2 {
    opacity: 0;
  }

  .nav-logo-container-2 {
    z-index: 1;
    margin-right: 2em;
  }

  .search-shop-con-centered-2 {
    grid-column-gap: 10px;
    width: auto;
  }

  .nav-container-2 {
    background-color: var(--primary-color);
    padding-left: 15px;
    padding-right: 15px;
  }

  .dropdown-toggle {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .dropdown-2 {
    width: 100%;
  }

  .gallery-section {
    padding-left: 60px;
    padding-right: 60px;
  }

  .text-block-90 {
    width: 75%;
  }

  .certificates-wrapper:where(.w-variant-f486e1aa-2e31-2036-b43b-0e11c48bac1a) {
    padding-bottom: 40px;
  }

  .greeting-section {
    width: 93%;
  }

  .featured-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .nav-menu-link {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-menu-link:hover {
    color: #1e263f;
  }

  .tablet-down {
    letter-spacing: 1px;
    font-weight: 600;
  }

  .nav-logo_main {
    opacity: 1;
  }

  .tablet-menu {
    height: 110px;
  }

  .navbar {
    position: fixed;
  }

  .hero-h1 {
    text-align: center;
    width: auto;
    line-height: 1em;
  }

  .hero-container {
    justify-content: center;
    align-items: center;
  }

  .double-button-2 {
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .primary-button-white-3 {
    width: 100%;
  }

  .secondary-button-2 {
    letter-spacing: 1px;
  }

  .hero-btn-wrp {
    width: 60%;
  }

  .hero-content-container {
    text-align: center;
    align-items: center;
  }

  .hero-content {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 90%;
    padding-left: 10px;
    display: flex;
  }

  .hero-section {
    background-image: linear-gradient(#00000080, #00000080), linear-gradient(#0000, #0000), url('../images/Hero-Recovered_1.webp');
    background-position: 0 0, 0 0, 50% 0;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
    height: 100vh;
  }

  .image-9 {
    width: 100%;
  }

  .column {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .columns {
    flex-flow: column;
    min-width: 100%;
  }

  .why-choose-us-content-wrap {
    padding-top: 0;
    padding-bottom: 0;
  }

  .column-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .section-title-wrapper {
    flex-flow: column;
    margin-bottom: 40px;
  }

  .paragraph-large {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-large.black {
    text-align: left;
  }

  .feature-circles-2 {
    font-size: 18px;
    font-weight: 600;
  }

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

  .circle-counter-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    width: 100%;
  }

  .base-container {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .services-cms-list {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .tabs-long-quote {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .cta-h2 {
    text-align: center;
    font-size: 38px;
  }

  .conracts-with-bg-button {
    width: auto;
  }

  .contacts-with-background {
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .contacts-with-background.contact-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .contacts-with-bg-text {
    text-align: center;
    width: 100%;
  }

  .primary-button-white {
    margin-top: 0;
  }

  .base-container-2 {
    max-width: 100%;
  }

  .contacts-content-wrapper, .form-subtitle {
    text-align: center;
  }

  .rsvp-bg-images {
    display: none;
  }

  .contact-form-h3 {
    font-size: 38px;
  }

  .free-quote-form-wrap {
    flex-wrap: wrap;
  }

  .contact-us {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .contacts-form-wrapper-home-2 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-logo-wrapper {
    align-items: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

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

  .footer {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-brand-wrapper {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }

  .footer-dark-address {
    text-align: center;
    margin-bottom: 40px;
  }

  .footer-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .footer-dark-link-wrapper {
    align-items: center;
  }

  .footer-rights-wrapper {
    flex-wrap: wrap;
  }

  .nav-dropdown-toggle-centered-2 {
    width: 99%;
  }

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

  .testimonials.testimonial-section:where(.w-variant-df018736-92e8-8e85-87af-87383e81df2e) {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .socials-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: center;
  }

  .base-container-3 {
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .about-content-wrap-left {
    width: 100%;
  }

  .cta-h2-white {
    font-size: 32px;
    line-height: 1.6em;
  }

  .about-content-wrapper {
    flex-wrap: wrap;
    margin-bottom: 0;
  }

  .about-content-wrap-right {
    width: 100%;
  }

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

  .container-3 {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-99 {
    height: auto;
  }

  .lightbox-link {
    height: auto;
    min-height: auto;
  }

  .container-20 {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .contacts-location-wrap {
    justify-content: center;
    align-items: center;
  }

  ._404-paragraph {
    margin-bottom: 30px;
  }

  .rich-text {
    padding-bottom: 20px;
  }

  .blog-grid-content-wrapper {
    min-height: 260px;
  }

  .blog-template-wrapper {
    padding: 20px 15px;
  }

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

  .accommodation-map-block-2 {
    min-height: 450px;
  }

  .accommodation-map-block-2.small {
    width: 90%;
  }

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

  .home-8-features-wrap, .svc-container {
    width: 100%;
  }

  .subheader-services {
    font-size: 14px;
  }

  .service-list-2-item-description {
    margin-top: 0;
  }

  .button.default-button.card-cta {
    bottom: 20px;
    left: 30px;
    right: auto;
  }

  .tag-wrapper-2 {
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .heading-13 {
    line-height: 1.3em;
  }

  .image-101 {
    filter: none;
  }

  .blog-poist-banner {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .banner-btn-primary, .banner-button-phone {
    margin-top: 0;
  }

  .div-block-57 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .svc-area-column {
    flex-flow: column-reverse wrap;
    display: flex;
  }

  .section-title-wrapper-4 {
    margin-bottom: 40px;
  }

  .section-title-wrapper-4.maps-section {
    justify-content: center;
    align-items: center;
  }

  .double-button-6 {
    margin-top: 40px;
  }

  .double-button-6.dbl-button-left {
    justify-content: center;
    align-items: center;
    width: 70%;
    margin-top: 0;
  }

  .home-section-title-2 {
    text-align: center;
  }

  .collection-list-17 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .blog-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-flow: column;
    grid-template-rows: auto;
    display: flex;
  }

  .blog-card-wrap {
    height: auto;
  }

  .blog-info-wrap {
    padding-bottom: 30px;
  }

  .about {
    height: 600px;
  }

  .why-choose-us-paragraph {
    padding-left: 0;
    padding-right: 0;
  }

  .abt-container {
    height: 600px;
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .reviews-header {
    text-align: center;
  }

  .reviews-header:where(.w-variant-df018736-92e8-8e85-87af-87383e81df2e) {
    font-size: 38px;
  }

  .why-choose-us-h2 {
    text-align: center;
  }

  .why-choose-us-section {
    background-image: none;
    height: auto;
    padding: 60px 40px;
  }

  .stats-h2 {
    text-align: center;
    font-size: 38px;
  }

  .contact-form-content-wrap {
    text-align: center;
  }

  .form-p {
    text-align: center;
    text-shadow: none;
    margin-top: 0;
  }

  .blog-h2 {
    text-align: center;
    font-size: 38px;
  }

  .blog-h2.green {
    text-align: left;
  }

  .svc-area-section {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .phone-number-btn {
    width: 100%;
  }

  .banner-h1 {
    font-size: 42px;
  }

  .page-banner {
    min-height: 700px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .phone-btn-svc-area {
    letter-spacing: 1px;
    width: 200px;
  }

  .div-block-96, .div-block-97 {
    width: 100%;
  }

  .tablet-menu-2 {
    height: 110px;
  }

  .image-106 {
    filter: invert();
  }

  .nav-menu-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-menu-link-2:hover {
    color: #1e263f;
  }

  .image-2.logo-mobile {
    width: 180px;
  }

  .tablet-down-2 {
    letter-spacing: 1px;
    font-weight: 600;
  }

  .nav-logo_main-2 {
    opacity: 0;
  }

  .nav-container-2 {
    background-color: var(--primary-color);
  }

  .image-121 {
    width: 500px;
    left: -24%;
  }

  .gallery-section {
    padding-left: 40px;
    padding-right: 40px;
  }

  .lightbox-link-3.image-wrapper {
    height: 100%;
  }

  .image-123.gallery-img {
    height: auto;
  }

  .collection-list-19 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .text-block-90 {
    text-align: center;
    width: 100%;
  }

  .before-and-after-wrapper {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .certificates-wrapper {
    padding: 60px 20px 0;
  }

  .certificate-wrapper {
    flex-flow: column;
  }

  .featured-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .featured-wrap._2 {
    width: 100%;
  }

  .greeting-section {
    text-align: center;
    line-height: 1.6em;
  }

  .featured-section {
    padding-left: 40px;
    padding-right: 40px;
  }

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

@media screen and (max-width: 479px) {
  h2 {
    font-size: 28px;
  }

  p, ul, ol {
    font-size: 14px;
  }

  .nav-close-icon {
    filter: invert();
  }

  .nav-menu-link {
    color: #fd5521;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-menu-link:hover {
    color: #1e263f;
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .tablet-down {
    letter-spacing: 1px;
    width: 100%;
    font-weight: 600;
  }

  .nav-menu-shadow-overlay {
    background-color: var(--primary-color);
  }

  .nav-menu-centered-wrapper {
    background-color: #0a1843;
  }

  .tablet-menu {
    justify-content: flex-end;
    align-items: center;
    height: 120px;
  }

  .search-shop-con-centered {
    margin-left: 10px;
  }

  .hero-h1 {
    font-size: 34px;
    line-height: 1.3em;
  }

  .double-button-2 {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-direction: column;
    width: 65%;
    padding-left: 0;
    padding-right: 0;
  }

  .primary-button-white-3 {
    border-radius: 100px;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .hero-btn-wrp {
    grid-column-gap: 0px;
    grid-row-gap: 15px;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 10px;
  }

  .hero-content-container {
    justify-content: flex-start;
    align-items: center;
    height: 61%;
    margin-top: 180px;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-content {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .hero-section {
    background-image: linear-gradient(#00000080, #00000080), url('../images/Hero-Recovered_1.webp');
    background-position: 0 0, 0%;
    background-size: auto, cover;
    height: 100vh;
  }

  .image-9 {
    width: 300px;
    height: 200px;
    margin-bottom: 0;
    inset: 32% 2% auto 59px;
  }

  .column {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    display: flex;
  }

  .columns {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    min-width: auto;
    max-width: none;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .why-choose-us-content-wrap {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 40px;
  }

  .column-2 {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .section-h2 {
    text-align: center;
    padding-left: 0;
    font-size: 28px;
  }

  .section-title-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .section-title-wrapper.reviews {
    margin-bottom: 0;
  }

  .paragraph-large {
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    line-height: 1.6em;
  }

  .paragraph-large.black {
    text-align: left;
  }

  .circle-counter-wrap {
    width: 100%;
  }

  .services-section {
    padding: 20px 20px 60px;
  }

  .services-section.without-bottom-spacing {
    padding: 60px 10px;
  }

  .base-container {
    max-width: 300px;
    margin-top: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .base-container.feat.d-flex.p-0.mt-100 {
    flex-flow: column;
  }

  .base-container.feat.d-flex.p-0.mt-100.overlap {
    margin-top: 0;
    margin-bottom: 0;
  }

  .services-cms-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .tabs-long-quote {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
  }

  .tabs-testimonial-image-block {
    width: 100%;
  }

  .home-tabs-menu {
    justify-content: center;
    width: 100%;
    padding-left: 0;
  }

  .tabs-testimonial-block {
    flex-direction: column;
    align-items: center;
  }

  .tabs-testimonial-quote-block {
    width: 100%;
  }

  .tabs-testimonial-person {
    padding-bottom: 10px;
  }

  .cta-h2 {
    font-size: 32px;
  }

  .primary-color-background {
    background-image: linear-gradient(to bottom, null, null);
    padding-left: 20px;
    padding-right: 20px;
  }

  .contacts-with-background.contact-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .primary-button-white {
    width: 100%;
  }

  .base-container-2 {
    max-width: 90%;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .form-subtitle {
    color: #1e263f;
  }

  .contact-form-h3 {
    margin-top: 0;
    font-size: 28px;
  }

  .form-btn {
    width: 100%;
  }

  .contact-us {
    padding: 60px 20px;
  }

  .footer-logo-wrapper {
    padding: 10px;
  }

  .footer-logo {
    width: 250px;
  }

  .footer {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-brand-wrapper {
    flex-direction: column;
  }

  .footer-rights {
    text-align: center;
    margin-bottom: 10px;
    font-size: 14px;
  }

  .logo-wrapper {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-dark-address {
    margin-top: 0;
    font-size: 14px;
  }

  .footer-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 380px;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    display: grid;
  }

  .footer-rights-wrapper {
    flex-wrap: wrap;
    margin-top: 0;
  }

  .footer-links-wrapper {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 0;
  }

  .footer-dark-link {
    text-align: center;
  }

  .footer-links-wrapper-2 {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 30px;
  }

  .collection-list-6 {
    text-align: center;
  }

  .testimonials {
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .body {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .auto-update-copyright {
    text-align: center;
    font-size: 14px;
  }

  .socials-wrap {
    justify-content: center;
    align-items: center;
  }

  .base-container-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .banner-title-wrapper {
    max-width: 100%;
  }

  .about-contacts-content-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cta-h2-white {
    font-size: 38px;
    line-height: 1.3em;
  }

  .about-contacts-wrap {
    height: 380px;
  }

  .about-us-section {
    padding-bottom: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-title-wrap.title-center-align {
    margin-bottom: 0;
  }

  .why-choose-item-title {
    font-size: 18px;
  }

  .gallery {
    padding: 40px 20px;
  }

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

  .accordion-toggle {
    height: 100px;
  }

  .faq-h2 {
    font-size: 16px;
    line-height: 1.5;
  }

  .faq-p {
    font-size: 14px;
  }

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

  ._404-content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .blog-template-prev-button {
    flex: none;
    width: 100%;
  }

  .blog-sidebar-post-category {
    margin-bottom: 20px;
  }

  .blog-template-next-button {
    flex: none;
    width: 100%;
  }

  .blog-template-pagination {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .section-11 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-11.home-video {
    padding: 40px 0;
  }

  .section-11.home-video.service-area-section-white {
    padding-left: 20px;
    padding-right: 20px;
  }

  .column-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .accommodation-map-block-2 {
    width: 100%;
  }

  .accommodation-map-block-2.small {
    width: 100%;
    height: auto;
  }

  .column-7 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .section-12.accommodation-banner {
    background-image: linear-gradient(to bottom, null, null), url('../images/accomodation-banner-01_1accomodation-banner-01.avif');
    background-position: 0 0, 100%;
  }

  .banner-title-2 {
    font-size: 32px;
  }

  .service-heading.medium {
    font-size: 18px;
  }

  .svc-p {
    font-size: 14px;
  }

  .learnmore {
    font-size: 12px;
  }

  .footer-link-2 {
    text-align: left;
    padding: 5px;
    font-size: 14px;
    font-weight: 400;
  }

  .subheader-services {
    font-size: 14px;
  }

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

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

  .home-3-link-services {
    letter-spacing: 1px;
  }

  .service-list-2-item-content {
    padding-bottom: 20px;
  }

  .sticky-button {
    z-index: 999;
    right: 10px;
  }

  .sticky-btn-link {
    width: 100%;
    padding: 12px 15px;
    font-size: 13px;
  }

  .service-area {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .home-3-link-services-2 {
    letter-spacing: 1px;
    font-weight: 400;
  }

  .big-article-content-wrapper {
    padding: 25px 10px;
  }

  .tag-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tag-wrapper-2 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .collection-list-12 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .image-101 {
    filter: none;
  }

  .heading-14 {
    font-size: 28px;
  }

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

  .blog-poist-banner {
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .banner-btn-primary, .banner-button-phone {
    width: 100%;
  }

  .double-btn-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .svc-area-column {
    flex-flow: column-reverse wrap;
    display: flex;
  }

  .section-title-wrapper-4 {
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
  }

  .section-title-wrapper-4.maps-section {
    justify-content: center;
    align-items: center;
  }

  .double-button-6 {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .double-button-6.dbl-button-left {
    width: 100%;
  }

  .svc-area-right {
    height: 500px;
    padding: 20px;
  }

  .link-block-13 {
    font-size: 14px;
  }

  .why-choose-us-checks {
    flex-flow: column;
  }

  .why-choose-us-check-img {
    width: 30px;
  }

  .why-choose-us-h3 {
    font-size: 18px;
  }

  .blog-section {
    padding: 60px 20px;
  }

  .collection-list-17 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

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

  .about {
    height: auto;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-h2 {
    font-size: 28px;
    line-height: 44px;
  }

  .why-choose-us-paragraph {
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
  }

  .abt-container {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .reviews-header {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    font-size: 28px;
  }

  .why-choose-us-h2 {
    text-align: center;
    padding-left: 0;
    font-size: 24px;
    line-height: 1.34;
  }

  .why-choose-us-section {
    background-image: linear-gradient(#0000, #0000);
    flex-flow: row;
    height: auto;
    min-height: 100vh;
    margin-top: 0;
    padding: 20px;
  }

  .stats-h2 {
    text-align: center;
    padding-left: 0;
    font-size: 28px;
  }

  .contact-form-h2 {
    font-size: 25px;
  }

  .form-p {
    text-align: center;
    font-size: 14px;
  }

  .blog-h2 {
    text-align: left;
    padding-left: 0;
    font-size: 28px;
  }

  .svc-area-section {
    padding: 0 0 20px;
  }

  .phone-number-btn {
    width: 100%;
    padding: 10px 20px;
    display: block;
  }

  .phone-number-btn.nav {
    display: none;
  }

  .banner-h1 {
    font-size: 32px;
    line-height: 1.3;
  }

  .page-banner {
    background-image: linear-gradient(#000000b3, #000000b3), url('../images/afro-woman-cleaning-new-home-2024-10-15-04-40-59-utc-mobile_1.webp');
    background-position: 0 0, 50% 100%;
    background-size: auto, cover;
    min-height: 700px;
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .faq {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .svc-section-info {
    padding: 40px 10px 10px;
  }

  .phone-btn-svc-area {
    width: 260px;
  }

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

  .privacy-policy-wrapper {
    padding: 20px;
  }

  .dropdown {
    text-align: left;
    width: 100%;
  }

  .tablet-menu-2 {
    height: 120px;
  }

  .image-106 {
    filter: invert();
  }

  .nav-menu-centered-wrapper-2 {
    background-color: #0a1843;
  }

  .nav-menu-link-2 {
    color: var(--white);
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-menu-link-2:hover {
    color: var(--secondary);
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .bold-text-40 {
    font-weight: 600;
  }

  .image-2.logo-mobile {
    width: 180px;
    max-width: none;
  }

  .tablet-down-2 {
    text-align: left;
    letter-spacing: 1px;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    font-family: Poppins, Arial, sans-serif;
    font-weight: 500;
    text-decoration: none;
  }

  .tablet-down-2:hover {
    color: var(--primary-color);
  }

  .div-block-37 {
    justify-content: center;
    align-items: center;
  }

  .nav-item-btn {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .search-shop-con-centered-2 {
    margin-left: 10px;
  }

  .nav-container-2 {
    background-color: var(--primary-color);
  }

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

  .dropdown-2 {
    text-align: left;
    width: 100%;
  }

  .text-block-89 {
    width: 70%;
  }

  .image-121 {
    left: -48%;
  }

  .gallery-section {
    padding-left: 30px;
    padding-right: 30px;
  }

  .lightbox-link-2.image-wrapper, .lightbox-link-4.image-wrapper {
    height: auto;
  }

  .quick-stack {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .gallery-block {
    width: 100%;
  }

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

  .text-block-90 {
    width: 85%;
    padding: 5px 10px;
    font-size: 12px;
  }

  .div-block-101 {
    bottom: 9%;
  }

  .certificates-wrapper {
    padding: 40px 20px;
  }

  .certificate-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .heading-36 {
    font-size: 28px;
  }

  .text-block-91 {
    font-size: 14px;
  }

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

  .greeting-section {
    text-align: center;
  }

  .featured-section {
    padding: 40px 20px;
  }
}

#w-node-c7b327fe-f700-1751-b532-2be1ce01f1fc-ce01f1c6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-cbbfe974-c1b2-5f43-ae72-04ddcafeb598-cafeb596 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c7b327fe-f700-1751-b532-2be1ce01f1fc-ce01f1c6 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-c7b327fe-f700-1751-b532-2be1ce01f1fd-ce01f1c6 {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c7b327fe-f700-1751-b532-2be1ce01f1fc-ce01f1c6 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Montserrat Variablefont Wght';
  src: url('../fonts/Montserrat-VariableFont_wght.woff2') format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.woff2') format("woff2"), url('../fonts/Poppins-ExtraBold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-BlackItalic.woff2') format("woff2");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-BoldItalic.woff2') format("woff2"), url('../fonts/Poppins-ExtraBoldItalic.woff2') format("woff2");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.woff2') format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraLightItalic.woff2') format("woff2");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Italic.woff2') format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-LightItalic.woff2') format("woff2");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-MediumItalic.woff2') format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraLight.woff2') format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Black.woff2') format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Thin.woff2') format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ThinItalic.woff2') format("woff2");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBoldItalic.woff2') format("woff2");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}