body, html {
    max-width: 100% !important;
    height: 100%;
    color: #000000;
    margin: 0;
    width: 100%;
    min-width: 100% !important;
    padding: 0;
    font-family: 'Montserrat', serif !important;
    
  }
  
a:link {
    color: #5e7577;
    background-color: transparent;
    text-decoration: none;
  }
  
  a:visited {
    color: #000000;
    background-color: transparent;
    text-decoration: none;
  }
  
  a:hover {
    color: #344546;
    background-color: transparent;
    text-decoration: underline;
  }
  
  a:active {
    color: #254142;
    background-color: transparent;
    text-decoration: underline;
  }
.content {
    display: none;
}

body .wrapper .content p {
    color: #000000;
    letter-spacing: 0px;
    font-style: regular;
    line-height: 26px;
}
.wrapper {  
    margin: auto;
    background-color: #FFFFFF;
    padding-top: 50px;
    padding-bottom: 0px;
    width: auto;
    max-width: 1600;
    min-width: 800;
}
nav.nav {
    position: float;
    margin-top: -70px;
    margin-left: 20px;
    margin-bottom: 20px;
}
nav.nav li {
    list-style: none;
    display: inline-block;
    margin-right: 50px;
    position: relative;
    letter-spacing: 0px;
}
nav.nav li.active a {
    font-weight: regular;
    color: #254442;
}
nav.nav ul li > a:before {
    width: 0%;
    bottom: -10px;
    transition: 300ms;
    height: 1px;
    content: "";
    position: absolute;
    background-color: #464646;
}
nav.nav ul {
    padding-left: 0px;
    text-align: right;

}
nav.nav ul li a {
    color: #000000 ;
    text-decoration: none;
    font-size: 15px;
    font-weight: normal;
}
.logo-img {
    display: none;
}
nav.nav ul li a::after {
    content : "";
    width: 30px;
    height: 1px;
}
.logo > a > h1 {
    font-size: 0px;
}
.logo > a > img.logo-img {
    transition: 0.3s all ease-in;
}
.logo-img {
    width: 50px;
    height: 50px;
}
.logo a {
    position:  relative !important;
}
.logo a.logo-text {
    position: absolute !important;
    top: 26px;
    left: 53px; 
    width: 122px;
}
a.logo-text img {
    width: 453px;
    height: auto;
    position: relative;
}
.content {
    position: absolute;
    padding: 0px;
    left: 60px;
    right: 60px;
    top: 95px;
    bottom: 0px;
    overflow: hidden;
}
.content.what-we-do h2.heading {
    margin: 0;
    cursor: pointer;
    display: inline-block;
    padding-top: 20px;
}
.content.what-we-do h2.heading a {
    opacity: 0.5;
}
.content.what-we-do h2.heading.active a, .content.what-we-do h2.heading:hover a {
    opacity: 1;
    cursor: pointer;
}
.content.what-we-do .headlinks {
    margin-bottom: 0px;
}
.content.what-we-do .headlinks a {
    color: #000000;
    text-decoration: none;
    font-size: 53px;
}
.content.about {
    padding-bottom: 60px !important;
}
.content .heading-short {
    max-width: 1024px;
}
.content p.heading {
    font-size: 16px;
    line-height: 1.3em;
}
.content .hero {
    margin-top: 0px;
    width: 100%;
    height: 77vh !important;
    object-fit: cover;
}
h2.heading {
    color : #000000;
    font-size: 30px;
    letter-spacing: 0px;
}
.images {
    display: flex;
    max-height: 500px;
    overflow: hidden;
}
.images .section__content {
    display: inline-flex !important;
}
.content.what-we-do .copy.copy-active {
    display: block !important;
}
.home-padding {
    margin-top: 1290px !important;
}
.home-padding.home-padding2 {
    margin-top: 620px !important;
}
.hero {
    min-height: 500px !important;
    height: 79% !important;
}
.content.about .section-half--reverse {
    margin-top: 0px !important;
}
.section__content.enquire-form h3, .section__content.enquire-form h4  {
    font-size: 15px;
    font-weight: normal;
    color: black !important;
}
.section__content.enquire-form h4 {
    font-weight: bold;
}
.wrapper .what-we-do .column {
    max-width: 50%;
}
/* ------------------------------------------------------------ *\
	Section Half
\* ------------------------------------------------------------ */

