.features-block-cust.theme-one .icon img {
    width: 80px;
    height: 80px;
}

.light-bg .container {
    position: relative
}

.light-bg .container>.row.align-items-center.clearfix {
    position: relative;
    z-index: 1;
}

.back-sm {
    position: absolute;
    top: -128px;
    right: 0px;
    width: 50%;
    z-index: 0;
}



.testimonial-area {
    background-image: url(../../webassets/images/AboutUs/team-bg.webp);
}

.carousel-button-group {
    display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: center;
    z-index: 1;
}

.carousel-button-group>button {
    margin: 0 !important;
    padding: 0 !important;
    width: 15px !important;
    height: 15px !important;
    border-radius: 50%;
    background-color: #fff !important;
}

.carousel-button.active {
    background-color: blue;
    /* Change the active button color here */
}

.testimonial-text {
    padding-left: 80px;
    font-size: 20px;
    color: #fff;
}

.testimonial-box>.testimonial-text::before {
    color: var(--white-color);
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    position: absolute;
    top: -8px;
    left: 0;
    font-size: 54px;
}

.carousel-button-group {
    position: relative;
}

.line-span {
    display: block;
    width: 3px;
    height: 160%;
    transition: scalex(50%);
    background-color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 7px;
    z-index: 0;
}

.ups {
    background-color: #414fb3;
}

.ups-title{
    margin-left: 20px;
    color: #fff !important;
}

.ups-title:before,
.ups-title:after {
    content: "";
    width: 3px;
    height: 10px;
    background: #2D388A;
    position: absolute;
    top: 9px;
    left: 0;
    margin-left: 10px;
    color: #fff !important;
}

.ups-title:after {
    left: 5px;
    width: 10px;
}

.ups-text-wrapper{
    color: #fff;
}

.font-b{
    font-size: 18px;
}