@font-face {
  font-family: "CambonLight";
  src: local("/fonts/Cambon-Light"), local("/fonts/Cambon-Light"), url("/fonts/Cambon-Light.woff2") format("woff2"), url("/fonts/Cambon-Light.woff") format("woff"), url("/fonts/Cambon-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "SweetSansProRegular";
  src: url("/fonts/SweetSansProRegular.eot");
  src: url("/fonts/SweetSansProRegular.eot") format("embedded-opentype"), url("/fonts/SweetSansProRegular.woff2") format("woff2"), url("/fonts/SweetSansProRegular.woff") format("woff"), url("/fonts/SweetSansProRegular.ttf") format("truetype"), url("/fonts/SweetSansProRegular.svg#SweetSansProRegular") format("svg");
}
@font-face {
  font-family: "SweetSansProLight";
  src: url("/fonts/SweetSansProLight.eot");
  src: url("/fonts/SweetSansProLight.eot") format("embedded-opentype"), url("/fonts/SweetSansProLight.woff2") format("woff2"), url("/fonts/SweetSansProLight.woff") format("woff"), url("/fonts/SweetSansProLight.ttf") format("truetype"), url("/fonts/SweetSansProLight.svg#SweetSansProLight") format("svg");
}
@font-face {
  font-family: "SweetSansProMedium";
  src: url("/fonts/SweetSansProMedium.eot");
  src: url("/fonts/SweetSansProMedium.eot") format("embedded-opentype"), url("/fonts/SweetSansProMedium.woff2") format("woff2"), url("/fonts/SweetSansProMedium.woff") format("woff"), url("/fonts/SweetSansProMedium.ttf") format("truetype"), url("/fonts/SweetSansProMedium.svg#SweetSansProMedium") format("svg");
}
@font-face {
  font-family: "GT-America-Extended-Light";
  src: url("/fonts/GT-America-Extended-Light.eot");
  src: url("/fonts/GT-America-Extended-Light.eot") format("embedded-opentype"), url("/fonts/GT-America-Extended-Light.woff2") format("woff2"), url("/fonts/GT-America-Extended-Light.woff") format("woff"), url("/fonts/GT-America-Extended-Light.ttf") format("truetype"), url("/fonts/GT-America-Extended-Light.svg#GT-America-Extended-Light") format("svg");
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
  width: 100%;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow {
  position: absolute;
  z-index: 98;
  top: 50%;
  font-size: 0;
  transform: translateY(-50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  height: 40px;
  width: 40px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.slick-arrow:before, .slick-arrow:after {
  border-right: 2px solid #fff;
  content: "";
  display: block;
  height: 20px;
  margin-top: -14px;
  position: absolute;
  top: 50%;
  width: 0;
}

.slick-arrow:after {
  margin-top: 0px;
}

.slick-next {
  right: 20px;
}

.slick-next::after, .slick-next::before {
  right: 10px;
}

.slick-next::before {
  transform: rotate(135deg);
}

.slick-next::after {
  transform: rotate(45deg);
}

.slick-prev {
  left: 20px;
}

.slick-prev::after, .slick-prev::before {
  left: 10px;
}

.slick-prev::before {
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
}

.slick-prev::after {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
}

.bg_pablo_light {
  background: #cfc9bc;
}

.bg_pablo {
  background: #787866;
}
.bg_pablo * {
  color: #e9e3d7;
}

header {
  position: fixed;
  left: 0;
  top: -90px;
  height: 90px;
  width: 100%;
  padding: 0 30px;
  background: #787866;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  transition: all 0.4s ease;
  z-index: 9;
}
header.show {
  top: 0;
}
header .enq_btn {
  background: #e9e3d7;
  color: #787866;
}
header nav {
  max-width: 100%;
  width: 900px;
}
header nav #nav {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
header nav #nav li {
  display: inline-block;
  list-style: none;
}
header nav #nav li a {
  font-size: 14px;
  font-family: "SweetSansProMedium";
  letter-spacing: 2px;
  position: relative;
  text-transform: uppercase;
  color: #ffffff;
}
header nav #nav li a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  height: 2px;
  background: #ffffff;
  opacity: 0;
}
header nav #nav li.active a:after {
  opacity: 1;
}

