/*
BRAND COLORS
    smoke-black: #1A1816;
    smoke-mist: #FFF5E7;
    fire-glow: #FC5000;
    emerald: #30C037;
    purple-flame: #2E113D;
    dying-ember: 7D0013;
    deep-saffron: #FEB161;
    desert-sands: #F7DFB9;
    border-stroke: #3A3733;
    black: #010000;
*/
*{
    list-style: none;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    outline: none;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    text-decoration: none;
    color: inherit;
    line-height: 100%;
    background: transparent;
}
html, body, header, footer, main{
    background: rgb(1, 0, 0);
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-weight: 200;
    font-size: 10px;
    float: left;
    width: 100%;
    height: auto;
    scroll-behavior: smooth;
}
main{
    background-color: transparent;
}
body{
    margin: 0 auto;
    float: none;
}
footer{
    background: #1A1816;
}
footer p{
    color :#1A1816;
}
header{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    float: left;
    width: 100%;
    background: linear-gradient(to top, rgba(1, 0, 0, 0), rgba(1, 0, 0, 1));
}
header > *, footer > *{
    max-width: 160rem;
    padding: 0 2rem;
    float:none;
    margin: 0 auto;
}
h1, h2, h3{
    font-family: "pressio-compressed", "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    color: #FFF5E7;
}
strong{
    font-weight: bold;
    color: inherit;
}
a:hover, .btn:hover, button:hover, input[type="submit"]{
    cursor: pointer;
}
.col{
    float: left;
    width: 100%;
}
.col-20{
    width: 20%;
}
.col-25{
    width: 25%;
}
.col-30{
    width: 30%;
}
.col-33{
    width: 33.33%
}
.col-70{
    width: 70%;
}
.col-40{
    width: 40%;
}
.col-50{
    width: 50%;
}
.col-60{
    width: 60%;
}
.col-80{
    width: 80%;
}
.center{
    text-align: center;
    float: left;
    width: 100%;
    display: block;
}
.center *{
    float:left;
    width: 100%;
    display: block;
}
h1, .h1{
    font-size: 16rem;
    line-height: 80%;
    text-transform: uppercase;
}
sup{
    color: inherit;
}
.h1 sup{
    position: relative;
    font-size: 0.5em;
    display: inline;
    float: none;
    width: auto;
    height: auto;
    line-height: 100%;
    vertical-align: super;
    margin: 0 auto;
    padding: 0;
    left: -0.2em;
    top: -0.04em;
}
h3, .h3{
    font-size: 11rem;
    line-height: 80%;
    text-transform: uppercase;
    color: #FFF5E7;
    margin-bottom: 2rem;
}
h4, .h4{
    font-size: 1.8rem;
    font-weight: normal;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    line-height: 80%;
    /* text-transform: uppercase; */
    color: #FC5000;
    margin-top: 2rem;
    margin-bottom: 2rem;
    float:left;
    width: 100%;
}
h5, .h5{
    color: #FC5000;
    font-size: 1.3rem;
    font-weight: 500;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    line-height: 130%;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    float: left;
    width: 100%;
    margin-bottom: 1rem;
}
pre{
    color: #FC5000;
    font-size: 1.4rem;
    font-weight: 300;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    line-height: 150%;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    float:left;
    width:100%;
    margin-bottom: 2rem;
    text-wrap: auto;
}
p, .paragraph{
    font-size: 1.6rem;
    font-weight: 200;
    line-height: 1.5;
    max-width: 56rem;
    margin-bottom: 2rem;
    color:#FFF5E7;
}
p:last-child, .paragraph:last-child{
    margin-bottom: 0;
}
header .logo, header .nav-link{
    opacity: 0;
    visibility: hidden;
    transform: translateY(-4.4rem);

    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
header.active .logo, header.active .nav-link{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
header .logo{
    transition: all 0.5s ease-in-out 0.1s;
}
header .nav-link:nth-child(1){
    transition: all 0.5s ease-in-out 0.15s;
}
header .nav-link:nth-child(2){
    transition: all 0.5s ease-in-out 0.2s;
}
header .nav-link:nth-child(3){
    transition: all 0.5s ease-in-out 0.25s;
}
header .nav-link:nth-child(4){
    transition: all 0.5s ease-in-out 0.3s;
}
header .nav-link:nth-child(5){
    transition: all 0.5s ease-in-out 0.35s;
}
nav{
    display: flex;
}
ul{
    float: left;
    width: 100%;
    margin: 1rem auto;
    height: auto;
}
nav ul{
    float: left;
    width: auto;
    margin: 1rem 0;
    height: auto;
}
nav .nav-links{
    margin-left: auto;
    color: #FFF5E7;
}
nav li{
    float: none;
    margin: 0;
    padding: 0;
    width :auto;
    height: auto;
    text-align: center;
    display: inline-flex;
}
.nav-links{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.nav-link:not(.primary-cta) a span, .nav-link:not(.primary-cta) a span::after{
    -webkit-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.nav-link:not(.primary-cta) a{
    position: relative;
    float:left;
    width: auto;
    padding:0;
    font-size: 1.4rem;
    padding: 2rem 4rem;
    font-weight: normal;
}
.nav-link a span{
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    padding:0;
}
.nav-link a span::after{
    content: '';
    position: absolute;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    height: 2px;
    bottom: -0.5rem;
    left: 0;
    background-color: #FFF5E7;

    transform-origin: bottom center;
    -webkit-transform-origin: bottom center;
    -ms-transform-origin: bottom center;

    transform: translateY(1rem);
    -webkit-transform: translateY(1rem);
    -ms-transform: translateY(1rem);
}
.nav-link a:hover span, .nav-link a:hover span::after{
    color: #30C0B7;
}
.nav-link a:hover span{
    transform: translateY(-0.4rem);
    -webkit-transform: translateY(-0.4rem);
    text-shadow: 0 0 2rem rgba(0, 0, 0, .2);
}
.nav-link a:hover span::after{
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms--transform: translateY(0);

    opacity: 1;
    visibility: visible;
    transform-origin: bottom center;
    background-color: #30C0B7;
}
.nav-link a.active span, .nav-link a.active span::after{
    color: #30C0B7;
}
.nav-link a.active span{
    transform: translateY(-0.4rem);
    -webkit-transform: translateY(-0.4rem);
    -ms-transform: translateY(-0.4rem);
}
.nav-link a.active span::after{
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);

    opacity: 1;
    visibility: visible;
    transform-origin: bottom center;
    background-color: #30C0B7;
}
.nav-link:last-child{
    
}
.logo{
    float:left;
    width: 10rem;
    height: auto;
    padding: 1.1rem 0;
    margin:0;
}
.logo svg{
    float:left;
    width: 100%;
    height: 100%;
    padding:0;
    margin:0;
}
section{
    /* background: #010000; */
    padding: 4rem 2rem;
    min-height: 100vh;
    float: left;
    width: 100%;
}
section > div{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    float: left;
    width: 100%;
}
section .flex-reverse{
    flex-direction: row-reverse;
}
section img{
    object-fit: cover;
    width: 100%;
    height: auto;
}
.parallax{

}
#hero{
    position: relative;
    height: auto;
    padding: 0;
    float:left;
    width:100%;
    margin-bottom: -18rem;
    height: 100vh;
    min-height: 110rem;
    mask-image: -webkit-linear-gradient(to top, transparent, #010000, #010000, #010000 50%);
    mask-image: linear-gradient(to top, transparent, #010000, #010000, #010000 50%);
    margin-top: 0;
}
#hero .wrap{
    float: left;
    width: 100%;
    height: 100%;
    display: flex;
    max-width: none;
    padding: 0;
    align-items: flex-end;
}
#hero::after{
    content: "";
    float: left;
    width: 100%;
    height: 55vh;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0;
    margin: 0;
    background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .9), rgba(0, 0, 0, 1));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .9), rgba(0, 0, 0, 1));
    z-index: 2;
}
@keyframes parallax-text{
    to{
        -webkit-transform: translateY(22rem);
        -ms-transform: transform: translateY(22rem);;
        transform: translateY(22rem);
        opacity: 1;
    }
}
#hero .h1{
    width: auto;
    height: auto;
    z-index: 1;
    font-size: 17.7vw;
    letter-spacing: 0.2rem;
    padding-left: 5vw;
    padding-bottom: 0;
    font-weight: 600;
    display: inline-block;
    min-height: auto;
    padding-bottom: 32rem;

    -webkit-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;

    -webkit-transform: translateY(-64rem);
    -ms-transform: translateY(-64rem);
    transform: translateY(-64rem);

    opacity: 0.5;

    -webkit-animation: parallax-text 1s;
    -ms-animation: parallax-text 1s;
    animation: parallax-text 1s;

    -webkit-animation-iteration-count: 1;
    -ms-animation-iteration-count: 1;
    animation-iteration-count: 1;

    -webkit-animation-timeline: view();
    -ms-animation-timeline: view();
    animation-timeline: view();

    -webkit-animation-range: entry cover;
    -ms-animation-range: entry cover;
    animation-range: entry cover;
}
@keyframes parallax-image-background{
    to{
        -webkit-transform: translateY(10rem);
        -ms-transform: translateY(10rem);
        transform: translateY(10rem);
    }
}
#hero .wrap::before{
    content: "";
    background-image: url(/images/hero.jpg);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: cover;
    border-radius: 4rem 4rem 0 0;
    /* overflow: hidden; */
    padding: 0;
    float:left;
    width:100%;
    float: right;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    position: absolute;

    -webkit-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;

    -webkit-transform: translateY(-80rem);
    -ms-transform: translateY(-80rem);
    transform: translateY(-80rem);

    animation: parallax-image-background 1s;
    animation-iteration-count: 1;
    animation-timeline: view();
    animation-range: entry cover;
}
@keyframes parallax-image-detail{
    to{
        transform: translateY(-16rem) translateX(0) scale(1);
        opacity: 1;
        filter: blur(0);
    }
}
#hero .wrap::after{
    content: "";
    background-image: url(/images/hero-mountains.png);
    background-repeat: no-repeat;
    background-position: 81% 0%;
    background-size: cover;
    float: right;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100vw;
    position: absolute;
    z-index: 2;
    max-height: 65vw;
    min-height: 40vh;

    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;

    transform: translateY(28rem) translateX(8rem) scale(1.1);
    opacity: .8;
    filter: blur(0.1rem);

    -webkit-animation: parallax-image-detail 1s;
    -ms-animation: parallax-image-detail 1s;
    animation: parallax-image-detail 1s;

    -webkit-animation-iteration-count: 1;
    -ms-animation-iteration-count: 1;
    animation-iteration-count: 1;

    -webkit-animation-timeline: view();
    -ms-animation-timeline: view();
    animation-timeline: view();

    -webkit-animation-range: entry cover;
    -ms-animation-range: entry cover;
    animation-range: entry cover;
}
#hero + section{
    position: relative;
    background: #010000;
    padding-top: 8rem;
}
.cards{
    display: flex;
    justify-content: left;
    align-items: center;
    height: 100%;
    float: left;
    padding: 0 4rem 0 8rem;
    flex-wrap: wrap;
}
.cards img{
    width: auto;
    height: auto;
    margin-bottom: 3rem;
}
.cards .card{
    display: flex;
    flex-direction: column;
    justify-content: left;
    align-items: flex-start;
}
.cards .card > div{
    background: #010000;
    height: auto;
    float: left;
    padding: 4rem;
    text-align: left;
    border-left: #3A3733 solid;
    border-top: #3A3733 solid;
    border-bottom: #3A3733 solid;
    min-height: 48rem;
}
.cards .card:last-child > div, .cards .card:nth-child(3n) > div{
    border-right: #3A3733 solid;
}
.cards .card:nth-child(n+4) > div{
    border-top: 0 none;
}
.cards .h4, .cards .paragraph{
    width:100%;
    float:left;
}
.cards .card:hover > div{
    
}

