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

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


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

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

@font-face {
    font-family: 'The Future';
    src:url('../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%;
}
.partner-1, .partner-2{
  text-align: center;
display: inline-block;
max-width:189px;
}
.partner-3{
  text-align: center;
display: inline-block;
max-width:224px;
}
.partner-3 img{
  max-width:224px;
}

.acreditations{
  padding-bottom:30px;
}

.partner-1 img{
  max-width:189px;
}
.partner-2 img{
  max-width:189px;
}


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

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

	} */

.home .more-btn{
  display:none;
}

.home .selections a{
  cursor: default !important;
}

.josh{
  text-align: center;
}
.josh h3, .josh a{
  font-size:100px;
  font-weight: 900

}

  .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;

    }

    .option-pre{
      text-align:left;
      font-size:8px;
      color: #9A9A95;
      font-weight:300;
      margin-bottom: 40px;
    }
.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;
}

.call-josh{
  background-image:url(../img/call-josh.jpg);
  border-radius: 10px;
  background-size: cover;
  text-align: center;
  padding:230px 20px;
  background-position: bottom;
  line-height:1;
}

.call-josh a{
font-size: 125px;
font-weight: 700;
}

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%;

}
.start-project .btn:hover, .service-desc .btn:hover {
  color:#1d1d1d;
}

.contact-main h1{
  font-size:15px;
  letter-spacing: normal;
}
.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('/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:45px;
text-align: center;
font-weight: 600
}
.our-process {
  background:#1d1d1d;
}
.process-index{
    background:#1d1d1d;

}

.testimonial{
  background: #fff;
  border-radius:10px;
  color:#000;
  padding: 40px;
  /* filter: blur(3px); */
}
.home-testimonials .owl-carousel .owl-stage {
  display:flex !important
}

.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;
}

.header-cta:after{
  display:none;
}
.acreditations p{
font-weight:500;
}

.acreditations{
  border-top:1px solid #fff;
display:inline-block;
padding-top:20px;
  position: relative;
}
.building-badges img{
max-width:195px;
width:100%;

}

.commercial h3, .commercial p{
  color:#000;
}

.commercial .service-lists{
  padding-bottom: 120px;
}

.start-project{
  background-image: url('/img/start-project.jpg');
  text-align: center;
  padding-top: 250px;
  padding-bottom: 220px;
  border-radius: 10px;
  background-size: cover;
}
.commercial .service-intro{
  padding-bottom:80px;
  margin-bottom: 20px;
}



.commercial .service-lists ul{
  color:#000;
}

.start-project h3{
font-size:100px;
}

.start-project .btn {
    color: #1d1d1d;
    background: #fff;
        margin-top: 50px;
        border-color:#fff;
      }
.selections-hero img{
  border-radius:10px;
}

.custom-finish .btn{
  background: #fff;
  color: #1d1d1d;
      border-color:#fff;
}
.selections-page h1{
  text-align: right;
}

.custom-finish .btn:hover{
  background: #fff;
  color: #1d1d1d;
      border-color:#fff;
}

.services h1{
  margin-bottom:50px;
}
.custom-finish{
  padding-top: 50px;
}

.selections-flyer{
  text-align:right;
}
.selections-flyer .btn{
background:#9A9A95 !important;
color:#000 !important;
border-color:#9A9A95 !important;

}

.custom-finish p{
font-size:24px;
margin-bottom: 30px;
}

.service-desc .btn {
    color: #1d1d1d;
    background: #fff;
    margin-top: 100px;
          border-color:#fff;
  }

.service-container{
  background:#EEEEEE;
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 20px;
  color:#1d1d1d;
  height: 100%;
}
.service-container img{
border-radius:5px;
}

.service-container h3{
color:#1d1d1d;
margin-bottom: 40px;

}

.services-section .container{
  background:#fff;
  border-radius: 10px;
  padding: 50px;
}

.service-container p{
font-size: 20px;
color:#1d1d1d;
}



.service-desc h2{
font-size:100px;
color:#1d1d1d;
}

.service-desc p{
font-size:24px;
color:#1d1d1d;
margin-bottom: 150px;
}
.main-services{
  margin-bottom:50px;
}


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

}
 .badges{
   text-align:right
 }

.projects .process-btn:before, .contact .process-btn:before{
background-image: url('/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('/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;
 }

.concrete-type img{
  width:100%;
}

.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{
font-size:18px;
margin-top: 30px;
margin-bottom:0;
}

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

.vbottom ul{
      flex: 0 0 100%;
}

.vbottom {
  display: flex;
  align-items: end;
justify-content: end;
}



.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;
}

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

