@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&amp;display=swap");

body {
    color: #000;
    font-size: 16px;
    font-family: "Outfit", sans-serif;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: #000;
    text-decoration: none;
    transition: all ease 0.5s;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #000f5c;
    font-weight: 700;
    font-family: "Outfit", sans-serif;
}

p {
    margin-bottom: 15px;
    line-height: 30px;
    color: #000;
}

.bg-color-f6fcff {
    background-color: #f6fcff;
}

.bg-color-000f5c {
    background-color: #000f5c;
}

.ptb-200 {
    padding-top: 100px;
    padding-bottom: 150px;
}

.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

.ptb-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.pt-70 {
    padding-top: 70px;
}

.pb-70 {
    padding-bottom: 70px;
}

/*
Default Area CSS
======================================================*/
.common-btn {
    font-weight: 600;
    color: #ffffff;
    background-color: #000f5c;
    padding: 15px 50px;
    border-radius: 30px;
    display: inline-block;
    transition: all ease 0.5s;
}

    .common-btn:hover {
        background-color: #ffcc01;
        color: #0e385e;
    }

.read-more {
    font-weight: 600;
    border: 1px solid #eeeeee;
    padding: 12px 35px;
    border-radius: 30px;
    display: inline-block;
}

    .read-more:hover {
        background-color: #ff7a41;
        border: 1px solid #ff7a41;
        color: #ffffff;
    }

.section-title {
    margin: auto;
    margin-bottom: 30px;
}

    .section-title .sub-title {
        position: relative;
        font-size: 15px;
        color: #0066ff;
        padding-left: 90px;
    }

        .section-title .sub-title .sub-title-shape {
            position: absolute;
            top: 0;
            left: 0;
        }

    .section-title .title-ron {
        display: block;
        color: #0066ff;
        margin-bottom: 8px;
    }

    .section-title h2 {
        font-size: 48px;
        color: #000f5c;
        margin-top: 10px;
    }

.section-heading {
    margin-bottom: 25px;
}

    .section-heading .about-sub-title {
        position: relative;
        padding-left: 90px;
        font-size: 15px;
        color: #0066ff;
    }

        .section-heading .about-sub-title .sub-title-image {
            position: absolute;
            top: 0;
            left: 0;
        }

    .section-heading .title-ron {
        display: block;
        color: #0066ff;
        margin-bottom: 8px;
    }

    .section-heading h2 {
        font-size: 48px;
        color: #000f5c;
        margin-top: 10px;
    }

/*
Navbar Area Style
======================================================*/
.navbar-area {
    background-color: #fff;
    position: relative;
}

    .navbar-area::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 400px;
        height: 100%;
        background-color: #ffffff;
    }

    .navbar-area.is-sticky {
        top: 0;
        left: 0;
        width: 100%;
        z-index: 999;
        position: fixed;
        animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
        box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
        background-color: #fff;
    }

    .navbar-area .container-fluid {
        max-width: 1630px;
    }

    .navbar-area .navbar-brand {
        z-index: 22;
        width: 200px;
    }

        .navbar-area .navbar-brand .white-logo {
            display: none;
        }

    .navbar-area .mobile-responsive-menu .logo .white-logo {
        display: none;
    }

