

@font-face {
  font-family: 'DalaMoa-Medium';
  src: url(../fonts/DalaMoa-Medium.woff2) format("woff2"),
  url(../fonts/DalaMoa-Medium.woff) format("woff");
  font-weight: normal;
  font-style: normal
}

@font-face {
  font-family: 'Avenir-Book';
  src: url(../fonts/Avenir-Book.woff2) format("woff2"),
  url(../fonts/Avenir-Book.woff) format("woff");
  font-weight: normal;
  font-style: normal
}

@font-face {
  font-family: 'Avenir-Black';
  src: url(../fonts/Avenir-Black.woff2) format("woff2"),
  url(../fonts/Avenir-Black.woff) format("woff");
  font-weight: normal;
  font-style: normal
}

@font-face {
  font-family: 'Avenir-Medium';
  src: url(../fonts/Avenir-Medium.woff2) format("woff2"),
  url(../fonts/Avenir-Medium.woff) format("woff");
  font-weight: normal;
  font-style: normal
}

header {

  position: fixed;
  top: 0px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
  /* -webkit-transition: background .5s ease;
  transition: background .5s ease; */
  /* height: 120px; */

}


header.active {

  -webkit-transition-delay: .5s;
  transition-delay: .5s;
background: transparent;
}


header.active span.menu i, header.affix.active span.menu i {
  /* -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg) */
  background-color: #0F1831
}


nav {
  position: fixed;
  overflow:scroll;
  bottom: 0;
  top:0;
  left: 0;
  width: 100%;
  /* background: #575756; */
  z-index: 99;
  height: 100vh;
  /* min-height: 800px; */
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  background: #ffff;
  -webkit-transition: -webkit-transform .75s ease;
  transition: -webkit-transform .75s ease;
  transition: transform .75s ease;
  transition: transform .75s ease, -webkit-transform .75s ease
}

a {
  cursor: pointer;
}

nav.active {
  -webkit-transform: translateX(45%);
  -ms-transform: translateX(45%);
  transform: translateX(45%);


}

nav .nav-wrap {
  position: relative;
  height: 100%
}
nav .nav-top {
  position: absolute;
  top: 40px;
  left: 40px;

}
nav p {
  margin-bottom: 0
}

nav .nav-top ul{
  list-style: none;
  margin-bottom: 0;
  margin-top: 50px;
  margin-left: 0

}
nav .nav-top .gbc-logo {
  max-width: 80px;
  margin-bottom: 60px
}

nav .nav-bottom-left {
  position: absolute;
  bottom: 40px;
  left: 40px;
  z-index: 9
}
nav .nav-top ul li a {
  color: #0F1831;
  font-size: 25px;
  font-family: 'Avenir-Book';
  line-height: 1.6
}
nav .nav-top ul li a:hover {
  color: #FF4200;
}
nav .nav-bottom-right {
  position: absolute;
  bottom: 40px;
  right: calc(45% + 40px);
  z-index: 9
}
nav .nav-bottom-right ul {
  list-style: none;
  margin: 0
}
nav .nav-bottom-right ul li {
  display: inline-block;
  margin-right: 10px
}
nav .nav-bottom-right ul li img {
  height:40px
}
#navbar {
  position: absolute;
  top: 0;
  width: 100%;
  max-width: 200px;
  display: block;
  transition: top 0.3s;
  right: 0;
}
.logo-right {
  position: absolute;
  right: 60px;
  bottom: 60px;
  z-index: 999
}
.logo-right img {
  max-width: 80px
}

header span.menu {
  cursor: pointer;
width: 40px;
height: 40px;
margin: auto;
position: relative;
right: 40px;
top: 40px;
float: right;
/* padding: 10px; */
}

header span.menu i {
  background-color: #fff;
  content: '';
  display: block;
  margin: 0 auto;
}
#pages header span.menu i {
  background-color: #FF4200;
}

header.affix span.menu i {
  background-color: #FF4200;
}

header span.menu i:nth-child(1) {
  width: 100%;
  height: 6px;
    transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    position: absolute;
    top: 15px;
    left: 0;
    -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
  }

header span.menu i:nth-child(2) {
  width: 6px;
  height: 100%;
  transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
  -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

}


header.active span.menu i:nth-child(2) {
  height: 0
}

.white {
  color: #fff
}
.orange {
  color: #FF4200
}
.black {
  color: #0F1831
}

body {
  font-size: 18px;
  font-family: 'Avenir-Book';
  line-height: 1.4;
  color: #0F1831
}

img {
  width: 100%
}

a {
  text-decoration: none;
  color: #0F1831;
  font-family: 'Avenir-Book';
}
a:hover {
  color: #FF4200
}

a.website-link {
  font-family: 'Avenir-Medium';
  color: #FF4200;
  text-decoration: underline;
}

