@font-face {
  font-family: "FinancierDisplay-Regular";
  src: url("/fonts/FinancierDisplay-Regular.eot");
  src: url("/fonts/FinancierDisplay-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/FinancierDisplay-Regular.woff2") format("woff2"), url("/fonts/FinancierDisplay-Regular.woff") format("woff"), url("/fonts/FinancierDisplay-Regular.ttf") format("truetype"), url("/fonts/FinancierDisplay-Regular.svg#FinancierDisplay-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Calibre-Regular";
  src: url("/fonts/Calibre-Regular.eot");
  src: url("/fonts/Calibre-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/Calibre-Regular.woff2") format("woff2"), url("/fonts/Calibre-Regular.woff") format("woff"), url("/fonts/Calibre-Regular.ttf") format("truetype"), url("/fonts/Calibre-Regular.svg#Calibre-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Calibre-Medium";
  src: url("/fonts/Calibre-Medium.eot");
  src: url("/fonts/Calibre-Medium.eot?#iefix") format("embedded-opentype"), url("/fonts/Calibre-Medium.woff2") format("woff2"), url("/fonts/Calibre-Medium.woff") format("woff"), url("/fonts/Calibre-Medium.ttf") format("truetype"), url("/fonts/Calibre-Medium.svg#Calibre-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
.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;
  -moz-text-size-adjust: none;
       text-size-adjust: none;
  -webkit-text-size-adjust: none;
  outline: none !important;
}

.grid_1 {
  width: 8.33%;
}

.grid_2 {
  width: 16.67%;
}

.grid_3 {
  width: 25%;
}

.grid_4 {
  width: 33.3333333333%;
}
.grid_4.right-space {
  width: calc(33.3333333333% - 12px);
  margin-right: 24px;
}
.grid_4.right-space:last-child {
  margin-right: 0;
}

.grid_5 {
  width: 41.67%;
}

.grid_6 {
  width: 50%;
}
.grid_6.right-space {
  width: calc(50% - 12px);
  margin-right: 24px;
}
.grid_6.right-space:nth-child(2n) {
  margin-right: 0;
}

.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: flex;
  position: relative;
}

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

img {
  border: none;
  max-width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

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

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

/* General */
html {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.375em;
  text-align: left;
  height: 100%;
  color: #012A2D;
}

/* Headings */
h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
}

h1 {
  font-family: "FinancierDisplay-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 70px;
  line-height: 1.1em;
  color: #ffffff;
  position: relative;
  padding-bottom: 10px;
}
h1::after {
  content: "";
  display: block;
  width: 90%;
  height: 10px;
  background-color: #17E88F;
  margin-top: 10px;
  position: absolute;
  bottom: 0;
}

#page-home h1 {
  min-width: 650px;
}

.search_property {
  gap: 5px;
}
.search_property input,
.search_property select {
  border: 1px solid #003F2D;
  color: #003F2D;
  text-align: left;
  padding: 10px;
}
.search_property input::-moz-placeholder {
  color: #003F2D;
  text-align: left;
  background-color: #ffffff;
}
.search_property input::placeholder,
.search_property select option {
  color: #003F2D;
  text-align: left;
  background-color: #ffffff;
}
.search_property .submit {
  background-color: #003F2D;
  color: #ffffff;
  justify-content: center;
  cursor: pointer;
}
.search_property #au_postcode_search {
  border: 1px solid #003F2D;
  text-align: center;
  height: -moz-fit-content;
  height: fit-content;
}
.search_property #au_postcode_search * {
  width: 100%;
}
.search_property #au_postcode_search ul.token-input-list-cbre {
  max-height: 36px !important;
}
.search_property #au_postcode_search li.token-input-token-cbre {
  max-height: 37px !important;
  border: 1px solid #003F2D;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  border: 1px solid #003F2D !important;
}
.search_property #au_postcode_search li.token-input-token-cbre p,
.search_property #au_postcode_search li.token-input-token-cbre span {
  width: -moz-fit-content;
  width: fit-content;
}
.search_property #au_postcode_search input {
  padding: 10px;
  border-bottom: 1px solid #003F2D;
}
.search_property #au_postcode_search input::-moz-placeholder {
  text-align: center;
}
.search_property #au_postcode_search input::placeholder {
  text-align: center;
}
.search_property #au_postcode_search p {
  color: #003F2D;
  letter-spacing: 0.13em;
  font-size: 12px;
  text-transform: uppercase;
}

