@font-face {
  font-family: "ApercuMono";
  src: url("/fonts/ApercuMono.eot");
  src: url("/fonts/ApercuMono.eot") format("embedded-opentype"),
    url("/fonts/ApercuMono.woff2") format("woff2"),
    url("/fonts/ApercuMono.woff") format("woff"),
    url("/fonts/ApercuMono.ttf") format("truetype"),
    url("/fonts/ApercuMono.svg#ApercuMono") format("svg");
}

@font-face {
  font-family: "PolarisBook";
  src: url("/fonts/PolarisBook.eot");
  src: url("/fonts/PolarisBook.eot") format("embedded-opentype"),
    url("/fonts/PolarisBook.woff2") format("woff2"),
    url("/fonts/PolarisBook.woff") format("woff"),
    url("/fonts/PolarisBook.ttf") format("truetype"),
    url("/fonts/PolarisBook.svg#PolarisBook") format("svg");
}

:root {
  --apercu: "ApercuMono";
  --bebas: "Bebas Neue", cursive;
  --white: #ffffff;
  --greenblue: #009099;
  --black: #4d4d4d;
  --grey: #e0e0e1;
  --polaris: "PolarisBook";
}

html {
  font-size: 10px;
}

.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 {
  float: left;
  display: block;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #4d4d4d;
}

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: "PolarisBook", Gotham, sans-serif;
  font-size: 2.2rem;
  background: #ffffff;
  color: #4d4d4d;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  text-align: center;
}

.img {
  width: 100%;
  margin: 0;
  display: block;
}

/* Headings */
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  font-weight: normal;
  font-family: "Bebas Neue", cursive;
  line-height: 1.1;
}

p {
  margin: 0 auto;
}

h1 {
  font-size: 60px;
}

h2 {
}

h3 {
  font-size: 2.6rem;
  color: #009099;
}

h4 {
  font-size: 40px;
  color: #2a3851;
}

/* Navigation */
header {
  margin: 0 auto;
  width: 100%;
  display: block;
  position: relative;
  background: #4d4d4d;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
}

nav {
  margin: 0 auto;
  padding: 20px 0;
  max-width: 1250px;
  width: calc(100% - 60px);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#enquire-btn {
  display: none;
}
#nav {
  width: calc(100% - 230px);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#nav li {
  list-style: none;
  position: relative;
}

#nav li.active a:not(.enquire) {
  color: #009099;
}

#nav li a {
  font-size: 1.8rem;
  line-height: 1;
  color: #ffffff;
  text-transform: uppercase;
  text-transform: uppercase;
  font-family: "ApercuMono";
  transition: all 0.3s ease;
}

