#intro {
    width: 104%;
    height: 91vh;
    background: url(../img/1440x959NEW.jpg) center top no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 50px;
    background-attachment: fixed;
    background-size: 1005px;
}
@media (max-width: 575.98px){
    #intro {
        width: 101%;
        height: 40vh;
        background: url(../img/1440x959NEW.jpg) center top no-repeat;
        background-size: cover;
        position: relative;
        padding-top: 50px;
        /* overflow: hidden !important; */
    }
    a.btn.btn-primary {
        font-size: inherit;
        height: 33px;
        padding-top: 3px;
    }
    .btn-primary {
        color: #f8f9fa !important;
        /* font-size: 21px; */
        border-radius: 20px 20px;
        padding: 11px;
        /* background-color: #34ad43; */
        background-color: #009fe3;
        border: none;
        min-height: 20px;
        white-space: pre-line;
        min-width: 97px;
        margin-bottom: 32px;
        margin-top: 17px;
    }
    img.watsapp {
        /* size: revert; */
        width: 70px;
        position: fixed;
        z-index: 10000;
        /* bottom: 30px; */
        bottom: 37px;
        right: 36px;
    }
    .Parlex {
        display: none;
        /* height: 142%; */
        /* background: url(../img/panner.jpg) center top no-repeat; */
        /* background-size: contain; */
        /* position: relative; */
        /* padding: 132px 0; */
        /* background-attachment: fixed; */
        /* background-attachment: inherit; */
        /* background-size: 1013px; */
    }
}

@media (max-width: 575.98px){

img.about-img {
    margin-top: 30px;
    display: contents;
}

}

.Parlex {
    height: 142%;
    background: url(../img/panner.jpg) center top no-repeat;
    background-size: contain;
    position: relative;
    padding: 132px 0;
    /* background-attachment: fixed; */
    background-attachment: inherit;
    background-size: 1013px;
}