.overflow {
  overflow: visible;
}

h2,
.h2 {
  font-family: "FinancierDisplay-Regular";
  font-size: 50px;
  line-height: 1.1em;
}
h2.underline,
.h2.underline {
  line-height: 0.85em;
}

p,
.p {
  font-family: "Calibre-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.4em;
}
p.my-location,
.p.my-location {
  width: 130px;
}

.title {
  font-family: "Calibre-Medium";
  font-style: normal;
  font-weight: 400;
  font-size: 12px !important;
  line-height: 1.1em;
  letter-spacing: 0.7em;
  text-transform: uppercase;
}

h3 {
  font-family: "FinancierDisplay-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.1em;
  color: #012A2D;
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  font-family: "Calibre-Medium";
  font-size: 16px;
  line-height: 1.2em;
  text-align: center;
  text-transform: capitalize;
  color: #012A2D;
  padding: 8px 0;
}
.btn.bg_white {
  background-color: #ffffff;
}
.btn.office-location {
  margin-right: 23px;
  width: 130px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.btn.office-location:hover {
  background-color: #012A2D;
  color: #ffffff;
}
.btn.my-location {
  margin-right: 23px;
  width: 130px;
  border: 1px solid #ffffff;
  color: #ffffff;
  margin-right: 0 !important;
  cursor: default;
}
.btn span {
  display: block;
  width: 35px;
  height: 1px;
  background-color: #17E88F;
  margin-right: 10px;
}

.learn-more {
  font-family: "FinancierDisplay-Regular";
  font-size: 32px;
  line-height: 1.1em;
  border-bottom: 1px solid #CAD1D3;
}

/* Navigation */
header {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  padding: 14px 40px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  transition: 0.5s !important;
  -webkit-transition: 0.5s !important;
  -moz-transition: 0.5s !important;
  -ms-transition: 0.5s !important;
  -o-transition: 0.5s !important;
  transition-delay: 0 !important;
}
header._bg {
  background-color: #012A2D;
}
header > * {
  width: 33.3333333333%;
}
header > *:first-child {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
header > *:nth-child(2) {
  display: flex;
  justify-content: center;
  align-items: center;
}
header > *:last-child {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
header .logo {
  display: block;
  width: -moz-max-content;
  width: max-content;
}
header .logo #main_logo {
  max-height: 26px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

/* nav-toggle */
#nav-toggle {
  position: relative;
  cursor: pointer;
  width: 30px;
  height: 19px;
  cursor: pointer;
  display: none;
}
#nav-toggle span, #nav-toggle span::after, #nav-toggle span::before {
  display: block;
  height: 2px;
  width: 30px;
  background: #ffffff;
  display: block;
  content: "";
  transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
}
#nav-toggle span::before {
  transform: translateY(9px);
  -webkit-transform: translateY(9px);
  -moz-transform: translateY(9px);
  -ms-transform: translateY(9px);
  -o-transform: translateY(9px);
}
#nav-toggle span::after {
  transform: translateY(16px);
  -webkit-transform: translateY(16px);
  -moz-transform: translateY(16px);
  -ms-transform: translateY(16px);
  -o-transform: translateY(16px);
}
#nav-toggle.active span {
  background-color: transparent;
}
#nav-toggle.active span::before {
  transform: translateY(9px) rotate(45deg);
  -webkit-transform: translateY(9px) rotate(45deg);
  -moz-transform: translateY(9px) rotate(45deg);
  -o-transform: translateY(9px) rotate(45deg);
  -ms-transform: translateY(9px) rotate(45deg);
}
#nav-toggle.active span::after {
  transform: translateY(7px) rotate(-45deg);
  -webkit-transform: translateY(7px) rotate(-45deg);
  -moz-transform: translateY(7px) rotate(-45deg);
  -o-transform: translateY(7px) rotate(-45deg);
  -ms-transform: translateY(7px) rotate(-45deg);
}

#nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  position: relative;
}
#nav ul {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: -moz-max-content;
  width: max-content;
  transition: 0.1s;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -ms-transition: 0.1s;
  -o-transition: 0.1s;
}
#nav ul li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 16px;
}
#nav ul li:last-child {
  margin-right: 0;
}
#nav ul li a {
  display: block;
  font-family: "Calibre-Medium";
  font-weight: normal;
  font-size: 16px;
  line-height: 1.25em;
  text-align: center;
  text-transform: capitalize;
  border-bottom: 2px solid transparent;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
@media (hover: hover) {
  #nav ul li a:hover {
    border-bottom: 2px solid #ffffff;
  }
}
#nav.active_nav {
  opacity: 1;
  pointer-events: initial;
}
#nav.active_nav > * {
  height: calc(100% - 1px);
  transition-delay: 700ms;
}
#nav.active_nav ul {
  opacity: 1;
  transition-delay: 1s;
}
#nav.active_nav ul li {
  opacity: 1;
}

#page-home .page-home,
#page-projects.for-sale .page-projects.for-sale,
#page-projects.details.for-sale .page-projectsfor-sale,
#page-projects.details.for-sold .page-projectsfor-sold,
#page-projects.for-sold .page-projects.for-sold,
#page-about .page-about,
#page-services .page-services,
#page-contact-us .page-contact-us {
  border-bottom: 2px solid #ffffff;
}

nav[style*="display: block"] {
  display: flex !important;
}

#navigation {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#navigation ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  list-style: none;
}
#navigation ul li {
  margin-right: 20px;
}
#navigation ul li:last-child {
  margin-right: 0;
}
#navigation ul li a {
  font-family: "Calibre-Regular";
  font-size: 16px;
}
#navigation ul li a.active {
  color: #17E88F;
  cursor: default;
}
#navigation ul.language {
  margin-left: 30px;
}
#navigation ul.language li {
  margin: 0;
}
#navigation ul.language span {
  color: #fff;
  font-family: "Calibre-Regular";
  font-size: 18px;
  display: block;
  margin: 0 4px;
}

/* enquiry */
input,
select,
textarea,
label {
  font-family: "Calibre-Regular";
  font-size: 12px;
  letter-spacing: 0.13em;
  text-align: left;
  width: 100%;
  border: 0 none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border-bottom: 1px solid #ffffff;
  text-align: center;
  margin: 0 0 18px;
  padding: 0 0 8px;
  text-transform: uppercase;
  color: #fff;
}
input option,
select option,
textarea option,
label option {
  padding: 7px 5px;
  background: #012A2D;
  text-align-last: center;
  text-align: center;
  -ms-text-align-last: center;
  -moz-text-align-last: center;
  text-align-last: center;
}
input.b_submit,
select.b_submit,
textarea.b_submit,
label.b_submit {
  padding: 6px 0;
  width: 100% !important;
  background-color: #17E88F;
  border: 0 none;
}

.chk_holder {
  margin: 0 0 18px 0;
  color: #fff;
  width: 100%;
  border-bottom: 1px solid #ffffff;
  text-align: center;
  padding-bottom: 4px;
}

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

#chkInternational + label {
  padding: 2px 0 2px 26px;
  position: relative;
  text-align: center;
  display: block;
  display: inline;
  margin: auto;
  border-bottom: 0 none;
}

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

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

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

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

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

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

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

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  opacity: 0.5;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  opacity: 0.5;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  opacity: 0.5;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  opacity: 0.5;
}

#au_postcode,
#int_postcode,
#enquiryInternational1_HowDidYouHearHolder {
  width: 100%;
}

/* Token Style */
ul.token-input-list-project {
  border: none;
  width: 100%;
  max-width: 100%;
  text-align: center;
  -moz-text-align-last: center;
       text-align-last: center;
  text-align: -moz-center;
  text-align: -webkit-center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  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;
  width: 100% !important;
}

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;
  line-height: 1em;
  transform: translateY(-1.2em);
  -webkit-transform: translateY(-1.2em);
  -moz-transform: translateY(-1.2em);
  -ms-transform: translateY(-1.2em);
  -o-transform: translateY(-1.2em);
}

ul.parsley-errors-list.filled li,
ul.parsley-errors-list li {
  padding: 0;
  text-align: left;
  color: #f00d0d;
  letter-spacing: 2px;
}

