/*==============================================
   Testimonial One
===============================================*/
.testimonial-one {
    position: relative;
    display: block;
    background-color: var(--fixpro-black);
    padding: 120px 0 120px;
    overflow: hidden;
    z-index: 1;
}

.testimonial-one__shape-1 {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.10;
    z-index: -1;
}

.testimonial-one__shape-1 img {
    width: auto;
}

.testimonial-one__shape-2 {
    position: absolute;
    top: 20px;
    right: 0;
    opacity: 0.10;
    z-index: -1;
}

.testimonial-one__shape-2 img {
    width: auto;
}

.testimonial-one__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.02;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    mix-blend-mode: luminosity;
    z-index: -1;
}

.testimonial-one .section-title__title {
    color: var(--fixpro-white);
}

.testimonial-one .section-title__tagline-border::after {
    background: var(--fixpro-black);
}

.testimonial-one__carousel {
    position: relative;
    display: block;
}

.testimonial-one__single {
    position: relative;
    display: block;
    background-color: #083750;
    border-radius: var(--fixpro-bdr-radius);
    padding: 40px 40px 41px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    overflow: hidden;
}

.testimonial-one__single-bdr {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 150px;
    height: 3px;
    background-color: var(--fixpro-base);
    clip-path: polygon(0 0, 98% 0, 100% 100%, 0% 100%);
}

.testimonial-one__client-info-box {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.testimonial-one__client-info {
    position: relative;
    display: flex;
    align-items: center;
    gap: 30px;
}

.testimonial-one__client-img-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    border: 1px solid rgba(var(--fixpro-base-rgb), .40);
    border-radius: 5px;
}

.testimonial-one__client-img {
    position: relative;
    display: block;
    max-width: 80px;
    width: 100%;
}

.testimonial-one__client-img img {
    width: 100%;
    border-radius: 5px;
}

.testimonial-one__client-content {
    position: relative;
    display: block;
    flex: 1;
}

.testimonial-one__client-name {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
}

.testimonial-one__client-name a {
    color: var(--fixpro-base);
}

.testimonial-one__client-name a:hover {
    color: var(--fixpro-white);
}

.testimonial-one__client-sub-title {
    color: rgba(var(--fixpro-white-rgb), .80);
    margin-top: 5px;
}

.testimonial-one__client-ratting {
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
}

.testimonial-one__client-ratting span {
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: var(--fixpro-base);
}

.testimonial-one__text {
    font-size: 17px;
    line-height: 30px;
    color: rgba(var(--fixpro-white-rgb), .80);
    margin-top: 32px;
}

.testimonial-one__quote {
    position: absolute;
    top: 100px;
    right: 100px;
}

.testimonial-one__quote span {
    position: relative;
    display: inline-block;
    font-size: 125px;
    color: rgba(var(--fixpro-base-rgb), .05);
}