.hero-slider {
	position: relative;
}
.hero-slider .swiper-slide {
	position: relative;
	overflow: hidden;
	height: 650px;
}
.hero-slider .swiper-slide img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	display: block;
}
.hero-slider .banner-caption-holder {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 15%;
}
.hero-slider .desktop-caption {
	background: rgba(8, 20, 40, .75);
	padding: 25px 30px;
	border-radius: 2px;
}
.hero-slider .caption-title {
	color: #fff;
	font-weight: 700;
	line-height: 1.3;
}
.hero-slider .caption-title .primary-color {
	color: #3ea6ff;
}
.hero-slider .swiper-pagination {
	bottom: 20px !important;
}
.hero-slider .swiper-pagination-bullet {
	background: #fff;
	opacity: .6;
	width: 10px;
	height: 10px;
}
.hero-slider .swiper-pagination-bullet-active {
	opacity: 1;
}
@media (max-width: 767px) {
	.hero-slider .swiper-slide {
		height: 380px;
	}
	.hero-slider .desktop-caption {
		padding: 15px 18px;
	}
	.hero-slider .caption-title {
		font-size: 20px;
	}
}
