@charset "UTF-8";
@font-face {
  font-family: 'PassionSansPDag';
  src: url("./../fonts/PassionSansPDag-Regular.woff2") format("woff2"), url("./../fonts/PassionSansPDag-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: 'Gotham';
  src: url("./../fonts/Gotham-Book.woff2") format("woff2"), url("./../fonts/Gotham-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body#web #register {
  position: fixed;
  z-index: 1;
  min-height: 100vh;
  width: 100%;
  background: url("../assets/img/home/register-background.png");
  background-repeat: no-repeat;
  background-size: cover;
}

body#web #register #bg-video-register {
  width: 100%;
  height: 101%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  outline: 0px;
}

body#web #register .overlay-register {
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  position: fixed;
  padding-top: 100px;
}

body#web #register .form-control {
  background: none;
  border: none;
  border-radius: inherit;
  border-bottom: 1px solid #ffffff;
}

body#web #register .form-control:focus {
  outline: none;
  -webkit-box-shadow: inherit;
          box-shadow: inherit;
}

body#web #register input::-webkit-input-placeholder,
body#web #register select,
body#web #register textarea::-webkit-input-placeholder {
  color: #ffffff;
}

body#web #register input::-moz-placeholder,
body#web #register select,
body#web #register textarea::-moz-placeholder {
  color: #ffffff;
}

body#web #register input::-ms-input-placeholder,
body#web #register select,
body#web #register textarea::-ms-input-placeholder {
  color: #ffffff;
}

body#web #register input::placeholder,
body#web #register select,
body#web #register textarea::placeholder {
  color: #ffffff;
}

body#web #register input,
body#web #register textarea {
  color: #ffffff;
}

body#web #register option {
  color: #000000;
}

body#web #register small,
body#web #register label {
  color: #ffffff;
}

body#web #register h3 {
  color: #df844e;
}

body#web #register .register-logo:first-child {
  width: 200px;
}

body#web #register .register-logo:last-child {
  width: 200px;
}

body#web #register .register-bottom-wrapper {
  width: 100%;
  background-color: #000000;
  position: fixed;
  bottom: 0px;
  left: 0;
  right: 0;
}

body#web #register .register-bottom-wrapper .h-150 {
  height: 150px;
}

body#web #register .register-bottom-wrapper a {
  color: #626263;
}

body#web #register .register-padding-top {
  padding-top: 40px;
}

body#web #register .register-label {
  margin-bottom: 50px;
}

body#web #register .register-logo-left {
  -webkit-transform: translateX(-150%);
          transform: translateX(-150%);
  cursor: pointer;
}

@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 1) {
  body#web #register .register-logo-left {
    -webkit-transform: translateX(-80%);
            transform: translateX(-80%);
  }
}

@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 2), screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
  body#web #register .register-logo-left {
    -webkit-transform: translateX(-80%);
            transform: translateX(-80%);
  }
}

body#web #register .register-logo-right {
  -webkit-transform: translateX(150%);
          transform: translateX(150%);
}

@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 1) {
  body#web #register .register-logo-right {
    -webkit-transform: translateX(80%);
            transform: translateX(80%);
  }
}

@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 2), screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
  body#web #register .register-logo-right {
    -webkit-transform: translateX(80%);
            transform: translateX(80%);
  }
}

body#web #register .submit {
  margin-top: 20px;
  background-color: #df844e;
  width: 150px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  cursor: pointer;
  text-align: center;
  border-radius: 10px;
}

body#web #register .hide {
  display: none;
}

body#web #tnc .tnc {
  padding: 50px;
  border-radius: 50px;
  margin: 50px auto;
  background-color: rgba(255, 255, 255, 0.9);
}

body#web #home {
  overflow: hidden;
}

body#web #home .wrap {
  background: url("../assets/img/home/background.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  -webkit-transform: translateY(110%) scale(1.1);
          transform: translateY(110%) scale(1.1);
  -webkit-transition: all 1s ease-in;
  transition: all 1s ease-in;
  z-index: 0;
}

body#web #home .wrap #bg-video {
  width: 100%;
  height: 101%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  outline: 0px;
}

body#web #home .wrap .overlay {
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: all 1s ease-in;
  transition: all 1s ease-in;
  overflow: hidden;
}

body#web #home .wrap.active {
  -webkit-transform: translateY(0) scale(1.1);
          transform: translateY(0) scale(1.1);
}

body#web #home .wrap.active.after-effect {
  -webkit-transform: scale(1);
          transform: scale(1);
}

body#web #home .wrap.active.after-effect .overlay {
  background-color: rgba(0, 0, 0, 0.5);
}

body#web #home .logo {
  width: 150px;
}

body#web #home h1, body#web #home p {
  color: #ffffff;
}

@media only screen and (min-width: 410px) and (max-width: 575px) {
  body#web #home .title-wrapper h1 {
    font-size: 16px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  body#web #home .title-wrapper h1 {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  body#web #home .title-wrapper h1 {
    font-size: 16px;
  }
}

body#web #home .desc-wrapper {
  width: 40%;
}

@media only screen and (min-width: 410px) and (max-width: 575px) {
  body#web #home .desc-wrapper {
    width: 90%;
  }
  body#web #home .desc-wrapper p {
    font-size: 12px;
    margin: 0px 10px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  body#web #home .desc-wrapper {
    width: 90%;
  }
  body#web #home .desc-wrapper p {
    font-size: 12px;
    margin: 0px 10px;
  }
}

@media only screen and (max-width: 767px) {
  body#web #home .desc-wrapper {
    width: 90%;
  }
  body#web #home .desc-wrapper p {
    font-size: 12px;
    margin: 0px 10px;
  }
}

body#web #home .desc-wrapper p {
  font-size: 16px;
  margin: 0px 10px;
}

body#web #home .desc-wrapper h1 {
  margin: 0px 10px;
  font-size: 20px;
}

body#web #home .content {
  -webkit-transform: translateY(150%);
          transform: translateY(150%);
  -webkit-transition: all 1s ease-in;
  transition: all 1s ease-in;
  text-align: center;
}

body#web #home .content.after-effect {
  -webkit-transform: translateY(-30%);
          transform: translateY(-30%);
}

@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 1) {
  body#web #home .content.after-effect {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 2), screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
  body#web #home .content.after-effect {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@media only screen and (min-width: 410px) and (max-width: 575px) {
  body#web #home .content.after-effect {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  body#web #home .content.after-effect {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@media only screen and (max-width: 767px) {
  body#web #home .content.after-effect {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

body#web #home .line {
  margin-bottom: 20px;
}

@media only screen and (min-width: 410px) and (max-width: 575px) {
  body#web #home .line {
    display: none;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  body#web #home .line {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  body#web #home .line {
    display: none;
  }
}

body#web #home .line img {
  height: 50px;
  width: 2px;
  border-radius: 5px;
  overflow: hidden;
}

@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 1) {
  body#web #home .line img {
    height: 80px !important;
  }
}

@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 2), screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
  body#web #home .line img {
    height: 80px !important;
  }
}

body#web #home label {
  display: inline-block;
}

body#web #home .logo {
  -webkit-transform: translateY(200%);
          transform: translateY(200%);
  -webkit-transition: all 1s ease-in;
  transition: all 1s ease-in;
}

body#web #home .logo.after-effect {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

@media only screen and (min-width: 410px) and (max-width: 575px) {
  body#web #home .logo.after-effect {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  body#web #home .logo.after-effect {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@media only screen and (max-width: 767px) {
  body#web #home .logo.after-effect {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 1) {
  body#web #home .logo.after-effect {
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
}

@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 2), screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
  body#web #home .logo.after-effect {
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
}

body#web #home .register-btn {
  -webkit-transform: translateY(110%) translateX(0);
          transform: translateY(110%) translateX(0);
  -webkit-transition: all 1s ease-in;
  transition: all 1s ease-in;
  width: 100%;
  height: 100%;
  position: fixed;
}

body#web #home .register-btn .register-click {
  position: absolute;
  right: 0;
  top: 30%;
  cursor: pointer;
}

@media only screen and (min-width: 410px) and (max-width: 575px) {
  body#web #home .register-btn .register-click {
    top: 10%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  body#web #home .register-btn .register-click {
    top: 10%;
  }
}

@media only screen and (max-width: 767px) {
  body#web #home .register-btn .register-click {
    top: 10%;
  }
}

body#web #home .register-btn .register-click img {
  width: 200px;
}

@media only screen and (min-width: 410px) and (max-width: 575px) {
  body#web #home .register-btn .register-click img {
    width: 100px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  body#web #home .register-btn .register-click img {
    width: 100px;
  }
}

@media only screen and (max-width: 767px) {
  body#web #home .register-btn .register-click img {
    width: 100px;
  }
}

body#web #home .register-btn.move {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

body#web #home .register-btn.active {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

body#web #home .form-control {
  background: none;
  border: none;
  border-radius: inherit;
  border-bottom: 1px solid #ffffff;
}

body#web #home .form-control:focus {
  outline: none;
  -webkit-box-shadow: inherit;
          box-shadow: inherit;
}

body#web #home input::-webkit-input-placeholder, body#web #home select, body#web #home textarea::-webkit-input-placeholder {
  color: #ffffff;
}

body#web #home input::-moz-placeholder, body#web #home select, body#web #home textarea::-moz-placeholder {
  color: #ffffff;
}

body#web #home input::-ms-input-placeholder, body#web #home select, body#web #home textarea::-ms-input-placeholder {
  color: #ffffff;
}

body#web #home input::placeholder, body#web #home select, body#web #home textarea::placeholder {
  color: #ffffff;
}

body#web #home input, body#web #home textarea {
  color: #ffffff;
}

body#web #home option {
  color: #000000;
}

body#web #home small, body#web #home label {
  color: #ffffff;
}

body#web #home h3 {
  color: #df844e;
}

body#web #home .register-logo:first-child {
  width: 200px;
}

body#web #home .register-logo:last-child {
  width: 200px;
}

body#web #home .register-padding-top {
  padding-top: 40px;
}

body#web #home .register-label {
  margin-bottom: 50px;
}

body#web #home .register-logo-left {
  -webkit-transform: translateX(-150%);
          transform: translateX(-150%);
  cursor: pointer;
}

@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 1) {
  body#web #home .register-logo-left {
    -webkit-transform: translateX(-80%);
            transform: translateX(-80%);
  }
}

@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 2), screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
  body#web #home .register-logo-left {
    -webkit-transform: translateX(-80%);
            transform: translateX(-80%);
  }
}

body#web #home .register-logo-right {
  -webkit-transform: translateX(150%);
          transform: translateX(150%);
}

@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 1) {
  body#web #home .register-logo-right {
    -webkit-transform: translateX(80%);
            transform: translateX(80%);
  }
}

@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 2), screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
  body#web #home .register-logo-right {
    -webkit-transform: translateX(80%);
            transform: translateX(80%);
  }
}

body#web #home .register-bottom-wrapper {
  width: 100%;
  background-color: #000000;
  position: relative;
  bottom: -95px;
  left: 0;
  right: 0;
}

body#web #home .register-bottom-wrapper .h-150 {
  height: 150px;
}

body#web #home .register-bottom-wrapper a {
  color: #626263;
}

body#web #home .form-check-input {
  cursor: pointer;
}

body#web #home .form-check-label {
  font-size: 12px;
  display: inline-block;
  clear: both;
  float: left;
  cursor: pointer;
}

body#web #home .form-check-label a {
  color: #ffffff;
  font-size: 12px;
  margin-top: inherit;
}

body#web #home select.form-control:not([size]):not([multiple]) {
  height: calc(2.95rem + 2px);
}

body#web #home .submit {
  margin-top: 20px;
  background-color: #df844e;
  width: 150px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  cursor: pointer;
  text-align: center;
  border-radius: 10px;
}

body#web #home .hide {
  display: none;
}

body#web #gallery {
  position: relative;
  overflow-y: hidden;
  height: 100vh;
}

body#web #gallery .carousel-control-prev-icon {
  background: url("../assets/img/gallery/left-button@2x.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 30px;
  height: 50px;
}

body#web #gallery .carousel-control-next-icon {
  background: url("../assets/img/gallery/right-button@2x.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 30px;
  height: 50px;
}

