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

    header {
        padding: 0 8.3%;
    }

    .content {
        padding: 15px 8.3%;
    }

    ul.opportunity {
        padding: 100px 8.3%;
    }

    ul.nav {
        right: 8.3%;
    }

    .top {
        padding: 15px 8.3%;
    }


}
@supports (-webkit-touch-callout: none) {
    ul.nav {
        z-index: 99999999; 
    }
}

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


    header {
        padding: 0 4%;
    }

    .content {
        padding: 15px 4%;
    }

    ul.opportunity {
        padding: 100px 4%;
    }

    ul.nav {
        right: 4%;
    }

    .top {
        padding: 15px 4%;
    }

}




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

    .hero {
        height: 50vh;
    }

    .down {
        top: 130px;
    }

    .hero h1,
    .pagehero span h1 {
        font-size: 40px;
    }

    .hero h3 {
        font-size: 20px;
    }

    .hero,
    .pagehero {
        background-size: cover;
    }

    video {
        width: unset;
    }

    .top {
        padding: 0 4%;
        z-index: 950;
    }

    .top span {
        display: block;
        margin: 0;
        text-align: center;
        line-height: 38px;

    }

    header img {
        height: 80px;
        margin: 15px auto;
        position: relative;
        top: -5px;
        /* left: 50%; */
        z-index: 900;
        /* transform: translateX(-50%); */
    }

    header {
        height: 95px;
    }

    .mhide {
        display: none !important;
    }

    ul.services span {
        display: none;
    }

    ul.services li {
        width: calc(100% - 0px);
    }

    .cleft,
    .cright {

        width: 100%;

    }

    .cright {
        padding: 0;
    }

    .cright h1 a {
        position: relative;
        display: block;
        text-align: center;
        margin-top: 10px;
        right: 0;
        margin: 10px 0 0 0;
    }

    .cright h1 {
        /* font-family: 'Orelega One', cursive; */
        font-size: 30px;
        text-align: center;
    }

    .card,
    .activecard {
        padding: 15px;
    }

    body {
        font-size: 14px;

    }

    .card h3,
    .activecard h3 {
        font-size: 20px;
    }

    ul.opportunity li {
        width: calc(100% - 10px);
    }

    .pagehero {
        height: 350px;
        margin-bottom: 0px;
    }

    .cleft {
        margin-top: 0px;
    }

    ul.services li {
        width: calc(100% - 0px);
        float: left;
        text-align: center;
        transition: 0.3s;
        padding: 20px 0;
        /* line-height: 150px; */
        margin: 0px;
        background-color: #CB3600;
        color: white;
        font-size: 25px;
    }

    .icon {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 30px;
    }

    .menu {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 30px;
        font-size: 30px;
        display: block;
        z-index: 900;
        padding: 15px;
    }

    ul.nav {

        position: fixed!important;
        top: 40px;
        left: 0;
        right: unset;
        width: 100%;
        height: 100vh;
        z-index: 800;
        background: white;
        transform: unset!important;
        padding-top: 115px;
        display: none;

    }
.showNav {
    display: block!important;
    z-index: 5000;
}
    ul.nav li {
        display: block;
        text-align: center;
        list-style-position: inside;
        /* line-height: 28px; */
        padding: 15px;
        margin: 2.5px 0;
        text-decoration: none;
        text-transform: capitalize;
        /* font-weight: bold; */
        font-size: 18px;
    }



}