

.testi-block {
    text-align: center;
    box-shadow: 0px 15px 15px rgba(7, 0, 35, 0.04);
    padding: 40px 30px;
    background-color: var(--white-color);
    border-radius: 5px;
    margin-bottom: 35px;
    position: relative;
}
.testi-block:before,
.testi-block:after {
    content: "";
    width: 140px;
    height: 140px;
    position: absolute;
    border-radius: 5px 0 0 0;
    border-style: solid;
    border-color: var(--theme-color);
    top: 0;
    left: 0;
    -webkit-transition: height, width, 0.4s ease;
    transition: height, width, 0.4s ease;
}
.testi-block:before {
    border-width: 2px 0 0 2px;
}
.testi-block:after {
    top: unset;
    left: unset;
    bottom: 0;
    right: 0;
    border-width: 0 2px 2px 0;
    border-radius: 0 0 5px 0;
}
.testi-block_img {
    border-radius: 50%;
}
.testi-block_img img {
    border-radius: inherit;
    max-height: 100px !important;
}
.testi-block_quote {
    line-height: 1;
    margin-bottom: 15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.testi-block_text {
    margin-bottom: -0.4em;
}
.testi-block_avater {
    margin-bottom: 20px;
}
.testi-block_avater img {
    border-radius: 50%;
}
.testi-block_name {
    margin-bottom: 5px;
    font-size: 22px;
}
.testi-block_desig {
    display: inline-block;
    margin-bottom: 14px;
    color: var(--theme-color);
}
.testi-block:hover:before,
.testi-block:hover:after {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}
.testi-block-area {
    position: relative;
    height: 100%;
    padding-bottom: 50px;
}
.testi-block-area .th-icon-box {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.testi-block-area .icon-btn {
    box-shadow: 0px 0px 20px rgba(1, 19, 60, 0.13);
}


@media (max-width: 1199px) {
    .testi-block {
        padding: 40px 20px;
    }
}


.testi-block_text {
    min-height: 200px;
}


.icon-btn {
    display: inline-block;
    width: var(--btn-size, 50px);
    height: var(--btn-size, 50px);
    line-height: var(--btn-size, 50px);
    font-size: var(--btn-font-size, 16px);
    background-color: var(--icon-bg, #fff);
    color: var(--title-color);
    text-align: center;
    border-radius: 50%;
    border: none;
}
.icon-btn:hover {
    background-color: var(--theme-color);
    color: var(--white-color);
}
.icon-btn:hover .badge {
    background-color: var(--title-color);
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}
.testimonial_car_light{
    display: none !important;
}

.testimonial_div:hover .testimonial_car{
    display: none !important;
}
.testimonial_div:hover .testimonial_car_light{
    display: block !important;
}


.space, .space-bottom {
    padding-bottom: var(--section-space);
}
.space, .space-top {
    padding-top: var(--section-space);
}