
@font-face {
    font-family: "Akhand";
    src: url("../fonts/Akhand.eot");
    src: url("../fonts/Akhand.eot?#iefix") format("embedded-opentype"), url("../fonts/Akhand.woff") format("woff"), url("../fonts/Akhand.ttf") format("truetype"), url("../fonts/Akhand.svg#Akhand") format("svg");
}

:root {
    --white: #fff;
    --black: #000;
    --footer: #1e64b9;
    --banner-bg: #0d529d;
    --primary: #4a83f6;
    --warning: #f0a808;
    --login-btn-bg: var(--primary);
    --register-btn-bg: var(--warning);
    --dark-yellow: #fda609;
    --view-more-btn-bg: #dbe6fc;
    --light-blue: #47a6f6;
    --fade-blue: #6798d3;
    --dip-blue: #1473e6;
    --dip-light-blue: #48b8e8;
    --highereducation: #1e64b9;
    --schoolmasseducation: #159d6b;
    --skilldevelopmenteducation: #dc851e;
    --sportsyouthservices: #b93445;
    --odialanguageliteratureculture: #711c9b;
}

.row {
    --bs-gutter-x: 2rem;
}

body {
    font-size: 1rem;
    font-family: sans-serif;
    line-height: 1.5;
    padding: 0;
    margin: 0;
    position: relative;
    overflow-x: hidden;
    background: #e3e3e3;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Akhand';
}

a {
    text-decoration: none;
    transition: 0.3s;
    cursor: pointer;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.w-40{width: 40px;}
.w-60{width: 60px;}
.w-80{width: 80px;}
.w-100custom{width: 100px;}
.w-120{width: 120px;}
.w-140{width: 140px;}
.w-160{width: 160px;}


/* header */
header {
    padding: 0.5rem 0;
    background: var(--white);
    color: var(--black);
}

.RightTopBox {
    margin-bottom: 0.5rem;
}

    .RightTopBox a {
        color: #777777;
    }

.font-size:after {
    display: none;
}

.nav-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dept-name {
    padding-left: 2rem;
    margin-left: 2rem;
    border-left: 1px solid var(--black);
    font-size: 1.1rem;
    font-weight: bold;
}

    .dept-name small {
        font-size: 80%;
        color: #919191;
        font-weight: normal;
    }

    .dept-name .engLogoTxt {
        margin-top: 0.2rem;
    }

.nav-header .nav-link {
    color: var(--black);
    padding: 0;
    position: relative;
    transition: 0.3s;
}

    .nav-header .nav-link:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 2px;
        transform: scale(0);
        transition: .3s;
        background: #f0a808;
    }



    .nav-header .nav-link:hover::before {
        transform: scale(1);
    }

.nav-header .nav-item {
    padding: 0 0.4rem;
}


    .nav-header .nav-item:not(:last-child) {
        border-right: 1px solid #cfcfcf;
    }

/*.nav-header .nav-link:hover {
    color: var(--footer)
}*/
/* header end */
/* banner */
.banner {
    padding: 3rem 0;
    background-repeat: no-repeat;
    background-size: cover;
}
    .banner h2 {
        margin-bottom: 1.2rem;
        font-size: calc(28px + (40 - 28)*(100vw - 375px) /(1920 - 375));
    }
.usmbannerbg {
    background-image: url(../images/usmbanner.jpg);
}

.factsBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.btnBox .banner-register-btn {
    border: none;
    outline: none;
    padding: 1rem;
    color: var(--white);
    margin-right: 1rem;
    padding: 0.7rem 1.5rem;
    color: var(--white);
    margin-right: 1rem;
    border-radius: 0.25rem;
    position: relative;
    overflow: hidden;
    display: inline-flex;
    margin-bottom: 0.8rem;
    background: #2658bd;
}

    .btnBox .banner-register-btn:nth-child(2) {
        background: #4072d9
    }

    .btnBox .banner-register-btn:nth-child(3) {
        background: #4a7ee9
    }

    .btnBox .banner-register-btn:nth-child(4) {
        background: #6796f7
    }

    .btnBox .banner-register-btn:nth-child(5) {
        background: #6f9af3
    }