#logo {
  width: auto;
  height: 40px;
}
#logo img {
  width: auto;
  height: 100%;
}

.banner_img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.btn {
  width: 250px;
  height: 50px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  letter-spacing: 2px;
  background: #787866;
  color: #ffffff;
  text-transform: uppercase;
  font-family: "SweetSansProRegular";
}

#home {
  width: 100%;
  height: 100vh;
}
#home .logo {
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  top: 40px;
  width: 250px;
}
#home .enq_btn {
  top: 80px;
  right: 80px;
  position: absolute;
  background: #eae3d6;
  color: #787866;
}
#home .explore_btn {
  position: absolute;
  bottom: 120px;
  font-size: 14px;
  font-family: "SweetSansProMedium";
  letter-spacing: 3px;
  text-transform: uppercase;
  left: 0;
  right: 0;
  margin: auto;
  width: 100px;
  text-align: center;
  color: #eae3d6;
}
#home .explore_btn:after, #home .explore_btn:before {
  content: "";
  position: absolute;
  height: 0;
  width: 1px;
  background: #787866;
  background: #eae3d6;
  left: 0;
  right: 0;
  margin: auto;
  top: calc(100% + 20px);
  transition: all 0.6s ease;
  transition-delay: 0.8s;
}
#home .explore_btn:before {
  top: 0;
  width: 0;
  height: 1px;
  transform: rotate(90deg);
}
#home .explore_btn.animated:after {
  height: 100px;
}
#home .explore_btn.animated:before {
  width: 100px;
  top: -60px;
}
#home h1, #home p {
  color: #eae3d6;
}

.mrec {
  border-top-left-radius: 100px;
  border-bottom-right-radius: 100px;
}

.wave {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}

.arch {
  border-top-right-radius: 300px;
  border-top-left-radius: 300px;
}

#scroller .wrapper {
  height: 70vh;
  position: relative;
  z-index: 1;
}
#scroller .wrapper .placeholder {
  width: 100%;
  height: 100%;
  transition: all 0.6s ease;
  -o-object-fit: cover;
     object-fit: cover;
}
#scroller .wrapper .placeholder.hide {
  opacity: 0;
}
#scroller h4,
#scroller #pano_btns {
  display: inline-block;
}
#scroller #pano_btns a {
  font-family: "SweetSansProRegular";
  font-size: 18px;
  padding-left: 50px;
  letter-spacing: 2px;
  position: relative;
}
#scroller #pano_btns a:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 30px;
  height: 2px;
  background: #e9e3d7;
  opacity: 0;
}
#scroller #pano_btns a.active {
  font-family: "SweetSansProMedium";
}
#scroller #pano_btns a.active:after {
  opacity: 1;
}

.pano {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  cursor: move;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  transition: all 0.6s ease;
}
.pano.active {
  opacity: 1;
  z-index: 2;
  visibility: visible;
}
.pano.active.moving {
  transition: all 0s linear;
}

.panmo:nth-child(2) {
  color: red;
}

.pano .controls {
  position: relative;
  top: 40%;
}

.pano .controls a {
  position: absolute;
  display: inline-block;
  text-decoration: none;
  color: #eee;
  font-size: 3em;
  width: 20px;
  height: 20px;
}

.pano .controls a.left {
  left: 10px;
}

.pano .controls a.right {
  right: 10px;
}

.pano.moving .controls a {
  opacity: 0.4;
  color: #eee;
}

#slider img {
  margin-bottom: 50px;
  padding-left: 30px;
}
#slider h4 {
  text-align: left;
  padding-left: 30px;
}

#enquire .b_submit {
  width: 100%;
  border: 1px solid #e9e3d7;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  height: 60px;
  text-align: center;
  color: #e9e3d7;
  border-radius: 10px;
  font-size: 18px;
  font-family: "SweetSansProMedium";
  letter-spacing: 2px;
}

.flux {
  position: absolute;
  right: 80px;
}

#logo_wrapper {
  padding: 150px 0;
}
#logo_wrapper a img {
  width: auto;
  height: 26px;
}
#logo_wrapper a img.reduce {
  height: 20px;
}

