@media (max-width: 1199px) {
    .header .navbar .navbar-nav .nav-item {
        margin-left: 1.25rem;
    }
    .header .navbar .navbar-nav .nav-item .nav-link {
        font-size: 0.9375rem;
    }

    .footer__top--card {
        padding-left: 0px;
        gap: 0.5rem;
    }
    .footer__top--card .content h6,
    .footer__top--card .content a {
        font-size: 0.875rem;
    }
    .footer__top--card .content h6 {
        margin-bottom: 0.3125rem;
    }
    .footer__top--card span {
        line-height: 2.5rem;
        height: 2.5rem;
        width: 2.5rem;
        font-size: 1.375rem;
    }

    .work__card--img {
        height: 4rem;
        line-height: 4rem;
        width: 4rem;
    }
    .work__card--img img {
        padding: 0.9375rem;
    }
    .work__card--content {
        width: calc(100% - 80px);
    }
    .work__card--content p {
        font-size: 0.875rem !important;
    }

    .info__card {
        margin: 0;
    }
}
@media all and (max-width: 1024px) {
    .header .navbar .navbar-nav .nav-item {
        margin-left: 0;
        margin-bottom: 1rem;
    }
}
@media all and (max-width: 991px) {
    .blog .articles article p,
    body,
    p,
    ol li,
    ul li {
        font-size: 0.875rem;
    }
    .section__title {
        margin-bottom: 1.5rem;
    }

    .offcanvas-header {
        display: block;
    }

    .mobile-offcanvas {
        visibility: hidden;
        transform: translateX(-100%);
        border-radius: 0;
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        z-index: 1200;
        width: 80%;
        overflow-x: hidden;
        transition:
            visibility 0.3s ease-in-out,
            transform 0.3s ease-in-out;
    }
    .mobile-offcanvas.navbar {
        background: #ffffff !important;
    }
    .mobile-offcanvas.show {
        visibility: visible;
        transform: translateX(0);
    }

    .mobile-offcanvas .container,
    .mobile-offcanvas .container-fluid {
        display: block;
    }

    header .navbar {
        background-color: #ffffff !important;
    }
    header .navbar .navbar-nav {
        margin-top: 3.125rem;
    }
    header .navbar .navbar-nav .nav-item {
        margin-left: 0;
    }

    .cards__one {
        padding: 1rem;
    }

    .intro__section {
        margin-top: 1.5625rem;
    }

    .work__content {
        text-align: center;
    }
    .work__content .l__button {
        display: inline-block;
    }

    .contact {
        grid-template-columns: 1fr !important;
    }
    .contact .r__container {
        border-left: none !important;
    }

    .banner__carousel--item img {
        height: auto;
        width: 100%;
        object-fit: contain;
    }

    .home__about img {
        height: auto;
        width: 100%;
        object-fit: contain;
    }

    .intro__img {
        height: auto;
    }
    .intro__img img {
        object-fit: cover;
    }
    .intro__card {
        padding-left: 0;
    }
    .intro__card--content {
        width: 100%;
    }
    .banner__img img {
        height: auto;
    }
    .banner__title {
        padding: 1rem 0;
        top: -1.5rem;
    }
    .footer__middle--col ul li a {
        font-size: 0.875rem;
    }
    .footer__bottom p,
    .footer__bottom--social {
        justify-content: center;
        align-items: center;
        display: flex;
    }
    .blog .articles article img {
        height: 50px;
        padding: 5px;
    }
    .academic__card--img {
        background-image: none !important;
    }
    .academic__card--content {
        margin-left: 0;
        margin-top: 1rem;
    }
    .academic__card--content h4 {
        font-size: 18px;
    }
    .notice__card--content h4 {
        font-size: 18px;
    }

   
}
@media (max-width: 823px) {
    .home__about--content {
        padding: 1.875rem;
        right: -3.125rem;
    }
    .banner__img {
        height: auto;
    }
    .about__img {
        height: auto;
    }
    .banner__carousel--item .content h2 {
        font-size: 1.875rem;
    }
}
@media (max-width: 767px) {
    .blog .articles article p,
    body,
    p,
    ul li,
    ol li {
        font-size: 0.8125rem;
    }
    h1 {
        font-size: 28px;
    }

    h2 {
        font-size: 24px;
    }

    h3 {
        font-size: 20px;
    }

    h4 {
        font-size: 18px;
    }

    h5 {
        font-size: 14px;
    }

    h6 {
        font-size: 10px;
    }

    .section__title {
        margin-bottom: 1.5rem;
    }

    .academic__card {
        padding: 0;
    }
    .academic__card--img {
        margin-bottom: 1rem;
    }
    .academic__card--content {
        margin-left: 0;
        padding: 0.75rem;
    }
    .academic__card .p1 {
        font-size: 14px;
        letter-spacing: 2%;
    }

    header .logo a {
        font-size: 2rem;
    }

    .footer__top--card {
        border-right: none;
        margin-bottom: 1.25rem;
        padding-bottom: 1.25rem;
        border-bottom: 1px solid #ffffff;
    }
    .footer__top .col-md-4:last-child .footer__top--card {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .footer__bottom p {
        text-align: center;
        display: block;
        font-size: .8125rem;
        margin-bottom: 10px;
    }
    .footer__bottom--social {
        justify-content: center;
        margin-top: 1rem;
    }
    .footer__middle--col ul li a {
        font-size: 0.8125rem;
    }

    .banner__carousel--item .content {
        width: 65%;
    }
    .banner__carousel--item .content span {
        font-weight: 600;
        font-size: 1.25rem;
        margin-bottom: .3125rem;
    }
    .banner__carousel--item .content h2 {
        font-weight: 600;
        font-size: 1.75rem;
        margin-bottom: .5rem;
    }
    .banner__carousel--item .content p {
        font-size: 1rem;
        margin-bottom: 0;
    }

    .banner__carousel--item img {
        height: auto;
        object-fit: contain;
    }

    .banner__carousel button {
        height: 2rem;
        width: 2rem;
    }
    .banner__carousel button span {
        height: 1rem;
        width: 1rem;
    }

    .home__about--content {
        right: 0;
        margin-bottom: 1.5625rem;
    }
    .home__about img {
        height: auto;
        width: 100%;
        object-fit: contain;
    }

    .intro__img {
        height: auto;
    }
    .intro__img img {
        object-fit: cover;
    }
    .intro__card {
        padding-left: 0;
        display: block;
    }
    .intro__card--content {
        width: 100%;
    }

    .cards__two--img {
        height: auto;
    }

    .news__card {
        display: block;
    }
    .news__card--img {
        height: auto;
        width: 100%;
    }
    .news__card--img img {
        object-fit: contain;
    }
    .news__card--content {
        width: 100%;
        margin-top: 0.625rem;
    }

    .banner__img img {
        height: auto;
    }
    .banner__title {
        padding: 1rem 0;
        top: -1.5rem;
    }

    .contact .r__container {
        padding-left: 0 !important;
        margin-top: 1.25rem !important;
    }
    .contact .r__container--phone,
    .contact .r__container--location {
        grid-template-columns: 1fr !important;
    }

    .blog__headline .headline {
        padding: 1rem;
        margin-left: 0;
    }
    .blog h5 {
        font-size: 1.125rem;
    }

    .bod__card--content h5 {
        font-size: 1.25rem;
    }
    .notice h5 {
        font-size: 1.125rem;
        font-family: "Poppins";
    }
    .notice__card {
        padding: 0;
    }
    .notice__card--img {
        border-right: none;
        padding-right: 0;
        margin-bottom: 1rem;
    }
    .notice__card--content {
        padding: 1rem;
    }
    .notice__card--content h6 {
        font-family: "Poppins";
        font-size: 12px;
    }
    .notice .cta_btn {
        width: 100%;
    }
    .blog .articles article img {
        height: 50px;
        padding: 5px;
    }
    .academic__card--img {
        background-image: none !important;
    }
    .academic__card--content button {
        margin-bottom: 10px;
    }

    .cards__one {
        height: auto;
    }

    .project.cards .cards__two--content {
        left: 0;
    }
}