body#web #gallery .carousel-indicators li {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #ffffff;
}

body#web #gallery .carousel-indicators .active {
  background-color: #ffffff;
}

body#web #gallery h3 {
  font-family: "PassionSansPDag";
  font-size: 40px;
  font-weight: normal;
  font-style: normal;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: rgba(0, 0, 0, 0.3);
  padding: 10px;
}

body#web #gallery .carousel-inner {
  position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  body#web #gallery .carousel-inner {
    max-height: 100%;
    min-height: 100%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  body#web #gallery .carousel-inner {
    max-height: 100%;
    min-height: 100%;
  }
}

body#web #gallery .carousel-indicators {
  z-index: 1;
}

body#web #gallery .carousel-item .carousel-caption {
  position: absolute;
  top: 50px;
  z-index: 1;
}

body#web #gallery .carousel-item .box-image {
  background-color: black;
  width: 100%;
  height: 100vh;
}

body#web #gallery .carousel-item .img-custom-fluid {
  width: 100%;
  height: 100vh;
  -o-object-fit: contain;
     object-fit: contain;
}

body#web #gallery .carousel-control-prev,
body#web #gallery .carousel-control-next {
  cursor: pointer;
}

body#web #location {
  background-color: #000E31;
  min-height: 100vh;
  width: 100%;
  background-image: url("../assets/img/location/background@2x.png");
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-bottom: 20px;
}

body#web #location .location-title {
  margin-bottom: 50px;
}

body#web #location .location-title span {
  font-size: 60px;
  font-family: "PassionSansPDag";
  color: #ffffff;
  letter-spacing: 2px;
}

body#web #location .location-path {
  font-size: 20px;
  font-family: "PassionSansPDag";
}

body#web #location .dash-line {
  border-bottom: 1px dashed #ffffff;
  width: 200px;
  margin-bottom: 5px;
  margin-top: 5px;
}

body#web #location .location-name {
  font-size: 11px;
  font-family: "PassionSansPDag";
}

body#web #location .location-name b {
  font-family: "Gotham";
}

body#web #location .pb-10 {
  padding-bottom: 10px;
}

body#web #location .color-grey {
  font-size: 10px;
}

body#web #location .limit-text {
  max-width: 250px;
}

body#web #location .map-wrap {
  max-width: 900px;
  width: 100%;
  position: relative;
}

@media only screen and (max-width: 767px) {
  body#web #location .map-wrap {
    max-width: 350px;
  }
}

body#web #location .map-wrap .map-inner-wrap {
  position: relative;
}

body#web #location .map-wrap .map-inner-wrap .full-map.hidden {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

body#web #location .map-wrap .map-inner-wrap .full-map {
  position: absolute;
  opacity: 1;
  top: 0;
  left: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

body#web #location .map-wrap .map-inner-wrap .shopping-mall.show {
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

body#web #location .map-wrap .map-inner-wrap .shopping-mall {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

body#web #location .map-wrap .map-inner-wrap .education-centres.show {
  position: absolute;
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

body#web #location .map-wrap .map-inner-wrap .education-centres {
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

body#web #location .map-wrap .map-inner-wrap .attractions.show {
  position: absolute;
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

body#web #location .map-wrap .map-inner-wrap .attractions {
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

body#web #location .map-wrap .map-inner-wrap .medical-centres.show {
  position: absolute;
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

body#web #location .map-wrap .map-inner-wrap .medical-centres {
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

body#web #location .map-wrap .map-inner-wrap .major-expressways.show {
  position: absolute;
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

body#web #location .map-wrap .map-inner-wrap .major-expressways {
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

body#web #location .map-wrap .shopping-malls-wrap {
  position: absolute;
  z-index: 2;
  border: 1px solid #DA6F3F;
  padding: 20px;
  min-width: 340px;
  background-color: #000E31;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  top: 50px;
  right: -175px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

body#web #location .map-wrap .shopping-malls-wrap.hover {
  right: -160px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

body#web #location .map-wrap .education-centres-wrap {
  position: absolute;
  z-index: 2;
  border: 1px solid #DA6F3F;
  padding: 20px;
  min-width: 340px;
  background-color: #000E31;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  bottom: 50px;
  right: -175px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

body#web #location .map-wrap .education-centres-wrap.hover {
  right: -160px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

body#web #location .map-wrap .attractions-wrap {
  position: absolute;
  z-index: 2;
  border: 1px solid #DA6F3F;
  padding: 20px;
  min-width: 340px;
  background-color: #000E31;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  top: -5px;
  left: -250px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

body#web #location .map-wrap .attractions-wrap.hover {
  left: -240px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

body#web #location .map-wrap .medical-centres-wrap {
  position: absolute;
  z-index: 2;
  border: 1px solid #DA6F3F;
  padding: 20px;
  min-width: 340px;
  background-color: #000E31;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  top: 200px;
  left: -250px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

body#web #location .map-wrap .medical-centres-wrap.hover {
  left: -240px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

body#web #location .map-wrap .major-expressways-wrap {
  position: absolute;
  z-index: 2;
  border: 1px solid #DA6F3F;
  padding: 20px;
  min-width: 340px;
  background-color: #000E31;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  bottom: -30px;
  left: -250px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

body#web #location .map-wrap .major-expressways-wrap.hover {
  left: -240px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

body#web #location .shopping-malls-outside-wrap,
body#web #location .education-centres-outside-wrap,
body#web #location .attractions-outside-wrap,
body#web #location .medical-centres-outside-wrap,
body#web #location .major-expressways-outside-wrap {
  border: 1px solid #DA6F3F;
  padding: 20px;
  min-width: 340px;
  background-color: #000E31;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 10px;
  min-height: 250px;
}

body#web #site-progress {
  min-height: 100vh;
  position: relative;
}

body#web #site-progress .top-wrap {
  height: 65vh;
  width: 100%;
  position: relative;
  top: 0px;
  left: 0px;
  z-index: 1;
}

body#web #site-progress .top-wrap .site-progress-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
  position: relative;
  top: 200px;
}

@media only screen and (max-width: 767px) {
  body#web #site-progress .top-wrap .site-progress-content {
    top: 100px;
  }
}

body#web #site-progress .top-wrap .site-progress-background {
  width: 100%;
  height: 65vh;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
}

body#web #site-progress .top-wrap .siteProgressTitle {
  position: relative;
  z-index: 1;
}

body#web #site-progress .top-wrap .siteProgressTitle span {
  font-family: "PassionSansPDag";
  font-size: 64px;
  color: #ffffff;
  letter-spacing: 2px;
}

@media only screen and (max-width: 767px) {
  body#web #site-progress .top-wrap .siteProgressTitle span {
    font-size: 32px;
  }
}

body#web #site-progress .top-wrap .small-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 700px;
  width: 100%;
  position: relative;
  z-index: 1;
  margin-top: 100px;
}

body#web #site-progress .top-wrap .small-nav .small-date-nav {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-right: 1px solid #ffffff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body#web #site-progress .top-wrap .small-nav .small-date-nav.active span {
  color: #DA6F3F;
}

body#web #site-progress .top-wrap .small-nav .small-date-nav:last-child {
  border-right: none;
}

body#web #site-progress .top-wrap .small-nav span {
  color: #ffffff;
  font-family: "Gotham";
  font-size: 24px;
  line-height: 20px;
  cursor: pointer;
}

body#web #site-progress .top-wrap .gallery-progress.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body#web #site-progress .top-wrap .gallery-progress {
  position: relative;
  z-index: 1;
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  max-width: 1000px;
  width: 100%;
  margin-top: 80px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  body#web #site-progress .top-wrap .gallery-progress {
    padding: 0 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

body#web #site-progress .top-wrap .gallery-progress .site-progress-image {
  margin-right: 40px;
}

@media only screen and (max-width: 767px) {
  body#web #site-progress .top-wrap .gallery-progress .site-progress-image {
    margin-right: inherit;
    margin-bottom: 40px;
  }
}

body#web #site-progress .top-wrap .gallery-progress .site-progress-image img {
  width: 100%;
  height: auto;
  cursor: pointer;
}

body#web #site-progress .top-wrap .gallery-progress .site-progress-image:last-child {
  margin-right: inherit;
}

body#web #site-progress .bottom-wrap {
  height: 100%;
  width: 100%;
  background-image: url("../assets/img/concept/the-heart-soul-of-penang/background@2x.png");
  background-position: bottom right;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-color: #000E31;
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 0;
}

body#web .progress-transparent-popup {
  height: 100vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  display: none;
}

body#web .progress-transparent-popup.active {
  display: block;
}

body#web .progress-popup-content.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body#web .progress-popup-content {
  height: 100vh;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  display: none;
}

body#web .progress-popup-content .progress-popup-top {
  max-width: 900px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 50px;
}

body#web .progress-popup-content .progress-popup-top .progress-popup-close {
  width: 25px;
}

body#web .progress-popup-content .progress-popup-top .progress-popup-close img {
  width: 100%;
  height: auto;
  cursor: pointer;
}

body#web .progress-popup-content .progress-popup-inner {
  max-width: 900px;
  width: 100%;
}

body#web .progress-popup-content .progress-popup-inner .progress-popup-image img {
  width: 100%;
  height: auto;
}

body#web .progress-popup-content .progress-popup-bottom {
  max-width: 900px;
  height: 60px;
  width: 100%;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
}

body#web .progress-popup-content .progress-popup-bottom .progress-popup-arrow {
  width: 25px;
}

body#web .progress-popup-content .progress-popup-bottom .progress-popup-arrow img {
  cursor: pointer;
  width: 100%;
  height: auto;
}

body#web #developer h1,
body#web #developer h2,
body#web #developer h3,
body#web #developer h4,
body#web #developer p,
body#web #developer li {
  font-family: "Gotham";
}

body#web #developer .industrial-arrow-left,
body#web #developer .industrial-arrow-right {
  height: 20px;
  cursor: pointer;
}

body#web #developer .industrial-arrow-left,
body#web #developer .high-rise-arrow-left {
  position: relative;
  left: -30px;
}

body#web #developer .industrial-arrow-right,
body#web #developer .high-rise-arrow-right {
  position: relative;
  right: -30px;
}

body#web #developer .high-rise-arrow-left,
body#web #developer .high-rise-arrow-right {
  height: 20px;
  cursor: pointer;
}

body#web #developer .carousel-vertical-wrap {
  max-height: 500px;
  width: 200px;
  overflow: hidden;
}

body#web #developer .carousel-vertical-wrap .carousel-arrow-wrap {
  position: absolute;
  width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 0;
}

body#web #developer .carousel-vertical-wrap .carousel-arrow-wrap .carousel-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 500px;
}

body#web #developer .carousel-vertical-wrap .carousel-vertical-inner-wrap {
  position: relative;
}

body#web #developer .carousel-vertical-wrap .carousel-vertical-inner-wrap .carousel-vertical-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body#web #developer .carousel-vertical-wrap .carousel-vertical-inner-wrap .carousel-vertical-item a img {
  height: 100px;
  width: 90%;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 15px 0;
}

body#web #developer h1,
body#web #developer h2,
body#web #developer h3,
body#web #developer h4,
body#web #developer h5,
body#web #developer h6 {
  line-height: 20px;
}

body#web #developer h1 {
  font-size: 65px;
  font-weight: bold;
  font-style: normal;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body#web #developer h1 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 767px) {
  body#web #developer h1 {
    font-size: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  body#web #developer h1 {
    font-size: 30px;
  }
}

body#web #developer h2 {
  font-size: 35px;
  font-weight: 300;
  font-style: normal;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body#web #developer h2 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  body#web #developer h2 {
    font-size: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  body#web #developer h2 {
    font-size: 20px;
  }
}

body#web #developer h3 {
  font-size: 30px;
  font-weight: bold;
  font-style: normal;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body#web #developer h3 {
    font-size: 26px;
  }
}

@media only screen and (max-width: 767px) {
  body#web #developer h3 {
    font-size: 26px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  body#web #developer h3 {
    font-size: 26px;
  }
}

body#web #developer h4 {
  font-size: 24px;
  font-weight: 300;
  font-style: normal;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body#web #developer h4 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  body#web #developer h4 {
    font-size: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  body#web #developer h4 {
    font-size: 20px;
  }
}

