@font-face {
  font-family: "AeonikProMedium";
  src: url("/fonts/AeonikProMedium.eot");
  src: url("/fonts/AeonikProMedium.eot") format("embedded-opentype"),
    url("/fonts/AeonikProMedium.woff2") format("woff2"),
    url("/fonts/AeonikProMedium.woff") format("woff"),
    url("/fonts/AeonikProMedium.ttf") format("truetype"),
    url("/fonts/AeonikProMedium.svg#AeonikProMedium") format("svg");
}

@font-face {
  font-family: "AeonikProRegular";
  src: url("/fonts/AeonikProRegular.eot");
  src: url("/fonts/AeonikProRegular.eot") format("embedded-opentype"),
    url("/fonts/AeonikProRegular.woff2") format("woff2"),
    url("/fonts/AeonikProRegular.woff") format("woff"),
    url("/fonts/AeonikProRegular.ttf") format("truetype"),
    url("/fonts/AeonikProRegular.svg#AeonikProRegular") format("svg");
}

.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: 22%;
}
.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;
}

.new_grid4 {
  display: block;
  width: calc(33.333% - 26.667px);
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}
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: "AeonikProMedium";
  font-size: 28px;
  background: #ede8de;
  color: #ba4827;
  font-weight: normal;
  line-height: 1.4;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
.img {
  width: 100%;
  margin: 0;
  display: block;
}

/* Headings */
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  font-weight: normal;
}
p {
  text-align: left;
  margin: 0;
}
h1 {
  font-size: 65px;
  line-height: 1em;
  text-transform: uppercase;
  text-align: center;
}
h2 {
}
h3 {
}
h4 {
  font-size: 40px;
  color: #2a3851;
}
/* Navigation */
header {
  margin: 0 auto;
  width: 100%;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9;
  padding: 30px 20px;
  transition: all 0.6s cubic-bezier(.16, 1, .3, 1);
}

header.up {
  top:-99.5px;
}

#page-home header {
  width: 50%;
}

#logo {
  margin: 0 auto;
  display: block;
  width: 258px;
}

#logo svg path {
  fill: #fff;
}

#page-home #logo svg path,
#page-team #logo svg path {
  fill: #ba4827;
}

nav {
  margin: 0 auto;
  padding: 0;
  position: fixed;
  background: #ba4827;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 50%;
  height: 100vh;
  transform: translateX(-100%);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

header.active_nav nav {
  transform: translateX(0);
}

#nav li {
  list-style: none;
  display: block;
  padding: 5px 0;
  margin: 0;
  position: relative;
}
#nav li a {
  color: #fff;
  font-size: 40px;
  line-height: 1.2em;
  text-align: center;
  display: block;
  font-family: "AeonikProMedium";
  font-weight: normal;
  text-transform: uppercase;
}
/* nav_toggle */
#nav_toggle {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 20px;
  z-index: 1;
  cursor: pointer;
  width: 50px;
  height: 20px;
  /* background: red; */
}

#nav_toggle span,
#nav_toggle span:after,
#nav_toggle span:before {
  cursor: pointer;
  height: 2px;
  width: 50px;
  background: #fff;
  position: absolute;
  display: block;
  content: "";
  top: 0;
  bottom: 0;
  margin: auto;
  -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: 14px;
  content: "";
}
#nav_toggle span:after {
  bottom: 15px;
}
#nav_toggle.active span {
  /* background-color: transparent !important; */
  background: #fff !important;
}
#nav_toggle.active span:after,
#nav_toggle.active span:before {
  top: 0;
  bottom: 0;
  background: #fff !important;
}

#page-home #nav_toggle span,
#page-home #nav_toggle span:after,
#page-home #nav_toggle span:before,
#page-team #nav_toggle span,
#page-team #nav_toggle span:after,
#page-team #nav_toggle span:before {
  background: #ba4827;
}

/* enquiry */

#enq_btn {
  position: fixed;
  right: 20px;
  top: -20px;
  height: 40px;
  width: 100vh;
  background: #ba4827;
  z-index: 9;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: visible;
  transform: rotate(-90deg);
  transform-origin: right;
}

