
@font-face {
    font-family: 'The Future';
    src:url('/assets/fonts/the-future-light.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'The Future';
    src:url('/assets/fonts/the-future-regular.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}


@font-face {
    font-family: 'The Future';
    src:url('/assets/fonts/the-future-medium.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'The Future';
    src:url('/assets/fonts/the-future-bold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'The Future';
    src:url('/assets/fonts/the-future-black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
}




html {
  margin: 0;
    height: 100%;
    width:100%;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  /* overflow-x: hidden; */
  /* may have to remove */
}

body{
  height:100%;
  width:100%;
    margin: 0;
  background:#1d1d1d;
  font-family: "The Future", Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 15px;
  color:#fff;
  font-style: normal;
  font-weight: normal;
}

body.projects{
  background:#fff;
  color:#1d1d1d;
}

.sticky {
  min-height: 100vh;
  max-height: 100vh;
  height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
  z-index: 9;
}
.testimonial{
  height:100%;
}

.article-card img{
  border-radius:10px;
  margin-bottom: 25px;
}

.article .heading, .news .heading{
      padding: 120px 0 50px;
}

.article-main p{
  font-size:18px;
}
.article h1, .news h1{
  font-size:90px;
  padding-bottom: 20px;
}

.breadcrumbs{
  color:#97928D;
}
.divider{
  border-bottom: 1px solid #3d3d3d;
  margin-top: 40px;
}

.nextpost{
  text-transform: uppercase !important;
  letter-spacing: 3px  !important;
  font-size: 12px  !important;
  margin-bottom: 15px !important;
}

.breadcrumbs a:hover{
  text-decoration: underline;
}

.breadcrumbs span{
  color:#bfbfbf;
}



.article-card .btn{
  background: none;
  border:1px solid #fff;
      padding: 10px 35px;
}

.article-card h4{
  margin-bottom: 20px;
}
.article-card p{
  margin-bottom: 30px;
  font-size: 18px;
}

.article-card .btn:hover{
background: #fff;
color: #000;
}

.breadcrumbs{
  margin-top:15px;
}

.breadcrumbs a{
color:#97928D;
text-decoration: none;
margin-right:3px;
position: relative;
}

.breadcrumbs img{
margin-right:6px;
margin-top:-2px;
}

.article h2{
  font-size: 50px;
  line-height: 1.3;
font-weight: 300;
margin-bottom: 40px;
}

.article .hero-image img{
  border-radius:15px;
}

.article em {
  font-size:30px;
padding-left: 40px;
border-left:3px solid #699B77;
font-style: normal;
display: block;
margin-top: 40px;
margin-bottom: 40px;
line-height: 1.4;
  }

/* #testimonials .owl-stage {
    display: flex !important;
} */

/* #testimonials .owl-item {
		display: flex;
    	flex-direction: column;
		flex: 1 0 auto;

	} */



  .position-relative{
       position: relative !important;

  }

  .position-relative video{
     max-width: 100%;
     width:100%;
     border-radius: 10px;
  }

   .play-btn {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      text-align:center;
      cursor: pointer;
  }

   .play-btn img {
    width:80px;

    }
.rollover{
  min-height: auto;
  max-height: 100vh;
  height: 100vh;

}

.process-image-container{
  padding-top:200px;
}
.section--s1 {
background-color:#3A3838;
  top: 0px;
  max-height: calc(100vh - 0px) /* prevents hidden content due to the top position */
}
.section--s2 {
background-color:#343232;
  top: 75px;
  max-height: calc(100vh - 75px)
}
.section--s3 {
background-color:#2F2C2C;
  top: 150px;
  max-height: calc(100vh - 150px)
}
.section--s4 {
background-color:#242222;
  top: 225px;
  max-height: calc(100vh - 225px)
}

.section--s5 {
    background-color: #1d1d1d;
  top: 300px;
  /* height:auto !important;
  max-height: calc(100vh - 300px);
  min-height: auto !important; */
}

.contact-btn:after{
transition:all 0.5s ease-out;
}

[aria-expanded='true'] .contact-btn:after{
  display: inline-block;
       -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
       -o-transform: rotate(180deg);
       transform: rotate(180deg);
}

.blur-border{
overflow: hidden;
border-radius: 10px;
}

.dark-logo{
display:none;
}

body.projects .light-logo{
display:none;
}
body.projects .dark-logo{
display:initial;
}

body.projects .header-cta a{
  border-color:#1d1d1d;
}

body.projects .header-cta a:hover{
  background:#1d1d1d;
  color:#fff;
}

body.projects .process-btn:hover{
  color:#000;
}
body.contact .process-btn:hover{
  color:#000;
}

img{
  max-width:100%;
}

a{
  color: inherit;
}

a:hover{
  color: inherit;
  text-decoration: none;
}
p{
  font-weight:100;

}

h2{
    font-size: 50px;
      font-weight:600;
}
h3{
  font-weight:600;
  font-size: 50px;
}
h4{
    font-weight:600;
  font-size: 30px
}
h5{
    font-weight:300;
  font-size: 30px
}

.nav li a{
  position: relative;
}

.nav li a::after {
  content: "";
      position: absolute;
      bottom: -4px;
      left: 0px;
      width: 0%;
      height: 3px;
      background: #fff;
      transition: all 0.3s ease;
}
.nav li a:hover::after {
  width: 100%;
}

.project-card .blur-border img:hover{
  transform: scale(1.05);
}

.projects .nav li a::after{
        background: #000;
}

footer li {
  margin-bottom: 5px;
}
footer li a{
  position: relative;
}

footer li a::after {
  content: "";
      position: absolute;
      bottom: -2px;
      left: 0px;
      width: 0%;
      height: 2px;
      background: #fff;
      transition: all 0.3s ease;
}

footer li a:hover::after {
  width: 100%;
}

.directors img{
border-radius:10px;
margin-bottom:20px;
}
.directors h4{
  text-transform: uppercase;
    margin-bottom: 30px;
    font-size:20px;
}

.directors a{
font-size: 18px;
font-weight: 600;

}

.directors p{

font-size:18px;
}
.fr{
  float:right;
}

.team img{
  border-radius: 10px;
  margin-bottom: 45px;
}

.value{
  background:#eee;
  border-radius: 10px;
  padding:60px 100px;
  color: #1d1d1d;
  height:100%;

}
.values-container .col-md-6{
  padding-bottom:15px;
}
.values-container{
  background: #fff;
  color:#1d1d1d;
  border-radius:10px;
  padding: 70px 80px;
}
.values-header{

  padding-bottom:40px;
}
.about-awards{
  background: #312F2F;
}

.process-pre{
  font-weight:600;
  margin-top: 25px;
  font-size: 15px !important;
  margin-bottom: 0
}

.service-list a{
font-size:50px;
font-weight:300;
color:#f5f5f5;
cursor: pointer;
width:100%;

}
.contact-main h1{
  font-size:15px;
}
.contact-main p{
  font-size:50px;
  line-height:normal;
}
.contact-main .btn{
  background:#1d1d1d;
  color:#fff;
  border:1px solid #fff;
}
.contact-main .btn:hover{
  background:#fff;
  color:#1d1d1d;

}

.contact-main input, .contact-main textarea{
  width:100%;
  padding:15px 20px;
  margin-bottom:20px;
  font-size:15px;
  color:#1d1d1d;
  border:0px;
  border-radius: 10px;
}
.le-map h3{
  text-transform:uppercase;
  font-size:20px;
  margin-bottom:30px;
}
.le-map a{
  font-weight:300;
}

.le-map address{
  font-weight:300;
}

.contact-main input:focus, .contact-main textarea:focus{
outline:2px solid #22B573;
}
.contact-main input::placeholder{
color:929292;
}

#map{
margin-top:30px;
  height: 500px;
    width: 100%;
  }


.partners{
  padding-bottom: 100px;
}
.negative-margin{
margin-top:-400px;
}

.about-awards img{
  border-radius:10px;
}
.about-hero img{
  border-radius:10px;
}



.service-list{
  padding-top:25px;
  padding-bottom:25px;
  border-bottom:1px solid #1d1d1d;
}

.partner{
  background: #f5f5f5;
  border-radius: 10px;
  text-align: center;
  padding:10px 25px;
  color:#1d1d1d;
}
 .partners h3{
margin-bottom:35px;
 }

.values-header h3, .partners h3, .about-awards h3{
font-size: 15px;
}
.values-header p{
font-size: 50px;
}

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

.value p{

  font-size:24px;
  margin-bottom: 0
}

.team p{
font-size:30px;
}

.directors .contact-btn{
  float:right;
  border:1px solid #fff;
  border-radius: 50px;
  font-weight:100;
  font-size: 10px;
  text-transform: uppercase;
  padding:3px 30px 3px 10px;
  letter-spacing:1px;
  position: relative;
}

.directors .contact-btn:after{
  content:'';
  background-image: url('/assets/img/arrow-down.svg');
  width:8px;
  height:12px;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  right:10px;
  top:4px;

}
.project-header h1{
font-size:15px;
text-align: left;
margin-bottom: 30px;
}

.project-header .process-intro p{
font-size:30px;
}

.process-intro img{
  border-radius:10px;
}
.back-projects{
  text-align:right;
  margin-bottom: 40px;

}
.process-step{
  /* background:#1d1d1d; */
  border-top:1px solid #fff;
}

.process-step .col-md-6{
  height:100vh;
}
.custom-pos-center-fixed {
	width:100vw;
	/* height:100vh; */

}

#step5{
  border-bottom:1px solid #fff;
}
.contact-cta img{
  border-radius: 10px;
}

.contact-cta{
  text-align: center;
}
.contact-cta a{
border-bottom:1px solid #fff;
font-size: 50px;
font-weight:300;
}

.process-step img{
  /* max-width:491px;
  margin-top:15px;
  margin-bottom: 30px; */
}

.process-step .step-num{
  font-size: 250px;
  color:#929292;
  font-weight: 900;
  margin-bottom: 20px;
  line-height: 1
}

.process-step p{
  font-size: 22px;
}
.process-step h4{
  margin-bottom: 35px;
}


.project-award{
  border:1px solid #000;
  border-radius:10px;
  padding: 50px;
}

.project-images img{
  border-radius:10px;
  margin-bottom:15px;
}

.project-testimonial img{
  border-radius:10px;

}
.award-text{
clear: both;
padding-top:20px;
}
.key-facts ul {
    list-style-position: inside;
}
.key-facts h3{
  font-size: 15px;
  font-weight:100;
  margin-bottom: 15px;

}

.key-facts ul li:first-child{
  border-top:1px solid #1d1d1d;
}

.key-facts ul li{
  border-bottom:1px solid #1d1d1d;
padding: 10px 0;
font-weight: 600;
padding-left:10px;
}

.project-award h4{
  text-transform: uppercase;
  margin-top:15px;
}

.project-award img{
  float:left;

margin-right:20px;
}



.back-projects a{
  border-bottom: 1px solid #1d1d1d;
  display: inline-block;
}

.project-header p{
  font-size:50px;
  line-height: 1.3;
}


.expertise h5{
margin-bottom:40px;

}
footer address{
  font-weight:100;
}

.address-head{
  margin-top:30px;
}

footer h5{
  font-size:15px;
  font-weight: 600;
  margin-bottom: 20px;
}
.expertise .btn{
  color:#1d1d1d;
  background: #fff;
  margin-top: 5px;
}
.expertise .btn:hover{
  color:#000;
}

.home .expertise{
max-height:auto;
min-height:auto;
height:auto;
}
.process .expertise{
  background:#1d1d1d;
  /* border-top:1px solid #fff; */
height:auto;
}

.home .contact-cta{
  display:none;
}

.pr-50{
  padding-right: 65px;
}

.expertise h4{
margin-bottom:40px;
}

.home-testimonials h5{
margin-bottom:35px;
}
.our-process {
  background:#1d1d1d;
}
.process-index{
    background:#1d1d1d;

}

.testimonial{
  background: #fff;
  border-radius:10px;
  color:#000;
  padding: 80px;
  filter: blur(3px);
}

.see-work h3{
font-weight:300;
margin-bottom: 20px;
}
footer{
  padding-top:150px;
  padding-bottom: 150px;
  background: #1d1d1d;
  color:#fff;
}
footer ul{
  list-style-type: none;
padding-left:0;
}


.acreditations{
  border-top:1px solid #fff;

padding-top:20px;
margin-bottom: 25px;
  position: relative;
}
.building-badges img{
max-width:195px;
width:100%;

}

.award-badges img{
max-width:310px;
width:100%;

}
 .badges{
   text-align:right
 }

.projects .process-btn:before, .contact .process-btn:before{
background-image: url('/assets/img/arrow-right-black.svg');

}

.projects .process-btn{
  border-bottom:1px solid #000;
}

 .contact .process-btn:before{
width:20px;
height:17px;
background-size: contain;
background-repeat: no-repeat;
margin-left: -25px;
margin-top: 7px;
 }

.process-btn:before{
content:'';
background-image: url('/assets/img/arrow-right.svg');
position: absolute;
width:27px;
height:24px;
display: block;
margin-left: -35px;
margin-top: 4px;
}

.process-btn{
  margin-left: 35px;
font-size: 20px;
font-weight:100;
border-bottom:1px solid #fff;
display: inline-block;

}

 .contact .process-btn{
     margin-left: 25px;
     border-bottom:1px solid #000;
 }



.process-btn:hover{
  text-decoration: none;
  color: #fff;
}

.active .testimonial{
    filter: none;
}

#testimonials, #testimonials .owl-stage-outer,  #testimonials .owl-stage{
  overflow: visible;
}

#testimonials .owl-item{
  border-radius: 10px;
  overflow: hidden;
   box-shadow: inset 0 0 30px #fff;
}

.project-enquiry{
  background:#fff;
  border-radius: 10px;
  padding:25px;
  color:#000;
  margin-top:80px;
  max-width:450px;
}
.project-enquiry p{
font-size:20px;
}

.testimonial h4{

margin-bottom:25px;
}

.testimonial p{
font-size:20px;
}
.vcenter {
  display: flex;
  align-items: center;
justify-content: center;
}



.testimonial .btn{
  color:#fff;
  background: #000;
  margin-top: 40px
}

.expertise p{
  font-size:20px;
}

.process-index ul li{
  font-size:50px;
  font-weight:600;
  border-right: 1px solid #fff;
  padding-right: 20px;
  padding-bottom: 30px;
  color:#3B3333;
}

/* .home header{
  background: rgb(29,29,29);
  background: linear-gradient(0deg, rgba(29,29,29,0) 0%, rgba(29,29,29,1) 100%);
} */

.active-stage{
  color:#fff !important;
}

.process-index ul {
    margin-bottom: 0;
    max-width:1060px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    list-style-type: none;
    align-items: flex-end;
    justify-content: space-between;
    height: 100%;
  }

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

.process-txt{
  padding-left:80px;
}

  .process-stage{
    background: #1d1d1d;
    margin-left: 15px;
    margin-right: 15px;
    padding: 80px;
    border:1px solid #fff;
    border-radius: 10px;
  }
  .pt-80{
    padding-top: 80px;
  }
  .pb-80{
    padding-bottom: 80px;
  }

  .pt-100{
    padding-top: 100px;
  }
  .pb-100{
    padding-bottom: 100px;
  }

.pt-120{
  padding-top: 120px;
}
.pb-120{
  padding-bottom: 120px;
}
.pt-150{
  padding-top: 150px;
}
.pb-150{
  padding-bottom: 150px;
}

.pt-180{
  padding-top: 180px;
}
.pb-180{
  padding-bottom: 180px;
}


.pt-200{
  padding-top: 200px;
}
.pb-200{
  padding-bottom: 200px;
}

.home-projects h3{

  line-height: 1.3;
}

.home-projects{
  background: #fff;
  color:#000;
}
.home-projects h3{
  margin-bottom: 25px;
}

.pre-text{
  font-size: 36px;
  font-weight: 100;
  margin-bottom: 60px;
}
.intro h3{

  line-height: 1.4
}


.our-process h4{
  font-size:30px;
  font-weight:600;
}

.process-slider{
  background: linear-gradient(180deg, #1d1d1d 50%, #fff 50%);
}

.project-award p{
  margin-bottom:0px;
}
.process-slider p{
  font-size:30px;
  font-weight:100;
  color:#fff;
}
.home-projects .project-info p{
  text-transform: uppercase;
  font-size: 20px;
}
.home-projects .project-info p:first-child{
  float: left;
}
.home-projects .project-info{
  margin-top:15px;
}
.project-card{
  position: relative;
}
.pre{
  text-transform: uppercase;
  letter-spacing:2px;
  font-size: 10px;

}
.project-testimonial .pre{
  margin-bottom: 50px;
}
.project-testimonial h4{
    margin-bottom: 35px;
}
.project-card img{
  border-radius: 10px;
}
.testimonial-block img{
  border-radius:10px;
}
.testimonial-block h4{
  margin-bottom:20px;
}

.next-project{
  margin-left: auto;
  margin-right: auto;
text-align: center;
}

.testimonial-block{
background:#EEEEEE;
}
.block-inner{
display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
  }


.home-projects .project-info p:nth-child(2){
  text-align: right;
}

.home-projects p{
font-size: 30px;
font-weight: 100;
}


.our-process p{
  font-size:30px;
  font-weight:100;
}

.article-card{
  margin-bottom: 40px;
}

.nav ul{
  display: flex;
align-items: flex-end;
justify-content: space-between;
height: 100%;
list-style: none;
width:100%;
}

.nav a{
  font-size:30px;
  font-weight: 600
}

.home-projects .btn{
float: right;
}
.btn{
border:1px solid #000;
background: #000;
color:#fff;
padding: 10px 70px;;
font-weight: 400;
border-radius: 50px;
display: inline-block;
text-align:center;
font-size:20px;
font-weight:300;
}

.btn:hover{
  color:#fff;

}
.mobile-process-slider{
      background: linear-gradient(180deg, #1d1d1d 70%, #fff 30%);
}

 .process-tab{
   border:1px solid #fff;
   border-radius: 6px;
   padding: 20px 15px 25px;
   background:#1d1d1d;
   min-height:260px;
 }

 .step-mobile{
   font-size:24px;
   font-weight:600;
   border-right: 1px solid #fff;
   display:inline-block;
   padding-right: 10px;
   padding-left: 15px;
   padding-bottom: 10px;
 }

 #process-carousel.owl-carousel .owl-stage-outer{
   overflow:visible;
 }

.header-cta a{
  border:1px solid #fff;
  padding: 10px 20px;;
  border-radius: 50px;
  display: inline-block;
  width:calc(50% - 8px);
  text-align:center;
  font-size:20px;
  font-weight:300;
}

.header-cta a:hover{
text-decoration: none;
color:#1d1d1d;
background: #fff;
}
.hero-video{
  /* border-radius: 10px; */
  overflow: hidden;
  width:100%;
  padding-top:300px;
}

.hero-video video{
  width:100%;
  border-radius: 10px;
  opacity:0.6;

}

.hero{

 min-height:100vh;


}
.owl-dots{
  margin-top:20px;
}

.owl-dots button.owl-dot.active ,
.owl-dots button.owl-dot:hover,
.owl-dots button.owl-dot:focus{
   background-color: #fff;
   border-radius: 50%;
   height: 10px;
   width: 10px;
   border:0;
   outline: none;
}
.owl-dots button.owl-dot{

  background: #3B3333;
   border-radius: 50%;
   height: 10px;
   width: 10px;
   margin-right: 5px;
   position: relative;
}

[data-aos^="blur"][data-aos^="blur"] {
      opacity: 0;
    transition-property: opacity,filter, transform;
    filter: blur(8px);
  -webkit-filter: blur(8px);
  transform:  scale(1.01);

}
[data-aos^="blur"][data-aos^="blur"].aos-animate {
    opacity: 1;
    transform: translateZ(0);
    filter: blur(0px);
  -webkit-filter: blur(0px);
}
.home header{
position: absolute;
    width: 100%;

    top:0;
  }

header{
  z-index:2;
}
.hero img{
border-radius: 10px;
}

.header-cta a:first-child{
margin-right:10px;
}

.header-cta p{
margin-top:20px;
margin-bottom: 0;
font-weight:300;

}
.toggle-button{
  z-index:999;
}

h1{
  font-size: 175px;
  font-weight:600;
}

.award-badge{
  position: absolute;
  top:20px;
  right:20px;
  width:100px;
  z-index:1;
}

.projects h1{
  text-align: right;
}

.projects .project-header h1{
  text-align:left;
}

.logo{

}

.logo img{
  width:100%;
  max-width:193px;
  position: absolute;
  bottom:10px;

}

header{
  padding-top:100px;

}

/* This is breaking scroll to style but need it for aos maybe? */
/* body>div {
  overflow-x:hidden;
} */

.container{
  max-width:1520px;
}


.overlay .menu-holder ul li:before, .overlay .menu-holder ul li:after{
  margin-top:35px !important;
}
.overlay {
  position: fixed;
  background:#1d1d1d;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .5s, visibility .5s;

}
.primary-nav {
    text-align: center;
}
.primary-nav ul li{
  margin-bottom:15px;
}

.primary-nav ul li a{
  font-size:30px;
  color:#fff;

}

.overlay ul li{
  text-align: center;
}
.menu-holder{
  display: flex;
  align-items: center;
  justify-content: center;
  width:100%;
  height:100vh;
}

.nav-active {
  opacity: 1;
  visibility: visible;
  height: 100%;
z-index:1;
}

.menu-holder ul {
  display: block;

  position: relative;
  left: 0;

  font-weight: 400;
  text-align: center;
  list-style: none;

}
.toggle-button{
  position: absolute;
  top:30px;
  right:25px;
  width:34px;

}
.middle {
  top: 15px;
}

.bottom {
  top: 30px;
}

.toggle-button:hover {
  opacity: .7;
}

.toggle-active .bar {
  background-color: #fff;
}

.toggle-active .top {
  -webkit-transform: translateY(6px) translateX(0) rotate(45deg);
}

.toggle-active .middle {
  opacity: 0;
}

.toggle-active .bottom {
  -webkit-transform: translateY(-5px) translateX(0) rotate(-45deg);
}

.toggle-active .bar{
    background-color:#fff !important;
}

.scrolled .midnightHeader:has(.toggle-active){
  background-color:#606833 !important;

}
.toggle-active .bottom{
-webkit-transform: translateY(-6px) translateX(0) rotate(-45deg);

}

.toggle-active .top {
  -webkit-transform: translateY(4px) translateX(0) rotate(45deg);
}

.bar {
  background-color: #fff;
  display: block;
  width: 100%;
  height: 2px;
  border: 0;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
}

.bar + .bar {
  margin-top: 7px;
}

.transparent .bar, .go-transparent .bar{
    background-color: #fff;
}

.mobile-hero-video video{
  width:100%;
  border-radius: 10px;
  margin-top: 150px;
}
@media only screen and (max-width: 1699px) {
.container{
    max-width: 1380px;

  }
  .process-step h4 {
    font-size:24px;
  }

  .process-image-container{
    padding-top:100px;
  }
  .process-step .step-num {
    font-size: 180px;
    margin-bottom: 10px;
  }
  .process-step h4 {
    margin-bottom: 20px;
  }
  .process-step p {
    font-size: 20px;
  }


  .our-process.pt-120{
    padding-top:60px;
  }

  .pt-120{
    padding-top:100px;
  }
  .pb-120{
    padding-bottom:100px;
  }

  h2, .values-header p, h3, .project-header p {

    font-size: 42px;
  }

  .our-process.pb-120{
    padding-bottom:70px;
  }
  .process-slider p, .value p {

        font-size: 26px;
  }
  .value {

    padding: 50px 80px;
  }
  h1 {
    font-size: 140px;
  }
  .home-projects .project-info p, .expertise p, .testimonial p {

    font-size: 18px;
  }
  h4{
    font-size:26px;
  }


.home-projects p {
    font-size: 26px;
  }
  .process-index ul li {
    font-size: 40px;

    padding-bottom: 20px;
  }

  .our-process p {
    font-size: 26px;

  }

  header {
    padding-top: 70px;
  }
  .nav a{
    font-size:26px;
  }
  .hero-video{
    padding-top:250px;
  }
  .pre-text {
    font-size: 30px;
    font-weight: 100;
    margin-bottom: 40px;
  }
  .pt-200{
        padding-top: 150px;
  }

  .pb-200{
        padding-bottom: 150px;
  }
}

@media only screen and (max-width: 1599px) {
  header{
padding-top: 50px;
}

.process-step .step-num {
    font-size: 150px;
    margin-top:5px;
  }
  .process-image-container {
padding-top:70px;
}

  .process-step h4 {
    font-size: 18px;
  }
  .process-step p {
    font-size: 18px;
  }

h1 {
    font-size: 120px;
  }

h2, .values-header p, h3, .project-header p {
    font-size: 40px;
  }
  .pt-180 {
    padding-top: 150px;
  }
  .pb-180 {
    padding-bottom: 150px;
  }
  .pt-150 {
    padding-top: 120px;
  }
  .pb-150 {
    padding-bottom: 120px;
  }

  .pb-120 {
    padding-bottom: 100px;
  }
  .pt-120 {
    padding-top: 100px;
  }
  .pr-50{
    padding-right:35px;
  }
.btn{
  font-size:18px;
}


}

@media only screen and (max-width: 1399px) {
  .container {
      max-width: 1180px;
    }
    .nav a, .our-process p, .home-projects p, h4 {

    font-size: 24px;
  }
  .value {
    padding: 35px 60px;
  }
  .contact-main p{
    font-size:36px;
  }

  .partner{
        padding: 40px 15px;
  }
  .values-container{
      padding: 40px 50px;
  }
  .partners {
    padding-bottom: 0;
  }
  .partner h4{
    font-size:20px;
  }

  .values-header {
    padding-bottom: 30px;
  }
.directors p{
  font-size:16px;
}
  .pr-50{
    padding-right:25px;
  }
  .expertise h4 {
    margin-bottom: 25px;
  }
  .pb-120{
    padding-bottom:80px;
  }
  .pt-120{
    padding-top:80px;
  }
  .home-projects .project-info p, .expertise p, .testimonial p {
    font-size: 16px;
  }

  h1 {
    font-size: 100px;
  }
  .pt-180 {
    padding-top: 120px;
  }
  .pb-180 {
    padding-bottom: 120px;
  }

  .expertise .btn{
    max-width: 100%;
    width:100%;
    padding-left: 10px;
    padding-right:10px;
  }
  .process-index ul li {
    font-size: 36px;
    padding-bottom:15px;
  }
  .our-process.pt-120 {
      padding-top: 40px;
    }
  .our-process.pb-120 {
      padding-bottom: 50px;
    }
  .process-stage {

    padding: 60px;
  }
  header {
      padding-top: 40px;
    }

    h2, .values-header p, h3, .project-header p {
    font-size: 36px;
  }
  .pre-text {
    font-size: 24px;
  }
  .testimonial{
    padding:60px;
  }


}

@media only screen and (max-width: 1199px) {
  .container {
      max-width: 980px;
    }
    .nav a, .our-process p, .home-projects p, h4 {
      font-size: 20px;
    }
    .process-stage {
    padding: 40px;
  }
  .testimonial{
    padding:40px;
  }

  .hero-video {
      padding-top: 220px;
    }
    .process-slider p, .value p {
    font-size: 20px;
  }
  .directors h4{
    font-size:18px;
  }
  .team p {
    font-size: 24px;
}
.pt-120 {
    padding-top: 60px;

  }
  .pb-120 {
      padding-bottom: 60px;

    }

.fr{
float:none;
}
.directors a{
  width:100%;
  display: block;
}


    .header-cta a {
    border: 1px solid #fff;
    padding: 7px 20px;
  }

  .btn{
    padding-left:40px;
    padding-right: 40px;
  }

  .pt-100 {
    padding-top: 70px;
  }
  .pb-100 {
    padding-bottom: 70px;
  }

.testimonial .btn {

    margin-top: 15px;
}
.pb-150 {
    padding-bottom: 80px;
  }


  .pt-150 {
      padding-top: 80px;
    }


footer {
    padding-top: 100px;
    padding-bottom: 100px;
}

.btn {
    font-size: 16px;
  }
  .process-slider p{
    font-size: 22px;
  }

  .value p {
  font-size: 18px;

  }

  .value {
    padding: 30px 40px;
  }

  .pt-180 {
    padding-top: 80px;
  }
  .pb-180 {
    padding-bottom: 80px;
  }
  .home-projects .project-info p, .expertise p, .testimonial p {
    font-size: 15px;
  }
  .process-index ul{
    max-width:880px;
  }
    .header-cta a{
      font-size:16px;
    }
    h2, .values-header p, h3, .project-header p {
    font-size: 30px;
  }

}

@media only screen and (min-width: 1024px) {
.overlay{
    visibility: hidden !important;
    display:none !important;
  }
  .mobile-hero{
    display:none;
  }

.toggle-button{
  display:none;
}
.mobile-process{
  display:none;
}
}
@media only screen and (max-width: 1023px) {

.hero {
  display:none;
}

.article h1, .news h1{
  font-size:48px;
  padding-bottom: 0;
}
.article .heading, .news .heading{
      padding: 100px 0 30px;
}
.article h2{
  font-size: 26px;
  margin-bottom: 30px;
}

.article em {
    font-size: 20px;
    padding-left: 25px;
    border-left: 3px solid #699B77;
    margin-top: 30px;
    margin-bottom: 30px;

  }
  .article-main p {
    font-size: 15px;
  }

  .prev-article{
    display:none;
  }

  .nextpost{
    margin-bottom: 15px !important;
font-size: 10px !important;
  }

.pb-80 {
    padding-bottom: 40px;
  }


.sticky{
  position:relative;
  max-height:initial !important;
    min-height:initial !important;
  height:auto !important;
  top:auto!important;
  z-index:0;
}

h3{
  font-size:20px;
}
.process-pre{
  display:none;
}
.home-projects h3.projects-title{
    font-size:30px;
}
.process-step h4{
  margin-bottom: 15px;
}
.custom-pos-center-fixed{
  height:auto;
}
.process-step p{
font-size:18px;
}
.award-badge {
    top: 15px;
    right: 15px;
    width: 60px;

  }
  .process-step img{
    max-width:100%;
  }
.contact-cta a{
  font-size: 30px;
}
  .project-testimonial img{
        margin-top:10px;
  }
  .project-testimonial .pre{
    border-top:1px solid #000;
    margin-top:20px;
    padding-top: 20px;
  }

  .project-testimonial h4{
    margin-bottom: 20px;
  }

  .pt-200{
    padding-top:50px;
  }
  .pb-200{
    padding-bottom:50px;
  }

  .next-project .btn{
    width:100%;
  }
  .project-testimonial .pre{
    margin-bottom:15px;
  }
  .project-header p{
    margin-bottom:0;
  }
  .project-award{
    margin-top:30px;
  }




  .project-award img {

      max-width: 80px;
      margin-right: 15px;
  }

  .projects .see-work {
    padding-bottom:50px;
  }
  .testimonial-block h4{
    margin-bottom:15px;
  }

  .testimonial-block .btn{
    margin-top:10px;
  }

  .projects .acreditations{
    border-top:0;
  }
  .pre{
    margin-bottom:10px
  }
  .see-work{
    text-align: center;
  }
  h4 {

    font-size: 24px;

  }
  .award-text {
    padding-top: 10px;
  }
  .testimonial-block img{
    margin-bottom:30px;
    margin-top:15px;
  }

  .home-projects .project-info p{
    font-size:14px;
    margin-bottom:30px;
  }
.pt-180{
  padding-top:60px;
}
.pb-150{
    padding-bottom:50px;
}
.pt-100{
  padding-top:30px;
}
.intro{
  padding-bottom:40px;
}

.desktop-process{
  display:none;
}
header{
  padding-top:30px;
}
.logo img{
  width:100px;
  top:0;
}
.sts-section{
  height:auto;
}
.home-projects p{
  font-size:15px;
}
.pt-120 {
    padding-top: 25px;
}
p{
  font-size:18px;
}
.process-carousel{
  margin-top:20px;
}

.pre-text{
  font-size:12px;
  margin-bottom:25px;
}
.nav, .header-cta{
  display:none;
}
.home-projects .btn{
  float:none;
}
.pt-80 {
    padding-top: 40px;
  }
  .pr-50{
    padding-right:15px;
  }

  .expertise h3{
    font-size:30px;
  }
.center-mobile{
  text-align:center;
}
.expertise .btn{
  margin-top:40px;
}

.pb-120{
  padding-bottom:40px;
}
.expertise h4{
font-size:22px;
margin-bottom: 5px;
margin-top:30px;
}

.about .project-header{
  margin-top:50px;
}
.directors img{
  margin-top:20px;
}
.values-header p{
  font-size:24px;
}
.value p{
  font-size:18px;
}
.values-header{
  padding-bottom:10px;
}
.negative-margin{
  display:none;
}
.contact-main p {
    font-size: 24px;
  }
  .le-map h3{
    border-top:1px solid #fff;
    padding-top: 30px;
  }
.partners{
  padding-bottom:40px;
}
#map{
  height:400px;
}
.contact-main{
  margin-top:50px;
}
.service-list-wrapper:last-child{
  border-bottom:0;
}
.service-list {
    padding-top: 15px;
    padding-bottom: 15px;
  }
.service-list a {
    font-size: 30px;
  }
.partner h4{
font-size:20px;
}
.partner {
margin-bottom:15px;
    padding: 30px 20px;
  }
.value h4{
  font-size:20px;
}
.value {

    padding: 20px 20px;
}
.team p {
    font-size: 24px;
  }
  .values-container{
    padding:40px 20px;
    border-radius: 0;
  }

  .directors h4 {
    margin-bottom: 20px;
  }

.acreditations{

}
.acreditations p{
  font-size:18px;
}
footer address{
  margin-bottom:30px;
}

.first-footer h5{
  border-top:1px solid #fff;
padding-top:20px;
}
footer{
  padding-bottom: 40px;
}
footer h5, footer address, .address-head, footer li a{
  font-size:18px;
}

.acreditations img{
  display: block;
  margin-left: auto;
  bottom:auto;
  right:auto;
  position: relative;
}
.testimonial{
  padding:20px 15px 20px;
}
footer{
  padding-top:50px;
}
.home-testimonials h5{
  font-size:15px;
  margin-bottom:20px;
}
.home-testimonials{
  padding-top:40px;
}
.pt-150{
  padding-top:50px;
}
.see-work h3{
  font-size:30px;
}
.pb-100{
    padding-bottom:30px;
}
.testimonial p {
    font-size: 14px;
  }

  .testimonial .btn{
    display:none;
  }
.testimonial h4{
  font-size:22px;
  margin-bottom:10px;
}
.expertise p{
font-size:18px;

}
.mobile-process{
  margin-top:40px;
}
.mobile-process h4{
  margin-bottom:15px;
}
.projects .bar{
  background:#1d1d1d;

}
.p-0{
  padding-top:0;
}
.projects h1{
  font-size: 48px;
  text-align: left;
  margin-bottom: 30px;
}
.back-projects{
  margin-top:40px;
  margin-bottom:20px;
}
.projects-top{
  margin-top:50px;
}
.project-award{
  padding:25px;
}
.process-step .step-num{
  font-size:150px;
  margin-bottom:20px;
  margin-top:20px;
}

.custom-pos-top{
  position:relative;
}

.custom-wh-100, .process-step .col-md-6{
  height:auto;
}

.project-header .process-intro p{
  font-size:20px;
  margin-bottom:20px;
}
.process .project-header{
  margin-top:50px;
}
.key-facts{
  padding-top:0;
}
.project-header p {
    font-size: 24px;
  }

  .home-projects .row{
    padding-top:0;
  }

.testimonial{

  filter: blur(0px);
}
.process-tab p{
  font-size:18px;
}
.mobile-process-slider {
    padding-top: 40px;
  }


}
@media only screen and (min-width: 768px) {
  .desktopno{
        display:none;
  }
}

@media only screen and (max-width: 767px) {

.home-testimonials, .mobile-process{
    overflow-x: hidden;
}
  p{
    font-size:15px;
  }
  .home-projects .project-info {
    margin-top: 8px;
  }
  .testimonial .col-md-4{
    min-height:240px;
  }

  .process-step{
    background:#1d1d1d !important;
  }
  .play-btn img {
    width: 50px;
  }

[data-aos=fade-left], [data-aos=fade-right], [data-aos=fade-up]  {
transform: none !important;
}
  .process-tab p{
    margin-bottom:0;
  }
  .project-enquiry{
    margin-top:40px;
    padding:20px;
  }
  .position-relative video{
    margin-bottom:20px;
  }

  .mobileno{
    display:none;
  }

  #testimonials .owl-item {
      min-height: 520px;
      background: #fff;
  	}

  .expertise h4{
    text-align:left;
  }

.hero-video {
        opacity:1;
      }

  .project-enquiry p, .contact .process-btn{
    font-size:18px
  }

  .process-tab img{
    margin-bottom:20px;
  }
  .process-image-container{
    padding-top:20px;
    padding-bottom:40px;
  }

  .mobile-process-slider {
      padding-top: 20px;
    }
  .process-tab p{
    font-size:12px;
  }

}
