.testimonial-con{
    overflow: hidden;
    position: relative;
    background-color: var(--secondary--color);
}
.testimonial-con .testimonial-item {
    padding: 36px 30px;
    border-radius: 0;
    background: var(--secondary--color);
    border: 1px solid rgb(8 33 19 / 20%);
}
.testimonial-con .testimonial-item:hover{
    background: var(--accent--color);
    border-color: var(--accent--color);
    box-shadow: 0 0 60px rgb(0 123 255 / 20%);
}
.testimonial-con .testimonial-item .testimonial-starimage {
    margin-bottom: 24px;
}
.testimonial-con .testimonial-item p{
    font-size: 16px;
    line-height: 24px;
    color: var(--primary--color);
}
.testimonial-con .client-info figure {
    margin-bottom: 16px;
}
.testimonial-con .client-info figure img {
    border-radius: 100%;
}
.testimonial-con .client-info h4{
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 9px;
    color: var(--primary--color);
}
.testimonial-con .client-info span{
    font-size: 16px;
    line-height: 16px;
    color: var(--accent--color);
}
.testimonial-con .testimonial-item:hover *{
    color: var(--secondary--color);
}
.testimonial-con .testimonial-box .owl-carousel .owl-item img{
    width: auto;
    margin: 0 auto;
}
.testimonial-con .owl-carousel .owl-stage-outer {
    padding-left: 2px;
}
.testimonial-con .owl-carousel .owl-stage,
.testimonial-con .owl-carousel .owl-item,
.testimonial-con .owl-carousel .item {
    display: flex;
}
.testimonial-con .testimonial-box .owl-dots{
    display: none;
}
.testimonial-con .testimonial-box .owl-nav{
    margin: 0;
}
.testimonial-con .testimonial-box .owl-theme .owl-nav button {
    top: 50%;
    margin: 0;
    width: 40px;
    height: 40px;
    position: absolute;
    border-radius: 0;
    transform: translateY(-50%);
    border: 2px solid var(--accent--color);
}
.testimonial-con .testimonial-box .owl-theme .owl-nav button i{
    font-size: 16px;
    color: var(--accent--color);
}
.testimonial-con .testimonial-box .owl-theme .owl-nav button:focus{
    outline: none;
}
.testimonial-con .testimonial-box .owl-theme .owl-nav button:hover{
    background: var(--secondary--color);
}
.testimonial-con .testimonial-box .owl-theme .owl-nav button:hover i{
    color: var(--accent--color);
}
.testimonial-con .testimonial-box .owl-theme .owl-nav button.owl-prev{
    left: -56px;
}
.testimonial-con .testimonial-box .owl-theme .owl-nav button.owl-next{
    right: -56px;
}

@media only screen and (max-width: 1440px) {
    .testimonial-con .testimonial-box .owl-nav {
        margin: 30px 0 0 0;
    }
    .testimonial-con .testimonial-box .owl-theme .owl-nav button {
        top: 20px;
        position: relative;
    }
    .testimonial-con .testimonial-box .owl-theme .owl-nav button.owl-prev {
        left: -5px;
    }
    .testimonial-con .testimonial-box .owl-theme .owl-nav button.owl-next {
        right: -5px;
    }
}
@media only screen and (max-width: 1199px) {
    .testimonial-con .testimonial-item {
        padding: 26px;
    }
    .testimonial-con .testimonial-item .testimonial-starimage {
        margin-bottom: 15px;
    }
}
@media only screen and (max-width: 991px) {
    .testimonial-con .owl-carousel .owl-stage-outer {
        padding-left: 1px;
    }
    .testimonial-con .testimonial-item {
        text-align: center;
    }
    .testimonial-con .review_content {
        margin-bottom: 15px;
        display: block;
    }
    .testimonial-con .client-info {
        display: block;
    }
    .testimonial-con .client-info figure {
        margin-bottom: 15px !important;
    }
    .testimonial-con .client-info .content {
        padding-left: 0;
        margin-bottom: 10px;
    }
    .testimonial-con .owl-carousel .owl-item img {
        margin: 0 auto;
    }
}
@media only screen and (max-width: 767px) {  
    .testimonial-con .owl-carousel .owl-stage-outer {
        padding-left: 1px;
    }
    .testimonial-con .review_content {
        margin-bottom: 10px;
    }  
    .testimonial-con .client-info h4 {
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 6px;
    }
    .testimonial-con .client-info span {
        font-size: 14px;
        line-height: 14px;
    }
    .testimonial-con .testimonial-item .testimonial-starimage img {
        width: 90px !important;
    }
    .testimonial-con .testimonial-item p {
        font-size: 14px;
        line-height: 24px;
    }
}
@media only screen and (max-width: 575px) {
    .testimonial-con .testimonial-item {
        padding: 20px;
    }
}