.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: 33.33%;
}
.grid_5 {
  width: 41.67%;
}
.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;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #060000;
}
img {
  border: none;
  max-width: 100%;
}
a,
img {
  -webkit-user-select: none;
  -khtml-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: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 22px;
  background: #fff;
  color: #060000;
  margin: 0;
  padding: 0;
}
.img {
  width: 100%;
  margin: 0;
  display: block;
}

/* Headings */
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  font-weight: 700;
}
p {
  text-align: left;
  margin: 0;
}
h1 {
  font-size: 60px;
}
h2 {
  font-size: 40px;
}
h3 {
  font-weight: 600;
  font-size: 30px;
}
h4 {
  font-size: 40px;
  color: #2a3851;
}
/* Navigation */
header {
}
.logo {
  margin: 0 auto;
  display: block;
  width: 500px;
  opacity: 0;
  transition: all 1s ease;
}
.logo + p {
  opacity: 0;
  transition: all 1s ease;
  transition-delay: 1s;
}
.logo.show,
.logo.show + p,
#enq_btn.show {
  opacity: 1;
}
nav {
  margin: 0 auto;
  padding: 0;
}
#nav li {
  list-style: none;
  display: inline-block;
  padding: 0 25px 0 25px;
  font-size: 18px;
  line-height: 10px;
  position: relative;
}
#nav li a {
  color: #fff;
  text-transform: uppercase;
}
/* nav-toggle */
#nav-toggle {
  position: absolute;
  top: 20px;
  right: 15px;
  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: 3px;
  width: 30px;
  background: #fff;
  position: absolute;
  display: block;
  content: "";
  top: 10px;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  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 */
.register {
  max-width: 1065px;
  width: 100%;
  margin: 0 auto;
  margin-left: 0;
}

form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 100px;
  row-gap: 30px;
}

