/*** 
====================================================================
	Testimonial One
====================================================================
***/
.testimonial-one {
	position: relative;
	display: block;
	background-color: var(--thm-black);
	padding: 120px 0 120px;
	overflow: hidden;
	z-index: 1;
}

.testimonial-one__bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0.04;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	z-index: -1;
}

.testimonial-one:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: -170px;
	opacity: .37;
	background: rgb(255, 54, 57);
	background: radial-gradient(circle, rgba(255, 54, 57, 1) 0%, rgba(255, 255, 255, 0.1516981792717087) 54%);
	z-index: -1;
}

.testimonial-one .container {
	max-width: 1200px;
}

.testimonial-one__top {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 52px;
}

.testimonial-one__top-left {
	position: relative;
	display: block;
}

.testimonial-one__top-left .section-title {
	margin-bottom: 0;
}

.testimonial-one__top-left .section-title__title {
	color: var(--thm-white);
}

.testimonial-one__top-right {
	position: relative;
	display: block;
}

.testimonial-one__btn-box {
	position: relative;
	display: block;
}

.testimonial-one__btn {
	padding: 24px 32px 23px;
	background-color: rgba(var(--thm-base-rgb), .40);
}

.testimonial-one__btn:hover {
	color: var(--thm-base);
}

.testimonial-one__btn::before {
	background: var(--thm-base);
}

.testimonial-one__btn::after {
	background: var(--thm-white);
}

.testimonial-one__bottom {
	position: relative;
	display: block;
}

.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__single {
	position: relative;
	display: block;
}

.testimonial-one__single-top {
	position: relative;
	display: block;
	margin-right: 255px;
	background-color: var(--thm-white);
	border-radius: 15px;
	padding: 31px 35px 191px;
}

.testimonial-one__quote {
	position: relative;
	display: inline-block;
}

.testimonial-one__quote span {
	position: relative;
	display: inline-block;
	font-size: 26px;
	color: var(--thm-base);
}

.testimonial-one__client-info {
	position: relative;
	display: block;
}

.testimonial-one__client-info h3 {
	font-size: 24px;
	font-weight: 600;
	line-height: 31px;
	margin-top: 11px;
}

.testimonial-one__client-info p {
	font-weight: 500;
	color: var(--thm-base);
}

.testimonial-one__ratting {
	position: absolute;
	display: flex;
	align-items: center;
	top: 63px;
	right: -57px;
	padding: 15px 20px 14px;
	border-radius: 10px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 0px 60px 0px rgba(4, 23, 26, 0.05);
}

.testimonial-one__ratting span {
	position: relative;
	font-size: 11px;
	color: var(--thm-base);
}

.testimonial-one__ratting span+span {
	margin-left: 10px;
}

.testimonial-one__single-bottom {
	position: relative;
	display: flex;
	margin-top: -165px;
	margin-left: 15px;
	background-color: var(--thm-black);
	border-radius: 15px;
	padding: 35px 28px 35px;
	align-items: flex-start;
	z-index: 1;
}

.testimonial-one__single-bottom::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 15px;
	background-color: var(--thm-base);
	transform: scaleX(0.7) rotateX(20deg);
	opacity: 0;
	transition: all 0.4s linear;
	z-index: -1;
}

.testimonial-one__single:hover .testimonial-one__single-bottom::before {
	transform: scaleX(1.0) rotateX(0deg);
	transition: all 0.4s linear;
	opacity: 1;
}

.testimonial-one__client-img {
	position: relative;
	display: block;
	border: 4px solid #687476;
	max-width: 107px;
	width: 100%;
	border-radius: 15px;
	margin-top: 8px;
	transition: all 0.4s linear;
	overflow:hidden;
}

.testimonial-one__single:hover .testimonial-one__client-img {
	border: 4px solid #ff8688;
}

.testimonial-one__client-img img {
	width: 100%;
	border-radius: 10px;
}

.testimonial-one__text {
	font-size: 24px;
	font-weight: 600;
	line-height: 32px;
	font-family: var(--thm-font-two);
	color: var(--thm-white);
	margin-left: 35px;
	position: relative;
}

.testimonial-one__text span {
	position: absolute;
	left: -12px;
	top: 0;
}

/*** 
====================================================================
	Testimonial Two
====================================================================
***/
.testimonial-two {
	position: relative;
	display: block;
	padding: 120px 0 150px;
}