/* 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: 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: 500px;
  width: 100%;
  margin: 15rem auto;
}

.formbox {
  margin: 0 auto;
}

input,
select {
  margin: 0 auto;
  padding: 10px 20px;
  width: 100%;
  border: 0 none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border-bottom: 1px solid #009099;
  text-align: center;
  font-size: 2.2rem;
  font-family: "PolarisBook";
  margin-bottom: 3rem;
  color: #4d4d4d;
}

.b_submit.button {
  width: auto;
  padding: 15px 40px;
  font-weight: 400;
  letter-spacing: 2px;
  margin: 3rem auto 0;
}

select {
  padding: 10px 20px;
  text-align-last: center;
  text-align: center;
  -ms-text-align-last: center;
}

select option {
  padding: 10px 20px;
  background: #e0e0e1;
  text-align-last: center;
  text-align: center;
  -ms-text-align-last: center;
}

.chk_holder {
  margin: 10px auto 0 auto;
  color: #fff;
}

#chkInternational {
  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 {
  background: url("/images/buttons/uncheck.png") no-repeat left center;
  color: #fff;
  padding: 2px 0 2px 26px;
}

#chkInternational:checked + label {
  background: url(/images/buttons/check.png) no-repeat left center;
}

input:-webkit-input-placeholder,
textarea:-webkit-input-placeholder {
  color: #4d4d4d;
  opacity: 1;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #4d4d4d;
  opacity: 1;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #4d4d4d;
  opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #4d4d4d;
  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: #4d4d4d;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: #4d4d4d;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: #4d4d4d;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: #4d4d4d;
}

/* 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;
  color: #f00d0d;
  position: absolute;
  margin-top: -2rem;
  width: 100%;
}

* {
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
}

.title {
  font-size: 3rem;
  font-family: "ApercuMono";
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #009099;
  text-align: center;
}

.heading {
  text-align: center;
  font-size: 5rem;
  font-family: "Bebas Neue", cursive;
  text-transform: uppercase;
  margin: auto;
  line-height: 1.1;
}

.greenblue {
  color: #009099;
}
.white {
  color: #ffffff;
}

.mb170 {
  margin-bottom: 17rem;
  margin-bottom: 15rem;
}

.mb30 {
  margin-bottom: 3rem;
}

.mb70 {
  margin-bottom: 7rem;
}

.mb180 {
  margin-bottom: 18rem;
  margin-bottom: 15rem;
}

.mb45 {
  margin-bottom: 4.5rem;
}

.mb100 {
  margin-bottom: 10rem;
  margin-bottom: 8rem;
}

.mb140 {
  margin-bottom: 14rem;
  margin-bottom: 12rem;
}

.mb150 {
  margin-bottom: 15rem;
  margin-bottom: 12rem;
}

.mb200 {
  margin-bottom: 20rem;
  margin-bottom: 16rem;
}

.mb80 {
  margin-bottom: 8rem;
}

.mb210 {
  margin-bottom: 21rem;
  margin-bottom: 18rem;
}

.mb130 {
  margin-bottom: 13rem;
  margin-bottom: 10rem;
}

.mb190 {
  margin-bottom: 19rem;
  margin-bottom: 15rem;
}

.mb90 {
  margin-bottom: 9rem;
  margin-bottom: 6rem;
}

.mt180 {
  margin-top: 18rem;
  margin-top: 15rem;
}
.mt200 {
  margin-top: 20rem;
  margin-top: 16rem;
}


#main {
  display: block;
  padding-top: 115px;
}

section {
  width: 100%;
  display: block;
  overflow: auto;
}

.container, .l-container {
  width: calc(100% - 60px);
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: auto;
  position: relative;
}

.l-container {
  max-width: 1600px;
}

.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.button {
  background: #009099;
  padding: 15px;
  color: #ffffff;
  transition: all 0.3s ease;
  font-family: "ApercuMono";
  border: 1px solid transparent;
}

.button:hover {
  background: #ffffff;
  color: #009099 !important;
  border: 1px solid;
}

#overview {
  background: #e0e0e1;
}
.icon-slider.flexslider {
  width: 230px;
  margin: auto;
  bottom: 50px;
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  /* background: #009099; */
}

#overview .flex-direction-nav a {
  width: 25px;
  height: 25px;
}

#overview .flex-viewport {
  padding-top: 75px;
}

#overview .flex-control-nav {
  display: none;
}

.icon-slider.flexslider .flex-direction-nav a {
  top:auto;
  bottom: 15px;
  /* background: url('/images/overview/pre.png') center no-repeat; */
}


.icon-slider.flexslider .flex-next {
  right: -30px;
}

.icon-slider.flexslider .flex-prev {
  left: -30px;
}

.icon-slider.flexslider .slides li {
  text-align: center;
  cursor: pointer;
  position: relative;
}
.icon-slider.flexslider .slides li img {
  width: auto;
  margin: 0;
  display: inline-block;
}

.icon-slider.flexslider .slides li div {
  width: 50px;
  margin: 0 10px;
  display: inline-block;
}