.section-half { background: #FFFFFF; font-size: 18px; margin-top: 50px; }
.section-half:last-of-type { margin-bottom: 50px; }
.index2 .section-half:last-of-type { margin-bottom: 150px !important; }

.section-half .section__inner { display: -webkit-box; display: -ms-flexbox; display: flex; }

.section-half .section__image { position: relative; max-width: 50%; -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; min-height: 643px; background-size: cover; background-position: center; background-repeat: no-repeat; }

.section-half .section__title { display: none !important; position: absolute; top: 30%; right: 2.2%; left: auto; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); color: rgba(255,255,255,.62); font-size: 130px; text-transform: lowercase; line-height: 1; text-align: right; }

.section-half .section__content { -webkit-box-flex: 1; -ms-flex: 1 1; flex: 1 1; padding: 100px !important; background: #FFFFFF; color: #000032;  }

.section-half .section__content p { margin-bottom: 30px; }

.section-half .section__content h2 { color: #000000 !important; letter-spacing: 1px; font-size: 45px; position: relative; display: inline-block; margin-bottom: 34px; color: currentColor; font-weight: 700; line-height: 1.2; }

.section-half .btn { 
    margin-top: 35px;
    padding: 14px 52px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border: 2px solid black;
    text-decoration: none;
    color: black;
    top: -326px;
    position: relative;
 }

.section-half .btn:hover { background-color: #143437; color: #f7f7f7; }

.section-half--reverse .section__inner { -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; }

.section-half--reverse .section__content { padding: 73px 112px 85px 0; }

.section-half--reverse .section__title { text-align: justify; left: 2.2%; }

.section-half .section__content h2::after {
    content: "";
    height: 2px;
    width: 50%;
    position: absolute;
    background-color: rgba(94, 117, 119, 1);
    color: rgba(94, 117, 119, 1);
    left: 0px;
    top: 55px;
} 
.section-half .section__content.about-us {
    padding-left: 0px !important;
    padding-top: 0px !important;
    padding-right: 0px !important;
}
#promo {
    height: auto;
}
.section-half .section__content.about-us p {
    color : #143437;
}
.section-half .about-us-img {
    position: relative;
    margin-top: -100px;
}
.footer {
    background-color: #ffffff;
    padding: 15px 100px;
    position: absolute;
    bottom: 0px;
    right: 0;
    left: 0;
}
.footer img.logo-img {
    width: 32px;
    height: 32px;
    margin-right: 10px;
    position: relative;
    left: 40px;
    top: 10px;
}
.footer .logo-img-text {
    width: 220px;
    height: auto;
    position: relative;
    left: 40px; 
    top: 15px;
}
.footer .col.col-1 {
    width: 100%;
    height: 53px;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.footer .col.col-2 {
    width: 29%;
}
.footer .col.col-3 {
    width: 17%;
}
.footer ul {
    list-style-type: none;
}
.footer .col-1 ul {
    text-align: center;
    position: relative;
    margin: 0;
    padding: 0;
    bottom: 15px;
    padding-top: 30px;
}
.footer .col h3 {
    color: black;
    letter-spacing: 1px;
    position: relative;
    left: 40px;
}
.footer ul li, .footer ul li a {
    color: black;
    text-decoration: none;
    font-size: 12px;
}
.footer ul li {
    margin-bottom: 10px;
    display: INLINE-BLOCK;
    margin-right: 30px;
}
.footer .social {
    position: relative;
    left: 40px;
    margin-right: 10px;
}
.about.content h2.heading {
    margin-bottom: 12px;
}
.index .section-half a.btn {
    top: 50px !important;
}
.section-half .section__content.about-us {
    line-height: 50vh;
    height: 60vh !important;
    padding: 0px !important;
    margin-bottom: 0px;
}
.about-us-img img {
    height: 67vh;
    object-fit: contain;
    margin-top: 0px !important;
}  
.about-us-img {
    margin-top: 0px !important;
}
.about-us p {
    margin-bottom: 0px;
line-height: 1.5 !important;
display: inline-block !important;
vertical-align: middle !important;
}
/* Small Desktop */

@media (max-width: 1279px) {
	.section-half .section__content { padding: 73px 0 85px 50px; }

	.section-half--reverse .section__content { padding: 73px 50px 85px 0; }
}

/* Tablet Portrait */

@media (max-width: 1023px) {
	.section-half .section__inner { display: block; }

	.section-half .section__title { font-size: 75px; }

	.section-half .section__image { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; min-height: 312px; max-width: none; margin: 0px;  }
}

.logo {
    width: 100%;
    height: 60px;
}

html, body {
    width: 100% !important;
    min-width: unset !important;
    max-width: unset !important;    
    position: relative !important;
    height: 100% !important;
    overflow: hidden;
}
.wrapper {
    position: relative !important;
    width: auto !important;
    height: 100% !important;
    min-width: unset !important;
    max-width: unset !important;
}
.headlinks h2 a:hover, .headlinks .heading.active {
    transition: 0.3s all ease-in !important;
}
.projects {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    margin-top: 14px;
}
.projects .project {
    display: inline-flex;
    width: 25%;
    margin-right: 20px;
    position: relative;
}
.projects .project:hover .overlay{
    opacity: 0.8;
}
.projects .project:last-child {
    margin-right: 0px;
}
.project img {
    width: 100%;
    cursor: pointer;
}
.projects .project .overlay {
    background-image: url('/images/projectoverlay.png');
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    transition: .5s ease;
    opacity:0;
}
.projects .project .project-deets {
    position: absolute;
    top: 45%;
    width: 100%;
    text-align: center;
}
.projects .project a {
    width: 100%;
}
.projects .project .project-deets h4 {
    font-size: 20px;
    font-weight: normal;
    text-shadow: 0px 0px #143437;
    margin: auto;
}
.projects .project .project-deets h4,.projects .project .project-deets p  {
    color: white;
}
.enquire .enquire-img > img {
    margin-top: 0px !important;
    margin-bottom: 40px;
}
.enquire h2.heading {
    font-size: 0px;
}
.section-half .section__content p {
    font-size: 16px !important;
    line-height: 1.3em !important ;
}
@media (max-width: 1162px) { 
    footer svg {
        width: 12px !important;
        position: relative;
        right: -1px !important;
        top: 2px !important;
    }
    .content {
        bottom: 82px !important;
        left: 30px !important;
        right: 30px !important;
    }
    a.logo-text img {
        width: 260px;
        margin: auto !important;
    }
    nav.nav ul {
        padding-top: 40px;
    }
    nav.nav ul li a {
        font-size: 18px !important;
    }
    .footer .col.col-1 {
        text-align: center;
    }
    .content.about.enquire h2.heading{
        display : none;
    }
    .enquire-img {
        display: none;
    }
    .section-half .section__content.enquire-form {
        padding: 0px !important;
    }
    .content {
        top: 250px;
        bottom: 130px;
    }
    .enquire-form h3 {
        font-size: 20px;
        margin-bottom: 10px !important;        
    } 
    .footer {
        max-width: unset !important;
        min-width: unset !important;
    }
    .footer ul {
        left: unset !important;
    }
    .footer ul li {
        margin: 0 !important;
        margin-top: 0px !important;
    }
    .enquire-form h4 {
        font-size: 17px;
        font-weight: normal;
        margin-top: 10px !important;
    }
    .enquire-form > br {
        display: none;
    } 
    .what-we-do .copy br{
        display: none;
    }
    .content.what-we-do .headlinks {
        margin-bottom: 40px !important;
    }
    .about.content h2.heading {
        margin-bottom: 50px !important;
    }
    .index h2.heading {
        font-size: 21px !important;
    }
    .index h2.heading br {
        display: none !important;
    }
    body .wrapper .content p {
        line-height: 25px !important;
    }
    nav.nav ul li a {
        font-size: 25px;
        line-height: 1.5em;
    }
    nav.nav {
        margin-top: -20px !important;
    }
    .home-padding {
        margin-top: 360px !important;
    }
    .hero {
        height: 300px !important;
    }
    .content-bottom h2.heading {
        font-size: 30px;
    }
    .content-bottom .projects {
        margin-top: 20px;
    }
    .content-bottom h2.heading > span {
        left: 50px !important;
        width: 100px !important;
    }
    .projects, .project {
        display: block !important;
        width: 100% !important;        
    }    
    .project {
        margin-top: 20px;
    }
    .about-us-img img {
        padding-left: unset !important;
        height: auto !important;
    }
    footer.footer {
        padding: 25px !important;
        padding-top: 0px !important;
    }
    footer .col-1 .logo-img-text, footer .col-1 .logo-img, footer .col-2 > h3  {
        left: 0px !important;
        top: 0px;
    }
    footer ul {
        padding-left: 0px;
    }
    .headlinks h2.heading a {
        font-size: 60px !important;
    }
    .logo {
        padding-top: 10px;
    }  
    .section-half .section__content.about-us {
        padding: 0px !important;
        margin-top: -30px !important;
        margin-bottom: 50px !important;
        padding-top: 0px !important;
    }
    .about-us-img > img {
        margin-bottom: 50px !important;
        width: 100% !important;
        padding-right: unset !important;
    }
    .about .section-half {
        margin-top: 70px;
        position: relative;
    }
    .footer {
        padding: 20px !important;
        display: block;
        margin-left: -20px !important;
        margin-right: -20px !important;
        margin-top: 50px;
    }
    .footer .col {
        display: block !important;
        width: 100% !important;
    }
    .footer .col-2, .footer .col-3 {
        display: inline-block !important;
        width: 48% !important;
    }
	.section-half { font-size: 10px; }
	.section-half h2 { font-size: 20px; }

	.section-half .section__title { font-size: 65px; padding: 25.3% 5% 26% 10%; left: auto; }

    .section-half .section__content {
        padding: 50px !important;
    }
    .section-half .section__content p, .section-half .section__content a {
        font-size: 15px;
    }

	.section-half--reverse .section__title { padding: 27.3% 5% 25% 10%; right: auto; }

	.section-half .section__content { padding: 25px 75px 25px 40px; }
    .section-half .btn { padding: 8px 10px; font-size: 10px; min-width: 112px;top: 45px !important; }
    .wrapper {
        padding-top: 0px;
    }
    nav.nav ul li {
        display: block;
    }
    .logo > a > img.logo-img {
        position: relative !important;
        left: 10px !important;        
    }
    img.logo-text {
        width: 200px !important;
        height: auto !important;
        position: relative !important;
        top: -25px !important;
        float: right !important;
        right: unset !important;
        left: unset !important;
    } 
}



html body * {
  box-sizing: border-box;
  font-family: 'Montserrat', sans-serif;
}
.gridywrap div[class*=gridy] {
  background: #eee;
  box-shadow: inset 0 0 0 1px #ddd;
  padding: 15px; float: left;
  position: relative;
}
.gridywrap .gridy-1,
.gridywrap .gridy-2,
.gridywrap .gridy-3 {width: 320px;
  overflow: hidden;}

.gridywrap .gridy-1 {width: 100%;}
.gridywrap .gridy-2 {width: 100%;}
.gridywrap .gridy-3 {width: 100%;}

.gridywrap .gridyhe-1 {height: 320px;}
.gridywrap .gridyhe-2 {height: 320px;}


@media screen and (min-width: 640px) {
  .gridywrap .gridyhe-2 {height: 320px;}
  .gridywrap {
    width: 100%;
  }
  .gridywrap .gridy-1 {width: 50%;}
  .gridywrap .gridy-2 {width: 50%;}
  .gridywrap .gridy-3 {width: 100%;}
}
@media screen and (min-width: 1024px) {
  .gridywrap .gridy-1 {width: 33.3%;}
  .gridywrap .gridy-2 {width: 66.6%;}
  .gridywrap .gridy-3 {width: 100%;}
  .gridywrap .gridyhe-2 {height: 640px;}
}

/*styling*/
.gridywrap .gridimg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  background-position: center center;
  background-size: cover;
}
.gridywrap .gridimg img {
  width: 100%;
}
.gridywrap .gridinfo {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.4);
  text-align: center;
  transition: all 0.8s;
}
.gridywrap .gridinfo h3 {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  margin: 130px 0 20px;
  position: relative;
}
.gridywrap .gridinfo h3:after {
  content: '';
  width: 25px;
  border-top: 4px solid #fff;
  display: block;
  margin: 0 auto;
  margin-top: 25px;
}
.gridywrap .gridinfo .gridmeta {
  transition-delay: 0.25s;
}
.gridywrap .gridinfo .gridmeta p {
  display: inline-block;
  font-size: 13px;
  color: #fff;
  margin-bottom: 15px;
}
.gridywrap .gridinfo .gridmeta p i {
  margin-right: 5px;
}
.gridywrap .gridinfo .gridmeta p.gridwho {
  margin-left: 25px;
}
.gridywrap .gridinfo p.gridexerpt {
  width: 60%;
  margin: 0 auto;
  line-height: 22px;
  margin-bottom: 25px;
  color: #fff;
  transition-delay: 0.5s;
}

.gridywrap .gridinfo * {
  opacity: 0;
  transition: all 0.8s;
}
.gridywrap .gridinfo h3 {
  opacity: 1;
}
.gridywrap .gridinfo .grid-btn {
  color: #fff;
  text-decoration: none;
  margin: 0 auto;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 25px;
  border: 1px solid #fff; 
  display: block;
  overflow: hidden;
}
.gridywrap .gridinfo .grid-btn:hover {
  width: 75px;
  background: rgba(0,0,0,0.3);
}
.gridywrap .gridinfo .grid-btn span {
  opacity: 0;
  display: none;
  transition: opacity 0.8s;
}
.gridywrap .gridinfo .grid-btn:hover span {
  opacity: 1;
  display: inline;
}
.gridywrap .gridinfo .grid-btn:hover i {
  opacity: 0;
  display: none;
}

.gridywrap .gridinfo:hover * {
  opacity: 0.7;
}
.gridywrap .gridinfo:hover p {
  opacity: 1;
}
.gridywrap .gridinfo:hover {
  background: white);
}
.gridywrap .gridinfo:hover h3 {
  margin-top: 70px;
  opacity: 1;
}

