.feedback-carousel {
	position: relative;
	margin: 0 -15px;
}

.feedback-carousel-slide {
	position: relative;
}



.feedback-carousel-caption {
    margin-top: -15px;
    color: #000;
    text-align: center;
    background: #edece7;
    padding: 80px 60px;
    text-align: center;
    padding-bottom: 50px;
	border-top-left-radius: 10px;
	min-height: 280px;
	display: flex;
}

.owl-item .feedback-carousel-caption:after {
    background: url(https://skoub.ae/wp-content/uploads/2023/09/quote.png);
    content: '';
    width: 40px;
    height: 40px;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 999;
    background-size: contain;
}

.owl-item.center .feedback-carousel-caption:after {
    top: 40px;
}
.owl-item .feedback-carousel-caption:before {
    background: #94b292;
	background: -moz-linear-gradient(90deg, rgba(255,255,255,1) 80%, rgba(148,178,146,1) 80%);
	background: -webkit-linear-gradient(90deg, rgba(255,255,255,1) 80%, rgba(148,178,146,1) 80%);
	background: linear-gradient(90deg, rgba(255,255,255,1) 80%, rgba(148,178,146,1) 80%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#94b292",GradientType=1);
    content: '';
    width: 100%;
    height: 14px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
	transition: all 0.5s ease-in-out;
}
.center.owl-item .feedback-carousel-caption:before {
    height: 32px;
}

.feedback-carousel-caption p{
    margin: 0 auto;
	display: inline-block;
	align-self: center;
}

.feedback-carousel-caption img {
	display: inline-block;
    width: 40px !important;
    margin: 0 auto;
    width: 40px;
    border-radius: 50%;
}

.owl-dots{
	text-align: center;
}

.owl-carousel button.owl-dot{
	border: 1px solid #fff;
	border-radius: 50%;
	width: 10px;
	height: 10px;
	margin: 5px;
}
.owl-carousel button.owl-dot.active{
	background: #fff;
}

.owl-nav{
	position: absolute;
    top: 30%;
    transform: translateY(-50%);
    width: 100%;
}
.owl-carousel .owl-nav button.owl-prev{
	font-size: 30px;
    right: -80px;
    position: absolute;
}
.owl-carousel .owl-nav button.owl-next{
	font-size: 30px;
    left: -80px;
    position: absolute;
}

@media (max-width: 767px){
	.owl-carousel .owl-nav button.owl-prev{
		right: 0;
	}
	.owl-carousel .owl-nav button.owl-next{
		left: 0;
	}

}

.owl-carousel.owl-rtl{
	margin: 0 !important;
}

.feedback-carousel-author{
	text-align: center;
	background: #819b80;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.feedback-carousel-author figure{
	display: inline-block;
    width: 40px;
    border-radius: 50%;
    overflow: hidden;
    margin-top: 10px !important;
    margin-bottom: 4px !important;
}

.feedback-carousel-author div{
	margin: 0 auto;
    display: inline-block;
    position: relative;
    top: -20px;
    padding-right: 10px;
    color: #fff;
}

.feedback-carousel-author figure img{
	min-width: 100%;
	min-height: 100%;
}

.owl-stage .owl-item {
	transition: transform 0.5s ease-in-out;
    transform: scale(0.7,0.7);
    margin-top: 20px;
}

.owl-item.center {
    transform: scale(1,1) ;
    margin-top: 0;
}

#feedback-carousel > div{
	position: relative;
}

#feedback-carousel > div:before, #home-contact > div:before {
    content: '';
    display: block;
    width: 2px;
    height: 0px;
    background: #abad99;
    margin: 0 auto;
    top: -100px;
    left: 0;
    right: 0;
    z-index: 999;
    position: absolute;
	transition: all 1s ease-in-out;
}
#feedback-carousel.in-view > div:before, #home-contact.in-view > div:before {
    height: 100px;
}

 #home-contact > div:before {
 	top: -200px;
 }