body#web #developer p {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body#web #developer p {
    font-size: 12px;
  }
}

@media only screen and (max-width: 767px) {
  body#web #developer p {
    font-size: 12px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  body#web #developer p {
    font-size: 12px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body#web #developer .row.image-wrapper {
    height: 1000px;
  }
}

@media only screen and (max-width: 767px) {
  body#web #developer .row.image-wrapper {
    height: 1000px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  body#web #developer .row.image-wrapper {
    height: 1000px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body#web #developer .row.image-wrapper .col-md-6.col-sm-12 {
    height: 500px;
    margin-bottom: 100px;
  }
}

@media only screen and (max-width: 767px) {
  body#web #developer .row.image-wrapper .col-md-6.col-sm-12 {
    height: 500px;
    margin-bottom: 100px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  body#web #developer .row.image-wrapper .col-md-6.col-sm-12 {
    height: 500px;
    margin-bottom: 100px;
  }
}

body#web #developer .title-wrapper {
  color: #693824;
  font-weight: bold;
  font-style: normal;
  font-size: 50px;
  letter-spacing: 2px;
  margin-bottom: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body#web #developer .title-wrapper {
    font-size: 30px;
  }
}

@media only screen and (max-width: 767px) {
  body#web #developer .title-wrapper {
    font-size: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  body#web #developer .title-wrapper {
    font-size: 30px;
  }
}

body#web #developer .developer-title-wrapper {
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body#web #developer .developer-title-wrapper {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  body#web #developer .developer-title-wrapper {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  body#web #developer .developer-title-wrapper {
    margin-top: 20px;
  }
}

body#web #developer .developer-title-wrapper h5 {
  font-family: "PassionSansPDag";
  font-size: 25px;
  font-style: normal;
  font-weight: normal;
  color: #DA6F3F;
  text-align: center;
}

body#web #developer .developer-content-wrapper .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  min-height: 120px;
}

body#web #developer .developer-content-wrapper .item img {
  width: 45%;
}

body#web #developer figure.absolute-image-1 {
  top: 0 !important;
  left: 0 !important;
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#fff), to(transparent));
  -webkit-mask-image: linear-gradient(to right, transparent, #fff, transparent);
  -webkit-mask-size: 300% 100%;
  mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#fff), to(transparent));
  mask-image: linear-gradient(to right, transparent, #fff, transparent);
  mask-size: 300% 100%;
  -webkit-animation: clip-fade 2s alternate;
          animation: clip-fade 2s alternate;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

body#web #developer figure.absolute-image-2 {
  bottom: -15px !important;
  left: 0 !important;
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#fff), to(transparent));
  -webkit-mask-image: linear-gradient(to right, transparent, #fff, transparent);
  -webkit-mask-size: 300% 100%;
  mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#fff), to(transparent));
  mask-image: linear-gradient(to right, transparent, #fff, transparent);
  mask-size: 300% 100%;
  -webkit-animation: clip-fade 1s alternate;
          animation: clip-fade 1s alternate;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

body#web #developer .absolute-image-2,
body#web #developer .absolute-image-1 {
  z-index: 0;
}

body#web #developer .pb-50 {
  padding-bottom: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body#web #developer .pb-50 {
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  body#web #developer .pb-50 {
    padding-bottom: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  body#web #developer .pb-50 {
    padding-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body#web #developer .title-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    line-height: 30px;
  }
}

@media only screen and (max-width: 767px) {
  body#web #developer .title-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    line-height: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  body#web #developer .title-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    line-height: 30px;
  }
}

body#web #developer .custom-col-left {
  min-height: 80vh;
}

body#web #developer .find-out-wrapper {
  padding-top: 30px;
}

body#web #developer .find-out-wrapper h4,
body#web #developer .find-out-wrapper a {
  font-weight: bold;
  font-style: normal;
  text-align: center;
}

body#web #developer .find-out-wrapper h4 {
  color: #000000;
  font-size: 14px;
}

body#web #developer .find-out-wrapper a {
  font-size: 20px;
  color: #DA6F3F;
  letter-spacing: 0.5px;
  text-decoration: underline;
}

body#web #developer .logo-wrapper {
  margin-bottom: 20px;
}

body#web #developer .logo-wrapper img {
  width: 100%;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}

body#web #developer .custom-col-right {
  min-height: 80vh;
  max-width: 600px;
  width: 100%;
}

body#web #developer .desc-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

body#web #developer .desc-wrapper p {
  color: #000000;
  max-width: 600px;
  width: 100%;
  padding-bottom: 30px;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  font-family: 'Gotham';
}

body#web #developer .desc-wrapper:after {
  content: " ";
  max-width: 400px;
  width: 100%;
  background-color: #DA6F3F;
  height: 1px;
  position: absolute;
  bottom: 0;
}

body#web #developer .carousel-inner.vertical {
  height: 100%;
}

body#web #developer .carousel-inner.vertical > .item {
  -webkit-transition: .6s ease-in-out top;
  transition: .6s ease-in-out top;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  body#web #developer .carousel-inner.vertical > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
  }
  body#web #developer .carousel-inner.vertical > .item.next,
  body#web #developer .carousel-inner.vertical > .item.active.right {
    -webkit-transform: translate3d(0, 33.33%, 0);
    transform: translate3d(0, 33.33%, 0);
    top: 0;
  }
  body#web #developer .carousel-inner.vertical > .item.prev,
  body#web #developer .carousel-inner.vertical > .item.active.left {
    -webkit-transform: translate3d(0, -33.33%, 0);
    transform: translate3d(0, -33.33%, 0);
    top: 0;
  }
  body#web #developer .carousel-inner.vertical > .item.next.left,
  body#web #developer .carousel-inner.vertical > .item.prev.right,
  body#web #developer .carousel-inner.vertical > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    top: 0;
  }
}

body#web #developer .carousel-inner.vertical > .active {
  top: 0;
}

body#web #developer .carousel-inner.vertical > .next,
body#web #developer .carousel-inner.vertical > .prev {
  top: 0;
  height: 100%;
  width: auto;
}

body#web #developer .carousel-inner.vertical > .next {
  left: 0;
  top: 33.33%;
  right: 0;
}

body#web #developer .carousel-inner.vertical > .prev {
  left: 0;
  top: -33.33%;
  right: 0;
}

body#web #developer .carousel-inner.vertical > .next.left,
body#web #developer .carousel-inner.vertical > .prev.right {
  top: 0;
}

body#web #developer .carousel-inner.vertical > .active.left {
  left: 0;
  top: -33.33%;
  right: 0;
}

body#web #developer .carousel-inner.vertical > .active.right {
  left: 0;
  top: 33.33%;
  right: 0;
}

body#web #developer .carousel-pager .carousel-control.left {
  bottom: initial;
  width: 100%;
}

body#web #developer .carousel-pager .carousel-control.right {
  top: initial;
  width: 100%;
}

body#web #developer .imgScrollWrap_v {
  position: relative;
  height: 395px;
  overflow: hidden;
}

body#web #developer .imgScrollBtn01_v,
body#web #developer .imgScrollBtn02_v {
  position: absolute;
  display: block;
  width: 40px;
  height: 22px;
  overflow: hidden;
  z-index: 2;
  color: inherit;
  text-decoration: none;
}

body#web #developer .imgScrollBtn01_v {
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

body#web #developer .imgScrollWrap_v .imgScrollBtn02_v,
body#web #developer .imgScrollWrap_v .imgScrollBtn01_v {
  top: 45% !important;
}

body#web #developer .imgScrollBtn02_v {
  top: 50%;
  right: 14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

body#web #developer .imgScrollBtn01_v:hover {
  background-position: -40px 0;
}

body#web #developer .imgScrollBtn02_v:hover {
  background-position: -40px -22px;
}

body#web #developer .imgScrollList_v {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 152px;
  height: 432px;
  overflow: hidden;
  z-index: 1;
}

body#web #developer .imgScrollList_v ul {
  position: relative;
  height: 9999px;
  width: 152px;
  padding: 0px;
}

body#web #developer .imgScrollList_v li {
  width: 152px;
  height: 556px;
  overflow: hidden;
}

body#web #developer .imgScrollList_v li a {
  display: block;
  margin: 35px 12px;
  width: 128px;
  height: 96px;
  overflow: hidden;
  text-align: center;
}

body#web #contact {
  background-image: url("../assets/img/contact/background-transparent@2x.png"), url("../assets/img/contact/background@2x.png");
  background-repeat: no-repeat no-repeat;
  background-size: 100% 100%;
  padding: 100px 0 0;
  position: relative;
  overflow-y: hidden;
  height: 100vh;
}

@media only screen and (max-width: 767px) {
  body#web #contact {
    height: auto;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  body#web #contact {
    height: auto;
  }
}

@media only screen and (min-width: 410px) and (max-width: 575px) {
  body#web #contact {
    height: auto;
  }
}

body#web #contact h1, body#web #contact h2, body#web #contact h3, body#web #contact h4, body#web #contact p, body#web #contact li {
  font-family: "Gotham";
}

body#web #contact h1, body#web #contact h2, body#web #contact h3, body#web #contact h4, body#web #contact h5, body#web #contact h6 {
  line-height: 20px;
}

body#web #contact h1 {
  font-size: 65px;
  font-weight: bold;
  font-style: normal;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body#web #contact h1 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 767px) {
  body#web #contact h1 {
    font-size: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  body#web #contact h1 {
    font-size: 30px;
  }
}

body#web #contact h2 {
  font-size: 35px;
  font-weight: 300;
  font-style: normal;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body#web #contact h2 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  body#web #contact h2 {
    font-size: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  body#web #contact h2 {
    font-size: 20px;
  }
}

body#web #contact h3 {
  font-size: 30px;
  font-weight: bold;
  font-style: normal;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body#web #contact h3 {
    font-size: 26px;
  }
}

@media only screen and (max-width: 767px) {
  body#web #contact h3 {
    font-size: 26px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  body#web #contact h3 {
    font-size: 26px;
  }
}

body#web #contact h4 {
  font-size: 24px;
  font-weight: 300;
  font-style: normal;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body#web #contact h4 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  body#web #contact h4 {
    font-size: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  body#web #contact h4 {
    font-size: 20px;
  }
}

body#web #contact p {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body#web #contact p {
    font-size: 12px;
  }
}

@media only screen and (max-width: 767px) {
  body#web #contact p {
    font-size: 12px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  body#web #contact p {
    font-size: 12px;
  }
}

body#web #contact small {
  font-family: "Gotham";
  font-size: 10px;
}

body#web #contact .pb-50 {
  padding-bottom: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body#web #contact .pb-50 {
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  body#web #contact .pb-50 {
    padding-bottom: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  body#web #contact .pb-50 {
    padding-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body#web #contact .title-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    line-height: 30px;
  }
}

@media only screen and (max-width: 767px) {
  body#web #contact .title-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    line-height: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  body#web #contact .title-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    line-height: 30px;
  }
}

body#web #contact .contact-title-style-1 {
  color: #693824;
  font-weight: bold;
  font-style: normal;
  font-size: 50px;
  letter-spacing: 2px;
}

body#web #contact .contact-title-style-2 {
  color: #693824;
  font-weight: normal;
  font-style: normal;
  font-size: 50px;
  letter-spacing: 2px;
}

body#web #contact .contact-wrapper {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body#web #contact .contact-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media only screen and (max-width: 767px) {
  body#web #contact .contact-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  body#web #contact .contact-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

body#web #contact .contact-wrapper .label-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 7px;
}

body#web #contact .contact-wrapper .label-wrapper .label-img-wrapper img {
  height: 25px;
  width: 70%;
  -o-object-fit: contain;
     object-fit: contain;
}

body#web #contact .contact-wrapper .label-wrapper .label-content-wrapper {
  margin-left: 5px;
}

body#web #contact .contact-wrapper .label-wrapper .label-content-wrapper p {
  color: #000000;
  font-size: 13px;
  margin-bottom: inherit;
}

body#web #contact .app-name-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
  text-align: center;
}

body#web #contact .app-name-wrapper .exsim-content {
  color: #000000;
  font-weight: bold;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  max-width: 286px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 10px;
}

