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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

:root {
  --primary-color: #1b7302;
  --black: #222;
  --white: #fff;
  --light-green: #a5bf45;
  --off-white: #f6f2e8;
  --secondary: #fff;
}

.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: 600;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

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

a {
  color: var(--primary-color);
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-size: 18px;
  line-height: 30px;
}

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

.nav-menu-link {
  color: var(--black);
  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: 400;
  line-height: 1em;
  transition: all .2s;
  display: flex;
}

.nav-menu-link:hover {
  color: var(--primary-color);
  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: 5px 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: Poppins, Arial, 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: 18em;
  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: 1px solid var(--primary-color);
  background-color: var(--white);
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  position: sticky;
  top: 0;
}

.hero-h1 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Poppins, Arial, sans-serif;
  font-size: 90px;
  font-weight: 600;
  line-height: 1.1em;
}

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

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

.hero-double-btn.svc-area {
  justify-content: center;
  align-items: center;
}

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

.hero-btn1 {
  border: 1px solid var(--primary-color);
  background-color: var(--primary-color);
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 5px;
  align-items: center;
  width: 250px;
  padding: 18px 22px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: all .2s;
}

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

.hero-btn1.cta {
  background-color: var(--white);
  color: var(--primary-color);
  width: 200px;
}

.secondary-button-2 {
  color: #fff;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 5px;
  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;
}

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