.col_span_2 {
  column-span: 2;
}
.relate {
  position: relative;
}
input,
label,
legend,
fieldset,
select {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin: 0 auto;
  padding: 18px 0;
  width: 100%;
  color: #060000;
  border: 0 none;
  background: transparent;
  border-radius: 0;
  border-bottom: 1px solid #979797;
  text-align: left;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
fieldset {
  border: none;
}
legend {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.fix {
  position: absolute;
  left: 0;
  border: none !important;
  top: 0;
  z-index: -1;
}
.select_wrapper:after {
  content: ">";
  position: absolute;
  right: 0px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 12px;
  z-index: -1;
  transform: rotate(90deg);
}
select {
  padding: 18px 0;
  text-align-last: left;
  text-align: left;
  -ms-text-align-last: left;
  -moz-text-align-last: left;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
select option {
  padding: 18px 0;
  background: #fff;
  text-align: left;
  -ms-text-align-last: left;
  -moz-text-align-last: left;
  text-align-last: left;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.privacy {
  font-size: 12px;
}
.chk_holder {
  margin: 10px auto 0 auto;
  color: #fff;
}
.chkInternational {
  border: 0 none;
  /* clip: rect(0px, 0px, 0px, 0px); */
  overflow: hidden;
  padding: 0;
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 1;
}
.chkInternational + label {
  padding: 2px 0 2px 26px;
  position: relative;
  text-align: center;
  display: block;
  display: inline;
  margin: auto;
  border:none;
  
}
.chkInternational + label:before {
  position: absolute;
  left: 0;
  width: 16px;
  height: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 1px solid #060000;
  content: "";
  display: block;
}
.chkInternational + label:after {
  position: absolute;
  left: 0;
  width: 3px;
  height: 9px;
  top: 50%;
  left: 7px;
  -webkit-transform: translateY(-60%) rotate(45deg) scale(0);
  transform: translateY(-60%) rotate(45deg) scale(0);
  border-bottom: 1.5px solid #060000;
  border-right: 1.5px solid #060000;
  content: "";
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.chkInternational:checked + label:after {
  -webkit-transform: translateY(-60%) rotate(45deg) scale(1);
  transform: translateY(-60%) rotate(45deg) scale(1);
}
input:-webkit-input-placeholder,
textarea:-webkit-input-placeholder {
  color: #060000;
  opacity: 1;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #060000;
  opacity: 1;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #060000;
  opacity: 1;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #060000;
  opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #060000;
  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;
}
/*footer*/
footer {
}
/* Token Style */
ul.token-input-list-project {
  border: none;
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
  text-align: 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 #525252;
  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 p {
  display: inline;
  padding: 0;
  margin: 0 5px 0 0;
  line-height: 20px;
  font-size: 11px;
}
li.token-input-token-project {
  overflow: hidden;
  height: 25px;
  margin: 0;
  padding: 2px 5px;
  background-color: #ccc;
  color: #000;
  cursor: default;
  border: 1px solid #525252;
  font-size: 12px;
  white-space: nowrap;
  list-style: none;
  display: inline-block;
}
div.token-input-dropdown-project {
  position: absolute;
  width: 100%;
  background-color: #fff;
  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: #fff;
  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: #fff;
}
div.token-input-dropdown-project ul li.token-input-dropdown-item2-project {
  background-color: #fff;
}
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: #fff;
}
/* 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;
}
* {
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
}

.white {
  color: #f6f1f1;
}
.fs30 {
  font-size: 30px;
}
.fs28 {
  font-size: 28px;
}
.fs18 {
  font-size: 18px;
}
.fs15 {
  font-size: 15px;
}
#landing {
  background-image: url(/images/hero.jpg);
  background-position: center;
  background-size: cover;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#landing:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.2;
}
.z1 {
  z-index: 1;
}
.flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.mb100 {
  margin-bottom: 100px;
  margin-bottom: 96px;
}
.mb33 {
  margin-bottom: 33px;
}
.mb40 {
  margin-bottom: 40px;
  margin-bottom: 36px;
}
.mb30 {
  margin-bottom: 30px;
  margin-bottom: 27px;
}
.mb20 {
  margin-bottom: 20px;
}

.mb32 {
  margin-bottom: 32px;
}
.mb70 {
  margin-bottom: 70px;
  margin-bottom: 73px;
}
.mb71 {
  margin-bottom: 71px;
}
.pb95 {
  padding-bottom: 95px;
}
.mb73 {
  margin-bottom: 73px;
}
.mb60 {
  margin-bottom: 60px;
}
.pt230 {
  padding-top: 230px;
  padding-top: 232px;
}
.pb190 {
  padding-bottom: 190px;
}
.ptb80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.pl242 {
  padding-left: 242px;
}
.pr238 {
  padding-right: 238px;
}
.pt54 {
  padding-top: 54px;
}

.pb66 {
  padding-bottom: 66px;
}

.pt10 {
  padding-top: 10px;
}
.plr240 {
  padding-left: 240px;
  padding-right: 240px;
}
.plr140 {
  padding-left: 140px;
  padding-right: 140px;
}
.plr100 {
  padding-left: 100px;
  padding-right: 100px;
}
.inBlock {
  display: inline-block;
}
.btn,
.b_submit {
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  color: #010101;
  background: #efe2dc;
  text-transform: uppercase;
}
.btn.black {
  border: 1px solid #060000;
}
.b_submit {
  background: transparent;
  border: 1px solid #060000;

  width: auto;
}
#enq_btn {
  position: absolute;
  right: 68px;
  top: 65px;
  z-index: 9;
  opacity: 0;
  transition: all 0.6s ease;
}
#location {
  background: #efe2dc;
}

.center_align {
  text-align: center;
}

.flexslider p {
  font-size: 20px;
  font-weight: 500;
}
.lh {
  line-height: 1.2;
}
.bold {
  font-weight: 700;
}
.weight_normal {
  font-weight: 400;
}
footer {
  border-top: 2px solid #979797;
  padding-top: 40px;
  padding-bottom: 60px;
}
footer .flex {
  align-items: center;
  justify-content: flex-start;
  column-gap: 60px;
  display: flex;
}
.footer_logos {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.flex-control-nav {
  display: none;
}

.flex-direction-nav a {
  height: 60px;
  top: calc(50% - 60px);
}
.flex-direction-nav .flex-prev {
  left: 30px;
}

.flex-direction-nav .flex-next {
  right: 30px;
}
.flex-direction-nav a:before {
  display: none;
}
.flex-direction-nav a:after {
  border-color: #fff;
  width: 50px;
  height: 50px;
  right: 12px;
  top: 0;
  margin: auto;
}
#aerial_wrapper {
  position: relative;
}

.pois {
  position: absolute;
  font-weight: 500;
  font-size: 16px;
  font-size: 0.8vw;
  font-size: 0.7vw;
  background: #070200;
  /* background: greenyellow; */
  color: #fff;
  width: 187px;
  width: 9.7vw;
  width: auto;
  padding: 10px;
  /* height: 65px;
  height: 3.4vw; */
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: capitalize;
  z-index: 2;
  text-align: center;
  line-height: 1.4;
}
.cbd {
  top: 6.2%;
  top: 9%;
  left: 46%;
}
.stadium {
  top: 10.5%;
  left: 70%;
}

.park {
  top: 14%;
  left: 54%;
}
.racecourse {
  top: 28.1%;
  left: 62.2%;
}

.junior_station {
  top: 87.5%;
  left: 24.5%;
}

.restaurants {
  top: 68.1%;
  left: 21.7%;
}

.kingsford_station {
  top: 54.1%;
  left: 26%;
}

.shopping {
  top: 22%;
  left: 15%;
}

.university {
  top: 40%;
  left: 47%;
}
.hospital {
  top: 47.6%;
  left: 83.8%;
}
/* #marker {
  position: absolute;
  z-index: 2;
  left: 5.8%;
  top: 50%;
  width: 300px;
  width: 11.1vw;
  height: 11.1vw;
  z-index: 2;
  background: #efe2dc;
  background: transparent;
  padding: 0 20px;
  display: flex;
  align-items: center;
}
#marker > img {
  opacity: 0;
}
#marker:after {
  position: absolute;
  bottom: -8vw;
  height: 8vw;
  width: 3px;
  background: #efe2dc;
  content: "";
  left: 43%;
} */

#features {
  /* background: top to bottom  #000; */
  background: #efe2dc;
  background: linear-gradient(
    to bottom,
    #efe2dc 0%,
    #efe2dc 50%,
    #fff 50%,
    #fff 100%
  );
}

#features .grid {
  padding: 60px 40px;
  background: #0c0000;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-content: space-between;
  align-items: flex-start;
}

#features p {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-size: 16px;
}

#features img,
#features svg {
  margin: 0 auto;
  display: block;
  width: 70px;
  margin-bottom: 30px;
}

