header nav {
	backdrop-filter: blur(5px);
	background-color: rgba(255, 255, 255, 0.92);
}

.pre-header {
	backdrop-filter: blur(5px);
	background-color: rgba(255, 255, 255, 0.92);
}

.bg-success {
	background-color: #18ae41 !important;
}

.btn-secondary {
	background-color: #18ae41;
	border-color: #18ae41;
}

.btn-secondary:hover, .btn-secondary:focus {
	background-color: #118132;
	border-color: #118132;
}

.btn-primary {
	background-color: #18448c;
	border-color: #18448c;
}

.btn-primary:hover, .btn-primary:focus {
	background-color: #112b5d;
	border-color: #112b5d;
}

.btn-outline-primary {
	border-color: #112b5d;
	color: #112b5d;
}

.btn-outline-primary:hover, .btn-outline-primary:focus {
	border-color: #112b5d;
	color: white;
	background-color: #112b5d;
}

.color-primary {
	color: #112b5d;
}

.bg-custom {
	background-image: url("../img/bg.png");
}

.custom-hearder {
	padding-top: 50px;
	padding-bottom: 40px;
}

.custom-hr {
	padding: 0;
	color: #6c757d;
	margin: 0 15px;
}

.light{
	color: #6c757d;
}

.card-info {
	background-color: #d9e9fb;
}

.text-success {
	color: #18ae41 !important;
}

footer {
	background-color: #d9e9fb;
}

footer a:link, footer a:visited {
	color: #18448c;
}

footer a:hover, footer a:focus {
	color: #112b5d;
}

a.link:link, a.link:visited {
	color: #18448c;
}

a.link:hover, a.link:focus {
	color: #112b5d;
}

.eu-cookies-content {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 45px;
	color: #fff;
	line-height: 20px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 14px;
	background: #18448c;
	z-index: 120;
	cursor: pointer;
	border-radius: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.list-group-item.active {
	z-index: 2;
	color: var(--bs-list-group-active-color);
	background-color: #18448c;
	border-color: #18448c;
}

@media only screen and (min-width: 1000px) {
	.card-info-top {
		margin-top: -75px;
	}
}

.text-review-color{
	color: #fdd563
}

.bg-primary{
	background-color: #18448c !important;
}

.fs-7{
	font-size: 0.90rem;
}

.footer-box{
	background-color: rgba(24, 68, 140, 0.06);
}

.grey-image{
	filter: grayscale(100%);
	opacity: 70%
}