body#web #contact .app-name-wrapper .exsim-content-2 {
  color: #000000;
  font-weight: bold;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  max-width: 286px;
  width: 100%;
  margin: 0 auto;
}

body#web #contact .app-name-wrapper .exsim-address-content-1 {
  color: #000000;
  font-size: 15px;
  max-width: 350px;
  width: 100%;
  margin: 0 auto;
}

body#web #contact .app-name-wrapper .exsim-address-content-2 {
  color: #000000;
  font-size: 15px;
  max-width: 350px;
  width: 100%;
  margin: 0 auto;
}

body#web #contact .mb-10 {
  margin-bottom: 10px;
}

body#web #contact .logo-wrapper {
  margin-bottom: 50px;
}

body#web #contact .logo-wrapper .logo-macalisterz-img {
  height: 90px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

body#web #contact .logo-wrapper .logo-exsim-img {
  height: 100px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

body#web #contact .custom-col {
  width: 100%;
  max-width: 600px;
  min-height: 80vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body#web #contact .map-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 70px;
}

body#web #contact .map-wrapper .map-inner-wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 60%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body#web #contact .map-wrapper .map-inner-wrapper .map-logo {
  width: 15%;
}

body#web #contact .map-wrapper .map-inner-wrapper .map-logo a img {
  width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body#web #contact .map-wrapper .map-inner-wrapper .map-logo a img {
    width: 150%;
  }
}

@media only screen and (max-width: 767px) {
  body#web #contact .map-wrapper .map-inner-wrapper .map-logo a img {
    width: 150%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  body#web #contact .map-wrapper .map-inner-wrapper .map-logo a img {
    width: 150%;
  }
}

body#web #contact .map-wrapper .map-inner-wrapper .map-logo:last-child {
  margin-left: 30px;
}

body#web #contact .mb-50 {
  margin-bottom: 50px;
}

body#web #concept {
  overflow: hidden;
}

body#web #concept section#building-section {
  height: 100vh;
  position: relative;
}

body#web #concept section#building-section img {
  width: 100%;
  height: auto;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  body#web #concept section#building-section img {
    -webkit-transform: scale(2) translateY(100px);
            transform: scale(2) translateY(100px);
  }
}

body#web #concept section#building-section .building-transparent {
  background: white;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(93%, white), to(white));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 93%, white 100%);
  height: 100vh;
  width: 100%;
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
}

body#web #concept section#homeage-to-heritage-section {
  position: relative;
  min-height: 100vh;
  background-image: url("../assets/img/concept/homage-to-heritage/background@2x.png");
  background-position: bottom right;
  background-size: 80% auto;
  background-repeat: no-repeat;
  background-color: #ffffff;
}

body#web #concept section#homeage-to-heritage-section .position-absolute-leaf {
  position: absolute;
  top: 0;
  right: 0;
  width: 15%;
  height: auto;
  -webkit-transform-origin: top right;
          transform-origin: top right;
  z-index: 2;
  -webkit-transform: rotate(86deg);
          transform: rotate(86deg);
}

@media only screen and (max-width: 767px) {
  body#web #concept section#homeage-to-heritage-section .position-absolute-leaf {
    width: 50%;
    z-index: 0;
  }
}

body#web #concept section#homeage-to-heritage-section .col-md-6 .homage-content-wrap {
  min-height: 100vh;
  max-width: 555px;
}

@media only screen and (max-width: 767px) {
  body#web #concept section#homeage-to-heritage-section .col-md-6 .homage-content-wrap {
    min-height: 67vh;
  }
}

body#web #concept section#homeage-to-heritage-section .col-md-6 .homage-content-wrap h1 {
  color: #DA6F3F;
  font-family: "PassionSansPDag";
  font-weight: normal;
  font-style: normal;
  text-align: right;
  margin-bottom: 20px;
  font-size: 45px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  body#web #concept section#homeage-to-heritage-section .col-md-6 .homage-content-wrap h1 {
    font-size: 28px;
  }
}

body#web #concept section#homeage-to-heritage-section .col-md-6 .homage-content-wrap .homage-content-555 {
  max-width: 555px;
}

body#web #concept section#homeage-to-heritage-section .col-md-6 .homage-content-wrap .homage-content-522 {
  max-width: 522px;
}

body#web #concept section#homeage-to-heritage-section .col-md-6 .homage-content-wrap p {
  color: #000000;
  font-family: Gotham;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  color: #171717;
}

body#web #concept section#homeage-to-heritage-section .col-md-6 .homage-gallery-wrap {
  min-height: 100vh;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 767px) {
  body#web #concept section#homeage-to-heritage-section .col-md-6 .homage-gallery-wrap {
    min-height: 67vh;
  }
}

body#web #concept section#homeage-to-heritage-section .col-md-6 .homage-gallery-inner-wrap {
  position: relative;
  width: 60vh;
  min-height: 60vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translateX(10%), scale(1.2);
          transform: translateX(10%), scale(1.2);
  -webkit-animation: half-move-right 3s;
          animation: half-move-right 3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@media only screen and (max-width: 767px) {
  body#web #concept section#homeage-to-heritage-section .col-md-6 .homage-gallery-inner-wrap {
    -webkit-transform: translateX(10%);
            transform: translateX(10%);
    width: 40vh;
    min-height: 40vh;
  }
}

body#web #concept section#homeage-to-heritage-section .col-md-6 .homage-gallery-inner-wrap .animation-leaf {
  position: absolute;
  width: 60vh;
  height: 60vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 767px) {
  body#web #concept section#homeage-to-heritage-section .col-md-6 .homage-gallery-inner-wrap .animation-leaf {
    width: 40vh;
    min-height: 40vh;
  }
}

@-webkit-keyframes half-move-right {
  0% {
    -webkit-transform: translateX(10%) scale(1.2);
            transform: translateX(10%) scale(1.2);
    @media only screen and (max-width: 767px) {
      -webkit-transform: translateX(10%);
              transform: translateX(10%);
    }
  }
  100% {
    -webkit-transform: translateX(0%) scale(1.2);
            transform: translateX(0%) scale(1.2);
    @media only screen and (max-width: 767px) {
      -webkit-transform: translateX(0%);
              transform: translateX(0%);
    }
  }
}

@keyframes half-move-right {
  0% {
    -webkit-transform: translateX(10%) scale(1.2);
            transform: translateX(10%) scale(1.2);
    @media only screen and (max-width: 767px) {
      -webkit-transform: translateX(10%);
              transform: translateX(10%);
    }
  }
  100% {
    -webkit-transform: translateX(0%) scale(1.2);
            transform: translateX(0%) scale(1.2);
    @media only screen and (max-width: 767px) {
      -webkit-transform: translateX(0%);
              transform: translateX(0%);
    }
  }
}

body#web #concept section#homeage-to-heritage-section .col-md-6 .homage-gallery-inner-wrap .position-absolute-square {
  position: absolute;
  height: 60vh;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 0;
}

@media only screen and (max-width: 767px) {
  body#web #concept section#homeage-to-heritage-section .col-md-6 .homage-gallery-inner-wrap .position-absolute-square {
    width: 40vh;
    min-height: 40vh;
  }
}

body#web #concept section#homeage-to-heritage-section .col-md-6 .homage-gallery-inner-wrap .rotate-gallery {
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 1;
  -webkit-transform: translateX(-20%) rotate(0deg);
          transform: translateX(-20%) rotate(0deg);
  -webkit-animation: half-move-left 3s;
          animation: half-move-left 3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  height: 60vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body#web #concept section#homeage-to-heritage-section .col-md-6 .homage-gallery-inner-wrap .rotate-gallery .position-absolute-gallery {
  width: 100%;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@-webkit-keyframes half-move-left {
  0% {
    -webkit-transform: translateX(-20%);
            transform: translateX(-20%);
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

@keyframes half-move-left {
  0% {
    -webkit-transform: translateX(-20%);
            transform: translateX(-20%);
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

body#web #concept section#homeage-to-heritage-section .col-md-6 .homage-gallery-inner-wrap .position-absolute-gallery.hover {
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

body#web #concept section#homeage-to-heritage-section .col-md-6 .homage-gallery-inner-wrap .leaf-top-left {
  position: absolute;
  height: 141px;
  left: 136px;
  top: -46px;
  z-index: 1;
  -webkit-transform: translateY(0) translateX(0);
          transform: translateY(0) translateX(0);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media only screen and (max-width: 767px) {
  body#web #concept section#homeage-to-heritage-section .col-md-6 .homage-gallery-inner-wrap .leaf-top-left {
    height: 70px;
    left: 61px;
    top: 48px;
  }
}

body#web #concept section#homeage-to-heritage-section .col-md-6 .homage-gallery-inner-wrap .leaf-top-left.hover {
  -webkit-transform: translateY(-15%) translateX(-15%);
          transform: translateY(-15%) translateX(-15%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

body#web #concept section#homeage-to-heritage-section .col-md-6 .homage-gallery-inner-wrap .leaf-top-right {
  position: absolute;
  height: 190px;
  z-index: 0;
  right: 1px;
  top: 22px;
  -webkit-transform: translateY(0) translateX(0);
          transform: translateY(0) translateX(0);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media only screen and (max-width: 767px) {
  body#web #concept section#homeage-to-heritage-section .col-md-6 .homage-gallery-inner-wrap .leaf-top-right {
    height: 120px;
    right: -21px;
    top: 71px;
  }
}

body#web #concept section#homeage-to-heritage-section .col-md-6 .homage-gallery-inner-wrap .leaf-top-right.hover {
  -webkit-transform: translateY(-15%) translateX(15%);
          transform: translateY(-15%) translateX(15%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

body#web #concept section#homeage-to-heritage-section .col-md-6 .homage-gallery-inner-wrap .leaf-bottom-left {
  position: absolute;
  height: 75px;
  z-index: 1;
  bottom: 90px;
  left: 114px;
  -webkit-transform: translateY(0) translateX(0);
          transform: translateY(0) translateX(0);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media only screen and (max-width: 767px) {
  body#web #concept section#homeage-to-heritage-section .col-md-6 .homage-gallery-inner-wrap .leaf-bottom-left {
    height: 52px;
    left: 36px;
  }
}

body#web #concept section#homeage-to-heritage-section .col-md-6 .homage-gallery-inner-wrap .leaf-bottom-left.hover {
  -webkit-transform: translateY(25%) translateX(0);
          transform: translateY(25%) translateX(0);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

body#web #concept section#homeage-to-heritage-section .col-md-6 .homage-gallery-inner-wrap .leaf-bottom-right {
  position: absolute;
  height: 110px;
  z-index: 1;
  bottom: -19px;
  right: 150px;
  -webkit-transform: translateY(0%) translateX(0);
          transform: translateY(0%) translateX(0);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media only screen and (max-width: 767px) {
  body#web #concept section#homeage-to-heritage-section .col-md-6 .homage-gallery-inner-wrap .leaf-bottom-right {
    height: 75px;
    bottom: 45px;
    right: 9px;
  }
}

body#web #concept section#homeage-to-heritage-section .col-md-6 .homage-gallery-inner-wrap .leaf-bottom-right.hover {
  -webkit-transform: translateY(0%) translateX(40%);
          transform: translateY(0%) translateX(40%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

body#web #concept section#whimsical-playground-for-the-imagination-section {
  position: relative;
  height: 100vh;
  background-image: url("../assets/img/concept/whimsical-playground-for-the-imagination/background-transparent@2x.png"), url("../assets/img/concept/whimsical-playground-for-the-imagination/background@2x.png");
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat no-repeat;
}

@media only screen and (max-width: 767px) {
  body#web #concept section#whimsical-playground-for-the-imagination-section {
    min-height: 100vh;
    height: inherit;
  }
}

body#web #concept section#whimsical-playground-for-the-imagination-section .container-fluid {
  padding-top: 80px;
}

body#web #concept section#whimsical-playground-for-the-imagination-section h1, body#web #concept section#whimsical-playground-for-the-imagination-section p {
  color: #ffffff;
}

body#web #concept section#whimsical-playground-for-the-imagination-section h1 {
  font-family: "PassionSansPDag";
  font-style: normal;
  font-weight: normal;
  font-size: 45px;
}

@media only screen and (max-width: 767px) {
  body#web #concept section#whimsical-playground-for-the-imagination-section h1 {
    font-size: 28px;
  }
}

