.dustrial-video-slider {
	position: relative;
	overflow: hidden;
}

.dustrial-video-slider--video-mode {
	min-height: 650px;
}

.dustrial-video-slider--video-mode .dustrial-video-slider__track .single-slider {
	padding-top: 275px;
	padding-bottom: 275px;
	background: transparent;
	position: relative;
	z-index: 4;
}

.dustrial-video-slider--image-mode .single-slider {
	padding-top: 275px;
	padding-bottom: 275px;
	background-size: cover;
	background-position: center;
}

.dustrial-video-slider__bg {
	position: absolute;
	inset: 0;
	z-index: 1;
	overflow: hidden;
}

.dustrial-video-slider--has-overlay .dustrial-video-slider__bg {
	background-color: #061538;
}

.dustrial-video-slider--no-overlay .dustrial-video-slider__bg {
	background-color: #000;
}

.dustrial-video-slider__poster {
	position: absolute;
	inset: 0;
	z-index: 1;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: opacity 0.6s ease;
}

.dustrial-video-slider.is-video-ready .dustrial-video-slider__poster {
	opacity: 0;
}

.dustrial-video-slider__video-wrap {
	position: absolute;
	inset: 0;
	z-index: 2;
	opacity: 0;
	transition: opacity 0.6s ease;
	pointer-events: none;
	overflow: hidden;
}

.dustrial-video-slider.is-video-ready .dustrial-video-slider__video-wrap {
	opacity: 1;
}

.dustrial-video-slider__video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	transform: translate(-50%, -50%);
	object-fit: cover;
	pointer-events: none;
}

.dustrial-video-slider__overlay {
	position: absolute;
	inset: 0;
	z-index: 3;
	pointer-events: none;
}

.dustrial-video-slider__track {
	position: relative;
	z-index: 5;
}

.dustrial-video-slider__track .slick-arrow {
	display: none !important;
}

.dustrial-video-slider--has-nav .dustrial-video-slider__track .slick-arrow {
	display: block !important;
}

.dustrial-video-slider__track .slick-dots {
	list-style: none;
	padding: 0;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 100px;
}

.dustrial-video-slider__track .slick-dots li {
	display: inline-block;
}

.dustrial-video-slider__track .slick-dots li button {
	background: #a19fa3;
	border: none;
	text-indent: -9999px;
	height: 10px;
	width: 15px;
	border-radius: 50px;
	margin: 0 4px;
	cursor: pointer;
}

.dustrial-video-slider__track .slick-dots li.slick-active button {
	width: 30px;
	background: #ff5e14;
}

.dustrial-video-slider .slider-content h3 {
	font-size: 60px;
	color: #fff;
	margin-bottom: 0;
	font-weight: 700;
}

.dustrial-video-slider .slider-content h3 span {
	font-weight: 300;
}

.dustrial-video-slider .slider-content p {
	font-size: 18px;
	color: #fff;
	font-weight: 300;
	margin-bottom: 0;
	max-width: 760px;
}

.dustrial-video-slider .text-center .slider-content p {
	margin-left: auto;
	margin-right: auto;
}

.dustrial-video-slider .slider-buttons {
	margin-top: 35px;
}

.dustrial-video-slider .slider-buttons a:first-child {
	margin-right: 18px;
}

@media (max-width: 991px) {
	.dustrial-video-slider--video-mode,
	.dustrial-video-slider--video-mode .dustrial-video-slider__track .single-slider,
	.dustrial-video-slider--image-mode .single-slider {
		min-height: 520px;
		padding-top: 180px;
		padding-bottom: 180px;
	}

	.dustrial-video-slider .slider-content h3 {
		font-size: 42px;
	}
}

@media (max-width: 767px) {
	.dustrial-video-slider--video-mode,
	.dustrial-video-slider--video-mode .dustrial-video-slider__track .single-slider,
	.dustrial-video-slider--image-mode .single-slider {
		min-height: 460px;
		padding-top: 140px;
		padding-bottom: 140px;
	}

	.dustrial-video-slider .slider-content h3 {
		font-size: 32px;
	}

	.dustrial-video-slider .slider-content p {
		font-size: 16px;
	}
}