/*footer*/
footer {
  display: block;
  padding: 40px 0;
  background-color: #ffffff;
}
footer * {
  font-family: "Calibre-Medium";
  font-size: 14px;
  line-height: 1.4em;
  color: #538184;
}
footer ul {
  list-style: none;
  display: flex;
  flex-direction: column;
}
footer ul li {
  margin-bottom: 4px;
}
footer ul li:last-child {
  margin-bottom: 0;
}
footer #socialmedia {
  margin-left: auto;
}
footer #socialmedia a {
  display: block;
  margin-right: 20px;
}
footer #socialmedia a:last-child {
  margin-right: 0;
}
footer #socialmedia a img {
  height: 30px;
}
footer .footer-cbre-icon {
  max-height: 26px;
}

section {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.container,
.single-item {
  display: block;
  position: relative;
  width: 1040px;
  max-width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
}

#page-home .landing .video_hero_holder {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}
#page-home .landing .video_hero_holder #video_holder #bgvid {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translateX(-50%) translateY(-50%);
  background: url("/images/home/cbre_agency_home_hero.jpg") no-repeat;
  background-size: cover;
}
#page-home .landing .video_hero_holder #video_holder #mute-video {
  display: flex;
  width: 20px;
  justify-content: center;
  align-items: center;
  pointer-events: initial;
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 100;
}
#page-home .landing .video_hero_holder #video_holder #mute-video img {
  margin: auto;
}
#page-home .landing .video_hero_holder #video_holder #mute-video .icon-unmute {
  display: none;
}
#page-home .landing .video_hero_holder #video_holder #mute-video.unmute .icon-mute {
  display: none;
}
#page-home .landing .video_hero_holder #video_holder #mute-video.unmute .icon-unmute {
  display: block;
}
#page-home .landing p {
  font-family: "FinancierDisplay-Regular";
  font-size: 15px;
  line-height: 1.1em;
}
#page-home .landing .container {
  z-index: 2;
}

.landing {
  padding-top: 53px;
}

#multiple-items,
.multiple-items {
  width: 100%;
  margin: auto;
}
#multiple-items .slick-list,
.multiple-items .slick-list {
  overflow: visible;
}
#multiple-items .slick-current + .slick-active .project-name,
.multiple-items .slick-current + .slick-active .project-name {
  opacity: 1;
}
#multiple-items .project-name,
.multiple-items .project-name {
  opacity: 0;
}

.project-name {
  font-family: "FinancierDisplay-Regular";
  font-size: 21px;
  line-height: 1.1em;
  text-align: center;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  color: #ffffff;
  padding: 0 30px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.project-name span {
  padding-top: 10px;
  display: block;
  font-family: "Calibre-Regular";
  font-size: 9px;
  line-height: 1.2em;
  text-align: center;
  letter-spacing: 0.78em;
  text-transform: uppercase;
}

.slick-arrow {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: 0;
  z-index: 2;
  cursor: pointer;
}
.slick-arrow.next {
  left: auto;
  right: 0;
}

.qr {
  width: 100%;
  max-width: 140px;
  margin-left: auto;
  margin-right: auto;
}

#page-international .city-location {
  margin-right: 10px;
  background-color: #538184;
  color: #ffffff;
  font-size: 13px;
  padding: 8px 10px;
  min-width: 100px;
  width: initial;
}

.lazy-fade {
  transition: 1.5s;
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  -ms-transition: 1.5s;
  -o-transition: 1.5s;
  opacity: 0;
}
.lazy-fade.fadeIn {
  opacity: 1;
}

.box {
  position: relative;
}

.abs {
  position: absolute;
}

.bottom {
  bottom: 0;
}

.privacy {
  color: #fff;
  font-size: 10px;
  line-height: 1.4em;
  text-align: left;
  max-width: 320px;
  width: 100%;
}
.privacy a {
  text-decoration: underline;
}

#reg {
  width: 100%;
}

#Bylaws a,
#Bylaws span {
  display: block;
  font-size: 12px;
}
#Bylaws span {
  margin: 0 4px;
}

#map {
  width: 100%;
  aspect-ratio: 5/1;
}

