/*==============================================
    Testimonial One Sec
===============================================*/
.testimonial-one-sec {
    position: relative;
    display: block;
    background-color: var(--tedlife-primary);
    padding: 120px 0 120px;
    overflow: hidden;
    z-index: 1;
}

.testimonial-one-sec__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    filter: invert(1);
    z-index: -1;
}

.testimonial-one-sec__left {
    position: relative;
    display: block;
    margin-top: 50px;
    z-index: 10;
}

.testimonial-one-sec__right {
    position: relative;
    display: block;
    margin-right: -375px;
}

.testimonial-one__carousel {
    position: relative;
    display: block;
}

.testimonial-one__carousel.owl-carousel .owl-stage-outer {
    overflow: visible;
}

.testimonial-one__carousel.owl-carousel .owl-item {
    opacity: 0;
    visibility: hidden;
    transition: opacity 500ms ease, visibility 500ms ease;
}

.testimonial-one__carousel.owl-carousel .owl-item.active {
    opacity: 1;
    visibility: visible;
}

.testimonial-one-sec__single {
    position: relative;
    display: block;
    background-color: var(--tedlife-white);
    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
    padding: 50px 49px 50px;
    border-radius: var(--tedlife-bdr-radius);
    transition: all 500ms ease;
}

.testimonial-one-sec__single:hover {
    transform: translateY(-10px);
}

.testimonial-one-sec__text {
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
    line-height: 35px;
    color: var(--tedlife-gray);
}

.testimonial-one-sec__client-info-and-img {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 46px;
}

.testimonial-one-sec__client-img {
    position: relative;
    display: block;
}

.testimonial-one-sec__client-img img {
    width: auto;
    border-radius: 50%;
    filter: grayscale(1);
}

.testimonial-one-sec__client-info {
    position: relative;
    display: block;
    top: 4px;
    margin-left: 20px;
}