#enq_btn span {
  width: 150px;
  height: 100%;
  position: relative;
  display: block;
}

#enq_btn span:before {
  content: "register now";
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#enq_btn.active span:before {
  content: "close";
}

#enquire {
  position: fixed;
  z-index: 8;
  right: 0;
  /* display: none; */
  top: 0;
  width: 50%;
  height: 100vh;
  background: #ba4827;
  overflow: auto;
  padding: 200px 140px 50px;
  display: flex;
  align-items: center;
  transform: translateX(100%);
  transition: all 0.6s cubic-bezier(0.45, 0, 0.55, 1);
}

#enquire.success {
  transform: none;
  transition-duration: 0s;
  padding: 40px;
  z-index: 99999;
}

.close_btn {
  width: 30px;
  height: 30px;
  position: relative;
  cursor: pointer;
  margin: auto;
  display: block;

}

.close_btn::before,
.close_btn::after {
  content: '';
  position: absolute;
  left: 0;
  top:0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
  width: 30px;
  height: 3px;
  transform: rotate(45deg);
  cursor: pointer;
}

.close_btn::after {
  transform: rotate(-45deg);
}


#th {
  text-align: center;
}
#enquire.show {
  transform: none;
}

.register {
  width: 100%;
  margin: 0 auto;
  color: #fff;
  text-align: center;
}

input,
label,
select {
  font-size: 16px;
  margin: 0 auto;
  padding: 10px;
  width: 100%;
  color: #fff;
  border: 0 none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border-bottom: 1px solid #ffffff;
  text-align: center;
  text-align-last: center;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

input.b_submit {
  border: none;
  background: #fff;
  color: #ba4827;
}

select {
  padding: 5px 7px;
  text-align-last: center;
  text-align: center;

  -ms-text-align-last: center;
  -moz-text-align-last: center;
  text-align-last: center;
}
select option {
  padding: 7px 5px;
  color: #ba4827;

  /* background: #fff; */
  text-align-last: center;
  text-align: center;

  -ms-text-align-last: center;
  -moz-text-align-last: center;
  text-align-last: center;
}
.privacy {
  font-size: 10px;
  line-height: 1.5;
  width: 100%;
  margin: 10px 0 20px;
  text-transform: initial;
  text-align: center;
}

#sales_logo {
  margin: 20px auto 60px;
  width: 100px;
  height: 100px;
  background: grey;
  text-align: center;
  font-size: 10px;
  justify-content: center;
  display: flex;
  align-items: center;
}

.chk_holder {
  margin: 10px auto 0 auto;
  color: #fff;
}
#chkInternational, #brochure {
  border: 0 none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  line-height: 25px;
  width: 20px;
  text-align: left;
}
#chkInternational + label,
#brochure + label {
  padding: 2px 0 2px 26px;
  position: relative;
}

#brochure + label {
  display: inline-block;
  width: auto;
  text-transform: initial;
  border-bottom: none;
}

#chkInternational + label:before,
#brochure + label:before  {
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 1px solid #FFF;
  content: '';
  display: block;
}
#chkInternational + label:after,
#brochure + label:after  {
  position: absolute;
  left: 0;
  width: 5px;
  height: 11px;
  top: 50%;
  left: 8px;
  -webkit-transform: translateY(-60%) rotate(45deg) scale(0);
  transform: translateY(-60%) rotate(45deg) scale(0);
  border-bottom: 2px solid #FFF;
  border-right: 2px solid #FFF;
  content: '';
  display: block;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
#chkInternational:checked + label:after,
#brochure: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: #fff;
  opacity: 1;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #fff;
  opacity: 1;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: $form-field-text;
  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;
  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: center;
  text-align-last: center;
  color: yellow;
  text-transform: initial;
  position: absolute;
  width: 100%;
  top: -10px;
}
* {
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
}

#page-home .flexslider .slides li {
  align-items: center;
  justify-content: space-between;
  height: 100vh;
}