#points-of-intrest {
  background-color: #012A2D;
}

.projectName {
  font-family: "Calibre-Medium";
  display: block;
  font-size: 12px;
  list-style: 10px;
  margin: 8px 0 0;
  text-transform: uppercase;
  padding: 0 4px;
  color: #ffffff;
}

.Suburb {
  font-family: "Calibre-Regular";
  display: block;
  font-size: 12px;
  padding: 0 4px;
  color: #ffffff;
}

#page-international .gm-style-iw.gm-style-iw-c {
  width: 200px;
  aspect-ratio: 4/3;
  padding: 0 !important;
  margin: 0 !important;
}
#page-international .gm-style-iw.gm-style-iw-c > div {
  width: 100%;
  height: 100%;
  overflow: hidden !important;
  padding: 0 !important;
  margin: 0 !important;
  background-color: #538184;
}
#page-international .gm-style-iw.gm-style-iw-c > div img {
  width: 100%;
  aspect-ratio: 2/1;
  -o-object-fit: cover;
     object-fit: cover;
}
#page-international .gm-style .gm-style-iw-tc::after {
  background-color: #538184 !important;
}
#page-international .gm-ui-hover-effect {
  opacity: 1 !important;
  top: 0 !important;
  right: 0 !important;
  background-color: #ffffff !important;
  border-radius: 100% !important;
  -webkit-border-radius: 100% !important;
  -moz-border-radius: 100% !important;
  -ms-border-radius: 100% !important;
  -o-border-radius: 100% !important;
  width: 20px !important;
  height: 20px !important;
}
#page-international .gm-ui-hover-effect span {
  margin: auto !important;
}

#instagram-content {
  flex-wrap: wrap;
}
#instagram-content .grid_4 {
  width: calc(33.3333333333% - 20px);
  margin-right: 30px;
  margin-bottom: 30px;
  aspect-ratio: 1/1;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #17E88F;
  padding-top: 15px;
}
#instagram-content .grid_4:nth-child(3n) {
  margin-right: 0;
}
#instagram-content .grid_4 img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
#instagram-content .grid_4 img.instagram-icon {
  width: 50px;
  position: absolute;
  margin: auto;
  z-index: 2;
}
#instagram-content .grid_4 .dark-layer::before {
  opacity: 0;
}
#instagram-content .grid_4:hover .dark-layer::before {
  opacity: 1;
}

.dark-layer::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  pointer-events: none;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.people-name {
  font-family: "FinancierDisplay-Regular";
  font-size: 21px;
  line-height: 1.1em;
}

#team .grid_4 {
  width: calc(33.33% - 30px);
  margin-right: 45px;
}
#team .grid_4:nth-child(3n) {
  margin-right: 0;
}
#team .grid_4 img {
  aspect-ratio: 6/8;
  -o-object-fit: cover;
     object-fit: cover;
}
#team .grid_4 .title {
  font-size: 9px;
}

.page-info p,
.page-info a,
.page-info span,
.page-info select {
  font-family: "FinancierDisplay-Regular";
  font-size: 15px;
  line-height: 1.1em;
  color: #012A2D;
}
.page-info span {
  display: block;
  margin: 0 4px;
}
.page-info .grid_4 {
  display: flex;
  align-items: center;
}
.page-info .grid_4 select {
  width: -moz-max-content;
  width: max-content;
  color: #012A2D;
  padding: 0;
  letter-spacing: 0;
  margin: 0;
  text-transform: initial;
}
.page-info .grid_4:last-child {
  justify-content: flex-end;
}

#image-base .grid_6 {
  width: calc(50% - 10px);
  margin-bottom: 20px;
}
#image-base .grid_6:nth-child(2n) {
  margin-right: 0;
}
#image-base .grid_6::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.55) 0.3%, rgba(0, 0, 0, 0) 70.69%);
}
#image-base .grid_12 {
  width: 100%;
  margin-bottom: 20px;
}
#image-base .grid_12::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.55) 0.3%, rgba(0, 0, 0, 0) 70.69%);
}
#image-base .grid_12 .fp-details {
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 26px;
  left: 46px;
  max-width: 600px;
}

