.testimonial {
    border-left: 4px solid #d45113;
    box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.06);
    padding: 30px 30px 30px 130px;
    margin: 0 15px 30px 15px;
    overflow: hidden;
    position: relative;
}
.testimonial:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    border-top: 25px solid #d45113;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    transform: rotate(-45deg);
    transform-origin: 80% -30% 0;
}
.testimonial .pic {
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: 60px;
    left: 20px;
}
.testimonial .pic img {
    width: 100%;
    height: auto;
}
.testimonial .description {
    font-size: 15px;
    font-style: italic;
    color: #918686;
    line-height: 25px;
    margin-bottom: 15px;
}
.testimonial .title {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    color: #d45113;
    margin: 0;
}
.testimonial .post {
    display: inline-block;
    font-size: 17px;
    color: #d45113;
}
.owl-theme .owl-controls .owl-page span {
    border: 2px solid #d45113;
    background: #fff;
    opacity: 1;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls .owl-page:hover span {
    background: #d45113;
}
@media only screen and (max-width: 767px) {
    .testimonial {
        padding: 20px;
        text-align: center;
    }
    .testimonial .pic {
        display: block;
        position: static;
        margin: 0 auto 15px;
    }
}

/* others styles */

#bootstrap-carousel .container-carousel {
    max-width: 800px;
    background-color: white;
    padding: 0;
}
#bootstrap-carousel .review {
    font-size: 30px;
    font-weight: 600;
    padding: 30px 0;
}
#bootstrap-carousel .name {
    font-size: 18px;
    color: #c1e718;
    margin: 0;
}
#bootstrap-carousel .job {
    color: #c8c8c8;
    font-size: 14px;
}
#bootstrap-carousel .carousel-inner {
    max-width: 800px;
    /* max-height: 500px !important; */
}
#bootstrap-carousel .fa-minus {
    font-size: 14px;
}
#bootstrap-carousel .carousel-indicators {
    bottom: -20px;
    right: 0;
    margin: 0;
}

#bootstrap-carousel .carousel-indicators [data-bs-target] {
    height: 10px;
    border: 2px solid black;
    width: 10px;
    background-color: inherit;
    border-radius: 50%;
}
#bootstrap-carousel .carousel-indicators .active {
    border: 2px solid transparent;
    background-color: #d45113;
}
#bootstrap-carousel .left {
    color: rgb(20, 20, 20);
    font-weight: 600;
}
#bootstrap-carousel .right {
    color: rgb(12, 12, 12);
    font-weight: 600;
}
#bootstrap-carousel .carousel-control-next,
.carousel-control-prev {
    position: relative;
}
@media (max-width: 560px) {
    #bootstrap-carousel .review {
        font-size: 14px;
        font-weight: 600;
    }
    #bootstrap-carousel .name {
        font-size: 13px;
    }
    #bootstrap-carousel .job {
        font-size: 10px;
    }
    #bootstrap-carousel .right {
        font-size: 12px;
    }
    #bootstrap-carousel .left {
        font-size: 12px;
    }
    #bootstrap-carousel .carousel-indicators [data-bs-target] {
        height: 8px;
        border: 1px solid black;
        width: 8px;
        background-color: inherit;
        border-radius: 50%;
    }
    #bootstrap-carousel .carousel-indicators .active {
        border: 1px solid transparent;
        background-color: #d45113;
    }
}