.desktop-nav {
    background-color: transparent;
    padding-top: 0;
    padding-bottom: 0;
}

    .desktop-nav .navbar {
        transition: all ease 0.5s;
        z-index: 2;
        position: relative;
        padding-top: 15px;
        padding-bottom: 15px;
    }

        .desktop-nav .navbar::before {
            position: absolute;
            content: "";
            height: 100%;
            left: 0;
            top: 0;
            right: 70px;
            background-color: #ffffff;
        }

        .desktop-nav .navbar ul {
            margin-bottom: 0;
            list-style-type: none;
        }

        .desktop-nav .navbar .navbar-nav .nav-item {
            position: relative;
            padding-top: 20px;
            padding-left: 0;
            padding-right: 0;
            padding-bottom: 20px;
        }

            .desktop-nav .navbar .navbar-nav .nav-item a {
                font-size: 16px;
                color: #000f5c;
                line-height: 1;
                position: relative;
                font-weight: 500;
                padding-left: 0;
                padding-top: 0;
                padding-right: 0;
                padding-bottom: 0;
                margin-left: 0;
                margin-right: 20px;
            }

                .desktop-nav .navbar .navbar-nav .nav-item a.dropdown-toggle {
                    padding-right: 30px;
                }

                    .desktop-nav .navbar .navbar-nav .nav-item a.dropdown-toggle::after {
                        display: none;
                    }

                    .desktop-nav .navbar .navbar-nav .nav-item a.dropdown-toggle::before {
                        content: "\ebc0";
                        position: absolute;
                        top: 2px;
                        right: 15px;
                        font-family: boxicons !important;
                        line-height: 1;
                        font-size: 14px;
                        font-weight: 400;
                    }

                .desktop-nav .navbar .navbar-nav .nav-item a:hover, .desktop-nav .navbar .navbar-nav .nav-item a:focus, .desktop-nav .navbar .navbar-nav .nav-item a.active {
                    color: #0e385e;
                }

                .desktop-nav .navbar .navbar-nav .nav-item a i {
                    font-size: 18px;
                    line-height: 0;
                    position: relative;
                    top: 4px;
                }

            .desktop-nav .navbar .navbar-nav .nav-item:last-child a {
                margin-right: 0;
            }

            .desktop-nav .navbar .navbar-nav .nav-item:first-child a {
                margin-left: 0;
            }

            .desktop-nav .navbar .navbar-nav .nav-item:hover a, .desktop-nav .navbar .navbar-nav .nav-item:focus a, .desktop-nav .navbar .navbar-nav .nav-item.active a {
                color: #0e385e;
            }

            .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu {
                box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
                transition: all 0.3s ease-in-out;
                background-color: #ffffff;
                position: absolute;
                visibility: hidden;
                border-radius: 0;
                display: block;
                width: 250px;
                border: none;
                z-index: 99;
                opacity: 0;
                top: 80px;
                left: 0;
                padding: 0;
            }

                .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li {
                    padding: 0;
                }

                    .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
                        color: #000000;
                        padding: 14px;
                        border-bottom: 1px dashed #e3e3e3;
                        margin: 0;
                        font-size: 15px;
                        font-weight: 400;
                        line-height: 1;
                        display: block;
                        position: relative;
                    }

                        .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.dropdown-toggle::after {
                            display: none;
                        }

                        .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.dropdown-toggle::before {
                            content: "\ea50";
                            position: absolute;
                            top: 18px;
                            right: 13px;
                            font-family: boxicons !important;
                            line-height: 1;
                            font-size: 17px;
                        }

                        .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
                            color: #ffcc01;
                        }

                    .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
                        right: 250px;
                        left: auto;
                        top: 0;
                        opacity: 0;
                        visibility: hidden;
                    }

                        .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
                            color: #1b2336;
                            border-bottom: 1px dashed #e3e3e3;
                            font-size: 15px;
                            font-weight: 400;
                            line-height: 1;
                            position: relative;
                        }

                            .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.dropdown-toggle::after {
                                display: none;
                            }

                            .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.dropdown-toggle::before {
                                content: "\ea4e";
                                position: absolute;
                                top: 14px;
                                right: 13px;
                                font-family: remixicon !important;
                                line-height: 1;
                                font-size: 17px;
                            }

                            .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
                                color: #ff7a41;
                            }

                        .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
                            right: 250px;
                            left: auto;
                            top: 0;
                            opacity: 0;
                            visibility: hidden;
                        }

                            .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
                                color: #000000;
                            }

                                .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
                                    color: #000f5c;
                                }

                            .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
                                left: -250px;
                                top: 0;
                                opacity: 0;
                                visibility: hidden;
                            }

                                .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
                                    color: #000000;
                                }

                                    .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
                                        color: #1b2336;
                                    }

                                .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
                                    left: -250px;
                                    top: 0;
                                    opacity: 0;
                                    visibility: hidden;
                                }

                                    .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
                                        color: #000000;
                                    }

                                        .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
                                            color: #1b2336;
                                        }

                                    .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
                                        left: -250px;
                                        top: 0;
                                        opacity: 0;
                                        visibility: hidden;
                                    }

                                        .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
                                            color: #000000;
                                        }

                                            .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
                                                color: #1b2336;
                                            }

                                        .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
                                            left: -250px;
                                            top: 0;
                                            opacity: 0;
                                            visibility: hidden;
                                        }

                                            .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
                                                color: #000000;
                                            }

                                                .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
                                                    color: #1b2336;
                                                }

                                        .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
                                            color: #1b2336;
                                        }

                                        .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
                                            opacity: 1;
                                            visibility: visible;
                                            top: -15px;
                                        }

                                    .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
                                        color: #1b2336;
                                    }

                                    .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
                                        opacity: 1;
                                        visibility: visible;
                                        top: -1px;
                                    }

                                .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
                                    color: #00ca99;
                                }

                                .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
                                    opacity: 1;
                                    top: -1px;
                                    visibility: visible;
                                }

                            .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
                                color: #00ca99;
                            }

                            .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
                                opacity: 1;
                                top: -15px;
                                visibility: visible;
                            }

                        .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
                            color: #00ca99;
                        }

                        .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
                            opacity: 1;
                            visibility: visible;
                            top: -15px;
                        }

                    .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
                        color: #00ca99;
                    }

                    .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
                        opacity: 1;
                        visibility: visible;
                        top: 0;
                    }

                    .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li:last-child a {
                        border-bottom: none;
                    }

            .desktop-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
                top: 100%;
                opacity: 1;
                margin-top: 24px;
                visibility: visible;
            }

    .desktop-nav .menu .menu-btn {
        border: none;
        background: transparent;
        font-size: 35px;
        color: #ffffff;
        position: relative;
        top: 5px;
    }

.mobile-responsive-nav {
    display: none;
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        transform: translateZ(0);
    }
}

.side-menu .offcanvas {
    padding: 20px;
}

    .side-menu .offcanvas .offcanvas-header .btn-close {
        box-shadow: none !important;
        opacity: 100;
        transition: all ease 0.5s;
    }

    .side-menu .offcanvas .offcanvas-body .modal-body .sidebar-content .sidebar-btn .common-btn {
        margin-bottom: 20px;
    }

    .side-menu .offcanvas .offcanvas-body .modal-body .sidebar-contact-info {
        margin-bottom: 20px;
    }

        .side-menu .offcanvas .offcanvas-body .modal-body .sidebar-contact-info h3 {
            font-size: 20px;
            margin-bottom: 20px;
        }

        .side-menu .offcanvas .offcanvas-body .modal-body .sidebar-contact-info .info-list {
            padding-left: 0;
            margin-bottom: 0;
            list-style-type: none;
        }

            .side-menu .offcanvas .offcanvas-body .modal-body .sidebar-contact-info .info-list li {
                position: relative;
                padding-left: 25px;
                margin-bottom: 10px;
            }

                .side-menu .offcanvas .offcanvas-body .modal-body .sidebar-contact-info .info-list li:last-child {
                    margin-bottom: 0;
                }

                .side-menu .offcanvas .offcanvas-body .modal-body .sidebar-contact-info .info-list li i {
                    position: absolute;
                    top: 2px;
                    left: 0;
                    font-size: 20px;
                    color: #ff7a41;
                }

                .side-menu .offcanvas .offcanvas-body .modal-body .sidebar-contact-info .info-list li a {
                    color: #000f5c;
                }

                    .side-menu .offcanvas .offcanvas-body .modal-body .sidebar-contact-info .info-list li a:hover {
                        color: #ff7a41;
                    }


