/*** 
=============================================
   Testimonial Style1 Area Css
=============================================
***/
.testimonial-style1-area {
    position: relative;
    display: block;
    overflow: hidden;
    background: #171717;
    z-index: 10;
}

.testimonial-style1-area__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    background-attachment: fixed;
    background-repeat: repeat;
    background-position: center center;
}

.testimonial-style1__content {
    position: relative;
    display: block;
}

.single-testimonial-style1 {
    position: relative;
    display: block;
    min-height: 680px;
}

.single-testimonial-style1 .text-holder {
    position: relative;
    display: block;
    max-width: 670px;
    width: 100%;
    padding-top: 120px;
    padding-bottom: 120px;
    z-index: 1;
}

.single-testimonial-style1 .text-holder .top {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 56px;
}

.single-testimonial-style1 .text-holder .top .border-box {
    position: relative;
    display: block;
    width: 170px;
    height: 5px;
}

.single-testimonial-style1 .text-holder .top .quote-icon {
    position: relative;
    display: block;
    padding-left: 30px;
}

.single-testimonial-style1 .text-holder .inner-text {
    position: relative;
    display: block;
}

.single-testimonial-style1 .text-holder .inner-text h2 {
    color: #ffffff;
    font-size: 48px;
    line-height: 1.4em;
    font-weight: 600;
}

.single-testimonial-style1 .text-holder .bottom-box {
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 83px;
}

.single-testimonial-style1 .text-holder .bottom-box .icon {
    position: relative;
    display: block;
    width: 50px;
    line-height: 0;
}

