:root {
  --text-dark: #252525;
  --text-font: Roboto, sans-serif;
  --paragraph-gray: #535353;
  --primary: #2b7fff;
  --light-gray: #e9f2f1;
  --white: #fff;
  --light-yellow: #8ec5ff;
  --dark-gray\<deleted\|variable-e2382e90\>: #afafaf;
  --primary-gray: #7e8c8c;
  --black: black;
  --heading-font: Forum, sans-serif;
}

body {
  color: var(--text-dark);
  background-color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1em;
}

h1 {
  color: var(--text-dark);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Forum, sans-serif;
  font-size: 76px;
  line-height: 1.2em;
}

h2 {
  color: var(--text-dark);
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Forum, sans-serif;
  font-size: 56px;
  line-height: 1.2em;
}

h3 {
  color: var(--text-dark);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Forum, sans-serif;
  font-size: 42px;
  line-height: 1.2em;
}

h4 {
  color: var(--text-dark);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Forum, sans-serif;
  font-size: 32px;
  line-height: 1.2em;
}

h5 {
  color: var(--text-dark);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Forum, sans-serif;
  font-size: 26px;
  line-height: 1.2em;
}

h6 {
  font-family: var(--text-font);
  color: var(--text-dark);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2em;
}

p {
  color: var(--paragraph-gray);
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 400;
  line-height: 1.5em;
}

a {
  color: var(--text-dark);
  align-items: center;
  font-size: 16px;
  line-height: 1.2em;
  text-decoration: none;
  transition: all .3s;
}

a:hover {
  opacity: .8;
  color: var(--text-dark);
}

ul {
  grid-row-gap: 15px;
  background-color: var(--text-dark);
  color: var(--primary);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  list-style-type: disc;
  display: flex;
}

li {
  align-items: center;
  line-height: 1.4em;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: 10px;
  display: block;
}

blockquote {
  border-left: 2px solid var(--primary);
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 20px;
  font-family: Forum, sans-serif;
  font-size: 34px;
  line-height: 1.2;
}