.icon-slider.flexslider .slides li div p {
  position: absolute;
    top: -74px;
    z-index: 12222222;
    left: 0;
    right: 0;
    margin: auto;
    /* overflow: visible; */
    visibility: hidden;
    font-size: 1.2rem;
    width: 100%;
    padding: 10px;
    background: #009099;
    color: #fff;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}

.icon-slider.flexslider .slides li div:hover > p {
  visibility: visible;
}

.icon-wrapper {
  justify-content: space-around;
  align-items: flex-start;
  margin-bottom: 14.5rem;
}
.icon-wrapper img {
  margin-bottom: 1rem;
}

#architecture {
  background: #4d4d4d;
}

.img-wrapper {
  position: relative;
}

.img-wrapper:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: #e0e0e1;
  /*z-index:2;*/
}

.img-wrapper .container {
  z-index: 2;
}

#architecture .img-wrapper .container {
  overflow: visible;
}

#architecture .wrapper {
  background: #e0e0e1;
}


.features {
  display: none;
}


/* hover style css */
.hover-design {
  position: relative;
}
.hover-design div {
  position: absolute;
  margin:auto;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background: #009099;
  display: block;
  cursor: pointer;
}

.hover-design div:after {
  position: absolute;
  content: '';
  background: #009099;
  cursor: pointer;
  transition: all 0.3s ease;
}


.a-grade {
  left: 30%;
    top: 25%;
}

.a-grade:after, .glass:after {
    left: 0;
    right: 0;
    margin: auto;
    bottom: 6px;
    transform: rotate(-45deg);
    transform-origin: bottom;
    height: 0;
    width: 2px;
}

.glass {
  right: 35%;
  top: 40%;
}

.star {
  right: 12%;
  top: 15%;
}

.star:after {
  width: 0;
  height: 2px;
  right: 0;
  top:0;
  bottom: 0;
  margin: auto;
}

 
.hover-design div p {
  font-size: 1.3rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 10px 20px 10px 45px;
  border: 1px solid;
  position: absolute;
  background: #009099;
}

.hover-design div svg , .hover-design div img {
  position: absolute;
  z-index: 1;
  width: 140px;
}

.hover-design div img {
  max-width: 140px;
}

.a-grade svg {
    bottom: 45px;
    right: 50px;
}

.glass img {
  bottom: 45px;
  right: 50px;
}

.a-grade p {
  bottom: 93px;
  right: -65px;
}

.glass  p{
  bottom: 93px;
  right: -145px;
  width: 230px;
}

.star svg  {
  right: 90px;
  top:0;
  bottom: 60px;
  margin: auto;
}

.star p{
  right: -6px;
    bottom: 35px;
}


.light {
  left: 18%;
  top: 41%;
}

.light:after {
  width: 2px;
  height: 0;
}


.light img {
  top:90px;
  left: -70px;
  margin:auto;
}

.hover-design .light p {
  width: 200px;
  top: 200px;
  right: 15px;
  padding:10px 45px 10px 20px;
}


.floor {
  left: 18%;
  bottom: 15%;
}


 .floor:after {
  width: 0;
  height: 2px;
  top:0;
  bottom: 0;
  margin:auto;
}




.floor svg , .floor img {
  top:0;
  bottom: 0;
  left: 90px;
  margin:auto;
}



.hover-design .floor p {
  /* width: 200px; */
  top: 100px;
  padding:10px 45px 10px 20px;
  top: 40px;
  right: -120px;
}



.star:hover:after, .floor:hover:after {
  width: 100px;
}


.shutterstock {
  right: 32%;
  top: 43%;
}


.shutterstock:after {
  transform: rotate(-45deg);
  transform-origin: top;
  height: 0;
  width: 2px;
  top:7px;
}


.a-grade:hover:after, .glass:hover:after, .shutterstock:hover:after, .light:hover:after {
  height: 100px;
}

.shutterstock img {
  top: 20px;
  left: 50px;
}

.hover-design .shutterstock p {
  top: 0;
  left: 145px;
}

