/**
 * Banner Section
 *
 * Generated by Dreamz Page Builder on 2026-08-03.
 */

.banner_section {
	/* background-image: url(../images/banner-bg-image.png); */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 125px 0;
	position: relative;
}

.banner_section .container {
	max-width: 1158px;
}

.banner_section::before {
	content: "";
	background: linear-gradient(149deg, rgba(8, 31, 64, 0.52) 10%, rgba(12, 47, 95, 0.48) 55%, rgba(6, 24, 47, 0.53) 100%);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.banner_content {
	position: relative;
	z-index: 2;
}

.banner_heading h1 {
	font-weight: 400;
	font-size: 58px;
	line-height: normal;
	color: #FFF;
	letter-spacing: 0;
	text-align: center;
	margin-top: 0;
	margin-bottom: 23px;
}

.banner_breadcrumb p {
	font-weight: 800;
	font-size: 11.5px;
	line-height: normal;
	color: #FFF;
	margin: 0;
	max-width: 100%;
	letter-spacing: 2.074px;
	text-align: center;
	text-transform: uppercase;
}

.banner_breadcrumb p a {
	font-weight: 600;
	color: #FFF;
	transition: all .2s ease;
}

.banner_breadcrumb p a:hover {
	color: #081F40;
}

@media (max-width: 1199px) {
	.banner_section {
		padding: 100px 0;
	}

	.banner_heading h1 {
		font-size: 48px;
		margin-bottom: 20px;
	}
}

@media (max-width: 991px) {
	.banner_section {
		padding: 80px 0;
	}

	.banner_heading h1 {
		font-size: 38px;
		margin-bottom: 18px;
	}
}

@media (max-width: 767px) {
	.banner_section {
		padding: 60px 0;
	}

	.banner_heading h1 {
		font-size: 28px;
		margin-bottom: 15px;
	}

	.banner_breadcrumb p {
		letter-spacing: 1.074px;
	}
}