@font-face {
  font-family: "RidleyGroteskRegular";
  src: url("/fonts/RidleyGroteskRegular.eot");
  src: url("/fonts/RidleyGroteskRegular.eot") format("embedded-opentype"),
    url("/fonts/RidleyGroteskRegular.woff2") format("woff2"),
    url("/fonts/RidleyGroteskRegular.woff") format("woff"),
    url("/fonts/RidleyGroteskRegular.ttf") format("truetype"),
    url("/fonts/RidleyGroteskRegular.svg#RidleyGroteskRegular") format("svg");
}

@font-face {
  font-family: "RidleyGroteskMedium";
  src: url("/fonts/RidleyGroteskMedium.eot");
  src: url("/fonts/RidleyGroteskMedium.eot") format("embedded-opentype"),
    url("/fonts/RidleyGroteskMedium.woff2") format("woff2"),
    url("/fonts/RidleyGroteskMedium.woff") format("woff"),
    url("/fonts/RidleyGroteskMedium.ttf") format("truetype"),
    url("/fonts/RidleyGroteskMedium.svg#RidleyGroteskMedium") format("svg");
}

@font-face {
  font-family: "RidleyGroteskSemiBold";
  src: url("/fonts/RidleyGroteskSemiBold.eot");
  src: url("/fonts/RidleyGroteskSemiBold.eot") format("embedded-opentype"),
    url("/fonts/RidleyGroteskSemiBold.woff2") format("woff2"),
    url("/fonts/RidleyGroteskSemiBold.woff") format("woff"),
    url("/fonts/RidleyGroteskSemiBold.ttf") format("truetype"),
    url("/fonts/RidleyGroteskSemiBold.svg#RidleyGroteskSemiBold") format("svg");
}

@font-face {
  font-family: "RidleyGroteskBold";
  font-family: "RidleyGroteskSemiBold";
  src: url("/fonts/RidleyGroteskBold.eot");
  src: url("/fonts/RidleyGroteskBold.eot") format("embedded-opentype"),
    url("/fonts/RidleyGroteskBold.woff2") format("woff2"),
    url("/fonts/RidleyGroteskBold.woff") format("woff"),
    url("/fonts/RidleyGroteskBold.ttf") format("truetype"),
    url("/fonts/RidleyGroteskBold.svg#RidleyGroteskBold") format("svg");
}

@font-face {
  font-family: "RidleyGroteskLight";
  src: url("/fonts/RidleyGroteskLight.eot");
  src: url("/fonts/RidleyGroteskLight.eot") format("embedded-opentype"),
    url("/fonts/RidleyGroteskLight.woff2") format("woff2"),
    url("/fonts/RidleyGroteskLight.woff") format("woff"),
    url("/fonts/RidleyGroteskLight.ttf") format("truetype"),
    url("/fonts/RidleyGroteskLight.svg#RidleyGroteskLight") format("svg");
}

html {
  font-size: 9px;
}

.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%;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #4a4a4a;
}
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: 'RidleyGroteskRegular'; */
  font-family: "RidleyGroteskLight";
  font-size: 1.6rem;
  background: #fff;
  color: #4a4a4a;
  margin: 0;
  padding: 0;
  padding-top: 74px;
}
#page-home {
  padding-top: 0;
}
.img {
  width: 100%;
  margin: 0;
  display: block;
}

.semibold {
  font-family: "RidleyGroteskSemiBold";
  /* font-weight: 600; */
}

.bold {
  font-family: "RidleyGroteskBold";
  font-family: "RidleyGroteskSemiBold";
  /* font-weight: 600; */
}
.medium {
  font-family: "RidleyGroteskMedium";
}

/* Headings */
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  font-weight: normal;
  font-family: "RidleyGroteskBold";
  font-family: "RidleyGroteskSemiBold";
}
p {
  text-align: left;
  margin: 0;
}
p.center__align {
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
}
h1 {
  font-size: 60px;
}
h2 {
  font-size: 3rem;
  font-family: "RidleyGroteskSemiBold";
}
h3 {
  font-size: 2.4rem;
}
h4 {
  font-size: 2rem;
}
h5 {
  font-size: 1.2rem;
}
/* Navigation */
header {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #4a4a4a;
  text-align: center;
  padding: 25px 2em;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
}

