.customer_talk{
	padding: 60px 0 50px;
    position: relative;
    min-height: auto;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	background: #f8f8f8;
	border-bottom: 1px solid #cccccc73;
}
 .shadow-left{
	position: absolute;
    pointer-events: none;
    background-image: url(../images/shadow-top.png);
    background-repeat: no-repeat;
    background-position: top center;
    height: 42px;
    width: 100%;
    top: -1px;
    z-index: 99;
}
.shadow-right {
    position: absolute;
    pointer-events: none;
    background-image: url(../images/shadow-bottom.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    height: 32px;
    width: 100%;
    bottom: 0;
    z-index: 99;
}

.customer_talk .owl-carousel .item img{
	display: block;
    width: 100%;
	border-radius: 8px;
}

.customer_talk .divider {
    max-width: 40px;
    height: 4px;
    background: #102e51;
    border-radius: 0.25rem;
    margin: 1em 0 1em;
}
.customer_talk .item-testimonial{
	box-shadow: 0px 0px 15px 0px #00000040;
    border-radius: 8px;
    background: #FFF;
    transition: all .3s ease-in-out;
    margin-bottom: 5px;
    padding: 15px;
}
.customer_talk .item-testimonial .item-testimonial__top{
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}
.customer_talk .item-testimonial__thumb {
    border-radius: 8px;
    overflow: hidden;
    flex: 0 0 52px;
	height: 52px;
}
.customer_talk .item-testimonial__thumb img{
	height: 100%;
    object-fit: cover;
}
.customer_talk .item-testimonial__info {
    flex: 0 0 calc( 100% - 156px );
}
.customer_talk .item-testimonial__rating {
    flex: 0 0 80px;
    font-size: 13px;
    color: #EBC07D;
    display: flex;
    justify-content: space-between;
}
.customer_talk .item-testimonial__info h3 {
    font-size: 16px;
    margin-bottom: 0;
    line-height: 1.3;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 1.3em;
    width: auto;
}
.customer_talk .item-testimonial__info p {
    font-style: italic;
    color: #BDBDBD;
    margin-bottom: 0;
	font-size: 12px;
}
.customer_talk .item-testimonial__bottom {
    text-align: justify;
	font-size: 14px;
    color: #4e4e4e;
    line-height: 22px;
}
.customer_talk .custom-nav .owl-nav {
    display: inline-flex;
}
.customer_talk .custom-nav .sl-arrow {
    position: relative;
    cursor: pointer;
    color: #ED1C24;
    display: block;
}
.customer_talk .custom-nav .sl-arrow:not(:last-child) {
    margin-right: 20px;
}
.customer_talk .custom-nav .sl-arrow.disabled {
    opacity: .6;
    pointer-events: none;
}
.customer_talk .custom-nav .sl-arrow span {
    border-radius: 8px;
    width: 52px;
    height: 52px;
    font-size: 20px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    background-color: #FFF;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border: 1px solid #ebc07d;
    color: #102E51;
}
.customer_talk .custom-nav .sl-arrow span:hover {
    background-color: #ebc07d;
    box-shadow: 0px 0px 15px 0px #00000040;
}
.customer_talk .col-inner{
	padding: 0 10px;
}
#sync1 {
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    border-radius: 8px;
    border: 4px solid #ebc07d;
    overflow: hidden;
	z-index: 1;
}
#sync2{
	z-index: 2;
}
#sync1 .image-cover {
    position: relative;
    height: 393px;
    object-fit: cover;
}
#sync1 .image-cover img{
	height: 100%;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (min-width: 850px){
	.show-for-medium {
		display: none !important;
	}
	.customer_talk .list-testimonials .item {
		padding: 15px;
	}
	.customer_talk .wrap-owl {
		margin-left: -130px;
	}
	.customer_talk .wrap-owl .custom-nav .owl-nav {
		margin-left: 130px;
	}
}
@media (max-width: 849px) {
	.customer_talk .custom-nav .sl-arrow:not(:last-child) {
        margin-right: 15px;
    }
    .customer_talk .custom-nav .sl-arrow span {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
	.hide-for-medium {
		display: none !important;
	}
}
@media (max-width: 499.98px) {
	#sync1 .image-cover{height: 260px}
	.customer_talk .item-testimonial{box-shadow: none;}
	.customer_talk .item-testimonial__info h3{font-size: 14px;}
}