.nav a{
  font-size:25px;
  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{
  border:1px solid #fff;
  padding: 0px 30px 3px;
  border-radius: 50px;
  display: inline-block;
  text-align:center;
  font-size:20px;
  font-weight:300;
}

.header-cta: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;
  letter-spacing: -5px;
}
.selections-intro p{
  font-size:30px;
}

.selections img{
  border-radius:10px;
}
.concrete-details p{
    font-size:20px;
}

.goodfor{
  position: absolute;
bottom: 0;
}

.more-btn{
  text-transform: uppercase;
  font-size:10px;
  position: absolute;
  top:0;
  left:15px;
  border:1px solid #fff;
  border-radius:50px;
  padding:2px 10px;
}

.more-btn span:after{
  content: '';
  width:8px;
  height:12px;
  background-image: url('/img/more.svg');
  background-repeat: no-repeat;
    display: inline-block;
    margin-left:40px;
margin-bottom:-1px;
transition:all 0.5s ease-out;
}



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

.goodfor h5{
  font-size:20px;

}

.goodfor li{
  font-size:20px;

}
.goodfor ul{
  list-style-type: none;
}

.concrete-desc p{
font-size:20px;
}

.concrete-title, .concrete-desc{
  width:100%;
}

.concrete-type{
  border-top:1px solid #fff;
 padding-top: 15px;
 padding-bottom: 15px;
}
.concrete-more{
  padding-bottom:25px;
}

.concrete-type img{
border-radius:10px;
max-width: 300px;
}

.concrete-img{
  text-align: right;
}

.selections-intro .pre-title{
font-size:30px;
}

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

.services-header h2{
font-size:48px;
  font-weight:600;
  line-height: 1.2;
}
.process-header h3{
  margin-bottom:80px;
}

.ourprocess .value{
    padding: 20px 20px;
}

.ourprocess .value h4{
margin-bottom: 50px;
}


.ourprocess .value p{
font-size:20px;
}

.service-section h3{
  font-size:48px;
  margin-bottom: 25px;
}

.commercial{
  background:#7B7B6E;
}

.service-section p{
  font-size:30px;
}

.service-lists{
  padding-bottom:60px;
}
.service-lists ul{
  list-style-type: none;
  font-size: 20px;
    font-weight:600;
}

.service-section img{
  border-radius:10px;
}

.service-intro{
  margin-bottom:250px;
}

.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;

  }
  .service-desc .btn{
    margin-top:60px;
  }

  .service-desc p{
    font-size:30px;
  }
  .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;
}
.ourprocess .value h4{
margin-bottom: 30px;
}

.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;
    }

    .concrete-details p, .goodfor li, .goodfor h5{
      font-size:16px;
    }
    .nav a, .our-process p, .home-projects p, h4 {

    font-size: 24px;
  }
  .value {
    padding: 35px 60px;
  }
  .contact-main p{
    font-size:36px;
  }
  .service-desc p {
    font-size: 30px;
  }
  .service-desc .btn {
    margin-top: 40px;
  }

  .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:30px;
  }


}

@media only screen and (max-width: 1199px) {
  .container {
      max-width: 980px;
    }
    .concrete-details p, .goodfor li, .goodfor h5{
      font-size:15px;
    }
    .goodfor {
    position: relative;
    margin-top:40px;
  }
    .services-header h2 {
    font-size: 36px;
  }
    .nav a, .our-process p, .home-projects p, h4 {
      font-size: 20px;
    }
    .process-stage {
    padding: 40px;
  }
  .service-container p {
    font-size: 18px;
  }

  .selections-intro .pre-title{
    font-size:22px;
  }

  .service-section h3 {
    font-size: 36px;
  }
  .selections-intro p {
    font-size: 24px;
  }
  .service-section p {
    font-size: 24px;
  }
  .service-intro {
    margin-bottom: 150px;
  }
  .process-header h3 {
    margin-bottom: 40px;
  }
  .ourprocess .value p {
    font-size: 16px;
  }

  .service-desc p {
    font-size: 24px;
  }
  .josh h3, .josh a {
      font-size: 72px;

    }

  .partner-1 img,  .partner-2 img {
      max-width:150px;
    }

  .testimonial{
    padding:30px;
  }

  .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: 24px;
  }

}

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

  .start-project h3 {
    font-size: 72px;
  }

  .start-project {

    padding-top: 150px;
    padding-bottom: 120px;

  }

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

.hero {
  display:none;
}

.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{
width:auto;
}
.acreditations p{
  font-size:18px;
  margin-bottom: 0;
}
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:30px;
}
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: 18px;
  }

  .testimonial .btn{
    display:none;
  }