body#web #concept section#whimsical-playground-for-the-imagination-section h1:after {
  content: "\A0";
}

body#web #concept section#whimsical-playground-for-the-imagination-section h1:last-child:after {
  content: "";
}

body#web #concept section#whimsical-playground-for-the-imagination-section p {
  font-family: Gotham;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
}

body#web #concept section#whimsical-playground-for-the-imagination-section .whimsical-image-1 {
  height: 73vh;
  position: relative;
  z-index: 1;
}

body#web #concept section#whimsical-playground-for-the-imagination-section .whimsical-image-2 {
  height: 70vh;
}

body#web #concept section#whimsical-playground-for-the-imagination-section .whimsical-img-animation {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media only screen and (max-width: 767px) {
  body#web #concept section#whimsical-playground-for-the-imagination-section .whimsical-img-animation {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 10px;
  }
}

body#web #concept section#whimsical-playground-for-the-imagination-section .whimsical-img-animation .whimsical-img {
  width: 55%;
  overflow: hidden;
}

body#web #concept section#whimsical-playground-for-the-imagination-section .whimsical-img-animation .whimsical-img img {
  -webkit-animation: move-left 3s;
          animation: move-left 3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-transform: translateX(-101%);
          transform: translateX(-101%);
  width: 100%;
  height: auto;
}

body#web #concept section#whimsical-playground-for-the-imagination-section .whimsical-img-animation-2 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 767px) {
  body#web #concept section#whimsical-playground-for-the-imagination-section .whimsical-img-animation-2 {
    margin-bottom: 10px;
  }
}

body#web #concept section#whimsical-playground-for-the-imagination-section .whimsical-img-animation-2 .whimsical-img {
  width: 55%;
  overflow: hidden;
  position: relative;
  left: -50px;
}

@media only screen and (max-width: 767px) {
  body#web #concept section#whimsical-playground-for-the-imagination-section .whimsical-img-animation-2 .whimsical-img {
    left: inherit;
  }
}

body#web #concept section#whimsical-playground-for-the-imagination-section .whimsical-img-animation-2 .whimsical-img img {
  -webkit-animation: move-left 3s;
          animation: move-left 3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-transform: translateX(-101%);
          transform: translateX(-101%);
  width: 100%;
  height: auto;
}

@-webkit-keyframes move-left {
  0% {
    -webkit-transform: scale(2) translateX(-101%);
            transform: scale(2) translateX(-101%);
  }
  100% {
    -webkit-transform: scale(1) translateX(0%);
            transform: scale(1) translateX(0%);
  }
}

@keyframes move-left {
  0% {
    -webkit-transform: scale(2) translateX(-101%);
            transform: scale(2) translateX(-101%);
  }
  100% {
    -webkit-transform: scale(1) translateX(0%);
            transform: scale(1) translateX(0%);
  }
}

body#web #concept section#whimsical-playground-for-the-imagination-section .whimsical-line-wrap {
  width: 15%;
}

@media only screen and (max-width: 767px) {
  body#web #concept section#whimsical-playground-for-the-imagination-section .whimsical-line-wrap {
    display: none !important;
    width: inherit;
  }
}

body#web #concept section#whimsical-playground-for-the-imagination-section .whimsical-line-wrap .whimsical-line {
  border-bottom: 1px solid #ffffff;
  width: 70%;
}

body#web #concept section#whimsical-playground-for-the-imagination-section .whimsical-content {
  max-width: 505px;
}

body#web #concept section#whimsical-playground-for-the-imagination-section .whimsical-title-wrap {
  width: 85%;
}

@media only screen and (max-width: 767px) {
  body#web #concept section#whimsical-playground-for-the-imagination-section .whimsical-title-wrap {
    width: 100%;
  }
}

body#web #concept section#whimsical-playground-for-the-imagination-section .whimsical-image-wrap {
  margin-top: 30px;
}

body#web #concept section#heritage-living-for-urban-lifestyles-section {
  position: relative;
  min-height: 100vh;
  background-image: url("../assets/img/concept/heritage-living-for-urban-lifestyles/background-transparent@2x.png");
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
  background-color: #ffffff;
}

body#web #concept section#heritage-living-for-urban-lifestyles-section .container-fluid {
  padding-top: 80px;
}

body#web #concept section#heritage-living-for-urban-lifestyles-section h1 {
  font-family: "PassionSansPDag";
  font-style: normal;
  font-weight: normal;
  font-size: 45px;
  color: #DA6F3F;
}

@media only screen and (max-width: 767px) {
  body#web #concept section#heritage-living-for-urban-lifestyles-section h1 {
    font-size: 28px;
  }
}

body#web #concept section#heritage-living-for-urban-lifestyles-section h1:after {
  content: "\A0";
}

body#web #concept section#heritage-living-for-urban-lifestyles-section h1:last-child:after {
  content: "";
}

body#web #concept section#heritage-living-for-urban-lifestyles-section p {
  font-family: Gotham;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  color: #171717;
}

body#web #concept section#heritage-living-for-urban-lifestyles-section .heritage-image {
  height: 50vh;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-animation: scale 3s;
          animation: scale 3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-transform: scale3d(0.5, 1, 1);
          transform: scale3d(0.5, 1, 1);
  opacity: 0;
}

@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale3d(0.5, 1, 1);
            transform: scale3d(0.5, 1, 1);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
    opacity: 1;
  }
}

@keyframes scale {
  0% {
    -webkit-transform: scale3d(0.5, 1, 1);
            transform: scale3d(0.5, 1, 1);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
    opacity: 1;
  }
}

body#web #concept section#heritage-living-for-urban-lifestyles-section .heritage-line-wrap {
  width: 15%;
}

body#web #concept section#heritage-living-for-urban-lifestyles-section .heritage-line-wrap .heritage-line {
  border-bottom: 1px solid #DA6F3F;
  width: 70%;
}

body#web #concept section#heritage-living-for-urban-lifestyles-section .heritage-content {
  max-width: 500px;
  padding-bottom: 40px;
}

body#web #concept section#the-garden-of-eden-reincarnated-section {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}

body#web #concept section#the-garden-of-eden-reincarnated-section .garden-background-orange {
  background-color: #f5eee6;
  min-height: 100vh;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

body#web #concept section#the-garden-of-eden-reincarnated-section .container-fluid {
  position: relative;
  z-index: 1;
  padding: inherit;
}

body#web #concept section#the-garden-of-eden-reincarnated-section .container-fluid .row {
  margin: inherit;
}

body#web #concept section#the-garden-of-eden-reincarnated-section .container-fluid .row .col-xl-6 {
  padding: inherit;
  position: relative;
}

body#web #concept section#the-garden-of-eden-reincarnated-section .garden-content-wrap {
  min-height: 100vh;
  position: relative;
}

body#web #concept section#the-garden-of-eden-reincarnated-section .garden-content-inner-wrap {
  min-height: 100vh;
  margin-left: 50px;
  margin-right: 50px;
}

@media only screen and (max-width: 767px) {
  body#web #concept section#the-garden-of-eden-reincarnated-section .garden-content-inner-wrap {
    margin-left: inherit;
    margin-right: inherit;
  }
}

body#web #concept section#the-garden-of-eden-reincarnated-section .orange-frame-wrap {
  width: calc(100% - 100px);
  height: calc(100% - 100px);
  border: 1px solid #DA6F3F;
  position: absolute;
  margin: 50px;
}

@media only screen and (max-width: 767px) {
  body#web #concept section#the-garden-of-eden-reincarnated-section .orange-frame-wrap {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    margin: 10px;
  }
}

body#web #concept section#the-garden-of-eden-reincarnated-section .garden-title-wrap {
  width: 80%;
}

body#web #concept section#the-garden-of-eden-reincarnated-section .garden-desc-wrap {
  width: 80%;
  margin-top: 30px;
}

body#web #concept section#the-garden-of-eden-reincarnated-section .garden-desc-inner-wrap {
  width: 70%;
}

body#web #concept section#the-garden-of-eden-reincarnated-section .garden-image-animation {
  overflow: hidden;
  height: 100vh;
}

@media only screen and (max-width: 767px) {
  body#web #concept section#the-garden-of-eden-reincarnated-section .garden-image-animation {
    height: inherit;
  }
}

body#web #concept section#the-garden-of-eden-reincarnated-section .garden-image-animation .garden-image {
  width: 100%;
  -webkit-animation: move-left 3s;
          animation: move-left 3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-transform: translateX(-101%);
          transform: translateX(-101%);
}

@keyframes move-left {
  0% {
    -webkit-transform: scale(2) translateX(-101%);
            transform: scale(2) translateX(-101%);
  }
  100% {
    -webkit-transform: scale(1) translateX(0%);
            transform: scale(1) translateX(0%);
  }
}

body#web #concept section#the-garden-of-eden-reincarnated-section h1 {
  font-family: "PassionSansPDag";
  font-style: normal;
  font-weight: normal;
  font-size: 45px;
  color: #DA6F3F;
  line-height: 35px;
}

@media only screen and (max-width: 767px) {
  body#web #concept section#the-garden-of-eden-reincarnated-section h1 {
    font-size: 28px;
  }
}

body#web #concept section#the-garden-of-eden-reincarnated-section h1:after {
  content: "\A0";
}

body#web #concept section#the-garden-of-eden-reincarnated-section h1:last-child:after {
  content: "";
}

body#web #concept section#the-garden-of-eden-reincarnated-section p {
  font-family: Gotham;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  color: #171717;
}

body#web #concept section#the-heart-soul-of-penang-section {
  min-height: 100vh;
  background-color: #ffffff;
  position: relative;
  padding-top: 80px;
}

@media only screen and (max-width: 767px) {
  body#web #concept section#the-heart-soul-of-penang-section .col-12:first-child {
    min-height: 95vh;
  }
}

body#web #concept section#the-heart-soul-of-penang-section .heart-image-animation {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body#web #concept section#the-heart-soul-of-penang-section .heart-image-animation .video-img {
  width: 100%;
  position: relative;
  z-index: 1;
  max-width: 65%;
  -webkit-animation: scale 3s;
          animation: scale 3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-transform: scale3d(0.5, 1, 1);
          transform: scale3d(0.5, 1, 1);
  opacity: 0;
}

body#web #concept section#the-heart-soul-of-penang-section .heart-image-animation .play-button {
  position: absolute;
  z-index: 1;
  width: 40px;
}

@keyframes scale {
  0% {
    -webkit-transform: scale3d(0.5, 1, 1);
            transform: scale3d(0.5, 1, 1);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
    opacity: 1;
  }
}

body#web #concept section#the-heart-soul-of-penang-section h1 {
  font-family: "PassionSansPDag";
  font-style: normal;
  font-weight: normal;
  font-size: 45px;
  color: #DA6F3F;
  line-height: 35px;
}

@media only screen and (max-width: 767px) {
  body#web #concept section#the-heart-soul-of-penang-section h1 {
    font-size: 28px;
  }
}

body#web #concept section#the-heart-soul-of-penang-section h1:after {
  content: "\A0";
}

body#web #concept section#the-heart-soul-of-penang-section h1:last-child:after {
  content: "";
}

body#web #concept section#the-heart-soul-of-penang-section .back-to-top-wrap {
  margin-top: 70px;
  z-index: 1;
  position: relative;
}

body#web #concept section#the-heart-soul-of-penang-section span {
  font-family: Gotham;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  color: #ffffff;
}

body#web #concept section#the-heart-soul-of-penang-section p {
  font-family: Gotham;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  color: #171717;
}

body#web #concept section#the-heart-soul-of-penang-section .heart-title-wrap {
  max-width: 900px;
  width: 100%;
  margin-bottom: 20px;
}

body#web #concept section#the-heart-soul-of-penang-section .heart-desc-wrap {
  max-width: 900px;
  width: 100%;
  margin-bottom: 60px;
  max-height: 1000px;
}

body#web #concept section#the-heart-soul-of-penang-section .bottom-background-wrap {
  background-color: #000E31;
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 40vh;
  width: 100%;
  background-image: url("../assets/img/concept/the-heart-soul-of-penang/background@2x.png");
  background-position: bottom right;
  background-size: 100% auto;
  background-repeat: no-repeat;
  z-index: 0;
}