.hover-design div * {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
  transition-delay: 0;
}

.hover-design div:hover * {
  visibility: visible;
  opacity: 1;
  transition-delay: 0.2s;
}
.dark-bg{
    position:relative

}
.dark-bg:after{
    position:absolute;
    top:0;
    left:0;width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.2);
    content:'';
    display:block


}

.hover-design span {
  top: 0;
  left: 0;
  padding: 0;
  z-index: 1;
  box-shadow: 0 0 0 4px rgba(255,255,255,0.8);
  opacity: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-animation: sonarEffect 3s ease-out 75ms infinite;
  -moz-animation: sonarEffect 3s ease-out 75ms infinite;
  animation: sonarEffect 3s ease-out 75ms infinite;
  visibility: visible;
}



@-webkit-keyframes sonarEffect {
  0% {
      opacity: 0.3;
  }

  40% {
      opacity: 0.9;
      box-shadow: 0 0 0 2px rgba(0,0,0,0.5), 0 0 10px 10px #000, 0 0 0 10px rgba(255,255,255,0.9);
  }

  100% {
      box-shadow: 0 0 0 2px rgba(0,0,0,0.5), 0 0 10px 10px #000, 0 0 0 10px rgba(255,255,255,0.9);
      -webkit-transform: scale(1.5);
      opacity: 0;
  }
}

@-moz-keyframes sonarEffect {
  0% {
      opacity: 0.3;
  }

  40% {
      opacity: 0.5;
      box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #2e3d61, 0 0 0 10px rgba(255,255,255,0.5);
  }

  100% {
      box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #2e3d61, 0 0 0 10px rgba(255,255,255,0.5);
      -moz-transform: scale(1.5);
      opacity: 0;
  }
}

@keyframes sonarEffect {
  0% {
      opacity: 0.3;
  }

  40% {
      opacity: 0.5;
      box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #2e3d61, 0 0 0 10px rgba(255,255,255,0.5);
  }

  100% {
      box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #2e3d61, 0 0 0 10px rgba(255,255,255,0.5);
      transform: scale(1.5);
      opacity: 0;
  }
}











#viewer3d {
  width: 100%;
  height: 850px;
  max-height: calc(100vh - 116px);
  z-index: 2;
  position: relative;
}

#location .container {
  overflow: visible;
}

#location .flex-wrapper h3 {
  color: #4d4d4d;
}

#location .icon-wrapper {
  margin-bottom: 12rem;
}

#location .flexslider .slides li img {
  width: 30%;
  display: inline-block;
}
#location .flexslider .slides li img:nth-of-type(2) {
  margin: 0 4%;
}

#location .flex-control-nav {
  display: none;
  /*visibility:hidden;*/
}

#location .flex-direction-nav a,
#architecture .flex-direction-nav a {
  background: url("/images/buttons/next.png") center no-repeat;
  transform: none;
  right: -10rem;
}

#location .flex-direction-nav a.flex-prev,
#architecture .flex-direction-nav a.flex-prev {
  transform: rotate(-180deg);
  left: -10rem;
  right: auto;
}

#team {
  background: #e0e0e1;
}

#team .container {
  margin: 15rem auto 0;
}

#team .flex {
  align-items: flex-start;
}
#team .flex > div {
  width: 43%;
}

#enquire {
  background: #e0e0e1;
}

/*footer*/
footer {
  background: #e0e0e1;
}

footer .footer-logos {
  max-width: 650px;
  width: 70%;
  margin: 0 auto 12rem;
}

footer .flex div {
  display: flex;
  justify-content: center;
  align-items: flex-start;
      
    margin: auto;
}
footer .flex div p{
    line-height:1;
        text-align: left;
        transform:translateY(-10px)
}
footer img {
  margin-right: 2rem;
}

footer a {
  font-size: 14px;
  text-align: left;
}

.privacy {
  font-size: 12px;
  font-weight: 600;
  max-width: 1140px;
  margin: 0 auto;
}