.welcomBox p {
    margin: 0.7rem 0 2rem 0;
}

.banner a.banner-register-btn::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #f0f8ff30;
    transform: translateX(-105%);
    transition: .3s;
}

.banner a.banner-register-btn:hover::before {
    transform: translateX(0%);
}



.banner-link {
    color: var(--warning);
    display: inline-block;
}

    .banner-link a {
        text-decoration: underline;
        color: inherit;
    }

    .banner-link:hover a {
        text-decoration: none;
    }

.banner h1 {
    margin-bottom: 1.2rem;
}
/* banner end */
/* card */
.card {
    border-radius: 0.5rem;
    overflow: hidden;
    border: 0;
}

.card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: var(--white);
    padding: 0.9rem 1.5rem;
}

    .card-header span[class*="icon"] {
        color: var(--primary);
        margin-right: 0.8rem;
        font-size: 2rem
    }

.card-body {
    padding: 1rem 1.5rem;
}

.view-more-btn {
    background: var(--view-more-btn-bg);
    color: var(--footer);
    padding: 0.3rem 1rem;
    display: block;
    border-radius: 0.25rem;
    font-size: 0.9rem;
    font-weight: bold;
}

    .view-more-btn:hover {
        background: var(--primary);
        color: var(--white);
        text-decoration: none !important;
    }
/* card end */

.main-container {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 100vh;
}

.inner-content {
    flex: 1 1 auto;
}
.inner-content th{background: #f3f3f3;
    border-bottom-width: 2px;}
.icon-pdf-file.text-danger {
    color: #ff080c !important;
}

.grid-list {
    min-height: 300px;
}

    .grid-list li {
        border-bottom: 1px solid #eee;
        padding: 0.9rem 1.5rem;
        display: flex;
    }
     .grid-list li img{width: 30px;
        margin-left: 0.5rem;}

        .grid-list li a {
            color: inherit;
            font-size: 0.95rem;
            z-index: 1;
        }

            .grid-list li a:hover span {
                text-decoration: underline;
            }

        .grid-list li:last-child {
            border: none;
        }

    .grid-list.keyDatesBox li {
        display: block;
    }

    .grid-list .calendar {
        text-align: center;
        background: #f0f1f1;
        color: var(--primary);
        font-weight: 600;
        font-family: 'Akhand';
        margin-right: 1rem;
        padding: 0.5rem;
        line-height: 1;
        border-radius: 0.15rem;
        align-self: flex-start;
    }

        .grid-list .calendar .year {
            font-size: 1.75rem;
        }

    .grid-list .fa-long-arrow-right {
        color: var(--light-blue);
    }

.mis-report-list li {
    border: none;
    align-items: center;
    padding-bottom: 0.2rem;
    position: relative;
}

.custom-list li {
    position: relative;
    margin-bottom: 0.4rem;
    padding-left: 1.8rem;
}

    .custom-list li:before {
        position: absolute;
        left: 0;
        top: 0rem;
        content: "\f178";
        font-family: 'FontAwesome';
        color: #f0a808;
    }

.facts {
    padding: 4rem 0;
    background: #fafafa;
}

    .facts .card {
        box-shadow: 0px 0px 10px 0px #dbd7d7;
    }

    .facts .text-muted {
        color: #939393 !important
    }

.card-header h3 {
    display: flex;
    align-items: center;
}

.factsheading {
    margin-bottom: 0.2rem;
}

.headingSecBox {
    display: flex;
    justify-content: space-between;
}

.bckbtn {
 
    padding: 0.3rem 0.8rem;
    border-radius: 0.3rem;
    color: #fff;
}