/*
Home Slides Banner Area CSS
======================================================*/
.banner-slider.owl-carousel.owl-theme {
    position: relative;
}

    .banner-slider.owl-carousel.owl-theme .owl-nav {
        margin-top: 0;
    }

        .banner-slider.owl-carousel.owl-theme .owl-nav [class*=owl-] {
            color: #ff7a41;
            font-size: 24px;
            background-color: rgba(255, 122, 65, 0.1);
            width: 60px;
            height: 60px;
            line-height: 65px;
            text-align: center;
            display: inline-block;
            border-radius: 50%;
            position: absolute;
            left: 40px;
            top: 50%;
            transform: translateY(-50%);
            transition: all ease 0.5s;
        }

            .banner-slider.owl-carousel.owl-theme .owl-nav [class*=owl-].owl-next {
                right: 40px;
                left: auto;
            }

            .banner-slider.owl-carousel.owl-theme .owl-nav [class*=owl-]:hover {
                background-color: #ff7a41;
                color: #ffffff;
            }

.second-banner-slider.owl-carousel.owl-theme {
    position: relative;
}

    .second-banner-slider.owl-carousel.owl-theme .owl-nav {
        margin-top: 0;
    }

        .second-banner-slider.owl-carousel.owl-theme .owl-nav [class*=owl-] {
            color: #ff7a41;
            font-size: 40px;
            background-color: rgba(255, 122, 65, 0.19);
            width: 60px;
            height: 60px;
            line-height: 65px;
            text-align: center;
            display: inline-block;
            border-radius: 50%;
            position: absolute;
            left: 40px;
            top: 50%;
            transform: translateY(-50%);
            transition: all ease 0.5s;
        }

            .second-banner-slider.owl-carousel.owl-theme .owl-nav [class*=owl-].owl-next {
                right: 40px;
                left: auto;
            }

            .second-banner-slider.owl-carousel.owl-theme .owl-nav [class*=owl-]:hover {
                background-color: #ff7a41;
                color: #ffffff;
            }

.home-slides.owl-carousel.owl-theme {
    position: relative;
}

    .home-slides.owl-carousel.owl-theme .owl-nav {
        margin-top: 0;
        opacity: 0;
        visibility: hidden;
        transition: all ease 0.5s;
    }

        .home-slides.owl-carousel.owl-theme .owl-nav [class*=owl-] {
            margin: 0;
            position: absolute;
            top: 50%;
            left: 25px;
            width: 50px;
            height: 50px;
            line-height: 56px;
            text-align: center;
            background-color: #ffffff;
            color: #000f5c;
            transform: translateY(-50%);
            transition: all ease 0.5s;
            font-size: 40px;
            border-radius: 0;
            overflow: hidden;
        }

            .home-slides.owl-carousel.owl-theme .owl-nav [class*=owl-].owl-next {
                left: auto;
                right: 25px;
            }

            .home-slides.owl-carousel.owl-theme .owl-nav [class*=owl-]:hover {
                background-color: #000f5c;
                color: #ffffff;
            }

    .home-slides.owl-carousel.owl-theme:hover .owl-nav {
        opacity: 1;
        visibility: visible;
    }

.home-slides .banner-area {
    position: relative;
    padding-top: 150px;
    padding-bottom: 100px;
    background-image: none;
    height: 100%;
}
.home-slides .banner-area .banner-content p{
    font-size: 24px;
}

    .home-slides .banner-area .banner-content h1 {
        color: #ffffff;
    }

        .home-slides .banner-area .banner-content h1 span {
            display: block;
            font-size: 60px;
            line-height: 80px;
            color: #fecc00;
            font-weight: 900;
        }

    .home-slides .banner-area.bg-1 {
        background-image: url("../images/banner.jpg");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }

.banner-area .container-fluid {
    max-width: 1630px;
}

.banner-content {
    margin-top: 50px;
}

    .banner-content .sub-title {
        position: relative;
        padding-left: 90px;
        font-size: 15px;
        color: #0066ff;
    }

        .banner-content .sub-title .hero-shape-2 {
            position: absolute;
            top: 0;
            left: 0;
            width: 74px;
            height: 18px;
        }

    .banner-content h1 {
        font-size: 38px;
        margin-top: 5px;
        margin-bottom: 20px;
    }

    .banner-content h2 {
        font-size: 28px;
        margin-top: 5px;
        color: #FFF;
        margin-bottom: 20px;
    }

    .banner-content p {
        margin-bottom: 20px;
    }



/*
Footer Area CSS
======================================================*/
.footer-area {
    background-image: url("../images/shape/footer-shape-1.html");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}

.footer-in {
    position: relative;
    padding-right: 50px;
    text-align: center;
    padding-bottom: 40px;
}

    .footer-in ul {
        margin-bottom: 0;
        list-style-type: none;
    }

        .footer-in ul li {
            display: inline-block;
            margin-right: 10px;
        }

            .footer-in ul li:last-child {
                margin-right: 0;
            }

            .footer-in ul li i {
                display: inline-block;
                color: #0e385e;
                background-color: #ffcc01;
                font-size: 18px;
                width: 50px;
                height: 50px;
                line-height: 54px;
                border-radius: 50%;
                text-align: center;
                transition: all ease 0.5s;
            }

                .footer-in ul li i:hover {
                    background-color: #0e385e;
                    color: #ffffff;
                }