header.fixed {
  position: absolute;
  background: transparent;
  z-index: 9;
  padding: 100px 0;
  padding: 60px 0;
}

.social__links {
  display: flex;
  position: absolute;
  right: 2em;
}

#page-home .social__links {
  display: none;
}

#logo {
  /* margin: 0 auto;
	display: block; */
  /* width: 380px; */
  width: 220px;
  position: absolute;
  left: 2em;
}

nav {
  margin: 0 auto;
  padding: 0;
}

header.fixed nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #4a4a4a;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateX(-100%);
  z-index: 99;
  transition: all 0.6s ease;
}

header.active__nav nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #4a4a4a;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateX(0);
  z-index: 99;
  transition: all 0.6s ease;
}

header.active__nav #nav,
header.fixed #nav {
  flex-direction: column;
}

header.active__nav #nav li,
header.fixed #nav li {
  margin: 2vh 0;
  /* display: block; */
}

header.active__nav #nav li a,
header.fixed #nav li a {
  border-bottom: 1px solid #fff;
}

header.active__nav #nav li::after,
header.fixed #nav li::after {
  display: none;
}

#nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#nav li {
  list-style: none;
  position: relative;
  padding: 0 20px;
}
#nav li::after {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  width: 1px;
  height: 40%;
  background: rgba(255, 255, 255, 0.5);
}
#nav li:last-child::after {
  display: none;
}
#nav li a {
  font-family: "RidleyGroteskLight";
  color: #fff;
  font-size: 1.8rem;
  display: block;
  border-bottom: 1px solid transparent;
  padding-bottom: 4px;
  transition: 0.3s;
  text-transform: capitalize;
}

#page-about #nav li a.about,
#page-developments #nav li a.developments,
#page-insights #nav li a.insights,
#page-details #nav li a.developments,
#nav li a:hover {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

#nav li a:hover {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

/* nav-toggle */
#nav-toggle {
  cursor: pointer;
  position: absolute;
  right: 2em;
  display: none;
}

header.fixed #nav-toggle {
  display: block;
}

#nav-toggle {
  width: 34px;
}

.social__links img {
  height: 24px;
  width: auto;
}

.insta {
  margin-right: 10px;
}

#close__menu__btn span,
#close__menu__btn span:after,
#close__menu__btn span:before {
  cursor: pointer;
  height: 10px;
  width: 53px;
  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;
  left: auto;
  right: auto;
}

#close__menu__btn {
  top: 95px;
  right: 100px;
  width: 50px;
  height: 50px;
  position: absolute;
  display: none;
}

header.fixed #close__menu__btn {
  display: block;
}

#close__menu__btn span {
  top: 0;
  bottom: 0;
  margin: auto;
  /* visibility: hidden; */
}

header.active__nav #close__menu__btn span {
  visibility: visible;
}

#close__menu__btn span:before {
  top: -20px;
}
#close__menu__btn span:after {
  bottom: -20px;
  top: auto;
}
#close__menu__btn span {
  background-color: transparent !important;
}

#close__menu__btn span:before {
  top: 0;
}

#close__menu__btn span:after {
  bottom: 0;
}
#close__menu__btn span:before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: a rotate(45deg);
}
#close__menu__btn span:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: a rotate(-45deg);
}

/* enquiry */

#enquiry__form .w1550 > div {
  padding: 0 50px;
}

input,
select,
textarea {
  font-size: 1.4rem;
  margin: 0 auto;
  padding: 5px 0;
  width: calc(50% - 30px);
  color: #444141;
  border: 0 none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border-bottom: 1px solid #444141;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "RidleyGroteskRegular";
  margin-bottom: 40px;
}
#page-contact input,
#page-contact select,
#page-contact textarea {
  width: 100%;
  padding-left: 4px;
}
textarea {
  border: 1px solid #444141;
  min-height: 120px;
}
select {
  padding: 5px 0;
}
select option {
  padding: 5px 0;
  background: #fff;
  text-align-last: center;
  text-align: center;

  -ms-text-align-last: center;
  -moz-text-align-last: center;
  text-align-last: center;
}

