.contactsec1 {
 
    height: 100vh;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    text-align: center;
    padding-top: 250px;
    font-family: 'MYRIADPRO-BOLD';
    overflow: hidden;
    

}

.contactsec2 {

    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    text-align: center;
    padding-top: 150px;
    font-family: 'MYRIADPRO-BOLD';
    background-position-y: -200px;
 
    padding-left: 150px;
    padding-right: 150px;
}

.contactf1 {
    color: #ffd025;
    font-family: 'MYRIADPRO-BOLD';
    font-size: 60px;
}

.contactf2 {
    color: #ffffff;
    font-family: 'MyriadProLight';
    line-height: .8;
    font-size: 32px;
}

.nav-right {
    z-index: 99;
    width: 75%;
    position: absolute;
    left: 25%;
    height: 100px;
    top: 0;
}

.nav-left {
    z-index: 9;
    height: 100px;
    position: absolute;
}

.itemmaxes {
    margin: auto;
    text-align: center;
    justify-content: center;
    justify-items: center;
    text-decoration: none;
    color: white;
    height: 100%;
    margin-top: 35%;
}

.navmaxes-hide {
    z-index: 999;
    float: right;
    width: 25%;
    height: 100px;
    padding: 0;
    position: absolute;
    transition-duration: 0.3s;
    transition-delay: 0s;
}

.newmax {
    position: fixed;
    width: 25%;

}

@keyframes menu {
    0% {
        opacity: 0;
        transform: translateX(-5rem);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.menu {
    position: fixed;
    left: -4px;
    top: 38%;
    width: 3.3%;
    z-index: 2;
    cursor: pointer;
    display: none;
    opacity: 1;
    /*transition: opacity 1s linear;*/
    /* transition: opacity 1.0s ease-in;*/
    animation: menu .5s;
}

.block2 {
    display: block !important;
}

.nonssse {
    display: none;
    position: absolute;
    animation: menu .5s;
}

.contactsec2s {
    background: #181a1be0;
    height: auto;
    color: #ffffff;
    font-family: 'MYRIADPRO-BOLD';
    padding: 20px 44px 20px 39px;
    border-radius: 20px;
    font-size: 20px;
    margin-top: 10px;
    opacity: 0;
}

.contactsf1 {
    font-size: 41px;
    line-height: .8;
}

.contactsf2 {
    font-size: 36px;
    color: #ffd025;
    font-family: 'MyriadProLight';
    line-height: .9;
    text-align: left;
    padding-bottom: 20px;
}

.contactsf3 {
    font-size: 16px;
    color: #ffffff;
    font-family: 'MyriadProLight';
    line-height: 1.2;
    text-align: left;
}

.fa-map-marker-alt {
    position: absolute;
    margin-top: 2px;
}

.contactsf3 span {
    position: relative;
    left: 18px;
}

.contactsf4 {
    font-size: 17px;
    font-family: 'MyriadProLight';
    text-align: left;
}

.contactsf5 {
    font-size: 17px;
    font-family: 'MyriadProLight';
    text-align: left;
    letter-spacing: 0.3px;
}

.fa-envelope {
    padding-right: 5px;
}

.btn-s {
    background: #ffd025;
    border: none;
    font-size: 20px;
    color: black !important;
    font-family: monospace;
    padding: 8px 10px;
    font-weight: 100;
    margin-left: 15px;
    font-family: 'MyriadPro-Regular';
    font-weight: 500;
    border-radius: 0;
    /* font-family: 'Myriad-Pro'; */
    border-color: #ffd025;
}

.contactsf6 {
    font-size: 35px;
    color: #ffffff;
    font-family: 'MyriadProLight';
    margin-bottom: 0;
}
.arrwo-la {
    width: 2.5%;
    margin-top: 2%;
}
@media (max-width: 320px){
    #contactsec3s{
        padding: 20px;
        margin-bottom: 10px;
    }
    .maxesfooter {
        height: 300px;
    }
    .contactsf1 {
        font-size: 25px;
        line-height: .8;
    }
    #contactsec1 {
        height: 100vh;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-size: cover;
        background-position-x: -500px;
    }
    .nav-right {
        z-index: 99;
        width: 50%;
        position: absolute;
        left: 50%;
        height: 100px;
    }

    .navmaxes-hide {
        z-index: 999;
        float: right;
        width: 50%;
        height: 100px;
        padding: 0;
        position: fixed;
        transition-duration: 0.3s;
        transition-delay: 0s;
    }

    .contactf2 {
        color: #ffffff;
        font-family: 'MyriadProLight';
        line-height: .8;
        font-size: 17px;
    }

    .contactf1 {
        color: #ffd025;
        font-family: 'MYRIADPRO-BOLD';
        font-size: 40px;
    }

    .itemmaxes {
        margin: auto;
        text-align: center;
        justify-content: center;
        justify-items: center;
        text-decoration: none;
        color: white;
        height: auto;
        margin-top: 35%;
    }

    .contactsec1 {
        padding-top: 150px;
        height: 600px;
    }

    .contactsec2 {
        padding-top: 150px;
        height: 600px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .arrwo-la {
        width: 5.5%;
        margin-top: 2%;
    }

    .navmaxes-hide {
        z-index: 999;
        float: right;
        width: 50%;
        height: 100px;
        padding: 0;
        position: absolute;
        transition-duration: 0.3s;
        transition-delay: 0s;
    }

    .menu {
        display: none !important;
    }
    .col-lg-3 {
        width: 100%;
        padding-left: 2% !important;
        padding-right: 2% !important;
    }
}

@media (max-width: 360px) and (min-width:321px){
    #contactsec3s{
        padding: 20px;
        margin-bottom: 10px;
    }
    .maxesfooter {
        height: 300px;
    }
    .contactsf1 {
        font-size: 31px;
        line-height: .8;
    }
    #contactsec1 {
        height: 100vh;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-size: cover;
        background-position-x: -500px;
    }
    .nav-right {
        z-index: 99;
        width: 50%;
        position: absolute;
        left: 50%;
        height: 100px;
    }

    .navmaxes-hide {
        z-index: 999;
        float: right;
        width: 50%;
        height: 100px;
        padding: 0;
        position: fixed;
        transition-duration: 0.3s;
        transition-delay: 0s;
    }

    .contactf2 {
        color: #ffffff;
        font-family: 'MyriadProLight';
        line-height: .8;
        font-size: 17px;
    }

    .contactf1 {
        color: #ffd025;
        font-family: 'MYRIADPRO-BOLD';
        font-size: 40px;
    }

    .itemmaxes {
        margin: auto;
        text-align: center;
        justify-content: center;
        justify-items: center;
        text-decoration: none;
        color: white;
        height: auto;
        margin-top: 35%;
    }

    .contactsec1 {
        padding-top: 150px;
        height: auto;
    }

    .contactsec2 {
        padding-top: 150px;
        height: 600px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .arrwo-la {
        width: 30px;
    }

    .navmaxes-hide {
        z-index: 999;
        float: right;
        width: 50%;
        height: 100px;
        padding: 0;
        position: absolute;
        transition-duration: 0.3s;
        transition-delay: 0s;
    }

    .menu {
        display: none !important;
    }
    .col-lg-3 {
        width: 100%;
        padding-left: 2% !important;
        padding-right: 2% !important;
    }
}

