.testimonials-section {
	background-color: #f4f6f8;
}
.testimonials-slider-outer {
	position: relative;
}
.testimonials-slider.owl-carousel .owl-stage-outer {
    height: calc(100% + 30px);
    margin: -15px;
    padding: 15px;
    width: calc(100% + 30px);
}
.testimonials-slider .owl-item {
	display: flex;
	padding: 100px 0 60px;
}
.testimonials-slider .item {
	display: flex;
	width: 100%;
}
.testimonials-slider .owl-stage {
	display: flex;
}
.testimonials-blog {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	border-radius: 20px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 5px 23.7px 6.3px rgba(143, 182, 221, 0.08);
	padding: 0 40px 40px;
	transition: all 0.3s ease-out;
}
.testimonials-blog:hover {
	box-shadow: 0px 12px 15.03px 11.97px rgba(64, 131, 198, 0.12);
}
.testimonials-img {
	position: relative;
	display: flex;
	width: 200px;
	height: 200px;
	border: 10px solid var(--sk-white);
	border-radius: 50%;
	background-color: rgb(225, 240, 251);
	box-shadow: -11.476px -3.508px 20.54px 5.46px rgba(33, 58, 113, 0.09);
	margin: -66px auto 25px;
}
.testimonials-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
	border: 0px solid #e2eef8;
	transition: border-width 0.3s ease-out;
}
.testimonials-blog:hover .testimonials-img img {
	border-width: 10px;
}
.testimonials-info {
	position: relative;
	display: flex;
	flex-direction: column;
	text-align: center;
	justify-content: center;
	max-width: 367px;
	margin: auto;
}
.testimonials-rating {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin: 0 0 15px;
}
.testimonials-rating img {
	width: 24px;
	max-width: 24px;
}
.testimonials-info .maxtitle-3 {
	color: #353739;
	font-size: 40px;
	line-height: 1;
	font-family: 'Lemonism';
	font-weight: 400;
}
.testimonials-info p {
	color: #353739;
	font-size: 20px;
	line-height: 1.5;
	overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 4; /* number of lines to show */
           line-clamp: 4; 
   -webkit-box-orient: vertical;
}
.testimonials-blog .btn-outer {
	flex: 1 0 0;
	align-items: flex-end;
	margin-top: 15px;
}
.testimonials-blog .btn {
	font-family: 'Roboto';
	font-weight: 500;
	padding: 12px 45px;
}
.quote-left {
	position: absolute;
	left: 0;
	top: 10px;
	width: 54px;
}
.quote-right{
	position: absolute;
	right: 0px;
	bottom: -15px;
	width: 54px;
}
.testimonials-slider .owl-nav {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	margin: 0;
}
.testimonials-slider.owl-carousel .owl-nav button.owl-next, 
.testimonials-slider.owl-carousel .owl-nav button.owl-prev {
	position: absolute;
	left: -95px;
	top: 50%;
	transform: translateY(-50%);
	width: 60px;
	height: 60px;
	border-radius: 50%;
	box-shadow: 0px 5px 22.12px 5.88px rgba(63, 30, 11, 0.1);
	font-size: 0;
	padding: 0;
	background-color: var(--sk-white);
}
.testimonials-slider.owl-carousel .owl-nav button.owl-next {
	left: auto;
	right: -95px;
}
.testimonials-slider.owl-carousel .owl-nav button.owl-next:after, 
.testimonials-slider.owl-carousel .owl-nav button.owl-prev:after {
	position: absolute;
	content: '';
	display: flex;
	width: 16px;
	height: 16px;
	background: url(../images/slider-arrow.svg) no-repeat center;
	background-size: contain;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.testimonials-slider.owl-carousel .owl-nav button.owl-prev:after {
	transform: translate(-50%,-50%) rotate(-180deg);
}
.testimonials-slider.owl-carousel .owl-dots {
	position: relative;
	text-align: center;
	margin-top: 10px;
	line-height: 0;
}
.testimonials-slider.owl-carousel .owl-dots .owl-dot {
	position: relative;
	padding: 0;
	margin: 0 12px;
	width: 19px;
	height: 19px;
	background-color: rgba(66, 151, 219, 0);
	font-size: 0;
	border: 2px solid rgb(198, 209, 217);
	border-radius: 50%;
}
.testimonials-slider.owl-carousel .owl-dots .owl-dot.active {
	background-color: rgba(66, 151, 219, 1);
	border-color: rgba(66, 151, 219, 1);
}
.testimonials-icon {
	position: relative;
	display: flex;
	justify-content: center;
	margin: 50px 0 30px;
}
.testimonials-icon img,
.testimonials-icon svg {
	width: 50px;
	height: 50px;
	object-fit: contain;
}
.testimonials-blog.custom .testimonials-info h3 {
	font-size: 28px;
}
.testimonials-slider-outer .row {
	--bs-guuter-x: 30px;
	--bs-gutter-y: 30px;
}
@media (max-width: 1850px){
	.testimonials-slider.owl-carousel .owl-nav button.owl-prev {
		left: -80px;
	}
	.testimonials-slider.owl-carousel .owl-nav button.owl-next {
		left: auto;
		right: -80px;
	}
}

@media (max-width: 1199px){
	.testimonials-slider.owl-carousel .owl-nav button.owl-prev {
		left: -70px;
	}
	.testimonials-slider.owl-carousel .owl-nav button.owl-next {
		left: auto;
		right: -70px;
	}
}
@media (max-width: 991px){
	.testimonials-slider.owl-carousel .owl-nav button.owl-prev {
		left: -50px;
	}
	.testimonials-slider.owl-carousel .owl-nav button.owl-next {
		left: auto;
		right: -50px;
	}
}
@media (max-width: 767px){
	.testimonials-slider.owl-carousel .owl-nav button.owl-prev {
		left: -10px;
		width: 40px;
		height: 40px;
	}
	.testimonials-slider.owl-carousel .owl-nav button.owl-next {
		left: auto;
		right: -10px;
		width: 40px;
		height: 40px;
	}
	.testimonials-slider.owl-carousel .owl-dots {
		margin-top: 10px;
	}
	.testimonials-slider.owl-carousel .owl-dots .owl-dot {
		width: 14px;
		height: 14px;
		margin: 0 7px;
	}
	.testimonials-img {
	    width: 140px;
	    height: 140px;
	    margin: -50px auto 25px;
	}
	.testimonials-rating img {
	    width: 18px;
	    max-width: 18px;
	}
	.testimonials-info .maxtitle-3 {
	    font-size: 30px;
	}
	.quote-right,
	.quote-left {
	    width: 40px;
	}
	.testimonials-info p {
	    font-size: 16px;
	}
	.testimonials-slider .owl-item {
	    padding: 65px 0 30px;
	}
}