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

@font-face {
  font-family: "Roboto";
  src: url("../assets/fonts/Roboto-LightItalic.woff2") format("woff2"), url("../assets/fonts/Roboto-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Roboto Lt";
  src: url("../assets/fonts/Roboto-Light.woff2") format("woff2"), url("../assets/fonts/Roboto-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: "Helvetica LT Std";
  src: url("../assets/fonts/HelveticaLTStd-BoldCond.woff2") format("woff2"), url("../assets/fonts/HelveticaLTStd-BoldCond.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica LT Std";
  src: url("../assets/fonts/HelveticaLTStd-Cond.woff2") format("woff2"), url("../assets/fonts/HelveticaLTStd-Cond.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

body#web #register {
  height: 100vh;
  padding: 100px 0 0;
  position: relative;
  overflow-y: hidden;
}

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

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

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

body#web #register figure.absolute-image-1 {
  top: 0 !important;
  right: 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 #register figure.absolute-image-2 {
  bottom: -15px !important;
  left: 0 !important;
  margin-left: -130px !important;
  margin-bottom: -50px !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 #register .absolute-image-2,
body#web #register .absolute-image-1 {
  z-index: 0;
}

body#web #register .title-wrapper {
  color: #ed4615;
  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 #register .title-wrapper {
    font-size: 30px;
  }
}

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

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

body#web #register a {
  color: #ed4615;
}

body#web #register .form-control {
  line-height: 2;
}

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

body#web #register .btn-wrapper {
  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;
}

body#web #register .submit {
  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;
  background-color: #ed4615;
  border-radius: 50px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

body#web #register .submit:hover {
  color: white;
  -webkit-box-shadow: 0 5px 15px rgba(145, 92, 182, 0.4);
          box-shadow: 0 5px 15px rgba(145, 92, 182, 0.4);
}

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 #header {
  background: transparent;
  padding-top: 15px;
  padding-bottom: 20px;
}

body#web #header .navbar-logo-wrap {
  display: none !important;
}

body#web #header .navbar-logo-wrap.show {
  display: block !important;
}

body#web #header .navbar-logo {
  height: 60px;
}

body#web #header .header-socials {
  margin-right: 30px;
}

body#web #header .navbar-social {
  padding: 0 15px;
}

body#web #header .navbar-social a {
  font-family: "Roboto";
  font-weight: 300;
  font-style: italic;
  font-size: 14px;
  color: #ffffff;
}

body#web #header .navbar-social a img {
  width: 25px;
  height: auto;
}

body#web #header .navbar-social a:hover,
body#web #header .navbar-social a:focus {
  text-decoration: none;
}

body#web #header .navbar-social.theme a {
  color: #ff5100;
}

body#web #header button:focus,
body#web #header button:hover {
  outline: inherit;
  -webkit-box-shadow: inherit;
          box-shadow: inherit;
}

body#web #header button {
  background: transparent;
}

body#web #header .navbar-toggler {
  border: inherit;
}

body#web #header .navbar-toggler img {
  height: 50px;
}

body#web #header .navbar-position.static {
  position: static;
}

body#web #header .navbar-position {
  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;
  position: relative;
  top: 20px;
  right: 60px;
}

@media (max-width: 414px) {
  body#web #header .navbar-position {
    position: static;
  }
}

body#web #header.theme {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
}

body#web #header.transparent {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

body#web #sidebar {
  display: none;
  position: fixed;
  z-index: 1040;
  background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#fdf5ed));
  background: linear-gradient(to bottom, #fefefe, #fdf5ed);
  height: 100vh;
  width: 100%;
  overflow-y: auto;
}

body#web #sidebar button:focus,
body#web #sidebar button:hover {
  outline: inherit;
  -webkit-box-shadow: inherit;
          box-shadow: inherit;
}

body#web #sidebar button {
  background: transparent;
  border: inherit;
  position: relative;
  z-index: 1;
  cursor: pointer;
}

body#web #sidebar .sidebar-close {
  position: absolute;
  right: 124px;
  top: 24px;
}

@media screen and (max-width: 500px) {
  body#web #sidebar .sidebar-close {
    right: 24px;
  }
}

body#web #sidebar .sidebar-close img {
  height: 25px;
  width: 25px;
}

body#web #sidebar .header-link {
  text-align: center;
  margin: 20px 0px;
}

body#web #sidebar .header-link a {
  font-family: Roboto;
  font-size: 18px;
  color: #7e7d7d;
}

