/*** 
=============================================
   Testimonial Style1 Css
=============================================
***/
.testimonial-style1 {
    background-image: -moz-linear-gradient(-90deg, rgb(240, 247, 243) 0%, rgba(240, 247, 243, 0.01) 45%, rgb(240, 247, 243) 45%);
    background-image: -webkit-linear-gradient(-90deg, rgb(240, 247, 243) 0%, rgba(240, 247, 243, 0.01) 100%, rgb(240, 247, 243) 45%);
    background-image: -ms-linear-gradient(-90deg, rgb(240, 247, 243) 0%, rgba(240, 247, 243, 0.01) 45%, rgb(240, 247, 243) 45%);
    padding: 120px 0px 120px;
}

.single-testimonial-style1 {
    position: relative;
    display: block;
}

.single-testimonial-style1__inner {
    position: relative;
    display: block;
    padding-right: 10px;
    padding-bottom: 10px;
    z-index: 1;
}

.single-testimonial-style1__inner::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 10px;
    right: 10px;
    background-color: var(--thm-white);
    border: 1px solid var(--thm-border-color);
    border-radius: var(--thm-border-radius);
    z-index: -1;
}

.single-testimonial-style1__inner::after {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    bottom: 0px;
    right: 0px;
    background-color: var(--thm-gray-bg);
    border-radius: var(--thm-border-radius);
    z-index: -2;
}

.single-testimonial-style1__inner .arrow-down {
    position: absolute;
    left: 35px;
    bottom: -45px;
    width: 45px;
    height: 45px;
    background-color: var(--thm-gray-bg);
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    z-index: -1;
}

.single-testimonial-style1__quote {
    position: absolute;
    top: 18px;
    right: 30px;
}

.single-testimonial-style1__top {
    position: relative;
    display: block;
}

.single-testimonial-style1__top .title {
    position: relative;
    display: block;
    padding: 11px 30px 11px;
}

.single-testimonial-style1__top .title h3 {
    font-size: 20px;
    line-height: 30px;
}

.single-testimonial-style1__inner .border-line {
    position: relative;
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--thm-border-color);
}

.single-testimonial-style1__bottom {
    position: relative;
    display: flex;
    align-items: center;
    padding: 30px 30px 30px;
}

.single-testimonial-style1__img {
    position: relative;
    display: block;
    max-width: 140px;
    width: 100%;
}

.single-testimonial-style1__img .inner {
    position: relative;
    display: block;
    overflow: hidden;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 3px solid var(--thm-white);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.12);
}

.single-testimonial-style1__img .inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    background-color: var(--thm-black-bg);
    transition: opacity 0.5s ease;
    transition: all 0.5s ease;
    z-index: 1;
}

.single-testimonial-style1:hover .single-testimonial-style1__img .inner::before {
    opacity: 0.5;
}

.single-testimonial-style1__img .inner img {
    width: 100%;
    transform: scale(1.0);
    transition: all 1500ms ease;
}

.single-testimonial-style1:hover .single-testimonial-style1__img .inner img {
    transform: scale(1.05) rotate(0deg);
}

.single-testimonial-style1__img .rating-box {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    border-radius: 35px;
    background-color: var(--thm-black-bg);
    height: 70px;
    width: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 3;
}

.single-testimonial-style1__img .rating-box .icon {
    position: relative;
    display: block;
    margin-bottom: 3px;
    line-height: 0;
}

.single-testimonial-style1__img .rating-box .icon i {
    position: relative;
    display: inline-block;
    color: var(--thm-primary-color);
    font-size: 16px;
    line-height: 16px;
}

.single-testimonial-style1__img .rating-box p {
    color: var(--thm-white);
}

.single-testimonial-style1__text {
    position: relative;
    display: block;
    flex: 1;
    padding-left: 30px;
}

.single-testimonial-style1__text p {
    margin: 0;
}

.single-testimonial-style1__leaner-box {
    position: relative;
    display: block;
    padding-left: 105px;
    padding-top: 23px;
}

.single-testimonial-style1__leaner-box h3 {
    font-size: 20px;
    line-height: 30px;
}

.single-testimonial-style1__leaner-box h3 span {
    color: var(--thm-primary-color);
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    font-family: var(--thm-font);
}

.testimonial-style1 .section-btn {
    margin-top: 52px;
}


.testimonial-style1-carousel.owl-nav-style-one.owl-theme .owl-nav {
    position: absolute;
    top: -120px;
    right: 0;
}





