.bslider{
    height: 850px;
    /* padding-top: 50px; */
    top: 214px;
}

.main-banner-slider{
    background-image: url("../images/main-slider/image-1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.bimg{
    padding-top: 50px;
    width: auto;
}

.marauto{
    margin: auto 0;
    padding: 0 85px;
}

.stext h1{
    position: relative;
    color: #0f1341;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5em;
    display: inline-block;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
}

.stext h1 span{
    position: relative;
    top: -19px;
    color: #0f1341;
    font-size: 80px;
    font-weight: 700;
    float: left;
    line-height: 1.2em;
    margin-right: 20px;
    text-transform: uppercase;
}

.stext .text{
    position: relative;
    font-size: 18px;
    font-weight: 400;
    color: #808080;
    line-height: 1.6em;
    font-family: 'Rubik', sans-serif;
}

.stext a{
    transition: none 0s ease 0s;
    text-align: inherit;
    line-height: 24px;
    border-width: 1px;
    margin: 0px 28px 10px 0px;
    padding: 9px 26px;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 14px;
}

.mart-40{
    margin-top: 40px;
}

@media (max-width: 500px) {
    .bslider{
        top: 30px;
        height: 720px;
    }

    .marauto{
        padding: 0 24px;
    }

    .bimg{
        padding-bottom: 30px;
    }
}