html {
    font-size: 14px;
}


html {
    position: relative;
    min-height: 100%;
}

body {
    background: #f7f7f7;
}

.footer {
    padding-top: 20px;
    width: 100%;
    background: #412205;
}

.small-font {
    font-size: 12px;
}

.medium-font {
    font-size: 14px;
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url(/images/university.jpg) center center no-repeat;
    background-size: cover;
}

.syllabus-item {
    padding: 10px 20px;
    text-decoration: none;
    color: #000;
    border-radius: 2px;
    display: block;
    border: solid 1px #d9d9d9;
    background: #fff;
    padding-left: 40px;
    background: #fff url(/images/pdf_24.png) 10px center no-repeat;
    margin-top: 10px;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.3) !important
}

    .syllabus-item:hover {
        background-color: #ffa;
        font-weight: bold;
        color: maroon;
    }

footer * {
    color: #fff;
}

footer p {
    font-size: 14px;
}

.footer .btn.btn-link {
    text-decoration: none;
    font-size: 14px;
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: var(--bs-light);
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

    .footer .btn.btn-link::before {
        position: relative;
        content: "\F234";
        font-family: "bootstrap-icons";
        font-weight: 900;
        color: var(--bs-warning);
        margin-right: 10px;
    }

    .footer .btn.btn-link:hover {
        color: var(--bs-warning);
        letter-spacing: 1px;
        box-shadow: none;
    }

.footer .copyright {
    background: #311b07;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
}

.read-more-button {
    text-decoration: none;
    text-transform: uppercase;
}

    .read-more-button::after {
        content: "\F285";
        margin: 2px 0 0 3px;
        font-size: .8em;
        font-family: "bootstrap-icons";
    }

    .read-more-button:hover {
        box-shadow: 2px 2px 2px rgba(0, 0, 0, .4);
        background: green !important;
    }

.online-portal-card a {
    text-decoration: none;
}

.online-portal-card div.title {
    font-size: 14px;
    line-height: 14px;
    height: 28px;
}

.online-portal-card:hover {
    background: #ffe7bf;
}

.notice-card marquee {
    height: 350px;
}

.notice-card ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    .notice-card ul li {
        border-bottom: solid 1px silver;
        background: url(/images/right-arrow.png) left 5px no-repeat;
        margin-bottom: 10px;
        padding-left: 21px;
        padding-bottom: 2px;
    }

        .notice-card ul li:last-child {
            border-bottom: none;
            margin-bottom: 0;
        }

        .notice-card ul li div.notice-title {
            font-size: 14px;
            margin-bottom: 5px;
        }

        .notice-card ul li div.notice-date {
            font-size: 14px;
            text-align: right;
            font-size: 10px;
            font-style: italic;
            color: gray;
        }


ul.bulletted-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    ul.bulletted-list li {
        border-bottom: solid 1px silver;
        background: url(/images/right-arrow.png) left 5px no-repeat;
        margin-bottom: 10px;
        padding-left: 21px;
        padding-bottom: 2px;
    }

        ul.bulletted-list li:last-child {
            border-bottom: none;
            margin-bottom: 0;
        }

        ul.bulletted-list li div.notice-title {
            margin-bottom: 5px;
        }

.justify {
    text-align: justify;
}

/*.top-bar {
    background: #000;
    padding: 0;
    margin: 0;
}

    .top-bar .top-link {
        color: #d1d1d1;
        border-right: solid 1px #764e29;
        padding: 0 10px;
        margin: 0;
        text-decoration: none;
        font-size: 12px;
        display: inline-block;
    }

        .top-bar .top-link:last-child {
            border-right: none;
        }

        .top-bar .top-link:hover {
            background: #b08257;
            color: #221200;
        }*/
div.top-bar {
    background: #000;
}

    div.top-bar ul {
        margin: auto;
        margin-top: -5px;
        padding: 0;
        display: table;
        list-style-type: none;
    }

        div.top-bar ul li {
            border-right: solid 1px #764e29;
            padding: 0;
            margin: 0;
            display: table-cell;
        }

            div.top-bar ul li a {
                font-weight: bold;
                color: #d1d1d1;
                padding: 0 10px;
                padding-bottom: 2px;
                margin: 0;
                text-decoration: none;
                font-size: 13px;
            }

            div.top-bar ul li:last-child {
                border-right: none;
            }

            div.top-bar ul li:hover {
                background: #b08257;
                color: #221200;
            }

                div.top-bar ul li:hover a {
                    color: #221200;
                }

.main-header {
    padding: 5px;
    background: linear-gradient(to right, #d6f0fd 0%,#f2f9fe 50%,#d6f0fd 100%);
}

    .main-header .logo {
        height: 85px;
        margin: 0 20px;
    }

    .main-header .name-hindi {
        width: 800px;
        margin-top: 2px;
    }

    .main-header .name-english {
        width: 1000px;
        margin-top: 5px;
    }

    .main-header .name-hindi-small {
        width: 525px;
        margin-top: 8px;
    }

    .main-header .name-english-small {
        width: 625px;
        margin-top: 12px;
    }

    .main-header .login-button {
        padding-left: 25px;
        padding-right: 25px;
    }

        .main-header .login-button span {
            font-size: 30px;
        }

.public-marquee a {
    font-size: 14px;
    color: red;
}

.navbar {
    padding: 0;
}

.public-nav {
    background: #311b07;
}

.nav-link-public {
    color: #fff;
}

.nav-link {
    font-size: 14px;
}

.nav-link-public:disabled {
    color: silver !important;
}

.nav-link-public:hover, .nav-link:focus {
    background: #b08257;
    color: #221200;
}

.dropdown-toggle::after {
    /*content: "\F282";*/
    content: "\F229";
    border: none;
    font-family: "bootstrap-icons";
    vertical-align: middle;
    font-size: 11px;
    margin: -2px 5px 0 1px;
}

.parent-menu-item {
    background: url(/images/menu-right-chevron.png) right center no-repeat;
}

.admin-card {
    margin-top: -30px;
    margin-bottom: 30px;
}

.home-officers img {
    height: 100px;
}

.home-officers .title {
    font-size: 18px;
    font-weight: bold;
    color: #001e7f;
}

.home-officers .description {
    color: #454545;
}

.bullet-heading {
    height: 50px;
    position: relative;
    overflow: hidden
}

    .bullet-heading .icon {
        border: solid 3px #000;
        position: absolute;
        left: 0;
        top: 0;
        height: 50px;
        width: 50px;
        border-radius: 20px 0 20px 0;
        font-size: 25px;
        text-align: center;
        vertical-align: middle;
        background: #fff;
        z-index: 101;
        padding-top: 3px;
    }

    .bullet-heading .title {
        position: absolute;
        left: 30px;
        top: 5px;
        font-size: 20px;
        font-weight: bold;
        height: 40px;
        width: 100%;
        padding-top: 3px;
        padding-left: 25px;
        z-index: 100;
    }

    .bullet-heading .icon-red {
        border-color: rgb(169, 41, 38);
        color: rgb(169, 41, 38);
    }

    .bullet-heading .bg-red {
        background: linear-gradient(to right, rgb(169, 41, 38) 0%,rgba(169, 41, 38, .5) 100%);
        color: #fff;
    }

    .bullet-heading .icon-green {
        border-color: rgb(26, 131, 62);
        color: rgb(26, 131, 62);
    }

    .bullet-heading .bg-green {
        background: linear-gradient(to right, rgb(26, 131, 62) 0%,rgba(26, 131, 62, .5) 100%);
        color: #fff;
    }

    .bullet-heading .icon-blue {
        border-color: rgb(14, 112, 170);
        color: rgb(14, 112, 170);
    }

    .bullet-heading .bg-blue {
        background: linear-gradient(to right, rgb(14, 112, 170) 0%,rgba(14, 112, 170, .5) 100%);
        color: #fff;
    }

    .bullet-heading .icon-orange {
        border-color: rgb(167, 103, 16);
        color: rgb(167, 103, 16);
    }

    .bullet-heading .bg-orange {
        background: linear-gradient(to right, rgb(167, 103, 16) 0%,rgba(167, 103, 16, .5) 100%);
        color: #fff;
    }

    .bullet-heading .icon-black {
        border-color: rgb(0, 0, 0);
        color: rgb(0, 0, 0);
    }

    .bullet-heading .bg-black {
        background: linear-gradient(to right, rgb(0, 0, 0) 0%,rgba(0, 0, 0, .5) 100%);
        color: #fff;
    }

.bullet-detail {
    text-align: justify;
    line-height: 35px;
}

    .bullet-detail table tbody tr:hover td {
        background: #ffffd6 !important;
    }

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}
/* ============ desktop view ============ */
@media all and (min-width: 992px) {

    .dropdown-menu li {
        position: relative;
    }

    .dropdown-menu .submenu {
        display: none;
        position: absolute;
        left: 100%;
        top: -7px;
    }

    .dropdown-menu .submenu-left {
        right: 100%;
        left: auto;
    }

    .dropdown-menu > li:hover {
        background-color: #f1f1f1
    }

        .dropdown-menu > li:hover > .submenu {
            display: block;
        }
}
/* ============ desktop view .end// ============ */
/* ============ small devices ============ */
@media (max-width: 991px) {

    .dropdown-menu .dropdown-menu {
        margin-left: 0.7rem;
        margin-right: 0.7rem;
        margin-bottom: .5rem;
    }

    .main-header {
        padding: 5px;
        background: linear-gradient(to right, #d6f0fd 0%,#f2f9fe 50%,#d6f0fd 100%);
    }

        .main-header .logo {
            height: 45px;
            margin: 0 5px 0 0;
        }

        .main-header .name-hindi-small {
            width: 225px;
            margin-top: 0;
        }

        .main-header .name-english-small {
            width: 265px;
            margin-top: 1px;
        }

        .main-header .login-button {
            padding-left: 5px;
            padding-right: 5px;
            font-size: 8px;
        }

            .main-header .login-button span {
                font-size: 10px;
            }

    .navbar-toggler-icon {
        color: #fff !important;
    }

    .public-marquee a {
        font-size: 12px;
    }

    .home-officers img {
        height: 60px;
    }

    .home-officers .title {
        font-size: 14px;
        font-weight: bold;
        color: #001e7f;
    }

    .home-officers .description {
        font-size: 10px;
        color: #454545;
    }
}
/* ============ small devices .end// ============ */
