/*================================================
Testimonials Area CSS
=================================================*/

.testimonials-area {
	position: relative;
	z-index: 1;
}
.testimonials-area::before {
	position: absolute;
	left: 0;
	right: 0;
	top: 30%;
	-webkit-transform: translateY(-30%);
	transform: translateY(-30%);
	text-align: center;
	z-index: -1;
	font-size: 350px;
	line-height: 1;
	content: "\ee33";
	font-family: 'boxicons';
	opacity: 0.05;
}
.single-testimonials-item {
	text-align: center;
}
.single-testimonials-item p {
	color: var(--blackColor);
	margin-bottom: 0;
	font-weight: 600;
	font-size: 18px;
}
.single-testimonials-item .clients-info {
	margin-top: 30px;
}
.single-testimonials-item .clients-info img {
	border-radius: 50%;
	width: 52px !important;
	height: 52px;
	border: 3px solid var(--whiteColor);
}
.single-testimonials-item .clients-info .info {
	margin-left: 15px;
	text-align: left;
}
.single-testimonials-item .clients-info .info h3 {
	font-size: 19px;
	margin-bottom: 5px;
}
.single-testimonials-item .clients-info .info span {
	display: block;
	font-weight: 700;
	font-size: 14px;
}
.testimonials-slides {
	margin-top: -10px;
	display: block;
}
.testimonials-slides .single-testimonials-item {
	max-width: 850px;
	margin-left: auto;
	margin-right: auto;
}
.testimonials-slides.owl-theme .owl-nav button {
	margin: 0;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	background-color: var(--whiteColor);
	border-radius: 50%;
	font-size: 25px;
	padding: 0;
	text-align: center;
	-webkit-transition: var(--transition);
	transition: var(--transition);
}
.testimonials-slides.owl-theme .owl-nav button i {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.testimonials-slides.owl-theme .owl-nav button.owl-next {
	left: auto;
	right: 0;
}
.testimonials-slides.owl-theme .owl-nav button:hover {
	color: var(--whiteColor);
}

/*================================================
OS Clients Area Style
=================================================*/
.os-clients-slider {
	display: block;
}
.os-clients-area {
	padding-top: 100px;
}
.home .os-clients-area {
	padding-top: 0 !important;
}
.os-clients-area .section-title h2 {
	font-size: 36px;
	margin-bottom: 20px;
	font-family: 'Inter', sans-serif;
	color: #000627;
}
.os-clients-area .owl-carousel .owl-item img {
	width: auto;
	margin: auto;
}
.os-clients-content {
	text-align: center;
	margin-right: -120px;
	position: relative;
	z-index: 1;
	background-color: #f7fdfa;
	margin-bottom: 30px;
	padding: 50px;
}
.os-clients-content .owl-theme .owl-nav {
	margin: 0 !important;
	opacity: 0;
	-webkit-transition: var(--transition);
	transition: var(--transition);
}
.os-clients-content .owl-theme .owl-nav .owl-prev,
.os-clients-content .owl-theme .owl-nav .owl-next {
	background-color: var(--whiteColor);
	margin: 0;
	position: absolute;
	top: 50%;
	left: -65px;
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
	-webkit-transition: var(--transition);
	transition: var(--transition);
	z-index: 1;
	border-radius: 50%;
}
.os-clients-content .owl-theme .owl-nav .owl-prev i,
.os-clients-content .owl-theme .owl-nav .owl-next i {
	color: #67a504;
	border: 1px solid #67a504;
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 38px;
	font-size: 20px;
	-webkit-transition: var(--transition);
	transition: var(--transition);
	border-radius: 50%;
}
.os-clients-content .owl-theme .owl-nav .owl-prev:hover i,
.os-clients-content .owl-theme .owl-nav .owl-next:hover i {
	background-color: #67a504;
	color: var(--whiteColor);
}
.os-clients-content .owl-theme .owl-nav .owl-next {
	left: auto;
	right: -65px;
}
.os-clients-content .client-shape {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
}
.os-clients-content:hover .owl-theme .owl-nav {
	opacity: 1;
}
.os-single-clients i {
	font-size: 50px;
	color: #67a504;
	line-height: 1;
	display: block;
	margin-bottom: 20px;
}
.os-single-clients p {
	font-size: 20px;
	margin-bottom: 0;
	color: #000627;
	margin-bottom: 30px;
}
.os-single-clients h3 {
	font-size: 18px;
	margin-bottom: 0;
	font-family: 'Inter', sans-serif;
	color: #000627;
}
.os-client-img {
	position: relative;
	margin-bottom: 30px;
}
.os-client-img .os-video-button {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.os-client-img .os-video-button a {
	width: 90px;
	height: 90px;
	line-height: 90px;
	text-align: center;
	border-radius: 50%;
	display: inline-block;
	background: rgba(103, 165, 4, 0.8);
	color: var(--whiteColor);
	border: 5px solid rgba(255, 255, 255, 0.8);
	font-size: 60px;
	-webkit-transition: var(--transition);
	transition: var(--transition);
}
.os-client-img .os-video-button a i {
	position: relative;
	left: 4.5px;
}
.os-client-img .os-video-button a:hover {
	background-color: #67a504;
}

/* Max width 767px */
@media only screen and (max-width: 767px) {
    .testimonials-area::before {
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		font-size: 280px;
	}
	.single-testimonials-item p {
		font-size: 15px;
	}
	.single-testimonials-item .clients-info {
		margin-top: 20px;
	}
	.single-testimonials-item .clients-info .info h3 {
		font-size: 17px;
	}
	.single-testimonials-item .clients-info .info span {
		font-size: 13px;
	}
	.testimonials-slides .single-testimonials-item {
		max-width: 100%;
	}
	.testimonials-slides.owl-theme .owl-nav button {
		top: auto;
		bottom: 8px;
		-webkit-transform: unset;
		transform: unset;
		width: 35px;
		height: 35px;
		font-size: 20px;
	}
    .os-clients-area .section-title h2 {
		font-size: 25px;
	}
    .os-clients-content {
		margin-right: 0;
	}
    .os-clients-content {
		background-color: transparent;
		padding: 0;
	}
	.os-clients-content .owl-theme .owl-nav {
		margin-top: 20px !important;
		opacity: 1;
	}
	.os-clients-content .owl-theme .owl-nav .owl-prev,
	.os-clients-content .owl-theme .owl-nav .owl-next {
		position: initial;
		-webkit-transform: initial;
		transform: initial;
		margin: 0 5px;
	}
	.os-clients-content .client-shape {
		display: none;
	}
	.os-clients-content p {
		font-size: 18px;
		margin-bottom: 15px;
	}
	.os-clients-content i {
		margin-bottom: 8px;
	}
}

/* Min width 768px to Max width 991px */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonials-slides .single-testimonials-item {
		max-width: 100%;
	}
	.testimonials-slides.owl-theme .owl-nav button {
		top: auto;
		bottom: 9px;
		-webkit-transform: unset;
		transform: unset;
	}
    .single-testimonials-item .clients-info {
		margin-top: 25px;
	}
    .os-clients-content {
		margin-right: 0;
	}
    .os-clients-content {
		background-color: transparent;
		padding: 0;
	}
	.os-clients-content .owl-theme .owl-nav {
		margin-top: 20px !important;
		opacity: 1;
	}
	.os-clients-content .owl-theme .owl-nav .owl-prev,
	.os-clients-content .owl-theme .owl-nav .owl-next {
		position: initial;
		-webkit-transform: initial;
		transform: initial;
		margin: 0 5px;
	}
	.os-clients-content .client-shape {
		display: none;
	}
	.os-clients-content p {
		font-size: 18px;
		margin-bottom: 15px;
	}
	.os-clients-content i {
		margin-bottom: 8px;
	}
}