.services{
    padding-left: 0;
    padding-right: 0;
}

@keyframes services-text{
    to{
        -webkit-transform: translateY(-8rem);
        -ms-transform: translateY(-8rem);
        transform: translateY(-8rem);
    }
}
.services .content-box, #who-we-are .content-box{
    -webkit-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;

    -webkit-transform: translateY(8rem);
    -ms-transform: translateY(8rem);
    transform: translateY(8rem);

    -webkit-animation: services-text 1s;
    -ms-animation: services-text 1s;
    animation: services-text 1s;

    -webkit-animation-timeline: view();
    -ms-animation-timeline: view();
    animation-timeline: view();

    -webkit-animation-range: normal;
    -ms-animation-range: normal;
    animation-range: normal;
}

.col.image-box:first-child{
    padding-right: 4rem;
}
.col.image-box:last-child{
    padding-left: 4rem;
}
.col.content-box:first-child{
    padding-left: 4rem;
}
.col.content-box:last-child{
    padding-right: 4rem;
}
.flex-reverse .col.content-box:last-child{
    padding-left: 4rem;
}
.flex-reverse .col.image-box:first-child{
    padding-right: 0;
}
.col.image-box:first-child img{
    mask-image: -webkit-linear-gradient(to left, transparent, #010000 10%);
    mask-image: linear-gradient(to left, transparent, #010000 10%);
}
.col.image-box:last-child img{
    mask-image: -webkit-linear-gradient(to right, transparent, #010000 10%);
    mask-image: linear-gradient(to right, transparent, #010000 10%);
}
.sub-services{

}
.sub-services li{
    font-size: 1.6rem;
    font-weight: normal;
    margin: 2rem 0 0;
    list-style-type: decimal-leading-zero;
    list-style-position: inside;
    color: #30C0B7;
}

#our-industries{
    margin-bottom: 4rem;
    min-height: 52vh;
    float: left;
    padding-top: 12rem;
}
#our-industries p{
    max-width: 49rem;
}
#our-industries .wrap {
    align-items: center;
}
#our-industries .col{
    padding: 0 4rem 0 4rem;
    max-width: 70rem;
}
#our-industries .col-30{
    padding: 0 8rem 0 8rem;
}
#our-clients {
    padding-left: 0;
    padding-right: 0;
    float: left;
    width: 100%;
    height: auto;
    min-height: auto;
    margin: 0;
    padding-bottom: 0;
}
#our-industries .sub-services{
    margin: 0;
}
@keyframes slide-infinite{
    from{
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    to{
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}
.logo-slider{
    border-top: #3A3733 solid;
    border-bottom: #3A3733 solid;
    white-space: nowrap;
    overflow: hidden;
    margin: 4rem auto 0 auto;
    float: none;
    display: inline-block;
    width: 100%;
    margin: 0 auto;
}
.logo-slider ul{
    float:none;
    display: inline-block;
    white-space: nowrap;

    -webkit-animation: 30s slide-infinite infinite linear; 
    -ms-animation: 30s slide-infinite infinite linear; 
    animation: 30s slide-infinite infinite linear; 
}
.logo-slider li{
    display: inline-block;
    float: none;
    width: 20%;
}
.logo-slider img{
    width: 100%
}

#our-story{
    background: url(/images/our-story-bg.jpg) no-repeat center center;
    background-size: cover;
    float: left;
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    position: relative;
    padding-bottom: 14vh;
}
#our-story .wrap{
    align-items: flex-start;
    justify-content: flex-start;
    display: inline-flex;
    float: left;
}
section.border-left{
    padding-left: 20rem;
}
section.border-left::after{
    content: "";
    float: left;
    width: 10rem;
    height: 100%;
    border-right: 1px solid #3A3733;
    position: absolute;
    left: 0;
    top: 0;
}
footer{
    background-color: #30C0B7;
    padding:0 8rem;
    border-top: 1px solid #1A1816;
    border-bottom: 1px solid #1A1816;
    padding: 0;
}
footer .col:last-child{
    margin-left: -1px;
}
footer .wrap{
    max-width: none;
    display: inline-flex;
    padding: 0 10rem;
    width: 100%;
}
footer .h4{
    font-family: "pressio-compressed", "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 4rem;
    line-height: 1.1;
    color: #1A1816;
    margin-bottom: 2rem;
}
footer .h4 pre{
    color: #1A1816;
    margin-bottom: .5rem;
    letter-spacing: 0.2em;
}
footer .legal{
    float: left;
    width: 100%;
    padding: 4rem 0;
    border-left: 0 none;
    border-right: 0 none;
}
footer .legal p{
    float: none;
    width: auto;
    display: inline-block;
    margin: 0 auto;
}
.border-box{
    border: 1px solid #FFF5E7;
    width: 100%;
    padding: 4rem;
    min-height: 50%;
}
footer .border-box{
    border-color: #1A1816;
}
.border-box:last-child{
    margin-top: -1px;
    border-bottom: 0 none;
}
footer .border-box:first-child{
    border-top: 0 none;
}
#footer-contact{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
#footer-contact p{
    margin-bottom: 4rem;
}
fieldset, label, input, textarea{
    display: inline-block;
    width:100%;
    margin-bottom: 1rem;
}
label{
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 1rem;
    -webkit-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
input, textarea{
    font-size: 1.4rem;
    background:rgba(255, 245, 231, 0.1);
    padding: 1rem 1rem;
    -webkit-transition: all 0.3s ease-out;
    -ms-webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    border: 1px solid transparent;
}
textarea{
    min-height: 8rem;
    height: auto;
    max-height: 16rem;
    max-width: 100%;
    min-width: 100%;
}
input::placeholder, textarea::placeholder{
    color: rgba(255, 245, 231, 0.6);
    -webkit-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
fieldset:focus-within label{
    color: #1A1816;
}
input:focus, textarea:focus{
    background:rgba(255, 245, 231, 0.8);
    color: #1A1816;
    border: 1px solid #FFF5E7;
}
input:focus::placeholder, textarea:focus::placeholder{
    color: #1A1816;
}
button, .btn{
    padding: 1.5rem 2rem;
    line-height: 1;
    font-weight: bold;
    font-size: 1.4rem;
    background: #FC5000;
    color:#FFF5E7;

    -webkit-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.btn-primary{
    background: #FC5000;
    color: #1A1816;
}
.btn-primary.btn-ghost{
    background: rgba(1, 0, 0, 0.2);
    border: 0.2rem solid #FC5000;
    color: #FC5000;
}
.btn-primary.btn-ghost:hover{
    background: #FC5000;
    color: #1A1816;
}
.btn-secondary{
    background: #30C0B7;
    color:#FFF5E7;
}
.btn-tertiary{
    background: #1A1816;
    color:#FFF5E7;
}
.btn-tertiary:hover{
    color:#1A1816;
    background-color: #FFF5E7;
}
.btn-secondary-inverse{
    background: #FFF5E7;
    color: #30C0B7;
}
button:hover, .btn:hover{
    -webkit-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background: #1A1816;
    color: #30C0B7;
    cursor: pointer;
}
@media (max-width: 780px){
    h3, .h3 {
        font-size: 7rem;
    }
    pre{
        font-size: 1.3rem;;
    }
    p, .paragraph {
        font-size: 1.5rem;
        margin-bottom: 1rem;
        max-width: 48rem;
    }
    button, .btn{
        width: 100%;
    }
    section{
        padding-top: 1rem;
        padding-bottom: 1rem;
        min-height: auto;
    }
    .wrap:not(nav, .logo-slider-wrap), .col{
        display:block;
        float:left;
        width:100%;
        padding:0;
        margin:0;
    }
    .col{
        width: 100% !important;
        padding: 0 !important;
        margin-bottom: 2rem;
    }
    .col .image-box{
        position: relative;
        z-index: 1;
    }
    .col .image-box img{
        
    }
    .nav-link:not(.primary-cta){
        display: none;
    }
    .logo{
        width: 11.8rem;
    }
    .cards .card{
        margin-bottom: 2rem; 
    }
    .cards .card > div{
        border: 1px solid #3A3733 !important;
    }
    .services .content-box{
        padding: 0 2rem !important;
    }
    .logo-slider li {
        /* width: 40%;
        animation: 30s slide-infinite infinite linear; */
    }
    #our-story{
        padding: 0 2rem 4rem 2rem;
        min-height: 70vh;
    }
    section.border-left::after{
        display: none;
    }
    footer .wrap{
        display: block;
        padding: 0;
    }
    footer .border-box{
        border-left: 0 none;
        border-right: 0 none;
        padding: 2rem 2rem 4rem 2rem;
    }
    #footer-contact{
        border-top: 1px solid;
    }
    footer .legal p{
        font-size: 1.2rem;
        padding: 4rem 0rem;
    }
    @keyframes parallax-text{
        to{
            transform: translateY(8rem);
            opacity: 1;
        }
    }
    #hero .h1{
        transform: translateY(-22rem);
        opacity: 0.8;

        font-size: 29.6vw;
        padding: 2rem 0 14rem 2rem;
    
        animation: parallax-text 1s;
        animation-iteration-count: 1;
        animation-timeline: view();
        animation-range: entry cover;
    }
    #hero{
        min-height: 78rem;
        height: 80vh;
        margin-bottom: 0rem;
    }
    #hero::after{
        background: transparent;
    }
    #hero .wrap::before,  #hero .wrap::after{
        animation: none;
        transform: none;
        opacity: 1;
        filter: blur(0);
    }
    #our-industries{
        padding-top: 2rem;
    }
}
@media (min-width: 480px) and (max-width: 760px){
    .cards .card{
        width: calc(50% + 2rem) !important;
        padding: 0 1rem !important;
        margin-left: -2rem;
        margin-bottom: -1px;
    }
    .cards .card > div{
        padding: 2rem;
    }
}
@media (min-width: 760px) and (max-width: 1280px){
    section{
        min-height: 68vh;
        margin: 4rem 0;
    }
    .services .col-60{
        width: 40%
    }
    .services .col-40{
        Width: 60%;
    }
    #hero{
        min-height: 89rem;
        height: 90vh;
        margin-bottom: 0rem;
    }
    #hero::after{
        background: transparent;
    }
    #hero .wrap::before,  #hero .wrap::after, #hero .h1{
        animation: none;
        transform: none;
        opacity: 1;
        filter: blur(0);
    }
    #hero .h1{
        font-size: 22.6vh;
        padding: 2rem 0 17rem 2rem;
        transition: none;
    }
    h3, .h3{
        font-size: 8rem;

    }
    pre{
        font-size: 1.3rem;
    }
    p, .paragraph{
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }
    .nav-link:not(.primary-cta){
        display: none;
    }
    .cards .card{
        width: calc(33.33% + 2rem) !important;
        padding: 0 1rem !important;
        margin-left: -2rem;
        margin-bottom: -1px;
        position: relative;
        left: 1rem;
    }
    .cards .card > div{
        padding: 2rem;
    }
    #who-we-are .wrap{
        width: 100% !important;
        padding: 0 !important;
        margin-bottom: 2rem;
        display: block;
    }
    #who-we-are .wrap > .col{
        width: 100% !important;
        padding: 0 !important;
        margin-bottom: 4rem;
    }
    .sub-services li{
        margin: 1rem 0 0;
    }
    #our-industries .wrap{
        display: block;
    }
    #our-industries .col:first-child{
        margin-bottom: 4rem;
    }
    #our-industries .col-50{
        width: 100%;
    }
    #our-industries .col-25{
        width: 50%;
    }
    #our-story{
        margin-top: 0;
        padding-left: 12rem;
        padding-bottom: 6rem;
        margin-bottom: 0;
    }
    #our-story .col-60{
        width: 100%;
    }
    section.border-left::after{
        width: 6rem;
        height: 100%;
    }
    footer .wrap{
        padding: 0 6rem;
        display: block;
    }
    footer .col-50{
        width: 100%;
    }
    #footer-contact{
        border: 1px solid;
    }
    footer .legal{
        padding: 2rem 0;
    }
}
@media (min-width: 1280px) and (max-width: 1640){
    #hero{

    }
}