

.hero-slider {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 0;
	margin: 0px;
	padding:0px;
	display:flex;
	align-items:center;
	background:var(--black);
	    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.slide-card {
	position: relative;
	z-index: 1;
	overflow: hidden;
	padding: 0px !important;
	width: 100%;
	    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}



.slide-carde picture,
.slide-card img {
	display: block;
	width: 100% !important;
	    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}



.hero-center-section {
	position: absolute;
	top:0px;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
        display:flex;
	align-items:center;
	    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}


.hero-center-section-mobile{
	position: absolute;
	bottom:0px;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 6;
	display:none;
	align-items: flex-end;
	visibility:hidden;
	    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
	
}
.hero-center-section-mobile  p,
.hero-center-section  p {
	margin:0px;
	font-size:18px;
	line-height:1.1;
	color: var(--white);
	font-weight:bold;
	    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.hero-center-section h1 {
	font-size:48px;
	line-height: 1.1;
	color: var(--white);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
	font-weight: bold;
	}
	

@media only screen and (max-width: 640px) {
	.hero-center-section {
                display:block;
		align-items: flex-start;
		
	}
	.mobile-off {
		visibility:hidden;
		display:none;
	}
	.hero-center-section-mobile{
		visibility: visible;
		display:flex;
		align-items: flex-end;
		z-index: 6;
	}
	
	.hero-center-section h1 {
        font-size: 30px;
	line-height: 1.1;
	}
	
}





/*
	
	.hero-slider::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: var(--blackrgba7);
	}
	
	
	.slider-bottom {
	position: absolute;
	width: 100%;
	height: auto;
	left: 0px;
	bottom: -5px;
	z-index: 1;
	}
	
	.slider-bottom img {
	width: 100%;
	
	}
	
	@media only screen and (max-width: 1240px) {
	.hero-slider {
        margin-top: 0px;
	
	}
	}
	
	@media only screen and (max-width: 991px) {
	.slider-bottom {
        bottom: -25px;
	}
	}
	
	@media only screen and (max-width: 767px) {
	.slider-bottom {
        bottom: -5px;
	}
	}
	
	
	
	
	.slider-content {
	position: relative;
	padding-bottom: 20px;
	padding-top: 20px;
	margin-top: 60px;
	z-index: 100 !important;
	}
	
	
	
	.slider-content .slide-title h2 {
	font-size:48px;
	line-height: 1.1;
	color: var(--white);
	margin: 0px 0px 20px 0px;
	transition: all .4s ease;
	font-weight: bold;
	}
	
	@media (max-width: 1199px) {
	.slider-content .slide-title h2 {
        font-size: 42px;
	}
	}
	
	@media (max-width: 991px) {
	.slider-content .slide-title h2 {
        font-size: 36px;
	}
	}
	
	@media (max-width: 767px) {
	.slider-content .slide-title h2 {
        font-size: 32px;
	}
	}
	
	.slider-content .slide-text p {
	font-size:24px !important;
	line-height: 1.1 !important;
	letter-spacing: normal;
	color: var(--white);
	margin: 0px 0px 10px 0px;
	transition: all .4s ease;
	}
	
	@media (max-width: 767px) {
	.slider-content .slide-text p {
        font-size: 24px;
        font-weight: normal;
        margin: 0 0 10px 0;
	}
	}
*/


.date-slide {
	width:auto;
	padding:10px 15px 10px 40px;
	margin-bottom:15px;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	position: relative;
	float:left;
}
.date-slide p{
	margin:0px;
	font-weight:bold;
}



.date-slide svg {
	position: absolute;
	top:7px;
	left:11px;
	width: 24px;
	height: 24px;
	vertical-align: text-top;
	stroke-width: 0;
	transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
        fill: var(--lblue2);
}



@media only screen and (max-width: 767px) {

.hero-slider {
width: 100%;
height: 100%;
padding-bottom:40px;

}



}