.clear,
* html .clearfix,
*:first-child + html .clearfix {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.grid_1 {
  width: 8.33%;
}

.grid_2 {
  width: 16.67%;
}

.grid_3 {
  width: 25%;
}

.grid_4 {
  width: calc(33.33% - 40px);
}

.grid_5 {
  width: 41.67%;
}

.new_grid_5 {
  width: 46.5%;
}

.grid_6 {
  width: 50%;
}

.grid_7 {
  width: 58.33%;
}

.grid_8 {
  width: 66.67%;
}

.grid_9 {
  width: 75%;
}

.grid_10 {
  width: 83.33%;
}

.grid_11 {
  width: 91.67%;
}

.grid_12 {
  width: 100%;
}

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
  display: block;
}

.underline {
  text-decoration: underline;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #787866;
}

img {
  border: none;
  max-width: 100%;
}

a,
img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

textarea:focus,
input:focus,
select:focus {
  outline: none;
}

/* General */
body {
  font-family: "GT-America-Extended-Light";
  font-size: 22px;
  background: #e9e3d7;
  color: #787866;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

body.no_scroll {
  overflow: hidden;
}

.img {
  width: 100%;
  margin: 0;
  display: block;
}

p {
  text-align: center;
  margin: 0;
  max-width: 100%;
  line-height: 1.6;
}

/* Headings */
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  font-weight: normal;
  text-align: center;
  font-family: "CambonLight";
  color: #787866;
  line-height: 1.4;
}

h1 {
  font-size: 43px;
}

h2 {
  font-size: 42px;
}

h3 {
  font-size: 23px;
}

h4 {
  font-size: 18px;
  text-transform: uppercase;
  font-family: "SweetSansProMedium";
  letter-spacing: 2px;
}

.pl130 {
  padding-left: 130px;
  padding-left: 7vw;
}

.pr130 {
  padding-right: 130px;
  padding-right: 7vw;
}

.plr60 {
  padding-left: 60px;
  padding-right: 60px;
}

.pt180 {
  padding-top: 180px;
}

.pt160 {
  padding-top: 160px;
}

.pb160 {
  padding-bottom: 160px;
}

.pb100 {
  padding-bottom: 100px;
}

.pb120 {
  padding-bottom: 120px;
}

.pb130 {
  padding-bottom: 130px;
}

.pb60 {
  padding-bottom: 60px;
}

.pt60 {
  padding-top: 60px;
}

.pb40 {
  padding-bottom: 40px;
}

.pt40 {
  padding-top: 40px;
}

.pb20 {
  padding-bottom: 20px;
}

.pt20 {
  padding-top: 20px;
}

.pt220 {
  padding-top: 11.5vw;
}

.pt240 {
  padding-top: 12.5vw;
}

.pb240 {
  padding-bottom: 12.5vw;
}

.pb220 {
  padding-bottom: 11.5vw;
}

.construction-slider {
  aspect-ratio: 2/1;
  width: 100%;
}

.construction-slides {
  height: 50vw;
  display: flex !important;
}

.construction-slides img {
  height: 100%;
  width: auto;
}

nav {
  padding: 0;
}

/* nav_toggle */
#nav_toggle {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 30px;
  z-index: 10;
  cursor: pointer;
  width: 30px;
  height: 30px;
  display: none;
}

#nav_toggle span,
#nav_toggle span:after,
#nav_toggle span:before {
  cursor: pointer;
  height: 2px;
  width: 30px;
  background: #e9e3d7;
  position: absolute;
  display: block;
  content: "";
  top: 10px;
  transition: all 0.6s ease-in-out;
}

#nav_toggle span:before {
  top: -10px;
}

#nav_toggle span:after {
  bottom: -10px;
}

#nav_toggle.active span {
  background-color: transparent !important;
}

#nav_toggle.active span:after,
#nav_toggle.active span:before {
  top: 0;
}

#nav_toggle.active span:before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: a rotate(45deg);
}

#nav_toggle.active span:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: a rotate(-45deg);
}

/* enquiry */
#enquire {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 280px;
}

.register form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
}
.register form .grid_6 {
  width: calc(50% - 45px);
  position: relative;
  margin-bottom: 50px;
}

