/*--- Service Hero Section ---*/
.banner_block {
	padding: 60px 0 30px;
	background: #f5f5f5;
	position: relative;
    min-height: 800px;
}
.ban_img_bg {
	background-image: var(--bannerBgImg);
	background-size: cover;
	background-position: center;
	color: #fff;
	overflow: hidden;
	margin-bottom: 0;
}
.ban_img_bg .banner_block_overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.42);
}
.ban_video_bg video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    object-fit: initial;
    z-index: 1;
}
.ban_video_bg .banner_block_overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.42);
    z-index: 2;
}

.banner_block .container {
	position: relative;
	z-index: 9;
}
.banner_block .banner_title {
	font-family: 'Moderat';
	font-size: 42px;
	font-weight: 400;
    line-height: 56px;
	margin-bottom: 4px;
}
.banner_block .banner_content {
	font-family: 'Moderat';
	font-size: 31px;
	font-weight: 400;
	margin-top: 80px;
	max-width: 700px;
}
.banner_block.text_white .project-breadcrumb,
.banner_block.text_white .project-breadcrumb a,
.banner_block.text_white .project-breadcrumb .active,
.banner_block.text_white .banner_title,
.banner_block.text_white .banner_content {
	color: #FFFFFF;
}
.banner_block.text_white .project-divider {
	border-color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

@media (max-width: 991px) {
	.banner_block {
		min-height: 600px;
	}
}
@media (max-width: 767px) {
	.banner_block {
		min-height: 500px;
	}
	.banner_block .banner_content {
		font-size: 24px;
		margin-top: 30px;
	}
}
@media (max-width: 480px) {
	.banner_block {
		min-height: 400px;
	}
}