.testimonial-two__bottom {
	position: relative;
	display: block;
}

.testimonial-two__carousel {
	position: relative;
	display: block;
}

.testimonial-two__single {
	position: relative;
	display: flex;
	align-items: center;
	border-radius: 15px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 0px 40px 0px rgba(4, 23, 26, 0.07);
}

.testimonial-two__img {
	position: relative;
	display: block;
	max-width: 140px;
	width: 100%;
	border-radius: 15px;
	overflow:hidden;
}

.testimonial-two__img::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 15px;
	border: 2px solid var(--thm-base);
	z-index: 1;
}

.testimonial-two__img>img {
	width: 100%;
	border-radius: 15px;
}

.testimonial-two__content {
	position: relative;
	display: block;
	text-align: center;
	padding: 0 39px 0;
}

.testimonial-two__quote {
	position: relative;
	display: block;
}

.testimonial-two__quote>span {
	position: relative;
	display: inline-block;
	font-size: 32px;
	color: var(--thm-base);
}

.testimonial-two__text {
	margin-top: 22px;
}

.testimonial-two__client-info {
	position: relative;
	display: block;
	margin-top: 16px;
}

.testimonial-two__client-info h4 {
	font-size: 20px;
	font-weight: 600;
	line-height: 30px;
}

.testimonial-two__client-info p {
	color: var(--thm-base);
	margin-top: 1px;
}

.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;
	background-color: var(--thm-black);
	padding: 120px 0 160px;
	z-index: 1;
}

.testimonial-three__shape-1 {
	position: absolute;
	bottom: 0;
	right: 0;
	opacity: .30;
	z-index: -1;
}

.testimonial-three__shape-1 img {
	width: auto;
}

.testimonial-three__bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0.06;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	z-index: -1;
}

.testimonial-three .section-title__title {
	color: var(--thm-white);
}

.testimonial-three .container {
	max-width: 1200px;
}

.testimonial-three__bottom {
	position: relative;
	display: block;
}

.testimonial-three__carousel {
	position: relative;
	display: block;
}

.testimonial-three__single {
	position: relative;
	display: block;
	text-align: center;
	background-color: rgba(var(--thm-white-rgb), 0.06);
	padding: 31px 30px 79px;
	z-index: 1;
}

.testimonial-three__single::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	background-color: var(--thm-white);
	background-position: center bottom;
	transition-delay: .1s;
	transition-timing-function: ease-in-out;
	transition-duration: .5s;
	transition-property: all;
	transform-origin: bottom;
	transform-style: preserve-3d;
	transform: scaleY(0);
	z-index: -1;
}

.testimonial-three__single:hover::before {
	transform: scaleY(1.0);
}

.testimonial-three__single::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 5px;
	background-color: var(--thm-base);
	z-index: -1;
}

.testimonial-three__sub-title {
	color: var(--thm-base);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.testimonial-three__single:hover .testimonial-three__sub-title {
	color: var(--thm-gray);
}

.testimonial-three__title {
	font-size: 24px;
	font-weight: 600;
	line-height: 25px;
	margin-bottom: 18px;
	color: var(--thm-white);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.testimonial-three__single:hover .testimonial-three__title {
	color: var(--thm-black);
}

.testimonial-three__text {
	color: #adafae;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.testimonial-three__single:hover .testimonial-three__text {
	color: var(--thm-gray);
}

.testimonial-three__quote {
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}

.testimonial-three__quote span {
	position: relative;
	display: inline-block;
	font-size: 30px;
	color: var(--thm-white);
}

.testimonial-three__quote-shape {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: -1;
}

.testimonial-three__quote-shape img {
	width: auto !important;
	max-width: none;
}

.testimonial-three__carousel.owl-carousel .owl-stage-outer {
	overflow: visible;
}

.testimonial-three__carousel.owl-carousel .owl-item {
	opacity: 0;
	visibility: hidden;
	transition: opacity 500ms ease, visibility 500ms ease;
}

.testimonial-three__carousel.owl-carousel .owl-item.active {
	opacity: 1;
	visibility: visible;
}

/*** 
====================================================================
	Testimonial Page
====================================================================
***/
.testimonial-page {
	position: relative;
	display: block;
	padding: 120px 0 90px;
}

.testimonial-page .testimonial-two__single {
	margin-bottom: 30px;
}





/*** 
====================================================================
	End
====================================================================
***/