input,
label,
select {
  font-size: 16px;
  font-family: "GT-America-Extended-Light";
  margin: 0 auto;
  padding: 10px 0;
  width: 100%;
  color: #e9e3d7;
  border: 0 none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border-bottom: 1px solid #e9e3d7;
  text-align: left;
}

label {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
  display: block;
}

select {
  padding: 10px 0;
  -moz-text-align-last: left;
       text-align-last: left;
  text-align: left;
  -ms-text-align-last: left;
}

select option {
  padding: 10px 0;
  background: #787866;
  color: #000;
  -moz-text-align-last: left;
       text-align-last: left;
  text-align: left;
  -ms-text-align-last: left;
}

.privacy {
  font-size: 10px;
}

.chk_holder {
  margin: 0 auto 10px auto;
  color: #e9e3d7;
}

#chkInternational {
  border: 0 none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  cursor: pointer;
  display: inline-block;
  line-height: 25px;
  width: 20px;
  text-align: center;
}

#chkInternational + label {
  padding: 2px 0 2px 26px;
  position: relative;
  text-align: center;
  display: block;
  color: #e9e3d7;
  font-size: 18px;
  letter-spacing: 1px;
  font-family: inherit;
  text-transform: uppercase;
  display: inline;
  margin: auto;
}

#chkInternational + label:before {
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #e9e3d7;
  content: "";
  display: block;
}

#chkInternational + label:after {
  position: absolute;
  left: 0;
  width: 5px;
  height: 11px;
  top: 50%;
  left: 8px;
  transform: translateY(-60%) rotate(45deg) scale(0);
  border-bottom: 2px solid #e9e3d7;
  border-right: 2px solid #e9e3d7;
  content: "";
  display: block;
  transition: all 0.4s ease-in-out;
}

#chkInternational:checked + label:after {
  transform: translateY(-60%) rotate(45deg) scale(1);
}

input:-webkit-input-placeholder,
textarea:-webkit-input-placeholder {
  color: #e9e3d7;
  opacity: 1;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #e9e3d7;
  opacity: 1;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #e9e3d7;
  opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #e9e3d7;
  opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #e9e3d7;
  opacity: 1;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent;
}

/* Token Style */
ul.token-input-list-project {
  border: none;
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
  text-align: left;
  -moz-text-align-last: left;
       text-align-last: left;
  text-align: -moz-left;
  text-align: -webkit-left;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border-bottom: 1px solid #e9e3d7;
  clear: both;
}

li.token-input-input-token-project {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 100%;
}

ul.token-input-list-project li input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  width: 100% !important;
  margin-bottom: 0;
}

li.token-input-token-project {
  color: #e9e3d7;
  cursor: default;
  font-size: 16px;
  list-style: none;
  display: inline-block;
}

li.token-input-token-project p {
  display: inline-block;
  padding: 7px 0;
  margin: 0 5px 0 0;
}

div.token-input-dropdown-project {
  position: absolute;
  width: 100%;
  background-color: #e9e3d7;
  overflow-x: hidden;
  cursor: default;
  font-size: 11px;
  z-index: 13;
  color: #000000;
}

div.token-input-dropdown-project ul {
  margin: 0;
  padding: 0;
  display: block !important;
  max-height: 205px;
}

div.token-input-dropdown-project ul li {
  background-color: #e9e3d7;
  font-size: 14px;
  padding: 3px;
  margin: 0;
  list-style-type: none;
  font-weight: 100 !important;
}

div.token-input-dropdown-project ul li.token-input-dropdown-item-project {
  background-color: #e9e3d7;
}

div.token-input-dropdown-project ul li.token-input-dropdown-item2-project {
  background-color: #e9e3d7;
}

div.token-input-dropdown-project ul li em {
  font-weight: bold;
  font-style: normal;
}

div.token-input-dropdown-project ul li.token-input-selected-dropdown-item-project {
  background-color: #ccc;
  color: #e9e3d7;
}

/* Parsley-error */
ul.parsley-errors-list.filled,
ul.parsley-errors-list {
  font-size: 10px;
  list-style: outside none none;
  margin: 0 auto;
  padding: 0;
  position: relative;
  text-align: left;
  top: 0;
}

