/* INTRO */
.testimonial-intro-img .bk-img * {
	object-position: center center;
}

/* TESTIMONIAL SLIDER */
.page-testimonials {
	background: #f3f3f3;
	text-align: center;
}

.testimonial-slider {
	display: flex;
	justify-content: space-between;
	margin: 50px 0 0 0;
}

.testimonial-slide {
	text-align: left;
	padding: 0 15px;
	outline: 0;
	border: 0;
	backdrop-filter: blur(10px);
}

.testimonial-slide .testimonial-object {
	background: #fff;
	position: relative;
	border-radius: 10px;
	margin-bottom: 110px;
}

.testimonial-slide .testimonial-object article {
	padding: 40px 30px;
}

.testimonial-slide .testimonial-object article:after {
    content: '';
    position: absolute;
    bottom: -25px;
    left: 50px;
    border-style: solid;
    border-width: 25px 25px 0 0;
    border-color: #fff transparent transparent transparent;
}

.testimonial-slide .testimonial-object article i {
	height: 30px;
	display: block;
	color: #ff5100;
	font-size: 30px;
}

.testimonial-slide .testimonial-object article p {
	font-size: 16px;
	line-height: 24px;
}

.testimonial-slide .testimonial-object header {
	position: absolute;
	bottom: -110px;
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.testimonial-slide .testimonial-slide-img {
	width: 65px;
	height: 65px;
	margin-left: 20px;
}

.testimonial-slide .testimonial-slide-img * {
	object-position: center center;
	border-radius: 50%;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.testimonial-slider .testimonial-slide hgroup {
	width: calc(100% - 105px);
}

.testimonial-slider .testimonial-slide hgroup h2 {
    font-size: 20px;
    color: #ff5100;
}

.testimonial-slider .testimonial-slide hgroup h3 {
    font-size: 14px;
    font-weight: 600;
    margin: 5px 0;
}

.testimonial-slider .testimonial-slide hgroup i {
    font-size: 16px;
    color: #f9af0f;
}





/* NEXT PREV BUTTONS */
.testimonial-slider .slick-prev, .testimonial-slider .slick-next {
    line-height: 0;
    display: inline-flex!important;
    width: 50px;
    height: 50px;
    padding: 0 15px;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    margin: 100px 0 0 0;
    border-radius: 50%;
    text-align: center;
    background: #ffe5d9;
    top: 0;
    z-index: 1;
	align-items: center;

}

.testimonial-slider .slick-prev:before, .testimonial-slider .slick-next:before {
 	font-family: 'dynamicheaters';
    font-size: 18px;
    line-height: 0;
    color: #ff5100;
}

.testimonial-slider .slick-next {
	left: 60px;
}

.testimonial-slider .slick-prev:before {
    content: '\d034';
}

.testimonial-slider .slick-next:before {
    content: '\d033';
}



/* WHICH? REVIEWS */
.which-section {
	padding: 80px 0 120px;
	position: relative;
}

.frame-which {
	width: 100%;
	outline: 0;
	border: 0;
	height: 670px;
}


/* ======================= -------- 8.0  Media Queries -------- ========================== */
@media (max-width: 980px) {
	.testimonial-slide .testimonial-object article {
		padding: 30px 15px;
	}

	.testimonial-slide .testimonial-object article i {
		height: 15px;
		font-size: 24px;
	}

	.testimonial-slide .testimonial-object article p {
		font-size: 14px;
		line-height: 20px;
	}
}

@media (max-width: 760px) {
	.page-testimonials-intro .section-split .section-left {
		width: 100%;
	}

	.page-testimonials-intro .section-split .section-right {
		width: 100%;
		height: 300px;
		margin: 30px 0 0 0;
		display: none;
	}
}