.dash {
  list-style-type: none;
}

.dash li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  font-size: 20px;
}

.dash li:after {
  content: "-";
  position: absolute;
  left: 0;
  top: 0;
}
.fs20 {
  font-size: 20px;
}

@media screen and (max-width: 1400px) {
  .plr240,
  .pl242,
  .pr238 {
    padding-left: 140px;
    padding-right: 140px;
  }
  .plr140 {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 1100px) {
  .plr240,
  .pl242,
  .pr238 {
    padding-left: 40px;
    padding-right: 40px;
  }

  form {
    column-gap: 40px;
  }
}

@media screen and (max-width: 900px) {
  #features .grid {
    grid-template-columns: 1fr;
    row-gap: 40px;
  }
  #enq_btn {
    right: 40px;
    top: 40px;
  }

  h3,
  .fs30 {
    font-size: 25px;
  }

  .fs28 {
    font-size: 22px;
  }
  .flex-direction-nav a {
    width: 30px;
  }
  .flex-direction-nav .flex-next {
    right: 20px;
  }
  .flex-direction-nav .flex-prev {
    left: 20px;
  }
  .flex-direction-nav a:after {
    width: 30px;
    height: 30px;
  }
  .pois {
    font-size: 7px;
    padding: 6px;
    min-width: 78px;
  }
  .park {
    top: 58px;
    left: 411px;
  }
  .cbd {
    top: 37px;
    left: 329px;
  }
  .stadium {
    top: 40px;
    left: 515px;
  }
  .shopping {
    top: 90px;
    left: 100px;
  }
  .racecourse {
    top: 115px;
    left: 480px;
  }
  .university {
    top: 162px;
    left: 345px;
  }
  .hospital {
    left: 630px;
    top: 190px;
  }
  .kingsford_station {
    top: 215px;
    left: 200px;
  }
  .restaurants {
    left: 165px;
    top: 270px;
  }
  .junior_station {
    top: 350px;
    left: 190px;
  }
  #marker {
    width: 86px;
    height: 86px;
    left: 45px;
    top: 200px;
  }

  #marker:after {
    bottom: -60px;
    height: 60px;
    width: 2px;
  }
}

