@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap');

body {
    font-family: 'Inter', sans-serif;
	color:#1D242B;
	background: #FAFAFA;
}

p {
	text-align: justify;
	line-height: 2;
}

._font-01 {
	font-family: 'Sentient', serif;
}

.navbar-nav .show > .nav-link, 
.navbar-nav .nav-link.active {
	color: #1B4883 !important;
	font-weight: 700 !important;
	border-bottom: 2px solid;
}

#_slider ._slide-image::before {
	content: '';
	background: url('../images/image 14.png') no-repeat top left / 100% auto;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 1;
}
#_slider ._slide-caption {
	z-index: 2;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
}

.carousel-control-prev,
.carousel-control-next {
	z-index: 3;
}

._title-slider {
	font-weight: 500;
	font-size: 3.75rem;
	line-height: 5rem;
}

.carousel-control-next {
	position: relative;
	width: unset;
	opacity: .75;
}
.carousel-control-next i {
	font-size: 3rem;
}

.carousel-indicators [data-bs-target] {
	background-color: #fff !important;
}

._pattern {
	overflow:hidden;
}
._pattern::after,
._pattern::before {
	content: '';
	position: absolute;
	top: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
	z-index: -1;
}
._pattern._top::after {
	background: url('../images/Pattern (1).png') no-repeat top right;
	right: 0px;
}
._pattern._top::before {
	background: url('../images/Vector(1).png') no-repeat top left;
	left: 0px;
}
._pattern._bottom::after {
	background: url('../images/Vector(2).png') no-repeat top right;
	top: unset !important;
	bottom: -450px !important;
	right: 0px;
}
._pattern._bottom::before {
	background: url('../images/Pattern (2).png') no-repeat top left;
	left: 0px;
}

#_headline img {
  max-height: unset;
}

@media (max-width: 575.98px) {
	._title-slider {
		font-size: 1.5rem;
		line-height: 2rem;
	}
	
	.carousel-control-next i {
		font-size: 1.5rem;
	}
	
	._pattern::after,
	._pattern::before {
		display:none;
	}	
	
	#_headline img {
		max-height: 250px;
		width: auto !important;
	}
}
@media (min-width: 576px) and (max-width: 767.98px) {
	._title-slider {
		font-size: 2.25rem;
		line-height: unset;
	}
	
	._pattern::after,
	._pattern::before {
		display:none;
	}	
	
	#_headline img {
		max-height: 300px;
		width: auto !important;
	}
}
@media (min-width: 768px) and (max-width: 991.98px) {
	._title-slider {
		font-size: 2.25rem;
		line-height: 3.75rem;
	}
	
	._pattern::after,
	._pattern::before {
		display:none;
	}	
	
	#_headline img {
		max-height: 300px;
		width: auto !important;
	}
}
@media (min-width: 992px) and (max-width: 1199.98px) {
	._title-slider {
		font-size: 2.25rem;
		line-height: 3.75rem;
	}
	
	#_headline img {
		max-height: unset;
		width: auto !important;
	}  
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
	._title-slider {
		font-size: 3rem;
		line-height: 3.75rem;
	}
	
	#_headline img {
		max-height: unset;
		width: auto !important;
	} 
}