ul.parsley-errors-list.filled li,
ul.parsley-errors-list li {
  padding: 0;
  text-align: left;
  color: #f00d0d;
  position: absolute;
  bottom: -20px;
}

* {
  -moz-text-size-adjust: none;
       text-size-adjust: none;
  -webkit-text-size-adjust: none;
}

.medium {
  font-family: "SweetSansProMedium";
}

.sweetLight {
  font-family: "SweetSansProLight";
}

.ls2 {
  letter-spacing: 2px;
}

.fs16 {
  font-size: 16px;
}

.fs18 {
  font-size: 18px;
}

.fs11 {
  font-size: 11px;
}

.fs10 {
  font-size: 10px;
}

.fs12 {
  font-size: 12px;
}

.mb120 {
  margin-bottom: 120px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb20 {
  margin-bottom: 20px;
}

.mr20 {
  margin-right: 20px;
}

.flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex.align_start {
  align-items: flex-start;
}
.flex.wrap {
  flex-wrap: wrap;
}
.flex.justify_center {
  justify-content: center;
}
.flex.col_reverse {
  flex-direction: column-reverse;
}
.flex.row_reverse {
  flex-direction: row-reverse;
}

.uppercase {
  text-transform: uppercase;
}

.center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.in_block {
  display: inline-block;
}

.left_align {
  text-align: left;
}

.col_gap_20 {
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.float_right {
  margin-right: 0;
  margin-left: auto;
  display: block;
}

.wow {
  visibility: hidden;
}

.wow.animated {
  animation-duration: 0.8s;
  animation-fill-mode: both;
  animation-name: fadeIn;
  visibility: visible;
}
.wow.animated.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    filter: blur(3px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.mob {
  display: none;
}

.w440 {
  width: 440px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w420 {
  width: 420px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w460 {
  width: 460px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w770 {
  width: 770px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w800 {
  width: 800px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w880 {
  width: 880px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w620 {
  width: 620px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w675 {
  width: 675px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w1060 {
  width: 1060px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w1200 {
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.mb25 {
  margin-bottom: 25px;
}

.mb60 {
  margin-bottom: 60px;
}

.ml_auto {
  margin-left: auto;
}

.mb50 {
  margin-bottom: 50px;
}

.mb10 {
  margin-bottom: 10px;
}

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

.relate {
  position: relative;
}

.pt100 {
  padding-top: 100px;
  padding-top: 6vw;
}

.pt170 {
  padding-top: 170px;
}

.pb160 {
  padding-bottom: 160px;
}

.pt150 {
  padding-top: 150px;
  padding-top: 8vw;
}

.pt80 {
  padding-top: 80px;
  padding-top: 5vw;
}

.pb80 {
  padding-bottom: 80px;
  padding-bottom: 5vw;
}

.pb190 {
  padding-bottom: 190px;
}

.pt30 {
  padding-top: 30px;
}

.ml50vw {
  margin-left: 50vw;
}

.pl150 {
  padding-left: 150px;
  padding-left: 8vw;
}

.pr150 {
  padding-right: 150px;
  padding-right: 8vw;
}

.b50 {
  bottom: 50px;
}

.r100 {
  right: 100px;
}

.l100 {
  left: 100px;
}

.mr0 {
  margin-right: 0;
}

.ml_auto {
  margin-left: auto;
}

.ml0 {
  margin-left: 0;
}

.mr150 {
  margin-right: 8vw !important;
}

.mr50vw {
  margin-right: 50vw !important;
}

.mlr_auto {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.white {
  color: #ffffff;
}

.lazy_load {
  display: block;
}

.block {
  display: block;
}

.w700 {
  width: 700px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w820 {
  width: 820px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.mb180 {
  margin-bottom: 180px;
}

.pl30 {
  padding-left: 30px;
}

.pr30 {
  padding-right: 30px;
}

.pr190 {
  padding-right: 10vw;
}

.pl225 {
  padding-left: 11.5vw;
}

.pt120 {
  padding-top: 120px;
}

.pb30 {
  padding-bottom: 30px;
}

.pr20 {
  padding-right: 20px;
}

.w1120 {
  width: 1120px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.pt130 {
  padding-top: 130px;
}

.pb150 {
  padding-bottom: 150px;
}

.mb150 {
  margin-bottom: 150px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb80 {
  margin-bottom: 80px;
}

@media screen and (max-width: 1600px) {
  header nav {
    width: 700px;
  }
  .flux {
    right: 30px;
  }
  .wave {
    height: 75%;
  }
}
@media screen and (max-width: 1300px) {
  body {
    font-size: 18px;
  }
  body .fs18 {
    font-size: 16px;
  }
  body .btn {
    width: 150px;
    height: 30px;
    letter-spacing: 0;
    font-size: 11px;
  }
  body header nav {
    width: 550px;
  }
  body header nav #nav li a {
    font-size: 12px;
    letter-spacing: 1px;
  }
  body .flux {
    right: 30px;
  }
  body #home .logo {
    width: 150px;
  }
  body #home .enq_btn {
    top: 60px;
    right: 30px;
  }
  body h1 {
    font-size: 33px;
  }
  body h2 {
    font-size: 32px;
  }
  body h2.mb50, body h2.mb70 {
    margin-bottom: 30px;
  }
  body h2.mb120 {
    margin-bottom: 70px;
  }
  body h2.pb130 {
    padding-bottom: 70px;
  }
  body h2.pt180 {
    padding-top: 100px;
  }
  body h4 {
    font-size: 16px;
  }
  body h4.mb80, body h4.mb100, body h4.mb70 {
    margin-bottom: 60px;
  }
  body h4.mb30 {
    margin-bottom: 10px;
  }
  body p.mb100 {
    margin-bottom: 50px;
  }
  body p.mb150 {
    margin-bottom: 100px;
  }
  body .pl225 {
    padding-left: 30px;
  }
  body .pr190 {
    padding-right: 30px;
  }
  body #location p.w675 {
    margin: 0;
    margin-top: 40px;
  }
  body #location .pt170 {
    padding-top: 100px;
  }
  body #enquire {
    padding-top: 150px;
  }
  body #enquire .flux {
    position: static;
    display: block;
    margin-top: 20px;
  }
  body #enquire .privacy {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-height: 780px) and (min-width: 1000px) {
  #home {
    overflow: hidden;
  }
  #home .explore_btn {
    bottom: 60px;
  }
  #home .explore_btn::after {
    top: 30px;
  }
  #home .explore_btn.animated::before {
    top: -35px;
    width: 60px;
  }
  #home .explore_btn.animated::after {
    height: 60px;
  }
}
@media screen and (max-width: 1000px) {
  html {
    height: 100%;
  }
  html body {
    height: 100%;
  }
  html body .pr130,
  html body .pr190 {
    padding-right: 30px;
  }
  html body .pl130,
  html body .pl225 {
    padding-left: 30px;
  }
  html body .mb60 {
    margin-bottom: 30px;
  }
  html body .mr0 {
    margin-left: 0;
  }
  html body .ml_auto {
    margin-left: 0;
  }
  html body #home {
    height: 100%;
  }
  html body #home .w880 {
    padding-left: 30px;
    padding-right: 30px;
  }
  html body #home .enq_btn {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    top: auto;
    font-size: 13px;
    letter-spacing: 2px;
    height: 50px;
    width: 100%;
    z-index: 9;
  }
  html body #home .enq_btn.hide {
    display: none;
  }
  html body #home .explore_btn {
    bottom: 120px;
  }
  html body .flex .grid_6 {
    width: 100%;
  }
  html body .flex .grid_6:first-child {
    margin-bottom: 40px;
  }
  html body #lifestyle .flex .grid_6 {
    margin: 0;
  }
  html body .arch {
    margin: auto;
    display: block;
  }
  html body .register form .grid_6 {
    width: 100%;
  }
  html body header .enq_btn {
    display: none;
  }
  html body header #nav_toggle {
    display: block;
    position: relative;
    margin: 0;
    left: 0;
  }
  html body header nav.center {
    transform: translateX(100%);
    transition: all 0.6s ease;
    top: 90px;
    left: 0;
    width: 100%;
    height: calc(100% - 90px);
    z-index: 9;
    position: fixed;
    background: #787866;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  html body header nav.center #nav {
    flex-direction: column;
  }
  html body header nav.center #nav li {
    margin: 2vh 0;
  }
  html body header nav.center #nav li a {
    font-size: 22px;
  }
  html body header.active_nav nav.center {
    transform: translateX(0);
  }
}
@media screen and (max-width: 760px) {
  html body {
    font-size: 14px;
  }
  html body .pr20 {
    padding-right: 0;
  }
  html body .desk {
    display: none;
  }
  html body .mob {
    display: block;
  }
  html body #logo_wrapper {
    padding: 100px 0;
  }
  html body .fs18 {
    font-size: 14px;
  }
  html body .w880,
  html body .pr30,
  html body .pl30,
  html body .pl130,
  html body .pl225,
  html body .pr130,
  html body .pr190 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  html body .pt120 {
    padding-top: 60px !important;
  }
  html body .mb50 {
    margin-bottom: 25px !important;
  }
  html body .mb70 {
    margin-bottom: 35px !important;
  }
  html body .mb120 {
    margin-bottom: 60px !important;
  }
  html body .pb130 {
    padding-bottom: 65px !important;
  }
  html body .pt130 {
    padding-top: 65px !important;
  }
  html body .pt180 {
    padding-top: 90px !important;
  }
  html body .mb80 {
    margin-bottom: 40px !important;
  }
  html body .mb100 {
    margin-bottom: 50px !important;
  }
  html body .mb30 {
    margin-bottom: 15px !important;
  }
  html body .mb100 {
    margin-bottom: 50px !important;
  }
  html body .mb180 {
    margin-bottom: 90px !important;
  }
  html body .mb150 {
    margin-bottom: 75px !important;
  }
  html body .pt170 {
    padding-top: 85px !important;
  }
  html body .pb100 {
    padding-bottom: 50px !important;
  }
  html body .pb190 {
    padding-bottom: 95px !important;
  }
  html body .pt60 {
    padding-top: 30px !important;
  }
  html body .pb60 {
    padding-bottom: 30px !important;
  }
  html body .pt150 {
    padding-top: 75px !important;
  }
  html body .pb120 {
    padding-bottom: 60px !important;
  }
  html body h1 {
    font-size: 28px;
  }
  html body h2 {
    font-size: 27px;
  }
  html body h4 {
    font-size: 15px;
    letter-spacing: 1px;
  }
  html body header {
    padding: 0 20px;
  }
  html body #home .explore_btn {
    font-size: 12px;
  }
  html body #home .explore_btn.animated::before {
    width: 60px;
    top: -40px;
  }
  html body #home .explore_btn.animated::after {
    height: 60px;
    top: 30px;
  }
  html body .wave {
    height: 96%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  html body #scroller h4 {
    display: block;
    padding: 0 0 20px;
  }
  html body #scroller .wrapper .placeholder {
    -o-object-position: left;
       object-position: left;
  }
  html body #scroller #pano_btns {
    display: block;
    text-align: center;
  }
  html body #scroller #pano_btns a {
    display: inline-block;
  }
  html body #scroller #pano_btns a:first-child {
    padding: 0;
  }
  html body #location p.w675 {
    margin-top: 20px;
  }
  html body #location .pb160 {
    padding-bottom: 80px !important;
  }
  html body #location #slider img {
    padding-left: 20px;
    margin-bottom: 20px;
  }
  html body #enquire {
    padding-top: 75px;
  }
  html body #enquire .wave {
    height: auto;
  }
  html body #enquire h2.mb30 {
    margin-bottom: 30px !important;
  }
  html body #enquire form input,
  html body #enquire form label,
  html body #enquire form select {
    font-size: 14px;
  }
  html body #enquire form .chkInternational {
    font-size: 12px;
    letter-spacing: 0;
    text-transform: initial;
  }
  html body #enquire form .b_submit {
    font-size: 14px;
    height: 40px;
    letter-spacing: 1px;
  }
  html body #enquire form .grid_6 {
    margin-bottom: 20px;
  }
  html body #enquire #logo_wrapper {
    flex-direction: column;
  }
  html body #enquire #logo_wrapper a:not(:last-child) {
    margin-bottom: 20px;
  }
}/*# sourceMappingURL=style.css.map */