body#web #facilities-plan {
  min-height: 100vh;
  width: 100%;
  position: relative;
  background-color: #000E31;
  background-image: url("../assets/img/facilities-plan/background@2x.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 60px;
}

body#web #facilities-plan .map {
  width: 100%;
  margin-top: 40px;
}

@media only screen and (max-width: 767px) {
  body#web #facilities-plan .map {
    margin-top: 80px;
  }
}

body#web #facilities-plan .map .facilities-map {
  width: 100%;
  height: auto;
}

body#web #facilities-plan .level-title {
  font-family: "Gotham";
  font-weight: bold;
  font-size: 28px;
}

body#web #facilities-plan .padding-left-10 {
  padding-left: 23px;
}

body#web #facilities-plan .level-name {
  font-family: "PassionSansPDag";
  font-size: 26px;
  line-height: 15px;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

body#web #facilities-plan .level-1-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #D96F3C;
}

@media only screen and (max-width: 767px) {
  body#web #facilities-plan .level-1-wrap {
    padding-left: 20px;
  }
}

body#web #facilities-plan .level-11-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #27A28C;
}

@media only screen and (max-width: 767px) {
  body#web #facilities-plan .level-11-wrap {
    padding-left: 20px;
  }
}

body#web #facilities-plan .level-36-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #B1AE2D;
}

@media only screen and (max-width: 767px) {
  body#web #facilities-plan .level-36-wrap {
    padding-left: 20px;
  }
}

body#web #layout-plan {
  background-image: url("../assets/img/layout-plan/background@2x.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-color: #000E31;
  min-height: 100vh;
}

body#web #layout-plan .type-A {
  width: 40%;
}

body#web #layout-plan .type-B1 {
  width: 55%;
}

body#web #layout-plan .type-C1 {
  width: 50%;
}

body#web #layout-plan .type-D2 {
  width: 60%;
}

body#web #layout-plan .type-left-wrapper {
  padding-left: 20px;
  padding-right: 20px;
  height: 175px;
}

body#web #layout-plan .type-left-wrapper .type-text {
  font-family: "PassionSansPDag";
  font-size: 28px;
  text-transform: uppercase;
  line-height: 30px;
}

@media only screen and (max-width: 767px) {
  body#web #layout-plan .type-left-wrapper .type-text {
    font-size: 20px;
  }
}

body#web #layout-plan .type-left-wrapper .type-text .type-big-text {
  font-family: "PassionSansPDag";
  font-size: 50px;
}

body#web #layout-plan .type-left-wrapper .square-ft {
  font-family: "PassionSansPDag";
  font-size: 24px;
  line-height: 30px;
}

@media only screen and (max-width: 767px) {
  body#web #layout-plan .type-left-wrapper .square-ft {
    font-size: 16px;
  }
}

body#web #layout-plan .layout-image-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100vh;
  width: 100%;
  padding-right: 40px;
}

@media only screen and (max-width: 767px) {
  body#web #layout-plan .layout-image-wrapper {
    min-height: 50vh;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-right: 0;
  }
}

body#web #layout-plan .layout-content-wrappper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100vh;
  width: 100%;
  padding-left: 40px;
  color: #ffffff;
}

@media only screen and (max-width: 767px) {
  body#web #layout-plan .layout-content-wrappper {
    min-height: 50vh;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 0;
  }
}

body#web #layout-plan .layout-content-wrappper .layout-desc-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-left: 2px dashed #ffffff;
  border-right: 2px dashed #ffffff;
  padding-left: 20px;
  padding-right: 20px;
  height: 150px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

body#web #layout-plan .layout-content-wrappper .layout-desc-2-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-left: none;
  border-right: none;
  padding-left: 20px;
  padding-right: 20px;
  height: 150px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 40px;
}

body#web #layout-plan .layout-content-wrappper .layout-text {
  font-size: 25px;
  line-height: 20px;
}

@media only screen and (max-width: 767px) {
  body#web #layout-plan .layout-content-wrappper .layout-text {
    font-size: 16px;
  }
}

body#web .carousel-control-prev-icon {
  background: url("../assets/img/gallery/left-button@2x.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 30px;
  height: 50px;
}

body#web .carousel-item.active {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

body#web .carousel-item {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}

body#web .carousel-control-next-icon {
  background: url("../assets/img/gallery/right-button@2x.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 30px;
  height: 50px;
}

body#web #floor-plan {
  min-height: 100vh;
  background-image: url("../assets/img/floor-plan/background@2x.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-color: #000E31;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media only screen and (max-width: 767px) {
  body#web #floor-plan {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

body#web #floor-plan .northwest-wrapper {
  color: #ffffff;
  width: 70%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}

body#web #floor-plan .northwest-wrapper .title {
  font-size: 40px;
  font-family: "PassionSansPDag";
  letter-spacing: 1px;
}

@media only screen and (max-width: 767px) {
  body#web #floor-plan .northwest-wrapper .title {
    font-size: 30px;
  }
}

body#web #floor-plan .northwest-wrapper .dash-line {
  border-bottom: 1px dashed #ffffff;
  width: 14%;
}

body#web #floor-plan .northwest-wrapper .floor-location-name {
  font-size: 18px;
  font-family: "Gotham";
  font-weight: bold;
  padding-top: 6px;
}

@media only screen and (max-width: 767px) {
  body#web #floor-plan .northwest-wrapper .floor-location-name {
    font-size: 16px;
  }
}

body#web #floor-plan .southeast-wrapper {
  color: #ffffff;
  width: 70%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
  position: relative;
}

body#web #floor-plan .southeast-wrapper .title {
  font-size: 40px;
  font-family: "PassionSansPDag";
  letter-spacing: 1px;
}

@media only screen and (max-width: 767px) {
  body#web #floor-plan .southeast-wrapper .title {
    font-size: 30px;
  }
}

body#web #floor-plan .southeast-wrapper .dash-line {
  border-bottom: 1px dashed #ffffff;
  width: 14%;
}

body#web #floor-plan .southeast-wrapper .floor-location-name {
  font-size: 18px;
  font-family: "Gotham";
  font-weight: bold;
  padding-top: 6px;
}

@media only screen and (max-width: 767px) {
  body#web #floor-plan .southeast-wrapper .floor-location-name {
    font-size: 16px;
  }
}

body#web #floor-plan .southeast-wrapper .compass-wrap {
  position: absolute;
  right: 83px;
  width: 100px;
}

@media only screen and (max-width: 767px) {
  body#web #floor-plan .southeast-wrapper .compass-wrap {
    right: -66px;
    width: 66px;
  }
}

body#web #floor-plan .floor-desc-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  color: #ffffff;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1150px;
  width: 100%;
  margin-top: 100px;
}

body#web #floor-plan .floor-desc-wrapper .type-a-box {
  width: 50px;
  height: 50px;
  background-color: #B66035;
}

@media only screen and (max-width: 767px) {
  body#web #floor-plan .floor-desc-wrapper .type-a-box {
    width: 40px;
    height: 40px;
  }
}

body#web #floor-plan .floor-desc-wrapper .type-b-box {
  width: 50px;
  height: 50px;
  background-color: #3A8988;
}

@media only screen and (max-width: 767px) {
  body#web #floor-plan .floor-desc-wrapper .type-b-box {
    width: 40px;
    height: 40px;
  }
}

body#web #floor-plan .floor-desc-wrapper .type-c-box {
  width: 50px;
  height: 50px;
  background-color: #B39742;
}

@media only screen and (max-width: 767px) {
  body#web #floor-plan .floor-desc-wrapper .type-c-box {
    width: 40px;
    height: 40px;
  }
}

body#web #floor-plan .floor-desc-wrapper .type-d-box {
  width: 50px;
  height: 50px;
  background-color: #6C346C;
}

@media only screen and (max-width: 767px) {
  body#web #floor-plan .floor-desc-wrapper .type-d-box {
    width: 40px;
    height: 40px;
  }
}

body#web #floor-plan .floor-desc-wrapper .type-text {
  font-family: "PassionSansPDag";
  font-size: 28px;
  text-transform: uppercase;
  line-height: 30px;
  padding-left: 10px;
}

@media only screen and (max-width: 767px) {
  body#web #floor-plan .floor-desc-wrapper .type-text {
    font-size: 24px;
  }
}

body#web #floor-plan .floor-desc-wrapper .type-text .type-big-text {
  font-family: "PassionSansPDag";
  font-size: 50px;
}

@media only screen and (max-width: 767px) {
  body#web #floor-plan .floor-desc-wrapper .type-text .type-big-text {
    font-size: 40px;
  }
}

body#web #floor-plan .floor-content-wrap {
  position: relative;
  max-width: 1150px;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  body#web #floor-plan .floor-content-wrap {
    max-width: 300px;
  }
}