.b_submit {
  background: #4a4a4a;
  color: #fff;
  margin-top: 60px;
  cursor: pointer;
}

.mandatory,
.privacy {
  font-size: 1.6rem;
  text-align: center;
  display: block;
  width: 100%;
}

.privacy {
  font-size: 2rem;
  font-size: 1.6rem;
  padding: 0 50px;
}
.chk_holder {
  margin: 10px auto 0 auto;
  color: #4a4a4a;
}
#chkInternational {
  border: 0 none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  color: #4a4a4a;
  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: #4a4a4a;
  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: #4a4a4a;
  opacity: 1;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #4a4a4a;
  opacity: 1;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #4a4a4a;
  opacity: 1;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #4a4a4a;
  opacity: 1;
}

/* 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 #444141;
  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 #444141;
  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;
}

.flexslider .slides li {
  width: 100vw;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.flexslider .slides li:after {
  background: #000;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
}

.flexslider .slides li p {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 100%;
  z-index: 2;
  color: #fff;
  font-size: 3rem;
  font-size: 2.8rem;
  font-family: "RidleyGroteskMedium";
  text-align: center;
  max-width: 700px;
  margin: auto;
}

#page-home .flexslider .slides li p {
  font-size: 4rem;
  max-width: 800px;
}

.project__name__location {
  position: absolute;
  left: 100px;
  bottom: 100px;
  z-index: 2;
  color: #fff;
  font-family: "RidleyGroteskBold";
  font-family: "RidleyGroteskSemiBold";
  font-size: 2.2rem;
  /* font-weight: bold; */
}

.project__name__location span {
  font-family: "RidleyGroteskMedium";
  font-weight: 400;
}

.container,
.w1550 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
}

.w1550 {
  max-width: 1550px;
}
.w1024 {
  max-width: 1024px;
}
.w500 {
  width: 500px;
  max-width: 500px;
  margin: auto;
}

.flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.align__top {
  align-items: flex-start;
}

#page-about #hero img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}

.hr {
  height: 1px;
  margin: 25px;
  display: block;
}
.bb1 {
  border-bottom: 1px solid #4a4a4a;
  padding-bottom: 4px;
}

.black {
  color: #000;
}

#logos .flex .grid_4 {
  margin-bottom: 30px;
}

footer {
  background: #4a4a4a;
  padding: 75px 0;
}

footer img {
  width: 220px;
}
footer .container + .container {
  padding: 20px 0 0 0;
  margin-top: 20px;
  border-top: 1px solid #fff;
}
.copyright,
.Policy {
  display: block;
  margin-bottom: 10px;
  color: #fff;
  font-size: 12px;
}
#first {
  padding: 90px 0;
}

.fs26 {
  font-size: 2.6rem;
}
.fs24 {
  font-size: 2.4rem;
  font-size: 2.2rem;
}
.fs22 {
  font-size: 2.2rem;
  font-size: 2.1rem;
}

#filter {
  width: 660px;
  text-align: center;
  margin: 0 auto;
}

#filter a {
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  color: #4a4a4a;
  line-height: 1;
}

#filter a:not(:last-child) {
  margin-right: 30px;
}

#filter a:last-child:before {
  display: none;
}

#filter a:after {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background: #4a4a4a;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
}

#filter a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  height: 90%;
  background: #4a4a4a;
  right: -20px;
  margin: auto;
}

#filter a.active {
  font-family: "RidleyGroteskBold";
  font-family: "RidleyGroteskSemiBold";
  /* font-weight: bold; */
}

#filter a.active:after {
  opacity: 1;
}

.center__align {
  text-align: center;
}

.center__margin {
  margin-left: auto;
  margin-right: auto;
}

.uppercase {
  text-transform: uppercase;
}

.block {
  display: block;
}

.project__wrapper {
  position: relative;
  display: block;
  margin-bottom: 15px;
}

.project__wrapper img {
  width: 100%;
}

.project__wrapper:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.3;
}

