section.slider{
	position: relative;
	width: 100%;
	min-height:640px;
	overflow:hidden;
}

section.slider .rslides img {
	width: 100%;
	height:auto;
}
section.slider li.slide{
	height:85vh;
	background-size:cover;
	background-position:center;
}
section.slider div.slide-info {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height:100%;
	display:flex;
	align-items:flex-end;
	padding:0 0 75px 0;
}
.ccm-image-slider-text{
	max-width:650px;
	width:fit-content;
	backdrop-filter: blur(15px) brightness(115%);
	background: rgba(59,111,134,0.2);
	padding: 45px 45px 45px 5%;
	border-radius: 0 20px 20px 0;
}
.ccm-image-slider-text h2{
	font-size:3.5em;
	color: var(--font-color)!important;
}
.ccm-image-slider-text p{
	margin:0;
	font-size: 1.5em;
	line-height: 1.25em;
	font-weight:500;
}
ul.rslides_tabs{
	position:absolute;
	bottom:5%;
	z-index: 100;
	width: 100%;
	text-align: center;
}

.rslides_tabs li a{
	margin:0 5px;
	background:#fff;
	transition:all 0.3s;
}
.rslides_tabs li.rslides_here a{
	background:#000;
}

.ccm-image-slider .overlay{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:#131e2f;
	opacity:0.5;
	pointer-events:none;
	mix-blend-mode: multiply;
}

.rslides_nav{
	background:#000;
	transition:all 0.3s;
}
.rslides_nav:hover{
	opacity:1;
}
.rslides_nav.prev:before, .rslides_nav.next:before{
	content:'\f053';
	font-family:'Font Awesome 5 Pro';
	color:#fff;
	ont-size: 24px;
	top: 50%;
	position: absolute;
	left: 50%;
	transform: translate(-50%,-50%);
}
.rslides_nav.next:before{
	content:'\f054';
}


@media screen and (min-width: 1440px) {
	
	section.slider div.slide-info {
		padding: 0 0 150px 0;
	} 
	.ccm-image-slider-text {
		max-width: 850px;
	}
	.ccm-image-slider-text h2{ 
		font-size: 5em;
	}
}

@media screen and (max-width:650px){ 
	.ccm-image-slider-text {
		max-width: 80%;
	}
}

	@media screen and (max-width: 500px) {
		.ccm-image-slider-text h2{ 
			font-size: 2.5em;
		}
	}