#page-project.details h1 {
  width: -moz-max-content;
  width: max-content;
  padding-right: 100px;
}
#page-project.details h2 {
  font-size: 36px;
}
#page-project.details .grab {
  font-weight: normal;
  font-size: 24px;
  letter-spacing: 0em;
  line-height: 1.5em;
  text-align: left;
  color: #ffffff;
  margin-top: 10px;
}
#page-project.details .back-to {
  font-family: "Calibre-Medium";
  font-size: 12px;
  letter-spacing: 0em;
  line-height: 1em;
  text-align: left;
  color: #435254;
}
#page-project.details .gallery-holder .grid_4 {
  width: calc(33.3333333333% - 20px);
  margin-right: 30px;
  margin-bottom: 30px;
}
#page-project.details .gallery-holder .grid_4:nth-child(3n) {
  margin-right: 0;
}
#page-project .contact-number {
  font-family: "Calibre-Medium";
  font-size: 18px;
}
#page-project .project-details .contact-number {
  color: #435254;
}
#page-project #map {
  width: 100%;
}
#page-project #points-of-intrest {
  background-color: #012A2D;
  width: 300px;
  padding: 40px;
  min-height: 500px;
}
#page-project #points-of-intrest #mapdetails .map-cat {
  color: #ffffff;
  margin-top: 0;
  padding-top: 10px;
  border-top: 1px solid #fff;
  font-size: 16px;
  cursor: pointer;
}
#page-project #points-of-intrest #mapdetails .map-cat .inner-poi {
  margin-bottom: 20px;
}
#page-project #points-of-intrest #mapdetails .inner-poi {
  display: flex;
  flex-direction: column;
}
#page-project #points-of-intrest #mapdetails .inner-poi .pois {
  font-family: "Calibre-Regular";
  font-size: 14px;
  line-height: 1.4em;
  cursor: default;
}

#pop-up-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Calibre-Regular";
}
#pop-up-video img {
  width: 80px;
}

.project-logo {
  max-height: 150px;
  max-width: 250px;
}

.column2 > * {
  width: 48%;
  margin-top: 2%;
}
.column2 > *:first-child, .column2 > *:nth-child(2) {
  margin-top: 0;
}

.howdidyou > * {
  width: 100%;
}

.shadow {
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.850990445) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 100%);
}

.para {
  height: 60vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

#offices {
  padding-top: 40px;
  border-top: 1px solid #012A2D;
}

.office-details {
  margin-bottom: 40px;
}
.office-details h2 {
  font-family: "Calibre-Medium";
  color: #435254;
  font-size: 30px;
  margin-bottom: 10px;
}
.office-details p {
  margin-bottom: 10px;
}
.office-details a {
  font-family: "Calibre-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.4em;
  color: #012A2D;
}

.filters {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
.filters a {
  font-family: "Calibre-Medium";
  display: block;
  width: -moz-max-content;
  width: max-content;
  font-size: 15px;
  margin: 0 14px;
  color: #012A2D;
  text-transform: uppercase;
  border-bottom: 1px solid transparent;
}
.filters a.active {
  border-bottom: 1px solid #17E88F;
}

.news-holder .grid_4 {
  width: calc(33.3333333333% - 20px);
  margin-right: 30px;
  margin-bottom: 30px;
}
.news-holder .grid_4:nth-child(3n) {
  margin-right: 0;
}

.icon-mute {
  display: none;
}

#page-print .title {
  letter-spacing: 0;
  font-size: 20px !important;
  padding-bottom: 30px;
}
#page-print #ListingImage1 {
  aspect-ratio: 8/6;
  -o-object-fit: cover;
     object-fit: cover;
}
#page-print #ListingImage2 {
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
#page-print #ListingImage3 {
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}

#page-projects.details .gallery-holder {
  gap: 10px;
}
#page-projects.details .gallery-holder .grid_4 {
  width: calc(33.333% - 20px);
}

#thank {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-direction: column;
  background-color: #012A2D;
  z-index: 1000;
}
#thank * {
  color: #ffffff;
  text-align: center;
}
#thank a {
  border: 1px solid #ffffff;
  padding: 4px 18px;
  font-weight: 100;
  font-family: "Calibre-Regular";
}

/* ------ */
.bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.flex,
.row {
  display: flex;
  position: relative;
}