.small-card p {
    font-family: 'Akhand';
    margin: 0.7rem 0;
    line-height: 105%;
    font-size: 1.05rem;
}

.small-card-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.small-card {
    /*background: #0369d5;*/
    padding: 1.3rem 1rem;
    border-radius: 0.25rem;
    text-align: center;
    /* min-height: 130px; */
    flex: 0 0 48%;
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: var(--white);
}

    .small-card .count,
    .small-card span[class*="icon"] {
        font-size: 2rem;
    }

    .small-card .count {
        font-weight: 600;
        line-height: 75%;
    }

    .small-card.light-blue {
        background: var(--light-blue);
    }

    .small-card.fade-blue {
        background: var(--fade-blue);
    }

    .small-card.dip-blue {
        background: var(--dip-blue);
    }

    .small-card.dip-light-blue {
        background: var(--dip-light-blue);
    }

.help-title {
    position: relative;
    padding: 0 1.5rem 0.8rem 1.5rem;
    margin-bottom: 2rem;
}

    .help-title::before {
        content: "";
        position: absolute;
        left: 50%;
        bottom: 0;
        height: 0.15rem;
        width: 80px;
        background: var(--warning);
        transform: translateX(-50%);
    }

.help-card {
    padding: 0.5rem 1rem;
    border-radius: 0.25rem;
    text-align: center;
    display: inline-block;
    color: rgb(255 255 255 / 90%);
    font-size: 1.2rem;
    font-weight: 500;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

    .help-card:hover {
        color: rgb(255 255 255 / 85%);
        box-shadow: 0px 6px 16px 1px #c0c0c0;
    }

    .help-card.faq {
        background: var(--warning);
    }

    .help-card.call {
        background: var(--primary);
    }

    .help-card span[class*="icon"] {
        font-size: 3rem;
        line-height: 1.5;
    }

    .help-card.call .before-img {
        position: absolute;
        left: -32px;
        bottom: -116px;
        opacity: .2;
        font-size: 10rem;
    }

    .help-card.faq .before-img {
        position: absolute;
        right: -28px;
        bottom: -186px;
        opacity: .2;
        font-size: 14rem;
    }

footer {
    background: var(--footer);
    text-align: center;
    padding: 0.9rem 0;
    font-size: 80%;
    color: #92b2d9;
}
.pagination {
    font-size: 90%;
}
.text-muted {
    color: #9b9b9b !important;
}

.need-help {
    padding: 3rem 0;
    background: #fff;
}

.noticeBox a, .keyDatesBox a {
    margin-bottom: 0.25rem;
    display: block;
}

.mis-report-list.grid-list, .keyDatesBox.grid-list {
    padding-top: 0.2rem;
}

.noticeBox .icon-pdf-file {
    font-size: 2.2rem;
    margin-right: 0.8rem;
}

.updatedSoon {
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .updatedSoon p {
        margin-top: -4.2rem;
        margin-bottom: 0;
        font-size: 1.2rem;
        color: #ccc;
        line-height: 100%;
    }

.card a:hover {
    text-decoration: underline;
}

.innercontent {
    padding: 1rem 0;
}

    .innercontent .innerContentBox {
        background: var(--white);
        padding: 1rem 1.5rem;
        border-radius: 0.25rem;
        min-height: 455px;
    }

        .innercontent .innerContentBox h3 {
            font-size: 1.8rem;
            margin-bottom: 1.2rem;
            position: relative;
        }

            .innercontent .innerContentBox h3:before {
                content: '';
                position: absolute;
                width: 50px;
                height: 3px;
                bottom: -0.3rem;
                background: #f0a808;
            }

.innerContentBox .updatedSoon {
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e1e1e1;
    border-radius: 0.25rem;
}

.searchPanel {
    background: #fafafa;
    border: 1px solid #e1e1e1;
    border-radius: 0.3rem;
    margin-bottom: 1.3rem;
    padding: 0.9rem;
}


    .searchPanel .btn {
        padding: 0.375rem 1.25rem;
        height: auto;
    }

    .searchPanel label {
        font-weight: bold;
    }

.card.noticeBoardBox .card-body, .card.keyDates .card-body, .card.misReport .card-body {
    padding: 0.6rem 0 1.2rem 0;
}

    .card.noticeBoardBox .card-body .grid-list li:first-child, .card.keyDates .card-body .grid-list li:first-child, .card.misReport .card-body .grid-list li:first-child {
        padding-top: 0;
    }


.keyDatesBox li {
    position: relative;
    padding-left: 3rem !important;
    line-height: 130%;
    font-size: 95%;
}

    .keyDatesBox li:before {
        content: '';
        position: absolute;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        background: #1473e6;
        top: 1.1rem;
        left: 15px;
    }

    .keyDatesBox li:after {
        content: '';
        position: absolute;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #fff;
        top: 1.25rem;
        left: 1.17rem;
    }

.card.keyDates .card-body .grid-list li:first-child:before {
    top: 3px;
}

.card.keyDates .card-body .grid-list li:first-child:after {
    top: 0.4rem;
}

.dateTimeBox {
    font-weight: bold;
    color: #5083f6;
    margin-bottom: 0.2rem;
}
/*.screen-reader:focus {
    outline: none;
    box-shadow: none;
}*/
.faq .card .card-header {
    padding: 0;
    background: transparent;
    border-radius: 0;
    border: 0;
}

    .faq .card .card-header a {
        display: block;
        width: 100%;
        text-align: left;
        background: var(--odialanguageliteratureculture);
        color:var(--white);
        border-radius: 0;
        transition: 0.3s;
        height: auto;
        position: relative;
        padding: 0.5rem 1rem;
    }

        .faq .card .card-header a i {
            position: absolute;
            right: 1rem;
            top: 0.4rem;
            font-size: 2rem;
            transform: rotate(180deg)
        }
        .faq .card .card-header a.collapsed i {
            transform: rotate(0);
        }
        .faq .card .card-header a.collapsed {
            background: #efefef;
            color: var(--black);
        }
        .faq .card .card-header a:hover {
            text-decoration: none;
            background: var(--odialanguageliteratureculture);
        }
        .faq .card .card-header a.collapsed:hover{
            background:#ccc;
        }

        .faq .card {
            border: 1px solid #e1e1e1;
            margin-bottom: 0.5rem;
            border-radius: 0.2rem;
        }
       .customMenu{justify-content: flex-end;}
       
/* added */
.headerRightBox
{
    display: flex;
    align-items: center;
}
.yuba-logo{
height: 60px;}
.nuo-logo-inner{
    display: none;
}
/* Latest News Scroll Start */

@keyframes ticker {
    0% {
        transform: translate3d(0, 0, 0);
        visibility: visible;
    }

    100% {
        transform: translate3d(-100%, 0, 0);
    }
}

.ticker-wrap {
    width: 100%;
    overflow: hidden;
    padding-left: 100%;
    box-sizing: content-box;
}

    .ticker-wrap .ticker {
        display: inline-block;
        white-space: nowrap;
        padding-right: 100%;
        box-sizing: content-box;
        animation-iteration-count: infinite;
        animation-timing-function: linear;
        animation-name: ticker;
        animation-duration: 40s;
    }

    .ticker-wrap:hover .ticker {
        animation-play-state: paused;
    }

    .ticker-wrap .ticker__item {
        display: inline-block;
        padding: 0 0.5rem;
        color: #d01515;
    }

/* Latest News Scroll Start */
/* added */
    @media (max-width:1366px) {
        .innercontent .innerContentBox {
        min-height: 288px;
    }

    .innerContentBox .updatedSoon {
        height: 175px;
    }

    .facts, .need-help {
        padding: 2rem 0;
    }
    /*
            .facts h3 {
                font-size: 1.3rem;
            }*/

    .updatedSoon p {
        margin-top: -2.9rem;
        font-size: 1.9rem;
    }

    .grid-list li {
        padding: 0.5rem 1rem;
    }

    .banner-link {
        margin-top: 0.8rem;
    }
}
/* 1152 */
@media (max-width:1152px) {
.yuba-logo{
    display: none;
}
.nuo-logo-inner{
    display: block;
    height: 65px;
    margin-bottom: 1rem;
}
}
@media (max-width:768px) {
    .headerRightBox .RightTopBox {
        display: none;
    }



    .dept-name {
        padding-left: 0.9rem;
        margin-left: 0.9rem;
    }

    .logo {
        width: 100%;
    }

    .dept-name {
        padding-left: 0.9rem;
        margin-left: 0.9rem;
        font-size: 1.4rem;
    }

        .dept-name small {
            font-size: 55%;
        }

    .navbar-toggler-icon:before {
        background-image: none;
        content: '\f0c9';
        font-family: 'FontAwesome';
    }

    .navbar-toggler {
        position: absolute;
        right: 0;
        z-index: 9;
    }

    .navbar {
        position: static;
    }

    .navbar-collapse {
        position: absolute;
        right: 0;
        left: 0;
        top: 4.2rem;
        padding: 0;
        background: #565656;
        z-index: 9
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .nav-header .nav-item:not(:last-child) {
        border-right: none;
    }

    .nav-header .nav-link {
        color: var(--white);
        padding: 0.9rem 1.2rem;
        border-bottom: 1px solid #747373;
        font-size: 1.1rem;
    }

        .nav-header .nav-link:hover {
            background: #6c6969;
            color: #fff;
        }

    .usmDepartment .nav-header .nav-link:before {
        display: none;
    }

    .nav-header .nav-link.last {
        border-bottom: 0;
    }

    .nav-header .nav-item {
        padding: 0;
    }

    .banner {
        padding: 2rem 0;
    }

    .welcomBox {
        margin-bottom: 1.5rem;
    }

    .updatedSoon {
        height: 200px;
    }

    .facts .card {
        margin-bottom: 1.5rem;
    }

    .grid-list {
        min-height: 200px;
    }
}

.facts .card.keyDates {
    margin-bottom: 0
}

@media (max-width:576px) {

    .dept-name {
        width: 400px;
        font-size: 1rem;
    }

    .facts, .need-help {
        padding: 1rem 0;
    }

    .help-title {
        margin-bottom: 1rem;
    }

        .help-title::before {
            bottom: 0.8rem
        }

    .help-card.faq {
        margin-bottom: 1rem;
    }

    .banner {
        padding: 1rem 0;
    }

    .updatedSoon p {
        margin-top: -1rem;
        font-size: 1.3rem;
    }

    .mCustomScrollbar {
        height: 250px;
    }

    .factsfigure {
        margin-bottom: 1rem;
    }
}

@media (max-width:425px) {
    .dept-name {
        width: 300px;
        font-size: 0.7rem;
        margin-bottom: 0;
    }

        .dept-name small {
            font-size: 85%;
        }

    .grid-list {
        min-height: 100px;
    }

    .updatedSoon {
        height: 100px;
    }

    .help-card.faq, .help-card {
        width: 100%;
    }

        .help-card.faq {
            margin-bottom: 1rem;
        }

    .navbar-collapse {
        top: 3.8rem;
    }
}

@media (max-width:375px) {
    .dept-name {
        width: 250px;
        font-size: 0.9rem;
        padding-left: 0.5rem;
        margin-left: 0.5rem;
    }

    .logoHeading {
        width: 100px;
    }

    .navbar-collapse {
        top: 4.2rem;
    }
}

@media (max-width:414px) {
}

@media (max-width:375px) {
    .dept-name {
        width: 220px;
        font-size: 0.7rem;
    }
}