/*
Copy Area CSS
======================================================*/
.copy-area {
    padding-top: 26px;
    padding-bottom: 26px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

    .copy-area .first-side p {
        color: #ffffff;
    }

        .copy-area .first-side p span {
            font-weight: 600;
            color: #ff7a41;
        }

        .copy-area .first-side p a {
            font-weight: 600;
            color: #ff7a41;
        }

    .copy-area .second-side {
        text-align: end;
    }

        .copy-area .second-side ul {
            padding-left: 0;
            margin-bottom: 0;
            list-style-type: none;
        }

            .copy-area .second-side ul li {
                display: inline-block;
                padding-left: 30px;
            }

                .copy-area .second-side ul li a {
                    color: #ffffff;
                }

                    .copy-area .second-side ul li a:hover {
                        color: #fecb01;
                    }

                .copy-area .second-side ul li:first-child {
                    padding-left: 0;
                }




/*
Go Top CSS
=======================================================*/
.go-top {
    position: fixed;
    cursor: pointer;
    top: 50%;
    padding-top: 3px;
    font-size: 25px;
    right: 15px;
    background-color: #fecc00;
    z-index: 4;
    width: 40px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.5s;
    color: #ffffff;
}

    .go-top.active {
        top: 98%;
        transform: translateY(-98%);
        opacity: 1;
        visibility: visible;
    }

    .go-top::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        z-index: -1;
        background-color: #073359;
        opacity: 0;
        visibility: hidden;
        transition: all ease 0.5s;
    }

    .go-top:hover::before {
        opacity: 1;
        visibility: visible;
    }

/*
Preloader CSS
=======================================================*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999999;
    background-color: #0e385e;
}

    #preloader #loader {
        display: block;
        position: relative;
        left: 50%;
        top: 50%;
        width: 150px;
        height: 150px;
        margin: -75px 0 0 -75px;
        border-radius: 50%;
        border: 4px solid transparent;
        border-top-color: #ffc713;
        animation: spin 2s linear infinite;
    }

        #preloader #loader::before {
            content: "";
            position: absolute;
            top: 5px;
            left: 5px;
            right: 5px;
            bottom: 5px;
            border-radius: 50%;
            border: 4px solid transparent;
            border-top-color: #ffffff;
            animation: spin 3s linear infinite;
        }

        #preloader #loader::after {
            content: "";
            position: absolute;
            top: 15px;
            left: 15px;
            right: 15px;
            bottom: 15px;
            border-radius: 50%;
            border: 4px solid transparent;
            border-top-color: #ffc713;
            animation: spin 1.5s linear infinite;
        }

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/*
Others Area CSS
=======================================================*/
.rotate {
    animation: rotation 20s infinite linear;
}

.FocuS {
    animation: FocuS 1s linear 1s infinite;
}

.animationFramesTwo {
    animation: animationFramesTwo 15000ms infinite ease-in-out;
}

.bounce {
    animation: float 1500ms infinite ease-in-out;
}

.moveHorizontal {
    animation: moveHorizontal 3000ms infinite ease-in-out;
}

.moveHorizontal_reverse {
    animation: moveHorizontal_reverse 3000ms infinite ease-in-out;
}

.moveVertical {
    animation: moveVertical 3000ms infinite ease-in-out;
}

@keyframes waving_left {
    0% {
        -webkit-transform: rotate(0deg);
    }

    25% {
        -webkit-transform: rotate(3deg);
    }

    50% {
        -webkit-transform: rotate(6deg);
    }

    75% {
        -webkit-transform: rotate(-3deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
    }
}

@keyframes waving_right {
    0% {
        -webkit-transform: rotate(0deg);
    }

    25% {
        -webkit-transform: rotate(-3deg);
    }

    50% {
        -webkit-transform: rotate(-6deg);
    }

    75% {
        -webkit-transform: rotate(-3deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
    }
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-5px);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}

@keyframes animationFramesTwo {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
    }

    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg);
    }

    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg);
    }

    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg);
    }

    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg);
    }

    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
    }
}

@keyframes moveHorizontal {
    0% {
        transform: translateX(0px);
    }

    50% {
        transform: translateX(-20px);
    }

    100% {
        transform: translateX(0px);
    }
}

@keyframes moveHorizontal_reverse {
    0% {
        transform: translateX(0px);
    }

    50% {
        transform: translateX(20px);
    }

    100% {
        transform: translateX(0px);
    }
}

@keyframes moveVertical {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes FocuS {
    0% {
        opacity: 0;
    }

    75% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes ripple {
    0% {
        transform: scale(1);
    }

    75% {
        transform: scale(1.75);
        opacity: 0.6;
    }

    100% {
        transform: scale(2);
        opacity: 0;
    }
}

@keyframes pop {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.1, 1.1);
    }

    100% {
        transform: scale(1, 1);
    }
}

@keyframes rotate-vertical {
    0% {
        transform: rotateY(0deg);
    }

    100% {
        transform: rotateY(360deg);
    }
}

@keyframes full-circle {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}
/*# sourceMappingURL=style.css.map */


.about-area {
    position: relative;
    z-index: 1;
}

.about-list {
    background-color: #ffffff;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.07);
    padding: 30px 30px;
    padding-bottom: 0;
    border-radius: 5px;
    margin-bottom: 30px;
    transition: all ease 0.5s;
    height: 100%;
}

    .about-list h2 {
        font-size: 26px;
        line-height: 32px;
        color: #000f5c;
    }

    .about-list p {
        font-size: 20px;
        line-height: 26px;
        color: #000;
        font-weight: 300;
    }