.column {
  flex-direction: column;
}

.justify-center {
  justify-content: center;
}

.space-between {
  justify-content: space-between;
}

.space-around {
  justify-content: space-around;
}

.justify-end {
  justify-content: flex-end;
}

.align-center {
  align-items: center;
}

.bold {
  font-family: "Calibre-Medium";
}

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

.mta {
  margin-top: auto;
}

.mla {
  margin-left: auto;
}

.mra {
  margin-right: auto;
}

.mtba {
  margin-top: auto;
  margin-bottom: auto;
}

.ma {
  margin: auto;
}

.ptl {
  padding-top: 100px;
}

.pbl {
  padding-bottom: 100px;
}

.ptm {
  padding-top: 50px;
}

.pbm {
  padding-bottom: 50px;
}

.pts {
  padding-top: 20px;
}

.pbs {
  padding-bottom: 20px;
}

.mts {
  margin-top: 20px;
}

.mbs {
  margin-bottom: 20px;
}

.mtxs {
  margin-top: 10px;
}

.mbxs {
  margin-bottom: 10px;
}

.pl30 {
  padding-left: 30px;
}

.full-width {
  width: 100%;
}

.full-height {
  height: 100%;
}

.full-vh {
  height: 100vh;
}

.half-height {
  max-height: 50%;
  height: 500px;
}

.white {
  color: #ffffff;
}

.aspect1by1 {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}

.aspect3by2 {
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}

.aspect20by5 {
  aspect-ratio: 20/5;
}

.green3 {
  color: #17E88F;
}

.green2 {
  color: #003F2D;
}

.green1 {
  color: #012A2D;
}

.gray1 {
  color: #435254;
}

.gray2 {
  color: #538184;
}

.bg-gray2 {
  background-color: #538184;
}

.bg-gray3 {
  background-color: #CAD1D3;
}

.underline {
  border-bottom: 1px solid #538184;
}

.financier {
  font-family: "FinancierDisplay-Regular";
}

.large {
  font-size: 1.2em;
}

.btgray3 {
  border-top: 1px solid #003F2D;
}

.mw280 {
  max-width: 280px;
}

.mw680 {
  max-width: 680px;
}

.wrap {
  flex-wrap: wrap;
}

.disclaimerPop,
.privacyPop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #012A2D;
  opacity: 0;
  pointer-events: none;
  z-index: 100;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 100px 0 40px;
}
.disclaimerPop .pop-container,
.privacyPop .pop-container {
  position: relative;
  max-width: 100%;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  background-color: #012A2D;
}
.disclaimerPop .pop-container > *,
.privacyPop .pop-container > * {
  max-width: 1280px;
  margin: auto;
  padding: 0 40px;
  text-align: left;
}
.disclaimerPop .pop-container > h2,
.privacyPop .pop-container > h2 {
  font-size: 20px;
  font-family: "FinancierDisplay-Regular";
  color: #ffffff;
  margin: 40px auto 10px !important;
}
.disclaimerPop .close,
.privacyPop .close {
  position: fixed;
  top: 30px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  width: 32px;
  height: 32px;
}
.disclaimerPop .close:before,
.disclaimerPop .close:after,
.privacyPop .close:before,
.privacyPop .close:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 33px;
  width: 2px;
  background-color: #ffffff;
}
.disclaimerPop .close:before,
.privacyPop .close:before {
  transform: rotate(45deg);
}
.disclaimerPop .close:after,
.privacyPop .close:after {
  transform: rotate(-45deg);
}
.disclaimerPop .main-heading,
.privacyPop .main-heading {
  font-size: 42px;
}
.disclaimerPop p,
.disclaimerPop ul,
.privacyPop p,
.privacyPop ul {
  color: #ffffff;
  padding-right: 30px;
}
.disclaimerPop ul,
.privacyPop ul {
  list-style: inside;
  color: #ffffff;
  padding-left: 1em;
}
.disclaimerPop ul li,
.privacyPop ul li {
  color: #ffffff;
}

.show {
  pointer-events: all;
  opacity: 1;
}

.search h2 {
  font-size: 40px;
}

