/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

#slider,
#slider .blc-hero-shell,
#slider .blc-hero-overlay {
	height: 75vh;
}

#slider .blc-hero-shell {
	position: relative;
	min-height: 75vh;
}

#slider .blc-hero-carousel,
#slider .blc-hero-carousel .owl-stage-outer,
#slider .blc-hero-carousel .owl-stage,
#slider .blc-hero-carousel .owl-item,
#slider .blc-hero-carousel .oc-item {
	height: 75vh;
}

#slider .blc-hero-slide {
	height: 75vh;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

#slider .blc-hero-slide::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(rgba(8, 16, 28, 0.45), rgba(8, 16, 28, 0.45));
}

#slider .blc-hero-overlay {
	position: absolute;
	inset: 0;
	z-index: 3;
	pointer-events: none;
	display: flex;
	align-items: center;
}

#slider .blc-hero-overlay .container {
	pointer-events: auto;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: var(--cnvs-secondary-font);
}

#footer .footer-widgets-wrap > .row.justify-content-center {
	justify-content: space-evenly !important;
	row-gap: 2rem;
}

#footer .widget_links > ul {
	padding-left: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}

#footer .widget_links li {
	justify-content: center;
	width: 100%;
}

#footer .widget_links li a {
	padding-right: 0;
	text-align: center;
}

.blc-stats-row {
	row-gap: 2rem;
	padding: 1rem 0;
}

.blc-stat-col {
	position: relative;
}

.blc-vision-image {
	max-width: 280px;
	width: 100%;
	height: auto;
}

.blc-stat-col .counter {
	color: var(--cnvs-heading-color);
	font-size: 64px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 0.75rem;
}

.blc-stat-col h5 {
	margin-bottom: 0;
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #6c757d;
}

@media (min-width: 992px) {
	.blc-stat-col + .blc-stat-col::before {
		content: "";
		position: absolute;
		top: 10%;
		bottom: 10%;
		left: 0;
		width: 1px;
		background: rgba(33, 37, 41, 0.12);
	}
}

@media (max-width: 767px) {
	#slider .blc-hero-shell,
	#slider .blc-hero-overlay,
	#slider .blc-hero-carousel,
	#slider .blc-hero-carousel .owl-stage-outer,
	#slider .blc-hero-carousel .owl-stage,
	#slider .blc-hero-carousel .owl-item,
	#slider .blc-hero-carousel .oc-item,
	#slider .blc-hero-slide {
		height: 68vh;
		min-height: 540px;
	}

	#slider .emphasis-title h1 {
		font-size: 48px !important;
	}
}
