.elx-testimonial-team-section {
	z-index: 1;
	padding: 120px 0px;
	&:before {
		top: 0;
		left: 0;
		z-index: -1;
		width: 100%;
		content: '';
		height: 75%;
		position: absolute;
		background-color: #eef4f6;
	}
}
.elx-testimonial-slider-content {
	background-color: #fff;
	max-width: 565px;
}
.elx-testimonial-icon-title {
	padding: 55px 50px 0px;
	.elx-testimonial-icon {
		margin-bottom: 40px;
	}
	.elx-testimonial-title {
		font-size: 30px;
		font-weight: 600;
		max-width: 375px;
		line-height: 1.333;
		color: var(--base-color-2);
	}
}
.elx-testimonial-item-2 {
	padding: 0px 50px 55px;
	.elx-testimonial-text {
		color: #425c68;
		font-size: 18px;
		line-height: 1.778;
		margin: 30px 0px 40px;
	}
	.testimonial-author {
		.author-img {
			width: 70px;
			height: 70px;
			overflow: hidden;
			margin-right: 15px;
			border-radius: 100%;
			border: 4px solid #fff;
			box-shadow: -0.209px 1.989px 10px 0px rgba(1, 17, 85, 0.18);
		}
		.author-text {
			h3 {
				color: #003751;
				font-size: 18px;
				font-weight: 600;
				padding-bottom: 8px;
			}
			span {
				font-size: 15px;
			}
		}
	}
}
.elx-testimonial-slider-2 {
	&.slick-dotted.slick-slider {
		margin-bottom: 0;
	}
	.slick-prev, .slick-next {
		display: none !important;
	}
	.slick-dots {
		height: 90px;
		position: static;
		line-height: 90px;
		border-top: 3px solid var(--base-color);
		background-color: var(--base-color-2);
		li {
			width: 10px;
			height: 10px;
			border-radius: 100%;
			transition: 500ms all ease;
			border: 1px solid var(--base-color);
			button {
				display: none;
			}
			&.slick-active {
				background-color: var(--base-color);
			}
		}
	}
}
.elx-team-content-2 {
	padding-left: 30px;
}
.elx-team-slider-area-2 {
	padding-top: 70px;
}
.elx-team-member-item {
	padding-bottom: 15px;
	.elx-team-social {
		opacity: 0;
		right: 25px;
		bottom: 80px;
		visibility: hidden;
		transition: all 500ms ease;
		a {
			color: #fff;
			width: 35px;
			height: 35px;
			display: flex;
			align-items: center;
			justify-content: center;
			background-color: var(--base-color);
		}
	}
	.elx-team-text-2 {
		width: 100%;
		bottom: 0px;
		padding: 15px 30px;
		background-color: var(--base-color-2);
		.elx-team-name {
			h3 {
				color: #fff;
				font-size: 20px;
				font-weight: 600;
				padding-bottom: 5px;
			}
			span {
				color: #fff;
				font-size: 15px;
			}
		}
		.elx-team-button {
			a {
				color: #fff;
				width: 50px;
				height: 50px;
				border-radius: 100%;
				background-color: var(--base-color);
				i {
					transform: rotate(-45deg);
				}
			}
		}
	}
	&:hover {
		.elx-team-social {
			opacity: 1;
			bottom: 100px;
			visibility: visible;
		}
	}
}
.elx-team-nav-item-slide {
	.elx-team-nav-img {
		margin-bottom: 20px;
		cursor: pointer;
	}
}
.about-team-testimonial {
	padding-bottom: 70px;
}
.elx-team-feed-section {
	padding-top: 120px;
}
.elx-team-feed-content {
	.elx-team-member-item {
		margin-bottom: 30px;
	}
}