body {
  font-family: Suisseintl, sans-serif;
  color: #333;
  font-size: 12px;
  line-height: 18px;
  font-weight: 300;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
}

h3 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
}

h4 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
}

p {
  margin-bottom: 0px;
}

a {
  color: #333;
  text-decoration: underline;
  cursor: pointer;
}

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

.hero-section {
  height: 100vh;
}

.hero-slider {
  width: 100%;
  height: 100%;
  padding: 80px 60px 60px;
  background-color: transparent;
}

.hero-slider-left-arrow {
  display: block;
  width: 50%;
}

.hero-slider-right-arrow {
  display: block;
  width: 50%;
}

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

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

.hero-slide-img {
  width: 100%;
  height: 100%;
  background-image: url('../images/hero_slider_01.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.hero-slide-img.hero_s2 {
  background-image: url('../images/hero_slider_02.jpg');
}

.hero-slide-img.hero_s3 {
  background-image: url('../images/B1.jpg');
}

.hero-slide-img.hero_s4 {
  background-image: url('../images/hero_slider_04.jpg');
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  background-color: #fff;
}

.navbar-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brand {
  width: 25px;
}

.nav-link {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-weight: 300;
  text-decoration: none;
}

.nav-link:hover {
  opacity: 0.75;
}

.nav-link.w--current {
  color: #333;
  font-weight: 400;
}

.footer {
  padding: 10px 50px 20px;
}

.footer-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-copyright {
  display: inline-block;
  font-weight: 300;
}

.footer-icon-link {
  margin-left: 20px;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-left: 0px;
  list-style-type: none;
}

.styles {
  padding: 50px;
}

.page-content {
  min-height: 100vh;
  padding-top: 60px;
}

.about-col1 {
  width: 100%;
  padding: 20px 50px;
}

.about-col2 {
  width: 50%;
  padding: 20px 50px;
}

.page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

.wysiwyg a {
  text-decoration: underline;
}

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

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

.wysiwyg img {
  height: auto;
}

.project-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px 30px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.project-box-wrap {
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33%;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  text-decoration: none;
}

.project-img-thumb {
  width: 100%;
  padding-bottom: 25vw;
  background-image: url('../images/B1.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.project-description-wrap {
  padding-top: 10px;
  padding-bottom: 20px;
  text-align: center;
}

.project-name {
  margin-bottom: 0px;
  font-size: 13px;
  font-weight: 300;
}

.heading {
  font-weight: 500;
}

.project-spacer {
  width: 30px;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
}

.project-slider {
  width: 100%;
  height: 100%;
  padding: 80px 60px 60px;
  background-color: transparent;
}

.hero-slide-nav {
  display: none;
}

.project-section {
  height: 100vh;
}

.single-project-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  padding: 0px 50px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.single-project-wrap {
  max-width: 640px;
}

.single-project-title {
  margin-bottom: 20px;
}

.blog-section {
  min-height: 100px;
  padding-top: 50px;
}

.blog-item-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-item-box {
  max-width: 600px;
  padding-top: 20px;
  padding-bottom: 40px;
}

.blog-post-title {
  font-weight: 400;
  text-decoration: none;
}

.blog-post-date {
  margin-bottom: 10px;
  font-size: 11px;
  line-height: 17px;
  letter-spacing: 1px;
}

.blog-post-spacer {
  height: 1px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e6e6e6;
}

.blog-post-thumb {
  margin-bottom: 10px;
  border-bottom: 1px solid #e6e6e6;
}

.single-project-separator {
  height: 1px;
  margin-bottom: 60px;
  border-bottom: 1px solid #e6e6e6;
}

.single-project-map {
  max-width: 640px;
  margin-top: 60px;
  margin-bottom: 40px;
}

.more_details_wrap {
  margin-bottom: 20px;
}

.grey_text {
  color: grey;
}

.dropdown-list {
  background-color: #fff;
}

.dropdown {
  padding-right: 20px;
}

._640 {
  max-width: 640px;
}

.lang-selector {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .nav-link.child {
    padding-left: 30px;
  }

  .menu-button {
    background-color: #fff;
  }

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

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

  .about-col1 {
    width: 100%;
  }

  .about-col2 {
    width: 100%;
  }

  .page-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .blog-item-box {
    max-width: 100%;
  }

  .lang-selector {
    padding: 20px;
  }
}

@media screen and (max-width: 767px) {
  .hero-slider {
    padding-right: 20px;
    padding-left: 20px;
  }

  .navbar-wrap {
    padding-right: 15px;
    padding-left: 20px;
  }

  .brand {
    padding-left: 0px;
  }

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

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

  .about-col1 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .about-col2 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .project-wrap {
    padding-right: 10px;
    padding-left: 10px;
  }

  .project-box-wrap {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .project-img-thumb {
    padding-bottom: 35vw;
  }

  .project-slider {
    padding-right: 20px;
    padding-left: 20px;
  }

  .single-project-section {
    padding-right: 20px;
    padding-left: 20px;
  }

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

@media screen and (max-width: 479px) {
  .hero-slider {
    padding-top: 60px;
    padding-bottom: 0px;
  }

  .footer-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .social-footer-wrap {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .footer-icon-link {
    margin-right: 10px;
    margin-left: 10px;
  }

  .project-slider {
    padding-top: 60px;
  }
}

@font-face {
  font-family: 'Suisseintl';
  src: url('../fonts/SuisseIntl-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Suisseintl';
  src: url('../fonts/SuisseIntl-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Suisseintl';
  src: url('../fonts/SuisseIntl-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Suisseintl';
  src: url('../fonts/SuisseIntl-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Suisseintl';
  src: url('../fonts/SuisseIntl-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Suisseintl';
  src: url('../fonts/SuisseIntl-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Suisseintl';
  src: url('../fonts/SuisseIntl-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}