/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.swiper-container {
	width: 80%;
	max-width: 100%;
	height: 100%;
}
.swiper-slide {
	text-align: center;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.img-slide{
	margin: auto;
	display: block;
	margin-top: 25px;
	margin-bottom: 25px;
}
.swiper-slide h2{
	width: 100%;
	text-align: center;
}
.content-slider{
	text-align: justify;
}
.slide-block{
	width: 85%;
	padding: 40px 40px;
	border: 1px solid #cac6c6;
	min-height: 650px;
}
.slide-block h2 {
	color: #636363;
}
.btn-primary {
	color: #FFF !important;
	background: #1E375C !important;
	border-color: #1E375C !important;
}
.block-btn{
	position: absolute;
	bottom: 15px;
	left: calc(50% - 37px);
}
/* Small devices (tablets, 768px and up) */
@media (max-width: 767px) {
	.swiper-container {
		width: 100%;
	}
}