.intro {
  text-align: center;
  padding: 25px;
  background: rgb(255, 255, 255);
  color: #ddd;
}
.intro p {
  opacity: 0.5;
  font-size: 12px;
}
.intro p a {
  color: #Ffffff;
}
@media screen and (min-width: 1024px){
    nav.nav ul li a:hover:before {
        width: 75%;
    }
    nav.nav ul li a:hover:before {
        color : rgba(94, 117, 119, 1);
    }    
}
.row {
    display: flex;
    flex-wrap: wrap;
    padding: 0 4px;
  }
  
  /* Create four equal columns that sits next to each other */
  .column {
    flex: 25%;
    max-width: 25%;
    padding: 0 4px;
  }
  .column-2 {
    flex: 50%;
    max-width: 50%;
    padding: 0 4px;
  }
  .column img {
    margin-top: 8px;
    vertical-align: middle;
    width: 100%;
  }
  
  /* Responsive layout - makes a two column-layout instead of four columns */
  @media screen and (max-width: 800px) {
    .column {
      flex: 50%;
      max-width: 50%;
    }
  }
  
  /* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
  @media screen and (max-width: 600px) {
    .column {
      flex: 100%;
      max-width: 100%;
    }
  }
  .img:hover{
    color: #424242; 
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -ms-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  opacity: 1;
  transform: scale(1.15);
  -ms-transform: scale(1.15); /* IE 9 */
  -webkit-transform: scale(1.15); /* Safari and Chrome */

}
