.navigation {
	min-width: min(1140px, 100%);
}
@media (min-width: 991px) {
	#nav-transparent .navigation {
		height: 115px;
	}

	.nav-header {
		height: 112px;
	}

	.features-slider {
		margin-top: -257px;
	}
	.#nav-transparent .nav-menu > li:hover > a,
	.#nav-transparent .nav-menu > li:active > a,
	.#nav-transparent .nav-menu > li:focus > a {
		color: #a5caeb;
	}
}

.feature-box-5 {
	width: 100%;
	background: #a5caeb;
	color: #fff;
	border-top: 2px solid #1c417d;
	padding: 30px 30px 60px 30px;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.background-darkblue {
	background: #1c417d;
}

.background-darkblue:hover {
	background: #a5caeb;
	color: #fff;
	box-shadow: 0px 10px 50px 1px rgba(0, 0, 0, 0.3);
}
.background-darkblue i {
	color: #fff;
	font-size: 60px;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.background-red {
	background: #961d05;
}
.background-gold {
	background: #b89e48;
}

.bg-blue {
	background-color: #1c417d !important;
}
.red-button {
	background: #e03c1b;
	color: #fff;
	font-size: 11px;
	font-weight: 500;
	border-radius: 50px;
	border-radius: 50px;
	padding: 10px 15px 10px 15px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

#top-bar {
	background: #1c417d;
}
.top-bar-info li i {
	color: #a5caeb;
}
.top-bar-info li a:link {
	color: #fff;
}

.section-heading-line-center {
	margin-right: auto;
	content: "";
	display: block;
	width: 100px;
	height: 3px;
	background: #1c417d;
	border-radius: 25%;
	margin-top: 15px;
	margin-bottom: 5px;
	margin-left: auto;
}

.services-single-menu ul li {
	border-bottom: 0px solid #ececec;
}

.services-single-menu {
	border: 0px !important;
}

@media (min-width: 991px) {
}

.services-single-menu ul li a {
	color: #1c417d;
}

.accordion-title .collapsed:after {
	content: "\f105";
	font-size: 18px;
	font-family: "FontAwesome";
	color: #333;
	float: left;
	margin-right: 20px;
}
.accordion-title a:after {
	content: "\f107";
	font-size: 18px;
	font-family: "FontAwesome";
	color: #1c417d;
	float: left;
	margin-right: 20px;
}

.caption-div .hero-title {
	display: flex;
	align-items: center;
	flex-direction: column;
	text-align: center;
	gap: 2rem;
}

.hero-title h1 {
	font-size: 4rem;
	color: #fff;
	line-height: 1;
}

.hero-title > strong {
	flex: 1 0 auto;
}

.hero-title > img {
	width: 160px;
	height: auto;
}

@media (min-width: 991px) {
	.caption-div .hero-title {
		flex-direction: row;
		text-align: left;
	}
}

.section-block p img {
	height: auto !important;
	max-inline-size: 100%;
	block-size: auto;
}

/* FORMS */
.dfcolumns {
	margin-left: -1rem;
	margin-right: -1rem;
	display: flex;
	flex-wrap: wrap;
}

.dfcolumns .column {
	padding: 0 1rem;
	min-width: 220px;
	flex-grow: 1;
}