/*** 
=============================================
   Testimonial Style1 Area Css
=============================================
***/
.testimonials-style1-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 0px 0 70px;
}

.testimonials-style1-area.pdtop120 {
    padding-top: 120px;
}



.single-testimonials-style1 {
    position: relative;
    display: block;
    background: #ffffff;
    padding-top: 40px;
    padding-bottom: 33px;
    padding-left: 25px;
    padding-right: 25px;
    border: 1px solid #f1f1f1;
}


.single-testimonials-style1 .line-one {
    position: absolute;
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
}

.single-testimonials-style1 .line-one:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 0px;
    height: 1px;
    background-color: var(--thm-base);
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.single-testimonials-style1:hover .line-one:before {
    width: 100%;
}

.single-testimonials-style1 .line-one:after {
    position: absolute;
    content: '';
    right: 0px;
    top: 0px;
    width: 1px;
    height: 0%;
    background-color: var(--thm-base);
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.single-testimonials-style1:hover .line-one:after {
    height: 100%;
    -webkit-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    transition-delay: 300ms;
}



.single-testimonials-style1 .line-two {
    position: absolute;
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
}

.single-testimonials-style1 .line-two:before {
    position: absolute;
    content: '';
    right: 0px;
    bottom: 0px;
    width: 0px;
    height: 1px;
    background-color: var(--thm-base);
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.single-testimonials-style1:hover .line-two:before {
    width: 100%;
    -webkit-transition-delay: 600ms;
    -ms-transition-delay: 600ms;
    transition-delay: 600ms;
}

.single-testimonials-style1 .line-two:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 1px;
    height: 0%;
    background-color: var(--thm-base);
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.single-testimonials-style1:hover .line-two:after {
    height: 100%;
    -webkit-transition-delay: 900ms;
    -ms-transition-delay: 900ms;
    transition-delay: 900ms;
}



.single-testimonials-style1 .img-holder {
    position: relative;
    display: block;
    width: 110px;
    height: 110px;
    margin: 0 auto;
}

.single-testimonials-style1 .img-holder .icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    color: #ffffff;
    font-size: 12px;
    background: var(--thm-base);
    z-index: 1;
}

.single-testimonials-style1 .img-holder .img-box {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 50%;
    background-color: var(--thm-black);
    mix-blend-mode: normal;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-testimonials-style1:hover .img-holder .img-box {
    mix-blend-mode: luminosity;
}

.single-testimonials-style1 .img-holder .img-box img {
    width: 100%;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-testimonials-style1:hover .img-holder .img-box img {
    transform: scale(1.1);
}


.single-testimonials-style1 .review-box {
    position: relative;
    display: block;
    text-align: center;
    margin-top: 28px;
}

.single-testimonials-style1 .review-box ul {
    position: relative;
    display: block;
    overflow: hidden;
}

.single-testimonials-style1 .review-box ul li {
    display: inline-block;
    float: none;
    text-align: center;
    margin: 0;
    margin: 0 1px;
}

.single-testimonials-style1 .review-box ul li i {
    color: var(--thm-base);
    font-size: 16px;
    cursor: pointer;
}


.single-testimonials-style1 .text-holder {
    position: relative;
    display: block;
}

.single-testimonials-style1 .text-holder .text {
    position: relative;
    display: block;
    padding-top: 17px;
}

.single-testimonials-style1 .text-holder .text p {
    font-size: 18px;
    line-height: 36px;
    margin: 0;
}




.single-testimonials-style1 .text-holder .name {
    position: relative;
    display: block;
    line-height: 0;
    margin-top: 22px;
}

.single-testimonials-style1 .text-holder .name h3 {
    color: var(--thm-base);
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    margin: 0 0 0px;
    font-family: var(--thm-font);
}

.single-testimonials-style1 .text-holder .name span {
    color: #1d2f38;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
}



/*** 
=============================================
   Testimonial Style2 Area Css
=============================================
***/
.testimonials-style2-area {
    position: relative;
    display: block;
    background: #edf3f2;
    padding: 120px 0 70px;
}

.testimonials-style2-area .single-testimonials-style1 {
    background: transparent;
}



/*** 
=============================================
   Testimonial Page One Css
=============================================
***/
.testimonials-page-one {
    position: relative;
    display: block;
    padding: 120px 0 70px;
}

.single-testimonials-style1 {
    margin-bottom: 42px;
}