body#web #sidebar .header-link a:hover,
body#web #sidebar .header-link a:focus {
  text-decoration: inherit;
  color: #ff5100;
  font-weight: bold;
}

body#web #sidebar .header-logo {
  text-align: center;
  margin: 24px 0 48px 0;
}

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

body#web #sidebar.show {
  display: block;
}

body#web #home h1,
body#web #home h2,
body#web #home h3,
body#web #home h4,
body#web #home h5,
body#web #home h6,
body#web #home p,
body#web #home a {
  font-family: "Roboto";
}

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

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

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

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

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

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

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

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

body#web #home .logo-animation {
  -webkit-transition: width 2s;
  transition: width 2s;
}

body#web #home .developer-animation {
  -webkit-transition: width 2s;
  transition: width 2s;
}

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

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

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

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

body#web #home .landing {
  background-image: url("../assets/img/home/banner.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

body#web #home .landing .content-wrapper {
  height: 50%;
}

body#web #home .landing .content-wrapper .developer-wrapper {
  padding-top: 50px;
  margin-bottom: 50px;
  text-align: center;
  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;
}

body#web #home .landing .content-wrapper .developer-wrapper .developer-logo {
  margin: auto;
  width: 15%;
}

@media (max-width: 845px) {
  body#web #home .landing .content-wrapper .developer-wrapper .developer-logo {
    margin: auto;
    width: 45%;
  }
}

body#web #home .landing .content-wrapper .logo-wrapper {
  text-align: center;
  position: relative;
  left: -85px;
  top: -45px;
}

@media (max-width: 414px) {
  body#web #home .landing .content-wrapper .logo-wrapper {
    position: inherit;
  }
}

body#web #home .landing .content-wrapper .logo-wrapper .logo {
  height: 320px;
  margin: 0 auto;
}

@media (max-width: 414px) {
  body#web #home .landing .content-wrapper .logo-wrapper .logo {
    height: 180px;
  }
}

body#web #home .landing .content-wrapper .btn-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
  margin-top: 50px;
}

body#web #home .landing .content-wrapper .button {
  text-decoration: none;
  color: #fff;
  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;
  background-color: #ed4615;
  border-radius: 50px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-family: "Roboto";
}

body#web #home .landing .content-wrapper .glow-button:hover {
  color: white;
  -webkit-box-shadow: 0 5px 15px rgba(145, 92, 182, 0.4);
          box-shadow: 0 5px 15px rgba(145, 92, 182, 0.4);
}

body#web #home .about .about-min-height {
  min-height: 420px;
}

@media screen and (max-width: 414px) {
  body#web #home .about .about-min-height {
    min-height: inherit;
    padding: 20px;
  }
}

body#web #home .about .row {
  padding-top: 72px;
}

body#web #home .about .row:nth-child(odd) .line:after {
  left: -55%;
}

body#web #home .about .line {
  font-family: "Roboto";
  font-size: 12px;
  position: relative;
}

body#web #home .about .line:after {
  content: "";
  display: inline-block;
  position: absolute;
  height: 1px;
  margin: 0 20px;
  width: 200px;
  background-color: #000000;
}

body#web #home .about .row:last-child {
  padding-bottom: 72px;
}

body#web #home .about h5 {
  font-family: "Roboto";
  font-weight: bold;
  font-size: 28px;
  color: #ff5100;
}

body#web #home .about p {
  font-family: "Roboto";
  color: 14px;
  color: #7e7d7d;
}

@media (min-width: 992px) {
  body#web #home .about .offset-lg-0-5 {
    margin-left: 4.333333%;
  }
}

body#web #home .footer {
  background-image: url("../assets/img/home/footer.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width: 100%;
  height: 500px;
  padding: 100px 0 50px 0;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

body#web #home .footer h1,
body#web #home .footer p,
body#web #home .footer small {
  font-family: "Roboto";
  color: #ffffff;
  text-align: center;
  margin: inherit;
}

body#web #home .footer h1 {
  font-size: 48px;
}

body#web #home .footer .schedule-wrap {
  font-family: "Roboto Lt";
  font-size: 16px;
  letter-spacing: 5px;
  font-weight: 300;
}

body#web #home .footer a {
  margin: inherit;
  text-align: center;
  color: #ff5100;
  font-family: "Roboto";
  font-size: 14px;
}

body#web #home .footer small {
  margin-top: 40px;
}

body#web #home .footer p {
  font-family: "Roboto Lt";
  font-weight: 300;
  font-size: 14px;
}

