.container {
    text-align: center;
}

.testimonials-item .testimonials-item-box {
    
    text-align: center;
    background-color: #ebebeb7a;
     padding: 30px;
    border-radius: 10%;
}

.testimonials-item .testimonials-item-box .icon {
    margin-bottom: 20px;
}

.testimonials-item .testimonials-item-box .icon i {
    display: inline-block;
    height: 0px;
    width: 0px;
    line-height: 65px;
    background-color: #ffffff;
    color: #171210;
    font-size: 30px;
    border-radius: 50px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.testimonials-item .testimonials-item-box p {
    margin-bottom: 0;
    font-size: 15px;
    font-style: italic;
}

.testimonials-item .testimonials-item-box .info-box {
    margin-top: 20px;
}

.testimonials-item .testimonials-item-box .info-box h3 {
    margin-bottom: 0;
    font-size: 25px;
}

.testimonials-item .testimonials-item-box .info-box span {
    display: block;
    color: #ea512e;
    font-size: 15px;
    margin-top: 5px;
    font-weight: 600;
}

.testimonials-item .testimonials-item-box:hover .icon i {
    background-color: #ea512e;
    color: #ffffff;
}

.testimonials-item .testimonials-image {
    margin-top: 20px;
}

.testimonials-item .testimonials-image img {
    width: auto;
    margin: auto;
}

.testimonials-slides.owl-theme .owl-nav {
    margin-top: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
    line-height: .01;
}

.testimonials-slides.owl-theme .owl-nav [class*=owl-] {
    margin: 0;
    position: absolute;
    left: -60px;
    top: 40%;
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
    padding: 0;
    background: #ea512e;
    color: #ffffff;
    border-radius: 50px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    width: 25px;
    height: 20px;
    line-height: 65px;
    text-align: center;
    font-size: 45px;
}

.testimonials-slides.owl-theme .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: -60px;
}

.testimonials-slides.owl-theme .owl-nav [class*=owl-]:hover {
    color: #ffffff;
    background-color: #f5890d;
}

.testimonials-slides.owl-theme:hover .owl-nav {
    opacity: 1;
    visibility: visible;
}

.testimonials-area.bg-color {
    background-color: #000000;
}

.feedback-slides .feedback-item .feedback-image {
    position: relative;
    padding: 5px;
}

.feedback-slides .feedback-item .feedback-image img {
    border-radius: 50%;
}

.feedback-slides .feedback-item .feedback-image::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-color: #ea512e;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
    border-radius: 50%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-animation: border-transform-default 30s linear infinite alternate forwards;
    animation: border-transform-default 30s linear infinite alternate forwards;
}

.feedback-slides .feedback-item .feedback-content p {
    font-size: 24px;
    margin-bottom: 0;
    font-style: italic;
}

.feedback-slides .feedback-item .feedback-content .feedback-info {
    margin-top: 25px;
}

.feedback-slides .feedback-item .feedback-content .feedback-info h4 {
    font-size: 25px;
    margin-bottom: 12px;
}

.feedback-slides .feedback-item .feedback-content .feedback-info span {
    font-size: 16px;
    color: #ea512e;
    font-weight: 600;
}

.feedback-slides.owl-theme .owl-nav {
    margin-top: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    line-height: .01;
    position: absolute;
    right: 0;
    bottom: 0;
}

.feedback-slides.owl-theme .owl-nav [class*=owl-] {
    margin: 0;
    padding: 0;
    background: #ea512e;
    color: #ffffff;
    border-radius: 50px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    width: 50px;
    height: 50px;
    line-height: 65px;
    text-align: center;
    font-size: 45px;
}

.feedback-slides.owl-theme .owl-nav [class*=owl-].owl-next {
    position: relative;
    left: 15px;
}

.feedback-slides.owl-theme .owl-nav [class*=owl-]:hover {
    color: #ffffff;
    background-color: #f5890d;
}