.copyright-disclaimer {
  font-size: 12px;
  color: #009099;
  font-weight: 600;
  margin: 3rem auto 12rem;
}

.copyright-disclaimer a {
  color: #009099;
  font-size: 12px;
}
.footer_logo {
  display: block;
  position: relative;
  width: 60px;
  margin-right: 2rem;
}
.footer_logo svg {
  display: block;
  width: 100%;
}
.construction-message{
	position: absolute;
	left: 0;
	right: 0;
	z-index: 2;
	width: 100%;
	padding: 10px;
	background-color: #fff;
	padding: 10px 10px 5px;
}

#playvideo {
  display: block;
  width: 50px;
  height: 50px;
  top:0;
  bottom: 0;;
  right: 0;
  left: 0;
  margin: auto;
  position: absolute;
  z-index: 2;
}

#playvideo svg {
  width: 50px;
  height: 50px;
}

.overlay {
  position: relative;
}

.overlay:after {
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  height: 100%;
  top:0;
  background: #000;
  opacity: 0.2;
  z-index: 0;
}


@media screen and (max-width: 1500px) {
  .flex-direction-nav a {
    width: 30px;
    height: 56px;
  }
  #location .flex-direction-nav a.flex-prev,
  #architecture .flex-direction-nav a.flex-prev {
    left: -5rem;
  }
  #location .flex-direction-nav a.flex-next,
  #architecture .flex-direction-nav a.flex-next {
    right: -5rem;
  }
}

@media screen and (max-width: 1400px) {
  #location .flex-direction-nav a.flex-prev,
  #architecture .flex-direction-nav a.flex-prev {
    left: -4rem;
  }

  #location .flex-direction-nav a.flex-next,
  #architecture .flex-direction-nav a.flex-next {
    right: -4rem;
  }
}

@media screen and (max-width: 1350px) {
  #location .flexslider,
  #architecture .flexslider {
    width: calc(100% - 10rem);
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 1200px) {


  .logo {
    width: 122px;
  }
  #nav {
    width: calc(100% - 160px);
  }

  #nav li a {
    font-size: 1.6rem;
  }

  .button {
    padding: 10px;
  }

  #main {
    padding-top: 106px;
  }

  h2 .break {
    display: none !important;
  }

  #team .flex > div {
    width: 47%;
  }

  .hover-design div img, .hover-design div svg {
    width: 100px;
  }

  .hover-design .shutterstock p  {
    left: 125px;
  }

  .hover-design .floor p {
    top: 30px;
    right: -140px
  }

  .light img {
    left: -50px;
  }

  .hover-design .light p {
    top: 155px;
    left: 0;
    right: auto;
    padding: 10px 20px 10px 45px;
  }
}

@media screen and (max-width: 900px) {

  

  .hover-design div img {
      width: 80px;
  }
  .a-grade img {
    bottom: 35px;
  }

  .a-grade p {
      bottom: 55px;
      right: -50px;
  }

  .glass p {
    bottom: 93px;
    right: -90px;
    width: 190px;
  }

  .star p {
    right: 8px;
    bottom: 25px;
  }

  .light img {
    left: -40px;
    top:75px;
  }

  .hover-design .light p {
    top: 120px;
    width: 180px;
  }

  .hover-design .floor p {
    top: -5px;
    left: 130px;
    right: auto;
    padding: 10px 20px 10px 45px;
  }

  .hover-design .shutterstock p {
    left: 80px;
    top: -20px;
  }

  .star img {
    right: 85px;
  }






  #viewer3d {
    height: 600px;
  }

  #nav-toggle {
    display: block;
    z-index: 11;
    height: 25px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 30px;
  }

  #nav {
    display: flex;
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 10;
    flex-direction: column;
    background: #4d4d4d;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
    transform: translateX(-100%);
    transition: all 0.6s ease;
  }

  header.active_nav #nav {
    transform: none;
  }

  #nav li {
    margin: 2vh 0;
  }

  #nav li a {
    font-size: 20px;
  }

  #nav li .enquire {
    display: none;
  }

  #enquire-btn {
    display: block;
    position: absolute;
    right: 0;
    top: 25px;
    right: 90px;
    z-index: 11;
  }

  html {
    font-size: 7px;
  }

  #main {
    padding-top: 104px;
  }

  .break {
    display: none !important;
  }

  .flex-direction-nav a {
    width: 20px;
    height: 37px;
  }

  #opportunity .flexslider .slides li {
    height: calc(100vh - 104px);
  }

  #location .flexslider .slides li img {
    width: 32%;
  }

  #location .flexslider .slides li img:nth-of-type(2) {
    margin: 0 1%;
  }

  footer .footer-logos {
    width: 80%;
  }
}

