.thsn-testimonial-style-3 .themesion-testimonial-wrapper:after {
    position: absolute;
    content: '\e852';
    top: 0px;
    left: 50%;
    width: 75px;
    height: 75px;
    color: #ffffff;
    font-size: 34px;
    line-height: 68px;
    border-radius: 50%;
    border: 4px solid #fff;
    font-family: 'themesion-base-icons';
    box-shadow: 0px 0px 21px 0px rgb(92 107 149 / 21%);
    background-color: var(--thsn-grevo-global-color);
    -khtml-transform: translateX(-50%) translateY(-40%);
    -moz-transform: translateX(-50%) translateY(-40%);
    -ms-transform: translateX(-50%) translateY(-40%);
    -o-transform: translateX(-50%) translateY(-40%);
    transform: translateX(-50%) translateY(-50%);
}
.thsn-testimonial-style-3 .themesion-box-img {
    display: inline-block;
    text-align: center;
    margin-bottom: -47px;
    z-index: 5;
}
.thsn-testimonial-style-3 .themesion-box-img .thsn-featured-wrapper img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 4px solid #fff;
    box-shadow: 0px 0px 21px 0px rgb(92 107 149 / 21%);
}
.thsn-testimonial-style-3 .themesion-testimonial-wrapper {
    padding: 60px 40px 0;
    margin: 40px 0;
    position: relative;
    background-color: #fff;
    text-align: center;
    border-radius: 20px 0;
    box-shadow: 0px 15px 40px 0px rgb(92 107 149 / 8%);
}
.thsn-testimonial-style-3 .themesion-box-title,
.thsn-testimonial-style-3 .themesion-testimonial-wrapper {
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}
.thsn-testimonial-style-3:hover .themesion-testimonial-wrapper{
    border-radius: 0 20px 0 0;
    background-color: var(--thsn-grevo-blackish-bg-color);
}
.thsn-testimonial-style-3:hover .themesion-box-title{
    color: #fff;
}
.thsn-testimonial-style-3 .themesion-box-title {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 5px;
}
.thsn-testimonial-style-3 .themesion-testimonial-detail {
    font-size: 13px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: var(--thsn-grevo-global-color);
}
.thsn-testimonial-style-3 .themesion-box-desc blockquote{
    font-size: 18px;
    line-height: 30px;
    padding: 0;
    margin: 0;
    border: 0;
    background: transparent;
    font-weight: 400;
}
.thsn-testimonial-style-3 .themesion-box-desc {
    margin: 22px 0 22px;
}
.thsn-element-testimonial-style-3.themesion-element-viewtype-carousel .owl-carousel button.owl-dot.active{
    height: 10px;
    width: 10px;
}
.thsn-element-testimonial-style-3.themesion-element-viewtype-carousel .owl-carousel button.owl-dot{
    margin: 0 8px;
    height: 11px;
    width: 11px;
    background-color: #adb0b3;
}
.thsn-element-testimonial-style-3.themesion-element-viewtype-carousel .owl-carousel button.owl-dot.active:after{
    position: absolute;
    content: "";
    top: -5px;
    left: -5px;
    width: 20px;
    height: 20px;
    border: 2px solid var(--thsn-grevo-global-color);
}