.single-testimonial-style1 .text-holder .bottom-box .icon span:before {
    position: relative;
    display: inline-block;
    font-size: 50px;
    line-height: 50px;
    background: #29bbc8;
    background: -webkit-linear-gradient(to right, #29bbc8 0%, #a4c10a 100%);
    background: -moz-linear-gradient(to right, #29bbc8 0%, #a4c10a 100%);
    background: linear-gradient(to right, #29bbc8 0%, #a4c10a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.single-testimonial-style1 .text-holder .bottom-box .text {
    position: relative;
    display: block;
    padding-left: 20px;
}

.single-testimonial-style1 .text-holder .bottom-box .text p {
    color: #ffffff;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    font-style: italic;
    margin: 0;
    font-family: var(--thm-font-3);
}

.single-testimonial-style1 .text-holder .bottom-box .text p span {
    font-size: 18px;
    color: var(--thm-base);
    font-family: var(--thm-font);
    font-weight: 400;
}


.single-testimonial-style1 .img-holder {
    position: absolute;
    bottom: 0;
    right: 0;
}

.single-testimonial-style1 .img-holder img {
    width: auto;
}

.testimonial-carousel.owl-carousel.owl-dot-style1 .owl-dots {
    display: none;
}




/*** 
=============================================
   Testimonial Style2 Area Css
=============================================
***/
.testimonial-style2-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 0px 0px 0px;
    box-shadow: 0px 5px 70px 0px rgb(0 0 0 / 7%);
    z-index: 10;
}

.testimonial-style2-area.box-shadow-none {
    box-shadow: none;
}

.testimonial-style2__content {
    position: relative;
    display: block;
}

.testimonial-style2__content.marginbottom-minus {
    margin-bottom: -170px;
    background: #ffffff;
}

.single-testimonial-style2 {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
}

.single-testimonial-style2 .text-holder {
    position: relative;
    display: block;
    max-width: 600px;
    width: 100%;
    padding: 120px 0px 120px;
    padding-left: 65px;
    padding-right: 50px;
    border-bottom: 1px solid var(--thm-base);
    z-index: 1;
}



.single-testimonial-style2 .text-holder:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #f5f6f7;
    z-index: -1;
}

.single-testimonial-style2 .text-holder.gradient_02:before {
    background-image: -moz-linear-gradient(0deg, rgb(1, 49, 52) 0%, rgb(51, 122, 138) 40%, rgb(41, 187, 200) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(1, 49, 52) 0%, rgb(51, 122, 138) 40%, rgb(41, 187, 200) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(1, 49, 52) 0%, rgb(51, 122, 138) 40%, rgb(41, 187, 200) 100%);
}

.single-testimonial-style2 .text-holder .top {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 56px;
}

.single-testimonial-style2 .text-holder .top .border-box {
    position: relative;
    display: block;
    width: 170px;
    height: 5px;
}

.single-testimonial-style2 .text-holder .top .quote-icon {
    position: relative;
    display: block;
    padding-left: 30px;
}



.single-testimonial-style2 .text-holder .inner-text {
    position: relative;
    display: block;
}

.single-testimonial-style2 .text-holder .inner-text h2 {
    color: var(--thm-black);
    font-size: 48px;
    line-height: 1.4em;
    font-weight: 600;
}

.single-testimonial-style2 .text-holder .bottom-box {
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 53px;
}

.single-testimonial-style2 .text-holder .bottom-box .icon {
    position: relative;
    display: block;
    width: 50px;
    line-height: 0;
}

.single-testimonial-style2 .text-holder .bottom-box .icon span:before {
    position: relative;
    display: inline-block;
    font-size: 50px;
    line-height: 50px;
    background: #29bbc8;
    background: -webkit-linear-gradient(to right, #29bbc8 0%, #a4c10a 100%);
    background: -moz-linear-gradient(to right, #29bbc8 0%, #a4c10a 100%);
    background: linear-gradient(to right, #29bbc8 0%, #a4c10a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.single-testimonial-style2 .text-holder .bottom-box .text {
    position: relative;
    display: block;
    padding-left: 20px;
}

.single-testimonial-style2 .text-holder .bottom-box .text p {
    color: var(--thm-gray);
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    font-style: italic;
    margin: 0;
    font-family: var(--thm-font-3);
}

.single-testimonial-style2 .text-holder .bottom-box .text p span {
    color: var(--thm-base);
    font-weight: 300;
    font-family: var(--thm-font);
}


.single-testimonial-style2 .img-holder {
    position: relative;
    display: block;
    max-width: 550px;
    width: 100%;
    text-align: right;
}

.single-testimonial-style2 .img-holder img {}




.single-testimonial-style2--instyle4 .text-holder {
    padding: 50px 0px 70px;
    padding-left: 65px;
    padding-right: 50px;
    border-bottom: 0px solid var(--thm-base);
    z-index: 1;
}

.single-testimonial-style2--instyle4 .text-holder .top {
    margin-bottom: 30px;
}

.single-testimonial-style2--instyle4 .text-holder .top .border-box {
    background: #ffffff;
}

.single-testimonial-style2--instyle4 .text-holder .inner-text h2 {
    color: #ffffff;
    font-size: 44px;
    line-height: 58px;
    font-weight: 700;
    font-style: italic;
    font-family: var(--thm-font-3);
}

.single-testimonial-style2--instyle4 .text-holder .bottom-box .icon span:before {
    color: #ffffff;
    -webkit-text-fill-color: currentColor;
}

.single-testimonial-style2--instyle4 .text-holder .bottom-box {
    padding-top: 36px;
}

.single-testimonial-style2--instyle4 .text-holder .bottom-box .text p {
    color: #ffffff;
}

.single-testimonial-style2--instyle4 .text-holder .bottom-box .text p span {
    color: #ffffff;
}



/*** 
=============================================
   Testimonial Style3 Area Css
=============================================
***/
.testimonial-style3-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0 70px;
    z-index: 10;
}

.testimonial-style3-area .sec-title-style2.style2instyle3 {
    padding-bottom: 10px;
}

.testimonial-style3__content {
    position: relative;
    display: block;
}

.single-testimonial-style3 {
    position: relative;
    display: block;
    padding: 10px;
    border-color: rgb(255, 255, 255);
    background-image: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0.50196) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0.50196) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -ms-linear-gradient(90deg, rgba(255, 255, 255, 0.50196) 0%, rgba(255, 255, 255, 0) 100%);
    box-shadow: 0px 0px 7.6px 0.4px rgba(0, 0, 0, 0.08);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-testimonial-style3:hover {
    box-shadow: none;
}


.single-testimonial-style3 .inner {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 48px 30px 60px;
    z-index: 2;
}

.single-testimonial-style3 .inner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #f5f6f7;
    transform: scaleY(1.0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 500ms linear;
    transition-delay: 0.1s;
    z-index: -1;
}

.single-testimonial-style3:hover .inner:before {
    transform: scaleY(0.0);
}

.single-testimonial-style3 .inner:after {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    bottom: -10px;
    right: -10px;
    background: #6300d9;
    z-index: -1;
    transform: scaleX(0.0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 500ms linear;
}

.single-testimonial-style3:hover .inner:after {
    transform: scaleX(1.0);
    transition: all 400ms linear;
}



.single-testimonial-style3 .top {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 31px;
}

.single-testimonial-style3 .top .border-box {
    position: relative;
    display: block;
    width: 110px;
    height: 5px;
}

.single-testimonial-style3 .top .quote-icon {
    position: relative;
    display: block;
    padding-left: 30px;
    line-height: 0;
}

.single-testimonial-style3 .top .quote-icon span:before {
    font-size: 70px;
    line-height: 70px;
    background: #29bbc8;
    background: -webkit-linear-gradient(to right, #29bbc8 0%, #a4c10a 100%);
    background: -moz-linear-gradient(to right, #29bbc8 0%, #a4c10a 100%);
    background: linear-gradient(to right, #29bbc8 0%, #a4c10a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}



.single-testimonial-style3 .inner-text {
    position: relative;
    display: block;
}

.single-testimonial-style3 .inner-text h3 {
    color: var(--thm-black);
    font-size: 24px;
    line-height: 1.5em;
    font-weight: 600;
    transition: all 400ms linear;
}

.single-testimonial-style3:hover .inner-text h3 {
    color: #ffffff;
}

.single-testimonial-style3 .bottom-box {
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 40px;
}

.single-testimonial-style3 .bottom-box .icon {
    position: relative;
    display: block;
    width: 50px;
    line-height: 0;
}

.single-testimonial-style3 .bottom-box .icon span:before {
    position: relative;
    display: inline-block;
    font-size: 50px;
    line-height: 50px;
    background: #29bbc8;
    background: -webkit-linear-gradient(to right, #29bbc8 0%, #a4c10a 100%);
    background: -moz-linear-gradient(to right, #29bbc8 0%, #a4c10a 100%);
    background: linear-gradient(to right, #29bbc8 0%, #a4c10a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.single-testimonial-style3 .bottom-box .text {
    position: relative;
    display: block;
    padding-left: 20px;
}

.single-testimonial-style3 .bottom-box .text p {
    color: var(--thm-gray);
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    font-style: italic;
    margin: 0;
    font-family: var(--thm-font-3);
    transition: all 500ms linear;
}

.single-testimonial-style3:hover .bottom-box .text p {
    color: #ffffff;
}

.single-testimonial-style3 .bottom-box .text p span {
    color: var(--thm-base);
    font-weight: 300;
    font-family: var(--thm-font);
}




.testimonial-carousel-style3 {}

.testimonial-carousel-style3.owl-carousel .owl-stage-outer {
    padding: 40px 0 50px;
    overflow: visible;
}

.testimonial-carousel-style3.owl-carousel.owl-dot-style1 .owl-dots {
    display: none;
}

.testimonial-carousel-style3.owl-carousel .owl-stage-outer .owl-item {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
    -ms-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
    transform: perspective(400px) rotateX(90deg) scaleY(0.5);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
}

.testimonial-carousel-style3.owl-carousel .owl-stage-outer .owl-item.active {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg) scaleY(1.0);
    -ms-transform: perspective(400px) rotateX(0deg) scaleY(1.0);
    transform: perspective(400px) rotateX(0deg) scaleY(1.0);
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .3s;
    transition-property: all;
}




/*** 
=============================================
   Testimonial Style4 Area Css
=============================================
***/
.testimonial-style4-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 0px 0 0px;
    z-index: 10;
}

.testimonial-style4-area .auto-container {
    position: relative;
    max-width: 1920px;
    width: 100%;
    padding: 0;
}

.testimonial-style4_img {
    position: relative;
    display: block;
    width: calc(100% - 745px);
    height: 740px;
    background: #000;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
}


.testimonial-style4_content {
    position: absolute;
    top: 0;
    right: 0;
    background: var(--thm-base);
    max-width: 745px;
    width: 100%;
    /*height: 740px;*/
    /*padding: 138px 60px 150px;*/
    overflow: hidden;
}

.testimonial-style4_content .shape1 {
    position: absolute;
    top: 0;
    right: 0;
}

.testimonial-style4_content .shape2 {
    position: absolute;
    top: 0;
    left: 0;
}

.testimonial-style4_content .shape1 img {
    opacity: 0.10;
}

.single-testimonial-style4 {
    position: relative;
    display: block;
}

.single-testimonial-style4 .top {
    position: relative;
    display: flex;
    align-items: center;
}

.single-testimonial-style4 .top .border-box {
    position: relative;
    display: block;
    width: 170px;
    height: 5px;
    background: #ffffff;
}

.single-testimonial-style4 .top .icon {
    position: relative;
    display: block;
    padding-left: 20px;
}

.single-testimonial-style4 .top .icon span:before {
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 70px;
    line-height: 70px;
}

.single-testimonial-style4 .text {
    position: relative;
    display: block;
    max-width: 570px;
    width: 100%;
    padding: 44px 0 45px;
}

.single-testimonial-style4 .text h2 {
    color: #ffffff;
    font-size: 31px;
    line-height: 70px;
    font-weight: 600;
}

.single-testimonial-style4 .bottom-box {
    position: relative;
    display: flex;
    align-items: center;
}

.single-testimonial-style4 .bottom-box .icon {
    width: 50px;
    line-height: 0;
}

.single-testimonial-style4 .bottom-box .icon span:before {
    position: relative;
    display: inline-block;
    color: #ffffff;
    font-size: 50px;
    line-height: 50px;
}

.single-testimonial-style4 .bottom-box .text {
    position: relative;
    display: block;
    padding-top: 0;
    padding-left: 20px;
    padding-bottom: 0;
}

.single-testimonial-style4 .bottom-box .text p {
    color: #ffffff;
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    font-style: italic;
    margin: 0;
    font-family: var(--thm-font-3);
}

.single-testimonial-style4 .bottom-box .text p span {
    color: #ffffff;
    font-family: var(--thm-font);
}



/*** 
=============================================
   Testimonial Style5 Area Css
=============================================
***/
.testimonial-style5-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0 0px;
    z-index: 10;
}

.testimonial-style5-area.pdb120 {
    padding-bottom: 120px;
}

.testimonial-style5-area .sec-title-style5 {
    display: flex;
    align-items: center;
    padding-bottom: 68px;
}

.testimonial-style5-area .sec-title-style5 .icon {
    padding-bottom: 0px;
    margin-right: 20px;
}

.testimonial-style5_content {
    position: relative;
    display: block;
    width: 100%;
}

.single-testimonial-style5 {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 60px 38px 68px;
    border-radius: 10px;
    border-style: dashed;
    border-width: 2px;
    border-color: #e5e5e5;
    overflow: hidden;
}

.single-testimonial-style5 .top {
    position: absolute;
    top: -2px;
    left: -2px;
    height: 130px;
    right: 30px;
    z-index: 1;
}

.single-testimonial-style5 .top:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: var(--thm-base);
    -webkit-clip-path: polygon(0% 0%, 75% 0, 99% 15%, 50% 58%, 0% 100%);
    clip-path: polygon(0% 0%, 75% 0, 99% 15%, 50% 58%, 0% 100%);
    z-index: -1;
}

.single-testimonial-style5 .top:after {
    content: "";
    position: absolute;
    top: 20px;
    left: 20px;
    bottom: -20px;
    right: 0;
    background: var(--thm-base);
    opacity: 0.95;
    -webkit-clip-path: polygon(0% 0%, 75% 0, 99% 15%, 50% 58%, 0% 100%);
    clip-path: polygon(0% 0%, 75% 0, 99% 15%, 50% 58%, 0% 100%);
    z-index: -1;
}

.single-testimonial-style5 .top .icon {
    position: relative;
    display: block;
    line-height: 0;
    padding: 30px 40px;
}

.single-testimonial-style5 .top .icon span:before {
    position: relative;
    display: inline-block;
    color: #ffffff;
    font-size: 50px;
    line-height: 50px;
}

.single-testimonial-style5 .text {
    position: relative;
    display: block;
    padding-top: 110px;
    padding-bottom: 40px;
}

.single-testimonial-style5 .text h3 {
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
}

.testimonial-style5__client-info {
    position: relative;
    display: flex;
    align-items: center;
}

.testimonial-style5__client-info .image-box {
    position: relative;
    display: block;
    width: 70px;
}

.testimonial-style5__client-info .image-box img {
    width: 100%;
    border-radius: 50%;
}

.testimonial-style5__client-info .title-box {
    position: relative;
    display: block;
    padding-left: 20px;
    top: -2px;
}

.testimonial-style5__client-info .title-box h3 {
    color: var(--thm-black);
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 11px;
}

.testimonial-style5__client-info .title-box p {
    color: var(--thm-base);
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    margin: 0;
}

.testimonial-carousel-5 {}

.testimonial-carousel-5.owl-carousel.owl-dot-style1 .owl-dots {
    position: absolute;
    top: -78px;
    right: -5px;
}





/*** 
=============================================
   Testimonial Style6 Area Css
=============================================
***/
.testimonial-style6-area {
    position: relative;
    display: block;
    background: #ffffff;
    z-index: 10;
    margin-bottom: -60px;
}

.single-testimonial-style6 .text-holder .top .border-box {
    background: var(--thm-base);
}

.single-testimonial-style6 .text-holder .inner-text h2 {
    color: var(--thm-base);
}

.single-testimonial-style6 .text-holder .bottom-box .text p {
    color: var(--thm-black);
}

.single-testimonial-style6 .text-holder .bottom-box .icon span:before {
    color: var(--thm-base);
    -webkit-text-fill-color: currentColor;
}



/*** 
=============================================
   Testimonial Style7 Area Css
=============================================
***/
.testimonial-style7-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0 120px;
    z-index: 10;
}

.testimonial-style7-area.gray-bg {
    background: #f5f5f6;
}

.testimonial-style7-area .pattern-bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: -1;
}


.testimonial-style7__content {
    position: relative;
    display: block;
}

.single-testimonial-style7 {
    position: relative;
    display: block;
    padding-top: 30px;
}

.single-testimonial-style7 .quote-icon {
    position: absolute;
    top: 0;
    right: 30px;
    color: var(--thm-base);
    font-size: 60px;
    line-height: 60px;
    z-index: 2;
}

.single-testimonial-style7 .inner {
    position: relative;
    display: block;
}

.single-testimonial-style7 .inner-text {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 32px 30px 30px;
    box-shadow: 0px 6px 66.5px 3.5px rgba(0, 0, 0, 0.08);
}

.single-testimonial-style7 .inner-text h3 {
    color: var(--thm-black);
    font-size: 18px;
    line-height: 32px;
    font-weight: 600;
    font-style: italic;
}


.single-testimonial-style7 .bottom-box {
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 20px;
}

.single-testimonial-style7 .bottom-box .logo-box {
    position: relative;
    display: block;
    width: 80px;
}

.single-testimonial-style7 .bottom-box .logo-box img {
    width: 100%;
}

.single-testimonial-style7 .bottom-box .text {
    position: relative;
    display: block;
    padding-left: 20px;
}

.single-testimonial-style7 .bottom-box .text h4 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 2px;
}

.single-testimonial-style7 .bottom-box .text span {}

.testimonial-style7-area .testimonial-carousel-style3.owl-carousel .owl-stage-outer {
    padding: 0;
}



/*** 
=============================================
   Testimonial Style8 Area Css
=============================================
***/
.testimonial-style8-area {
    position: relative;
    display: block;
    overflow: hidden;
    background: #ffffff;
    padding: 120px 0 116px;
    z-index: 10;
}

.testimonial-style8-area--bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0px;
    right: 0;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: -1;
}

.testimonial-style8__content {
    position: relative;
    display: block;
    padding: 0 50px;
}


.single-testimonial-style8 {
    position: relative;
    display: block;
    text-align: center;
}

.single-testimonial-style8 .quote-icon {
    position: relative;
    display: block;
    color: var(--thm-base);
    font-size: 35px;
    margin-bottom: 76px;
}

.single-testimonial-style8 .quote-icon::before {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    width: 1px;
    height: 55px;
    background: var(--thm-base);
    margin: 0 auto;
    content: "";
}

.single-testimonial-style8 h2 {
    font-size: 40px;
    line-height: 1.5em;
    font-weight: 300;
    letter-spacing: 0.12em;
}

.single-testimonial-style8 .client-info {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 47px;
}

.single-testimonial-style8 .client-info p {
    position: relative;
    color: var(--thm-black);
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    text-transform: uppercase;
    padding-right: 5px;
    margin: 0;
}

.single-testimonial-style8 .client-info span {
    position: relative;
    display: inline-block;
    color: var(--thm-gray);
    font-size: 16px;
    line-height: 26px;
    padding-left: 65px;
}

.single-testimonial-style8 .client-info span::before {
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 55px;
    height: 1px;
    background: #777777;
    content: "";
}





/** Testimonial Style9 Content  ***/
.testimonial-style9_content {
    top: 0;
    left: 15px;
    right: 0;
	
    background: #013134;
    max-width: 100%;
    width: 100%;
    height: 100%;
    padding: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 60px;
    padding-right: 40px;
    padding-bottom: 10px;
	border-radius:20px;
}
/*
.testimonial-style9_content::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 30px;
    background: #ffffff;
    z-index: 10;
}*/

.testimonial-style9_content .single-testimonial-style4 .text {
    padding-top: 24px;
    padding-bottom: 31px;
}

.testimonial-style9_content .single-testimonial-style4 .top .border-box {
    background-image: -moz-linear-gradient(0deg, rgb(1, 49, 52) 0%, rgb(51, 122, 138) 40%, rgb(41, 187, 200) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(1, 49, 52) 0%, rgb(51, 122, 138) 40%, rgb(41, 187, 200) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(1, 49, 52) 0%, rgb(51, 122, 138) 40%, rgb(41, 187, 200) 100%);
}


.testimonial-style9_content .single-testimonial-style4 .top .icon span:before {
    position: relative;
    display: inline-block;
    font-size: 70px;
    line-height: 70px;
    background: #29bbc8;
    background: -webkit-linear-gradient(to right, #29bbc8 0%, #327988 100%);
    background: -moz-linear-gradient(to right, #29bbc8 0%, #327988 100%);
    background: linear-gradient(to right, #29bbc8 0%, #327988 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.testimonial-style9_content .single-testimonial-style4 .bottom-box .icon span:before {
    position: relative;
    display: inline-block;
    font-size: 50px;
    line-height: 50px;
    background: #29bbc8;
    background: -webkit-linear-gradient(to right, #29bbc8 0%, #a4c10a 100%);
    background: -moz-linear-gradient(to right, #29bbc8 0%, #a4c10a 100%);
    background: linear-gradient(to right, #29bbc8 0%, #a4c10a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.testimonial-style9_content .single-testimonial-style4 .bottom-box .text p span {
    color: var(--thm-base);
}




/*** 
=============================================
   Testimonial Style10 Area Css
=============================================
***/
.testimonial-style10-area {
    position: relative;
    display: block;
    overflow: hidden;
    background: #ffffff;
    padding: 120px 0 116px;
    z-index: 10;
}

.testimonial-style10-area--bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0px;
    right: 0;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: -1;
}

.testimonial-style10-area--bg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(var(--thm-base-rgb), 0.8);
}


.single-testimonial-style8--style2 .quote-icon {
    color: #ffffff;
}

.single-testimonial-style8--style2 .quote-icon::before {
    background: #ffffff;
}

.single-testimonial-style8--style2 h2 {
    color: #ffffff;
}

.single-testimonial-style8--style2 .client-info p {
    color: #ffffff;
}

.single-testimonial-style8--style2 .client-info span {
    color: var(--thm-black);
}

.single-testimonial-style8--style2 .client-info span::before {
    background: #ffffff;
}



/*** 
=============================================
   Testimonial Style11 Area Css
=============================================
***/
.testimonial-style11-area {
    position: relative;
    display: block;
    background: #ffffff;
    z-index: 10;
}

.testimonial-style11__content {
    position: relative;
    display: block;
    background: var(--thm-base);
    padding: 60px 0 60px;
    padding-right: 150px;
    margin-top: -180px;
    z-index: 10;
}

.testimonial-style11__content-bg {
    position: absolute;
    top: 0;
    left: -1000000px;
    bottom: 0px;
    right: 0;
    background: var(--thm-base);
    z-index: -1;
}

.single-testimonial-style11 {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.single-testimonial-style11 .text-box {
    position: relative;
    display: block;
    max-width: 670px;
    width: 100%;
    text-align: right;
    padding-top: 36px;
}

.single-testimonial-style11 .text-box h2 {
    color: #ffffff;
    font-size: 36px;
    line-height: 1.6em;
    font-weight: 300;
}

.single-testimonial-style11 .img-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 270px;
}

.single-testimonial-style11 .img-box .inner {
    position: relative;
    display: block;
    overflow: hidden;
    width: 170px;
    height: 170px;
}

.single-testimonial-style11 .img-box .inner .round-box-1 {
    position: absolute;
    top: 15px;
    left: 20px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #b6eeb3;
    z-index: 2;
}

.single-testimonial-style11 .img-box .inner img {
    width: 100%;
    border-radius: 50%;
}

.single-testimonial-style11 .img-box .signature {
    position: relative;
    display: block;
    padding-top: 30px;
}

.single-testimonial-style11 .img-box .signature img {
    width: auto;
}



/*** 
=============================================
   Testimonial Style12 Area Css
=============================================
***/
.testimonial-style12-area {
    position: relative;
    display: block;
    background: #f5f6f7;
    padding: 120px 0px 120px;
    z-index: 10;
}

.single-testimonial-style12 {
    position: relative;
    display: block;
    padding-top: 15px;
	

}

.single-testimonial-style12-inner {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 41px 0px 42px;
    z-index: 1;
}

.single-testimonial-style12 .quote-icon {
    position: absolute;
    top: 0;
    left: 50px;
    z-index: 2;
}

.single-testimonial-style12 .quote-icon span::before {
    color: var(--thm-base);
    font-size: 35px;
}

.single-testimonial-style12 h2 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    letter-spacing: 0.12em;
	
}

.single-testimonial-style12-bottom {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 32px;
}

.single-testimonial-style12-bottom .client-info {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.single-testimonial-style12-bottom .client-info p {
    position: relative;
    color: var(--thm-black);
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    text-transform: uppercase;
    padding-right: 5px;
    margin: 0;
}

.single-testimonial-style12-bottom .client-info span {
    position: relative;
    display: inline-block;
    color: var(--thm-gray);
    font-size: 16px;
    line-height: 26px;
    padding-left: 65px;
}

.single-testimonial-style12-bottom .client-info span::before {
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 55px;
    height: 1px;
    background: #777777;
    content: "";
}


.single-testimonial-style12-bottom .review {
    position: relative;
    display: block;
	right:50px;
}

.single-testimonial-style12-bottom .review ul {
    position: relative;
    display: block;
}

.single-testimonial-style12-bottom .review ul li {
    position: relative;
    display: inline-block;
}

.single-testimonial-style12-bottom .review ul li span:before {
    color: #29bbc8;
    font-size: 15px;
}


.testimonial-carousel-12.owl-carousel.owl-dot-style1 .owl-dots {
    padding-top: 70px;
}



/*** 
=============================================
   Testimonial Style13 Area Css
=============================================
***/
.testimonial-style13-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0px 120px;
    z-index: 10;
}

.testimonial-style13-area.pd0 {
    padding: 0;
}

.testimonial-style13-area.pdb5 {
    padding-bottom: 5px;
}

.testimonial-style13-area .single-testimonial-style12-inner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 2px solid var(--thm-base);
    z-index: -1;
}