:root {
  --white: white;
  --dim-grey: #4d5156;
  --light-grey: #828589;
  --dard-gold: #b88c1d;
  --gold: #c6a34a;
  --black: black;
}

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

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

body {
  color: #333;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.input-2 {
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 24px;
  height: 48px;
  margin-bottom: 24px;
  padding-top: 6px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
  line-height: 24px;
  transition: border-color .3s;
}

.input-2:focus {
  border-color: #ddd;
}

.input-2.text-area {
  border-radius: 24px;
  height: auto;
  min-height: 120px;
  padding-top: 16px;
}

.button-3 {
  background-color: #f83f5a;
  height: 48px;
  padding: 11px 24px;
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  transition: background-color .2s;
}

.button-3:hover {
  background-color: #ec2f4b;
}

.button-3.form-button {
  background-color: #01b140;
  border-radius: 24px;
  margin-top: 8px;
}

.minimize-icon-line {
  background-color: #111;
  width: 8px;
  height: 2px;
}

.minimize-icon {
  opacity: .2;
  border: 1px solid #111;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-top: 20px;
  margin-right: 20px;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.minimize-icon:hover {
  opacity: .4;
}

.popup-wrapper {
  opacity: 0;
  border-radius: 0;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  display: none;
  position: fixed;
  inset: 0;
}

.popup-overlay {
  background-color: #11111180;
  position: fixed;
  inset: 0;
}

.contact-popup-window {
  z-index: 1000;
  text-align: left;
  background-color: #fff;
  border-top: 4px solid #4268ff;
  border-radius: 0;
  width: 470px;
  margin-bottom: 0;
  padding: 24px 64px 64px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 28px #2e323c45;
}

.contact-window-form {
  padding-top: 16px;
}

.html-embed-2 {
  margin-bottom: 30px;
}

.contact-float-button {
  z-index: 1000;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin: 30px;
  display: flex;
  position: fixed;
  bottom: 0;
  right: 0;
  box-shadow: 0 6px 18px #11111121;
}

.contact-float-button:hover {
  box-shadow: 0 6px 18px #11111121;
}

.contact-popup {
  z-index: 1000;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
}

.contact-popup.symbols {
  display: block;
}

.form-success-2 {
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
}

.form-success-2.window-success {
  margin-bottom: -40px;
  padding-left: 24px;
  padding-right: 24px;
}

.form-error-2 {
  color: #f83f5a;
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  line-height: 24px;
}

.form-error-2.window-error {
  text-align: center;
  padding-left: 24px;
  padding-right: 24px;
}

.section-hero-banner {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  height: 88vh;
  position: relative;
  overflow: hidden;
}

.hero-banner-block {
  position: absolute;
  inset: auto 0% 0%;
}

.hero-banner-intro {
  display: flex;
}

.hero-banner-content {
  background-color: #b88c1d;
  width: 35%;
  padding-top: 35px;
  padding-bottom: 25px;
  padding-right: 5%;
}

.hero-content-1 {
  color: var(--white);
  margin-bottom: 0;
  font-family: Maisonneue book;
  font-size: 24px;
  line-height: 33px;
}

.hero-content-1.home {
  font-family: Roboto, sans-serif;
  line-height: 30px;
}

.hero-blank {
  background-color: #b88c1d;
  width: 5%;
}

.hero-banner-established {
  color: #f1e8d2;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  line-height: 14px;
}

.hero-content-2 {
  color: var(--white);
  margin-top: 35px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.hero-banner-content-3 {
  background-color: #eadcbb;
  justify-content: center;
  align-items: center;
  width: 20%;
  display: flex;
}

.hero-dard-gold-text {
  color: #b88c1d;
  font-family: Maisonneue book;
  font-weight: 700;
}

.hero-dard-gold-text.size-16 {
  font-size: 16px;
  display: inline-block;
}

.scroll-down-block {
  justify-content: center;
  align-items: center;
  width: 5%;
  display: flex;
}

.section-best {
  background-color: #f8f3e8;
}

.contain-wrapper {
  margin-left: 5%;
  margin-right: 5%;
}

.contain-wrapper.relative {
  z-index: 2;
  position: relative;
}

.best-block {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 80px;
}

.h1 {
  color: var(--dim-grey);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  line-height: 55px;
}

.h1.center {
  text-align: center;
  font-family: Maisonneue book;
  font-weight: 400;
}

.h1.align-right {
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
}

.h1.align-right.mt-60 {
  margin-top: 60px;
}

.h1.align-right.mt-60.mb-40 {
  margin-bottom: 40px;
}

.h1.align-right.mt-60.mb-40.for-carousel {
  text-align: left;
}

.h1.bold {
  font-family: Maisonneue;
  font-weight: 700;
}

.h1.bold.slider-title {
  margin-top: 60px;
  margin-bottom: 40px;
}

.h1.mt-60 {
  margin-top: 60px;
}

.h1.mt-60.mb-40 {
  margin-bottom: 40px;
}

.h1.mt-30 {
  margin-top: 30px;
}

.h1.mt-30.mb-40 {
  margin-bottom: 40px;
  line-height: 45px;
}

.title-line {
  text-align: left;
  background-color: #b88c1d;
  width: 200px;
  height: 1px;
  margin: 20px auto 30px;
}

.title-line.align-right {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
}

.title-line.align-right.mb-50 {
  margin-bottom: 50px;
}

.title-line.align-left {
  margin-left: 0;
  margin-right: 0;
}

.best-content {
  color: var(--light-grey);
  text-align: center;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  font-family: Maisonneue book;
  font-size: 16px;
  line-height: 25px;
}

.best-content.pb-80 {
  padding-bottom: 60px;
}

.best-grid {
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 60px;
  display: flex;
}

.best-column {
  width: 33.333%;
}

.best-content-block {
  text-align: center;
}

.best-content-block.right-line {
  border-right: 1px solid #b88c1d;
}

.best-content-block.left-line {
  border-left: 1px solid #b88c1d;
}

.best-text-block {
  margin-top: 30px;
  font-family: Maisonneue book;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 88vh;
  max-height: 100%;
  display: flex;
}

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

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

.btn-about {
  background-color: #c6a34a;
  border-radius: 30px;
  margin-top: 60px;
  padding: 15px 30px;
  font-size: 16px;
}

.btn-about:hover {
  background-color: var(--white);
  color: var(--dard-gold);
}

.section-mobile-hero-intro {
  display: none;
}

.home-services-block {
  font-weight: 400;
}

.vertical-line {
  background-color: #a6a8aa;
  width: 1px;
  height: 100px;
  margin: 60px auto;
}

.horizontal-desktop {
  justify-content: flex-start;
  height: auto;
  display: flex;
  overflow: visible;
}

.horizontal-desktop.justify-right {
  justify-content: flex-end;
}

.horizontal-desktop.height-700 {
  height: 700px;
}

.horizontal-desktop.height-700._3 {
  height: auto;
}

.horizontal-desktop.height-700._3.for-carousel {
  display: block;
}

.horizontal-desktop.align-center {
  justify-content: center;
}

.horizontal-desktop.align-center.footer-link {
  justify-content: center;
  align-items: stretch;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  font-family: Roboto, sans-serif;
}

.horizontal-desktop.align-center.footer-link.tablet {
  justify-content: center;
}

.horizontal-desktop.align-center.footer-link.tablet.hide-terms {
  display: none;
}

.horizontal-desktop.mt-30 {
  margin-top: 30px;
}

.horizontal-desktop.space-between {
  justify-content: space-between;
}

._w-45 {
  width: 45%;
}

._w-45.pl-100 {
  padding-left: 100px;
}

._w-45.tablet-wrap.pl-50 {
  padding-left: 50px;
}

._w-45.tablet-wrap.for-carousel {
  width: auto;
}

._w-55 {
  width: 55%;
}

._w-55.relative {
  position: relative;
}

._w-55.tablet-wrap.right {
  text-align: right;
}

._w-55.pl-50 {
  padding-left: 50px;
}

._w-55.pl-50.mobile-wrap {
  overflow: hidden;
}

.vertical {
  flex-direction: column;
  display: flex;
}

.vertical.align-right-desktop {
  align-items: flex-end;
}

.vertical.align-right-desktop.pr-50 {
  padding-right: 50px;
}

.vertical.align-right-desktop.pr-50.for-carousel {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-left: 25%;
  padding-right: 25%;
  display: flex;
}

.vertical.align-left {
  align-items: flex-start;
}

.vertical.align-left.pr-50 {
  padding-right: 50px;
}

.text-block {
  color: #a6a8aa;
  text-transform: uppercase;
  font-family: Maisonneue;
  font-weight: 500;
}

.text-block.first-capital {
  text-transform: capitalize;
  width: 90%;
  font-size: 16px;
}

.normal-p {
  color: var(--light-grey);
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.normal-p.align-right {
  text-align: right;
}

.normal-p.align-right.pl-80 {
  padding-left: 80px;
}

.normal-p.align-right.pl-80.for-carousel {
  text-align: center;
  padding-left: 0;
}

.normal-p.dim-grey {
  color: var(--dim-grey);
}

.normal-p.mb-0 {
  margin-bottom: 0;
  font-size: 14px;
}

.normal-p.inline {
  display: inline-block;
}

.gold-button {
  background-color: var(--gold);
  border-radius: 20px;
  padding-left: 25px;
  padding-right: 25px;
}

.gold-button.mt-40 {
  border-radius: 30px;
  margin-top: 40px;
  padding: 15px 30px;
  font-size: 16px;
  line-height: 20px;
}

.gold-button.mt-40:hover {
  background-color: var(--light-grey);
}

.gold-button.mt-40.change-btn-text {
  font-family: Roboto, sans-serif;
}

.gold-button.mt-40._2:hover {
  background-color: var(--light-grey);
  color: var(--white);
}

.img-home-services {
  border-top: 8px solid var(--dard-gold);
  height: 700px;
}

.home-slide-block {
  max-width: 1280px;
  margin: 60px auto;
}

.home-slide-dot {
  display: block;
  inset: auto auto 0% 310px;
}

.slide-horizontal {
  flex-wrap: wrap;
  margin-bottom: 60px;
  display: flex;
}

.slider {
  background-color: #0000;
  height: auto;
}

.slide-img {
  border-top: 8px solid var(--dard-gold);
  height: 600px;
  padding-left: 0;
  padding-right: 0;
}

.left-arrow {
  width: auto;
  height: auto;
  inset: auto auto 10px 250px;
}

.slide-icon {
  display: none;
}

.slide-prev-next {
  color: var(--light-grey);
  font-family: Maisonneue demi;
  font-size: 16px;
  line-height: 25px;
}

.slide-prev-next:hover {
  color: var(--dard-gold);
}

.right-arrow {
  inset: auto auto 10px 570px;
}

.slide-1-line {
  z-index: 2;
  background-color: #c6a34a;
  width: 80px;
  height: 3px;
  position: absolute;
  inset: auto auto 20px 280px;
}

.slide-2-line {
  z-index: 1;
  background-color: #828589;
  width: 80px;
  height: 2px;
  position: absolute;
  inset: auto auto 21px 380px;
}

.slide-number-black {
  background-color: var(--white);
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 120px;
  margin-left: -1px;
  display: flex;
  position: absolute;
  inset: auto auto -1% 0%;
}

.slide-number {
  color: var(--gold);
  text-indent: 0;
  white-space: normal;
  align-self: auto;
  margin-top: 10px;
  font-family: Maisonneue;
  font-size: 90px;
  font-weight: 500;
  line-height: 75px;
}

.slide-content {
  flex-direction: column;
  display: flex;
}

.slide-content-project {
  color: #b88c1d;
  font-family: Maisonneue;
  font-weight: 700;
}

.slide-content-project-span {
  color: #a6a8aa;
}

.slide-content-completed {
  align-items: center;
  margin-bottom: 80px;
  display: none;
}

.slide-content-vertical-line {
  background-color: #a6a8aa;
  width: 40px;
  height: 1px;
}

.slide-content-complated-text {
  color: #a6a8aa;
  margin-left: 20px;
  font-family: Maisonneue;
  font-weight: 700;
}

.slide-content-p {
  color: var(--light-grey);
  font-size: 16px;
  line-height: 25px;
  display: none;
}

.section-staffs {
  background-color: #eadcbb;
  padding-bottom: 115px;
  position: relative;
  overflow: hidden;
}

.staff-block {
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 0;
  position: relative;
}

.big-heading {
  color: #e6d7b0;
  font-family: Maisonneue;
  font-size: 265px;
  line-height: 150px;
  position: absolute;
  inset: 0% -7% auto auto;
}

.collection-list {
  grid-column-gap: 64px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.staff-shape {
  background-color: #f8f3e8;
  width: 300px;
  height: 380px;
  padding-top: 40px;
  padding-left: 20px;
}

.text-bold {
  color: var(--dim-grey);
  font-family: Maisonneue;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}

.text-bold.mb-5 {
  margin-bottom: 5px;
}

.staff-line {
  background-color: var(--dard-gold);
  width: 100px;
  height: 2px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.date-since {
  color: var(--dard-gold);
  margin-right: 5px;
  font-family: Maisonneue;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
}

.profile-img {
  display: block;
  position: relative;
  top: -40px;
  right: -140px;
}

.profile-img.hide-tablet {
  right: -170px;
}

.profile-img.show-tablet {
  display: none;
}

.staff-information {
  flex: 1;
  align-self: center;
  margin-top: 20px;
  padding-left: 0;
}

.big-header-2 {
  opacity: .2;
  color: var(--white);
  text-align: center;
  font-size: 240px;
  line-height: 150px;
  position: absolute;
  inset: auto 0 -2% -15%;
}

.big-header-2.services {
  z-index: -1;
  opacity: .8;
  color: #fbf8f1;
  left: auto;
  right: 2%;
}

.staff-btn-block {
  text-align: center;
  position: relative;
  bottom: 30px;
}

.white-btn {
  background-color: var(--white);
  color: var(--dard-gold);
  border-radius: 20px;
  font-family: Maisonneue demi;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.white-btn.change-btn-text-2 {
  border-radius: 30px;
  padding: 15px 30px;
  font-family: Roboto, sans-serif;
}

.white-btn.change-btn-text-2:hover {
  background-color: var(--dard-gold);
  color: var(--white);
}

.white-btn.home {
  border-radius: 30px;
  padding: 15px 30px;
  font-family: Roboto, sans-serif;
}

.white-btn.home:hover {
  background-color: var(--dard-gold);
  color: var(--white);
}

.footer {
  background-color: #4d5156;
  padding-top: 60px;
  padding-bottom: 25px;
  display: none;
  overflow: hidden;
}

.footer.symbol {
  display: none;
}

.footer-wrapper {
  margin-left: 5%;
}

.footer-w-35 {
  width: 45%;
}

.footer-w-35._2 {
  width: 25%;
}

.image-full {
  width: 100%;
  height: auto;
}

.footer-company-intro {
  color: #cacbcc;
  margin-top: 40px;
  font-family: Maisonneue book;
}

.footer-nav-link {
  color: var(--white);
  margin-left: 15px;
  margin-right: 15px;
  font-family: Maisonneue;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.footer-nav-link.w--current {
  font-family: Roboto, sans-serif;
}

.footer-nav-link._2 {
  margin-left: 0;
  margin-right: 0;
}

.footer-w-25 {
  align-self: auto;
  width: 25%;
}

.footer-w-10 {
  text-align: left;
  align-self: auto;
  width: 10%;
}

.contact-block {
  padding-left: 40px;
  display: block;
}

.contact-block.footer-contact-hide {
  display: none;
}

.footer-address {
  color: var(--white);
  margin-top: 20px;
  font-family: Maisonneue book;
}

.footer-text {
  color: var(--white);
  font-family: Maisonneue;
  font-size: 16px;
  font-weight: 700;
}

.footer-text.mt-25 {
  margin-top: 25px;
}

.footer-contact-link {
  color: var(--dard-gold);
  font-family: Maisonneue;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.footer-newsletter-text {
  color: #cacbcc;
  margin-top: 5px;
}

.subscribe {
  color: var(--white);
  background-color: #0000;
  border-radius: 20px;
  align-self: auto;
  width: 250px;
  margin-bottom: 0;
  margin-right: 0;
  padding-right: 40px;
}

.subscribe-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.submit-button {
  background-color: var(--dard-gold);
  color: #0000;
  background-image: url('../images/arrow-right-01.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  border-radius: 50%;
  width: 20px;
  height: 30px;
  position: relative;
  left: -35px;
}

.back-to-top {
  background-color: var(--white);
  text-align: left;
  cursor: pointer;
  background-image: url('../images/back-to-top-01.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 30px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  font-family: Roboto, sans-serif;
}

.back-to-top.hide-desktop {
  display: none;
}

.text-top {
  color: var(--dard-gold);
  text-align: center;
  font-family: Maisonneue;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}

.footer-copyright {
  color: #cacbcc;
  font-family: Roboto, sans-serif;
}

.term-and-policy-link {
  color: #cacbcc;
  text-decoration: none;
}

.term-and-policy-link.mr-80 {
  margin-left: 0;
  margin-right: 30px;
}

.footer-w-30 {
  width: 30%;
}

.horizontal-full {
  align-items: flex-end;
  display: flex;
}

.horizontal-full.ml-negative-15 {
  margin-left: -15px;
}

.horizontal-full.ml-negative-15.footer-social-block {
  margin-left: -75px;
  display: none;
}

.footer-social-link {
  margin-right: 20px;
}

.footer-social-img {
  width: 20px;
}

.menu {
  display: none;
}

.menu.symbol {
  font-family: Roboto, sans-serif;
  display: block;
}

.top-menu {
  background-color: #b88c1d;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.top-menu-wrapper {
  float: right;
  margin-right: 5%;
}

.top-menu-social-link {
  margin-right: 10px;
  display: none;
}

.image {
  width: 15px;
}

.search-button {
  display: none;
}

.search {
  cursor: default;
  margin-bottom: 0;
  display: inline-block;
}

.search-input {
  color: var(--white);
  cursor: pointer;
  background-color: #0000;
  background-image: url('../images/search-icon-01.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  border: 1px solid #0000;
  width: 25px;
  margin-bottom: 0;
  font-family: Maisonneue book;
  transition: width .3s;
}

.search-input:focus {
  background-position: 100%;
  width: auto;
  padding-right: 30px;
}

.navigation-bar {
  background-color: var(--white);
  padding-top: 20px;
  padding-bottom: 20px;
}

.container {
  margin-left: 182.5px;
}

.navbar {
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  margin-left: 5%;
  margin-right: 5%;
  display: flex;
}

.brand {
  align-self: center;
}

.nav-menu {
  text-align: center;
  flex: 1;
  align-self: auto;
  width: auto;
}

.nav-link {
  color: var(--dim-grey);
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.nav-link.w--current {
  color: var(--dard-gold);
  padding: 10px;
  font-family: Roboto, sans-serif;
  font-weight: 700;
}

.nav-link.float-right {
  float: right;
}

.nav-link.float-right.last-link {
  margin-left: 10px;
  margin-right: 0;
}

.search-destop-hide {
  display: none;
}

.menu-logo-img {
  width: 180px;
}

.section-services {
  z-index: 2;
  background-color: #f8f3e8;
  padding-top: 60px;
  padding-bottom: 140px;
  position: relative;
  overflow: hidden;
}

._w-35 {
  width: 35%;
}

._w-35.align-right {
  text-align: right;
}

._w-65 {
  width: 65%;
}

._w-65.pl-90 {
  padding-left: 90px;
}

._w-65.pl-90.align-center {
  align-self: center;
}

.services-grid {
  float: none;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: left;
  justify-items: stretch;
  padding-left: 0;
  padding-right: 0;
}

.services-grid-block {
  background-color: #f8f3e8;
  align-items: stretch;
  padding: 25px;
  transition: color .5s, background-color .5s;
  display: flex;
  overflow: hidden;
  box-shadow: 1px 1px 25px -5px #0000004d;
}

.services-p {
  color: #c6a34a;
  margin-bottom: 0;
  font-family: Maisonneue;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}

._w-60 {
  text-align: left;
  width: 60%;
}

._w-40 {
  width: 40%;
}

.service-img {
  position: relative;
  top: -33px;
}

.services-text-span {
  font-weight: 400;
}

.section-ongoing-projects {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  overflow: hidden;
}

.project-line {
  background-color: #b88c1d;
  width: 140px;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.ongoing-collection-list {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  max-width: 1380px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.ongoing-collection-list.show-more {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.ongoing-projects-item {
  overflow: visible;
}

.project-name-text {
  color: #b88c1d;
  width: 325px;
  margin-top: 15px;
  margin-left: 10px;
  margin-right: 10px;
  font-family: Maisonneue;
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
}

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

.btn-block.ongoing {
  margin-bottom: 40px;
}

.big-heading-3 {
  z-index: -1;
  color: #f4f5f5;
  font-size: 175px;
  position: absolute;
  inset: auto -4% -2% auto;
}

.section-completed-projects {
  background-color: #e5e5e6;
  padding-top: 60px;
  padding-bottom: 80px;
}

.ongoing-projects-link {
  text-decoration: none;
}

.completed-collection-list {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1380px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.completed-collection-list.show-more {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.completed-project-link {
  text-decoration: none;
}

.section-completed-template {
  padding-top: 30px;
  padding-bottom: 30px;
}

.building-name {
  color: var(--dim-grey);
  margin-bottom: 60px;
  font-family: Maisonneue;
}

.project-details-text {
  color: var(--dard-gold);
  text-transform: uppercase;
  margin-right: 5px;
  font-family: Maisonneue;
  font-weight: 700;
  line-height: 18px;
}

.project-details-text-block {
  align-items: flex-end;
  margin-bottom: 5px;
  display: flex;
}

.project-details-text-2 {
  color: var(--light-grey);
  align-self: auto;
  font-family: Maisonneue book;
  font-size: 16px;
}

.project-details-content {
  color: var(--light-grey);
  margin-top: 60px;
  margin-bottom: 0;
  font-family: Maisonneue book;
  font-size: 16px;
  line-height: 22px;
}

.project-details-gallery {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 2.5fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  min-height: 0;
  max-height: 550px;
  margin-top: 40px;
  display: grid;
  overflow: hidden;
}

.image-2 {
  max-height: 700px;
}

.gallery-1, .gallery-2 {
  width: 100%;
  height: 100%;
  min-height: 480px;
}

.previous-and-next-post {
  margin-top: 40px;
  margin-bottom: 100px;
}

.space-betwwen {
  justify-content: space-between;
  display: flex;
}

.previous-block {
  display: flex;
}

.project-detail-previous {
  border: 1px solid var(--light-grey);
  background-color: #0000;
  background-image: url('../images/previous-arrow-01.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 50%;
  width: 35px;
  height: 35px;
}

.previous-block-text {
  align-self: center;
  margin-left: 15px;
}

.previous-text {
  color: var(--light-grey);
  font-family: Maisonneue book;
  font-size: 12px;
}

.previous-text.align-right {
  text-align: right;
}

.previous-next-text {
  color: var(--dard-gold);
  font-family: Maisonneue;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}

.previous-link-block {
  align-self: center;
}

.next-block {
  display: flex;
}

.next-link-block {
  align-self: center;
}

.project-detail-next {
  border: 1px solid var(--light-grey);
  background-image: url('../images/next-arrow-01.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 50%;
  width: 35px;
  height: 35px;
}

.next-block-text {
  margin-right: 15px;
}

.about-banner {
  height: 70vh;
  position: relative;
  overflow: hidden;
}

.section-begin {
  background-color: #f8f3e8;
  position: relative;
  overflow: hidden;
}

.big-heading-4 {
  z-index: 1;
  color: #fbf8f1;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Maisonneue;
  font-size: 210px;
  position: absolute;
  top: 16%;
  left: -5%;
}

.begin-block {
  z-index: 2;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-about {
  position: relative;
}

.about-vertical-line {
  background-color: #a6a8aa;
  width: 1px;
  height: 50px;
  position: absolute;
  top: -105px;
  bottom: auto;
  left: 50%;
}

.about-block {
  max-width: 1600px;
  margin-top: 80px;
  margin-bottom: 80px;
}

.about-services-block {
  margin-top: 60px;
  margin-bottom: 60px;
}

.about-services-block.old {
  display: none;
}

.section-contact {
  background-color: #f8f3e8;
  padding-top: 60px;
  padding-bottom: 100px;
  position: relative;
}

.contact-form-block {
  margin-top: 40px;
  margin-bottom: 60px;
}

.text-field {
  background-color: #0000;
  border: 1px solid #0000;
  border-bottom-color: #4d5156;
  margin-right: 0;
  padding-bottom: 8px;
  padding-left: 0;
  font-family: Maisonneue book;
  font-size: 16px;
}

.text-field.first {
  margin-right: 20px;
  font-family: Roboto, sans-serif;
}

.text-field.second {
  margin-left: 20px;
  font-family: Roboto, sans-serif;
}

.text-field.mb-15 {
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
}

.text-field.message-field {
  margin-bottom: 25px;
  padding-bottom: 30px;
  font-family: Roboto, sans-serif;
}

.contact-2-col {
  align-items: flex-end;
  margin-bottom: 15px;
  font-family: Roboto, sans-serif;
  display: flex;
}

.btn-send {
  color: var(--white);
  background-color: #c6a34a;
  border-radius: 50px;
  margin-top: 25px;
  padding-top: 12px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.btn-send:hover {
  background-color: var(--white);
  color: var(--dard-gold);
}

.contact-box {
  z-index: 1;
  background-color: var(--white);
  width: 60%;
  min-width: 980px;
  max-width: none;
  padding: 25px;
  position: relative;
  top: -35px;
  box-shadow: 1px 1px 6px #0000004d;
}

.contact-box-grid {
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

._w-33 {
  width: 33.333%;
}

._w-33.align-center {
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

._w-33.align-center.right-border {
  border-right: 1px none var(--dim-grey);
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

._w-33.box {
  border-right: 1px none var(--dim-grey);
  display: flex;
}

.contact-box-col {
  justify-content: center;
  align-items: center;
  padding-left: 15px;
  display: flex;
  position: relative;
}

.contact-box-col.right {
  justify-content: flex-end;
}

.contact-box-col.right._2 {
  border-right: 1px solid var(--dim-grey);
}

.contact-icon {
  width: 30px;
  min-width: 30px;
  margin-right: 15px;
}

.contact-box-text-block {
  border: 1px #000;
  flex-direction: column;
  align-items: flex-start;
  padding-right: 15px;
  display: flex;
}

.contact-box-title {
  color: var(--dim-grey);
  margin-bottom: 5px;
  font-family: Maisonneue;
  font-size: 18px;
  font-weight: 700;
}

.contact-text-link {
  color: var(--light-grey);
  font-size: 14px;
  text-decoration: none;
}

.contact-box-vertical-line {
  background-color: var(--dim-grey);
  width: 1px;
  height: 60px;
  position: absolute;
  top: 55px;
  left: 38%;
}

.contact-box-vertical-line._2 {
  left: 67%;
}

.big-heading-5 {
  color: #fbf8f1;
  font-family: Maisonneue;
  font-size: 250px;
  position: absolute;
  bottom: 7%;
  right: 5%;
}

.section-career {
  z-index: auto;
  padding-top: 100px;
  padding-bottom: 150px;
  position: relative;
  overflow: hidden;
}

.career-block {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.career-img {
  border-top: 8px solid var(--dard-gold);
}

.career-box {
  z-index: 3;
  background-color: var(--white);
  color: var(--light-grey);
  width: 110%;
  padding: 30px 60px;
  position: relative;
  top: 70px;
  left: auto;
  right: 10%;
  box-shadow: 1px 1px 8px #82858933;
}

.job-block {
  margin-top: 80px;
  padding-left: 0;
  overflow: visible;
}

.job-header {
  border-bottom: 2px solid var(--dim-grey);
  background-color: #0000;
  align-items: center;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  display: flex;
}

.job-col-10 {
  width: 10%;
  padding-left: 10px;
}

.job-header-text {
  color: #231f20;
  font-family: Maisonneue;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}

.job-col-30 {
  width: 30%;
}

.job-col-20 {
  width: 20%;
}

.job-col-40 {
  width: 40%;
}

.job-details {
  align-items: flex-start;
  margin-top: 10px;
  margin-bottom: 15px;
  display: flex;
}

.job-text {
  color: var(--dim-grey);
  font-family: Maisonneue book;
  font-size: 16px;
}

.job-position {
  color: var(--dard-gold);
  font-family: Maisonneue;
  font-size: 16px;
  font-weight: 700;
}

.resume-block {
  margin-top: 60px;
}

.resume-text {
  color: #231f20;
  margin-right: 60px;
  font-family: Maisonneue book;
  display: inline;
}

.btn-resume {
  background-color: var(--white);
  color: #231f20;
  border: 1px solid #86888b;
  border-radius: 8px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Maisonneue;
  font-size: 20px;
  font-weight: 700;
  line-height: 23px;
  display: none;
}

.big-heading-6 {
  z-index: 1;
  color: #f4f5f5;
  font-size: 200px;
  position: absolute;
  inset: 8% auto auto 38%;
}

.search-banner {
  background-color: var(--dard-gold);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 40vh;
  margin-bottom: 0;
  display: flex;
}

.div-block {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  display: block;
}

.search-banner-title {
  color: var(--white);
  text-align: center;
  font-family: Maisonneue;
  font-size: 60px;
  line-height: 65px;
}

.search-content {
  margin-top: 60px;
  margin-bottom: 60px;
}

.search-link {
  font-family: Maisonneue;
}

.search-p {
  margin-top: 5px;
  font-family: Maisonneue;
}

.footer-2 {
  background-color: #4d5156;
  padding-top: 60px;
  padding-bottom: 25px;
  display: none;
  overflow: hidden;
}

.footer-2.symbol-2 {
  padding-top: 100px;
  padding-bottom: 65px;
  font-family: Roboto, sans-serif;
  display: block;
}

.contact-box-vertical-line-2 {
  color: #0000;
  background-color: #dbdcdd;
  width: 1px;
  height: 125px;
  margin-top: 0;
  margin-left: 0;
  padding-left: 0;
  position: absolute;
  inset: 0% auto 0% -9%;
}

.contact-box-vertical-line-2._2 {
  margin-top: 0;
  padding-left: 0;
  inset: 0% -10% 0% auto;
}

.logo-footer {
  width: 180px;
}

.hero-banner-img {
  background-image: url('../images/banner.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: absolute;
  inset: 0%;
}

.about-hero-banner-img {
  background-image: url('../images/about-bg.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: absolute;
  inset: 0%;
}

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

.job-position-link {
  text-decoration: none;
}

.link-2 {
  color: var(--dard-gold);
}

.section-ongoing-template {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 0;
}

.rich-text-block {
  color: var(--dim-grey);
  width: 400px;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Maisonneue book;
  font-size: 14px;
}

.certificate-grid {
  float: right;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  max-width: 500px;
  margin-top: 30px;
  margin-right: 50px;
  padding-right: 0;
}

.certificate-block {
  position: relative;
}

.project-img-block {
  overflow: hidden;
}

.certificate-img {
  text-align: left;
  height: auto;
}

.overlay-color {
  z-index: 1;
  background-color: #c6a34a4d;
  display: block;
  position: absolute;
  inset: 0%;
}

.certificate-view-btn {
  z-index: 2;
  background-color: var(--white);
  color: var(--dard-gold);
  border-radius: 30px;
  padding: 10px 25px 5px;
  font-family: Maisonneue;
  display: block;
  position: absolute;
  inset: 45% auto auto 25%;
}

.certificate-view-btn.slider-cms {
  background-color: var(--dard-gold);
  color: var(--white);
  padding-bottom: 10px;
  left: 35%;
}

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

.staff-info-block {
  text-align: left;
}

.collection-list-wrapper, .collection-list-wrapper-2 {
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
}

.success-message {
  background-color: var(--white);
  border-radius: 4px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.heading {
  margin-bottom: auto;
}

.heading-2 {
  margin-top: 0;
  margin-bottom: auto;
}

.carousel-container {
  margin-top: 30px;
}

.carousel-container-2 {
  text-align: center;
  margin-top: 30px;
}

.normal-p-2 {
  color: #828589;
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.normal-p-2.align-right {
  text-align: right;
}

.normal-p-2.align-right.pl-80 {
  padding-left: 80px;
}

.normal-p-2.align-right.pl-80.for-carousel {
  text-align: center;
  padding-left: 0;
}

.h1-2 {
  color: #4d5156;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  line-height: 55px;
}

.h1-2.align-right {
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
}

.h1-2.align-right.mt-60 {
  margin-top: 60px;
}

.h1-2.align-right.mt-60.mb-40 {
  margin-bottom: 40px;
}

.h1-2.align-right.mt-60.mb-40.for-carousel {
  text-align: left;
}

.next {
  border-color: var(--dard-gold);
  color: var(--dard-gold);
  border-radius: 20px;
}

.icon-2 {
  color: var(--dard-gold);
}

.previous {
  border-color: var(--dard-gold);
  border-radius: 20px;
}

html.w-mod-js [data-ix="new-interaction"] {
  transform: scale(1.3);
}

@media screen and (max-width: 991px) {
  .contact-float-button {
    margin: 20px;
  }

  .hero-banner-intro {
    display: none;
  }

  .h1.align-right.mt-60.mb-40 {
    text-align: left;
  }

  .h1.bold.slider-title {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .best-content {
    width: 80%;
  }

  .best-column {
    width: 100%;
    margin-bottom: 60px;
  }

  .best-content-block.right-line {
    border-right-style: none;
  }

  .best-content-block.left-line {
    border-left-style: none;
  }

  .btn-about {
    margin-top: 0;
  }

  .section-mobile-hero-intro {
    background-color: #b88c1d;
    width: auto;
    margin-top: -200px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 50px;
    padding-bottom: 50px;
    display: block;
    position: relative;
  }

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

  .horizontal-desktop {
    flex-direction: column;
    height: auto;
  }

  .horizontal-desktop.height-700 {
    height: auto;
  }

  .horizontal-desktop.align-center {
    align-items: center;
  }

  .horizontal-desktop.align-center.footer-link {
    margin-top: 20px;
  }

  .horizontal-desktop.align-center.footer-link.tablet {
    flex-direction: row;
    justify-content: center;
    width: 100%;
    margin-bottom: 15px;
  }

  .horizontal-desktop.mt-30 {
    margin-top: 0;
  }

  ._w-45.pl-100.tablet-wrap {
    margin-top: 40px;
    padding-left: 0;
  }

  ._w-45.tablet-wrap {
    width: 100%;
  }

  ._w-45.tablet-wrap.pl-50 {
    padding-left: 0;
  }

  ._w-45.tablet-wrap.first {
    order: -1;
  }

  ._w-55.tablet-wrap {
    order: -1;
    width: 100%;
  }

  ._w-55.pl-50 {
    padding-left: 0;
  }

  ._w-55.pl-50.mobile-wrap {
    width: 100%;
  }

  .vertical.align-right-desktop.pr-50 {
    align-items: flex-start;
    margin-top: 40px;
  }

  .text-block.first-capital {
    width: 100%;
  }

  .normal-p.align-right.pl-80 {
    text-align: left;
    padding-left: 0;
  }

  .normal-p.mb-0 {
    margin-bottom: 0;
  }

  .gold-button.mt-40 {
    margin-top: 20px;
  }

  .img-home-services {
    height: auto;
  }

  .home-slide-dot {
    display: none;
    left: 200px;
  }

  .slide-horizontal {
    flex-direction: column;
    margin-bottom: 60px;
  }

  .slide-img {
    height: auto;
  }

  .left-arrow {
    inset: 66% 15% auto auto;
  }

  .slide-prev-next {
    line-height: 20px;
  }

  .right-arrow {
    inset: 66% 0% auto auto;
  }

  .slide-number-black {
    left: -1%;
  }

  .slide-content-completed {
    margin-bottom: 20px;
  }

  .big-heading {
    font-size: 175px;
    right: -4%;
  }

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

  .staff-shape {
    background-color: #0000;
    height: auto;
    padding-top: 0;
    padding-left: 0;
  }

  .staff-line {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .profile-img.hide-tablet {
    display: none;
  }

  .profile-img.show-tablet {
    margin-bottom: 20px;
    display: block;
    position: static;
  }

  .staff-information {
    margin-top: 20px;
    padding-left: 0;
  }

  .big-header-2 {
    font-size: 145px;
  }

  .footer {
    z-index: auto;
    position: relative;
    overflow: visible;
  }

  .footer-wrapper {
    margin-right: 5%;
  }

  .footer-w-35 {
    text-align: center;
    align-self: auto;
    width: 100%;
  }

  .footer-w-35.last {
    order: 1;
  }

  .footer-w-35._2 {
    align-self: center;
    width: 100%;
  }

  .image-full {
    text-align: left;
  }

  .footer-company-intro {
    text-align: center;
    margin-bottom: 20px;
  }

  .footer-nav-link {
    margin: 10px 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-w-25 {
    width: 100%;
  }

  .footer-w-10 {
    z-index: 3;
    background-color: #0000;
    margin-top: 0;
    position: absolute;
    inset: -3% 0% auto auto;
  }

  .contact-block {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 0;
  }

  .footer-text.mt-25 {
    margin-top: 35px;
  }

  .subscribe {
    margin-left: 35px;
  }

  .subscribe-block {
    justify-content: center;
  }

  .back-to-top {
    z-index: 4;
    position: static;
  }

  .back-to-top.hide-desktop {
    display: block;
  }

  .footer-copyright {
    margin-top: 30px;
  }

  .term-and-policy-link.mr-80 {
    margin-left: 0;
  }

  .footer-w-30.tablet-full {
    width: 100%;
  }

  .footer-w-30.tablet-full.first {
    order: -1;
  }

  .horizontal-full.ml-negative-15 {
    justify-content: center;
    margin-left: 0;
  }

  .horizontal-full.ml-negative-15.footer-social-block {
    margin-top: 15px;
    margin-bottom: 20px;
    margin-left: 0;
  }

  .navigation-bar {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .navbar {
    justify-content: flex-start;
    margin-left: 0;
    margin-right: 0;
    padding-left: 5%;
    padding-right: 0;
    display: flex;
  }

  .brand {
    flex-direction: row;
    align-items: flex-start;
    display: block;
  }

  .nav-menu {
    background-color: var(--white);
    box-shadow: none;
    margin-top: 40px;
    margin-left: 0%;
    margin-right: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .nav-link {
    margin-left: 5%;
    padding-left: 0;
  }

  .nav-link.w--current {
    margin-right: 5%;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link.float-right {
    float: none;
  }

  .nav-link.float-right.last-link {
    margin-left: 5%;
  }

  .menu-button {
    text-align: left;
    border: 1px #0000;
    position: absolute;
    right: 5%;
  }

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

  .search-destop-hide {
    align-items: flex-end;
    margin-top: 20px;
    margin-left: 5%;
    margin-right: 5%;
    display: flex;
  }

  .search-input-mobile {
    border-radius: 20px;
    width: 300px;
    margin-bottom: 0;
    padding-right: 50px;
  }

  .search-button-mobile {
    background-color: var(--dard-gold);
    background-image: url('../images/search-icon-01.svg');
    background-position: 15%;
    background-repeat: no-repeat;
    background-size: 20px;
    border-radius: 20px;
    padding-left: 40px;
    position: relative;
    left: -40px;
  }

  .section-services {
    overflow: hidden;
  }

  ._w-35.tablet-wrap {
    width: 100%;
  }

  ._w-35.tablet-wrap.mb-60 {
    margin-bottom: 60px;
  }

  ._w-65.pl-90.align-center {
    width: 100%;
    padding-left: 0;
  }

  ._w-60.tablet-wrap {
    width: 100%;
  }

  .section-ongoing-projects {
    padding-bottom: 60px;
  }

  .project-line.center {
    margin-left: auto;
    margin-right: auto;
  }

  .ongoing-collection-list, .ongoing-collection-list.show-more {
    grid-template-columns: 1fr 1fr;
  }

  .project-name-text {
    width: auto;
  }

  .big-heading-3 {
    font-size: 120px;
    bottom: -1%;
  }

  .completed-collection-list, .completed-collection-list.show-more {
    grid-template-columns: 1fr 1fr;
  }

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

  .project-details-content {
    margin-top: 20px;
  }

  .project-details-gallery {
    grid-template-columns: 1fr;
    max-height: none;
  }

  .gallery-1, .gallery-2 {
    height: auto;
    min-height: 0;
  }

  .big-heading-4 {
    font-size: 135px;
  }

  .section-contact {
    padding-bottom: 100px;
  }

  .contact-box {
    background-color: var(--white);
    width: 100%;
    min-width: 0;
    top: 30px;
    box-shadow: 1px 1px 6px #0000004d;
  }

  .contact-box-grid {
    align-items: stretch;
  }

  ._w-33.align-center {
    width: 100%;
    margin-bottom: 0;
  }

  ._w-33.align-center.right-border {
    width: 100%;
    margin-bottom: 20px;
  }

  ._w-33.box {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
  }

  .contact-box-col {
    align-items: flex-start;
  }

  .contact-box-text-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .big-heading-5 {
    font-size: 150px;
    bottom: 2%;
  }

  .career-box {
    box-shadow: none;
    background-color: #0000;
    width: 100%;
    margin-top: 60px;
    top: auto;
    right: auto;
  }

  .btn-resume {
    margin-top: 10px;
  }

  .big-heading-6 {
    font-size: 150px;
    top: 2%;
    left: 15%;
  }

  .footer-2 {
    position: relative;
  }

  .footer-2.symbol-2 {
    overflow: visible;
  }

  .contact-box-vertical-line-2 {
    display: none;
  }

  .menu-button-line-1 {
    background-color: var(--black);
    text-align: left;
    border-radius: 10px;
    width: 20px;
    height: 2px;
    margin-top: 3px;
    margin-bottom: 0;
  }

  .icon {
    display: none;
  }

  .menu-button-line-2, .menu-button-line-3 {
    background-color: var(--black);
    width: 20px;
    height: 2px;
    margin-top: 3px;
  }

  .hero-banner-img {
    background-position: 100%;
  }

  .rich-text-block {
    width: auto;
    margin-top: 20px;
  }

  .certificate-grid {
    float: none;
    max-width: none;
  }

  .certificate-img {
    height: auto;
  }

  .overlay-color, .certificate-view-btn {
    display: none;
  }

  .normal-p-2.align-right.pl-80 {
    text-align: left;
    padding-left: 0;
  }

  .h1-2.align-right.mt-60.mb-40 {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .contact-popup-window {
    width: 100%;
  }

  .vertical-line {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .horizontal-desktop {
    margin-bottom: 50px;
  }

  .horizontal-desktop.align-center.footer-link {
    margin-bottom: 20px;
  }

  .horizontal-desktop.align-center.footer-link.tablet {
    margin-bottom: -25px;
  }

  ._w-55.relative.tablet-wrap {
    overflow: visible;
  }

  ._w-55.pl-50.mobile-wrap {
    width: 100%;
    overflow: hidden;
  }

  .vertical.align-right-desktop.pr-50 {
    padding-right: 0;
  }

  .section-proud-of {
    overflow: visible;
  }

  .home-slide-block {
    margin-bottom: 0;
    overflow: visible;
  }

  .home-slide-dot {
    left: 100px;
  }

  .slide-horizontal {
    margin-bottom: 40px;
  }

  .slider {
    overflow: visible;
  }

  .slide-img {
    padding-right: 1px;
  }

  .left-arrow {
    top: 57%;
    left: auto;
    right: 20%;
  }

  .right-arrow {
    top: 57%;
    left: auto;
  }

  .slide-number-black {
    width: 200px;
    height: 70px;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    left: 0%;
  }

  .slide-number {
    font-size: 60px;
    line-height: 65px;
  }

  .big-heading {
    font-size: 140px;
    line-height: 125px;
  }

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

  .big-header-2 {
    font-size: 120px;
    line-height: 125px;
  }

  .section-services {
    padding-bottom: 100px;
  }

  .services-grid, .ongoing-collection-list {
    grid-template-columns: 1fr;
  }

  .ongoing-collection-list.show-more {
    grid-template-columns: 1fr;
    display: none;
  }

  .project-name-text {
    width: 350px;
  }

  .big-heading-3 {
    font-size: 85px;
  }

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

  .completed-collection-list.show-more {
    grid-template-columns: 1fr;
    display: none;
  }

  .previous-next-text, .previous-next-text.align-right {
    font-size: 16px;
  }

  .big-heading-4 {
    font-size: 100px;
  }

  .text-field.first {
    margin-right: 10px;
  }

  .text-field.second {
    margin-left: 10px;
  }

  .map-embed {
    width: 100%;
  }

  .big-heading-5 {
    font-size: 100px;
    bottom: 3%;
  }

  .career-box {
    margin-top: 30px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .job-block {
    overflow: scroll;
  }

  .job-col-10 {
    width: 100px;
  }

  .job-col-30 {
    width: 240px;
  }

  .job-col-20 {
    width: 180px;
  }

  .job-col-40 {
    width: 250px;
  }

  .resume-text {
    margin-right: 0;
    display: inline-block;
  }

  .btn-resume {
    font-size: 16px;
    line-height: 20px;
  }

  .big-heading-6 {
    font-size: 100px;
    top: 1%;
  }

  .search-banner {
    height: 30vh;
  }

  .search-banner-title {
    font-size: 40px;
    line-height: 45px;
  }

  .search-content {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-2.symbol-2 {
    padding-top: 60px;
    padding-bottom: 25px;
  }

  .logo-footer {
    width: 220px;
  }

  .certificate-grid {
    grid-template-columns: 1fr 1fr;
    margin-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .popup-wrapper {
    opacity: 0;
    border-radius: 0;
    display: none;
  }

  .contact-popup-window {
    flex: 1;
    padding: 8px 8.33% 40px;
  }

  .section-hero-banner {
    height: 70vh;
  }

  .hero-content-1 {
    font-size: 18px;
    line-height: 25px;
  }

  .hero-content-2 {
    font-size: 14px;
    line-height: 20px;
  }

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

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

  .h1.align-right.mt-60.mb-40 {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 35px;
  }

  .h1.bold.slider-title, .h1.mt-30.mb-40 {
    font-size: 28px;
    line-height: 35px;
  }

  .title-line.align-right.mb-50 {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .best-content {
    width: 100%;
  }

  .best-text-block {
    font-size: 18px;
  }

  .section-mobile-hero-intro {
    margin-top: -150px;
    padding-bottom: 40px;
  }

  .vertical-line {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .horizontal-desktop.align-center.footer-link {
    width: auto;
    margin-top: 30px;
    margin-bottom: 40px;
  }

  .horizontal-desktop.mt-30 {
    margin-bottom: 30px;
  }

  ._w-45.tablet-wrap.pl-50 {
    padding-left: 0;
  }

  .vertical.align-right-desktop.pr-50, .vertical.align-left.pr-50 {
    margin-top: 20px;
    padding-right: 0;
  }

  .gold-button.mt-40 {
    margin-top: 30px;
  }

  .gold-button.mt-40._2 {
    margin-bottom: 15px;
  }

  .home-slide-dot {
    left: 80px;
  }

  .slide-horizontal {
    margin-bottom: 70px;
  }

  .left-arrow {
    margin-top: -400px;
    top: auto;
    left: auto;
    right: 28%;
  }

  .right-arrow {
    margin-top: -400px;
    top: auto;
    left: auto;
  }

  .slide-number-black {
    width: 125px;
    height: 50px;
    margin-top: 0;
    padding-top: 7px;
    bottom: -1%;
  }

  .slide-number {
    font-size: 40px;
    line-height: 25px;
  }

  .section-staffs {
    padding-bottom: 50px;
  }

  .big-heading {
    font-size: 90px;
    line-height: 60px;
  }

  .big-header-2 {
    font-size: 70px;
    line-height: 75px;
    bottom: -1%;
  }

  .big-header-2.services {
    font-size: 50px;
    bottom: 0%;
  }

  .staff-btn-block {
    bottom: -15px;
  }

  .white-btn {
    font-size: 14px;
  }

  .white-btn.home {
    margin-top: 10px;
    margin-bottom: 15px;
  }

  .footer-w-35.last {
    margin-top: -50px;
  }

  .footer-w-35._2 {
    width: 100%;
  }

  .footer-company-intro {
    margin-bottom: 40px;
  }

  .footer-nav-link {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .footer-w-10 {
    top: -20px;
    right: 5%;
  }

  .contact-block {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .footer-address {
    margin-top: 10px;
  }

  .footer-text.mt-25 {
    margin-top: 30px;
  }

  .navigation-bar {
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-menu {
    margin-top: 20px;
  }

  .menu-button {
    padding: 10px;
  }

  .search-destop-hide {
    margin-right: 5%;
  }

  .search-input-mobile {
    width: 100%;
    margin-right: -25px;
    padding-right: 45px;
  }

  .search-button-mobile {
    margin-left: 0;
    padding-left: 40px;
    left: -10px;
  }

  .menu-logo-img {
    width: 50%;
  }

  .services-grid-block {
    flex-direction: column;
    padding: 10px 15px 30px;
  }

  .services-p {
    text-align: center;
  }

  ._w-60.mobile-full {
    width: 100%;
  }

  ._w-40.order-first {
    order: -1;
  }

  ._w-40.order-first.mobile-full {
    width: 100%;
  }

  ._w-40.order-first.mobile-full.align-center {
    text-align: center;
  }

  .service-img {
    top: -15px;
  }

  .section-ongoing-projects {
    padding-bottom: 40px;
  }

  .project-name-text {
    width: auto;
  }

  .big-heading-3 {
    font-size: 50px;
    bottom: -2%;
  }

  .building-name {
    margin-top: 40px;
    font-size: 28px;
    line-height: 35px;
  }

  .project-details-text {
    white-space: nowrap;
  }

  .project-details-text-block {
    align-items: center;
  }

  .image-2 {
    max-height: 700px;
  }

  .previous-block {
    width: 50%;
  }

  .project-detail-previous {
    width: 30px;
    height: 30px;
  }

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

  .previous-next-text {
    font-size: 14px;
    line-height: 20px;
    display: none;
  }

  .previous-next-text.align-right {
    text-align: right;
    font-size: 14px;
  }

  .next-block {
    justify-content: flex-end;
    align-items: center;
    width: 50%;
  }

  .project-detail-next {
    width: 30px;
    height: 30px;
  }

  .next-block-text {
    margin-right: 8px;
  }

  .about-banner {
    height: 60vh;
  }

  .big-heading-4 {
    font-size: 65px;
    top: 8%;
  }

  .begin-block {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .contact-box-col {
    flex-direction: column;
    align-items: center;
    padding-right: 15px;
  }

  .contact-icon {
    margin-bottom: 10px;
  }

  .contact-box-text-block {
    padding-right: 0;
    display: block;
  }

  .big-heading-5 {
    font-size: 60px;
    bottom: 3%;
  }

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

  .career-box {
    margin-top: 20px;
    padding: 20px;
  }

  .job-block {
    width: auto;
    overflow: scroll;
  }

  .job-header {
    background-color: #f8f8f8;
    width: 150%;
  }

  .job-col-10 {
    width: 200px;
  }

  .job-header-text {
    margin-right: 15px;
    padding-right: 0;
    font-size: 16px;
  }

  .job-col-30 {
    width: 260px;
  }

  .job-col-20 {
    width: 200px;
  }

  .job-col-40 {
    width: 300px;
  }

  .job-text {
    margin-right: 15px;
    padding-right: 20px;
  }

  .job-text.mr-0 {
    margin-right: 0;
  }

  .job-position {
    margin-right: 20px;
  }

  .job-list {
    width: auto;
  }

  .collection-item {
    width: 150%;
  }

  .big-heading-6 {
    font-size: 60px;
    top: 0%;
  }

  .search-banner {
    height: 40vh;
  }

  .logo-footer {
    width: 65%;
    max-width: none;
  }

  .hero-banner-img {
    background-position: 90%;
  }

  .rich-text-block {
    margin-top: 0;
    margin-bottom: 0;
  }

  .success-message {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .h1-2.align-right.mt-60.mb-40 {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 35px;
  }

  .h1-2.align-right.mt-60.mb-40.for-carousel {
    text-align: center;
  }
}

#w-node-f15787d8-16ab-85e9-4935-4d99dda59c5d-f3fe290c {
  justify-self: center;
}

#w-node-_9b8cdf91-28f3-2d1e-d465-75537442a932-d699cee6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_9b8cdf91-28f3-2d1e-d465-75537442a93e-d699cee6 {
  place-self: center;
}

#w-node-db55ee20-b506-af3a-58cf-4f202aa26231-a83439dc {
  place-self: auto center;
}