.about_block {
    background: url(../images/about-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-top: 5%;
    border-radius: 20px;
}

.about_block_content {
    padding: 70px;
}

    .about_block_content h1 {
        font-size: 32px;
        line-height: 38px;
        color: #fff;
        margin-bottom: 20px;
        font-weight: 600;
    }

    .about_block_content p {
        font-size: 22px;
        line-height: 28px;
        color: #fff;
        font-weight: 300;
    }

        .about_block_content p strong {
            font-weight: 700;
        }



ul.about_list {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

    ul.about_list li {
        color: #000;
        background: url(../images/list.png) 0 7px no-repeat;
        padding-left: 20px;
        font-size: 20px;
        line-height: 26px;
        font-weight: 300;
        margin-bottom: 5px;
    }

        ul.about_list li strong {
            font-weight: 600;
        }

.vision-mission-area {
    position: relative;
    z-index: 1;
}

    .vision-mission-area::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: -1px;
        width: 100%;
        height: 435px;
        background-color: #ffffff;
        z-index: -1;
    }

.vision-mission .check-image {
    position: relative;
}

.vision-mission-area .vision-shape-1 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: -2;
}

.accordion-details {
    margin-right: 30px;
}

.faq-content {
    padding-right: 10px;
    margin-bottom: 50px;
}

.accordion-content .accordion-item {
    margin-bottom: 20px;
    border-radius: 0;
    border: none;
    border: 1px solid #eeeeee;
    border-radius: 20px;
}

    .accordion-content .accordion-item:last-child {
        margin-bottom: 0;
    }

    .accordion-content .accordion-item .accordion-body {
        background: #ffffff;
        padding: 0 45px 25px 35px;
    }

        .accordion-content .accordion-item .accordion-body p {
            font-size: 20px;
            line-height: 26px;
            color: #000;
            font-weight: 300;
            text-align: left;
        }

            .accordion-content .accordion-item .accordion-body p strong {
                font-weight: 600;
            }

.accordion-content .accordion-button {
    border: none;
    font-weight: 600;
    font-size: 26px;
    padding: 20px 30px;
    border-radius: 20px;
    color: #000f5c;
    box-shadow: unset !important;
}

    .accordion-content .accordion-button span {
        display: inline-block;
        color: #ff7a41;
        margin-right: 10px;
    }

    .accordion-content .accordion-button::before {
        right: 15px;
        top: 50%;
        content: "\ebc0";
        font-size: 20px;
        position: absolute;
        transform: translateY(-50%);
        font-family: boxicons;
    }

    .accordion-content .accordion-button::after {
        display: none;
    }

    .accordion-content .accordion-button:not(.collapsed) {
        background-color: #ffffff;
    }

        .accordion-content .accordion-button:not(.collapsed)::before {
            content: "\eb8b";
        }

.vision-box {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #cbd8ed;
    border-radius: 10px;
    padding: 25px;
    transition: all ease 0.5s;
    height: 100%;
}

    .vision-box i {
        position: absolute;
        font-size: 40px;
        color: #ffffff;
        background: linear-gradient(233.07deg, rgba(0, 102, 255, 0.8) 12.37%, rgba(0, 18, 97, 0.8) 84.29%);
        width: 80px;
        height: 80px;
        line-height: 70px;
        border-radius: 50%;
        text-align: center;
    }

    .vision-box .vision-info {
        padding-left: 100px;
    }

        .vision-box .vision-info h4 {
            font-size: 22px;
            margin-bottom: 15px;
        }

        .vision-box .vision-info p {
            margin-bottom: 15px;
        }

    .vision-box:hover {
        border: 1px solid #0066ff;
        border-radius: 10px;
    }



.acai {
    background: #FFF;
    position: relative;
}

    .acai p {
        font-size: 20px;
        line-height: 26px;
        color: #000;
        font-weight: 200;
        text-align: center;
    }

        .acai p strong {
            font-weight: bold;
        }

.acai_list {
    background-color: #ffffff;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.07);
    padding: 30px 30px;
    border-radius: 5px;
    transition: all ease 0.5s;
    height: 100%;
    border-radius: 20px;
}

    .acai_list h2 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 10px;
        transition: all 0.3s linear;
        transition-delay: 0s;
        transition-delay: 0s;
        transition-delay: 0.1s;
        color: #000f5c;
    }

    .acai_list p {
        font-size: 20px;
        line-height: 26px;
        color: #000;
        font-weight: 200;
        text-align: left;
    }

        .acai_list p strong {
            font-weight: 500;
        }


.ai-advantage {
    position: relative;
    background: url(../images/advantage-bg.png) center/cover no-repeat fixed #0f2e4d;
}

.advantage-card {
    border-radius: 10px;
    box-shadow: 0px 9px 54px 0px rgba(32, 32, 32, 0.1);
    padding: 25px;
    position: relative;
    overflow: hidden;
    border: solid 1px #f8c301;
    height: 100%;
    background-color: #ffffff;
}

    .advantage-card:before {
        content: "";
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background-color: #1f12fd;
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
        transition: all 0.3s linear;
        z-index: -1;
    }

    .advantage-card:hover:before {
        opacity: 1;
        width: 100%;
        height: 100%;
        border-radius: 0;
    }

.advantage-card-thumb {
    margin-bottom: 15px;
}

    .advantage-card-thumb img {
        border-radius: 10px;
    }

.advantage-card-body h3 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 15px;
    transition: all 0.3s linear;
    transition-delay: 0.1s;
    color: #fff;
}

.advantage-card-body p {
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    transition: all 0.3s linear;
    transition-delay: 0.1s;
    color: #000000;
}




