:root {
    --bs-primary: #006EB0;
    --bs-primary-rgb: 0, 110, 176;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #006EB0;
    --bs-btn-border-color: #006EB0;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #005a94;
    --bs-btn-hover-border-color: #005a94;
    --bs-btn-focus-shadow-rgb: 0, 110, 176;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #004f84;
    --bs-btn-active-border-color: #004f84;
    --bs-btn-disabled-bg: #006EB0;
    --bs-btn-disabled-border-color: #006EB0;
}

.nav-link {
    color: #000 !important;
    transition: color 0.3s ease;
    padding: 0.5rem 1rem;
}

.nav-link.text-primary,
.nav-link.active {
    color: #006EB0 !important;
    border-bottom: 2px solid #006EB0;
}

.nav-link:hover {
    color: #006EB0 !important;
}

.nav .nav-item + .nav-item {
    border-left: 1px solid #eee;
}

.img-wrapper {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0;
    border: solid 10px #f8f8f8;
}

.client-logo {
    max-height: 80px;
    object-fit: contain;
}

.section-divider {
    height: 20px;
    background-color: #006eb0;
}

.breadcrumb-section {
    background-color: #d1d1d1;	
}

.breadcrumb a {
    text-decoration: none;
    color: #006eb0;
}

.breadcrumb .breadcrumb-item.active {
    color: #333;
}

.color-red {
    color: red;	
}

.service-section {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #ddd;
}

.service-section:last-child {
    border-bottom: none;
}

.section-title {
    text-align: center;
    color: #006eb0;
    font-weight: 600;
    margin-bottom: 2rem;
}

.full-image {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.half-image {
    max-width: 50%;
    height: auto;
}

.section-image-sm {
    max-height: 300px;
    width: 100%;
    object-fit: cover;
}

footer a {
    text-decoration: none !important;
}