@media screen and (max-width: 1000px) {
  #page-project.details .gallery-holder .grid_4 {
    margin-right: 0;
  }
  .just-desktop {
    display: none;
  }
  .just-mobile {
    display: block;
  }
  header {
    justify-content: space-between;
    padding: 16px 0;
    background-color: #012A2D;
  }
  header > * {
    width: initial;
  }
  header #anime {
    display: none;
  }
  header .logo {
    z-index: 10;
  }
  header .logo #main_logo {
    width: 100%;
    height: auto !important;
  }
  header #nav {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    background-color: #012A2D;
    align-items: center;
    margin-left: auto;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 9;
    transform: translate(-100%);
    -webkit-transform: translate(-100%);
    -moz-transform: translate(-100%);
    -ms-transform: translate(-100%);
    -o-transform: translate(-100%);
    transition: 0.7s;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -ms-transition: 0.7s;
    -o-transition: 0.7s;
  }
  header #nav ul {
    margin: auto auto auto 20px;
    flex-direction: column;
  }
  header #nav ul li {
    margin-right: auto !important;
    margin-bottom: 20px;
  }
  header #nav ul li a {
    text-align: center;
    font-size: 22px;
  }
  header #nav.active_nav {
    transform: translate(0);
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
  }
  nav > *:first-child, nav > *:nth-child(2) {
    display: none;
  }
  nav ul li ol {
    padding-bottom: 20px;
  }
  #nav-toggle {
    display: flex;
    z-index: 10;
  }
  #page-home h1 {
    min-width: initial;
  }
  #page-home h1 br {
    display: none;
  }
  h1 {
    font-size: 40px;
    padding: 0 0 20px 0;
  }
  h1 br {
    display: none;
  }
  .grid_1,
  .grid_2,
  .grid_3,
  .grid_4,
  .grid_5,
  .grid_6,
  .grid_8,
  .grid_7 {
    width: 100% !important;
  }
  #instagram-content .grid_4 {
    width: 100%;
    margin-right: 0;
  }
  footer #socialmedia {
    margin-left: 0;
  }
  .page-info .container > .flex {
    flex-direction: column;
  }
  .page-info .container > .flex .grid_4 {
    width: 100%;
  }
  .page-info .container > .flex .grid_4:last-child {
    justify-content: flex-start;
  }
  #image-base .grid_12 {
    aspect-ratio: 1/1;
  }
  .h2 {
    font-size: 24px;
  }
  #team .grid_4 {
    margin-right: 0;
  }
  .para {
    background-attachment: scroll;
  }
  .para h2 {
    text-align: center;
    max-width: 90%;
    margin: auto;
  }
  #map-holder {
    height: 100vh;
  }
  .m-full-width {
    width: 100% !important;
    max-width: 100% !important;
  }
  h1,
  .h1 {
    font-size: 36px !important;
  }
  h2,
  .h2 {
    font-size: 28px !important;
  }
  h2 br,
  .h2 br {
    display: none;
  }
  #searchBox {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0px;
    position: fixed;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 2;
    display: none;
  }
  #searchBox .container {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  #searchBox .container h2 {
    margin-top: auto;
  }
  #searchBox .container .search_property {
    flex-direction: column;
    height: -moz-max-content;
    height: max-content;
    justify-content: center;
    align-items: center;
    margin-bottom: auto;
  }
  #searchBox .container .search_property > * {
    margin-bottom: 20px;
  }
  #find, .closeSearchBox {
    width: 100%;
    position: fixed;
    bottom: -1px;
    z-index: 2;
    background: white;
    text-align: center;
    margin: 0;
    background: #012A2D;
    color: #ffffff;
    font-size: 18px;
    border: 0;
    padding: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    right: 0;
  }
  #find span, .closeSearchBox span {
    margin-right: 6px;
  }
  /*------*/
  .m-column {
    flex-direction: column;
  }
  .m-pbm {
    padding-bottom: 30px;
  }
  .m-ptm {
    padding-top: 30px;
  }
  .m-mbm {
    margin-bottom: 30px;
  }
  .ptl {
    padding-top: 60px;
  }
  .pbl {
    padding-bottom: 60px;
  }
  .ptm {
    padding-top: 30px;
  }
  .pbm {
    padding-bottom: 30px;
  }
}/*# sourceMappingURL=style.css.map */