.testimonial-style1--1 {
    background-image: none;
    background-image: none;
    background-image: none;
}




/*** 
=============================
   Testimonial Style2 Css
=============================
***/
.testimonial-style2 {
    background-color: var(--thm-white);
    padding: 120px 0px 120px;
    overflow: hidden;
}

.testimonial-style2__shape {
    position: absolute;
    top: 25px;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
}

.testimonial-style2__shape .rotatescale {
    -webkit-animation-duration: 90s;
    -moz-animation-duration: 90s;
    -ms-animation-duration: 90s;
    animation-duration: 90s;
}

.testimonial-style2 .sec-title {
    padding-bottom: 20px;
}

.testimonial-style2__inner {
    position: relative;
    display: block;
}

.testimonial-style2__single {
    position: relative;
    display: flex;
    align-items: flex-start;
}

.testimonial-style2__single .img-box {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: var(--thm-border-radius);
}

.testimonial-style2__single .img-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    background-color: var(--thm-black-bg);
    transition: opacity 0.5s ease;
    transition: all 0.5s ease;
    z-index: 1;
}

.testimonial-style2__single:hover .img-box::before {
    opacity: 0.7;
}

.testimonial-style2__single .img-box img {
    width: 100%;
    transform: scale(1.0);
    transition: all 1500ms ease;
}

.testimonial-style2__single:hover .img-box img {
    transform: scale(1.05) rotate(0deg);
}


.testimonial-style2__single .contant-box {
    position: relative;
    display: block;
    flex: 1;
    margin-left: 30px;
    background-color: var(--thm-white);
    border-radius: var(--thm-border-radius);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12);
    padding: 54px 70px 0px;
}

.testimonial-style2__single .contant-box .shape1 {
    position: absolute;
    top: 10px;
    left: 10px;
}

.testimonial-style2__single .contant-box .shape2 {
    position: absolute;
    bottom: 85px;
    right: 10px;
}

.testimonial-style2__single .contant-box>.text {
    position: relative;
    display: block;
    padding-bottom: 51px;
}

.testimonial-style2__single .contant-box .text p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
}

.testimonial-style2__single .contant-box .bottom-box {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 22px 0px 23px;
}

.testimonial-style2__single .contant-box .bottom-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: -70px;
    right: -70px;
    height: 1px;
    background-color: var(--thm-border-color);
}

.testimonial-style2__single .contant-box .bottom-box::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    width: 1px;
    transform: translateX(50%);
    background-color: var(--thm-border-color);
}

.testimonial-style2__single .contant-box .bottom-box .leaner-name {
    position: relative;
    display: block;
}

.testimonial-style2__single .contant-box .bottom-box .leaner-name h3 {
    font-size: 20px;
    line-height: 30px;
}

.testimonial-style2__single .contant-box .bottom-box .rating-box {
    position: relative;
    display: flex;
    align-items: center;
}

.testimonial-style2__single .contant-box .bottom-box .rating-box .icon {
    position: relative;
    display: block;
    margin-right: 5px;
    color: #04bf61;
    font-size: 16px;
}

.testimonial-style2__single .contant-box .bottom-box .rating-box .text {
    position: relative;
    display: block;
}

.testimonial-style2__single .contant-box .bottom-box .rating-box .text p {
    color: var(--thm-black);
}



.testimonial-style2__quote {
    position: relative;
    display: block;
    padding-top: 30px;
}

.testimonial-style2__quote .img-box {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: var(--thm-border-radius);
}

.testimonial-style2__quote .img-box .quote-box {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    background-color: var(--thm-white);
    border-radius: var(--thm-border-radius);
    opacity: 0.9;
    z-index: 1;
}

.testimonial-style2__quote .img-box .quote-box i {
    position: relative;
    display: inline-block;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--thm-primary-color);
    font-size: 170px;
    line-height: 170px;
}

.testimonial-style2-carousel.owl-nav-style-one.owl-theme .owl-stage-outer {
    padding-top: 30px;
    padding-bottom: 30px;
}

.testimonial-style2-carousel.owl-nav-style-one.owl-theme .owl-nav {
    position: absolute;
    margin: 30px 0px 0px;
    left: 50%;
    transform: translateX(50%);
}

.testimonial-style2 .section-btn {
    margin-top: 130px;
}