body#web #home .footer .registerBtnWrap {
  margin: 0 auto;
}

body#web #home .footer .registerBtnWrap .registerBtn {
  padding: 10px 40px;
  background-color: #ff5100;
  color: #ffffff;
  font-size: 14px;
  font-family: "Roboto";
}

body#web #home .footer .registerBtnWrap .registerBtn:hover,
body#web #home .footer .registerBtnWrap .registerBtn:focus {
  text-decoration: none;
}

body#web #home .footer .schedule-desc {
  max-width: 690px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

body#web #home .footer span {
  color: #ff5100;
  padding-left: 5px;
  padding-right: 5px;
}

body#web #home .footer h1 {
  font-weight: bold;
}

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;
}

body#web #gallery .carousel-control {
  padding: 10px;
}

@media screen and (max-width: 414px) {
  body#web #gallery .carousel-control {
    display: none;
  }
}

body#web #gallery .carousel-control .carousel-total {
  position: relative;
  top: 10px;
  padding: 3px;
}

body#web #gallery .carousel-control .carousel-total .js-total {
  padding: 3px;
}

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: 100px;
  z-index: 1;
}

body#web #gallery .carousel-item .carousel-caption h3 {
  font-family: "Roboto";
  font-size: 45px;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding: 10px;
  margin: inherit;
}

body#web #gallery .carousel-item .carousel-caption P {
  font-family: "Roboto Lt";
  font-weight: normal;
  font-style: normal;
  margin: inherit;
  letter-spacing: 3px;
  font-size: 15px;
}

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 #gallery .carousel-control-prev img,
body#web #gallery .carousel-control-next img {
  height: 40px;
}

body#web #gallery .carousel-footer {
  position: absolute;
  width: 100%;
  height: 100px;
  background-color: rgba(0, 0, 0, 0.4);
  bottom: 0px;
  left: 0px;
  z-index: 1;
  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 100px;
}

@media screen and (max-width: 414px) {
  body#web #gallery .carousel-footer {
    padding: inherit;
  }
}

body#web #gallery .carousel-footer small {
  font-family: 'Roboto';
  color: #ffffff;
}

body#web #gallery .carousel-footer .carousel-socials {
  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 #gallery .carousel-footer .carousel-socials a {
  width: 40px;
  margin-right: 10px;
}

body#web #gallery .carousel-footer .carousel-socials a img {
  width: 100%;
  height: auto;
}

body#web #floorPlan {
  min-height: 100vh;
  background-color: #fdf5ed;
  background-image: url("../assets/img/global/flower-1.png"), url("../assets/img/global/flower-2.png");
  background-repeat: no-repeat, no-repeat;
  background-position: bottom left, top right;
  background-size: auto 40%, auto 40%;
  padding: 30px 0;
}

@media screen and (max-width: 540px) {
  body#web #floorPlan section.floor {
    background-size: auto 200px, auto 200px;
  }
}

body#web #floorPlan section.floor .titleWrap {
  position: relative;
  height: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body#web #floorPlan section.floor .titleWrap img {
  height: 200px;
  width: auto;
  position: absolute;
  z-index: 0;
}

body#web #floorPlan section.floor .titleWrap h1 {
  position: relative;
  z-index: 1;
  font-size: 48px;
  font-family: "Roboto";
  font-weight: bold;
  color: #ff5100;
  margin-left: 100px;
}

@media screen and (max-width: 540px) {
  body#web #floorPlan section.floor .titleWrap h1 {
    margin-left: inherit;
  }
}

body#web #layoutPlan span,
body#web #layoutPlan h3,
body#web #layoutPlan h4,
body#web #layoutPlan p {
  color: #cfa13c;
  margin: inherit;
  font-family: "Helvetica LT Std";
  letter-spacing: 0px;
}

body#web #layoutPlan h3,
body#web #layoutPlan h4 {
  line-height: 24px;
}

body#web #layoutPlan p {
  line-height: 18px;
  white-space: nowrap;
}

body#web #layoutPlan span {
  font-size: 48px;
  font-weight: bold;
}

body#web #layoutPlan .layout {
  background-color: #fdf5ed;
  background-image: url("../assets/img/global/flower-1.png"), url("../assets/img/global/flower-2.png");
  background-repeat: no-repeat, no-repeat;
  background-position: bottom left, top right;
  background-size: auto 40%, auto 40%;
  padding: 50px 0;
  min-height: 100vh;
}

@media screen and (max-width: 540px) {
  body#web #layoutPlan .layout {
    background-size: auto 200px, auto 200px;
  }
}

