.testimonials-container
{
	background: url('/images/abstract-data-blue-background.jpg') top center no-repeat #4196b3;
	background-size: cover;
	opacity: 0;
	position: relative;
	padding: 70px 0;
}

.testimonials-container h2
{
	color: #ffffff;
	text-align: center;
	padding-bottom: 15px;
}

.testimonials-container .swiper-container-horizontal
{
	overflow: hidden;
}

.testimonials-container .swiper-slide
{
	width: 100%;
	max-width: 562px;
	min-height: 400px;
	padding: 15px;
	background-color: #ffffff;
}

@media screen and (max-width:1200px)
{
	.testimonials-container .swiper-slide
	{
		max-width: none;
	}
}

/* Pagination */
.testimonials-pagination {
	position: absolute;
	z-index: 100;
	bottom: 30px;
	left: 0;
	right: 0;
	display: flex;
	justify-content: center;
	height: 12px;
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
}

.testimonials-pagination .swiper-pagination-bullet
{
	position: relative;
	z-index: 2;
	width: 12px;
	height: 12px;
	background-color: transparent;
	border: 1px solid #ffffff;
	opacity: 1;
	margin: 0 15px 0 0;
	transition: all 200ms;
}

.testimonials-pagination .swiper-pagination-bullet:hover
{
	opacity: 1;
}

.testimonials-pagination .swiper-pagination-bullet:last-of-type
{
	margin-right: 0;
}

.testimonials-pagination .swiper-pagination-bullet-active
{
	background-color: #ffffff;
}

.testimonials-pagination .swiper-pagination-bullet-active::after
{
	height: 25px;
	bottom: -25px;
}

.testimonials-pagination .swiper-pagination-bullet-active:hover
{
	opacity: 0.8;
}