/********** Template CSS **********/
:root {
    --primary: #1b5fff;
    --secondary: #525368;
    --light: #E8F5E9;
    --dark: #0046e5;
}

body {
    color: #0a0d4c;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-family: "Jost",sans-serif;
    font-weight: 700;
    line-height: 1.2;
    color: #010217;
}

.studcard {
    padding-top: 6px;
    text-align: center;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(15px);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
}

.content .detail h2 {
    color: #444;
    font-size: 1.6em;
    font-weight: bolder;
}



.content {
    padding-bottom: 30px;
}

    .content .detail {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center;
    }

        .content .detail h2 {
            color: #444;
            font-size: 18px;
           margin-top: 10px;
        }

            .content .detail h2 span {
                font-size: 0.7em;
                color: #03a9f4;
                font-weight: bold;
            }

        .content .detail h3 {
            font-size:13px;
         
        }

/*
 *  SCROLL BAR
 */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #a8b4c6;
}

::-webkit-scrollbar {
    width: 5px;
    background-color: #a8b4c6;
}

::-webkit-scrollbar-thumb {
    background-color: #14339f;
    border: 2px solid #14339f;
    border-radius: 50px;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

h1, .h1, h2, .h2, .fw-bold {
    font-weight: 700 !important;
    color: #14339f;
}

h3, .h3, h4, .h4, .fw-medium {
    font-weight: 600 !important;
}

h5, .h5, h6, .h6, .fw-semi-bold {
    font-weight: 500 !important;
}

.main-title {
    color: #0050ff;
}

.text-primary {
    color: #568cf1 !important;
}

.btn-primary {
    color: #fff;
    background-color: #14339f;
    border-color: #14339f;
    background: linear-gradient(145deg, #14339f 0%, #568cf1 100%);
}

.bg-dark {
    background: linear-gradient(145deg, #1968aa 0%, #0d2153 100%);
}


ul.Objectives {
    list-style: none;
    font-size: 18px;
    text-align: left;
}


ul.gradient-list > li::before, ul.gradient-list > li {
    box-shadow: 0.25rem 0.25rem 0.6rem rgba(0, 0, 0, 0.05), 0 0.5rem 1.125rem rgba(75, 0, 0, 0.05);
}




ul.gradient-list {
    counter-reset: gradient-counter;
    list-style: none;
    margin: 1.75rem 0;
    padding-left: 1rem;
}

    ul.gradient-list > li {
        background: white;
        border-radius: 0 0.5rem 0.5rem 0.5rem;
        counter-increment: gradient-counter;
        margin-top: 1rem;
        min-height: 3rem;
        padding: 1rem 1rem 1rem 3rem;
        position: relative;
    }

        ul.gradient-list > li::before, ul.gradient-list > li::after {
            background: linear-gradient(135deg, #83e4e2 0%, #a2ed56 100%);
            border-radius: 1rem 1rem 0 1rem;
            content: "";
            height: 3rem;
            left: -1rem;
            overflow: hidden;
            position: absolute;
            top: -1rem;
            width: 3rem;
        }

        ul.gradient-list > li::before {
            align-items: flex-end;
            content: '\2713';
            color: #266cff;
            display: flex;
            font: 900 1.5em/1 "Montserrat";
            justify-content: flex-end;
            padding: 0.125em 0.25em;
            z-index: 1;
        }

        ul.gradient-list > li:nth-child(10n+1):before {
            background: linear-gradient(135deg, rgba(162, 237, 86, 0.2) 0%, rgba(253, 220, 50, 0.2) 100%);
        }

        ul.gradient-list > li:nth-child(10n+2):before {
            background: linear-gradient(135deg, rgba(162, 237, 86, 0.4) 0%, rgba(253, 220, 50, 0.4) 100%);
        }

        ul.gradient-list > li:nth-child(10n+3):before {
            background: linear-gradient(135deg, rgba(162, 237, 86, 0.6) 0%, rgba(253, 220, 50, 0.6) 100%);
        }

        ul.gradient-list > li:nth-child(10n+4):before {
            background: linear-gradient(135deg, rgba(162, 237, 86, 0.8) 0%, rgba(253, 220, 50, 0.8) 100%);
        }

        ul.gradient-list > li:nth-child(10n+5):before {
            background: linear-gradient(135deg, #a2ed56 0%, #fddc32 100%);
        }

        ul.gradient-list > li:nth-child(10n+6):before {
            background: linear-gradient(135deg, rgba(162, 237, 86, 0.8) 0%, rgba(253, 220, 50, 0.8) 100%);
        }

        ul.gradient-list > li:nth-child(10n+7):before {
            background: linear-gradient(135deg, rgba(162, 237, 86, 0.6) 0%, rgba(253, 220, 50, 0.6) 100%);
        }

        ul.gradient-list > li:nth-child(10n+8):before {
            background: linear-gradient(135deg, rgba(162, 237, 86, 0.4) 0%, rgba(253, 220, 50, 0.4) 100%);
        }

        ul.gradient-list > li:nth-child(10n+9):before {
            background: linear-gradient(135deg, rgba(162, 237, 86, 0.2) 0%, rgba(253, 220, 50, 0.2) 100%);
        }

        ul.gradient-list > li:nth-child(10n+10):before {
            background: linear-gradient(135deg, rgba(162, 237, 86, 0) 0%, rgba(253, 220, 50, 0) 100%);
        }

        ul.gradient-list > li + li {
            margin-top: 2rem;
        }

ul.actv {
    list-style: none;
}
/*** Table**/

.table {
    border: 1px solid #e0e0ef;
}

    .table th {
        padding-top: 12px;
        padding-bottom: 12px;
        text-align: left;
        background-color: #1968aa;
        color: white;
    }

#documenttable tr:nth-child(even) {
    background-color: #f2f2f2;
}

#documenttable tr:hover {
    background-color: #ddd;
}

#documenttable th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #1968aa;
    color: white;
}
/*** STYLE ***/
*,
*:before,
*:after {
    box-sizing: border-box;
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

    #spinner.show {
        transition: opacity .5s ease-out, visibility 0s linear 0s;
        visibility: visible;
        opacity: 1;
    }


/*** Button ***/
.btn {
    transition: .5s;
    font-weight: 500;
}

.btn-primary, .btn-outline-primary:hover {
    color: var(--light);
    border-radius: 16px;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square, .btn-sm-square, .btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}



/**** Social Media Top****/


.social {
    z-index: 99;
    position: fixed;
    top: 55%;
    width: 10px;
}

    .social ul {
        padding: 0px;
        transform: translate(-270px, 0);
    }

        .social ul li {
            display: block;
            margin: 5px;
            background-color: #d5cfcf;
            width: 300px;
            text-align: right;
            padding: 10px;
            border-radius: 0 30px 30px 0;
            transition: all 1s;
        }

            .social ul li:hover {
                transform: translate(110px, 0);
                background: rgba(255, 255, 255, 0.4);
            }

                .social ul li:hover a {
                    color: #000;
                }

                .social ul li:hover i {
                    color: #fff;
                    transform: rotate(360deg);
                    transition: all 1s;
                }

            .social ul li i {
                margin-left: 10px;
                color: #fff;
                padding: 0px;
                border-radius: 50%;
                width: 20px;
                height: 20px;
                font-size: 20px;
                transform: rotate(0deg);
            }

/*** Navbar ***/

.topbar {
    background-color: #0046e5;
    background: linear-gradient(145deg, #1968aa 0%, #0d2153 100%);
}

.navbar.sticky-top {
    top: -100px;
    transition: .5s;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #faf9f6), color-stop(2, #f5dca6));
    background-image: -webkit-linear-gradient(top, #faf9f6 0%, #f5dca6 400%);
    background-image: linear-gradient(to bottom, #faf9f6 0%, #f5dca6 400%);
}

.navbar .navbar-brand, .navbar a.btn {
    height: 80px;
}

.navbar .navbar-nav .nav-link {
    margin-right: 35px;
    padding: 25px 0;
    color: #6397ff;
    font-size: 18px;
    font-weight: 500;
    outline: none;
}

    .navbar .navbar-nav .nav-link:hover, .navbar .navbar-nav .nav-link.active {
        color: var(--primary);
    }

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}
/*** Flash ***/
marquee.news-scroll {
    color: White;
    padding: 8px;
    background: linear-gradient(145deg, #1968aa 0%, #0d2153 100%);
    /*position: absolute;
 margin-top: -15px;

*/
}
/*** Header ***/

/*** Service ****/
.serviceItem {
    padding: 10px;
}

.service-text {
    padding: 23px;
}

.service-item .service-text .btn-square {
    width: 100px;
    height: 100px;
    background: transparent;
    transition: .5s;
}

.service-item:hover .service-text .btn-square {
    background: var(--light);
}

.service-item .service-text .btn {
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    color: var(--dark);
    background: var(--light);
    white-space: nowrap;
    overflow: hidden;
    transition: .3s;
}

.service-item:hover .service-text .btn {
    width: 112px;
}

/******/
.zoombg {
    animation: 30s ease 0s normal none infinite running zoomin;
    -webkit-animation: 30s ease 0s normal none infinite running zoomin;
    -o-animation: 30s ease 0s normal none infinite running zoomin;
    -moz--o-animation: 30s ease 0s normal none infinite running zoomin;
}

@keyframes zoomin {
    0% {
        transform: scale(1, 1)
    }

    50% {
        transform: scale(1.2, 1.2)
    }

    100% {
        transform: scale(1.3,1.3)
    }
}

.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: rgba(15, 66, 41, .6);
    z-index: 1;
}

.carousel-control-prev, .carousel-control-next {
    width: 15%;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    width: 48px;
    height: 48px;
    border-radius: 48px;
    background-color: var(--primary);
    border: 10px solid var(--primary);
}



.page-header {
    background: linear-gradient(rgba(15, 66, 41, .6), rgba(15, 66, 41, .6)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

    .page-header .breadcrumb-item + .breadcrumb-item::before {
        color: var(--light);
    }

    .page-header .breadcrumb-item, .page-header .breadcrumb-item a {
        font-size: 18px;
        color: var(--light);
    }


/*** Top Feature ***/
@media (min-width: 991.98px) {
    .top-feature {
        position: relative;
        margin-top: -80px;
        z-index: 1;
    }
}

.Readbtn {
    background: #0086b3;
    border: none;
    color: white;
    font-size: 20px;
}

p.newsdate {
    color: #d71111;
    font-style: italic;
    text-align: right;
}
/*** Facts & Quote ***/

.bg-light {
    background-color: #f5efe2 !important;
}


.ftrlogo {
    background: white;
    padding: 8px;
    border-radius: 3px;
}
/*** Activities***/

.morebtn {
    position: relative;
    width: 60px;
    height: 60px;
    display: block;
    text-align: center;
    margin-bottom: -60px;
    border-radius: 50%;
    padding: 6px;
    box-sizing: border-box;
    text-decoration: none;
    box-shadow: 0 10px 15px rgb(0 0 0 / 30%);
    background: linear-gradient(0deg, #ddd, #fff);
    transition: .5s;
}

.more-arrow {
    width: 100%;
    height: 100%;
    display: block;
    background: linear-gradient(0deg, #fff, #ddd);
    border-radius: 50%;
    line-height: calc(60px - 12px);
    font-size: 24px;
    color: #262626;
    transition: .5s;
    padding-top: 10px;
}

.service-item {
    margin-bottom: 30px;
}

/*** Category ***/
.cat-item div {
    background: #FFFFFF;
    transition: .5s;
}

    /*.cat-item:hover div {
    background: var(--primary);
    border-color: transparent;
}*/

    .cat-item div * {
        transition: .5s;
    }

/*.cat-item:hover div * {
    color: #FFFFFF !important;
}*/

/*** Footer ***/
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: var(--light);
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

    .footer .btn.btn-link::before {
        position: relative;
        content: "\f105";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        margin-right: 10px;
    }

    .footer .btn.btn-link:hover {
        color: var(--primary);
        letter-spacing: 1px;
        box-shadow: none;
    }

.copyright {
    color: var(--light);
    background: #0f1c47;
}

    .copyright a {
        color: #FFFFFF;
    }

        .copyright a:hover {
            color: var(--primary);
        }

@media only screen and (max-width: 767px) {
    img.banimg {
        min-height: 250px;
    }
}