body#web #layoutPlan .layout .titleWrap {
  position: relative;
  height: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body#web #layoutPlan .layout .titleWrap img {
  height: 200px;
  width: auto;
  position: absolute;
  z-index: 0;
}

body#web #layoutPlan .layout .titleWrap h1 {
  position: relative;
  z-index: 1;
  font-size: 48px;
  font-family: "Roboto";
  font-weight: bold;
  color: #ff5100;
  margin-left: 100px;
}

@media screen and (max-width: 540px) {
  body#web #layoutPlan .layout .titleWrap h1 {
    margin-left: inherit;
  }
}

body#web #layoutPlan .layout .layout-img {
  height: 70vh;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  -webkit-font-smooting: antialiased;
}

body#web #layoutPlan .layout .right-height {
  height: 70vh;
}

@media screen and (max-width: 540px) {
  body#web #layoutPlan .layout .right-height {
    margin-top: 20px;
    height: auto;
  }
}

body#web #layoutPlan .layout .width200px {
  width: 200px;
}

body#web #facilitiesPlan h3,
body#web #facilitiesPlan p {
  margin: inherit;
}

body#web #facilitiesPlan p {
  line-height: 18px;
}

body#web #facilitiesPlan h3 {
  margin-bottom: 10px;
}

body#web #facilitiesPlan .group-color {
  color: #bfc952;
}

body#web #facilitiesPlan .level-2-color {
  color: #fca05a;
}

body#web #facilitiesPlan .level-5-color {
  color: #5da8de;
  white-space: nowrap;
}

body#web #facilitiesPlan .facilities {
  background-color: #fdf5ed;
  background-image: url("../assets/img/global/flower-1.png"), url("../assets/img/global/flower-2.png");
  background-repeat: no-repeat, no-repeat;
  background-position: bottom left, top right;
  background-size: auto 40%, auto 40%;
  padding: 50px 0;
  min-height: 100vh;
}

@media screen and (max-width: 540px) {
  body#web #facilitiesPlan .facilities {
    background-size: auto 200px, auto 200px;
  }
}

body#web #facilitiesPlan .facilities .titleWrap {
  position: relative;
  height: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body#web #facilitiesPlan .facilities .titleWrap img {
  height: 200px;
  width: auto;
  position: absolute;
  z-index: 0;
}

body#web #facilitiesPlan .facilities .titleWrap h1 {
  position: relative;
  z-index: 1;
  font-size: 48px;
  font-family: "Roboto";
  font-weight: bold;
  color: #ff5100;
  margin-left: 100px;
}

@media screen and (max-width: 540px) {
  body#web #facilitiesPlan .facilities .titleWrap h1 {
    margin-left: inherit;
  }
}

body#web #facilitiesPlan .facilities .facilities-img {
  height: 75vh;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  -webkit-font-smooting: antialiased;
}

@media screen and (max-width: 540px) {
  body#web #facilitiesPlan .facilities .facilities-img {
    height: auto;
  }
}

body#web #facilitiesPlan .facilities .right-height {
  height: 70vh;
}

@media screen and (max-width: 540px) {
  body#web #facilitiesPlan .facilities .right-height {
    margin-top: 20px;
    height: auto;
  }
}

body#web #facilitiesPlan .facilities .width200px {
  padding: 10px 20px;
  width: 200px;
  height: 32vh;
  border-right: 1px solid #f1dfbf;
}

@media screen and (max-width: 540px) {
  body#web #facilitiesPlan .facilities .width200px {
    border-bottom: 1px solid #f1dfbf;
    border-right: inherit;
    height: auto;
    padding: 20px 0;
    padding-left: 40px;
  }
}

body#web #facilitiesPlan .facilities .width200px:last-child {
  border-right: inherit;
}

@media screen and (max-width: 540px) {
  body#web #facilitiesPlan .facilities .width200px:last-child {
    border-bottom: inherit;
  }
}

body#web #locationMap {
  background-color: #fdf5ed;
  background-image: url("../assets/img/global/flower-1.png"), url("../assets/img/global/flower-2.png");
  background-repeat: no-repeat, no-repeat;
  background-position: bottom left, top right;
  background-size: auto 40%, auto 40%;
  padding: 30px 0;
  min-height: 100vh;
}

@media screen and (max-width: 540px) {
  body#web #locationMap {
    background-size: auto 200px, auto 200px;
  }
}

