
.eael-testimonial-slider {
	position: relative;
}

.testimonial-star-rating {
	padding: 0;
	margin: 0;
}

.testimonial-star-rating li {
	list-style: none;
	display: inline-block;
}

.testimonial-star-rating li i {
	color: #d8d8d8;
}

.rating-five .testimonial-star-rating li i {
	color: #f2b01e;
}

.rating-one .testimonial-star-rating li:first-child i {
	color: #f2b01e;
}

.rating-two .testimonial-star-rating li:nth-child(1) i, .rating-two .testimonial-star-rating li:nth-child(2) i {
	color: #f2b01e;
}

.rating-three .testimonial-star-rating li:nth-child(1) i, .rating-three .testimonial-star-rating li:nth-child(2) i, .rating-three .testimonial-star-rating li:nth-child(3) i {
	color: #f2b01e;
}

.rating-four .testimonial-star-rating li:nth-child(1) i, .rating-four .testimonial-star-rating li:nth-child(2) i, .rating-four .testimonial-star-rating li:nth-child(3) i, .rating-four .testimonial-star-rating li:nth-child(4) i {
	color: #f2b01e;
}

.eael-testimonial-image img {
	max-width: 100%;
}

.eael-testimonial-image {
	padding: 10px 0px 0px 0px;
}

.eael-testimonial-image > figure {
	display: block;
	margin: 0;
}

.testimonial-avatar-rounded figure img {
	border-radius: 50% !important;
	height: auto;
}

.eael-testimonial-content {
	margin: 0;
	padding: 10px;
}

.eael-testimonial-item {
	position: relative;
}

.eael-testimonial-item > figure {
	margin: 0 auto;
	padding: 0 20px;
}

.eael-testimonial-item .center-text {
	text-align: center;
}

.eael-testimonial-item .right-text {
	text-align: right;
}

.eael-testimonial-item .left-text {
	text-align: left;
}

.eael-testimonial-item .justify-text {
	text-align: justify;
}

.eael-testimonial-item .eael-testimonial-image figure img {
	display: inline-block;
}

.eael-testimonial-item .eael-testimonial-quote::after {
	color: inherit !important;
	content: "";
	font-family: "Font Awesome 5 Free";
	font-size: 200%;
	font-weight: 900;
}

.eael-testimonial-item.left .eael-testimonial-image {
	text-align: left;
}

.eael-testimonial-item.center .eael-testimonial-image {
	text-align: center;
}

.eael-testimonial-item.right .eael-testimonial-image {
	text-align: right;
}

.eael-testimonial-item.simple-layout {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #fefde9;
	border-radius: 10px;
	padding: 30px;
	gap: 30px;
	position: relative;
	font-family: "Segoe UI", sans-serif;
}

@media screen and (max-width: 767px) {
	.eael-testimonial-item.simple-layout {
		display: block;
	}
}

.eael-testimonial-item.simple-layout .eael-testimonial-image img {
	width: 180px;
	height: auto;
	border-radius: 8px;
	-o-object-fit: cover;
	object-fit: cover;
}

.eael-testimonial-item.simple-layout .eael-testimonial-content {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.eael-testimonial-item.simple-layout .eael-testimonial-user {
	display: block;
	font-size: 1.5rem;
	margin: 0 0 5px;
	font-weight: bold;
	color: #111827;
}

.eael-testimonial-item.simple-layout .eael-testimonial-user-company {
	color: #555;
	margin-bottom: 20px;
}

.eael-testimonial-item.simple-layout .eael-testimonial-text {
	color: #4b5563;
	font-size: 1rem;
	line-height: 1.6;
}

.eael-testimonial-content .eael-testimonial-text {
	font-size: 100%;
	font-style: italic;
	line-height: 1.5;
	margin-top: 0px;
	margin-bottom: 10px;
	word-wrap: break-word;
}

.eael-testimonial-content .eael-testimonial-user {
	display: inline-block;
	font-family: inherit;
	font-size: 105%;
	font-style: italic;
	font-weight: normal;
	line-height: 1.5;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 5px;
}

.eael-testimonial-content .eael-testimonial-user-company {
	display: inline-block;
	font-family: inherit;
	font-size: 90%;
	font-style: italic;
	font-weight: lighter;
	line-height: 1.75;
	margin-bottom: 0;
	margin-top: 1px;
}

.eael-testimonial-image {
	position: relative;
}

.icon-img-left-content .eael-testimonial-image {
	float: left;
	width: 30%;
}

.icon-img-left-content .eael-testimonial-content {
	float: left;
	width: 70%;
	text-align: left;
}

.icon-img-left-content.eael-testimonial-item {
	overflow: hidden;
	position: relative;
}

.icon-img-left-content .eael-testimonial-quote {
	position: absolute;
	right: 0;
}

.icon-img-left-content .eael-testimonial-text {
	margin-top: 0;
}

.eael-testimonial-align-centered .eael-testimonial-user, .eael-testimonial-align-centered .eael-testimonial-user-company {
	float: none;
	text-align: center;
}

.eael-testimonial-align-centered .eael-testimonial-image > figure img {
	display: block;
	margin-left: auto !important;
	margin-right: auto !important;
}

.icon-img-right-content .eael-testimonial-image {
	float: right;
	width: 30%;
}

.icon-img-right-content .eael-testimonial-content {
	float: right;
	width: 70%;
	text-align: right;
}

.icon-img-right-content.eael-testimonial-item {
	overflow: hidden;
	position: relative;
}

.icon-img-right-content .eael-testimonial-quote {
	position: absolute;
}

.icon-img-right-content .eael-testimonial-text {
	margin-top: 0;
}

.classic-style.testimonial-alignment-center .eael-testimonial-image, .default-style.testimonial-alignment-center .eael-testimonial-image {
	text-align: center;
}

.classic-style.testimonial-alignment-right .eael-testimonial-image, .default-style.testimonial-alignment-right .eael-testimonial-image {
	text-align: right;
}

.classic-style.testimonial-alignment-center .eael-testimonial-image > figure, .default-style.testimonial-alignment-center .eael-testimonial-image > figure {
	text-align: center;
}

span.eael-testimonial-quote {
	position: absolute;
	right: 10px;
	top: 10px;
}

.eael-testimonial-inline-bio .eael-testimonial-image {
	float: left;
}

.eael-testimonial-inline-bio .bio-text {
	padding-top: 10px;
}

.eael-testimonial-content.eael-testimonial-inline-bio {
	overflow: hidden;
	margin-bottom: 0;
	padding-bottom: 0;
}

.eael-testimonial-inline-bio .testimonial-star-rating, .eael-testimonial-inline-bio .bio-text {
	float: left;
	width: 65%;
}

.testimonial-inline-style .eael-testimonial-image {
	float: left;
	max-width: 100%;
	padding: 0;
	margin-right: 15px;
}

.testimonial-inline-style {
	overflow: hidden;
	text-align: left;
}

.content-top-icon-title-inline .eael-testimonial-align-centered .eael-testimonial-text {
	text-align: center;
}

.content-top-icon-title-inline .eael-testimonial-align-right .eael-testimonial-text {
	text-align: right;
}

.content-bottom-icon-title-inline .eael-testimonial-text, .content-bottom-icon-title-inline .eael-testimonial-align-left .eael-testimonial-text {
	text-align: left;
}

.content-bottom-icon-title-inline .eael-testimonial-align-centered .eael-testimonial-text {
	text-align: center;
}

.content-bottom-icon-title-inline .eael-testimonial-align-right .eael-testimonial-text {
	text-align: right;
}