h1 {
  font-family: 'DalaMoa-Medium';
  font-size: 38px;
  line-height: 1.4;
  margin-top: .5em;
  margin-bottom: .5em;
  color: inherit;
}

h2 {
  font-family: 'Avenir-Medium';
  font-size: 28px;
  line-height: 1.4;
  margin-bottom: 2em;
  color: #000;

}


h4 {
  font-family: 'Avenir-Book';
  font-size: 25px;
  line-height: 1.4
}

p {
  font-family: 'Avenir-Book';
  font-size: 18px;
  line-height: 1.4
}

strong {
  color: #FF4200;
  font-family: 'Avenir-Black';
}
span {
  color: #FF4200;
}
.logo {
  position: absolute;
  left: 40px;
  top:40px;
  z-index: 9
}
.logo img {
  width: 200px;
}

#home {
  position: relative;
  height: 100vh;
  min-height: 689px;
}

section {
  position: relative;
}
section .grid-container {
  max-width: 2000px;
  padding: 40px;
  margin: 0 auto
}

.container {
  margin: 0 auto;
  max-width: 2000px;
  width: 100%;
  position: relative;
  height: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  flex-wrap: wrap;
}

.content-left {
  position: absolute;
  bottom: 40px;
  max-width: 41%;
  width: 100%
}

.content-right {
  position: absolute;
  bottom: 40px;
  max-width: 59%;
  width: 100%;
  right: 40px;
  text-align: right;
  margin-bottom: 1em
}

.content-center {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 40px
}

.extra-padding {
  margin-top: 80px!important
}

#home video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#home .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.2);
}

#home .hero {
  position: relative;
  height: 100%;
  max-width: 2000px;
  padding-left: 40px;
  padding-right: 40px;
  margin: 0 auto


}

#home .hero .heroContent {
  max-width: 50%;
  position: absolute;
  bottom: 40px;
  z-index: 8;
}

#home .hero .arrow {
  position: absolute;
  bottom: 15px;
  text-align: center;
  left: 0;
  right: 0;
  max-width: 30px;
  margin: 0 auto;
  z-index: 2;

}


#the-team .person-details {
  position: relative;
}

#the-team .person-details img {
  position: relative;
  cursor: pointer;
}


#the-team .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 0%;
  width: 100%;
  background: rgba(0, 0, 0, 0);
  transition: all .5s ease-in-out;
}

#the-team .overlay.overlay-active, #the-team .overlay.overlay-active .text{
    height: 100%;
}

#the-team .overlay .text {

    position: relative;
    overflow: hidden;
    transition: all .5s ease-in-out;
    text-align: center;
    height: 0;
    width: 100%;

}
#the-team .overlay .text .person-name {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;

}

#the-team .person-details .person-name h3 {
  color: #FF4200;
  font-family: 'DalaMoa-Medium';
  font-size: 38px;
  line-height: 1.4;
  text-align: center;
}

#the-team .person-details img {
  width: 100%
}

#the-team .person-details:hover img {
  filter: grayscale(100);
}

#the-team.profile .person-details:hover img {
  filter: unset;
}
#the-team.profile .person-details h1{
  color: #FF4200;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 34px;
}
#the-team.profile .contact-details {
margin-top: 40px;
  color: #FF4200;
  font-size: 20px
}
#the-team.profile .contact-details a {
  color: #FF4200;
  font-size: 20px
}
button.goback {
  margin-top: 30px;
  background: white;
    border: 1px solid #FF4200;
    border-radius: 10px;
    color: #969696;
    box-shadow: none;
    font-family: 'Avenir-Book';
    font-size: 16px;
    max-width: 300px;
    padding: 12px;
}
#track-record .property-box {
  position: relative;
  margin-bottom: 2rem;
}

#track-record .property-box h2 {
  margin-bottom: 1em;
  font-size: 25px;
}
#track-record .property-box p {
  padding-right: 2em;
}
#track-record .property-box img.corner-logo {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 8;
  width: 120px
}
#track-record .property-box img {
  filter: grayscale(100);
  transition: all .5s ease-in-out;
}

#track-record .property-box img:hover {
  filter: none;

}
#track-record .property-box h1 {
  color: #FF4200;
  margin-bottom: 0
}

#what-we-do .container {
  position: absolute;
  top: 40px;

}

#what-we-do .container h1 {
  margin-top: 0;
}

#what-we-do .container .content-left, #what-we-do .container .content-right {
  position: unset;
  bottom: unset;
}


#what-we-do .content-right img {
  width: 40px;
  margin-left: 10px
}

#what-we-do .content-right h1 a {
  font-family: 'DalaMoa-Medium';
    font-size: 38px;
    line-height: 1.4;
    color: inherit;
}