.real-world-area {
    background: url(../images/impact-bg.png) no-repeat right #F6F5FF;
    position: relative;
}

    .real-world-area p {
        font-size: 20px;
        line-height: 26px;
        color: #000;
        font-weight: 200;
        text-align: center;
    }

        .real-world-area p strong {
            font-weight: bold;
        }

.real-world-block {
    padding: 15px;
    width: 100%;
    margin-top: 0
}

.owl-real-world .owl-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 3% !important;
}

.owl-real-world .owl-dot {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    border: 1px solid #fecc00 !important;
    background-color: #fff !important
}

    .owl-real-world .owl-dot.active {
        background-color: #fecc00 !important
    }

.real-world-content {
    padding: 20px;
    background: #FFF;
    text-align: center;
    height: 100%;
    transition-duration: 0.3s;
}

    .real-world-content h1 {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 15px;
        transition: all 0.3s linear;
        transition-delay: 0s;
        transition-delay: 0.1s;
        color: #000f5c;
    }

    .real-world-content p {
        font-size: 18px;
        line-height: 22px;
        color: #000;
        font-weight: 300;
        text-align: center;
    }

    .real-world-content .image {
        box-shadow: 0px 9px 54px 0px rgba(32, 32, 32, 0.1);
        background-color: #f1faff;
        border-radius: 10px;
        margin-bottom: 20px;
        transition: all ease 0.5s;
    }

    .real-world-content img {
        border-radius: 10px;
    }

    .real-world-content:hover {
        transform: scale(1.08);
    }


.infrastructure-area {
    background: url(../images/infrastructure-bg.png) no-repeat right #FFF;
}

    .infrastructure-area p {
        font-size: 24px;
        line-height: 30px;
        color: #000;
        font-weight: 300;
        text-align: center;
    }

    .infrastructure-area img {
        margin: 15px 0 15px 0px;
    }

.infrastructure_list {
    box-shadow: 0px 9px 54px 0px rgba(32, 32, 32, 0.1);
    padding: 10px;
    height: 100%;
    transition-duration: 0.3s;
}

    .infrastructure_list h2 {
        font-size: 17px;
        color: #000f5c;
        margin-top: 10px;
    }

    .infrastructure_list img {
        border-radius: 10px;
    }

    .infrastructure_list:hover {
        transform: scale(1.08);
    }

.border-radius {
    border-radius: 20px;
}

.student-innovation-area {
    background-color: #eef7fc;
    position: relative;
}

    .student-innovation-area p {
        font-size: 20px;
        line-height: 26px;
        color: #000;
        font-weight: 200;
        text-align: left;
    }

.innovation-block {
    padding: 15px;
    width: 100%;
    margin-top: 0
}

.owl-innovation .owl-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 3% !important;
}

.owl-innovation .owl-dot {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    border: 1px solid #fecc00 !important;
    background-color: #fff !important
}

    .owl-innovation .owl-dot.active {
        background-color: #fecc00 !important
    }

.innovation-content {
    min-height: 500px;
    padding: 20px;
    background: #FFF;
    text-align: center;
    transition-duration: 0.3s;
}

    .innovation-content h1 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 5px;
        transition: all 0.3s linear;
        transition-delay: 0s;
        transition-delay: 0.1s;
        color: #000f5c;
    }

    .innovation-content p {
        font-size: 20px;
        line-height: 26px;
        color: #000;
        font-weight: 300;
        text-align: center !important;
    }

    .innovation-content .image {
    }

    .innovation-content img {
        border-radius: 10px;
        width: 200px !important;
        height: 200px !important;
        border-radius: 50%;
        margin: auto;
        border: solid 10px #f9eadb;
        margin-bottom: 10px;
    }

.real-world-content:hover {
    transform: scale(1.08);
}

.page-banner-area {
    background: url(../images/inside-banner.jpg) no-repeat center;
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
}

    .page-banner-area .banner-content h2 {
        font-size: 64px;
        color: #fff;
        text-align: center;
    }

    .page-banner-area .banner-content h3 {
        font-size: 50px;
        color: #fff;
    }

.common_wide {
}

    .common_wide h2 {
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 5px;
        color: #000;
    }

    .common_wide p {
        font-size: 20px;
        line-height: 26px;
        color: #000;
        text-align: center;
    }

.leadership {
}

.leadership_content {
    position: relative;
    padding: 90px;
    padding-top: 60px;
    padding-bottom: 60px;
    border-radius: 20px;
    box-shadow: 0 50px 100px 0 rgb(0 0 0 / 20%);
    text-align: center;
}

    .leadership_content h2 {
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 5px;
        color: #000;
    }

    .leadership_content h3 {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 0px;
        color: #000;
        font-weight: 500;
    }

    .leadership_content p {
        font-size: 20px;
        line-height: 26px;
        color: #000;
        font-weight: 300;
        text-align: center;
    }

        .leadership_content p strong {
            font-weight: 500;
        }

    .leadership_content img {
        width: 280px;
        height: 280px;
        border-radius: 50%;
        margin: auto;
        margin-bottom: 3%;
        border: solid 16px #f9eadb;
    }

    .leadership_content hr {
        margin: 30px 0 30px 0px;
    }

    .leadership_content .shape-1 {
        background: url(../images/leadership-left.jpg) no-repeat;
        position: absolute;
        width: 209px;
        height: 303px;
        left: -1px;
        top: 0px;
        z-index: -9;
        border-radius: 20px;
    }

    .leadership_content .shape-2 {
        background: url(../images/leadership-right.jpg) no-repeat;
        position: absolute;
        width: 209px;
        height: 303px;
        right: -1px;
        top: 0px;
        z-index: -9;
        border-radius: 20px;
    }

