.header__top {background-color: #d72927;}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	
	color: #234d77;
}
.btn-primary {
	color: #fff;
	background-color: #d72927;
	border-color: #d72927;
}
.card:hover .card-box, .card.is-active .card-box {
	background: #d72927;
}
.text-primary {
	color: #d72927 !important;
	fill: #d72927 !important;
}
.top-four .card-body {
	min-height: 313px;
}
.banner__content {
	width: auto;
	text-align: center;
}
.fw-normal div {
	text-align: left;
}
.header .navigation__link {
	color: #d72927;
}
.header__top i {
	color: #fff !important;
}
.header__top-call:hover {
	background-color: #333!important;
	color: #fff;
}
.call-btn__icon {
	background: #ffffff;
}

.section-featured::after {
	background-image: none;
}
.section-featured::before {
	background-image: none;
    background-color: #234d77;
    width: 100%;
}
.f-img {
	background-color: #284d66;
	background-image: url(../img/image-2.jpg);
	background-position: top top;
	background-size: cover;
	background-repeat: no-repeat;
	content: "";
	z-index: -1;
    height: 350px;
    margin-top: 60px;
}
.flex-fill.ps-3 {
	border: 1px solid #446c87;
	border-radius: 6px;
	padding: 12px 30px;
	margin-left: 15px;
}
.row.g-2.g-lg-3 .card {
  margin-right: 10px;
  margin-left: 10px;
}
.row.g-2.g-lg-3 .card.col-md-6 {
  width: 48%;
}
.row.g-box-spacer .col-md-4 {
	width: 31%;
	margin-left: 10px;
	margin-right: 10px;
}
.row.g-box-spacer .col-md-6 {
	width: 48%;
	margin-left: 10px;
	margin-right: 10px;
}
.navigation__link {
	padding: 1.25rem 0.7rem;
}