#what-we-do .content-right h1 a:hover,
#what-matter-to-us .content-center p a:hover,
#contact .contact-form .content:hover,
#contact .contact-form .content:hover a {
  color: #FF4200;
}
#what-we-do .content-right h1 {
      margin-top: 0;
      margin-bottom: 0;
}

#what-matter-to-us .content-center img {
  margin-top: 30px;
  max-width: 200px
}

#what-matter-to-us .content-center a {
  color: #fff;
  text-decoration: underline;
}
#sustainability .block-content {
  position: relative;
}

#sustainability .block-content .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.4);
}

#sustainability .block-content .text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
  padding: 20px 40px;
  z-index: 2
}
#sustainability .block-content .text p {
  font-size: 24px;
    font-family: 'Avenir-Medium';
    line-height: 1.4;
    margin-bottom: 0
}
#contact .map {
  height: 65rem;
  position: relative;

}

#contact .contact-form {
  position: absolute;
  max-width: 400px;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    background-color: rgba(0, 0, 0, 0.4);
      padding: 10px 40px;
}

#contact .contact-form .content {
  margin-bottom: 100px
}

#contact .contact-form .content a {
  color: #fff
}

#contact .contact-form .enquiry-form [type='text'],
#contact .contact-form .enquiry-form [type='email']{
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid #FF4200;
  border-radius: 10px;
  height: 2.5rem;
  color: #969696;
  box-shadow: none;
  font-family: 'Avenir-Book';
  font-size: 16px

}

#contact .contact-form .enquiry-form textarea {
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid #FF4200;
  border-radius: 10px;
  color: #969696;
  box-shadow: none;
  font-family: 'Avenir-Book';
  font-size: 16px
}

#contact .contact-form .enquiry-form ::placeholder {
  font-family: 'Avenir-Book';
  font-size: 16px;
  color: #969696;
}

#contact .contact-form .enquiry-form button {
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid #FF4200;
  border-radius: 10px;
  color: #969696;
  box-shadow: none;
  font-family: 'Avenir-Book';
  font-size: 16px;
  width: 100%;
  padding: 12px;
  transition: background 0.3s
}

#contact .contact-form .enquiry-form button:hover {
  background: #fff;
  color: #FF4200
}


@media screen and (max-height: 720px){
  nav .nav-top .gbc-logo {
    margin-bottom: 30px;
  }
  nav .nav-top ul {
    margin-top: 0;
  }
}
@media screen and (max-height: 640px){
  nav .nav-bottom-left, nav .nav-bottom-right {
    display: none;
  }
  nav .nav-top .gbc-logo {
    margin-bottom: 60px;
  }
  nav .nav-top ul {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1023px) {
  nav.active {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }

nav .nav-top {
  top: 10%
}
nav .nav-top ul {
  margin-top: 20px
}
nav .nav-bottom-right {
  right: 40px
}

h1, #what-we-do .content-right h1 a {
  font-size: 34px
}

h2 {
  font-size: 24px
}
#what-we-do {
  background: black
}

#what-we-do .container {
  position: relative;
  top: unset;
}
.content-left {
  max-width: 100%;
  position: relative;
  bottom: unset;
  padding-top: 40px;
  padding-bottom: 40px
}
.content-right {
  position: relative;
  bottom: unset;
  padding-bottom:40px;
  max-width: unset;
  text-align: left;
  right: unset
}
#what-matter-to-us .content-center img {
  max-width: 140px
}
#the-team.profile .contact-details {
  position: relative;
  bottom: unset;
  margin-top: 1em
}
}
@media screen and (max-width: 768px) {
#home .hero .heroContent {
  max-width: 90%
}

#what-matter-to-us {
background: black
}
.content-center {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  top: unset;
  transform: unset;
  left: unset;
  right: unset
}
}
@media screen and (max-width: 639px) {
  header span.menu {
    width: 25px;
    height: 25px
  }
  header span.menu i:nth-child(1) {
    top: 8px
  }
 
    nav .nav-bottom-left {
      bottom: unset;
    }

    nav .nav-bottom-left {
      top: 60%;
    }
   nav .address {
    margin-top: 20px;
   }
.logo img {
  width: 150px
}
h1, #what-we-do .content-right h1 a {
  font-size: 30px
}

h2 {
  font-size: 20px
}

h4 {
  font-size: 18px
}
p, a {
  font-size: 16px
}
nav .nav-bottom-right ul li img {
  width: 20px
}

#contact .map {
  height: 600px
}
#contact .contact-form {
  position: relative;
  max-width: unset;
  padding-top: 20px;
  padding-bottom: 40px;
  background: black

}
}
@media screen and (max-width: 500px) {

#sustainability .block-content .text {
  position: relative;
  top: unset;
  transform: unset;
  padding: 40px;
  left: unset;
  right: unset;
  background: black
}
}