body#web #locationMap .location .titleWrap {
  position: relative;
  height: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body#web #locationMap .location .titleWrap img {
  height: 200px;
  width: auto;
  position: absolute;
  z-index: 0;
}

body#web #locationMap .location .titleWrap h1 {
  position: relative;
  z-index: 1;
  font-size: 48px;
  font-family: "Roboto";
  font-weight: bold;
  color: #ff5100;
  margin-left: 100px;
}

@media screen and (max-width: 540px) {
  body#web #locationMap .location .titleWrap h1 {
    margin-left: inherit;
  }
}

body#web #locationMap .location .js-zoom {
  top: -50px;
}

@media screen and (max-width: 1200px) {
  body#web #locationMap .location .js-zoom {
    top: -100px;
  }
}

body#web #locationMap .location .location-img {
  height: 70vh;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  -webkit-font-smooting: antialiased;
}

body#web #developer {
  background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#fdf5ed));
  background: linear-gradient(to bottom, #fefefe, #fdf5ed);
  padding: 100px 0;
  position: relative;
  overflow-y: hidden;
  min-height: 100vh;
}

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-item {
  position: relative;
  height: 100px;
  width: 100%;
}

body#web #developer .carousel-vertical-item a {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

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 img {
  height: 100px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

body#web #developer .macalisterz, body#web #developer .dclover {
  width: 80% !important;
}

body#web #developer a {
  color: #ff5100;
}

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 h5 {
  color: #ff5100;
}

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

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

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

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

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

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 {
  font-size: 14px;
}

body#web #developer .find-out-wrapper a {
  font-size: 20px;
  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 {
  max-width: 600px;
  width: 100%;
  padding-bottom: 30px;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
}

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

body#web #contact {
  background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#fdf5ed));
  background: linear-gradient(to bottom, #fefefe, #fdf5ed);
  padding: 100px 0;
  position: relative;
  overflow-y: hidden;
  min-height: 100vh;
}

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;
}

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

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

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

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

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

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

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

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

body#web #contact .label-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 7px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body#web #contact .label-wrapper .label-img-wrapper {
  width: 30px;
}

body#web #contact .label-wrapper .label-img-wrapper img {
  height: 15px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  -webkit-font-smooting: antialiased;
}

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

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

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 {
  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 small {
  margin-bottom: 10px;
}

body#web #contact .app-name-wrapper .exsim-content-2 {
  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 .address {
  min-height: 60px;
}

body#web #contact .app-name-wrapper .exsim-address-content-1,
body#web #contact .app-name-wrapper .exsim-address-content-2,
body#web #contact .app-name-wrapper .exsim-address-content-3 {
  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-dvine-img {
  height: 200px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

body#web #contact .logo-wrapper .logo-exsim-img {
  margin-top: 80px;
  height: 130px;
  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: 20px;
}

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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

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

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

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 #site-progress {
  background-color: #fdf5ed;
  background-image: url("../assets/img/global/flower-1.png"), url("../assets/img/global/flower-2.png");
  background-repeat: no-repeat, no-repeat;
  background-position: bottom left, top right;
  background-size: auto 360px, auto 350px;
  padding: 30px 0;
  min-height: 100vh;
}

@media screen and (max-width: 540px) {
  body#web #site-progress {
    background-size: auto 200px, auto 200px;
  }
}

body#web #site-progress h6 {
  font-size: 25px;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  color: #ff5100;
  line-height: 20px;
}

body#web #site-progress .titleWrap {
  position: relative;
  height: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body#web #site-progress .titleWrap img {
  height: 200px;
  width: auto;
  position: absolute;
  z-index: 0;
}

body#web #site-progress .titleWrap h1 {
  position: relative;
  z-index: 1;
  font-size: 48px;
  font-family: 'Roboto';
  font-weight: bold;
  color: #ff5100;
  margin-left: 100px;
}

@media screen and (max-width: 540px) {
  body#web #site-progress .titleWrap h1 {
    margin-left: inherit;
  }
}

body#web #site-progress section.section-site-progress {
  background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#fdf5ed));
  background: linear-gradient(to bottom, #fefefe, #fdf5ed);
  min-height: 100vh;
  text-align: center;
}

body#web #site-progress section.section-site-progress h1 {
  font-family: 'Roboto', sans-serif;
  color: #ff5100;
  font-size: 100px;
  line-height: 90px;
}

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: 2000;
  top: 0px;
  left: 0px;
}

@media screen and (min-width: 821px) {
  body#web .zoomImg {
    display: none !important;
  }
}

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;
}