@media (max-width: 400px) and (min-width:361px) {
    #contactsec3s{
        padding: 20px;
        margin-bottom: 10px;
    }
    .maxesfooter {
        height: 300px;
    }
    .contactsf1 {
        font-size: 31px;
        line-height: .8;
    }
    #contactsec1 {
        height: 100vh;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-size: cover;
        background-position-x: -500px;
    }
    .nav-right {
        z-index: 99;
        width: 50%;
        position: absolute;
        left: 50%;
        height: 100px;
    }

    .navmaxes-hide {
        z-index: 999;
        float: right;
        width: 50%;
        height: 100px;
        padding: 0;
        position: fixed;
        transition-duration: 0.3s;
        transition-delay: 0s;
    }

    .contactf2 {
        color: #ffffff;
        font-family: 'MyriadProLight';
        line-height: .8;
        font-size: 17px;
    }

    .contactf1 {
        color: #ffd025;
        font-family: 'MYRIADPRO-BOLD';
        font-size: 40px;
    }

    .itemmaxes {
        margin: auto;
        text-align: center;
        justify-content: center;
        justify-items: center;
        text-decoration: none;
        color: white;
        height: auto;
        margin-top: 35%;
    }

    .contactsec1 {
        padding-top: 150px;
        height: auto;
    }

    .contactsec2 {
        padding-top: 150px;
        height: 600px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .arrwo-la {
        width: 30px;
    }

    .navmaxes-hide {
        z-index: 999;
        float: right;
        width: 50%;
        height: 100px;
        padding: 0;
        position: absolute;
        transition-duration: 0.3s;
        transition-delay: 0s;
    }

    .menu {
        display: none !important;
    }
    .col-lg-3 {
        width: 100%;
        padding-left: 2% !important;
        padding-right: 2% !important;
    }
}

