html, body {
    font-family: "Instrument Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:
    "wdth" 100;
}

.dropdown-toggle::after {
    content: "\f107";
    border: 0;
    vertical-align: unset;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-family: "Font Awesome 7 Free";
    font-feature-settings: normal;
    font-style: normal;
    font-synthesis: none;
    font-variant: normal;
    font-weight: 900;
    line-height: 1;
    text-align: center;
    text-rendering: auto;
}

.dropdown-toggle.show::after {
    content: "\f106";
}

.form-control:focus,
.form-select:focus {
    box-shadow: unset !important;
}

th {
    font-weight: 500;
}

tr:last-child td {
    border: unset;
}

.navbar-site .dropdown:hover > .dropdown-menu {
    display: block;
}

.navbar-site .dropdown:hover > .dropdown-toggle::after {
    content: "\f106";
}

.navbar-site .dropdown > .dropdown-toggle:active {
    pointer-events: none;
}

.lift {
    transition: all .3s ease;
}

.lift:hover {
    box-shadow: 0 .25rem 1.25rem rgba(52, 63, 82, .1);
    transform: translateY(-.4rem);
}

.bg-bright-gray {
    background-color: #E6EDF2;
}

.btn-dark-cerulean {
    background-color: #00467f !important;
    border-color: #00467f !important;
    color: #FFFFFF !important;
}

.btn-dark-cerulean:hover,
.btn-dark-cerulean:active {
    background-color: #003159 !important;
    border-color: #003159 !important;
    color: #FFFFFF !important;
}

.hero-banner {
    background-image: url('/img/hero-banner.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-bottom: 215px;
}

.featured-services {
    margin-top: -215px;
}

.featured-services img {
    object-fit: cover;
    object-position: center;
    width: 400px;
    height: 433px;    
}

.featured-services .card {
    max-width: 400px;
    width: 100%;
}

.private-training-service,
.consulting-service {
    background-color: #E6EDF2;
}

.private-training-service .card,
.public-training-service .card,
.consulting-service .card {
    max-width: 300px;
    width: 100%;
}

.private-training-service img,
.public-training-service img,
.consulting-service img {
    object-fit: cover;
    object-position: center;
    width: 300px;
    height: 300px;
}

.about-us {
    background-image: url('/img/hero-banner.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.swiper-pagination-bullet-active {
    background: #00467f !important;
}

.aside {
    height: calc(100vh - 67px);
    position: absolute;
    top: 67px;
    left: 0;
    width: 300px;
}

.aside + div {
    margin-left: 300px;
    margin-top: 67px;
    height: calc(100vh - 67px);
    overflow: auto;
}

.list-group-item {
    padding: 12px;
}

.aside .list-group-item {
    border: 0;
    margin-bottom: 5px;
}

.aside .list-group-item.active {
    background-color: #00467f;
}

.page-sidebar .list-group-item.active {
    background-color: #FFFFFF;
    color: #00467f;
    border-color: rgb(222, 226, 230);
}