
.scc-gallery-slider:not(.full-width) {
	margin: 0 auto;
	padding: 0 0;
	max-width: 1190px;
	margin-bottom: 80px;
}

.scc-gallery-slider .slider-cont {
	position: relative;
}

.scc-gallery-slider .slick-slider:not(.slick-initialized) {
	max-height: 400px;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	pointer-events: none;
}

.scc-gallery-slider .arrow-cont {
	position: absolute;
	z-index: 10;
	left: 15%;
	bottom: 0;
	width: 85%;
	pointer-events: none;
}

.scc-gallery-slider .arrow-cont > .inner {
	position: absolute;
	width: 55%;
	right: 75%;
    transform: translateX(75%);
	top: 20px;
}
.scc-gallery-slider .arrow-cont .custom-arrow img {
	width: 50%;
}
.scc-gallery-slider .arrow-cont .custom-arrow {
	position: absolute;
	bottom: -100%;
	margin: 0;
	padding: 0;
	font-size: 20px;
	background: transparent;
	pointer-events: all;
	color: black;
}
.scc-gallery-slider .arrow-cont .custom-arrow.slide-count {
	left: 50%;
	transform: translateX(-50%);
	display: block;
	padding: 0px 5px;
	border: 1px solid black;
	width: 47%;
	text-align: center;
	font-size: 17px;
}

.scc-gallery-slider.content-overlaps .arrow-cont .custom-arrow {
	padding: 15px;
	color: #fff;
}

.scc-gallery-slider .arrow-cont .custom-arrow.prev {
	transform: rotate(180deg);
	padding-top: 0;
	left: -13%;
}

.scc-gallery-slider.content-overlaps .arrow-cont .custom-arrow.prev {
	transform: translateY(-50%);
}

.scc-gallery-slider .arrow-cont .custom-arrow.next {
	right: -13%;
	padding-bottom: 3px;
}

.scc-gallery-slider.content-overlaps .arrow-cont .custom-arrow.next {
	transform: translateY(-50%);
}

@media (min-width: 1024px) {
	.scc-gallery-slider.content-overlaps .arrow-cont .custom-arrow.prev {
		left: 19px;
	}
	
	.scc-gallery-slider.content-overlaps .arrow-cont .custom-arrow.next {
		right: 19px;
	}
	.scc-gallery-slider .arrow-cont > .inner {
		position: absolute;
		top: unset;
		bottom: 70px;
		left: unset;
		right: 260px;
		width: 18%;
	}
	.scc-gallery-slider .arrow-cont .custom-arrow.slide-count {
		left: 50%;
		transform: translateX(-50%);
		display: block;
		/* padding: 5px 25px; */
		border: 1px solid black;
		width: 90px;
		height: 40px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.scc-gallery-slider .arrow-cont {
		position: absolute;
		z-index: 10;
		left: 18%;
		bottom: -13px;
		width: 85%;
		pointer-events: none;
	}

}

@media (min-width: 640px) {
	.scc-gallery-slider.multi-slides .slide {
		padding: 0 15px;
	}
	.scc-gallery-slider .arrow-cont > .inner {
		left: 25%;
		transform: translateX(10%);
	}
	.scc-gallery-slider .arrow-cont .custom-arrow.prev {
		transform: rotate(180deg);
		margin-bottom: 8px;
		left: -13%;
	}
	.scc-gallery-slider .arrow-cont .custom-arrow.next {
		right: -13%;
		margin-bottom: 7px;
	}
}
.scc-gallery-slider .slide > .inner {
	position: relative;
	width: 95%;
	height: 350px;
}
@media (min-width: 450px) {
	.scc-gallery-slider .slide > .inner {
		height: 450px;
	}
}
@media (min-width: 620px) {
	.scc-gallery-slider .slide > .inner {
		height: 550px;
	}
}
@media (min-width: 720px) {
	.scc-gallery-slider .slide > .inner {
		height: 575px;
	}
}
@media (min-width: 850px) {
	.scc-gallery-slider .slide > .inner {
		height: 620px;
	}

}

.scc-gallery-slider .slide .content-section {
	height: 160px;
    padding-left: 40px;
    padding-top: 20px;
    margin-left: 10%;
    color: black;
    position: absolute;
    bottom: 6%;
    right: 0;
    background: white;
}

.scc-gallery-slider.full-width .slide .content-section {
	padding: 18px 15px;
}

@media (min-width: 1024px) {
.scc-gallery-slider .slide .content-section {
		padding: 18px 0;
		color: black;
		background-color: white;
		position: absolute;
		bottom: 9.4%;
		right: 0;
		width: 465px;
		height: 245px;
		padding-left: 60px;
		padding-top: 30px;
	}
	.scc-gallery-slider .slide .content-section p {
		font-size: 18px;
	}
	.scc-gallery-slider .arrow-cont > .inner {
		left: 50%;
		transform: translateX(10%);
	}
}

.scc-gallery-slider .slide .content-section::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 5%;
	height: 100%;
	background-color: #006072;
	pointer-events: none;

}
.scc-gallery-slider .slide .content-section::before {
	content: "";
	position: absolute;
	top: 0;
	left: -5%;
	width: 10%;
	height: 100%;
	background-color: #006072;
	pointer-events: none;
	opacity: .6;
}

.scc-gallery-slider .slide .title {
	text-transform: uppercase;
	margin: 0;
	margin-bottom: 4px;
	font-size: 22px;
	font-weight: 600;
	line-height: 1em;
	color: inherit;
}
.scc-gallery-slider .slide .title:hover,
.scc-gallery-slider .slide .title a:hover {
	color: black;
}
.scc-gallery-slider .slide .description {
	margin-bottom: 16px;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.4;
	color: inherit;
}

.scc-gallery-slider .slide .read-more {
	color: #1563af;
}

.scc-gallery-slider .slide.overlap-image .img-cont {
	position: relative;
	overflow: hidden;
}

@media (min-width: 1024px) {
	.scc-gallery-slider .slide .img-cont {
		position: relative;
		overflow: hidden;
		margin-right: 400px;
		width: 75%;
		background-color: rgba(255, 255, 255, 0);
	}
	.scc-gallery-slider .slide .title {
		font-size: 36px;
		font-weight: 900;
	}
}
.scc-gallery-slider .slide img {
	display: block;
	width: 100%;
}