.gyan-testimonials .owl-next,
.gyan-testimonials .owl-prev {
	position: absolute;
	border: 0;
	outline: 0;
	text-align: center;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
	opacity: 0;
	transition: all 0.3s ease-in-out;
	border-radius: 100%;
	padding: 0;
	margin: 0;
}

.gyan-testimonials .owl-next {
	right: -5px;
	transform: translate( 0, -40px );
}

.gyan-testimonials .owl-prev {
	left: -5px;
	transform: translate( 0, 40px );
}

.owl-nav .owl-next:before,
.owl-nav .owl-prev:before {
	content: '\f0d9';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-style: normal;
	font-size: 22px;
	margin-left: -3px;
}

.owl-nav .owl-next:before {
	content: '\f0da';
	margin-left: 3px;
}

.gyan-testimonials .owl-dots {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.gyan-testimonials .owl-dot {
	width: 12px;
	height: 12px;
	margin: 25px .2rem;
	background: transparent;
	border-radius: 100%;
	outline: 0;
	cursor: pointer;
	transition: all .25s ease-in-out;
	border: 4px solid;
}

.gyan-testimonials {
	direction: ltr;
}

.gyan-testimonials .owl-next {
	transform: translate( 20px, -32px );
}

.gyan-testimonials .owl-prev {
	transform: translate( -20px, -32px );
}

.gyan-testimonials:hover .owl-next,
.gyan-testimonials:hover .owl-prev {
	opacity: 1;
	transform: translate(0, -32px);
}

.gyan-testimonials {
	direction: ltr;
}

.gyan-testimonials .owl-next span,
.gyan-testimonials .owl-prev span,
@media (max-width: 767px) {
	.gyan-testimonials .owl-next,
  .gyan-testimonials .owl-prev{display: none;
}
}

.gyan-testimonials-item {
	text-align: center;
}

.owl-carousel .owl-item .gyan-testimonials-img img {
	border-radius: 100%;
	display: inline-block;
}

.gyan-testimonials-img {
	text-align: center;
	display: block;
}

.gyan-testimonials-content {
	padding: 39px 45px 57px;
	margin-bottom: 42px;
	position: relative;
}

.gyan-testimonials-content:before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-bottom: -20px;
	margin-left: -20px;
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid;
}

.gyan-testimonials-quote-icon {
	display: block;
	width: 51px;
	height: 51px;
	margin: 0 auto;
	padding: 4px;
	border: 1px dashed;
	border-radius: 100%;
	margin-bottom: 15px;
	position: relative;
}

.gyan-testimonials-quote-icon i {
	width: 41px;
	height: 41px;
	line-height: 41px;
	display: block;
	border-radius: 100%;
}

.gyan-testimonials-quote-icon:before,
.gyan-testimonials-quote-icon:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -1px;
	display: block;
	width: 50px;
	height: 2px;
	background: rgba(0,0,0,0.1);
}

.gyan-testimonials-quote-icon:before {
	margin-left: -80px;
}

.gyan-testimonials-quote-icon:after {
	margin-right: -80px;
	left: auto;
	right: 0;
}