.testimonial-one-sec__client-info h5 {
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.testimonial-one-sec__client-info h5 a {
    color: var(--tedlife-black);
}

.testimonial-one-sec__client-info h5 a:hover {
    color: var(--tedlife-base);
}

.testimonial-one-sec__client-info p {
    font-size: 14px;
    line-height: 24px;
    color: var(--tedlife-gray);
}

.testimonial-one-sec__rating {
    position: absolute;
    bottom: 70px;
    right: 50px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
}

.testimonial-one-sec__rating span {
    font-size: 17px;
    color: var(--tedlife-base);
}

.testimonial-one__carousel.owl-theme .owl-nav {
    position: absolute;
    bottom: 57px;
    left: -500px;
    display: flex;
    align-items: center;
    margin: 0 !important;
    z-index: 100;
}

.testimonial-one__carousel .owl-nav .owl-next,
.testimonial-one__carousel .owl-nav .owl-prev {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px !important;
    color: var(--tedlife-black) !important;
    background-color: rgba(var(--tedlife-base-rgb), 1) !important;
    border-radius: 50%;
    margin: 0;
    text-align: center;
    opacity: 1;
    transition: all 500ms ease;
    z-index: 100;
}

.testimonial-one__carousel.owl-theme .owl-nav .owl-next {
    margin-left: 5px;
}

.testimonial-one__carousel.owl-theme .owl-nav .owl-prev {
    margin-right: 5px;
    transform: rotate(180deg);
}

.testimonial-one__carousel.owl-theme .owl-nav .owl-next span,
.testimonial-one__carousel.owl-theme .owl-nav .owl-prev span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-one__carousel.owl-theme .owl-nav .owl-next:hover,
.testimonial-one__carousel.owl-theme .owl-nav .owl-prev:hover {
    background-color: var(--tedlife-black) !important;
    color: var(--tedlife-white) !important;
}

/*--------------------------------------------------------------
# Testimonial Two
--------------------------------------------------------------*/
.testimonial-two {
    position: relative;
    display: block;
    padding: 120px 0 120px;
    background-color: var(--tedlife-primary);
    overflow: hidden;
    z-index: 1;
}

.testimonial-two__shape-2 {
    position: absolute;
    bottom: 0;
    left: -350px;
    opacity: .60;
    z-index: -1;
}

.testimonial-two__shape-2 img {
    width: auto;
}

.testimonial-two .section-title {
    margin-top: 0px;
    margin-bottom: 92px;
}

.testimonial-two__bottom {
    position: relative;
    display: block;
}

.testimonial-two__carousel {
    position: relative;
    display: block;
}

.testimonial-two__single {
    position: relative;
    display: block;
    text-align: center;
    background-color: var(--tedlife-white);
    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
    padding: 79px 40px 41px;
    border-radius: var(--tedlife-bdr-radius);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.testimonial-two__single:hover {
    transform: translateY(-10px);
}

.testimonial-two__shape-1 {
    position: absolute;
    top: 0;
    right: 0;
    mix-blend-mode: normal;
    opacity: .20;
    z-index: -1;
}

.testimonial-two__shape-1 img {
    width: auto;
}

.testimonial-two__img {
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
}

.testimonial-two__img img {
    width: auto;
    border-radius: 50%;
}

.testimonial-two__ratting {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-two__ratting li {
    position: relative;
    display: block;
}

.testimonial-two__ratting li+li {
    margin-left: 6px;
}

.testimonial-two__ratting li span {
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: var(--tedlife-base);
}

.testimonial-two__name {
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-top: 7px;
    margin-bottom: 4px;
}

.testimonial-two__name a {
    color: var(--tedlife-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.testimonial-two__name a:hover {
    color: var(--tedlife-base);
}

.testimonial-two__text {
    margin-top: 18px;
    font-size: 20px;
    color: var(--tedlife-gray);
    font-weight: 400;
    line-height: 32px;
}

.testimonial-two__carousel.owl-carousel .owl-stage-outer {
    overflow: visible;
}

.testimonial-two__carousel.owl-carousel .owl-item {
    opacity: 0;
    visibility: hidden;
    transition: opacity 500ms ease, visibility 500ms ease;
}

.testimonial-two__carousel.owl-carousel .owl-item.active {
    opacity: 1;
    visibility: visible;
}


/*--------------------------------------------------------------
# Testimonial Three
--------------------------------------------------------------*/
.testimonial-three {
    position: relative;
    display: block;
    padding: 90px 0 182px;
    z-index: 5;
}

.testimonial-three__carousel {
    position: relative;
    display: block;
}

.testimonial-three__single {
    position: relative;
    display: block;
    background-color: var(--tedlife-white);
    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
    padding: 50px 40px 40px;
    border-radius: var(--tedlife-bdr-radius);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.testimonial-three__single:hover {
    transform: translateY(-10px);
}

.testimonial-three__client-info {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}

.testimonial-three__client-img {
    position: relative;
    display: block;
    background-color: var(--tedlife-black);
    width: 70px;
    z-index: 1;
}

.testimonial-three__client-img:before {
    content: "";
    position: absolute;
    top: -10px;
    left: 10px;
    right: -10px;
    height: 10px;
    background-color: var(--tedlife-base);
    z-index: -1;
}

.testimonial-three__client-img:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 10px;
    width: 10px;
    right: -10px;
    background-color: var(--tedlife-base);
    z-index: -1;
}

.testimonial-three__client-img img {
    width: 100%;
    mix-blend-mode: normal;
}

.testimonial-three__client-content {
    position: relative;
    display: block;
}

.testimonial-three__client-name {
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 7px;
}

.testimonial-three__client-name a {
    color: var(--tedlife-black);
}

.testimonial-three__client-name a:hover {
    color: var(--tedlife-base);
}

.testimonial-three__client-sub-title {
    font-size: 17px;
    line-height: 17px;
}

.testimonial-three__quote {
    position: absolute;
    top: 50px;
    right: 40px;
}

.testimonial-three__quote span {
    position: relative;
    display: inline-block;
    font-size: 60px;
    color: var(--tedlife-base);
}

.testimonial-three__text {
    font-size: 17px;
    margin-top: 32px;
    margin-bottom: 21px;
}

.testimonial-three__rating {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
}

.testimonial-three__rating span {
    font-size: 17px;
    color: var(--tedlife-base);
}


.testimonial-three__carousel.owl-carousel .owl-stage-outer {
    overflow: visible;
}

.testimonial-three__carousel.owl-carousel .owl-dots {
    position: absolute;
    bottom: -62px;
    left: 0px;
    right: 0;
    text-align: center;
    margin: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-three__carousel.owl-carousel .owl-dots .owl-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(var(--tedlife-black-rgb), .30);
    border: 2px solid transparent;
    margin: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.testimonial-three__carousel.owl-carousel .owl-dots .owl-dot+.owl-dot {
    margin-left: 10px;
}

.testimonial-three__carousel.owl-carousel .owl-dot.active {
    background-color: rgba(var(--tedlife-black-rgb), 0);
    border: 2px solid var(--tedlife-base);
}

.testimonial-three__carousel.owl-carousel .owl-dot:focus {
    outline: none;
}

.testimonial-three__carousel.owl-carousel .owl-dots .owl-dot span {
    display: none;
}

/*--------------------------------------------------------------
# Testimonial Four
--------------------------------------------------------------*/
.testimonial-four {
    position: relative;
    display: block;
    padding: 119px 0 120px;
    z-index: 1;
}

.testimonial-four .section-title {
    margin-bottom: 72px;
}

.testimonial-four__carousel {
    position: relative;
    display: block;
}

.testimonial-four__single {
    position: relative;
    display: block;
    text-align: center;
    border-radius: var(--tedlife-bdr-radius);
    background-color: var(--tedlife-white);
    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
    padding: 48px 35px 42px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.testimonial-four__single:hover {
    background-color: var(--tedlife-white);
    box-shadow: 0px 20px 30px 0px rgba(16, 24, 40, 0.08);
    transform: translateY(-10px);
}

.testimonial-four__client-img {
    position: absolute;
    top: -32px;
    left: 50%;
    transform: translateX(-50%);
}

.testimonial-four__client-img img {
    width: auto;
    border-radius: 50%;
    filter: grayscale(1);
}

.testimonial-four__client-info {
    position: relative;
    display: block;
}

.testimonial-four__client-info h4 {
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 24px;
}

.testimonial-four__client-info h4 a {
    color: var(--tedlife-black);
}

.testimonial-four__client-info h4 a:hover {
    color: var(--tedlife-base);
}

.testimonial-four__client-info p {
    color: var(--tedlife-gray);
    font-size: 14px;
}

.testimonial-four__text {
    color: var(--tedlife-black);
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    line-height: 28px;
    margin-top: 17px;
    margin-bottom: 26px;
}

.testimonial-four__ratting {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-four__ratting span {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: var(--tedlife-base);
}

.testimonial-four__ratting span+span {
    margin-left: 4px;
}

.testimonial-four__quote {
    position: absolute;
    top: 56%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.testimonial-four__quote span {
    position: relative;
    display: inline-block;
    font-size: 90px;
    color: var(--tedlife-black);
    opacity: .10;
}

.testimonial-four__carousel.owl-carousel .owl-stage-outer {
    overflow: visible;
}

.testimonial-four__carousel.owl-carousel .owl-item {
    opacity: 0;
    visibility: hidden;
    transition: opacity 500ms ease, visibility 500ms ease;
}

.testimonial-four__carousel.owl-carousel .owl-item.active {
    opacity: 1;
    visibility: visible;
}

.testimonial-four__carousel.owl-theme .owl-nav {
    width: 100%;
    max-width: 100%;
    position: absolute;
    top: 50%;
    z-index: 100;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 !important;
    line-height: 0;
    height: 0;
}

.testimonial-four__carousel.owl-theme .owl-nav .owl-next {
    height: 48px;
    width: 48px;
    line-height: 48px;
    border-radius: 50%;
    color: var(--tedlife-black);
    background: var(--tedlife-white);
    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
    font-size: 16px;
    margin: 0;
    margin-right: -25px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.testimonial-four__carousel.owl-theme .owl-nav .owl-prev {
    height: 48px;
    width: 48px;
    line-height: 48px;
    border-radius: 50%;
    color: var(--tedlife-black);
    background: var(--tedlife-white);
    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
    font-size: 16px;
    margin: 0;
    margin-left: -25px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.testimonial-four__carousel.owl-theme .owl-nav .owl-next {
    margin-left: 0;
}

.testimonial-four__carousel.owl-theme .owl-nav .owl-prev {
    margin-right: 0;
    transform: rotate(180deg);
}

.testimonial-four__carousel.owl-theme .owl-nav .owl-next span,
.testimonial-four__carousel.owl-theme .owl-nav .owl-prev span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-four__carousel.owl-theme .owl-nav .owl-next:hover,
.testimonial-four__carousel.owl-theme .owl-nav .owl-prev:hover {
    color: var(--tedlife-white);
    background: var(--tedlife-base);
    box-shadow: 0px 2px 4px -2px rgba(16, 24, 40, 0.06), 0px 5px 10px -2px rgba(16, 24, 40, 0.10);
}

/*--------------------------------------------------------------
# Testimonial Five
--------------------------------------------------------------*/
.testimonial-five {
    padding-top: 120px;
}

/*--------------------------------------------------------------
# Testimonials Page
--------------------------------------------------------------*/
.testimonials-page {
    position: relative;
    display: block;
    padding: 120px 0 90px;
    z-index: 5;
}

.testimonials-page .testimonial-three__single {
    margin-bottom: 30px;
}











/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/