.hero-section {
  background-image: linear-gradient(90deg, #000000e0, #0009 55%, #0000), url('../images/public-garden-with-diverse-flora-stone-path-floor-chairs-table_1.webp');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  height: 95vh;
  position: static;
  top: 0;
}

.abt-img {
  border-radius: 20px;
  width: 100%;
  max-width: none;
  height: auto;
  position: static;
  top: 38px;
  right: -70.5px;
}

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

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

.columns {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 40px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.columns._2 {
  margin-top: 40px;
}

.primary-button-white-2 {
  background-color: var(--primary-color);
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 5px;
  align-items: center;
  width: 200px;
  padding: 16px 22px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: all .2s;
}

.primary-button-white-2:hover {
  background-color: var(--primary-color);
  color: #fff;
  border-radius: 5px;
  transform: scale(1.1);
}

.abt-content {
  margin-top: 0;
  padding: 0 10px 10px 0;
}

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

.section-h2 {
  color: var(--primary-color);
  text-transform: capitalize;
  font-size: 55px;
  font-weight: 500;
  line-height: 1.2;
}

.section-h2.left {
  text-align: left;
  text-transform: capitalize;
  font-size: 55px;
  font-weight: 500;
}

.section-h2.review {
  color: var(--white);
}

.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: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.paragraph-large {
  color: var(--black);
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5em;
}

.paragraph-large.center {
  text-align: center;
}

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

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

.svc-section.without-bottom-spacing {
  background-color: #f7f7f7;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: static;
}

.circle-counter-wrapper {
  justify-content: center;
  align-items: center;
  width: 80%;
  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;
  justify-content: flex-end;
  align-items: center;
  max-width: 1200px;
  height: 100%;
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.svc-cms-wrap {
  width: 100%;
}

.svc-cms-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  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;
}

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

.star {
  width: 25px;
}

.review-image-wrap {
  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-bottom {
  background-color: #afafaf33;
  min-width: 2px;
  height: 68px;
  position: absolute;
  top: auto;
  bottom: 0;
}

.review-img {
  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);
  color: var(--primary-color);
  background-color: #0000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 7px;
  padding-bottom: 13px;
  line-height: 0;
  display: flex;
}

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

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

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

.review-tabs {
  background-color: var(--white);
  border-radius: 9px;
  flex-direction: column;
  align-items: flex-end;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

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

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

.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: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 600;
  line-height: 90px;
}

.primary-color-background {
  color: #fd5521;
  background-color: #fff200;
  background-image: linear-gradient(#125300db, #125300db), url('../images/EA97F983-F816-4DB7-82D1-89609F252BFE_1.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 50vh;
  position: relative;
  overflow: hidden;
}

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

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

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

.contacts-content-wrapper.haze-padding {
  padding: 15px;
}

.form-subtitle {
  color: #141313;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3em;
}

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

.primary-button-2 {
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  text-align: center;
  letter-spacing: 1px;
  -webkit-text-stroke-color: #fd5521;
  text-transform: uppercase;
  text-shadow: none;
  background-color: #fff;
  border-radius: 5px;
  width: 200px;
  margin-top: 20px;
  padding: 15px 24px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  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;
}

.primary-button-2:hover {
  background-color: var(--primary-color);
  opacity: 1;
  color: #fff;
  transform: scale(1.1);
}

.primary-button-2.w--current {
  border-style: none;
}

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

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

.form-section.new {
  background-image: url('../images/JEMA-LUIS-364-01_1.avif');
  background-position: 100% 90%;
  background-repeat: no-repeat;
  background-size: 190px;
}

.form-section.contact {
  background-color: var(--off-white);
  background-image: url('../images/JEMA-LUIS-364-01_1.avif');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
}

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

.form-input {
  color: #999;
  background-color: #fff;
  border: 1px #4fb948;
  border-bottom: 1px solid #141313;
  border-radius: 0;
  height: auto;
  padding: 16px 18px 16px 5px;
  font-family: Poppins, Arial, 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: Poppins, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.form-input.mgn-btm {
  margin-bottom: 10px;
}

.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-link {
  color: var(--black);
  text-align: left;
  letter-spacing: 1px;
  text-transform: capitalize;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 1.5px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  transition: color .3s;
  display: block;
}

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

.footer-link.w--current {
  color: var(--primary-color);
  text-transform: capitalize;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}

.footer-image {
  width: 290px;
}

.footer {
  text-align: center;
  background-color: #fff;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 60px;
}

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

.footer-copyright-link {
  color: var(--primary-color);
  letter-spacing: .2px;
  margin-right: 5px;
  font-size: 16px;
  text-decoration: none;
  transition: all .2s;
  display: inline;
}

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

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

.footer-title {
  color: var(--primary-color);
  font-size: 35px;
  font-weight: 400;
}

.privacy-policy {
  color: #999;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1em;
}

.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(--black);
  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;
  width: 100%;
  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(--primary-color);
  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(--primary-color);
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Poppins, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: color .2s;
}

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

.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 {
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 10px;
  font-size: 15px;
  transition: all .2s;
}

.nav-dropdown-toggle:hover {
  color: var(--primary-color);
  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(--primary-color);
  margin-right: 10px;
  font-size: 16px;
  display: block;
}

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

.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 {
  color: var(--black);
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-right: 20px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  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: 100%;
  display: flex;
}

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

.testimonials.testimonial-section {
  background-color: var(--primary-color);
  background-image: linear-gradient(270deg, #269c04, #0000 54%);
  padding-top: 60px;
  padding-bottom: 60px;
}

.auto-update-copyright {
  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);
}

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

.banner-title.grey-green {
  font-size: 60px;
  font-weight: 500;
  line-height: 1.4;
}

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

.abt-left {
  width: 100%;
}

.abt-left._2 {
  width: 50%;
}

.text-white {
  color: #fff;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.5;
}

.abt-cta-img {
  object-fit: cover;
  object-position: 50% 23%;
  width: 100%;
  height: 100%;
}

.abt-contacts-wrap {
  background-color: var(--primary-color);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 440px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.abt-content-wrap {
  grid-column-gap: 40px;
  flex-flow: column;
  margin-top: 60px;
  margin-bottom: 80px;
  display: flex;
}

.abt-content-wrap.page {
  margin-top: 40px;
  margin-bottom: 40px;
}

.abt-right {
  width: 100%;
}

.abt-right._2 {
  width: 50%;
}

.abt-cta-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  display: flex;
}

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

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

.section-title-wrap {
  text-align: center;
  border-bottom: 1px #ffffff52;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.section-title-wrap.blog {
  z-index: 2;
  background-image: linear-gradient(#00000080, #00000080);
  position: relative;
}

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

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

.accordion-toggle {
  border-bottom: 2px solid #2764924d;
  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;
}

.paragraph-12 {
  font-size: 18px;
}

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

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

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

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

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

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

.utility-page-wrap {
  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;
  width: 350px;
  display: flex;
}

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

.licensing-title {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 30px;
  display: flex;
}

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

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

.blog-grid-item-title {
  color: #1e263f;
  margin-top: 0;
  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-link {
  color: var(--primary-color);
  margin-top: 0;
  font-size: 16px;
  text-decoration: none;
  transition-property: color;
}

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

.blog-sidebar-post-category {
  border: 1px solid var(--primary-color);
  background-color: var(--primary-color);
  color: #fff;
  margin-bottom: 0;
  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-date {
  color: var(--off-white);
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
}

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

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

.svc-area-2 {
  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: 20px;
  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('https://d3e54v103j8qbb.cloudfront.net/img/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: 100px;
  padding-bottom: 100px;
  display: flex;
  overflow: hidden;
}

.banner-title-wrapper-2 {
  z-index: 999;
  flex-direction: column;
  align-items: center;
  width: 820px;
  max-width: none;
  display: flex;
  position: relative;
}

.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(13px);
  backdrop-filter: blur(13px);
  object-fit: cover;
  background-color: #00000073;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.services-container {
  z-index: 999;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-bottom: 0;
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
}

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

.section-13.without-bottom-spacing {
  padding-top: 0;
  padding-bottom: 0;
}

.section-13.without-bottom-spacing.service-second-section {
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
}

.service-image {
  width: 100%;
}

.svc-link-wrap {
  text-align: center;
  background-color: #fff;
  border: 1px #fd5521;
  border-radius: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  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;
}

.svc-link-wrap:hover {
  box-shadow: 7px 7px 0 0 var(--primary-color), 0 0 0 0 #08102300, 0 1px .4px 0 #08102308, 0 2px .8px 0 #0810230a, 0 3.4px 1.6px 0 #0810230b, 0 5.4px 2.9px 0 #0810230c, 0 8.9px 5.3px 0 #0810230c, 0 15.4px 10.4px 0 #0810230d, 0 30.6px 22.8px 0 #0810230e;
  transform: translate(-4px, -4px);
}

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

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

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

.footer-link-2 {
  color: var(--black);
  text-align: left;
  letter-spacing: 1px;
  text-transform: capitalize;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 1.5px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  transition: color .3s;
  display: block;
}

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

.subheader-services {
  color: var(--white);
  text-align: center;
  font-size: 17px;
  line-height: 1.5;
}

.svc {
  background-color: #f6f2e8;
  background-image: linear-gradient(#f6f2e8ad, #f6f2e8ad), url('../images/philodendron-xanadu-leaf-png-sticker-botanical-transparent-background_1.avif');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, 290px;
  padding-top: 60px;
  padding-bottom: 60px;
}

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

.service-list-2-item-content {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: -31px;
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

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

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

.navy-button {
  background-color: var(--primary-color);
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 5px;
  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;
}

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

.service-area {
  background-color: var(--off-white);
  background-image: url('../images/philodendron-xanadu-leaf-png-sticker-botanical-transparent-background_1.avif');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 320px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.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: 3.5px;
  text-transform: uppercase;
  font-family: Poppins, Arial, sans-serif;
  font-size: 17px;
  font-weight: 300;
  text-decoration: none;
  transition-property: filter;
}

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

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

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

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

.style-label {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.2;
}

.big-article-image-wrapper {
  background-image: url('../images/68812b4fab60c147e233ceb5_family-eating-outside-together-in-summer-2025-04-05-02-36-55-utc.jpg');
  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;
  margin-top: 0;
  font-size: 14px;
}

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

.big-article {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 8px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.tag-wrapper {
  width: 100%;
  height: 50px;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 0;
}

.tag-wrapper.header {
  margin-top: 0;
  margin-bottom: 0;
}

.featured {
  width: 100%;
}

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

.blog-item-wrap {
  border-radius: 20px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  overflow: clip;
}

.card-headline {
  color: #fff;
  text-shadow: 0 1px 1px #00000059;
  margin-top: 0;
  font-size: 27px;
  font-weight: 600;
}

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

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

.featured-h2 {
  margin-top: 5px;
  font-weight: 600;
}

.rich-text-block-6 {
  text-align: left;
  padding-left: 0;
  padding-right: 20px;
}

.button-4 {
  background-color: var(--primary-color);
  text-transform: uppercase;
  border-radius: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
}

.svc-img-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  display: flex;
}

.svc-img {
  object-fit: cover;
  width: 60px;
  height: 60px;
}

.blog-post-banner {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 70vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: clip;
}

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

.link-3:hover {
  color: var(--light-green);
}

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

.banner-btn-primary {
  background-color: var(--primary-color);
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 5px;
  align-items: center;
  width: 200px;
  margin-top: 0;
  margin-right: 20px;
  padding: 16px 22px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: all .2s;
}

.banner-btn-primary:hover {
  transform: scale(1.05);
}

.banner-button-phone {
  border: 1px solid var(--white);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #ffffff2e;
  border-radius: 100px;
  align-items: center;
  width: 200px;
  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);
  color: var(--primary-color);
  background-color: #fff;
}

.banner-button-phone.ty {
  border-color: var(--primary-color);
  color: var(--primary-color);
  border-radius: 5px;
}

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

.div-block-56 {
  background-color: #fff;
  width: 20%;
  height: 3px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.special-map {
  width: 100%;
  height: 450px;
  margin-top: 0;
}

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

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

.primary-button-white-7 {
  border: 1px solid var(--primary-color);
  background-color: var(--white);
  color: var(--primary-color);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 5px;
  align-items: center;
  width: 200px;
  margin-top: 0;
  padding: 18px 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;
}

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

.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: #fff;
  text-align: left;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 43px;
  font-weight: 400;
  line-height: 1.3;
}

.paragraph-large-4 {
  color: #4b5b68;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 40px;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
}

.paragraph-large-4.maps-par {
  color: #fff;
  text-align: left;
  margin-bottom: 20px;
  font-family: Poppins, Arial, sans-serif;
}

.column-13 {
  background-color: var(--primary-color);
  justify-content: center;
  align-items: center;
  min-height: 450px;
  max-height: 450px;
  padding: 40px 60px;
  display: flex;
}

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

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

.other-blogs {
  border: 1px #e7e7e7;
  margin-top: 10px;
}

.other-svc {
  color: #302f2d;
  border: 1px solid #0000001c;
  border-radius: 10px;
  width: 100%;
  margin-bottom: 10px;
  padding: 10px 10px 10px 40px;
  text-decoration: none;
  transition: all .2s;
}

.other-svc:hover {
  color: var(--primary-color);
  padding-left: 20px;
}

.check-item-wrap {
  justify-content: center;
  align-items: center;
  width: 90%;
  margin-bottom: 10px;
  display: flex;
}

.check-img {
  width: 30px;
  max-width: none;
}

.checks-h3 {
  color: #4b5b68;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
}

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

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

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

.blogs-section {
  background-color: #f7f7f7;
  padding: 100px 60px;
}

.blog-cms-item {
  border-radius: 10px;
  overflow: clip;
}

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

.gallery-block.svcpage {
  margin-top: 60px;
}

.vlog-cms-list {
  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 {
  background-color: #fff;
  border: 1px solid #bbbbbb45;
  border-radius: 10px;
}

.blog-info-wrap {
  padding-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
}

.blog-card-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3em;
}

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

.blogs-wrap.d-grid {
  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;
}

.megamenu-drop-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

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

.abt-section {
  z-index: 2;
  background-image: linear-gradient(#ffffffe0, #ffffffe0), url('../images/JEMA-LUIS-364-01_1.avif'), url('../images/Untitled-1.avif');
  background-position: 0 0, 0 0, 100% 100%;
  background-repeat: repeat, no-repeat, no-repeat;
  background-size: auto, 260px, auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: auto;
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 40px;
  display: flex;
  position: static;
  top: 0;
}

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

.btn-phone:hover {
  opacity: 1;
  transform: scale(1.05);
}

.hero-btn2 {
  z-index: 2;
  color: #fff;
  text-align: center;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  background-color: #ffffff1a;
  border: 1px solid #fff;
  border-radius: 5px;
  width: 250px;
  padding: 18px 22px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: all .3s;
  display: block;
  position: relative;
}

.hero-btn2:hover {
  background-color: #ffffff1a;
}

.btn-phone-primary {
  z-index: 2;
  border: 1px solid var(--primary-color);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: var(--primary-color);
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 5px;
  width: 200px;
  padding: 16px 22px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: all .3s;
  display: block;
  position: relative;
}

.btn-phone-primary:hover {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #fff3;
  transform: scale(1.05);
}

.check-img-wrap {
  margin-right: 20px;
}

.cta-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.form-dropdown {
  color: #000;
  background-color: #f3f3f300;
  border: 1px #000;
  border-bottom: 1px solid #afafaf;
  height: 60px;
  margin-bottom: 20px;
  padding-bottom: 0;
  padding-left: 5px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.form-h2 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 36px;
  font-weight: 600;
}

.page-banner {
  background-color: var(--primary-color);
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/IMG_4471.avif');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  min-height: 450px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.page-banner-h1 {
  z-index: 999;
  color: #fdfdfd;
  text-align: center;
  text-shadow: 0 1px 1px #000000e6;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 65px;
  font-weight: 500;
  line-height: 1.1;
}

.page-banner-h1.balck {
  color: var(--black);
  text-transform: capitalize;
  margin-bottom: 40px;
  font-size: 63px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
}

.blog-card {
  z-index: 2;
  border-radius: 10px;
  height: 340px;
  padding: 0;
  transition: box-shadow .4s;
  position: relative;
  overflow: hidden;
}

.card-btn {
  float: none;
  color: #5b697a;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 4px;
  align-items: flex-end;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 9px 25px;
  font-weight: 500;
  line-height: 22px;
  transition: color .2s, background-color .2s, box-shadow .2s;
  display: block;
  position: absolute;
  bottom: 20px;
  left: 30px;
}

.card-btn:hover {
  color: #213d63;
  background-color: #fff;
  border-color: #0c6eb8;
  box-shadow: 0 1px 5px #0000001a;
}

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

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

.svc-column {
  width: 1200px;
}

.svc-column-2 {
  position: static;
  top: 100px;
}

.cms-richtext {
  text-align: left;
  padding-left: 0;
  padding-right: 20px;
}

.utility-h1 {
  font-size: 60px;
  font-weight: 500;
  line-height: 1.2;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

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

.phonenumber-solid:hover {
  background-color: #ffffff1a;
}

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

.author-name-featured {
  color: #0c0c0c99;
  letter-spacing: 2px;
  text-transform: capitalize;
  margin-top: 0;
  font-size: 14px;
  font-weight: 600;
}

.author-name {
  color: #fff9;
  letter-spacing: 2px;
  text-transform: capitalize;
  margin-top: 0;
  font-size: 15px;
  font-weight: 400;
}

.author-link, .link-block-14 {
  text-decoration: none;
}

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

.blog-body-wrapper {
  width: 70%;
}

.cms-richtext-2 {
  text-align: left;
  background-color: #fff;
  border-left: 5px #0f1a2c;
  margin-top: 0;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.other-services-wrap-2 {
  position: sticky;
  top: 140px;
}

.name {
  font-weight: 600;
}

.thumbnail-icon {
  border-radius: 5px;
  width: 54px;
  max-width: none;
}

.heading-36 {
  color: #fff;
  margin-top: 10px;
  font-size: 21px;
  font-weight: 600;
}

.blog-link-other {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #302f2d;
  background-color: #fff;
  border: 1px solid #0000001c;
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding: 10px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.blog-link-other:hover {
  color: #0f1a2c;
  padding-left: 10px;
}

.blog-container {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  max-width: 1200px;
  display: flex;
}

.blog-link-wrapper {
  width: 30%;
}

.blog-header-container {
  z-index: 999;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.tags-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.tags-wrap.categories {
  margin-top: 10px;
}

.collection-list-3 {
  flex-flow: wrap;
  display: flex;
}

.tag-heading {
  color: #33333387;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}

.tag {
  background-color: var(--primary-color);
  color: var(--white);
  border-radius: 11px;
  margin-bottom: 5px;
  margin-right: 5px;
  padding: 10px;
  line-height: 1.2;
}

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

.pagination {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.next {
  background-color: var(--primary-color);
  color: var(--white);
  border-radius: 5px;
  margin-left: 0;
  margin-right: 0;
  font-size: 16px;
  position: absolute;
}

.previous {
  background-color: var(--primary-color);
  color: var(--white);
  border-radius: 5px;
  margin-left: 0;
  margin-right: 0;
  font-size: 16px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.blog-author-bio {
  font-size: 16px;
  font-style: italic;
  line-height: 1.5;
}

.blog-author-image {
  object-fit: cover;
  object-position: 50% 100%;
  border-radius: 100px;
  width: 100px;
  height: 100px;
}

.author-wrap {
  background-color: #fff;
  border-top: 1px solid #00000096;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  display: flex;
}

.author-info {
  width: 80%;
  margin-left: 20px;
}

.author-name-header {
  margin-top: 0;
  font-size: 20px;
}

.base-container-2 {
  z-index: 999;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 75rem;
  height: 100%;
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.author-info-flex {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.author-info-content {
  width: 100%;
}

.author-designation {
  color: #ffffffe3;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 22px;
  font-weight: 500;
}

.author-image-wrap {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.author-image {
  width: 230px;
}

.author-rich-wrap {
  width: 100%;
  margin-top: 20px;
}

.cms-richtext-3 {
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
}

.blog-post-container {
  z-index: 999;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 75rem;
  height: 100%;
  margin-top: 60px;
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.blog-posts {
  text-transform: uppercase;
  font-size: 50px;
  line-height: 1.2;
}

.author-embed {
  color: var(--white);
}

.hero-p {
  color: var(--white);
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 17px;
  font-weight: 500;
}

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

.why-trust-us-section {
  background-color: var(--off-white);
  background-image: linear-gradient(#f6f2e8c9, #f6f2e8c9), url('../images/16.avif'), url('../images/3.avif');
  background-position: 0 0, 0 0, 100% 100%;
  background-repeat: repeat, no-repeat, no-repeat;
  background-size: auto, 190px, 190px;
  padding-top: 60px;
  padding-bottom: 100px;
}

.why-trust-us-content-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: block;
}

.gallery-grid {
  height: 450px;
  padding-left: 0;
  padding-right: 0;
}

.gallery-img-small {
  object-fit: cover;
  height: 100%;
}

.section-title-wrap-2 {
  text-align: left;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 2.5rem;
}

.section-title-wrap-2.title-center-align {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.section-title-wrap-2.title-center-align.pad-mobile {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.gallery-home {
  height: 100%;
}

.gallery-section {
  padding-top: 8.125rem;
  padding-bottom: 6.25rem;
}

.gallery-section.projects {
  background-color: var(--off-white);
  background-image: url('../images/16.avif');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 20vh;
  justify-content: center;
  align-items: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
  overflow: hidden;
}

.image-90 {
  object-fit: cover;
  height: 100%;
}

.cta-p {
  color: var(--white);
  text-align: center;
  margin-bottom: 20px;
}

.abt-section-page {
  z-index: 2;
  background-image: linear-gradient(#ffffffe0, #ffffffe0), url('../images/JEMA-LUIS-364-01_1.avif'), url('../images/Untitled-1.avif');
  background-position: 0 0, 0 0, 100% 100%;
  background-repeat: repeat, no-repeat, no-repeat;
  background-size: auto, 260px, auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: auto;
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: static;
  top: 0;
}

.abt-section-page-2 {
  z-index: 2;
  background-image: linear-gradient(#ffffffe0, #ffffffe0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: auto;
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: static;
  top: 0;
}

.abt-content-wrap-flex {
  grid-column-gap: 40px;
  flex-flow: row;
  margin-top: 60px;
  margin-bottom: 80px;
  display: flex;
}

.header-block {
  background-color: var(--light-green);
  background-image: url('../images/3.avif'), url('../images/16.avif');
  background-position: 100% 100%, -20px 0;
  background-repeat: no-repeat, no-repeat;
  background-size: 90px, 120px;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  padding: 60px;
  display: flex;
}

.header-block.blog {
  background-image: url('../images/20.avif'), url('../images/philodendron-xanadu-leaf-png-sticker-botanical-transparent-background_1.avif');
  width: 100%;
}

.header-block.service {
  background-image: none;
  width: 1200px;
}

.mason-gallery {
  column-count: 3;
  column-gap: 15px;
  width: 100%;
}

.gallery-image {
  border-radius: 10px;
  margin-bottom: 15px;
}

.gallery-image._1 {
  border-radius: 10px;
  height: 10%;
  margin-bottom: 15px;
}

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

.thank-you {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 60px;
  display: flex;
}

.service-page {
  background-color: var(--off-white);
  background-image: url('../images/philodendron-xanadu-leaf-png-sticker-botanical-transparent-background_1.avif');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 330px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.services-icon {
  width: 80px;
}

.heading-37 {
  text-transform: capitalize;
}

.text-block {
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 20px;
}

.icon-wrap {
  background-color: var(--off-white);
  border-radius: 50%;
  margin-bottom: 10px;
  padding: 20px;
}

.service-phrase {
  color: var(--black);
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  font-size: 23px;
  font-weight: 400;
  line-height: 1.5em;
}

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

.bold-text {
  font-size: 16px;
  font-weight: 600;
}

.paragraph-13 {
  background-color: var(--primary-color);
  color: var(--white);
  border-radius: 10px;
  padding: 8px 16px;
}

.paragraph-13.category {
  background-color: var(--light-green);
}

.collection-item {
  display: flex;
}

.collection-list-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.tagswrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.tagwrap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: flex;
}

.collection-list-8 {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  display: flex;
}

.faqwrap {
  background-color: var(--white);
  margin-top: 40px;
  padding: 10px 20px 20px;
}

.faqquery {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.heading-38 {
  margin-top: 0;
  margin-bottom: 0;
}

.paragraph-15 {
  margin-bottom: 20px;
  padding-left: 20px;
}

.heading-39 {
  margin-bottom: 20px;
}

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

.d-fle {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.img-container {
  border-radius: 10px;
  overflow: clip;
}

.partner-logo-img {
  width: 200px;
  max-width: none;
}

.hexabtn {
  background-color: var(--primary-color);
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  display: flex;
}

.div-block-58 {
  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;
}

.blog-bg-img-container {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: clip;
}

.image-102 {
  margin: auto;
}

.blog-hero-bg-img {
  width: 110%;
  max-width: none;
  overflow: visible;
}

.blog-page-card-container {
  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-103 {
  max-width: 40em;
  position: absolute;
  inset: 0%;
}

.services-link-wrapper {
  width: 100%;
}

.sa-page-card-container {
  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;
}

.bc-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 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);
  }

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

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

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

  .primary-button-white-7:hover {
    color: #ff9393;
    background-color: #07264e;
    border-color: #ff9393;
  }
}

@media screen and (min-width: 1440px) {
  .nav-menu-link:hover {
    color: var(--primary-color);
    font-weight: 400;
  }

  .hero-section {
    background-size: auto, cover;
  }

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

  .gallery-home {
    height: 100%;
  }
}

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

  .nav-container {
    max-width: 100rem;
  }

  .hero-h1 {
    font-size: 90px;
  }

  .hero-container {
    width: auto;
    max-width: 100rem;
  }

  .base-container {
    max-width: 100rem;
  }

  .primary-button-2.w--current {
    border-style: solid;
  }

  .primary-button-2.w--current:hover {
    transform: scale(1.1);
  }

  .svc-link-wrap {
    justify-content: center;
    align-items: center;
    height: auto;
  }

  .service-list-2-item-image {
    height: 400px;
  }

  .primary-button-white-7:hover {
    -webkit-text-stroke-color: #9e222d;
  }

  .check-item-wrap {
    justify-content: flex-start;
    align-items: center;
  }

  .svc-column {
    width: 1500px;
  }

  .base-container-2, .blog-post-container {
    max-width: 90rem;
  }

  .gallery-grid {
    height: auto;
  }

  .header-block {
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .header-block.service {
    width: 1500px;
  }

  .service-page {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

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

  .d-fle {
    display: flex;
  }

  .sa-page-card-container {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
  }
}

@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 {
    background-color: #fff;
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .tablet-down:hover {
    color: var(--primary-color);
    text-decoration: none;
  }

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

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

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

  .nav-menu-shadow-overlay {
    z-index: 9999;
    background-color: #fff;
    flex-direction: column;
    align-items: stretch;
    width: 320px;
    height: 100vh;
    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;
  }

  .tablet-menu {
    justify-content: flex-end;
    align-items: center;
    height: 70px;
    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 {
    width: 500px;
    font-size: 85px;
  }

  .hero-btn1 {
    width: 220px;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-btn1:hover {
    opacity: 1;
  }

  .abt-img {
    width: 100%;
    height: auto;
  }

  .double-button-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 40px;
  }

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

  .columns {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: 100%;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

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

  .abt-content {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    display: flex;
  }

  .column-2 {
    height: auto;
  }

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

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

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

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

  .svc-section {
    padding: 100px 60px;
  }

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

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

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

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

  .review-image-wrap {
    width: 100%;
  }

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

  .home-tabs-menu {
    padding-left: 20px;
  }

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

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

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

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

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

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

  .contacts-content-wrapper.haze-padding {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .form-section {
    padding: 100px 60px;
  }

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

  .footer-logo-wrapper {
    width: 50%;
  }

  .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-wrapper {
    flex-wrap: wrap;
    width: 90%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .nav-dropdown-toggle {
    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 {
    box-shadow: none;
    max-height: 220px;
    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 {
    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;
  }

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

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

  .abt-left._2 {
    width: 100%;
  }

  .abt-cta-img {
    object-position: 50% 23%;
  }

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

  .abt-content-wrap {
    margin-top: 0;
    margin-bottom: 0;
  }

  .abt-right._2 {
    width: 100%;
  }

  .abt-cta-wrap {
    grid-row-gap: 0px;
    flex-wrap: wrap;
  }

  .abt-us {
    padding: 100px 60px;
  }

  .abt-us.blog {
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

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

  .banner-title-wrapper-2 {
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

  .card-headline {
    font-size: 21px;
    line-height: 1.3em;
  }

  .image-101 {
    filter: none;
  }

  .blog-post-banner {
    padding: 0;
  }

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

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

  .primary-button-white-7 {
    width: 100%;
    margin-top: 0;
  }

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

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

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

  .column-13 {
    height: auto;
    min-height: 0;
    padding: 100px 40px;
  }

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

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

  .abt-section {
    flex-flow: column;
    margin-top: 0;
    padding-top: 100px;
    padding-bottom: 0;
    display: block;
  }

  .btn-phone {
    display: none;
  }

  .hero-btn2 {
    width: 220px;
  }

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

  .page-banner-h1.balck {
    font-size: 48px;
  }

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

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

  .svc-column {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .phonenumber-solid {
    width: 220px;
  }

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

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

  .blog-container {
    max-width: 900px;
    margin-left: 0;
    margin-right: 0;
  }

  .blog-header-container {
    padding-left: 0;
    padding-right: 0;
  }

  .base-container-2 {
    max-width: 42rem;
    padding-left: 0;
    padding-right: 0;
  }

  .blog-post-container {
    max-width: 53rem;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-p {
    font-size: 13px;
  }

  .base-container-3 {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .why-trust-us-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .gallery-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    height: 330px;
  }

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

  .gallery-section {
    padding-top: 6.25rem;
  }

  .gallery-section.projects {
    height: 80vh;
    padding-top: 0;
    padding-bottom: 2.5rem;
  }

  .abt-section-page {
    flex-flow: column;
    margin-top: 0;
    padding-top: 100px;
    padding-bottom: 0;
    display: block;
  }

  .abt-section-page-2 {
    flex-flow: column;
    margin-top: 0;
    padding-top: 100px;
    padding-bottom: 100px;
    display: block;
  }

  .abt-content-wrap-flex {
    flex-flow: column;
    margin-top: 0;
    margin-bottom: 0;
  }

  .header-block.service {
    width: 100%;
  }

  .service-phrase {
    padding-left: 0;
    padding-right: 0;
  }

  .d-fle {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    display: grid;
  }

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

  .blog-hero-bg-img {
    width: 140%;
  }

  .blog-page-card-container, .sa-page-card-container {
    grid-template-columns: 1fr 1fr;
  }
}

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

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

  .nav-container {
    background-color: #fff;
  }

  .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;
    margin-bottom: 10px;
    font-size: 70px;
    line-height: 1em;
  }

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

  .hero-btn1 {
    width: 200px;
  }

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

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

  .abt-img {
    width: 100%;
  }

  .double-button-2 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }

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

  .abt-content {
    padding-top: 0;
    padding-bottom: 60px;
  }

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

  .section-h2 {
    text-align: left;
    padding-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .nav-dropdown-toggle {
    width: 99%;
  }

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

  .socials-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: center;
  }

  .banner-title.grey-green {
    font-size: 42px;
  }

  .abt-left {
    width: 100%;
  }

  .text-white {
    font-size: 32px;
    line-height: 1.6em;
  }

  .abt-content-wrap {
    flex-wrap: wrap;
    margin-bottom: 0;
  }

  .abt-right {
    width: 100%;
  }

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

  .abt-us.blog {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .licensing-title {
    padding-bottom: 20px;
  }

  .blog-grid-content-wrapper {
    min-height: 260px;
  }

  .accommodation-map-block-2 {
    min-height: 450px;
  }

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

  .section-12, .section-13 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .svc-link-wrap {
    width: 100%;
  }

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

  .blog-item-wrap {
    margin-top: 0;
    margin-bottom: 0;
  }

  .image-101 {
    filter: none;
  }

  .blog-post-banner {
    padding-top: 0;
    padding-bottom: 0;
  }

  .banner-btn-primary, .banner-button-phone {
    margin-top: 0;
  }

  .div-block-57 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .columns-8 {
    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;
  }

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

  .primary-button-white-7:hover {
    color: #9e222d;
  }

  .double-button-6 {
    margin-top: 40px;
  }

  .double-button-6.dbl-button-left {
    width: 70%;
  }

  .home-section-title-2 {
    text-align: center;
  }

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

  .paragraph-large-4.maps-par {
    text-align: center;
  }

  .vlog-cms-list {
    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-info-wrap {
    padding-bottom: 30px;
  }

  .blogs-wrap.d-grid {
    grid-template-columns: 1fr 1fr;
  }

  .abt-section {
    background-image: none;
    height: auto;
    padding-top: 100px;
    padding-bottom: 0;
  }

  .hero-btn2 {
    letter-spacing: 1px;
    width: 200px;
  }

  .btn-phone-primary {
    letter-spacing: 1px;
  }

  .page-banner {
    min-height: 250px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .page-banner-h1.balck {
    font-size: 32px;
  }

  .card-btn {
    bottom: 20px;
    left: 30px;
    right: auto;
  }

  .form-content-wrap {
    text-align: center;
  }

  .svc-column {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .phonenumber-solid {
    letter-spacing: 1px;
    width: 200px;
  }

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

  .blog-body-wrapper {
    width: auto;
  }

  .blog-container {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    flex-flow: column;
  }

  .blog-link-wrapper {
    width: auto;
  }

  .blog-header-container {
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .base-container-2 {
    max-width: 32rem;
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .blog-post-container {
    max-width: 55rem;
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-p {
    text-align: center;
    font-size: 14px;
    line-height: 1.2;
  }

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

  .why-trust-us-section {
    padding-left: 40px;
    padding-right: 40px;
  }

  .abt-section-page {
    background-image: none;
    padding-top: 100px;
    padding-bottom: 0;
  }

  .abt-section-page-2 {
    background-image: none;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .abt-content-wrap-flex {
    flex-wrap: wrap;
    margin-bottom: 0;
  }

  .header-block.service {
    width: 100%;
  }

  .service-page {
    padding-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .service-phrase {
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
  }

  .blog-hero-bg-img {
    width: 150%;
  }

  .sa-page-card-container {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .nav-close-icon {
    filter: invert();
  }

  .nav-menu-link {
    color: var(--primary-color);
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-menu-link:hover {
    color: var(--black);
    padding-top: 20px;
    padding-bottom: 20px;
    transform: none;
  }

  .nav-container {
    background-color: #fff;
  }

  .tablet-down {
    letter-spacing: 1px;
    width: 100%;
    font-weight: 600;
    text-decoration: none;
  }

  .tablet-down:hover {
    background-color: var(--primary-color);
    color: var(--white);
    text-decoration: none;
  }

  .nav-menu-shadow-overlay {
    background-color: #fff;
  }

  .nav-menu-centered-wrapper {
    background-color: #0a1843;
  }

  .nav-logo_main {
    opacity: 100;
  }

  .tablet-menu {
    justify-content: flex-end;
    align-items: center;
    height: 70px;
  }

  .search-shop-con-centered {
    margin-left: 10px;
  }

  .navbar {
    position: sticky;
  }

  .hero-h1 {
    text-shadow: none;
    font-size: 2.6rem;
  }

  .hero-container {
    width: 100%;
    height: auto;
  }

  .hero-double-btn {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-btn1 {
    border-radius: 5px;
    width: 260px;
  }

  .hero-content {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 0;
    display: flex;
  }

  .hero-section {
    background-position: 0 0, 50%;
    justify-content: center;
    align-items: flex-start;
    height: 90vh;
    padding-top: 100px;
    padding-bottom: 60px;
    display: flex;
  }

  .abt-img {
    object-fit: cover;
    width: 100%;
    height: 260px;
    margin-bottom: 0;
    inset: 32% 2% auto 59px;
  }

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

  .column {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    display: flex;
  }

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

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

  .primary-button-white-2:hover {
    background-color: var(--light-green);
    transform: none;
  }

  .abt-content {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 40px;
  }

  .column-2 {
    order: -1;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .column-2._2 {
    order: 1;
  }

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

  .section-h2.left, .section-h2.review {
    font-size: 35px;
  }

  .section-title-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .paragraph-large {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
  }

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

  .svc-section {
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .base-container {
    max-width: 360px;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .svc-cms-list {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .review-image-wrap {
    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: 38px;
    line-height: 1.2;
  }

  .primary-color-background {
    background-image: linear-gradient(to bottom, null, null);
    height: auto;
  }

  .form-subtitle {
    color: #1e263f;
  }

  .primary-button-2 {
    width: 100%;
  }

  .form-section {
    padding-bottom: 60px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .form-section.new {
    padding-top: 40px;
  }

  .footer-logo-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-link {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
  }

  .footer-link.w--current {
    font-size: 14px;
  }

  .footer-image {
    width: 250px;
  }

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

  .footer-brand-wrapper {
    flex-direction: column;
  }

  .footer-copyright-link {
    margin-left: 5px;
  }

  .footer-rights {
    text-align: center;
    margin-bottom: 10px;
    font-size: 16px;
  }

  .privacy-policy {
    margin-bottom: 10px;
  }

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

  .footer-rights-wrapper {
    flex-wrap: wrap;
    margin-top: 0;
  }

  .footer-links-wrapper {
    align-items: center;
    width: 100%;
    margin-bottom: 0;
  }

  .footer-links-wrapper-2 {
    justify-content: center;
    align-items: center;
    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: 20px;
  }

  .auto-update-copyright {
    text-align: center;
  }

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

  .banner-title.grey-green {
    font-size: 38px;
  }

  .abt-left._2 {
    width: 100%;
  }

  .text-white {
    font-size: 28px;
  }

  .abt-contacts-wrap {
    height: 380px;
  }

  .abt-content-wrap.page {
    padding-left: 20px;
    padding-right: 20px;
  }

  .abt-right._2 {
    width: 100%;
  }

  .abt-us {
    padding-bottom: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .abt-us.blog {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .accordion-toggle {
    height: 100px;
  }

  .faq-h2 {
    font-size: 16px;
    line-height: 1.5;
  }

  .paragraph-12 {
    font-size: 15px;
  }

  .paragraph {
    text-align: left;
  }

  .blog-sidebar-post-category {
    margin-bottom: 20px;
  }

  .svc-area-2 {
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .svc-area-1 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .section-12.accommodation-banner {
    background-position: 0 0, 100%;
  }

  .banner-title-2 {
    font-size: 32px;
  }

  .services-container {
    max-width: 90%;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

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

  .section-13.without-bottom-spacing {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .section-13.without-bottom-spacing.service-second-section {
    padding-top: 40px;
  }

  .svc-p {
    margin-top: 10px;
    font-size: 14px;
  }

  .svc-cta {
    font-size: 12px;
  }

  .footer-link-2 {
    text-align: center;
    padding: 5px;
    font-size: 14px;
    font-weight: 400;
  }

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

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

  .service-list-2-item-content {
    padding-bottom: 20px;
  }

  .sticky-button {
    z-index: 999;
  }

  .navy-button {
    width: 100%;
  }

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

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

  .blog-item-wrap {
    margin-top: 0;
    margin-bottom: 0;
  }

  .image-101 {
    filter: none;
  }

  .featured-h2 {
    font-size: 28px;
  }

  .blog-post-banner {
    padding: 0;
  }

  .banner-btn-primary, .banner-button-phone {
    width: 100%;
  }

  .double-btn-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .columns-8 {
    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;
  }

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

  .primary-button-white-7:hover {
    color: #0692cc;
    border-color: #0692cc;
  }

  .double-button-6 {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .double-button-6.dbl-button-left {
    width: 100%;
  }

  .paragraph-large-4 {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
  }

  .paragraph-large-4.maps-par {
    text-align: center;
  }

  .column-13 {
    height: 500px;
    padding: 20px;
  }

  .check-item-wrap {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .check-img {
    width: 30px;
  }

  .checks-p {
    font-size: 14px;
  }

  .blogs-section {
    padding: 60px 20px;
  }

  .vlog-cms-list {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .blog-wrapper, .blogs-wrap.d-grid {
    grid-template-columns: 1fr;
  }

  .svc-heading {
    font-size: 21px;
  }

  .abt-section {
    background-image: linear-gradient(#0000, #0000);
    flex-flow: row;
    height: auto;
    min-height: 100vh;
    margin-top: 0;
    padding: 20px 10px;
  }

  .btn-phone {
    width: 100%;
  }

  .hero-btn2 {
    width: 260px;
  }

  .btn-phone-primary {
    width: 100%;
  }

  .cta-wrap {
    padding: 100px 15px;
  }

  .form-h2 {
    font-size: 25px;
  }

  .page-banner {
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .page-banner-h1 {
    font-size: 38px;
  }

  .page-banner-h1.balck {
    margin-bottom: 20px;
    font-size: 32px;
  }

  .svc-column {
    padding-left: 10px;
    padding-right: 10px;
  }

  .phonenumber-solid {
    width: 260px;
  }

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

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

  .author-wrap {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }

  .author-name-header {
    text-align: center;
  }

  .base-container-2 {
    max-width: 24rem;
    padding-left: 0;
    padding-right: 0;
  }

  .author-info-flex {
    flex-flow: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .author-info-content {
    width: 100%;
  }

  .author-image-wrap {
    width: 100%;
    margin-top: 20px;
  }

  .blog-post-container {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-p {
    font-size: 14px;
  }

  .base-container-3 {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .why-trust-us-section {
    background-image: linear-gradient(#f6f2e8e6, #f6f2e8e6), url('../images/16.avif'), url('../images/3.avif');
    background-position: 0 0, 0 0, 100% 100%;
    background-repeat: repeat, no-repeat, no-repeat;
    background-size: auto, 190px, 190px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .gallery-grid {
    grid-column-gap: .4375rem;
    grid-row-gap: .4375rem;
    height: auto;
  }

  .section-title-wrap-2.title-center-align.pad-mobile {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .gallery-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .gallery-section.projects {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    height: auto;
    padding-top: 2rem;
    padding-left: 10px;
    padding-right: 10px;
  }

  .abt-section-page {
    background-image: linear-gradient(#0000, #0000);
    flex-flow: row;
    height: auto;
    min-height: 100vh;
    margin-top: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .abt-section-page-2 {
    background-image: linear-gradient(#0000, #0000);
    flex-flow: row;
    height: auto;
    min-height: 100vh;
    margin-top: 0;
    padding: 20px;
  }

  .header-block {
    background-size: 90px, 90px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .mason-gallery {
    column-count: 2;
    column-gap: 11px;
    margin-top: 20px;
  }

  .gallery-image, .gallery-image._1 {
    margin-bottom: 10px;
  }

  .service-page {
    padding-top: 60px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .service-phrase {
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
  }

  .tagwrap, .collection-list-8 {
    flex-flow: column;
  }

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

  .partner-logo-img {
    width: 130px;
  }

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

  .blog-hero-bg-img {
    width: 320em;
  }

  .blog-page-card-container {
    grid-template-columns: 1fr;
  }

  .italic-text {
    text-align: center;
  }
}

#w-node-_4ad9705b-499f-9b29-9d9a-b460e25161ea-5993d2ce {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_4ad9705b-499f-9b29-9d9a-b460e25161f1-5993d2ce {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_6f224980-887e-7181-27a2-60c937b546c6-5993d2ce {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34708525-9211-2595-8d16-c52f2190a181-5993d2d4 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_34708525-9211-2595-8d16-c52f2190a188-5993d2d4 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_4ad9705b-499f-9b29-9d9a-b460e25161ea-5993d2ce {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  #w-node-_4ad9705b-499f-9b29-9d9a-b460e25161f1-5993d2ce {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_6f224980-887e-7181-27a2-60c937b546c6-5993d2ce {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_34708525-9211-2595-8d16-c52f2190a181-5993d2d4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  #w-node-_34708525-9211-2595-8d16-c52f2190a188-5993d2d4 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_4ad9705b-499f-9b29-9d9a-b460e25161ea-5993d2ce {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_4ad9705b-499f-9b29-9d9a-b460e25161f1-5993d2ce {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_34708525-9211-2595-8d16-c52f2190a181-5993d2d4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_34708525-9211-2595-8d16-c52f2190a188-5993d2d4 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_4ad9705b-499f-9b29-9d9a-b460e25161ea-5993d2ce {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_4ad9705b-499f-9b29-9d9a-b460e25161f1-5993d2ce {
    grid-row: span 2 / span 2;
  }

  #w-node-_6f224980-887e-7181-27a2-60c937b546c6-5993d2ce {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_34708525-9211-2595-8d16-c52f2190a181-5993d2d4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_34708525-9211-2595-8d16-c52f2190a188-5993d2d4 {
    grid-row: span 2 / span 2;
  }
}


@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraBold.woff') format('woff'), url('../fonts/Poppins-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraBoldItalic.woff') format('woff'), url('../fonts/Poppins-BoldItalic.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraLightItalic.woff') format('woff');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-BlackItalic.woff') format('woff');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-MediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ThinItalic.woff') format('woff');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBoldItalic.woff') format('woff');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}