.info {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  padding: 40px;
  width: 555px;
  border: 2px solid #fff;
  z-index: 2;
  transition: 0.3s;
}
.info:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.info * {
  text-align: center;
  color: #fff;
}

.mt160 {
  margin-top: 160px;
}
.mb160 {
  margin-bottom: 160px;
}
.mb90 {
  margin-bottom: 90px;
}
.mb80 {
  margin-bottom: 80px;
}
.mb60 {
  margin-bottom: 60px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb10 {
  margin-bottom: 10px;
}
.pb10 {
  padding-bottom: 10px;
}
.underline {
  text-decoration: underline;
  color: inherit !important;
}

.property__details td {
  padding-bottom: 20px;
  vertical-align: top;
}
.property__details .semibold {
  padding-right: 20px;
  width: 220px;
}

.property__details + .hr {
  margin: 40px 0;
}

.lh1n5 {
  line-height: 1.8;
}

.btn {
  font-size: 2rem;
  font-family: "RidleyGroteskSemiBold";
  /* font-weight: bold; */
  text-transform: uppercase;
  width: 220px;
  padding: 20px 0;
  border: 2px solid #4a4a4a;
  text-align: center;
  display: block;
}

.join__btn,
.see__btn {
  width: 570px;
  margin-left: auto;
  margin-right: auto;
}

.join__btn {
  background: #4a4a4a;
  color: #fff;
  margin-bottom: 35px;
}

#content .grid_7 {
  padding-right: 100px;
}

#logos .grid_4 img {
  margin: auto;
  display: block;
  margin-bottom: 40px;
}

#page-details #hero .flexslider .slides li {
  height: calc(100vh - 182px);
}

.img__wrapper {
  display: block;
  overflow: hidden;
}

.img__wrapper img {
  transition: all 0.3s ease;
  width: 100%;
}

.img__wrapper:hover img {
  transform: scale(1.1);
}

.insights__wrapper .grid_4 {
  width: calc(100% / 3 - 24px);
  margin-bottom: 50px;
}

.insights__wrapper .grid_4:not(:nth-of-type(3n)) {
  margin-right: 36px;
}

#location img {
  width: 100%;
}

#tenants .flex div {
  max-width: 20%;
}
.logo-holder {
  max-width: 1000px;
  margin: 40px auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-flow: wrap;
}
.logo-holder img {
  max-width: 75%;
}
.gallery-image-holder {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-flow: wrap;
}
.gallery-image-holder a {
  width: calc(33% - 10px);
  height: calc((33% / 6) * 1.5);
  margin-bottom: 15px;
  margin-right: 15px;
}
.gallery-image-holder a:nth-child(3n) {
  margin-right: 0;
}
.gallery-image-holder a img {
  object-fit: cover;
}
.title {
  font-family: "RidleyGroteskSemiBold";
  padding-right: 10px;
}
.formbox {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.project_text_holder,
.location_text_holder,
.news_text_holder {
  margin-bottom: 40px;
}
.project_text_holder p,
.news_text_holder p,
.about_text_holder p {
  line-height: 1.8;
  margin-bottom: 20px;
}

.about_text_holder ul,
.project_text_holder ul,
.news_text_holder ul {
  margin-left: 20px;
}
.about_text_holder ul li,
.project_text_holder ul li,
.news_text_holder ul li {
  margin-bottom: 10px;
}
.property__details {
  text-transform: uppercase;
}

#page-insights .caption {
  font-style: italic;
  font-size: 1.4rem;
}
.fullwidth {
  width: 100%;
}
.pop-up {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 10;
}
.pop-up-close {
  position: fixed;
  display: block;
  width: 40px;
  height: 40px;
  top: 20px;
  right: 0;
  left: 0;
  margin: auto;
}
.pop-up-content-holder {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 1);
  width: 768px;
  height: 80vh;
  max-width: calc(100% - 40px);
  overflow: hidden;
  overflow-y: scroll;
  padding: 40px 20px;
}
.pop-up ul {
  padding-left: 20px;
}
p strong {
  margin: 25px 0 10px 0;
  display: block;
}