.program_list {
    background: #FFF;
    box-shadow: 0 50px 100px 0 rgb(0 0 0 / 20%);
    padding: 40px;
    border-radius: 10px;
    margin-bottom: 20px;
}

    .program_list h2 {
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 5px;
        color: #000;
    }

.common_wide span {
    font-size: 20px;
    line-height: 26px;
    color: #000;
    text-align: center;
}

.program_eligibility_fee {
    background: #FFF;
    border: solid 1px #CCCCCC;
    padding: 20px;
    border-radius: 10px;
}

    .program_eligibility_fee h3 {
        font-size: 20px;
        line-height: 26px;
        color: #000;
        font-weight: 600;
    }

.apply-now {
    margin-top: 0;
}

    .apply-now a {
        border-radius: 40px;
        background-color: #f8c301;
        padding: 10px 30px;
        color: #1a2d62;
        font-size: 22px;
        line-height: 30px;
        border: none;
        font-weight: 600;
        margin-top: 2%;
        width: 100%;
        text-align: center;
        display: inline-block;
    }

        .apply-now a:hover {
            background-color: #1a2d62;
            color: #fff
        }

ul.list {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

    ul.list li {
        color: #000;
        background: url(../images/list.png) 0 6px no-repeat;
        padding-left: 20px;
        font-size: 17px;
        line-height: 24px;
        font-weight: 300;
        margin-bottom: 5px;
    }

        ul.list li strong {
            font-weight: 600;
        }

ul.list2 {
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 1%;
    list-style-type: none;
}

    ul.list2 li {
        color: #000;
        background: url(../images/round-icon.png) 0 9px no-repeat;
        padding-left: 20px;
        font-size: 18px;
        line-height: 24px;
        font-weight: 300;
        margin-bottom: 5px;
    }

        ul.list2 li strong {
            font-weight: 600;
        }


ul.list2_white {
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 1%;
    list-style-type: none;
}

    ul.list2_white li {
        color: #fff;
        background: url(../images/round-white-icon.png) 0 9px no-repeat;
        padding-left: 20px;
        font-size: 20px;
        line-height: 26px;
        font-weight: 300;
        margin-bottom: 5px;
    }

        ul.list2_white li strong {
            color: #ffcb00;
            font-weight: 600;
        }

.faculty_content {
    position: relative;
    padding: 40px;
    padding-top: 60px;
    padding-bottom: 60px;
    border-radius: 20px;
    box-shadow: 0 50px 100px 0 rgb(0 0 0 / 20%);
    margin-bottom: 40px;
}

    .faculty_content h2 {
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 5px;
        color: #000;
    }

    .faculty_content h3 {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 0px;
        color: #000;
        font-weight: 500;
    }

    .faculty_content h4 {
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 5px;
        color: #000;
    }

    .faculty_content p {
        font-size: 20px;
        line-height: 26px;
        color: #000;
        font-weight: 300;
    }

        .faculty_content p strong {
            font-weight: 500;
        }

    .faculty_content img {
        width: 300px;
        border-radius: 50%;
        margin: auto;
        margin-bottom: 3%;
        border: solid 16px #f9eadb;
    }

.faculty_list {
    background: #FFF;
    box-shadow: 0 50px 100px 0 rgb(0 0 0 / 20%);
    padding: 30px;
    border-radius: 10px;
    text-align: left;
    height: 100%;
}

    .faculty_list h2 {
        font-size: 20px;
        line-height: 26px;
        color: #000;
        font-weight: 600;
    }

.application_process {
    background: url(../images/advantage-bg.png) no-repeat center top;
    border-radius: 20px;
    margin-top: 5%;
}

.application_process_content {
    padding: 50px;
}

    .application_process_content h1 {
        font-size: 32px;
        line-height: 38px;
        color: #fff;
        margin-bottom: 20px;
        font-weight: 600;
    }

    .application_process_content p {
        font-size: 22px;
        line-height: 28px;
        color: #fff;
        font-weight: 300;
        text-align: left;
    }

    .application_process_content span {
        font-size: 18px;
        line-height: 26px;
        color: #fff;
        font-weight: 200;
        font-style: italic;
    }

    .application_process_content p a {
        color: #fff;
        text-decoration: underline;
    }

.research_areas_list {
    position: relative;
    overflow: hidden;
    box-shadow: 0 50px 100px 0 rgb(0 0 0 / 20%);
    padding: 30px;
    border-radius: 10px;
    text-align: left;
    height: 100%;
}

    .research_areas_list:before {
        content: "";
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background: rgb(255,255,253);
        background: linear-gradient(90deg, rgba(255,255,253,1) 0%, rgba(226,233,247,1) 100%);
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
        transition: all 0.3s linear;
        z-index: -1;
    }

    .research_areas_list:hover:before {
        opacity: 1;
        width: 100%;
        height: 100%;
        border-radius: 0;
    }

    .research_areas_list h1 {
        font-size: 22px;
        line-height: 30px;
        color: #000f5c;
    }

    .research_areas_list h2 {
        font-size: 20px;
        line-height: 26px;
        color: #000;
        font-weight: 600;
    }

    .research_areas_list h3 {
        font-size: 20px;
        line-height: 26px;
        color: #000f5c;
        font-weight: 600;
    }

    .research_areas_list p {
        font-size: 20px;
        line-height: 26px;
        color: #000;
        text-align: left;
    }

    .research_areas_list a {
        color: #007bff;
    }

    .research_areas_list img {
        margin-bottom: 20px;
        width: auto;
    }

.research_table table td {
    font-size: 18px;
    line-height: 24px;
    color: #000;
    font-weight: 300;
    text-align: left;
    padding: 15px;
}

    .research_table table td strong {
        font-weight: 600;
    }

    .research_table table td p {
        text-align: left;
    }

.research_profile {
    text-align: center;
}

    .research_profile h2 {
        font-size: 20px;
        line-height: 26px;
        color: #000;
        font-weight: 600;
    }

    .research_profile p {
        font-size: 17px;
        line-height: 22px;
        color: #000;
        text-align: center;
        margin-bottom: 7px;
    }

    .research_profile img {
        width: 150px;
        height: 150px;
        border-radius: 50%;
        border: solid 10px #f9eadb;
        margin-bottom: 10px;
    }

.industry_interface_list {
    padding: 20px;
    background: #fff;
    box-shadow: 0 50px 100px 0 rgb(0 0 0 / 20%);
}

    .industry_interface_list table td {
        font-size: 20px;
        line-height: 26px;
        color: #000;
        font-weight: 300;
        text-align: left;
        padding: 15px;
    }

        .industry_interface_list table td strong {
            font-weight: 700;
        }

        .industry_interface_list table td p {
            text-align: left;
        }

.advisory_board {
    text-align: center;
}

    .advisory_board h2 {
        font-size: 20px;
        line-height: 26px;
        color: #000;
        font-weight: 600;
    }

    .advisory_board p {
        font-size: 17px;
        line-height: 22px;
        color: #000;
        font-weight: 300;
        text-align: center !important;
    }

    .advisory_board img {
        width: 200px;
        height: 200px;
        border-radius: 50%;
        border: solid 10px #f9eadb;
        margin-bottom: 10px;
    }

.news_events {
    text-align: center;
}

    .news_events img {
        border: solid 1px #000000;
    }

.page-pagination .pagination {
    justify-content: center;
    margin-top: 50px;
}

    .page-pagination .pagination .page-item {
        margin-right: 20px;
    }

        .page-pagination .pagination .page-item .page-link {
            font-size: 20px;
            font-weight: 500;
            color: #0f395c;
            border: 1px solid #ffcc01;
            width: 60px;
            height: 55px;
            line-height: 42px;
            border-radius: 3px;
            text-align: center;
            transition: all ease 0.5s;
        }

            .page-pagination .pagination .page-item .page-link.active {
                background-color: #ffcc01;
                color: #0f395c;
            }

            .page-pagination .pagination .page-item .page-link:hover {
                background-color: #0f395c;
                color: #ffcc01;
                border: 1px solid #0f395c;
                border-radius: 3px;
            }

            .page-pagination .pagination .page-item .page-link span {
                position: relative;
                top: 2px;
                color: #ffcc01;
            }

.gallery {
    box-shadow: 0 50px 100px 0 rgb(0 0 0 / 20%);
    height: 100%;
    padding: 15px;
}

    .gallery p {
        font-size: 15px;
        line-height: 20px;
    }

    .gallery img {
        margin-bottom: 10px;
    }

.events_box {
    position: relative;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 50px 100px 0 rgb(0 0 0 / 20%);
}

    .events_box h1 {
        font-size: 24px;
        line-height: 32px;
        color: #000;
    }

    .events_box p {
        font-size: 20px;
        line-height: 26px;
        color: #000;
        font-weight: 300;
        text-align: justify;
    }

        .events_box p strong {
            font-weight: 600;
        }

.events_btn {
    margin-top: 0;
}

    .events_btn a {
        border-radius: 20px;
        background-color: #f8c301;
        padding: 10px 20px;
        color: #1a2d62;
        font-size: 18px;
        line-height: 24px;
        border: none;
        font-weight: 600;
        margin-top: 2%;
        text-align: center;
        display: inline-block;
    }

        .events_btn a:hover {
            background-color: #1a2d62;
            color: #fff
        }

.specifications {
    text-align: center;
}

.infrastructure_specifications {
    position: relative;
    overflow: hidden;
    box-shadow: 0 50px 100px 0 rgb(0 0 0 / 20%);
    padding: 30px;
    border-radius: 10px;
    text-align: left;
    height: 100%;
}

    .infrastructure_specifications h1 {
        font-size: 26px;
        line-height: 32px;
        color: #000f5c;
        border: solid 1px #000f5c;
        padding: 5px 10px;
        margin-bottom: 30px;
    }

    .infrastructure_specifications h2 {
        font-size: 20px;
        line-height: 26px;
        color: #000;
        font-weight: 600;
    }

    .infrastructure_specifications h3 {
        font-size: 20px;
        line-height: 26px;
        color: #000f5c;
        font-weight: 600;
    }

    .infrastructure_specifications p {
        font-size: 20px;
        line-height: 26px;
        color: #000;
        font-weight: 300;
        text-align: left;
    }

.student-activities {
}

    .student-activities h1 {
        font-size: 40px;
        line-height: 50px;
        color: #000f5c;
        font-weight: 700;
        margin-bottom: 20px;
    }

    .student-activities h2 {
        font-size: 28px;
        line-height: 36px;
        color: #000;
        font-weight: 600;
        margin-top: 30px;
    }

    .student-activities p {
        font-size: 20px;
        line-height: 26px;
        color: #000;
        font-weight: 300;
        text-align: justify;
    }

        .student-activities p strong {
            font-size: 22px;
            color: #000f5c;
            font-weight: 700;
        }

.student_activities_box {
    position: relative;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 50px 100px 0 rgb(0 0 0 / 20%);
    height: 100%;
}

    .student_activities_box h3 {
        font-size: 22px;
        line-height: 30px;
        color: #000;
        font-weight: 300;
        margin-bottom: 0;
    }

        .student_activities_box h3 strong {
            font-weight: 700;
        }
