/***
====================================================================
	Testimonial Two
====================================================================

***/

.testimonial-two{
	position:relative;
	padding:145px 0px 120px;
}

.testimonial-two_shadow{
	position:absolute;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
	background-position:right center;
	background-repeat:no-repeat;
}

.testimonial-two .swiper-container{
	padding-bottom:70px;
}

.testimonial-two_pattern-layer{
	position:absolute;
	left:0px;
	top:-300px;
	bottom:0px;
	width:732px;
	height:1376px;
	background-repeat:no-repeat;
}

.testimonial-two_arrows{
	position:absolute;
	left:120px;
	top:-70px;
	width:168px;
	height:75px;
	-webkit-animation: icon-bounce 0.8s ease-out infinite;
    animation: icon-bounce 0.8s ease-out infinite;
}

.testimonial-two .sec-title .right-box{
	position:relative;
}

.testimonial-two_rating-column{
	position:relative;
	margin-bottom:30px;
}

.testimonial-two_rating-outer{
	position:relative;
	border-radius:30px;
	padding:35px 50px 50px;
	background-color:#FBEDFF;
}

.testimonial-two_rating{
	position:relative;
	font-size:128px;
	font-weight:700;
	line-height:1em;
	text-align:center;
	color:var(--black-color);
}

/* Testimonial Two Authors */

.testimonial-two_authors{
	position:relative;
	display:flex;
	gap:20px;
	margin-top:25px;
	align-items:center;
}

.testimonial-two_authors ul{
	position:relative;
	display:flex;
	margin-left:20px;
}

.testimonial-two_authors ul li{
	position:relative;
	width:54px;
	height:54px;
	margin-left:-20px;
	border-radius:50px;
	display:inline-block;
	border:3px solid var(--white-color);
}

.testimonial-two_reviews{
	position:relative;
	font-weight:600;
	font-size:16px;
	color:var(--black-color);
	font-family: "Outfit", serif;
}

.testimonial-two_title{
	position:relative;
	text-align:center;
	margin-top:30px;
	color:var(--black-color);
}

.testimonial-two_button{
	position:relative;
}

.testimonial-two_title-button{
	position:relative;
	text-align:center;
	margin-top:35px;
}

.testimonial-two_carousel-column{
	position:relative;
	margin-bottom:30px;
}

.testimonial-two_carousel-outer{
	background-image: url('../assets/images/background/pattern-23.png');
	position:relative;
	border-radius:30px;
	padding:40px 50px 0px;
	background-color:#F5F5F5;
	background-position:center top;
	background-repeat:repeat-x;
}

.testimonial-two_carousel-outer:before{
	position:absolute;
	content:'';
	left:49%;
	top:40px;
	bottom:0px;
	width:12px;
	height:317px;
	
	background: url('../assets/images/icon/testimonial-two_devider.png') no-repeat;
}   

.testimonial-two_carousel-outer:after{
	position:absolute;
	content:'';
	left:50%;
	bottom:0px;
	width:234px;
	height:80px;
	transform:translateX(-50%);
	background: url(../assets/images/backgrounds/pattern-24.png) no-repeat;
}

/* Arrows */

.testimonial-two_arrow{
	position:absolute;
	left:50%;
	width:150px;
	z-index:99999;
	bottom:0px;
	transform:translateX(-50%);
}

.testimonial-two_carousel-prev,
.testimonial-two_carousel-next{
	position:relative;
	width:70px;
	height:70px;
	font-size:20px;
	margin:0px 1px;
	border-radius:50px;
	line-height:70px;
	text-align:center;
	display:inline-block;
	color:var(--orphichub-base);
	background-color:var(--orphichub-black);
}

.testimonial-two_carousel-prev:hover,
.testimonial-two_carousel-next:hover{
	color:var(--orphichub-black);
	background-color:var(--orphichub-base);
}

/* Testimonial Block Two */

.testimonial-block_two{
	position:relative;
}

.testimonial-block_two-inner{
	position:relative;
	padding-right:40px;
}

.testimonial-block_two-author{
	position:relative;
	font-size:24px;
	font-weight:700;
	padding-left:120px;
	padding-top:25px;
	min-height:120px;
	margin-top:25px;
	text-align:right;
	color:var(--orphichub-base);
	
}

.testimonial-block_two-author span{
	position:relative;
	display:block;
	font-size:16px;
	font-weight:400;
	margin-top:15px;
	color:var(--orphichub-base);
	
}

.testimonial-block_two-author_image{
	position:absolute;
	left:0px;
	top:0px;
	width:100px;
	height:100px;
	object-fit: contain;
	overflow:hidden;
	border-radius:150px;
}

.testimonial-block_two-text{
	position:relative;
	font-size:19px;
	line-height:36px;
	color:var(--orphichub-black);
}

.testimonial-block_two-rating{
	position:relative;
	display:flex;
	gap:4px;
    margin-top:20px;
	font-size:32px;
	font-weight:700;
	text-align:right;
	line-height:1em;
	align-items: center;
	color:var(--black-color);
}

.testimonial-block_two-rating span{
	position:relative;
	font-size:22px;
	color:var(--color-two);
}

.testimonial-block_two.alternate .testimonial-block_two-inner{
	padding-left:30px;
}

.testimonial-block_two.alternate .testimonial-block_two-author_image{
	left:auto;
	right:0px;
}

.testimonial-block_two.alternate .testimonial-block_two-author{
	text-align:left;
	padding-left:0px;
	padding-right:120px;
}

.testimonial-block_two.alternate .testimonial-block_two-inner{
	padding-right:0px;
}

.testimonial-block_two.alternate .testimonial-block_two-rating{
	display:flex;
	justify-content:end;
}

/*** 