.testimonial h4{
  font-size:18px;
  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;
  }
  .option-pre{
    display:none;
  }

  .learn-more-btn{
    display:none;
  }
}

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

.home-testimonials, .mobile-process{
    overflow-x: hidden;
}
.mobilno{
  display:none;
}
.service-container h3{
  margin-bottom:15px;
}
.main-services{
  margin-bottom:20px;
}

.main-services .col-md-4{
  margin-bottom:15px;
}
.service-container{
  padding:20px 15px 10px;

}
.services-section .container{
  border-radius: 0;
  padding:30px 15px;
}
.service-desc p{
  margin-bottom:40px;
}
.service-desc h2{
  font-size:36px;
}

.selections-flyer .btn {
    background: #fff !important;

  }
.goodfor{
  position:relative;
}
.services-header{
  padding-top: 80px;

}
.services-header h2 {
    font-size: 24px;
    line-height: normal;
  }
  .service-lists {
    padding-bottom: 40px;
}
.service-lists ul{
  font-size:16px;
  margin-bottom: 0;
}
.ourprocess .value h4 {
    margin-bottom: 18px;
  }
  .process-header h3 {
    margin-bottom: 25px;
  }

  .ourprocess .value p {
    font-size: 16px;
  }
  .commercial .service-intro {
      padding-bottom: 0px;
    }
    .commercial .service-intro {
    border-bottom: 0px;
}
.commercial .service-lists {
    padding-bottom: 40px;
  }
.values-container .col-md-3{
  margin-bottom:15px;
}
    .process-header h3 {
      font-size: 24px;
    }
    .values-container {
    padding: 20px 15px;
  }

  .service-section h3 {
    font-size: 24px;
  }
  .service-intro{
    margin-bottom: 20px;
  }

  .service-section p {
    font-size: 18px;
  }


.selections-page h1, .services h1 {
font-size: 48px;
letter-spacing: normal;
  margin-bottom: 25px !important;
}
.concrete-details p, .goodfor li {
  font-size:15px;
  line-height: 1.8;
}
.goodfor li {
        font-weight: 600;
      }

.goodfor{
  text-align:right;
  padding-top: 20px;
  margin-bottom: 25px;
}
.goodfor h5 {
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 25px;
}


.acreditations p{
  font-size:16px;
}
.more-btn{
  display:none;
}
.concrete-type{
  padding-top: 5px !important;
}

.selections-intro .pre-title{
  display:none;
}

.selections-intro h3{
font-size:24px;
line-height: normal;
margin-bottom: 20px;
}

.selections-intro p{
font-size:15px;
line-height: 1.8;
}

.custom-finish p {
    font-size: 18px;

  }
  .call-josh a {
    font-size: 33px;

  }

  .call-josh {

    padding: 100px 0px;
  }

  .selections-page h1 {
  margin-bottom:0 !important;
  }
  .selections-flyer {
    text-align: left;
    margin-top:30px;
  }

.selections .services-header h1{
  font-size:60px;
  line-height: 1;
  text-align: right;
  letter-spacing: 0;
  margin-top: 40px;
}
.acreditations img{
  max-width:120px;
    margin-right: auto;
}
.acreditations{
  width:100%;
}
.partner-1, .partner-2,  .partner-3{
  max-width:50%;
  width:49%;
  text-align: center;
}
.partner-3 img{
  max-width:150px !important;
}
  .learn-more-btn{
    background: #fff;
    color:#000;
    border-radius: 50px;
    padding: 13px 30px;
    width:100%;
    text-align: center;
    text-transform: uppercase;
    font-weight: 300;
    margin-top: 10px;
  }

.concrete-type img{
  max-width:100%;
  margin-bottom:20px;
}


.concrete-type {
border-color:#9A9A95;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .josh h3, .josh a {
    font-size: 32px;
    font-weight: 900;
  }
.service-container li{
  font-size:13px;
  font-weight:300;
}

.start-project h3 {
    font-size: 36px;
  }
  .start-project {

      padding-top: 90px;
      padding-bottom: 80px;
    }
  .start-project .btn {

    margin-top: 10px;
  }


.service-container .vbottom{
  display:initial;
}
.custom-finish {
  padding-top:0px !important;
  padding-bottom: 30px !important;
}

.home .learn-more-btn{
  display:none;
}

.service-desc p{
  font-size:18px;
}

.service-desc .btn{
  margin-top:10px;
  margin-bottom: 30px;
}

.service-container p{
  margin-bottom:20px;
}
  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;
  }

}