.flexslider .slides li h1 {
  width: 50%;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

#page-home .flexslider .slides li img {
  width: 50%;
  height: 100%;
  margin: 0;
  margin-left: auto;
  object-fit: cover;
}

#page-home .flexslider .slides li:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 10px;
  background: #ba4827;
  transition: all 0s ease;
}

#page-home .flexslider .slides li.flex-active-slide:after {
  width: 50%;
  transition: all 4s ease;
}

.flexslider .slides li h1 .btn {
  position: absolute;

  bottom: 100px;
  left: 0;
  right: 0;
  margin: auto;
}

.btn {
  font-size: 18px;
  color: #ede8de;
  background: #ba4827;
  text-align: center;
  text-transform: uppercase;
  width: 220px;
  padding: 10px 0;
  line-height: 1em;
}

.flex-control-nav {
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 50%;
}

#page-team .flex-control-nav {
  width: 100%;
  bottom: 0;
  height: 30px;
}

.flex-control-nav a {
  position: static;
}

#landing {
  height: 100vh;
  overflow: hidden;
}

#hero img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

#hero h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
}

.flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.row_reverse {
  flex-direction: row-reverse;
}
.align_end {
  align-items: flex-end;
}
.justify_start {
  justify-content: flex-start;
}

.mb150 {
  margin-bottom: 150px;
}
.mb125 {
  margin-bottom: 125px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb20 {
  margin-bottom: 20px;
}

.pt200 {
  padding-top: 200px;
}
.pt150 {
  padding-top: 150px;
}
.pb150 {
  padding-bottom: 150px;
}
.right {
  margin-left: auto;
  margin-right: 0;
}

.center_align {
  text-align: center;
}

.fs16 {
  font-size: 16px;
  font-family: "AeonikProRegular";
}
.fs20 {
  font-size: 20px;
}
.no_uppercase {
  text-transform: initial;
}

.w350 {
  max-width: 350px;
}

.p10vw {
  padding: 10vw;
}
.pl40 {
  padding-left: 40px;
}
.pl20 {
  padding-left: 20px;
}

.pr40 {
  padding-right: 40px;
}
.pr20 {
  padding-right: 20px;
}

#map {
  height: 780px;
  background: grey;
}

section {
  position: relative;
  z-index: 2;
  background: #ede8de;
}

footer {
  padding: 40px 40px;
  background: #ba4827;
  color: #fff;
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
}

#footer_logo {
  width: 100%;
  background: #ba4827;
  padding-top: 150px;
}

#footer_logo svg {
  width: 100%;
  height: auto;
}
footer .fs20 {
  margin-bottom: 20px;
}

footer .fs16,
#display {
  line-height: 2;
}

footer a {
  display: block;
}

.underline {
  text-decoration: underline;
}

main {
  padding-right: 40px;
}

body:not(#page-home) main {
  margin-bottom: 590px;
}

#preloader {
  z-index: 99;
  position: fixed;
  background: #ba4827;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  top: 0;
  left: 0;
  transition: all 1s ease;
  height: 100vh;
}

#preloader.hide {
  transform: translateY(-100vh);
}

#preloader svg {
  width: 600px;
  opacity: 0;
  transition: all 2s ease;
}

#preloader.show_logo svg {
  opacity: 1;
}

#tab,
#page-home footer {
  display: none;
}

.screen {
  width: 100%;
  background: grey;
}

.pois h3 {
  font-size: 20px;
  margin-bottom: 10px;

}

.pois p {
  font-size: 16px;
}


.caption {
  font-size: 12px;
  color: #fff;
  position: absolute;
  left: 15px;
  bottom: 15px;
}

.w240 {
  width: 240px;
  display: block;
  margin: auto;
}

p.grid_6,
article.grid_6 {
  /* max-width: 25%; */
  /* max-width: 32%; */
}

.ellipse_logo {
  width: 250px;
  margin-top: 40px;
}

.w1920 {
  width: 1500px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1920px) {
  p.grid_6,
  article.grid_6 {
    max-width: 100%;
  }
}

