@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800&display=swap');

* {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 500;
}
html, body {
    color: #333 !important;
}
.logo {
    height: 90px;
    width: auto;
}
.top-secton {
    margin-top: 40px;
}
.main-section {
    padding: 2rem 0;
}
.box-shadow {
    box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.08);
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
}
.td-underline {
    text-decoration: underline;
}
label {
    font-weight: 600;
}
.btn {
    font-weight: 500;
}
.navbar-nav .nav-item {
    margin: 0 10px;
}
.navbar-nav .nav-item .nav-link {
    color: #333;
}
.main-section .main-section-header {
    margin-bottom: 1.5rem;
    font-weight: 600;
}
.main-section .course-img {
    border-radius: 5px;
    width: 100%;
}
.main-section .accordion .card {
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 3px;
}
.main-section .accordion .card .card-header {
    padding: 0;
}
.main-section .accordion .card .card-header .accordion-link {
    color: #333;
    cursor: pointer;
    font-weight: 600;
    padding: 1rem 1.25rem;
    text-decoration: none;
}
.main-section .accordion .card .card-header .accordion-link::after {
    content: "\f106";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    float: right;
    writing-mode: vertical-rl;
    font-size: 22px;
}
.main-section .accordion .card .card-header .accordion-link.collapsed::after {
    content: "\f107";
}
.footer {
    padding: 2rem 0 0;
}
.footer .footer-bottom {
    background: #323a45;
    text-align: center;
    padding: 2rem 0;
}
.footer .footer-bottom h6 {
    margin-bottom: 0;
    color: #fff !important;
}