/* Begin of About section  */
.inner-banber img {
    width: 100%;
    filter: brightness(0.5);
    position: relative;
    height: 540px;
    object-fit: cover;
}
.inner-banner-text {
    position: absolute;
    top: 60%;
    left: 40%;
    transform: translate(-50%, -50%);
    bottom: unset;
    display: flex;
    justify-content: start;
    width: 67%;
}
.inner-banner-text h2 {
    font-family: "Barlow", Sans-serif;
    font-size: 89px;
    color: #ffffff;
    font-weight: 900;
    line-height: 1.2em;
}
/* responsive starts here */
@media (max-width: 480px) {
    .inner-banner-text {
        position: absolute;
        top: 50%;
        left: 50% !important;
        transform: translate(-50%, -50%);
        bottom: unset;
        display: flex;
        justify-content: center;
    }
    .inner-banber img {
        height: 400px;
    }
    .inner-banner-text h2 {
        font-size: 44px;
    }
    section.top-banner {
        position: relative;
    }
}
/* responsive End here */
/* End of About section  */

section.testi-sec {
    padding-top: 10px;
    padding-bottom: 0px;
}

section.testi-sec {
    text-align: center;
}

section.brandSlides {
    padding-bottom: 100px;
}

.testi-para img {
    width: 10%;
    border-radius: 100px;
    margin-right: 20px;
}

.testi-flex {
    display: flex;
    align-items: flex-start;
}

.testi-text h4 {
    color: #ffffff;
}
/* .testi-flex::before {
    content: "";
    position: absolute;
    font-size: 40px;
    font-family: "FontAwesome";
    right: 30px;
    bottom: 384px;
} */
/* responsive starts here */
@media (max-width: 480px) {
    section.testi-sec h2 {
        font-size: 43px;
    }
}