@media screen and (max-width: 1400px) {
  body:not(#page-home) main {
    margin-bottom: 540px;
  }
  #enquire {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media screen and (max-width: 1100px) {
  #map {
    height: 500px;
  }

  body:not(#page-home) main {
    margin-bottom: 500px;
  }
}

@media screen and (max-width: 900px) {
  #tab,
  #page-home footer {
    display: block;
  }

  #landing {
    display: none;
  }

  main {
    padding: 0;
  }

  #page-home header,
  nav {
    width: 100%;
  }

  #page-home header {
    background: #ede8de;
  }

  #enquire.show {
    z-index: 99;
  }

  #page-home {
    padding-top: 99px;
  }

  #enq_btn {
    z-index: 8;
  }

  #enq_btn.active {
    z-index: 999;
  }

  #tab .btn {
    /* width: 250px; */
    margin: 20px auto 100px;
    display: block;
  }

  #enq_btn {
    transform: none;
    top: auto;
    bottom: 0;
    right: auto;
    left: 0;
    width: 100%;
    height: 40px;
  }

  main .flex {
    flex-direction: column;
  }

  main .pois .flex {
    flex-direction: row;
    flex-wrap: wrap;
  }

  main .pois .flex div:nth-child(2) {
    margin-bottom: 20px;
  }
  
  .grid_3 {
    width: 40%;
  }



  .grid_6 {
    width: 100%;
  }

  .pt150 {
    padding-top: 100px;
  }
  .pb150 {
    padding-bottom: 100px;
  }
  .mb150 {
    margin-bottom: 100px;
  }
  .mb125 {
    margin-bottom: 75px;
  }
  .p10vw {
    padding: 80px 0;
  }

  main .flex > *:first-child {
    margin-bottom: 40px;
  }

  .pr40 {
    padding-right: 20px;
  }

  .pl40 {
    padding-left: 20px;
  }

  #footer_logo {
    padding-top: 100px;
  }

  body:not(#page-home) main {
    margin-bottom: 435px;
  }

  #enquire {
    width: 100%;
    padding: 50px 20px;
  }
  .new_grid4 {
    width: 100%;
  }

  .new_grid4:not(:last-child) {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 760px) {

.caption {
  position: static;
  margin-top: 15px;
  display: block;
}

#page-team .flex-control-nav {
  bottom: 30px;
}
  main .pois .flex {
  flex-direction: column;
}

main .pois .flex div:not(:last-child) {
  margin-bottom: 20px;
}

.grid_3 {
  width: 100%;
}

  .ellipse_logo {
    width: 200px;
  }

  .pt150 {
    padding-top: 75px;
  }
  .pb150 {
    padding-bottom: 75px;
  }
  .mb150 {
    margin-bottom: 75px;
  }
  .mb125 {
    margin-bottom: 60px;
  }
  .pt200 {
    padding-top: 100px;
  }
  .p10vw {
    padding: 40px 0;
  }

  .fs20 {
    font-size: 16px;
  }

  .fs16 {
    font-size: 14px;
  }

  #nav_toggle span,
  #nav_toggle span:after,
  #nav_toggle span:before {
    width: 35px;
  }

  #logo {
    width: 150px;
  }

  #logo svg {
    width: 100%;
  }

  header {
    padding: 20px;
  }

  #page-home {
    padding-top: 79px;
  }

  h1 {
    font-size: 28px;
  }

  .btn {
    font-size: 14px;
    width: 200px;
  }
  #tab .btn {
    margin-bottom: 60px;
  }

  footer > .flex {
    flex-direction: column;
  }

  .grid_4 {
    width: 100%;
  }

  .grid_4:not(:last-child) {
    margin-bottom: 40px;
  }

  footer {
    padding: 40px 20px;
    position: static;
  }

  body:not(#page-home) main {
    margin-bottom: 0;
  }

  #footer_logo {
    padding-top: 75px;
  }

  #enq_btn span:before {
    font-size: 14px;
  }

  body {
    font-size: 18px;
  }

  main {
    margin-bottom: 0 !important;
  }
}

@media screen and (max-width: 420px) {
}
