/* 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: 330px;
    left: 120px;
    bottom: unset;
    display: flex;
    align-items: center;
}
.inner-banner-text h2 {
    font-family: "Barlow", Sans-serif;
    font-size: 89px;
    color: #ffffff;
    font-weight: 900;
    line-height: 1.2em;
}

/* End of About section  */


section.testi-sec {
    padding-top: 10px;
    padding-bottom: 0px;
}

section.testi-sec {
    text-align: center;
}

section.brandSlides {
    padding-bottom: 200px;
}

.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;
}



