.tm-testimonial {
	.swiper-slide {
		> div {
			position: relative;
			background-color: #ffffff;
			border: 1px solid #eeeeee;
			border-radius: 5px;
			padding: 50px 30px;
			margin-bottom: 35px;
			&:before {
				font-family: FontAwesome;
				font-size: 20px;
				content: '\f10e';
				position: absolute;
				bottom: -15px;
				right: 30px;
				display: inline-block;
				width: 60px;
				height: 60px;
				line-height: 60px;
				text-align: center;
				border-radius: 50%;
				color: #ffffff;
			}
		}
	}

	.testimonial-desc {
		margin-bottom: 22px;
	}
	.testi-info {
		display: flex;
		align-items: center;
	}
	.testimonial-name {
		font-size: 18px;
	}
	.testimonial-by-line {
		font-size: 14px;
		line-height: 1;
		color: rgba(135, 140, 155, 0.5);
	}
	.post-thumbnail {
		margin-right: 15px;
		img {
			border-radius: 50%;
			margin: 0 auto;
		}
	}

	&.tm-swiper {
		.swiper-pagination {
			margin-top: 38px;
		}
		&.nav-style-1,
		&.nav-style-2 {
			.swiper-nav-button {
				margin-top: -42px;
			}
		}
	}
}
