body {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Regular.woff2') format('woff2'),
        url('../fonts/OpenSans-Regular.woff') format('woff');
    font-family: 'Open Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.6;
    font-family: 'Open Sans', Arial, sans-serif;
}

header#header img.image-black {
    max-width: 180px;
    width: 100%;
}

.header {
    /* padding: 20px 0; */
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

nav.navbar.sticky-top.navbar-expand-lg {
    padding: 20px 0;
}

#header {
    transition: background-color 0.3s ease;
}

#header .image-black {
    display: block;
}

#header .image-white {
    display: none;
}

#header.scrolled .image-black {
    display: none;
}

#header.scrolled .image-white {
    display: block;
    max-width: 180px;
    width: 100%;
}

#header.scrolled {
    /* background-color: #000; */
    /* Change to your desired color */
    /* color: #fff; */
    /* Optional: Change text color */
    /* background: url(../img/header-background.png);
    color: #fff;
    background-size: 120%;
    background-position: top; */
    background: linear-gradient(90deg, rgba(59, 167, 204, 1) 0%, rgba(3, 78, 175, 1) 100%);
    color: #fff;
}

#header.scrolled a.nav-link,
#header.scrolled a.nav-link:focus {
    color: #fff;
}

a.nav-link {
    color: #fff;
}

.btn-check:checked+.btn:focus-visible,
.btn.active:focus-visible,
.btn.show:focus-visible,
.btn:first-child:active:focus-visible,
:not(.btn-check)+.btn:active:focus-visible,
.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    background-color: #e17523;
    border: none;
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    color: #fff;
}



.btn,
.btn:hover {
    background-color: #e17523;
    color: #fff;
}

.header-login-btn {
    width: max-content;
    border-radius: 50px;
    color: #fff;
    height: 40px;
    width: 100%;
    max-width: 120px;
    border: none;
    /* padding: 0 20px; */
    font-size: 16px;
    font-weight: 500;
    background-color: #e17523;
}

.header-btn {
    border-radius: 50px;
    color: #fff;
    height: 40px;
    width: 100%;
    max-width: 138px;
    border: none;
    /* padding: 0 20px; */
    font-size: 16px;
    font-weight: 500;
    background-color: #e17523;
}

section.news-pages .top-header {
    margin-right: 2rem;
}

section.news-pages li.breadcrumb-item a {
    color: #000;
    font-weight: 500;
}

@media (max-width: 1399.9px) {
    .learning-center .col-md {
        width: 0%;
        max-width: 0%;
    }

    .news-pages h1 {
        line-height: 1.2 !important;
        font-size: 36px !important;
    }
}

@media (min-width: 1200px) and (max-width: 1399.9px) {

    a.nav-link,
    a.nav-link:focus {
        padding: 18px 12px !important;
        font-size: 14px !important;
    }

    .header-btn,
    .header-login-btn {
        font-size: 14px !important;
    }
}

@media (min-width: 1200px) {
    .navmenu {
        padding: 0;
    }

    .navmenu ul {
        margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
        align-items: center;
    }

    .navmenu li {
        position: relative;
    }

    .navmenu li:hover>a,
    .navmenu .active,
    .navmenu .active:focus {
        color: #fff;
    }

    a.nav-link,
    a.nav-link:focus {
        color: #fff !important;
        text-decoration: none;
        padding: 18px 15px !important;
        font-size: 15px;
        font-weight: 500;
        display: flex;
        align-items: center;
        justify-content: space-between;
        white-space: nowrap;
        transition: 0.3s;
    }

    .navmenu .dropdown:hover>ul {
        opacity: 1;
        top: 100%;
        visibility: visible;
    }

    .navmenu .dropdown ul {
        margin: 0;
        padding: 10px 0;
        background: var(--nav-dropdown-background-color);
        display: block;
        position: absolute;
        visibility: hidden;
        left: 14px;
        top: 130%;
        opacity: 0;
        transition: 0.3s;
        border-radius: 4px;
        z-index: 99;
        box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    }

    .navmenu ul {
        margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
        align-items: center;
    }
}

@media (min-width: 992px) and (max-width: 1199.9px) {
    header#header img.image-black {
        max-width: 140px;
    }

    #header.scrolled .image-white {
        max-width: 140px;
    }

    a.nav-link {
        font-size: 13px;
        color: #fff !important;
    }

    .header-login-btn,
    .header-btn {
        font-size: 13px;
        max-width: 120px;
    }
}

@media (max-width: 991.9px) {
    #header {
        background: linear-gradient(90deg, rgba(59, 167, 204, 1) 0%, rgba(3, 78, 175, 1) 100%);
        color: #fff;
        transition: background-color 0.3s ease;
    }

    a.nav-link {
        color: #fff !important;
    }

    [type=button]:not(:disabled),
    [type=reset]:not(:disabled),
    [type=submit]:not(:disabled),
    button:not(:disabled) {
        display: grid;
    }

    .header-btn,
    .header-login-btn {
        margin-left: 0;
        padding-left: 0;
        width: auto;
        background-color: transparent;
        font-weight: 400;
        padding: 8px 0;
        height: auto;
    }

    .btn-check:checked+.btn:focus-visible,
    .btn.active:focus-visible,
    .btn.show:focus-visible,
    .btn:first-child:active:focus-visible,
    :not(.btn-check)+.btn:active:focus-visible,
    .btn-check:checked+.btn,
    .btn.active,
    .btn.show,
    .btn:first-child:active,
    :not(.btn-check)+.btn:active {
        background-color: transparent;
    }

    button.navbar-toggler,
    i.fa-icon:before {
        content: "";
        background: url(../img/bars-solid.svg);
        background-position: 100%;
        background-repeat: no-repeat;
        background-size: 100%;
        height: 24px;
        border: none;
        border-radius: 0;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }
}

@media (max-width: 767.9px) {

    .h3,
    .h1,
    .h2,
    h2,
    h3,
    h1,
    .section-tagline,
    .footer-tagline {
        font-size: 32px !important;
    }

    .announcement {
        font-size: 32px !important;
        padding: 0 1rem !important;
    }

    .feature-text {
        height: auto !important;
    }

    h3.blog-title {
        font-size: 26px !important;
    }

    section.news-pages .container .d-flex {
        display: grid !important;
    }

    section.news-pages .top-header {
        margin-right: 0rem;
        order: 2;
        margin-top: 1rem;
    }
}

@media (max-width: 575.9px) {
    .footer-container {
        display: grid !important;
        justify-content: center !important;
    }

    .copyright-text {
        display: grid !important;
        justify-content: center !important;
        gap: 4px;
    }

    .links.social-link {
        margin-top: 10px;
    }
}