.testimonial-slider{

	.thumb-slider-item{

		.content{

			padding:25px 20px;
			border-radius: 10px;
		background-color:#f2f2f2;
		margin:10px;

			.name{

				position: relative;

				&:before{

					content: "\F10D";
					font: normal normal normal 12px/1 FontAwesome;
					position: absolute;
					font-size: 44px;
					top: 57px;
					opacity: 0.2;
					z-index: 1;

				}

			}

		}


		h4{

			font-weight: 600;

		}

		p{

			margin:0;
			font-style: italic;
		}

	}

	.thumb-slider-pagination{

		.swiper-pagination-bullet-active{

			background:$brand-primary;

		}

		.swiper-pagination-bullet{

			width:12px;
			height: 12px;
			
		}

	}

}