body#web #floor-plan .floor-content-wrap .type-d {
  position: absolute;
  top: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  top: 12px;
  left: 28px;
  /* Portrait */
  /* Landscape */
  /* Portrait */
  /* Declare the same value for min- and max-width to avoid colliding with desktops */
  /* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
  /* Landscape */
  /* Declare the same value for min- and max-width to avoid colliding with desktops */
  /* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
}

@media only screen and (max-width: 767px) {
  body#web #floor-plan .floor-content-wrap .type-d {
    top: 3px;
    left: 7px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  body#web #floor-plan .floor-content-wrap .type-d {
    top: 7px;
    left: 16px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  body#web #floor-plan .floor-content-wrap .type-d {
    top: 7px;
    left: 23px;
  }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  body#web #floor-plan .floor-content-wrap .type-d {
    left: 23px;
  }
}

body#web #floor-plan .floor-content-wrap .type-d .piece-area {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  position: relative;
}

body#web #floor-plan .floor-content-wrap .type-d .piece-area img {
  width: 146px;
  /* Portrait */
  /* Landscape */
  /* Portrait */
  /* Declare the same value for min- and max-width to avoid colliding with desktops */
  /* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
  /* Landscape */
  /* Declare the same value for min- and max-width to avoid colliding with desktops */
  /* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
}

@media only screen and (max-width: 767px) {
  body#web #floor-plan .floor-content-wrap .type-d .piece-area img {
    width: 41px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  body#web #floor-plan .floor-content-wrap .type-d .piece-area img {
    width: 91px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  body#web #floor-plan .floor-content-wrap .type-d .piece-area img {
    width: 125px;
  }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  body#web #floor-plan .floor-content-wrap .type-d .piece-area img {
    width: 126px;
  }
}

@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  body#web #floor-plan .floor-content-wrap .type-d .piece-area img {
    width: 146px;
  }
}

body#web #floor-plan .floor-content-wrap .type-d .piece-area.hover {
  top: -20px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

body#web #floor-plan .floor-content-wrap .type-b-part-1 {
  position: absolute;
  top: 1px;
  left: 227px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  /* Portrait */
  /* Landscape */
  /* Portrait */
  /* Declare the same value for min- and max-width to avoid colliding with desktops */
  /* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
  /* Landscape */
  /* Declare the same value for min- and max-width to avoid colliding with desktops */
  /* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
}

@media only screen and (max-width: 767px) {
  body#web #floor-plan .floor-content-wrap .type-b-part-1 {
    top: 0px;
    left: 60px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  body#web #floor-plan .floor-content-wrap .type-b-part-1 {
    top: 0px;
    left: 140px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  body#web #floor-plan .floor-content-wrap .type-b-part-1 {
    top: 2px;
    left: 190px;
  }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  body#web #floor-plan .floor-content-wrap .type-b-part-1 {
    left: 189px;
  }
}

body#web #floor-plan .floor-content-wrap .type-b-part-1 .piece-area {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  position: relative;
  top: 0;
}

body#web #floor-plan .floor-content-wrap .type-b-part-1 .piece-area img {
  width: 132px;
  /* Portrait */
  /* Landscape */
  /* Portrait */
  /* Declare the same value for min- and max-width to avoid colliding with desktops */
  /* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
  /* Landscape */
  /* Declare the same value for min- and max-width to avoid colliding with desktops */
  /* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
}

@media only screen and (max-width: 767px) {
  body#web #floor-plan .floor-content-wrap .type-b-part-1 .piece-area img {
    width: 35px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  body#web #floor-plan .floor-content-wrap .type-b-part-1 .piece-area img {
    width: 82px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  body#web #floor-plan .floor-content-wrap .type-b-part-1 .piece-area img {
    width: 111px;
  }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  body#web #floor-plan .floor-content-wrap .type-b-part-1 .piece-area img {
    width: 110px;
  }
}

@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  body#web #floor-plan .floor-content-wrap .type-b-part-1 .piece-area img {
    width: 132px;
  }
}

body#web #floor-plan .floor-content-wrap .type-b-part-1 .piece-area.hover {
  top: -20px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

body#web #floor-plan .floor-content-wrap .type-b-part-2 {
  position: absolute;
  top: 1px;
  left: 759px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  /* Portrait */
  /* Landscape */
  /* Portrait */
  /* Declare the same value for min- and max-width to avoid colliding with desktops */
  /* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
  /* Landscape */
  /* Declare the same value for min- and max-width to avoid colliding with desktops */
  /* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
}

@media only screen and (max-width: 767px) {
  body#web #floor-plan .floor-content-wrap .type-b-part-2 {
    top: 0px;
    left: 200px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  body#web #floor-plan .floor-content-wrap .type-b-part-2 {
    top: 0px;
    left: 467px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  body#web #floor-plan .floor-content-wrap .type-b-part-2 {
    top: 2px;
    left: 636px;
  }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  body#web #floor-plan .floor-content-wrap .type-b-part-2 {
    left: 633px;
  }
}

body#web #floor-plan .floor-content-wrap .type-b-part-2 .piece-area {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  position: relative;
  top: 0;
}

body#web #floor-plan .floor-content-wrap .type-b-part-2 .piece-area img {
  width: 132px;
  /* Portrait */
  /* Landscape */
  /* Portrait */
  /* Declare the same value for min- and max-width to avoid colliding with desktops */
  /* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
  /* Landscape */
  /* Declare the same value for min- and max-width to avoid colliding with desktops */
  /* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
}

@media only screen and (max-width: 767px) {
  body#web #floor-plan .floor-content-wrap .type-b-part-2 .piece-area img {
    width: 35px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  body#web #floor-plan .floor-content-wrap .type-b-part-2 .piece-area img {
    width: 82px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  body#web #floor-plan .floor-content-wrap .type-b-part-2 .piece-area img {
    width: 111px;
  }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  body#web #floor-plan .floor-content-wrap .type-b-part-2 .piece-area img {
    width: 112px;
  }
}

@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  body#web #floor-plan .floor-content-wrap .type-b-part-2 .piece-area img {
    width: 132px;
  }
}

body#web #floor-plan .floor-content-wrap .type-b-part-2 .piece-area .piece-12 {
  position: relative;
  left: -2px;
}

body#web #floor-plan .floor-content-wrap .type-b-part-2 .piece-area .piece-13 {
  position: relative;
  left: -3px;
}

body#web #floor-plan .floor-content-wrap .type-b-part-2 .piece-area .piece-13A {
  position: relative;
  left: -5px;
}

body#web #floor-plan .floor-content-wrap .type-b-part-2 .piece-area.hover {
  top: -20px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

body#web #floor-plan .floor-content-wrap .type-a-part-1 {
  position: absolute;
  top: 1px;
  left: 489px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  /* Portrait */
  /* Landscape */
  /* Portrait */
  /* Declare the same value for min- and max-width to avoid colliding with desktops */
  /* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
  /* Landscape */
  /* Declare the same value for min- and max-width to avoid colliding with desktops */
  /* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
}

@media only screen and (max-width: 767px) {
  body#web #floor-plan .floor-content-wrap .type-a-part-1 {
    top: 0px;
    left: 130px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  body#web #floor-plan .floor-content-wrap .type-a-part-1 {
    top: 0px;
    left: 303px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  body#web #floor-plan .floor-content-wrap .type-a-part-1 {
    top: 2px;
    left: 412px;
  }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  body#web #floor-plan .floor-content-wrap .type-a-part-1 {
    left: 409px;
  }
}

body#web #floor-plan .floor-content-wrap .type-a-part-1 .piece-area {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  position: relative;
  top: 0;
}

body#web #floor-plan .floor-content-wrap .type-a-part-1 .piece-area img {
  width: 92px;
  /* Portrait */
  /* Landscape */
  /* Portrait */
  /* Declare the same value for min- and max-width to avoid colliding with desktops */
  /* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
  /* Landscape */
  /* Declare the same value for min- and max-width to avoid colliding with desktops */
  /* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
}

@media only screen and (max-width: 767px) {
  body#web #floor-plan .floor-content-wrap .type-a-part-1 .piece-area img {
    width: 24px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  body#web #floor-plan .floor-content-wrap .type-a-part-1 .piece-area img {
    width: 57px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  body#web #floor-plan .floor-content-wrap .type-a-part-1 .piece-area img {
    width: 77px;
  }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  body#web #floor-plan .floor-content-wrap .type-a-part-1 .piece-area img {
    width: 77px;
  }
}

@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  body#web #floor-plan .floor-content-wrap .type-a-part-1 .piece-area img {
    width: 92px;
  }
}

body#web #floor-plan .floor-content-wrap .type-a-part-1 .piece-area .piece-10 {
  position: relative;
  left: -2px;
}

body#web #floor-plan .floor-content-wrap .type-a-part-1 .piece-area .piece-11 {
  position: relative;
  left: -4px;
}

body#web #floor-plan .floor-content-wrap .type-a-part-1 .piece-area.hover {
  top: -20px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

body#web #floor-plan .floor-content-wrap .type-a-part-2 {
  position: absolute;
  bottom: 22px;
  left: 123px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  /* Portrait */
  /* Landscape */
  /* Portrait */
  /* Declare the same value for min- and max-width to avoid colliding with desktops */
  /* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
  /* Landscape */
  /* Declare the same value for min- and max-width to avoid colliding with desktops */
  /* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
}

@media only screen and (max-width: 767px) {
  body#web #floor-plan .floor-content-wrap .type-a-part-2 {
    bottom: 4px;
    left: 34px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  body#web #floor-plan .floor-content-wrap .type-a-part-2 {
    bottom: 11px;
    left: 76px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  body#web #floor-plan .floor-content-wrap .type-a-part-2 {
    bottom: 18px;
    left: 103px;
  }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  body#web #floor-plan .floor-content-wrap .type-a-part-2 {
    left: 105px;
    bottom: 18px;
  }
}

body#web #floor-plan .floor-content-wrap .type-a-part-2 .piece-area {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  position: relative;
  top: 0;
}

body#web #floor-plan .floor-content-wrap .type-a-part-2 .piece-area img {
  width: 90px;
  /* Portrait */
  /* Landscape */
  /* Portrait */
  /* Declare the same value for min- and max-width to avoid colliding with desktops */
  /* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
  /* Landscape */
  /* Declare the same value for min- and max-width to avoid colliding with desktops */
  /* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
}

@media only screen and (max-width: 767px) {
  body#web #floor-plan .floor-content-wrap .type-a-part-2 .piece-area img {
    width: 24px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  body#web #floor-plan .floor-content-wrap .type-a-part-2 .piece-area img {
    width: 57px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  body#web #floor-plan .floor-content-wrap .type-a-part-2 .piece-area img {
    width: 76px;
  }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  body#web #floor-plan .floor-content-wrap .type-a-part-2 .piece-area img {
    width: 75px;
  }
}

@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  body#web #floor-plan .floor-content-wrap .type-a-part-2 .piece-area img {
    width: 90px;
  }
}

body#web #floor-plan .floor-content-wrap .type-a-part-2 .piece-area .piece-3A {
  position: relative;
  left: -2px;
}

body#web #floor-plan .floor-content-wrap .type-a-part-2 .piece-area .piece-03 {
  position: relative;
  left: -4px;
}

body#web #floor-plan .floor-content-wrap .type-a-part-2 .piece-area .piece-02 {
  position: relative;
  left: -6px;
}

body#web #floor-plan .floor-content-wrap .type-a-part-2 .piece-area .piece-01 {
  position: relative;
  left: -8px;
}

body#web #floor-plan .floor-content-wrap .type-a-part-2 .piece-area.hover {
  top: -20px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

body#web #floor-plan .floor-content-wrap .type-c-part-1 {
  position: absolute;
  bottom: 1px;
  left: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  /* Portrait */
  /* Landscape */
  /* Portrait */
  /* Declare the same value for min- and max-width to avoid colliding with desktops */
  /* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
  /* Landscape */
  /* Declare the same value for min- and max-width to avoid colliding with desktops */
  /* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
}

@media only screen and (max-width: 767px) {
  body#web #floor-plan .floor-content-wrap .type-c-part-1 {
    bottom: 1px;
    left: 0px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  body#web #floor-plan .floor-content-wrap .type-c-part-1 {
    bottom: 1px;
    left: 0px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  body#web #floor-plan .floor-content-wrap .type-c-part-1 {
    bottom: 1px;
    left: 0px;
  }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  body#web #floor-plan .floor-content-wrap .type-c-part-1 {
    bottom: 1px;
    left: 0px;
  }
}

body#web #floor-plan .floor-content-wrap .type-c-part-1 .piece-area {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  position: relative;
  top: 0;
}

body#web #floor-plan .floor-content-wrap .type-c-part-1 .piece-area img {
  width: 124px;
  /* Portrait */
  /* Landscape */
  /* Portrait */
  /* Declare the same value for min- and max-width to avoid colliding with desktops */
  /* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
  /* Landscape */
  /* Declare the same value for min- and max-width to avoid colliding with desktops */
  /* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
}

@media only screen and (max-width: 767px) {
  body#web #floor-plan .floor-content-wrap .type-c-part-1 .piece-area img {
    width: 32px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  body#web #floor-plan .floor-content-wrap .type-c-part-1 .piece-area img {
    width: 76px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  body#web #floor-plan .floor-content-wrap .type-c-part-1 .piece-area img {
    width: 104px;
  }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  body#web #floor-plan .floor-content-wrap .type-c-part-1 .piece-area img {
    width: 103px;
  }
}

@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  body#web #floor-plan .floor-content-wrap .type-c-part-1 .piece-area img {
    width: 124px;
  }
}

body#web #floor-plan .floor-content-wrap .type-c-part-1 .piece-area .piece-10 {
  position: relative;
  left: -2px;
}

body#web #floor-plan .floor-content-wrap .type-c-part-1 .piece-area .piece-11 {
  position: relative;
  left: -4px;
}

body#web #floor-plan .floor-content-wrap .type-c-part-1 .piece-area.hover {
  top: -20px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

body#web #floor-plan .floor-content-wrap .type-c-part-2 {
  position: absolute;
  bottom: 1px;
  right: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  /* Portrait */
  /* Landscape */
  /* Portrait */
  /* Declare the same value for min- and max-width to avoid colliding with desktops */
  /* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
  /* Landscape */
  /* Declare the same value for min- and max-width to avoid colliding with desktops */
  /* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
}

@media only screen and (max-width: 767px) {
  body#web #floor-plan .floor-content-wrap .type-c-part-2 {
    bottom: 1px;
    right: 5px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  body#web #floor-plan .floor-content-wrap .type-c-part-2 {
    bottom: 1px;
    right: 5px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  body#web #floor-plan .floor-content-wrap .type-c-part-2 {
    bottom: 1px;
    right: 6px;
  }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  body#web #floor-plan .floor-content-wrap .type-c-part-2 {
    bottom: 1px;
    right: 5px;
  }
}

body#web #floor-plan .floor-content-wrap .type-c-part-2 .piece-area {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  position: relative;
  top: 0;
}

body#web #floor-plan .floor-content-wrap .type-c-part-2 .piece-area img {
  width: 124px;
  /* Portrait */
  /* Landscape */
  /* Portrait */
  /* Declare the same value for min- and max-width to avoid colliding with desktops */
  /* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
  /* Landscape */
  /* Declare the same value for min- and max-width to avoid colliding with desktops */
  /* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
}

@media only screen and (max-width: 767px) {
  body#web #floor-plan .floor-content-wrap .type-c-part-2 .piece-area img {
    width: 32px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  body#web #floor-plan .floor-content-wrap .type-c-part-2 .piece-area img {
    width: 76px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  body#web #floor-plan .floor-content-wrap .type-c-part-2 .piece-area img {
    width: 103px;
  }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  body#web #floor-plan .floor-content-wrap .type-c-part-2 .piece-area img {
    width: 103px;
  }
}

@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  body#web #floor-plan .floor-content-wrap .type-c-part-2 .piece-area img {
    width: 124px;
  }
}

body#web #floor-plan .floor-content-wrap .type-c-part-2 .piece-area .piece-17 {
  position: relative;
  left: 14px;
}

body#web #floor-plan .floor-content-wrap .type-c-part-2 .piece-area .piece-16 {
  position: relative;
  left: 11px;
}

body#web #floor-plan .floor-content-wrap .type-c-part-2 .piece-area .piece-15 {
  position: relative;
  left: 5px;
}

body#web #floor-plan .floor-content-wrap .type-c-part-2 .piece-area.hover {
  top: -20px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

body#web #floor-plan .floor-content-wrap .line-art-wrap .line-art {
  width: 100%;
}

body#web #toTop {
  cursor: pointer;
}

body#web .overflow-hidden {
  overflow: hidden;
}

body#web .hide {
  display: none;
}

body#web .menu {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}

body#web #macalisterzNav.active {
  opacity: 1;
  transform: translate(0%);
  -webkit-transform: transform(0%);
  box-shadow: 15px 0px 27px 0px rgba(0, 0, 0, 0.52);
  -webkit-box-shadow: 15px 0px 27px 0px rgba(0, 0, 0, 0.52);
  -moz-box-shadow: 15px 0px 27px 0px rgba(0, 0, 0, 0.52);
}

body#web #macalisterzNav.active .nav-wrapper {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

body#web .nav-exsim-logo-wrap {
  margin-top: 80px;
  margin-bottom: 120px;
}

body#web .copyright-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body#web .copyright-wrapper .copyright {
  font-family: "Gotham";
  font-size: 14px;
}

body#web .copyright-wrapper .tnc {
  font-family: "Gotham";
  font-size: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

body#web .copyright-wrapper .tnc a {
  cursor: pointer;
  font-size: 10px;
  color: grey;
}

body#web .nav-exsim-logo {
  height: 80px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

body#web .nav-bottom-link-wrap {
  width: 25%;
}

body#web .nav-bottom-link-wrap img {
  height: 20px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

body#web .bottom-nav-wrapper {
  opacity: 0;
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

body#web .bottom-nav-wrapper.active {
  opacity: 1;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

body#web .background-opacity.active {
  display: block;
  background-color: rgba(0, 0, 0, 0.4);
}

body#web .background-opacity {
  overflow: hidden;
  width: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: none;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  z-index: 3;
  width: 100%;
  height: 100%;
}

body#web #macalisterzNav {
  overflow: hidden;
  min-width: 300px;
  max-width: 400px;
  width: 100%;
  top: 0;
  left: 0;
  position: fixed;
  opacity: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  transform: translate(-100%);
  -webkit-transform: transform(-100%);
  z-index: 4;
}

body#web #macalisterzNav .nav-wrapper {
  opacity: 0;
}

body#web #macalisterzNav .custom-img {
  bottom: -15px;
  right: 0;
}

body#web .overlay {
  height: 100%;
  width: 0;
  position: fixed;
  overflow-y: scroll;
  z-index: 3;
  top: 0;
  right: 0;
  background-color: #F5EEE6;
  overflow-x: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

body#web .overlay-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}

body#web .overlay a {
  letter-spacing: 1.5px;
  text-decoration: none;
  font-size: 15px;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

body#web .navLink {
  font-family: "PassionSansPDag";
  font-weight: normal;
  font-style: normal;
  color: #000000;
  -webkit-transition: padding 1s;
  transition: padding 1s;
}

body#web .navLink:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.1em;
  background-color: #DA6F3F;
  opacity: 0;
  -webkit-transition: opacity 300ms, -webkit-transform 300ms;
  transition: opacity 300ms, -webkit-transform 300ms;
  transition: opacity 300ms, transform 300ms;
  transition: opacity 300ms, transform 300ms, -webkit-transform 300ms;
  overflow: hidden;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

body#web .overlay-inner-content {
  width: 70%;
  overflow: hidden;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.1s ease-out;
  transition: -webkit-transform 0.1s ease-out;
  transition: transform 0.1s ease-out;
  transition: transform 0.1s ease-out, -webkit-transform 0.1s ease-out;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

body#web .overlay-inner-content.active {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  -webkit-transition: -webkit-transform 1s ease-in;
  transition: -webkit-transform 1s ease-in;
  transition: transform 1s ease-in;
  transition: transform 1s ease-in, -webkit-transform 1s ease-in;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

body#web .nav-wrapper {
  position: relative;
  margin-top: 10px;
  clear: both;
  float: left;
}

:hover > body#web .nav-wrapper:hover .navLink {
  color: #DA6F3F;
}

:hover > body#web .nav-wrapper:hover .navLink:after {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

@media screen and (max-height: 450px) {
  body#web .overlay a {
    font-size: 20px;
  }
  body#web .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}

body#web .top-nav-wrap {
  height: 150px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body#web .top-nav-wrap .big-logo-wrapper {
  width: 70%;
  opacity: 0;
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

body#web .top-nav-wrap .big-logo-wrapper a {
  width: 80%;
}

body#web .top-nav-wrap .big-logo-wrapper img {
  width: 100%;
}

body#web .top-nav-wrap .big-logo-wrapper.active {
  opacity: 1;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

body#web .top-nav-wrap .close-nav-wrapper {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 30px;
  overflow: hidden;
}

body#web .top-nav-wrap .close-nav-wrapper .close-inner-wrapper {
  position: relative;
}

body#web .top-nav-wrap .close-nav-wrapper .close-inner-wrapper img {
  width: 100%;
  height: auto;
  cursor: pointer;
}

body#web .top-nav-wrap .close-nav-wrapper .close-inner-wrapper .close-animation {
  border: 2px solid #F5EEE6;
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

:hover > body#web .top-nav-wrap .close-nav-wrapper:hover .close-animation {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  border: 3px solid #F5EEE6;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  background-color: #F5EEE6;
}

body#web #btn-nav {
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #DA6F3F;
  color: #ffffff;
  width: 60px;
  height: 60px;
  padding: 2px 0;
}

body#web #btn-nav span {
  font-family: "PassionSansPDag";
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  line-height: 0px;
}

body#web #btn-nav .nav-dash-line {
  height: 2px;
  width: 50px;
  overflow: hidden;
}

body#web #btn-nav .nav-dash-line .nav-dash-inner-line {
  height: 2px;
  width: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

body#web #btn-nav .nav-dash-line .nav-dash-inner-line .nav-line:nth-child(1),
body#web #btn-nav .nav-dash-line .nav-dash-inner-line .nav-line:nth-child(3) {
  background-color: #ffffff;
}

body#web #btn-nav .nav-dash-line .nav-dash-inner-line .nav-line {
  width: 50%;
  height: 2px;
}

body#web #btn-nav .nav-dash-line .nav-line-top {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

body#web #btn-nav .nav-dash-line .nav-line-top.hover {
  -webkit-transform: translateX(-68%);
          transform: translateX(-68%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

body#web #btn-nav .nav-dash-line .nav-line-bottom {
  -webkit-transform: translateX(-68%);
          transform: translateX(-68%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

body#web #btn-nav .nav-dash-line .nav-line-bottom.hover {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

body#web #btn-nav .animation-nav-title {
  color: #683825;
  -webkit-transition: color 3s;
  transition: color 3s;
  z-index: 2;
  font-family: "Gotham";
  opacity: 0;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: opacity 0.1s, -webkit-transform 0.1s;
  transition: opacity 0.1s, -webkit-transform 0.1s;
  transition: opacity 0.1s, transform 0.1s;
  transition: opacity 0.1s, transform 0.1s, -webkit-transform 0.1s;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

body#web #btn-nav path {
  fill: none;
  stroke: #683825;
  stroke-width: 3;
  -webkit-transition: stroke-dashoffset 2s linear, stroke 3s;
  transition: stroke-dashoffset 2s linear, stroke 3s;
}

body#web #btn-nav .line1 {
  stroke-dasharray: 680;
  stroke-dashoffset: 650;
}

body#web #btn-nav .line2 {
  stroke-dasharray: 680;
  stroke-dashoffset: 630;
}

body#web #btn-nav .line3 {
  stroke-dasharray: 680;
  stroke-dashoffset: 610;
}

:hover > body#web #btn-nav:hover .animation-nav-title {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

body#web #btn-nav:hover path {
  stroke-dashoffset: 0;
}

body#web .main-header {
  padding: 20px;
  padding-left: 80px;
  position: fixed;
  top: 0;
  left: 0;
  background-color: transparent;
  width: 100%;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 3;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body#web .main-header {
    overflow: hidden;
    padding-left: 20px;
  }
}

@media only screen and (max-width: 767px) {
  body#web .main-header {
    overflow: hidden;
    padding-left: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  body#web .main-header {
    overflow: hidden;
    padding-left: 20px;
  }
}

@media only screen and (min-width: 410px) and (max-width: 575px) {
  body#web .main-header {
    overflow: hidden;
    padding-left: 20px;
  }
}

body#web .page-footer {
  background-color: #683825;
  height: 50px;
  width: 100%;
  z-index: 0;
  position: relative;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ae694a;
}

body#web .page-footer span {
  color: #ffffff;
}

body#web .page-footer a, body#web .page-footer a:hover, body#web .page-footer a:active {
  color: #ae694a;
}

body#web .page-footer .footer-msg {
  text-align: center;
}

body#web .background-video {
  position: fixed;
}

body#web .loading {
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 10;
  top: 0px;
  left: 0px;
}

body#web .vr360 {
  position: fixed;
  top: 50%;
  left: 0px;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  z-index: 1;
}

body#web .vr360 img {
  width: 100px;
}

body#web .t-50 {
  top: 50px;
}

body#web .social-media {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

body#web .social-media ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

body#web .social-media ul .social-item {
  margin-bottom: 20px;
}

body#web .social-media ul .social-item img {
  width: 40px;
}

body#web .pool-wrapper {
  position: relative;
  bottom: 0px;
  left: 0px;
  height: 50%;
  width: 100%;
  background-image: url("../assets/img/home/pool.png");
  background-size: cover;
  background-position: center top;
}

body#web .pool-wrapper .water {
  position: relative;
  bottom: 0px;
  left: 0px;
  height: 50%;
  width: 100%;
  background-image: url("../assets/img/home/pool-mask.png");
  background-size: cover;
  background-position: center top;
  -webkit-filter: url("#turbulence");
          filter: url("#turbulence");
}

body#web .segment {
  width: 100%;
  position: relative;
}

body#web .justify-content-evenly {
  -webkit-box-pack: space-evenly !important;
      -ms-flex-pack: space-evenly !important;
          justify-content: space-evenly !important;
}

body#web .pt-50 {
  padding-top: 50px !important;
}

body#web .pt-100 {
  padding-top: 100px !important;
}

body#web .pl-190 {
  padding-left: 190px !important;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  body#web .pl-190 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body#web .pl-190 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media only screen and (max-width: 767px) {
  body#web .pl-190 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  body#web .pl-190 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
  body#web .pl-190 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

table.dataTable tr th.select-checkbox.selected::after {
  content: "\2714";
  margin-top: -11px;
  margin-left: -4px;
  text-align: center;
  text-shadow: #b0bed9 1px 1px, #b0bed9 -1px -1px, #b0bed9 1px -1px, #b0bed9 -1px 1px;
}

.js-cookie-consent {
  background-color: #42e45459;
  padding: 10px;
  text-align: center;
}

.js-cookie-consent button {
  background-color: aliceblue;
  border: none;
  border-radius: 5px;
  padding: 10px;
  margin-left: 20px;
}

.dataTable .selected {
  background-color: #b7f7e4 !important;
}

body#backend {
  position: relative;
}

.box-tools .breadcrumb {
  background-color: #fff;
  margin-bottom: 0px !important;
}

.box-tools .breadcrumb a {
  background-color: #3c8dbc;
  margin-left: 10px;
  color: #fff;
  padding: 10px;
}