@media (max-width: 480px) and (min-width:401px) and (orientation: portrait) {
    #contactsec3s{
        padding: 20px;
        margin-bottom: 10px;
    }
    .maxesfooter {
        height: 300px;
    }
    .contactsf1 {
        font-size: 31px;
        line-height: .8;
    }
    #contactsec1 {
        height: 100vh;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-size: cover;
        background-position-x: -500px;
    }
    .nav-right {
        z-index: 99;
        width: 50%;
        position: absolute;
        left: 50%;
        height: 100px;
    }

    .navmaxes-hide {
        z-index: 999;
        float: right;
        width: 50%;
        height: 100px;
        padding: 0;
        position: fixed;
        transition-duration: 0.3s;
        transition-delay: 0s;
    }

    .contactf2 {
        color: #ffffff;
        font-family: 'MyriadProLight';
        line-height: .8;
        font-size: 17px;
    }

    .contactf1 {
        color: #ffd025;
        font-family: 'MYRIADPRO-BOLD';
        font-size: 40px;
    }

    .itemmaxes {
        margin: auto;
        text-align: center;
        justify-content: center;
        justify-items: center;
        text-decoration: none;
        color: white;
        height: auto;
        margin-top: 35%;
    }

    .contactsec1 {
        padding-top: 150px;
        height: auto;
    }

    .contactsec2 {
        padding-top: 150px;
        height: 600px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .arrwo-la {
        width: 30px;
    }

    .navmaxes-hide {
        z-index: 999;
        float: right;
        width: 50%;
        height: 100px;
        padding: 0;
        position: absolute;
        transition-duration: 0.3s;
        transition-delay: 0s;
    }

    .menu {
        display: none !important;
    }
    .col-lg-3 {
        width: 100%;
        padding-left: 2% !important;
        padding-right: 2% !important;
    }
}

@media (max-width: 991px) and (min-width:768px) {
    .contactf1 {
        color: #ffd025;
        font-family: 'MYRIADPRO-BOLD';
        font-size: 60px;
    }

    .contactf2 {
        color: #ffffff;
        font-family: 'MyriadProLight';
        line-height: .8;
        font-size: 26px;
    }

    .arrwo-la {
        width: 40px;
    }

    .menu {
        position: fixed;
        left: -4px;
        top: 38%;
        width: 4.1%;
    }

    .itemmaxes {
        margin: auto;
        text-align: center;
        justify-content: center;
        justify-items: center;
        text-decoration: none;
        color: white;
        height: auto;
        margin-top: 0;
    }


}

@media (max-width: 1024px) and (min-width:992px) {
    .col-md-3 {
        width: 44%;
    }

    .contactf2 {
        color: #ffffff;
        font-family: 'MyriadProLight';
        line-height: .8;
        font-size: 28px;
    }

    .arrwo-la {
        width: 30px;
    }

    .menu {
        position: fixed;
        left: -4px;
        top: 38%;
        width: 4.1%;
    }
    .contactsec1 {
 
        height: 100vh;
        background-size: contain;
        background-repeat: no-repeat;
        width: 100%;
        text-align: center;
        padding-top: 185;
        font-family: 'MYRIADPRO-BOLD';
    
    
    }
}

@media (max-width: 1280px) and (min-width: 1025px) {
    .col-lg-3 {
        width: 29%;
    }

    .contactsec2s {
        background: #181a1be0;
        height: auto;
        color: #ffffff;
        font-family: 'MYRIADPRO-BOLD';
        padding: 20px 25px;
        border-radius: 20px;
        font-size: 20px;
        margin-top: 10px;
        opacity: 0;
    }
    .contactsec1 {
 
        height: 100vh;
        background-size: contain;
        background-repeat: no-repeat;
        width: 100%;
        text-align: center;
        padding-top: 185;
        font-family: 'MYRIADPRO-BOLD';
    
    
    }
}

@media (min-width: 1366px) and (max-width: 1439px) {
    .col-lg-3 {
        width: 33%;
    }
}

@media (min-width: 1440px) and (max-width: 1599px) {
    .col-lg-3 {
        width: 31%;
    }
}

@media (min-width: 1600px) and (max-width: 1919px) {
    .col-lg-3 {
        width: 28%;
    }
    .contactsec1 {
 
        height: 100vh;
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        text-align: center;
        padding-top: 250px;
        font-family: 'MYRIADPRO-BOLD';
        background-position-y: -100px;
    
    }
}
#contactsec1 {
    height: 100vh;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;}


    @media (min-width: 1920px) {
        .col-lg-3 {
            width: 24%;
        }
        #contactsec1 {
            height: 100vh;
            width: 100%;
            position: absolute;
            top: 0;
            left: 0;
            background-size: cover;
        background-position-y: -100px}
    } 