@media screen and (max-width: 720px) {
  html,
  body {
    height: 100%;
  }
  #landing {
    height: 100%;
  }
  .flex {
    flex-direction: column;
    row-gap: 30px;
  }
  .grid_5, .grid_6 {
    width: 100%;
  }
  .fs20,
  .dash li {
    font-size: 16px;
  }

  #features .grid {
    padding: 40px 20px;
  }

  #features img,
  #features svg {
    width: 50px;
    margin-bottom: 20px;
  }
  #features p {
    font-size: 14px;
  }
  .fs15 {
    font-size: 12px;
  }
  .footer_logos,
  footer .flex {
    column-gap: 0;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    row-gap: 20px;
  }
  #laver_logo {
    height: 25px !important;
  }
  #versatile_logo {
    height: 32px !important;
  }

  #studio_logo {
    height: 32px !important;
  }
  body {
    font-size: 18px;
  }
  #aerial_wrapper {
    width: 100%;
  }
  .pois {
    display: none;
  }
  .mb60 {
    margin-bottom: 40px;
  }
  .fs30 {
    font-size: 20px;
  }
  .plr240,
  .pl242,
  .pr238 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .flex-direction-nav {
    display: none;
  }

  .flex-control-nav {
    display: block;
    height: 10px;
    bottom: auto;
    z-index: 4;
    top: 68%;
    top: 48vw;
  }

  .flex-control-paging li a {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: none;
    border: 1px solid #0c0000;
  }

  .flex-control-paging li a.flex-active {
    background: #0c0000;
  }

  .flexslider p {
    font-size: 16px;
  }

  h2 {
    font-size: 30px;
    font-size: 28px;
  }

  h3 {
    font-size: 20px;
  }

  .fs28 {
    font-size: 18px;
  }
  form {
    grid-template-columns: 1fr;
  }

  .desk {
    display: none;
  }

  input,
  label,
  legend,
  select {
    font-size: 14px;
    padding: 10px 0;
  }

  .btn,
  .b_submit {
    font-size: 14px;
  }

  #th {
    font-size: 16px;
  }
  .fs18 {
    font-size: 14px;
  }
  .pb190 {
    padding-bottom: 100px;
  }
  .pt230 {
    padding-top: 120px;
  }
  .mb73,
  .mb71 {
    margin-bottom: 40px;
  }
  #enq_btn {
    right: 20px;
    top: 20px;
  }
  .mb100 {
    margin-bottom: 50px;
  }
  .pb95 {
    padding-bottom: 50px;
  }

  .logo {
    width: 250px;
  }
}

@media screen and (max-width: 420px) {
}