/*** 
=============================
   Testimonial Style3 Css
=============================
***/
.testimonial-style3 {
    background-color: var(--thm-white);
    overflow: hidden;
}

.testimonial-style3 .container {
    max-width: 100%;
    padding-left: 75px;
    padding-right: 0;
}

.testimonial-style3__content {
    position: relative;
    display: block;
    overflow: hidden;
}




.single-testimonial-style3 {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    overflow: hidden;
    border-radius: var(--thm-border-radius);
    padding: 111px 0px 120px;
    padding-right: 160px;
    z-index: 1;
}

.single-testimonial-style3::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;

    background: rgb(16, 16, 21);
    background: linear-gradient(90deg, rgba(16, 16, 21, 0) 30%, rgba(16, 16, 21, 0.639093137254902) 50%, rgba(16, 16, 21, 1) 75%);
}

.single-testimonial-style3::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;

    background: rgb(14, 33, 59);
    background: linear-gradient(90deg, rgba(14, 33, 59, 0.7987570028011204) 0%, rgba(14, 33, 59, 0.8015581232492998) 25%, rgba(14, 33, 59, 0) 55%);
}

.single-testimonial-style3__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: left top;
    z-index: -1;
}

.single-testimonial-style3__content {
    position: relative;
    display: block;
    max-width: 530px;
    width: 100%;
    z-index: 3;
}

.single-testimonial-style3__content .name-course {
    position: relative;
    display: block;
}

.single-testimonial-style3__content .name-course h3 {
    color: var(--thm-white);
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 6px;
}

.single-testimonial-style3__content .name-course p {
    color: #a9a9b0;
    font-size: 18px;
    line-height: 28px;
}

.single-testimonial-style3__content .name-course p span {
    color: var(--thm-white);
    font-weight: 600;
}

.single-testimonial-style3__content .text {
    position: relative;
    display: block;
    padding-top: 25px;
}

.single-testimonial-style3__content .text p {
    color: #a9a9b4;
    font-size: 24px;
    line-height: 34px;
}

.single-testimonial-style3__content .rating-box {
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 30px;
    z-index: 3;
}

.single-testimonial-style3__content .rating-box li {
    position: relative;
    display: block;
}

.single-testimonial-style3__content .rating-box li+li {
    margin-left: 5px;
}

.single-testimonial-style3__content .rating-box li .icon {
    position: relative;
    display: block;
    color: #ffcd3c;
    font-size: 20px;
    line-height: 20px;
}

.single-testimonial-style3__icon {
    position: absolute;
    bottom: 28px;
    right: 50px;
    z-index: 3;
}

.single-testimonial-style3__icon span {
    color: #1d1d22;
    font-size: 155px;
}



.testimonial-style3-carousel .owl-dots {
    position: absolute;
    top: 50px;
    left: 50%;
    counter-reset: slides-num;
    transform: translateX(-50%);
    margin-left: 150px;
    width: 100px;
    height: 100px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 50%;
    margin-top: 0 !important;
}

.testimonial-style3-carousel .owl-dots::after {
    position: absolute;
    top: 0px;
    left: 0;
    bottom: 0;
    right: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    content: "0"counter(slides-num);
    font-size: 16px;
    color: #a9a9b0;
    font-weight: 700;
    font-family: var(--thm-font-2);
    margin-right: -50px;
}

.testimonial-style3-carousel .owl-dots:before {
    position: absolute;
    content: '';
    right: 40px;
    top: 43px;
    width: 2px;
    height: 12px;
    background: rgba(255, 255, 255, 0.35);
    transform: rotate(10deg);
}

.testimonial-style3-carousel .owl-dots button span {
    display: none !important;
}

.testimonial-style3-carousel .owl-dots button {
    position: absolute;
    top: 35px;
    right: 65px;
    counter-increment: slides-num;
    color: var(--thm-white);
    font-size: 24px;
    font-weight: 700;
    font-family: var(--thm-font-2);
}

.testimonial-style3-carousel .owl-dots button.active:before {
    position: absolute;
    content: counter(slides-num);
}

.testimonial-style3-carousel .owl-dots button.active:after {
    position: absolute;
    content: '0';
    top: 0px;
    right: 0px;
}




/*** 
=============================
   Testimonials Page Css
=============================
***/
.testimonial-style1--style2 {
    padding: 120px 0px 80px;
}

.single-testimonial-style1--style2 {
    margin-bottom: 32px;
}