:root {
  --505050: #505050;
  --242424: #242424;
  --gold: #878c7b;
  --white: white;
  --gold-hover: #6c7063;
}

body {
  color: var(--505050);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

h1 {
  color: var(--242424);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cinzel, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 120%;
}

h2 {
  color: var(--gold);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Cinzel, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
}

h3 {
  color: var(--242424);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cinzel, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 120%;
}

li {
  padding-top: 5px;
  padding-bottom: 5px;
}

label {
  margin-bottom: 5px;
  font-weight: 400;
  display: block;
  position: absolute;
}

.home-project-listing {
  height: 100vh;
  color: var(--white);
  text-align: center;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.home-project-listing-txt-b {
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  text-shadow: 0 0 10px rgba(0, 0, 0, .4);
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 0%;
  right: 0%;
  transform: translate(0, -50%);
}

.home-project-listing-mask {
  z-index: 1;
  background-color: rgba(0, 0, 0, .15);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.home-project-listing-img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.home-project-listing-img.project-img-kobane {
  background-image: url('../images/home-project-img-kobane.jpg');
}

.home-project-listing-img.project-img-regalcity {
  background-image: url('../images/home-project-img-regalcity.jpg');
}

.home-project-listing-img.project-img-mora {
  background-image: url('../images/home-project-img-mora.jpg');
}

.home-project-listing-img.project-img-twinkle {
  background-image: url('../images/home-project-img-twinkle.jpg');
}

.home-project-listing-img.project-img-samsung {
  background-image: url('../images/home-project-img-samsung.jpg');
}

.home-project-listing-img.project-img-urbancafe {
  background-image: url('../images/home-project-img-urbancafe.jpg');
}

.home-project-listing-img.project-img-inbloom {
  background-image: url('../images/home-project-img-inbloom.jpg');
}

.home-project-listing-img.project-img-fem-fitness {
  background-image: url('../images/home-project-img-fem-fitness.jpg');
}

.section-content {
  padding-bottom: 120px;
  position: relative;
}

.section-content.bg-darkgrey {
  background-color: var(--242424);
}

.section-content.bg-gold {
  background-color: var(--gold);
}

.container-1000 {
  width: 100%;
  max-width: 1000px;
  padding-left: 5%;
  padding-right: 5%;
}

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

.section-line-mask {
  width: 1px;
  height: 120px;
  margin-bottom: 30px;
  position: relative;
  left: 50%;
  transform: translate(-50%);
}

.section-line {
  height: 100%;
  background-color: var(--gold);
  opacity: .6;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.section-line.bg-color-white {
  background-color: var(--white);
}

.title-b {
  margin-bottom: 30px;
}

.home-expertise {
  color: var(--white);
  text-align: center;
  padding-left: 5%;
  padding-right: 5%;
  overflow: hidden;
}

.home-expertise-row {
  flex-wrap: wrap;
  margin-bottom: -60px;
  margin-left: -2.5%;
  margin-right: -2.5%;
  display: flex;
}

.home-expertise-col {
  width: 50%;
  margin-bottom: 60px;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.title {
  text-transform: uppercase;
  margin-bottom: 15px;
  font-family: Cinzel, sans-serif;
  font-size: 24px;
  line-height: 120%;
}

.home-expertise-list {
  opacity: .5;
  margin-bottom: 0;
}

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

.home-contact {
  color: var(--white);
  text-align: center;
}

.home-expertise-icon {
  width: 100px;
  height: 100px;
  border: 1px solid var(--gold);
  border-radius: 100%;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.home-project-listing-title {
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 5px;
  font-family: Cinzel, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 120%;
}

.home-contact-txt-b {
  margin-bottom: 30px;
}

.home-contact-btn {
  color: var(--white);
  text-transform: uppercase;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Cinzel, sans-serif;
  font-size: 24px;
  text-decoration: none;
  position: relative;
}

.home-contact-btn-line-mask-top {
  height: 1px;
  background-color: rgba(255, 255, 255, .25);
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.home-contact-btn-line-top {
  width: 100%;
  background-color: var(--white);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.home-contact-btn-line-mask-bottom {
  height: 1px;
  background-color: rgba(255, 255, 255, .25);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.home-contact-btn-line-bottom {
  width: 100%;
  background-color: var(--white);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.footer-social-icon {
  width: 32px;
  opacity: .6;
  margin-left: 10px;
  margin-right: 10px;
  transition: opacity .8s;
}

.footer-social-icon:hover {
  opacity: 1;
}

.img {
  width: 100%;
}

.footer-social-b {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.footer-txt-copyright {
  color: var(--white);
  text-align: center;
  font-size: 14px;
}

.link-group-b {
  display: inline-block;
}

.link-group {
  color: var(--white);
  text-transform: uppercase;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  font-family: Cinzel, sans-serif;
  font-size: 18px;
  text-decoration: none;
  transition: all .8s;
}

.link-group:hover {
  border-bottom-color: var(--white);
}

.group-txt-b {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}

.group-link-b {
  margin-top: 15px;
}

.group-line-l {
  width: 100%;
  height: 1px;
  background-color: rgba(133, 133, 133, .6);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.group-dot {
  margin-top: -2px;
  margin-left: 20px;
  margin-right: 20px;
}

.group-line-b {
  display: none;
}

.group-txt {
  font-size: 15px;
}

.btn-whatsapp {
  z-index: 500;
  width: 60px;
  height: 60px;
  border: 1px solid var(--white);
  background-color: var(--gold);
  background-image: url('../images/icon-whatsapp.svg');
  background-position: 50% 49%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 100%;
  margin-bottom: 30px;
  margin-right: 30px;
  transition: all .8s;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.btn-whatsapp:hover {
  background-color: var(--white);
  background-image: url('../images/icon-whatsapp-hover.svg');
}

.header {
  z-index: 1000;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.menu-b {
  height: 60px;
  max-width: 100%;
  background-color: var(--white);
  border-bottom: 1px solid #d8d8d8;
  justify-content: center;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
}

.menu-link {
  color: var(--505050);
  text-transform: uppercase;
  padding: 19px 0;
  font-family: Cinzel, sans-serif;
  font-weight: 500;
  text-decoration: none;
  transition: all .6s;
  position: relative;
}

.menu-link:hover, .menu-link.w--current {
  color: var(--gold);
}

.menu-link-b {
  width: 140px;
  text-align: center;
  display: inline-block;
}

.menu-link-line {
  width: 100%;
  height: 2px;
  background-color: var(--gold);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 50%;
  right: auto;
  transform: translate(-50%);
}

.header-logo {
  z-index: 10;
  width: 40px;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translate(-50%, -50%);
}

.menu {
  width: 100%;
  max-width: 960px;
  justify-content: space-between;
  display: flex;
  position: static;
  top: 50%;
  bottom: auto;
  left: 50%;
  right: auto;
}

.menu-space {
  width: 54px;
  height: 60px;
  display: inline-block;
}

.landing {
  z-index: 5000;
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.landing-logo {
  width: 227px;
}

.menu-btn, .menu-bg {
  display: none;
}

.how-we-work-b {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 35%;
  position: relative;
}

.how-we-work-graphic {
  width: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 50%;
  right: 0%;
  transform: translate(-50%);
}

.how-we-work-txt-b {
  width: 65%;
  color: #fff;
  text-align: center;
  margin-top: 25%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.how-we-work-txt-b.step1 {
  display: block;
}

.how-we-work-txt-b.step2, .how-we-work-txt-b.step3, .how-we-work-txt-b.step4 {
  display: none;
}

.txt-color-white-opacity {
  opacity: .5;
  color: #fff;
}

.how-we-work-dot-b {
  z-index: 1;
  width: 20px;
  height: 20px;
  border: 1px solid var(--gold);
  background-color: var(--242424);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translate(-50%, -50%);
}

.how-we-work-dot-b.step1 {
  margin-top: -7.5%;
  margin-left: -31%;
}

.how-we-work-dot-b.step4 {
  margin-top: -7.5%;
  margin-left: 31%;
}

.how-we-work-dot-b.step2 {
  margin-top: -19%;
  margin-left: -11%;
}

.how-we-work-dot-b.step3 {
  margin-top: -19%;
  margin-left: 11%;
}

.how-we-work-dot {
  width: 8px;
  height: 8px;
  background-color: var(--gold);
  border-radius: 100%;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translate(-50%, -50%);
}

.how-we-work-dot-on {
  width: 8px;
  height: 8px;
  background-color: var(--white);
  border-radius: 100%;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translate(-50%, -50%);
}

.how-we-work-dot-on.step1, .how-we-work-dot-on.step2, .how-we-work-dot-on.step3, .how-we-work-dot-on.step4 {
  opacity: 0;
}

.how-we-work-dot-txt {
  width: 50px;
  color: var(--gold);
  text-align: center;
  font-family: Cinzel, sans-serif;
  font-size: 20px;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translate(-50%, -50%);
}

.how-we-work-dot-txt.step1 {
  margin-top: -80%;
  margin-left: -180%;
}

.how-we-work-dot-txt.step4 {
  margin-top: -80%;
  margin-left: 180%;
}

.how-we-work-dot-txt.step2 {
  margin-top: -170%;
  margin-left: -70%;
}

.how-we-work-dot-txt.step3 {
  margin-top: -170%;
  margin-left: 30%;
}

.container {
  max-width: 1200px;
  padding-left: 5%;
  padding-right: 5%;
}

.awards-row {
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -1.5%;
  margin-right: -1.5%;
  display: flex;
}

.awards-col {
  width: 16.66%;
  margin-top: 3%;
  padding-left: 1.5%;
  padding-right: 1.5%;
}

.awards-content-b {
  margin-top: 60px;
}

.details-txt-title {
  text-transform: uppercase;
  margin-bottom: 5px;
  font-weight: 700;
}

.details-txt-b {
  margin-top: 30px;
}

.details-content-row {
  flex-wrap: wrap;
  margin-bottom: 60px;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.details-content-col {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}

.details-content-col.full {
  width: 100%;
}

.details-img-b {
  margin-top: 30px;
  position: relative;
  overflow: hidden;
}

.details-img-txt {
  z-index: 1;
  color: var(--white);
  padding: 10px 20px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.txt-color-gold {
  color: var(--gold);
}

.details-content-txt-b {
  max-width: 800px;
  text-align: center;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
}

.link-txt {
  border-bottom: 1px solid var(--gold);
  color: var(--gold);
  text-transform: uppercase;
  margin-top: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Cinzel, sans-serif;
  text-decoration: none;
  transition: all .5s;
  display: inline-block;
}

.link-txt:hover {
  border-bottom-color: rgba(0, 0, 0, 0);
}

.details-banner-img-mask {
  padding-top: 40%;
  position: relative;
  overflow: hidden;
}

.details-content-txt-col {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}

.home-project-listing-img02 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.home-project-listing-img02.project-img-urbancafe02 {
  background-image: url('../images/home-project-img-urbancafe02.jpg');
}

.home-project-listing-img02.project-img-regalcity02 {
  background-image: url('../images/home-project-img-regalcity02.jpg');
}

.home-project-listing-img02.project-img-twinkle02 {
  background-image: url('../images/home-project-img-twinkle02.jpg');
}

.home-project-listing-img02.project-img-inbloom02 {
  background-image: url('../images/home-project-img-inbloom02.jpg');
}

.section-inner {
  padding-bottom: 120px;
  position: relative;
}

.section-inner.bg-darkgrey {
  background-color: var(--242424);
}

.section-inner.bg-darkgrey.how-we-work {
  padding-bottom: 0;
  overflow: hidden;
}

.section-inner.no-bottom-padding {
  padding-bottom: 0;
}

.details-client {
  color: var(--gold);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-family: Cinzel, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
}

.details-banner-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.details-btn-back {
  border-top: 1px solid var(--gold);
  color: var(--gold);
  text-align: center;
  text-transform: uppercase;
  padding: 15px 5%;
  font-family: Cinzel, sans-serif;
  text-decoration: none;
  transition: all .8s;
  display: block;
}

.details-btn-back:hover {
  background-color: var(--gold-hover);
  color: var(--white);
}

.our-story-sliders-b {
  margin-bottom: 30px;
  overflow: hidden;
}

.our-story-slider-row {
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
}

.our-story-slider-col {
  width: 33.33%;
  padding-left: 5px;
  padding-right: 5px;
}

.hidden {
  display: none;
}

.our-story-slider {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

.our-story-slide {
  padding-top: 65%;
  overflow: hidden;
}

.our-story-slide-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.our-story-slider-b {
  overflow: hidden;
}

.page-tagline {
  color: var(--242424);
  margin-bottom: 0;
  font-size: 40px;
}

.page-title {
  color: var(--gold);
  margin-bottom: 15px;
  font-size: 20px;
}

.contact-img-b {
  margin-top: 30px;
  padding-top: 25%;
  position: relative;
  overflow: hidden;
}

.contact-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.contact-row {
  flex-wrap: wrap;
  margin-bottom: 10px;
  margin-left: -2.5%;
  margin-right: -2.5%;
  display: flex;
}

.contact-col {
  width: 50%;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.content-link {
  color: var(--505050);
  text-decoration: none;
}

.expertise-row {
  background-color: var(--white);
  flex-wrap: wrap;
  margin-top: 30px;
  display: flex;
}

.expertise-row.reverse {
  flex-direction: row-reverse;
}

.expertise-col-img {
  width: 50%;
  padding-top: 35%;
  position: relative;
}

.expertise-col-txt {
  width: 50%;
  flex-direction: column;
  justify-content: center;
  padding: 60px 5%;
  position: relative;
}

.expertise-slider-b {
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.expertise-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.expertise-img-slider {
  height: 100%;
}

.expertise-img-slide, .projects-content-b {
  overflow: hidden;
}

.projects-row {
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
}

.projects-col01 {
  width: 50%;
  margin-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

.projects-link {
  background-color: var(--gold);
  color: var(--white);
  font-size: 14px;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.projects-link-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.projects-col02 {
  width: 25%;
  margin-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

.projects-link-b01 {
  height: 100%;
  padding-top: 60%;
  position: relative;
}

.projects-col03 {
  width: 100%;
  margin-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

.projects-link-b02 {
  height: 100%;
  padding-top: 45%;
  position: relative;
}

.projects-link-video {
  width: 100%;
  height: 100%;
}

.projects-link-txt-b {
  z-index: 1;
  background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  padding: 30px 30px 15px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.projects-link-title {
  text-transform: uppercase;
  margin-bottom: 5px;
  font-family: Cinzel, sans-serif;
  font-size: 20px;
}

.expertise-expand-list {
  border-bottom: 1px solid rgba(80, 80, 80, .3);
}

.expertise-expand-btn {
  color: var(--505050);
  background-image: url('../images/expertise-dot.svg');
  background-position: 10px 15px;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 10px 40px 10px 30px;
  font-weight: 600;
  text-decoration: none;
  display: block;
  position: relative;
}

.expertise-expand-arrow {
  z-index: 1;
  margin-top: 10px;
  margin-right: 10px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.expertise-expand {
  overflow: hidden;
}

.expertise-expand-txt-b {
  padding: 10px 30px;
}

.expertise-expand-content {
  margin-top: 15px;
}

.expertise-expand-btn-bg {
  background-color: rgba(135, 140, 123, .2);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.expertise-btn-txt {
  z-index: 1;
  position: relative;
}

.expertise-related-projects {
  overflow: hidden;
}

.related-projects-row {
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
}

.related-projects-col {
  width: 33.33%;
  margin-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

.related-projects-col.hidden-desktop {
  display: none;
}

.related-projects-link {
  height: 100%;
  padding-top: 80%;
  position: relative;
}

.expertise-txt-intro {
  margin-bottom: 15px;
}

.expertise-col-all {
  width: 25%;
}

.expertise-link-txt-b {
  padding: 30px 10% 60px;
}

.expertise-link-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.expertise-link-img-mask {
  width: 100%;
  padding-top: 75%;
  position: relative;
}

.our-story-services {
  background-color: var(--242424);
  margin-top: 120px;
  margin-bottom: -120px;
  overflow: hidden;
}

.link-txt-content-white {
  color: var(--white);
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  text-decoration: none;
  transition: all .5s;
  display: inline-block;
}

.link-txt-content-white:hover {
  color: var(--gold);
}

.contact-form-col02 {
  width: 100%;
  margin-bottom: 30px;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.contact-form-col {
  width: 50%;
  margin-bottom: 30px;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.input-wrap {
  flex-direction: row;
  display: flex;
  position: relative;
}

.btn-hover {
  height: 0;
  background-color: #ac9d90;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.btn-txt {
  z-index: 1;
  position: relative;
}

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

.input {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--white);
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.input:focus {
  border-bottom-color: #ac9d90;
}

.input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0);
}

.input::placeholder {
  color: rgba(0, 0, 0, 0);
}

.input.long {
  height: 120px;
}

.btn {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  background-color: #878c7b;
  padding: 15px 60px;
  font-family: Cinzel, sans-serif;
  font-weight: 600;
  text-decoration: none;
  transition: all .6s;
  display: block;
  position: relative;
}

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

.contact-form-row {
  flex-wrap: wrap;
  margin-left: -2.5%;
  margin-right: -2.5%;
  display: flex;
}

.contact-btn-submit {
  border-bottom: 1px solid var(--white);
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  padding: 5px 60px;
  font-family: Cinzel, sans-serif;
  font-size: 24px;
  font-weight: 500;
  text-decoration: none;
  position: relative;
}

.contact-dot-b {
  width: 45px;
  height: 45px;
  margin-bottom: -22.5px;
  margin-left: -22.5px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.contact-btn-dot-animate {
  background-color: rgba(255, 255, 255, .3);
  border-radius: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.contact-btn-dot {
  width: 25px;
  height: 25px;
  background-color: var(--white);
  border-radius: 100%;
  margin-top: 10px;
  margin-left: 10px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.contact-info-title {
  text-align: right;
}

.projects-filtering {
  z-index: 5;
  background-color: var(--gold);
  color: var(--white);
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  transition: all .5s;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
}

.projects-filtering:hover {
  background-color: var(--gold-hover);
}

.projects-filtering-icon {
  z-index: 1;
  margin-right: 10px;
  position: relative;
}

.pop-filter-scroll {
  z-index: 1;
  width: 510px;
  background-color: #f3f4f2;
  padding: 30px 30px 150px;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
  overflow: auto;
}

.pop-filter-scroll.popup-scroll {
  background-color: var(--white);
}

.pop-filter {
  z-index: 5000;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.pop-btn-close {
  z-index: 1;
  width: 32px;
  margin-top: 30px;
  margin-right: 30px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.filter-link {
  color: var(--242424);
  border: 1px solid rgba(135, 140, 123, .5);
  border-radius: 30px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 5px 15px;
  text-decoration: none;
  transition: all .6s;
  display: inline-block;
}

.filter-link:hover {
  border-color: var(--gold);
  background-color: var(--gold);
  color: #f3f4f2;
}

.img-full-w {
  width: 100%;
  display: block;
}

.filter-bottom-col-r {
  width: 70%;
}

.pop-bg {
  background-color: rgba(0, 0, 0, .4);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.filter-bottom-col-l {
  width: 30%;
}

.filter-list-btn {
  color: #464443;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 600;
  text-decoration: none;
  display: block;
  position: relative;
}

.filter-expand-content {
  height: auto;
  padding-bottom: 5px;
}

.pop-back {
  z-index: 1;
  width: 46px;
  height: 15px;
  margin-right: 525px;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: auto;
  right: 0%;
  transform: translate(0, -50%);
}

.filter-expand-b {
  overflow: hidden;
}

.filter-list-all {
  border-top: 1px solid var(--gold);
}

.filter-list {
  border-bottom: 1px solid var(--gold);
}

.filter-bottom {
  z-index: 1;
  width: 510px;
  background-color: var(--white);
  flex-flow: row-reverse wrap;
  align-items: center;
  padding: 30px;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.filter-arrow-expand {
  margin-right: 10px;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: auto;
  right: 0%;
  transform: translate(0, -50%);
}

.filter-btn-clear {
  color: var(--gold);
  font-family: Cinzel, sans-serif;
  text-decoration: none;
  transition: all .6s;
  display: inline-block;
}

.filter-btn-clear:hover {
  opacity: .6;
}

.menu-dropdown {
  position: static;
}

.menu-dropdown-list {
  background-color: var(--white);
  margin-top: 60px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.menu-dropdown-row {
  flex-wrap: wrap;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.menu-dropdown-col {
  width: 25%;
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}

.menu-dropdown-link {
  color: var(--505050);
  white-space: pre-wrap;
  padding: 5px 0;
  transition: all .6s;
  display: block;
}

.menu-dropdown-link:hover {
  opacity: .7;
  color: var(--gold);
}

.menu-dropdown-link.w--current {
  color: var(--gold);
}

.menu-dropdown-content {
  border-bottom: 5px solid var(--gold);
  padding-top: 30px;
}

.menu-dropdown-title {
  width: 100%;
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 10px;
  padding-top: 55%;
  font-family: Cinzel, sans-serif;
  display: block;
  position: relative;
}

.menu-dropdown-title-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.menu-dropdown-title-txt {
  background-image: linear-gradient(to top, rgba(0, 0, 0, .55), rgba(0, 0, 0, 0));
  padding: 10px 10px 5px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.menu-dropdown-btn-back-b, .menu-dropdown-btn-back-list {
  display: none;
}

.menu-dropdown-link-b {
  padding-left: 10px;
  padding-right: 10px;
}

.menu-dropdown-mobile {
  display: none;
  position: static;
}

.menu-dropdown-list-mobile {
  background-color: var(--white);
  margin-top: 60px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.expertise-btn {
  color: var(--505050);
  background-image: url('../images/expertise-dot.svg');
  background-position: 10px 15px;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 10px 40px 10px 30px;
  font-weight: 600;
  text-decoration: none;
  transition: all .6s;
  display: block;
  position: relative;
}

.expertise-btn:hover {
  color: var(--gold);
}

.expertise-content {
  margin-top: 15px;
}

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

.expertise-other-services {
  background-color: #eee;
  padding-bottom: 60px;
  overflow: hidden;
}

.expertise-services-slider {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

.expertise-services-slide {
  width: 33.33%;
}

.other-service-link {
  width: 100%;
  height: 100%;
  border-style: solid;
  border-width: 1px 1px 5px;
  border-color: var(--gold);
  background-color: var(--gold);
  color: var(--white);
  padding: 20px;
  text-decoration: none;
  display: block;
  position: relative;
}

.other-service-title {
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 15px;
  font-family: Cinzel, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.other-services-b {
  overflow: hidden;
}

.other-services-slider {
  flex-wrap: wrap;
  display: flex;
  overflow: hidden;
}

.slide {
  width: 400px;
  height: 320px;
  margin-left: 30px;
  display: inline-block;
}

.img-slide {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.other-service-btn-more {
  background-color: var(--white);
  color: var(--gold);
  text-transform: uppercase;
  padding: 10px 20px;
  font-family: Cinzel, sans-serif;
}

.other-service-btn-expand {
  margin-bottom: -4px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.page-title02 {
  color: var(--gold);
  margin-bottom: 15px;
}

.other-services-b-mobile {
  display: none;
}

.home-h1 {
  display: none;
  position: fixed;
}

.lang-btn {
  color: var(--505050);
  margin-right: 30px;
  text-decoration: none;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: auto;
  right: 0%;
  transform: translate(0, -50%);
}

.hidden-txt {
  display: none;
}

.link-txt-content {
  color: var(--242424);
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  text-decoration: none;
  transition: all .5s;
  display: inline-block;
}

.link-txt-content:hover {
  border-bottom-color: var(--gold);
  color: var(--gold);
}

html.w-mod-js [data-ix="line-vertical"] {
  height: 0;
}

html.w-mod-js [data-ix="fade-in"] {
  opacity: 0;
}

html.w-mod-js [data-ix="fade-in-zoom"] {
  opacity: 0;
  transform: scale(1.1);
}

html.w-mod-js [data-ix="fade-in-from-bottom"] {
  opacity: 0;
  transform: translate(0, 40px);
}

html.w-mod-js [data-ix="home-contact-btn"] {
  opacity: 0;
}

html.w-mod-js [data-ix="landing-load"] {
  display: flex;
}

html.w-mod-js [data-ix="home-header-initial"], html.w-mod-js [data-ix="header"] {
  transform: translate(0, -100%);
}

html.w-mod-js [data-ix="home-project-listing-img02"] {
  opacity: 0;
}

html.w-mod-js [data-ix="img-scroll-appear"] {
  opacity: 0;
  transform: scale(1.1);
}

html.w-mod-js [data-ix="expertise-expand"] {
  height: 0;
}

html.w-mod-js [data-ix="expertise-expand-btn-bg"] {
  opacity: 0;
}

html.w-mod-js [data-ix="pop-scroll-initial"] {
  transform: translate(100%);
}

html.w-mod-js [data-ix="pop-close"], html.w-mod-js [data-ix="menu-dropdown-list"] {
  opacity: 0;
}

html.w-mod-js [data-ix="other-service-btn-expand"] {
  height: 0;
}

@media screen and (min-width: 1280px) {
  .home-expertise-row {
    justify-content: center;
  }

  .home-expertise-col {
    width: 25%;
  }

  .how-we-work-b {
    width: 1000px;
    padding-top: 540px;
    overflow: hidden;
  }

  .expertise-col-img {
    padding-top: 30%;
  }

  .expertise-img-slider {
    background-color: rgba(0, 0, 0, 0);
  }

  .projects-link {
    overflow: hidden;
  }

  .projects-link-txt-b {
    padding-top: 45px;
    padding-bottom: 30px;
  }

  .pop-filter {
    display: block;
  }
}

@media screen and (max-width: 991px) {
  .home-project-listing {
    height: 0;
    background-attachment: scroll;
    padding-top: 70%;
  }

  .home-project-listing-txt-b {
    margin-bottom: 30px;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
    transform: none;
  }

  .home-project-listing-img {
    background-attachment: scroll;
  }

  .section-line-mask {
    height: 60px;
  }

  .home-project-listing-title {
    font-size: 30px;
  }

  .btn-whatsapp {
    z-index: 3;
    margin-bottom: 5%;
    margin-right: 5%;
  }

  .header {
    background-color: var(--white);
  }

  .menu-b {
    z-index: 1000;
    background-color: var(--white);
  }

  .menu-link {
    text-align: center;
    display: block;
  }

  .menu-link-b {
    width: 100%;
    display: block;
  }

  .menu-link-line {
    display: none;
  }

  .menu {
    z-index: 2;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0);
    padding-top: 90px;
    padding-bottom: 60px;
    display: block;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: auto;
    transform: none;
  }

  .menu-space {
    display: none;
  }

  .home-content {
    margin-top: 60px;
  }

  .menu-btn {
    z-index: 2000;
    width: 60px;
    height: 60px;
    color: var(--gold);
    text-align: center;
    text-transform: uppercase;
    margin-right: 5%;
    padding: 0;
    font-family: Cinzel, sans-serif;
    font-size: 16px;
    text-decoration: none;
    display: block;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .menu-btn.w--open {
    color: var(--gold);
    background-color: rgba(0, 0, 0, 0);
  }

  .menu-btn-txt {
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .menu-btn-txt-close {
    opacity: 0;
    justify-content: center;
    align-items: center;
    display: none;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .menu-bg {
    width: 100%;
    height: 100%;
    background-color: var(--white);
    display: block;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .how-we-work-b {
    padding-top: 45%;
  }

  .how-we-work-txt-b {
    margin-top: 25%;
  }

  .how-we-work-dot-b.step1 {
    margin-top: -11%;
    margin-left: -31%;
  }

  .how-we-work-dot-b.step4 {
    margin-top: -11%;
  }

  .how-we-work-dot-b.step2 {
    margin-top: -22.5%;
    margin-left: -11%;
  }

  .how-we-work-dot-b.step3 {
    margin-top: -22.5%;
  }

  .details-content-txt-b {
    padding-left: 0%;
    padding-right: 0%;
  }

  .home-project-listing-img02 {
    background-attachment: scroll;
  }

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

  .expertise-col-img {
    width: 100%;
    padding-top: 50%;
  }

  .expertise-col-txt {
    width: 100%;
  }

  .projects-col02, .projects-col03 {
    width: 50%;
  }

  .projects-col03.tablet-full {
    width: 100%;
  }

  .related-projects-col {
    width: 50%;
  }

  .related-projects-col.hidden-desktop {
    display: block;
  }

  .expertise-col-all {
    width: 50%;
  }

  .input {
    font-size: 1rem;
  }

  .menu-dropdown {
    display: none;
  }

  .menu-dropdown-list {
    z-index: 1000;
    margin-top: 0;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: auto;
  }

  .menu-dropdown-row {
    padding-bottom: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .menu-dropdown-col {
    width: 50%;
    padding-left: 0;
    padding-right: 0;
  }

  .menu-dropdown-content {
    border-bottom-style: none;
    padding-top: 102px;
  }

  .menu-dropdown-title {
    padding-top: 45%;
  }

  .menu-dropdown-title-txt {
    padding-left: 5%;
    padding-right: 5%;
  }

  .menu-dropdown-btn-back {
    background-color: var(--gold);
    color: var(--white);
    text-align: center;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
    font-family: Cinzel, sans-serif;
    text-decoration: none;
    display: block;
  }

  .menu-dropdown-btn-back-b {
    margin-top: 60px;
    display: block;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .menu-dropdown-link-b {
    padding-left: 5%;
    padding-right: 5%;
  }

  .menu-dropdown-mobile {
    display: block;
  }

  .menu-dropdown-list-mobile {
    z-index: 1000;
    margin-top: 0;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: auto;
  }

  .lang-btn {
    margin-left: 5%;
    margin-right: 0;
    top: 50%;
    bottom: auto;
    left: 0%;
    right: auto;
  }
}

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

  h2 {
    margin-bottom: 10px;
    font-size: 18px;
  }

  h3 {
    font-size: 30px;
  }

  .home-project-listing-txt-b {
    margin-bottom: 15px;
  }

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

  .section-line-mask {
    height: 40px;
    margin-bottom: 20px;
  }

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

  .home-expertise-row {
    margin-bottom: -40px;
  }

  .home-expertise-col {
    margin-bottom: 40px;
  }

  .title {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .home-expertise-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
  }

  .home-project-listing-title {
    margin-bottom: 0;
    font-size: 18px;
  }

  .home-contact-btn {
    padding-bottom: 13px;
    font-size: 22px;
  }

  .link-group-b {
    margin-top: 15px;
    display: block;
  }

  .group-line-r {
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, .6);
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .group-txt-b {
    margin-top: 30px;
  }

  .group-txt-align {
    align-items: center;
    display: flex;
    position: relative;
  }

  .group-line-l {
    background-color: rgba(255, 255, 255, .6);
  }

  .group-dot {
    display: none;
  }

  .group-line-b {
    height: 1px;
    flex: 1;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    position: relative;
  }

  .group-txt {
    padding-left: 20px;
    padding-right: 20px;
    display: inline-block;
  }

  .header-logo {
    width: 50px;
  }

  .landing-logo {
    width: 180px;
  }

  .how-we-work-b {
    width: 100%;
    padding-top: 340px;
  }

  .how-we-work-graphic {
    width: 700px;
  }

  .how-we-work-txt-b {
    width: 70%;
    margin-top: 140px;
  }

  .how-we-work-dot-b.step1 {
    margin-top: -37px;
    margin-left: -215px;
  }

  .how-we-work-dot-b.step4 {
    margin-top: -37px;
    margin-left: 215px;
  }

  .how-we-work-dot-b.step2 {
    margin-top: -114px;
    margin-left: -85px;
  }

  .how-we-work-dot-b.step3 {
    margin-top: -114px;
    margin-left: 85px;
  }

  .how-we-work-dot-txt.step1, .how-we-work-dot-txt.step4 {
    margin-top: -165%;
    margin-left: 0%;
  }

  .awards-row {
    justify-content: center;
  }

  .awards-col {
    width: 25%;
  }

  .awards-content-b {
    margin-top: 40px;
  }

  .details-txt-b {
    margin-top: 20px;
  }

  .details-content-row {
    margin-bottom: 40px;
    margin-left: -10px;
    margin-right: -10px;
  }

  .details-content-col {
    padding-left: 10px;
    padding-right: 10px;
  }

  .details-img-b, .details-content-txt-b {
    margin-top: 20px;
  }

  .details-content-txt-col {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-inner {
    padding-bottom: 80px;
  }

  .details-client {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .our-story-sliders-b {
    margin-bottom: 20px;
  }

  .our-story-slider-row {
    margin-left: -2px;
    margin-right: -2px;
  }

  .our-story-slider-col {
    padding-left: 2px;
    padding-right: 2px;
  }

  .page-tagline {
    font-size: 30px;
  }

  .page-title {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .contact-img-b {
    margin-top: 20px;
  }

  .contact-col {
    width: 100%;
    text-align: center;
  }

  .expertise-row {
    margin-top: 20px;
  }

  .expertise-col-txt {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .projects-row {
    margin-left: -2px;
    margin-right: -2px;
  }

  .projects-col01, .projects-col02, .projects-col03 {
    margin-bottom: 4px;
    padding-left: 2px;
    padding-right: 2px;
  }

  .projects-link-txt-b {
    padding-left: 15px;
    padding-right: 15px;
  }

  .projects-link-title {
    margin-bottom: 0;
    font-size: 18px;
  }

  .related-projects-row {
    margin-left: -2px;
    margin-right: -2px;
  }

  .related-projects-col {
    margin-bottom: 4px;
    padding-left: 2px;
    padding-right: 2px;
  }

  .contact-form-col02, .contact-form-col {
    width: 100%;
  }

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

  .contact-btn-submit {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 22px;
  }

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

  .pop-filter-scroll {
    width: 90%;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .pop-btn-close {
    margin-top: 18px;
    margin-right: 24px;
    display: block;
  }

  .filter-link {
    margin-bottom: 8px;
    margin-right: 5px;
    padding: 2px 12px;
  }

  .filter-list-btn {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .pop-back {
    display: none;
  }

  .filter-bottom {
    width: 90%;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-dropdown-btn-back {
    margin-bottom: 5%;
  }

  .other-service-link {
    padding-bottom: 60px;
  }

  .other-services-b {
    display: none;
  }

  .slide {
    width: 180px;
    height: 180px;
  }

  .other-services-b-mobile {
    margin-bottom: -15px;
    padding-left: 5%;
    padding-right: 5%;
    display: block;
  }

  .other-services-slider-mobile {
    height: auto;
    background-color: rgba(0, 0, 0, 0);
  }

  .other-services-slide {
    width: 100%;
    padding-left: 2%;
    padding-right: 2%;
  }

  .other-services-slide-nav {
    position: relative;
  }
}

@media screen and (max-width: 479px) {
  .home-project-listing {
    padding-top: 95%;
  }

  .home-expertise-col {
    width: 100%;
  }

  .how-we-work-graphic {
    width: 420px;
  }

  .how-we-work-txt-b {
    width: 80%;
    margin-top: 6%;
    top: 50%;
    transform: translate(0, -50%);
  }

  .how-we-work-dot-b.step1 {
    margin-top: -90px;
    margin-left: -130px;
  }

  .how-we-work-dot-b.step4 {
    margin-top: -90px;
    margin-left: 130px;
  }

  .how-we-work-dot-b.step2 {
    margin-top: -139px;
    margin-left: -47px;
  }

  .how-we-work-dot-b.step3 {
    margin-top: -139px;
    margin-left: 47px;
  }

  .awards-col {
    width: 33.33%;
  }

  .details-content-col {
    width: 100%;
  }

  .details-banner-img-mask {
    padding-top: 65%;
  }

  .details-content-txt-col {
    width: 100%;
  }

  .our-story-slider-col {
    width: 50%;
  }

  .our-story-slider-col.hidden-mobile {
    display: none;
  }

  .contact-img-b {
    padding-top: 50%;
  }

  .contact-col {
    width: 100%;
  }

  .expertise-col-img {
    padding-top: 65%;
  }

  .projects-col01, .projects-col02 {
    width: 100%;
  }

  .projects-link-b01 {
    padding-top: 75%;
  }

  .projects-col03 {
    width: 100%;
  }

  .projects-link-b02 {
    padding-top: 75%;
  }

  .related-projects-col {
    width: 100%;
  }

  .related-projects-link {
    padding-top: 75%;
  }

  .expertise-col-all {
    width: 100%;
  }

  .contact-btn-submit {
    width: 240px;
  }

  .filter-bottom-col-r {
    width: 60%;
  }

  .filter-bottom-col-l {
    width: 40%;
  }

  .menu-dropdown-col {
    width: 100%;
  }
}


@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-VariableFont_wght.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cinzel';
  src: url('../fonts/Cinzel-VariableFont_wght.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}