@media screen and (max-width: 1450px) {
  html {
    font-size: 8px;
  }
  .container,
  .w1550 {
    width: calc(100% - 100px);
  }

  .flexslider .slides li p,
  .project__name__location {
    left: 50px;
  }
}

@media screen and (max-width: 1100px) {
  header.fixed {
    padding: 50px 0;
  }

  #nav-toggle {
    width: 30px;
  }

  .flex-control-nav,
  .project__name__location {
    bottom: 50px;
  }

  #logo,
  footer img {
    width: 170px;
  }
  .social__links img {
    height: 30px;
  }

  #nav li {
    padding: 0 15px;
  }

  header {
    padding: 40px 0 30px;
  }

  footer {
    padding: 40px 0;
  }

  .info {
    width: 450px;
  }

  #page-details #hero .flexslider .slides li {
    height: calc(100vh - 104px);
  }

  #content .grid_7 {
    padding-right: 50px;
  }
}

@media screen and (max-width: 1000px) {
  .insights__wrapper .grid_4 {
    width: 100%;
    flex-flow: wrap;
    margin-right: 0 !important;
  }
  #first {
    padding: 45px 0;
  }

  nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #4a4a4a;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateX(-100%);
    z-index: 99;
    transition: all 0.6s ease;
  }

  #nav {
    flex-direction: column;
  }

  #nav li {
    margin: 2vh 0;
    /* display: block; */
  }

  #nav li a {
    font-size: 4rem;
  }

  #nav li::after {
    display: none;
  }

  #nav-toggle {
    display: block;
  }

  #close__menu__btn {
    display: block;
  }

  .container,
  .w1550 {
    width: calc(100% - 80px);
  }

  header,
  header.fixed {
    padding: 40px 0;
  }

  #close__menu__btn {
    right: 20px;
    top: 27px;
  }
  #close__menu__btn span,
  #close__menu__btn span:after,
  #close__menu__btn span:before {
    width: 30px;
    height: 5px;
  }

  .social__links {
    display: block;
    margin: 0;
    margin-left: auto;
    padding-right: 30px;
  }

  .grid_7,
  .grid_5 {
    width: 100%;
  }

  #content .grid_7 {
    margin-bottom: 40px;
  }

  #tenants .flex div {
    max-width: 45%;
  }

  #tenants .flex div:not(:last-child, :nth-last-child(2)) {
    margin-bottom: 40px;
  }

  #enquiry__form .w1550 > div {
    padding: 0;
  }
}

@media screen and (max-width: 760px) {
  .logo-holder img {
    max-width: 50%;
  }
  header {
    padding: 20px 0 !important;
  }

  .container,
  .w1550 {
    width: calc(100% - 40px);
  }

  .flexslider .slides li p,
  .project__name__location {
    left: 0;
    padding: 0 20px;
  }

  .flex-control-nav {
    bottom: 20px;
  }

  #logo,
  footer img {
    width: 130px;
  }

  #nav-toggle {
    width: 22px;
  }

  .social__links {
    padding-right: 20px;
  }
  .social__links img {
    height: 22px;
  }

  .insta {
    margin-right: 5px;
  }

  .grid_4 {
    width: 100%;
  }

  .mt160 {
    margin-top: 80px;
  }
  .mb160 {
    margin-bottom: 80px;
  }
  .mb90 {
    margin-bottom: 45px;
  }
  .mb80 {
    margin-bottom: 40px;
  }
  .mb60 {
    margin-bottom: 30px;
  }
  .mb50 {
    margin-bottom: 25px;
  }
  .mb40 {
    margin-bottom: 20px;
  }
  .mb30 {
    margin-bottom: 15px;
  }

  /* .mb20 {
		margin-bottom: 20px;
	}
	.mb10 {
		margin-bottom: 10px;
	} */

  #filter {
    width: 100%;
  }

  #filter a {
    font-size: 14px;
  }

  #filter a:not(:last-child) {
    margin-right: 10px;
  }

  #filter a:before {
    right: -8px;
  }

  .info {
    width: calc(100% - 40px);
  }

  .join__btn,
  .see__btn {
    width: 100%;
  }
}

@media screen and (max-width: 420px) {
}
