.elx-testimonial-section {
	padding: 150px 0px 125px;
	background-color: var(--base-color-2);
	.elx-testimonial-side-img {
		right: 0;
		bottom: 0;
	}
	&:before {
		top: 0;
		right: 0;
		content: '';
		width: 60px;
		height: 100%;
		position: absolute;
		background-color: #fff;
	}
	.elx-section-title {
		h2 {
			color: #fff;
		}
		.title-bg {
			left: 0;
			right: 0;
		}
	}
}
.elx-testimonial-content {
	margin: 0px -15px;
	padding-top: 65px;
}
.elx-testimonial-content-area {
	z-index: 5;
	position: relative;
}
.elx-testimonial-slider-item {
	padding: 0px 15px;
}
.elx-testimonial-item {
	max-width: 495px;
	padding: 45px 40px;
	border-radius: 2px;
	background-color: #002e45;
	.testimonial-quote-icon-rate {
		margin-bottom: 35px;
	}
	.quote-icon {
		margin-right: 30px;
	}
	.testimonial-rate {
		li {
			color: var(--base-color);
		}
	}
	.testimonial-text-wrap {
		p {
			color: #fff;
			padding-bottom: 30px;
		}
		.testimonial-author {
			h3 {
				color: #fff;
				font-size: 18px;
				font-weight: 700;
				padding-bottom: 8px;
			}
			span {
				color: #fff;
			}
		}
	}
}
.elx-testimonial-slider {
	max-width: 1025px;
}