.base-container {
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.base-container.align-left {
  align-items: flex-start;
}

.primary-button {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: var(--text-dark);
  text-align: center;
  letter-spacing: .5px;
  text-transform: none;
  border-radius: 500px;
  justify-content: center;
  padding: 24px 40px;
  font-family: Forum, sans-serif;
  font-size: 24px;
  transition: all .35s;
  display: flex;
}

.primary-button:hover {
  background-color: var(--white);
  opacity: 1;
  color: var(--primary);
}

.primary-button.serch-button {
  margin-left: auto;
  margin-right: auto;
}

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

.footer {
  background-color: var(--light-gray);
  background-image: url("https://cdn.prod.website-files.com/67b183d3559397ad5480cb01/67b183d3559397ad5480cc05_Icon%20(3).webp");
  background-position: 160% 20%;
  background-repeat: no-repeat;
  background-size: auto 600px;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: hidden;
}

.paragraph-large {
  color: var(--paragraph-gray);
  font-size: 18px;
}

.paragraph-no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.search-wrap-input {
  color: var(--text-dark);
  background-color: #0000;
  border: 1px solid #0000;
  height: 60px;
  margin-bottom: 0;
  padding: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
}

.search-wrap-input:focus {
  border-style: none;
}

.search-wrap-input::placeholder {
  color: var(--dark-gray\<deleted\|variable-e2382e90\>);
}

.search-desktop {
  z-index: 1000;
  background-color: #ffffffe6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.search-close-button {
  cursor: pointer;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  font-weight: 900;
  position: absolute;
  inset: 50px 50px auto auto;
}

.search-bottom-line {
  background-color: var(--primary);
  width: 100%;
  height: 3px;
  margin-bottom: 20px;
  display: flex;
}

.search-wrapper {
  flex-direction: column;
  width: 100%;
  max-width: 1140px;
  display: flex;
}

.search-result-item {
  margin-bottom: 30px;
}

.search-link {
  margin-bottom: 10px;
  font-size: 18px;
  transition: all .3s;
  display: inline-block;
}

.search-link:hover {
  opacity: .7;
}

.search-result-wrapper {
  width: 100%;
  margin-top: 40px;
}

.search-section {
  margin-top: 85px;
  margin-bottom: 60px;
  padding-top: 80px;
}

.search {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: row;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

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

.brand-tablet {
  display: none;
}

.menu-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.right-side-block {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav-menu-center {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.navbar-container {
  justify-content: space-between;
  align-items: center;
  min-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.navbar-transparent {
  background-color: #fff0;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  flex-flow: column;
  justify-content: flex-end;
  width: 100%;
  position: fixed;
  inset: 0% 0% auto;
}

.left-side-block {
  align-items: center;
  display: flex;
}

.brand-link {
  z-index: 3;
  position: absolute;
}

.brand-link.w--current {
  cursor: pointer;
}

.navbar-menu {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}

.nav-logo {
  width: 80px;
}

.button-hover-circle.dark {
  background-color: var(--text-dark);
  background-color: var(--text-dark);
}

.button-hover-circle {
  z-index: 5;
  background-color: var(--primary);
  border-radius: 100%;
  width: 125%;
  height: 400%;
  position: absolute;
  inset: auto auto -400%;
}

.button-hover-circle.dark {
  background-color: var(--text-dark);
  background-color: var(--text-dark);
}

.button-hover-circle.dark {
  background-color: #1f1e1e;
}

.button-hover-circle.service-circle {
  width: 200%;
}

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

.line-link-wrap {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.full-width-link {
  justify-content: flex-start;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.full-width-link:hover {
  opacity: 1;
}

.nav-dropdown-icon-3 {
  display: none;
}

.dropdown-header-item {
  background-color: #0000;
  align-items: stretch;
  padding: 30px 15px;
  transition: all .5s;
  display: flex;
}

.dropdown-header-item.w--open:hover {
  color: #a8a4a4;
  text-decoration: none;
}

.nav-dropdown-item {
  color: var(--text-dark);
  cursor: pointer;
  font-size: 16px;
  line-height: 1.2em;
}

.link-line {
  background-color: var(--text-dark);
  width: 100%;
  height: 1px;
  position: absolute;
  top: auto;
  bottom: 0;
}

.dropdown-text {
  color: var(--text-dark);
  margin-top: 0;
  margin-bottom: 0;
}

.nav-dropdown-link-wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.nav-dropdown-list-item {
  background-color: var(--white);
  border-radius: 4px;
  width: 200px;
  padding: 15px 20px;
  box-shadow: 0 3px 8px #2525254d;
}

.nav-dropdown-list-item.megamenu {
  width: 480px;
  left: -400px;
}

.nav-line {
  background-color: var(--text-dark);
  width: 100%;
  height: 1px;
  position: absolute;
  top: auto;
  bottom: 0;
}

.nav-line.light-line {
  background-color: var(--white);
}

.nav-text-wrap {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-intro-item {
  color: var(--text-dark);
  -webkit-text-fill-color: inherit;
  background-image: url("https://cdn.prod.website-files.com/67b183d3559397ad5480cb01/67f1a40cc5f3bcc35232f3d6_FB.png");
  background-size: auto;
  background-clip: border-box;
  margin-top: 0;
  margin-bottom: 0;
}

.nav-intro-item.desktop-light-link {
  color: var(--white);
}

.header-link-item {
  cursor: pointer;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 30px 15px;
  display: flex;
}

.header-link-item:hover {
  opacity: 1;
}

.header-link-item.w--current {
  cursor: pointer;
}

.header-link-item.w--open:hover {
  color: #a8a4a4;
  text-decoration: none;
}

.nav-shadow {
  z-index: -1;
  background-color: #fff0;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  flex-flow: column;
  justify-content: flex-end;
  width: 100%;
  height: 84px;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 -5px 15px #25252559;
}

.footer-link-item {
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.footer-link-item:hover {
  opacity: 1;
}

.footer-link-item.w--open:hover {
  color: #a8a4a4;
  text-decoration: none;
}

.footer-link-item.px-2 {
  padding-left: 10px;
  padding-right: 10px;
}

.button-text {
  z-index: 6;
  position: relative;
}

.no-shrink-footer, .no-shrink-footer.full-mobile {
  position: relative;
}

.button-hero-wrapper {
  z-index: 19;
  flex: none;
  transition: all .3s;
}

.button-title-text {
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  height: 100%;
  font-size: 12px;
  line-height: 1.5em;
}

.button-subscribe {
  z-index: 20;
  background-color: var(--text-dark);
  color: #fff;
  text-align: center;
  letter-spacing: .2em;
  text-transform: uppercase;
  border-radius: 100px;
  justify-content: center;
  height: auto;
  min-height: 45px;
  max-height: 45px;
  padding: 15px 20px;
  font-size: 14px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-subscribe:hover {
  opacity: 1;
}

.footer-form-button {
  z-index: 20;
  background-color: #0000;
  border-radius: 100px;
  position: absolute;
  inset: 0%;
}

.footer-copyright-text {
  color: var(--text-dark);
  font-size: 16px;
  display: inline;
}

.footer-hero-wrapper {
  border-bottom: 1px solid #cacaca;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 40px;
  padding-bottom: 20px;
  display: flex;
}

.footer-bottom-links-wrap {
  grid-row-gap: 5px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-links-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-left: 1px solid #cacaca;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 50%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 40px;
  display: grid;
}

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

.footer-rights-wrap {
  grid-column-gap: 5px;
  grid-row-gap: 0px;
  flex-wrap: wrap;
  display: flex;
}

.text-link {
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  text-decoration: underline;
  transition: opacity .3s;
  display: flex;
}

.text-link:hover {
  opacity: .7;
}

.text-link.w--open:hover {
  color: #a8a4a4;
  text-decoration: none;
}

.text-link.search-link {
  margin-bottom: 15px;
}

.text-link.search-link:hover {
  opacity: 1;
  color: var(--primary);
}

.search-input-field {
  border: 1px solid var(--paragraph-gray);
  background-color: var(--white);
  color: var(--text-dark);
  text-transform: uppercase;
  border-radius: 100px;
  height: auto;
  margin-bottom: 0;
  padding: 10px 20px;
  font-size: 14px;
  transition: all .5s ease-in-out;
}

.search-input-field:focus {
  border-style: solid;
  border-color: var(--text-dark);
}

.search-input-field::placeholder {
  color: #5f5f5fa6;
  font-size: 14px;
}

.image-11 {
  border: 1px #fef8f81f;
  position: sticky;
  box-shadow: 0 2px 5px #0003, 0 2px 5px #0003;
}

@media screen and (min-width: 1280px) {
  .section {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .section.banner-project-template {
    padding-top: 180px;
  }

  .section.testimonials-banner {
    padding-bottom: 130px;
  }

  .footer {
    background-position: 150% -20%;
    padding-top: 80px;
  }

  .search-section {
    margin-bottom: 80px;
    padding-top: 100px;
  }

  .project-template-banner-image {
    right: 17%;
  }

  .slider-container {
    height: 530px;
  }

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

  .map-wrapper {
    padding-right: 70px;
  }

  .section-title-center {
    margin-bottom: 70px;
  }

  .banner-section.home-2-banner {
    height: 80vh;
  }

  .about-img._3 {
    width: 340px;
  }

  .about-img._2, .about-img._3 {
    width: 340px;
  }

  .about-img._4 {
    width: 280px;
  }

  .about-img._2 {
    width: 340px;
  }

  .industries-block-wrapper {
    position: relative;
  }

  .about-team-img-wrap {
    height: 360px;
  }

  .about-image-person {
    border-radius: 130px;
  }

  .section-with-blue-bg {
    padding-left: 40px;
    padding-right: 40px;
  }

  .black-overlay {
    padding: 30px;
  }

  .center-title {
    padding-right: 140px;
  }

  .navbar-container {
    padding-left: 50px;
    padding-right: 50px;
  }

  .dropdown-header-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-dropdown-list-item.w--open {
    left: auto;
  }

  .nav-dropdown-list-item.megamenu {
    left: -380px;
  }

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

  .footer-bottom-form {
    margin-bottom: 0;
  }

  .service-block-link {
    min-height: 360px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-cell-2 {
    height: 320px;
  }

  .image-cell-4, .image-cell-3 {
    height: 260px;
  }

  .image-cell-6 {
    height: 320px;
  }

  .image-cell-8, .image-cell-9 {
    height: 260px;
  }

  .image-cell-5 {
    height: 320px;
  }

  .img-bg-top {
    height: 500px;
  }

  .section-light-yellow-bg {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .form-text-fields-wrap {
    width: 85%;
  }

  .banner-left-block.tempate-block {
    width: 70%;
  }

  .info-title {
    font-size: 42px;
  }

  .hotel-info-item {
    padding-left: 50px;
    padding-right: 50px;
  }

  .card-center-info {
    max-width: 300px;
  }

  .project-name {
    min-height: 120px;
  }

  .section-light-grey-bg {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .service-block-item-home-2 {
    height: 450px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .quote-testimonials {
    font-size: 28px;
  }

  .testimonials-img-bg-bottom {
    height: 600px;
  }

  .services-img-bg-top {
    height: 500px;
  }

  .blog-content-2 {
    margin-right: -25%;
  }

  .list-blog-item-2 {
    grid-column-gap: 60px;
  }

  .blog-image-container-2 {
    width: 350px;
    height: 350px;
  }

  .right-image-container {
    width: 300px;
    height: 300px;
  }

  .width-100 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .info-news-column {
    height: 320px;
  }

  .banner-color-shape {
    width: 800px;
  }

  .display-flex-horizontal.large-space {
    grid-column-gap: 110px;
    grid-column-gap: 110px;
  }

  .column-wrapper-small {
    width: 35%;
  }

  .text-small-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
  }

  .review-wrapper-second {
    padding-left: 40px;
    padding-right: 40px;
  }

  .review-wrapper-first {
    padding-right: 40px;
  }

  .review-wrapper-fourth {
    padding-right: 45px;
  }

  .image-banner-1, .image-banner-2 {
    height: 350px;
  }

  .stage-banner {
    height: 450px;
  }

  .stages-sidebar {
    padding-right: 60px;
  }

  .our-reviews-grid {
    grid-row-gap: 80px;
  }

  .title-wrap-about-testimonials {
    font-size: 72px;
  }

  .section-img-bg-top {
    height: 450px;
  }

  .banner-img-bg {
    bottom: 40px;
  }

  .section-contact-us-img {
    height: 650px;
  }

  .news-item {
    width: 31.6%;
  }

  .banner-home-wrapper {
    width: 93%;
  }

  .section-listings, .latest-blog-section, .section-services {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .banner-color-bg-2 {
    right: 4%;
  }

  .banner-shape-2 {
    right: 18%;
  }

  .lightbox-image-9.room-image-4 {
    border-radius: 120px;
  }
}

@media screen and (min-width: 1440px) {
  h1, h2, h3, h4, h5, h6 {
    margin-bottom: 10px;
  }

  .footer {
    background-position: 140% -20%;
  }

  .accordion-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .project-template-banner-image {
    right: 19%;
  }

  .about-img._1 {
    width: 380px;
  }

  .about-img._3 {
    width: 400px;
  }

  .about-img._4 {
    width: 300px;
  }

  .about-img._2 {
    width: 390px;
  }

  .our-services-wrap {
    align-items: center;
  }

  .section-with-blue-bg {
    padding-left: 100px;
    padding-right: 100px;
  }

  .navbar-container {
    padding-left: 80px;
    padding-right: 80px;
  }

  .nav-logo-dark {
    height: 70px;
  }

  .service-block-link {
    min-height: 380px;
  }

  .image-cell-2 {
    height: 380px;
  }

  .image-cell-6, .image-cell-5 {
    height: 340px;
  }

  .about-us-image-1 {
    border-radius: 95px;
  }

  .about-us-image-2 {
    border-radius: 100px;
  }

  .service-block-item-home-2 {
    min-height: 380px;
  }

  .testimonials-img-bg-bottom {
    height: 550px;
    right: -100px;
  }

  .blog-content-2 {
    margin-right: -10%;
  }

  .list-blog-item-2 {
    grid-column-gap: 80px;
  }

  .image-banner-1 {
    height: 400px;
  }

  .image-banner-2 {
    height: 400px;
    bottom: -9%;
  }

  .banner-color-wrap {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .stage-banner {
    height: 500px;
  }

  .title-wrap-about-testimonials {
    font-size: 74px;
  }

  .section-img-bg-top {
    height: 500px;
    left: -230px;
  }

  .field-block {
    grid-row-gap: 10px;
  }

  ._404-text {
    font-size: 360px;
  }

  .news-content-wrapper {
    min-height: 180px;
  }

  .banner-home-wrapper {
    width: 88%;
  }

  .c-hero-slide-content._3 {
    background-position: 0 0, 50% 25%;
  }

  .banner-color-bg-2 {
    right: 6%;
  }

  .banner-shape-2 {
    right: 20%;
  }

  .select-field {
    padding-right: 2px;
  }
}

@media screen and (min-width: 1920px) {
  .footer {
    background-position: 120% -20%;
  }

  .project-template-banner-image {
    right: 24%;
  }

  .about-img._1 {
    width: 420px;
    left: 16%;
  }

  .about-img._3 {
    width: 430px;
    top: 20%;
    left: 54%;
  }

  .about-img._4 {
    left: 48%;
  }

  .about-team-img-wrap {
    height: 400px;
  }

  .section-with-blue-bg {
    padding-left: 180px;
    padding-right: 180px;
  }

  .navbar-container {
    padding-left: 160px;
    padding-right: 160px;
  }

  .nav-shadow {
    box-shadow: 0 -5px 20px #25252559;
  }

  .footer-content-wrapper {
    padding-right: 140px;
  }

  .nav-logo-dark {
    height: 85px;
  }

  .description {
    font-weight: 700;
  }

  .image-services {
    box-sizing: border-box;
    object-fit: contain;
    width: 100%;
    min-width: 10%;
    height: 100%;
    margin-left: 0;
    left: 0%;
  }

  .image-cell-2 {
    height: 420px;
  }

  .image-cell-4 {
    border-radius: 160px;
    height: 320px;
  }

  .image-cell-3 {
    height: 320px;
  }

  .image-cell-6 {
    height: 420px;
  }

  .image-cell-8 {
    height: 320px;
  }

  .image-cell-9 {
    border-radius: 160px;
    height: 320px;
  }

  .image-cell-5 {
    height: 420px;
  }

  .img-bg-top {
    height: 600px;
  }

  .image-cell-7 {
    border-top-left-radius: 200px;
    border-top-right-radius: 200px;
    min-height: 750px;
  }

  .info-title {
    font-size: 48px;
  }

  .background-wrapper, .card-link {
    background-image: url("https://cdn.prod.website-files.com/67b183d3559397ad5480cb01/67ba446632007415b4d32688_DSC_2507-HDR.avif");
    background-position: 0 0;
    background-size: auto;
  }

  .card-cover {
    background-image: none;
  }

  .about-us-image-1 {
    border-radius: 120px;
  }

  .about-img-background {
    background-image: linear-gradient(#0000, #0000), url("https://cdn.prod.website-files.com/67b183d3559397ad5480cb01/67ba45acb8f1750587c84485_riverfront_park%20-%20Copy.jpg");
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .about-img-background.right-image {
    background-image: linear-gradient(#0000, #0000), url("https://cdn.prod.website-files.com/67b183d3559397ad5480cb01/67bb670e6ed0be37fcaea9bd_Front%20of%201125.jpg");
    background-position: 0 0, 22% 22%;
    background-size: auto, cover;
  }

  .about-us-image-2 {
    border-radius: 130px;
  }

  .testimonials-img-bg-bottom {
    bottom: 0;
  }

  .services-img-bg-top {
    height: 600px;
  }

  .blog-content-2 {
    margin-right: -8%;
  }

  .blog-image-container-2 {
    width: 400px;
  }

  .link-news-img-column {
    height: 320px;
  }

  .column-wrapper-small {
    width: 33%;
  }

  .column-wrapper-large {
    width: 67%;
  }

  .image-banner-1 {
    height: 450px;
  }

  .image-banner-2 {
    height: 450px;
    right: -3%;
  }

  .section-img-bg-top {
    height: 600px;
    left: -200px;
  }

  .section-contact-us-img {
    height: 700px;
  }

  .radio-btn-link {
    padding: 20px 50px;
  }

  .field-block {
    grid-row-gap: 12px;
  }

  ._404-text {
    font-size: 400px;
  }

  .banner-home-wrapper {
    border-bottom-left-radius: 200px;
    width: 83%;
  }

  .c-hero-slide-content._4 {
    background-image: linear-gradient(90deg, #fff0, #131313bf 75%), url("https://cdn.prod.website-files.com/67b183d3559397ad5480cb01/67ba36a35818229c9eee0759_Harrisburg%20Churches-min.jpg");
    padding-top: 120px;
  }

  .c-hero-slide-content._1 {
    background-image: url("https://cdn.prod.website-files.com/67b183d3559397ad5480cb01/67ba4f75521bc187f4956dc7_Bridge%20Panorma%204MB.avif");
    background-position: 50%;
    background-size: cover;
    padding-top: 120px;
  }

  .c-hero-slide-content._3 {
    background-position: 0 0, 50% 25%;
    background-size: auto, cover;
    padding-top: 120px;
  }

  .c-hero-slide-content._2 {
    padding-top: 120px;
  }

  .banner-content-block {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .banner-color-bg-2 {
    width: 380px;
    right: 12%;
  }

  .banner-shape-2 {
    width: 330px;
    right: 24%;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 56px;
  }

  h2 {
    font-size: 46px;
  }

  h3 {
    font-size: 38px;
  }

  .section.banner-faq {
    min-height: 300px;
    padding-bottom: 120px;
  }

  .section.about-us-banner {
    padding-top: 160px;
    padding-bottom: 120px;
  }

  .section.banner-project-template {
    justify-content: center;
    align-items: stretch;
    min-height: 480px;
    padding-top: 120px;
  }

  .section.news-banner-2 {
    padding-top: 90px;
  }

  .menu-button {
    text-align: right;
    background-color: #0000;
    padding: 0;
  }

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

  .nav-close-icon {
    z-index: 15;
    align-self: stretch;
  }

  .banner-title {
    font-size: 60px;
  }

  .coming-soon-paragraph {
    text-align: center;
    margin-bottom: 30px;
  }

  .coming-soon-heading {
    width: 85%;
  }

  .footer {
    background-position: 250% 20%;
  }

  .section-title-wrapper {
    width: 95%;
  }

  .contacts-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
  }

  .contacts-content-wrapper {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-right: 0;
  }

  .contacts-form-wrapper {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding: 30px;
  }

  .contacts-detail {
    justify-content: center;
  }

  .contacts-form-title {
    text-align: center;
  }

  .contacts-title {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .contacts-location-wrapper {
    text-align: center;
  }

  .search-desktop {
    display: none;
  }

  .search-bottom-line {
    display: flex;
  }

  .search-section {
    margin-top: 70px;
    margin-bottom: 40px;
    padding-top: 60px;
  }

  .project-template-banner-image {
    width: 220px;
    height: 340px;
    right: 16%;
  }

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

  .slide-services {
    width: 48%;
  }

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

  .contacts-wrapper-grid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-title-center {
    margin-bottom: 60px;
  }

  .banner-section {
    padding-top: 60px;
  }

  .banner-section.home-2-banner {
    height: auto;
    margin-top: 75px;
    padding-top: 120px;
    padding-bottom: 160px;
  }

  .home-4-testimonials-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 20px;
  }

  .testimonials-wrapper-2 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 20px;
  }

  .about-img._1 {
    top: 7%;
    left: 15px;
  }

  .about-img._5 {
    top: 58%;
    bottom: 0;
    left: 60px;
  }

  .about-img._3 {
    width: 360px;
    top: 0%;
    right: 15px;
  }

  .about-img._4 {
    width: 240px;
    top: 57%;
    left: auto;
    right: 15px;
  }

  .about-img._2 {
    z-index: 5;
    top: 30%;
    left: 35%;
  }

  .subtitle {
    margin-bottom: 30px;
  }

  .content {
    margin-bottom: 0;
  }

  .industries-block-wrapper {
    max-width: 45vw;
  }

  .about-team-member-wrapper {
    align-items: center;
  }

  .about-team-img-wrap {
    width: 80%;
    height: 360px;
  }

  .about-4-team-slide {
    width: 100%;
  }

  .about-image-person {
    border-radius: 160px;
  }

  .subtitle-2 {
    margin-bottom: 30px;
  }

  .dropdown-nav-link {
    color: #222;
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: Lato, sans-serif;
    font-weight: 700;
  }

  .dropdown-nav-link.w--current {
    color: #004ae2;
  }

  .home-banner-left-arrow {
    inset: 20% auto auto 4%;
  }

  .brand-tablet {
    display: block;
  }

  .landing-section-title {
    width: 80%;
  }

  .landing-home-pages-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }

  .details-page-title {
    font-size: 48px;
  }

  .coming-soon-form-main {
    justify-content: center;
  }

  .menu-wrapper {
    background-color: #fff;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .menu-close-button, .menu-close-button.w--open {
    background-color: #0000;
    padding: 0 20px 0 0;
  }

  .right-side-block {
    flex-direction: column;
    width: 100%;
  }

  .nav-menu-center {
    justify-content: space-between;
  }

  .navbar-transparent {
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .left-side-block {
    flex-direction: column;
    width: 100%;
  }

  .brand-link {
    z-index: 0;
    position: relative;
  }

  .navbar-menu {
    background-color: #fff;
    flex-direction: column;
    width: 320px;
    height: auto;
  }

  .tablet-nav-menu {
    z-index: 5;
    background-color: #fff;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
    padding-left: 15px;
    display: flex;
  }

  .nav-logo {
    width: auto;
    height: 50px;
  }

  .primary-yellow-button {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: inline-flex;
  }

  .nav-dropdown-icon-3 {
    justify-content: space-between;
    margin-right: 0;
    font-size: 14px;
    display: block;
  }

  .dropdown-header-item {
    background-color: #0000;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 8px 0;
  }

  .nav-dropdown-item {
    width: 100%;
  }

  .nav-dropdown-link-wrap {
    padding-right: 0;
  }

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

  .nav-dropdown-list-item {
    box-shadow: none;
    border-style: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0 0 0 10px;
    display: none;
    position: static;
  }

  .nav-dropdown-list-item.w--open {
    border-style: none;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

  .nav-intro-item.desktop-light-link {
    color: var(--text-dark);
  }

  .header-link-item {
    background-color: #0000;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 8px 0;
  }

  .megamenu-dropdown-wrapper-2 {
    flex-direction: column;
    width: 100%;
  }

  .megamenu-dropdown-wrap {
    justify-content: center;
    width: 100%;
  }

  .nav-shadow {
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    height: 70px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .footer-link-item {
    background-color: #0000;
    justify-content: space-between;
    align-items: center;
  }

  .footer-bottom-form {
    width: 95%;
  }

  .nav-footer-item {
    font-style: italic;
  }

  .footer-text-description {
    width: 90%;
  }

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

  .footer-links-block {
    border-left-style: none;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .footer-content-wrapper {
    width: 70%;
    margin-bottom: 40px;
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .margin-top-40.align-center {
    text-align: center;
    text-align: center;
  }

  .nav-logo-dark {
    width: auto;
    height: 50px;
  }

  .button-wrap-flex-margin-top-60 {
    margin-top: 40px;
  }

  .vertical-line {
    left: auto;
  }

  .service-block-link {
    min-height: 340px;
    padding: 100px 40px 40px;
  }

  .arrow-item-cover {
    display: none;
  }

  .image-cell-2 {
    height: 240px;
  }

  .image-cell-4 {
    border-radius: 80px;
    height: 200px;
  }

  .image-cell-3 {
    height: 200px;
  }

  .text-link {
    background-color: #0000;
  }

  .book-wrap {
    width: 100%;
  }

  .contact-links-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .form-text-fields-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    width: 75%;
  }

  .info-title {
    font-size: 34px;
  }

  .hotel-info-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-center-info {
    max-width: 380px;
  }

  .dark-card-overlay {
    background-color: #00000080;
  }

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

  .card-link {
    height: 101%;
    min-height: 250px;
    padding-top: 50px;
    padding-bottom: 30px;
  }

  .black-line-vertical {
    width: 100%;
    height: 1px;
  }

  .center-text-wrapper {
    width: 100%;
  }

  .about-us-image-1 {
    border-radius: 120px;
    width: 60vw;
    height: 30vw;
  }

  .about-us-image-1.image-testimonials {
    width: 100%;
    height: 25vw;
  }

  .about-us-image-1.tablet-hidden {
    display: none;
  }

  .about-grid-wrapper {
    grid-column-gap: 6px;
    grid-row-gap: 60px;
    grid-template-columns: auto auto;
    padding-left: 0;
    padding-right: 0;
  }

  .about-us-image-2 {
    width: 25vw;
    height: 30vw;
  }

  .about-us-image-2.image-testimonials {
    width: 100%;
  }

  .about-us-image-2.tablet-hidden {
    display: none;
  }

  .service-block-item-home-2 {
    padding: 120px 40px 40px;
  }

  .right-arrow-slider-services {
    right: 42%;
  }

  .left-arrow-slider-services {
    left: 42%;
  }

  .quote-testimonials {
    font-size: 22px;
  }

  .block-review {
    align-items: stretch;
  }

  .slide-nav-testimonials {
    font-size: 15px;
  }

  .image-review {
    height: 280px;
  }

  .navbar-white {
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .testimonials-img-bg-bottom {
    height: 400px;
    right: -100px;
  }

  .service-tab-link {
    font-size: 25px;
  }

  .hover-wrapper {
    display: none;
  }

  .blog-content-2 {
    width: 100%;
    margin-right: 0%;
  }

  .list-blog-item-2 {
    border-bottom-style: none;
    padding-top: 0;
    padding-bottom: 0;
  }

  .blog-image-container-2 {
    width: 100%;
    height: 400px;
  }

  .left-text-content {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .list-service-item {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .collection-list-news-3-column {
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .collection-item-news {
    width: 47%;
  }

  .info-news-column {
    height: 330px;
  }

  .banner-color-shape {
    width: 600px;
    height: 320px;
  }

  .banner-img-1 {
    width: 200px;
    top: 12%;
  }

  .banner-img-2 {
    width: 200px;
  }

  .about-us-image {
    height: 400px;
  }

  .text-content-grid {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .display-flex-horizontal.large-space {
    grid-row-gap: 50px;
    flex-wrap: wrap;
  }

  .display-flex-horizontal.desktop-wrap-small-space {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .column-wrapper-small, .column-wrapper-large {
    width: 100%;
  }

  .column-image-full-height {
    object-position: 50% 60%;
    height: 400px;
  }

  .team-grid-wrap {
    grid-row-gap: 60px;
    grid-template-columns: 1fr 1fr;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .review-wrapper-second {
    border-right-width: 0;
    padding-right: 0;
  }

  .title-central {
    max-width: 720px;
  }

  .testimonials-quote-author {
    margin-top: 30px;
  }

  .review-wrapper {
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1.1fr;
  }

  .review-wrapper-third {
    border-right: 1px solid var(--primary-gray);
    padding-left: 0;
    padding-right: 30px;
  }

  .review-wrapper-fourth {
    display: flex;
  }

  .image-banner-1 {
    height: 250px;
    top: -60px;
    left: -60px;
  }

  .image-banner-2 {
    height: 250px;
    bottom: -7%;
  }

  .banner-color-wrap {
    margin-top: 75px;
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .stage-banner {
    height: 500px;
  }

  .stages-sidebar {
    grid-row-gap: 20px;
    width: 100%;
    padding-right: 0;
    position: relative;
    top: 0;
  }

  .template-info-wrapper {
    grid-row-gap: 60px;
    flex-direction: column;
  }

  .anchor-link {
    width: 47%;
    transition: border-color .3s, padding .5s cubic-bezier(.25, .46, .45, .94);
  }

  .anchor-link:hover {
    border-bottom-color: var(--primary-gray);
  }

  .project-stage-title, .project-stage {
    justify-content: flex-start;
    align-items: center;
  }

  .anchor-list {
    border-top-style: none;
    border-bottom: 1px #ffffff1a;
    flex-flow: wrap;
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
    width: 100%;
  }

  .inner-block-item {
    justify-content: space-between;
  }

  .general-rewiev-wrap {
    grid-column-gap: 40px;
  }

  .review-photo {
    width: 40%;
  }

  .sticky-reviews-wrap {
    padding: 30px;
  }

  .sticky-reviews-wrap.sticky-grey-6, .sticky-reviews-wrap.sticky-grey-4 {
    top: 170px;
  }

  .sticky-reviews-wrap.sticky-yellow-3 {
    top: 200px;
  }

  .sticky-reviews-wrap.sticky-grey-1 {
    top: 170px;
  }

  .sticky-reviews-wrap.sticky-yellow-5 {
    top: 200px;
  }

  .sticky-reviews-wrap.sticky-grey-6, .sticky-reviews-wrap.sticky-grey-4 {
    top: 170px;
  }

  .testimoninal-item {
    width: 60%;
  }

  .our-reviews-grid {
    grid-row-gap: 40px;
  }

  .testimonials-img-background-left {
    background-position: 50% 30%;
  }

  .title-wrap-about-testimonials {
    font-size: 56px;
  }

  .banner-grid-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 40px;
    grid-template-columns: auto auto;
    padding-left: 0;
    padding-right: 0;
  }

  .bg-color-half-news {
    height: 700px;
  }

  .section-img-bg-top {
    height: 380px;
  }

  .banner-img-bg {
    height: 300px;
    right: -60px;
  }

  .banner-img-bg-left {
    height: 300px;
    left: -60px;
  }

  .banner-content {
    margin-top: 75px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-contact-us-img {
    height: 450px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .form-wrap {
    grid-row-gap: 30px;
  }

  .link_container {
    padding: 0;
  }

  .form-contact-us {
    align-items: center;
  }

  .hotel-work-hours {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    align-items: center;
  }

  .tablet-text-center, .contact-text-description {
    text-align: center;
  }

  ._404-text {
    font-size: 280px;
  }

  .banner-grid-wrapper-copy {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .about-wrap-copy {
    grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1500px);
  }

  .news-list {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .news-item {
    width: 47%;
  }

  .news-content-wrapper {
    min-height: 265px;
  }

  .banner-home-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .promotion-label-holder, .promotion-labels-wrapper-to-remove {
    display: none;
  }

  .hero-slide-highlight-text {
    font-size: 10em;
  }

  .hero-slide-highlight-text.pos-rel.opacity-1 {
    text-align: center;
    text-align: center;
    text-align: center;
    width: 550px;
    font-size: 40px;
  }

  .hero-slider-arrow {
    opacity: .75;
    font-size: 25px;
  }

  .banner-color-bg-2 {
    width: 300px;
    right: -6%;
  }

  .banner-shape-2 {
    width: 220px;
    height: 353px;
    right: 17%;
  }

  .lightbox-image-9, .lightbox-image-9.room-image-4, .lightbox-image-9.room-image-4 {
    height: 100%;
  }

  .anchor-link-2 {
    width: 47%;
    transition: border-color .3s, padding .5s cubic-bezier(.25, .46, .45, .94);
  }

  .anchor-link-2:hover {
    border-bottom-color: #7e8c8c;
  }

  .margin-top-42 {
    margin-top: 40px;
  }

  .margin-top-42.align-center {
    text-align: center;
    text-align: center;
  }

  .home-header_grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    object-fit: cover;
    grid-template-rows: auto auto;
    grid-template-columns: 2fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 26px;
    display: grid;
    overflow: hidden;
  }

  .header-image {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    height: 240px;
  }

  .header-image3 {
    border-top-right-radius: 0;
  }

  .header-image-block, .header-image-blocks {
    width: 100%;
  }

  .header-image5 {
    border-bottom-right-radius: 0;
  }

  .card_content-block {
    display: none;
  }

  .home-site_flex-items {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 38px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 28px;
  }

  h5, blockquote {
    font-size: 24px;
  }

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

  .section.banner-faq, .section.about-us-banner {
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .section.banner-faq, .section.about-us-banner {
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .section.banner-project-template {
    justify-content: flex-start;
    align-items: stretch;
    padding-top: 120px;
    padding-bottom: 10px;
  }

  .section.testimonials-banner {
    padding-bottom: 60px;
  }

  .banner-title {
    font-size: 48px;
  }

  .banner-title.text-dark {
    text-align: center;
    text-align: center;
    width: 550px;
  }

  .utility-page-content {
    width: 70%;
  }

  .password-image {
    width: 100px;
  }

  ._404-paragraph {
    margin-bottom: 30px;
  }

  .coming-soon-heading {
    font-size: 44px;
  }

  .footer {
    background-position: 300%;
    background-size: auto 500px;
  }

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

  .section-title-wrapper.max-width-50 {
    width: 100%;
  }

  .accordion-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-wrap: wrap;
  }

  .accordion-wrap {
    width: 100%;
    margin-right: 0;
  }

  .flex-vertical-center {
    min-height: auto;
  }

  .contacts-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
  }

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

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

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

  .search-result-item {
    margin-bottom: 20px;
  }

  .about-3-tab-link.w--current {
    font-size: 20px;
  }

  .project-template-banner-image {
    object-position: 50% 68%;
    width: 96%;
    height: 280px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    inset: auto 2% 0%;
  }

  .slide-services {
    width: 100%;
  }

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

  .contacts-wrapper-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

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

  .banner-section.home-2-banner {
    padding-top: 100px;
    padding-bottom: 140px;
  }

  .home-4-testimonials-wrapper {
    grid-row-gap: 30px;
    width: 100%;
  }

  .testimonials-wrapper-2 {
    width: 100%;
  }

  .about-img {
    width: 100%;
    max-height: 420px;
  }

  .about-img._1, .about-img._5, .about-img._3, .about-img._4, .about-img._2, .about-img._1, .about-img._5, .about-img._3, .about-img._4, .about-img._2 {
    width: 100%;
    position: static;
  }

  .subtitle {
    line-height: 16px;
  }

  .our-services-wrap {
    grid-row-gap: 10px;
    width: 100%;
  }

  .content-wrapper {
    flex-wrap: wrap;
    width: auto;
  }

  .industries-block-wrapper {
    max-width: none;
  }

  .home-9-team-item {
    width: 48%;
  }

  .about-team-img-wrap {
    width: 100%;
  }

  .search {
    flex-direction: column;
  }

  .subtitle-2 {
    line-height: 16px;
  }

  .home-banner-left-arrow {
    top: 6%;
  }

  .home-23-team-item {
    width: 70%;
  }

  .brand-tablet {
    justify-content: flex-start;
    padding-left: 0;
  }

  .landing-section-title {
    width: 70%;
  }

  .landing-home-pages-wrapper {
    grid-row-gap: 40px;
  }

  .details-page-title {
    font-size: 40px;
  }

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

  .nav-logo {
    width: 90px;
  }

  .primary-yellow-button {
    height: 52px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 18px;
  }

  .nav-dropdown-list-item.w--open {
    box-shadow: none;
  }

  .footer-bottom-form {
    width: 100%;
  }

  .nav-footer-item {
    margin-bottom: 15px;
  }

  .no-shrink-footer.full-mobile {
    width: 100%;
  }

  .footer-title {
    margin-bottom: 15px;
  }

  .subscribe-form-footer {
    border-radius: 12px;
  }

  .footer-copyright-text {
    width: 100%;
  }

  .footer-hero-wrapper {
    grid-column-gap: 50px;
    justify-content: center;
  }

  .footer-bottom-links-wrap {
    text-align: center;
    flex-wrap: wrap;
  }

  .footer-content-wrapper {
    width: 100%;
    padding-right: 0;
  }

  .no-shrink-footer-2.full-mobile {
    width: 100%;
  }

  .footer-rights-wrap {
    justify-content: center;
    width: 100%;
  }

  .nav-logo-dark {
    width: 90px;
  }

  .subtitle-number {
    font-size: 16px;
  }

  .subtitle-capitalize {
    font-size: 14px;
  }

  .image-cover {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .vertical-line.hidden {
    display: none;
  }

  .bottom-line-1 {
    top: 36%;
  }

  .bottom-line-2 {
    display: block;
    top: auto;
    bottom: 30%;
  }

  .bottom-line-item {
    top: 34%;
  }

  .service-block-link {
    padding: 80px 20px 20px;
  }

  .description {
    color: var(--white);
  }

  .testimonial-item-slider {
    padding-left: 40px;
    padding-right: 40px;
  }

  .max-width-80 {
    width: 100%;
  }

  .img-bg-top.template-position {
    top: -120px;
    left: -280px;
  }

  .form-book {
    flex-flow: column;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .form-block-book {
    flex-flow: column;
  }

  .book-wrap {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .left-contacts-wrap {
    text-align: center;
    grid-template-columns: 1fr;
    width: 100%;
    padding-right: 0;
  }

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

  .contacts-wrap {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .contact-links-wrap {
    justify-content: flex-start;
    align-items: center;
  }

  .section-light-yellow-bg {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .form-text-fields-wrap {
    flex-flow: column;
    width: 100%;
  }

  .banner-content-wrap {
    grid-template-columns: 1.5fr;
  }

  .banner-left-block.tempate-block {
    text-align: center;
    text-align: center;
    width: 100%;
  }

  .hotel-info-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .hotel-info-item.last-child {
    border-top: 1px solid var(--primary-gray);
  }

  .hotel-info-item.second-child {
    border-right-style: none;
  }

  .project-card.with-borders {
    width: 100%;
  }

  .card-link {
    min-height: 225px;
  }

  .about-us-image-1 {
    height: 35vw;
  }

  .about-grid-wrapper {
    grid-row-gap: 60px;
  }

  .about-us-image-2 {
    height: 35vw;
  }

  .project-name {
    min-height: auto;
  }

  .section-light-grey-bg {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .service-block-item-home-2 {
    border-top-left-radius: 250px;
    border-top-right-radius: 250px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding: 80px 20px 20px;
  }

  .right-arrow-slider-services {
    right: 38%;
  }

  .left-arrow-slider-services {
    left: 38%;
  }

  .quote-testimonials {
    text-align: center;
  }

  .block-review {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .mask-review {
    padding-bottom: 70px;
  }

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

  .slide-nav-testimonials {
    inset: auto 0% 0%;
  }

  .image-review {
    height: 240px;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .testimonials-img-bg-bottom {
    height: 400px;
    right: -80px;
  }

  .block-grid {
    flex-flow: column;
    display: flex;
  }

  .list-blog-item-2 {
    grid-template-columns: 1fr;
  }

  .blog-image-container-2 {
    height: 340px;
  }

  .left-text-content {
    text-align: left;
    padding-left: 0;
  }

  .list-service-item {
    grid-template-columns: 1fr;
    padding-bottom: 30px;
  }

  .right-image-container {
    width: 260px;
    height: 260px;
  }

  .collection-item-news {
    width: 80%;
  }

  .info-news-column {
    height: auto;
  }

  .banner-color-shape {
    width: 470px;
    height: 270px;
  }

  .about-us-image {
    height: 340px;
  }

  .about-hotel-info-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .text-content-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .display-flex-horizontal.large-space {
    grid-row-gap: 40px;
  }

  .display-flex-horizontal.desktop-wrap-small-space {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .column-image-full-height {
    height: 350px;
  }

  .lightbox-image {
    height: 300px;
  }

  .project-image {
    object-position: 50% 70%;
  }

  .text-small-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
  }

  .title-central {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .image-banner-1 {
    left: -100px;
  }

  .image-banner-2 {
    right: -10%;
  }

  .banner-color-wrap {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .stage-banner {
    height: 400px;
  }

  .template-info-wrapper {
    grid-row-gap: 40px;
  }

  .project-stage-list {
    grid-row-gap: 60px;
  }

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

  .template-banner-description {
    max-width: 100%;
  }

  .h6-subtitle-2 {
    margin-bottom: 15px;
  }

  .general-rewiev-wrap {
    grid-row-gap: 40px;
    flex-direction: column-reverse;
  }

  .general-rewiev-wrap.reverse {
    flex-direction: column-reverse;
  }

  .photo-autor {
    background-position: 50% 10%;
  }

  .review-photo {
    width: 100%;
    height: 280px;
  }

  .sticky-reviews-wrap {
    height: auto;
    padding: 20px;
    position: relative;
    top: 0;
  }

  .sticky-reviews-wrap.sticky-yellow-3, .sticky-reviews-wrap.sticky-grey-1, .sticky-reviews-wrap.sticky-yellow-5, .sticky-reviews-wrap.sticky-grey-6, .sticky-reviews-wrap.sticky-grey-4, .sticky-reviews-wrap.sticky-yellow-3, .sticky-reviews-wrap.sticky-grey-1, .sticky-reviews-wrap.sticky-yellow-5, .sticky-reviews-wrap.sticky-grey-6, .sticky-reviews-wrap.sticky-grey-4 {
    top: 0;
  }

  .testimoninal-item {
    width: 100%;
  }

  .our-reviews-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .title-wrap-about-testimonials {
    font-size: 48px;
  }

  .news-top-title-wrap {
    width: 100%;
    margin-bottom: 40px;
  }

  .section-img-bg-top {
    height: 320px;
    top: -5%;
    left: -240px;
  }

  .news-rich-text {
    width: 100%;
  }

  .banner-content {
    padding-bottom: 80px;
  }

  .section-contact-us-img {
    height: 380px;
  }

  .radio-btn-link {
    padding: 13px 28px;
  }

  .form-contact-us {
    padding-left: 0;
    padding-right: 0;
  }

  ._404-text {
    font-size: 260px;
  }

  .field-label {
    font-size: 14px;
  }

  .news-list {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .news-item {
    width: 100%;
  }

  .news-content-wrapper {
    min-height: auto;
  }

  .banner-home-wrapper {
    border-bottom-left-radius: 100px;
  }

  .promotion-label-buttons-wrapper {
    grid-row-gap: 20px;
    flex-flow: column wrap;
    align-items: stretch;
  }

  .rich-text-medium h2, .rich-text-medium h3, .rich-text-medium h4, .rich-text-medium p, .rich-text-medium ul, .rich-text-medium h2, .rich-text-medium h3, .rich-text-medium h4, .rich-text-medium p, .rich-text-medium ul {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .hero-slide-highlight-text.pos-rel.opacity-1 {
    float: none;
    text-align: center;
    float: none;
    text-align: center;
    float: none;
    text-align: center;
    width: 425px;
    font-size: 30px;
  }

  .hero-slider-arrow {
    display: none;
  }

  .c-hero-slide-content {
    min-height: 100vh;
  }

  .c-hero-slider {
    height: auto;
  }

  .section-listings, .latest-blog-section, .section-services {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .primary-yellow-button-2 {
    height: 52px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 18px;
  }

  .primary-yellow-button-2.mobile-hidden {
    display: none;
  }

  .banner-color-bg-2 {
    width: 96%;
    bottom: 2%;
    left: 2%;
    right: 2%;
  }

  .banner-shape-2 {
    width: 98%;
    height: 280px;
    margin-left: auto;
    margin-right: auto;
    inset: auto 0% 0%;
  }

  .primary-black-button-2.desktop-hidden {
    display: inline-flex;
  }

  .subtitle-number-2 {
    font-size: 16px;
  }

  .lightbox-image-9 {
    height: 210px;
  }

  .subtitle-capitalize-2 {
    font-size: 14px;
  }

  .lightbox-image-10 {
    border-radius: 6px;
    height: 350px;
  }

  .lightbox-image-10.room-image-3 {
    height: 100%;
  }

  .lightbox-image-11, .lightbox-image-12 {
    height: 300px;
  }

  .lightbox-image-13 {
    height: 210px;
  }

  .home-header_grid {
    grid-row-gap: 16px;
  }

  .header-image {
    height: auto;
  }
}

@media screen and (max-width: 479px) {
  .section.about-us-banner {
    padding-bottom: 60px;
  }

  .section.banner-project-template {
    align-items: center;
  }

  .banner-title.text-dark {
    width: 275px;
  }

  .utility-page-content {
    width: 100%;
  }

  .coming-soon-form {
    flex-wrap: wrap;
    justify-content: center;
  }

  .coming-soon-paragraph {
    text-align: center;
    margin-top: 15px;
  }

  .coming-soon-heading {
    width: 100%;
    font-size: 32px;
  }

  .news-template-image {
    height: 340px;
  }

  .footer {
    text-align: left;
    background-position: -250% 60%;
  }

  .contacts-form-title {
    margin-bottom: 30px;
  }

  .about-3-tab-link {
    font-size: 16px;
  }

  .about-3-tab-link.w--current {
    font-size: 18px;
  }

  .project-template-banner-image {
    height: 260px;
    margin-top: 30px;
  }

  .slider-container {
    padding-left: 0;
    padding-right: 0;
  }

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

  .our-services-wrap, .home-9-team-item {
    width: 100%;
  }

  .about-team-img-wrap {
    width: 80%;
    height: 380px;
  }

  .home-23-team-item {
    width: 100%;
  }

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

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

  .landing-section-title {
    width: 100%;
  }

  .landing-home-pages-wrapper, .position-relative {
    padding-left: 0;
    padding-right: 0;
  }

  .coming-soon-form-main {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }

  .nav-logo {
    width: 60px;
    height: 60px;
  }

  .dropdown-header-item, .header-link-item, .megamenu-dropdown-wrapper-2, .footer-bottom-form, .no-shrink-footer, .footer-text-description {
    width: 100%;
  }

  .subscribe-form-footer {
    grid-row-gap: 15px;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .footer-copyright-text {
    text-align: center;
    justify-content: center;
    width: 100%;
    line-height: 1.6em;
  }

  .footer-links-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .footer-links-wrap {
    width: 100%;
  }

  .footer-content-wrapper {
    flex-direction: column;
    padding-right: 0;
  }

  .no-shrink-footer-2 {
    width: 100%;
  }

  .footer-rights-wrap {
    grid-row-gap: 5px;
    justify-content: center;
  }

  .margin-top-40 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin-top: 40px;
  }

  .nav-logo-dark {
    width: 80px;
  }

  .subtitle-wrap, .flex-horizontal-gap-10 {
    flex-flow: wrap;
  }

  .button-wrap-flex-margin-top-60 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin-top: 40px;
  }

  .benefits-container {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .benefit-item-wrap {
    padding-top: 0;
    padding-bottom: 0;
  }

  .vertical-line, .bottom-line-1, .bottom-line-2 {
    display: none;
  }

  .bottom-line-item {
    display: block;
  }

  .service-block-link {
    padding-top: 40px;
  }

  .testimonial-item-slider {
    padding-left: 15px;
    padding-right: 15px;
  }

  .image-cell-1 {
    min-height: 450px;
  }

  .image-cell-6 {
    border-radius: 6px;
  }

  .img-bg-top.template-position {
    display: none;
  }

  .form-book {
    grid-row-gap: 15px;
    flex-direction: column;
    width: 100%;
  }

  .form-block-book {
    width: 100%;
  }

  .contacts-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: wrap;
    justify-content: center;
  }

  .banner-overlay {
    background-image: linear-gradient(90deg, #0009 100%, #fff0);
  }

  .image-cell-7 {
    min-height: 200px;
  }

  .hotel-info-wrapper {
    grid-template-columns: 1fr;
  }

  .hotel-info-item {
    border-bottom: 1px solid var(--primary-gray);
    border-right-style: none;
    margin-left: 20px;
    margin-right: 20px;
  }

  .hotel-info-item.second-child {
    border-bottom-style: none;
  }

  .section-benefits {
    margin-top: 60px;
  }

  .project-card {
    min-height: 350px;
    padding: 24px;
  }

  .card-center-info {
    width: 290px;
  }

  .card-link {
    min-height: 200px;
  }

  .about-us-image-1 {
    width: 100%;
    height: 45vw;
  }

  .about-us-image-1.image-testimonials {
    height: 200px;
  }

  .about-grid-wrapper {
    grid-row-gap: 20px;
  }

  .about-us-image-2 {
    width: 100%;
    height: 45vw;
  }

  .about-us-image-2.image-testimonials {
    height: 200px;
  }

  .service-block-item-home-2 {
    width: 100%;
    padding-top: 40px;
  }

  .right-arrow-slider-services {
    right: 34%;
  }

  .left-arrow-slider-services {
    left: 34%;
  }

  .quote-testimonials.dark-quote {
    text-align: left;
    text-align: left;
  }

  .service-tab-link {
    font-size: 22px;
  }

  .hover-wrapper {
    padding: 40px;
  }

  .blog-image-container-2 {
    height: 400px;
  }

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

  .right-image-container {
    width: 280px;
    height: 280px;
  }

  .collection-item-news {
    width: 100%;
  }

  .link-news-img-column {
    height: 280px;
  }

  .banner-color-shape {
    width: 100%;
    height: 290px;
  }

  .banner-img-1 {
    left: -10%;
  }

  .banner-img-2 {
    right: -10%;
  }

  .about-hotel-info-wrapper {
    grid-template-columns: 1fr;
  }

  .team-grid-wrap {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .text-small-wrapper {
    grid-row-gap: 0px;
  }

  .primary-grey-text {
    margin-top: 0;
  }

  .review-wrapper-second {
    border-top: 1px solid #2f413733;
    border-bottom: 1px solid var(--primary-gray);
    text-align: center;
    border-left-style: none;
    border-left-width: 0;
    padding-top: 40px;
    padding-bottom: 20px;
    padding-left: 0;
  }

  .testimonials-author {
    padding-bottom: 0;
  }

  .testimonials-quote-author {
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }

  .author-img-con {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .review-wrapper-first {
    text-align: center;
    padding-top: 0;
    padding-bottom: 20px;
    padding-right: 0;
  }

  .review-wrapper {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .review-wrapper-third {
    border-bottom: 1px solid var(--primary-gray);
    text-align: center;
    border-right-style: none;
    padding-top: 40px;
    padding-bottom: 20px;
    padding-right: 0;
  }

  .review-wrapper-fourth {
    text-align: center;
    padding: 40px 0 0;
  }

  .image-banner-2 {
    right: -35%;
  }

  .stage-banner {
    height: 300px;
  }

  .anchor-link {
    text-align: center;
    width: 100%;
  }

  .anchor-link:hover {
    border-bottom-color: var(--primary-gray);
  }

  .feature-item-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sticky-reviews-wrap {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .our-reviews-grid {
    margin-bottom: 60px;
  }

  .display-flex-space-between {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: wrap;
  }

  .bg-color-half-news {
    height: 620px;
  }

  .section-img-bg-top {
    left: -200px;
  }

  .banner-img-bg {
    bottom: -40px;
  }

  .banner-img-bg-left {
    display: none;
    left: -100px;
  }

  .form-wrap {
    padding-top: 0;
  }

  .form-contact-us {
    grid-row-gap: 80px;
  }

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

  ._404-text {
    font-size: 220px;
  }

  .rich-text-medium h2 {
    font-size: 1.8rem;
  }

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

  .hero-slide-highlight-text.pos-rel.opacity-1 {
    text-align: left;
    text-align: left;
    text-align: left;
    width: 300px;
    height: 150px;
    font-size: 20px;
    line-height: 1rem;
  }

  .hero-slider-arrow {
    background-color: #13131340;
    width: 40px;
    height: 50px;
    margin-top: 80px;
    margin-bottom: 0;
    font-size: 20px;
    display: block;
    top: 20%;
  }

  .c-hero-slide-content {
    height: 35vh;
    min-height: 0;
    margin-bottom: 10px;
  }

  .c-hero-slide-content._4, .c-hero-slide-content._1, .c-hero-slide-content._3, .c-hero-slide-content._2, .c-hero-slide-content._4, .c-hero-slide-content._1, .c-hero-slide-content._3, .c-hero-slide-content._2 {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 20px;
  }

  .c-hero-slider {
    padding-bottom: 40px;
  }

  .section-banner-slider {
    height: auto;
    margin-top: 80px;
    padding-bottom: 0;
  }

  .banner-content-block.pg-listing {
    margin-top: 20px;
    display: none;
  }

  .heading-2, .heading-3, .heading-4, .heading-5, .heading-6, .heading-11 {
    font-size: 22px;
  }

  .banner-color-bg-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .anchor-link-2 {
    text-align: center;
    width: 100%;
  }

  .anchor-link-2:hover {
    border-bottom-color: #7e8c8c;
  }

  .lightbox-image-10.room-image-3 {
    height: 340px;
  }

  .subtitle-wrap-2 {
    flex-flow: wrap;
  }

  .margin-top-42 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin-top: 40px;
  }

  .subtitle-wrap-3 {
    flex-flow: wrap;
  }

  .spacer {
    height: 20px;
  }

  .home-header_grid {
    object-fit: cover;
    flex-direction: column;
    display: flex;
    overflow: hidden;
  }

  .section-banner-lisitng-lg {
    padding-top: 12px;
    padding-bottom: 40px;
    display: none;
  }

  .sleep_block-wrap {
    max-width: 100%;
  }

  .place-grid {
    grid-row-gap: 18px;
    grid-template-columns: 1fr;
  }

  .div-block-30 {
    grid-template-columns: 1fr;
    place-items: stretch center;
  }

  .heading-1 {
    font-size: 24px;
  }

  .section-banner-listing-mob {
    height: 350px;
    margin-top: 80px;
    padding-bottom: 0;
    display: block;
  }

  .section-book-now {
    margin-top: -280px;
  }
}
