
.swiper {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	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;
}

	.swiper-slide img {
		display: block;
		width: 100%;
		height: 100%;
		object-fit: contain; /*cover;*/
	}

.cover-background {
	background-repeat: no-repeat !important;
	background-size: cover !important;
	overflow: hidden;
	position: relative;
	/*background-position: center center !important;
	*/
	background-position: bottom;
}

.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform;
	padding: 7em 0;
	min-height: 600px; /* 537px;*/
}

.po-ab-se {
	width: 100%;
	display: inline-block;
	position: absolute;
	padding: 7em 0;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	right: 0;
	z-index: 9;
}

.content-slider {
	text-align: center;
}

.search-f {
	width: 40%;
	margin: auto;
	margin-bottom: 2em;
	position: relative;
}

	.search-f input {
		width: 100%;
		padding: 15px;
		border: none;
		min-height: 65px;
		background: #ffffffcf;
	}

	.search-f .po-b {
		background: #ffbe00;
		border: none;
		font-size: 33px;
		color: #0b0320;
		position: absolute;
		right: 0;
		bottom: 0;
		top: 0;
		width: 62px;
	}

.content-slider h1 {
	color: #ffffff;
	font-size: 10vh;
	font-weight: 600;
}

.content-slider h4 {
	color: #ffffff;
	font-weight: 400
}

.po-ab-se:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgb(0 0 0 / 51%);
	z-index: -1;
}

.content-slider p {
	color: #fff;
	font-size: 15px;
	line-height: 23px;
	font-weight: normal;
	margin-bottom: 20px;
}

.explo {
	background: #ffbe00;
	padding: 17px 40px;
	color: #000;
	font-size: 25px;
	border-radius: 41px;
	position: relative;
	margin-top: 1em;
	display: inline-block;
}

	.explo i {
		margin-left: 15px;
	}

.btn-call {
	width: 60px;
	height: 60px;
	display: block;
	line-height: 36px !IMPORTANT;
	background: #ffbe00;
	padding: 12px;
	text-align: center;
	border-radius: 50%;
	position: relative;
	z-index: 9;
}

.animation-cer:before {
	border: 2px dotted #252525;
	-webkit-animation: rotate 6s linear infinite;
	-moz-animation: rotate 6s linear infinite;
	-ms-animation: rotate 6s linear infinite;
	-o-animation: rotate 6s linear infinite;
	animation: rotate 6s linear infinite;
}

.btn-call:before {
	content: "";
	position: absolute;
	width: 75px;
	height: 75px;
	background: transparent;
	left: -7px;
	right: 0;
	top: -7px;
	bottom: 0;
	border-radius: 50%;
	z-index: -1;
}

.btn-call img {
	width: 35px;
	text-align: center;
	line-height: 40px;
}



@media only screen and (max-width: 800px)
{
	.content-slider h1 {
		color: #ffffff;
		font-size: 6vh;
		font-weight: 400;
	}
	
	.content-slider h4 {
		color: #ffffff;
		font-weight: 300
	}
}