@media screen and (max-width: 760px) {

  .icon-slider.flexslider .slides li div {
    width: 40px;
  }

  .icon-slider.flexslider {
    width: 200px;
    bottom: 30px;
  }

  .icon-slider.flexslider .flex-direction-nav a {
    bottom: 11px;
  }

.hover-design > div {
  display: none;
}

.features {
  display: block;
list-style: none;
margin-bottom: 50px;
}

.features li {
  color: #ffffff;
  text-align: left;
  padding-left: 15px;
  position: relative;
  margin-bottom: 10px;
}

.features li span {
  position: absolute;
  top:0;
  bottom: 0;
  left: 0;
  color: #009099;
}



  #viewer3d {
    height: 400px;
  }

  #opportunity .flexslider .slides li img {
    display: block;
  }
  #opportunity .flexslider .slides li {
    height: auto;
  }

  footer .footer-logos {
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .logo {
    width: 92px;
  }

  html {
    font-size: 6px;
  }

  nav {
    padding: 15px 0;
    width: calc(100% - 30px);
  }

  #nav-toggle {
    right: 15px;
  }

  #enquire-btn {
    top: 24px;
    right: 60px;
  }

  .button {
    padding: 5px 10px;
  }

  #main {
    padding-top: 78px;
  }

  .flex-direction-nav a {
    width: 15px;
    height: 28px;
  }

  .flex-control-nav {
    bottom: 10px;
  }

  .flex-control-paging li a {
    width: 10px;
    height: 10px;
  }

  #location .flexslider,
  #architecture .flexslider {
    width: 100%;
  }

  #location .flex-direction-nav a.flex-next,
  #architecture .flex-direction-nav a.flex-next {
    right: 5px;
  }

  #location .flex-direction-nav a.flex-prev,
  #architecture .flex-direction-nav a.flex-prev {
    left: 5px;
  }

  .heading {
    font-size: 4rem;
  }

  .title {
    font-size: 2.5rem;
  }

  .flex {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  #team .flex {
    flex-direction: column;
  }

  #team .flex > div {
    width: 100%;
    margin-bottom: 40px;
  }

  .icon-wrapper > div {
    width: calc(33%);
    margin-bottom: 20px;
  }

  .icon-wrapper > div > img {
    width: 60px;
  }

  .container {
    width: calc(100% - 30px);
  }

  #team .container {
    margin-top: 60px;
  }

  .register {
    margin: 20px auto 60px;
    width: calc(100% - 30px);
  }

  footer .footer-logos {
    width: 100%;
    justify-content: space-between;
    margin-bottom: 40px;
  }

  footer .footer-logos > div {
    margin-bottom: 20px;
  }

  .mb170,
  .mb180,
  .mb140,
  .mb200,
  .mb130,
  .mb190,
  .icon-wrapper,
  .copyright-disclaimer {
    margin-bottom: 60px;
  }

  .mt180,
  .mt200 {
    margin-top: 60px;
  }

  .mb100,
  .mb90 {
    margin-bottom: 50px;
  }

  .mb80 {
    margin-bottom: 40px;
  }
}
