
@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.7rem;
    font-weight: bold;
    margin-bottom: 0;
}

    .dept-name small {
        font-size: 65%;
        color: #787878;
        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;
}

.hssbannerbg {
    background-image: url(../images/schoolmasseducationbanner.jpg);
}

.factsBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.8rem;
}

.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,.banner-link a: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,.banner-link a:hover:before {
    transform: translateX(0%);
}

form{margin-bottom:0;}

.banner-link {
   
    display: inline-flex;
   
}
.banner-link a{
    background: #edd427;
    border: none;
    outline: none;
    color: #000;
    padding: 0.6rem 1.5rem;
    margin-right: 1rem;
    border-radius: 0.25rem;
    position: relative;
    overflow: hidden;
    margin-bottom: 0.8rem;
    cursor: pointer;
}
.banner-link  .h5{margin-bottom: 0;}
    .banner-link a {
       
        color: rgb(0, 0, 0);
    }
    .btnBox .banner-register-btn.hpc{display: table;}
    .banner-link:hover a {
        text-decoration: none;
    }

.banner h1 {
    margin-bottom: 1.2rem;
}
/* banner end */
/* card */
.card {
    border-radius: 0.3rem;
    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 */
.impNoticeBox {
    background: #fff;
    padding: 3rem 0;
}

.ntBox {
    display: flex;
    position: relative;
    background: #fcfcfc;
    border: 1px solid #d0d0d0;
    margin: 0.6rem 0;
    padding: 0.5rem 0.5rem 0.5rem 2.5rem;
    border-radius: 0.3rem;
    font-size: 95%;
    align-items: flex-start;
    justify-content: space-between;
}

    .ntBox .fa-long-arrow-right {
        position: absolute;
        left: 1rem;
        top: 0.7rem;
    }

    .ntBox .icon-download-file {
        color: #f00;
        font-size: 1.8rem;
        margin-left: 1rem;
    }

.impNoticeBox .factsheading {
    margin-bottom: 0.8rem;
}

    .impNoticeBox .factsheading i {
        color: #f00;
        margin-right: 0.5rem;
    }

.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);
    }


    ul.rpt li a:hover {
        color: #0446a7 !important;
    }

.rpt{
   
    margin-bottom:1.5rem;
}

.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: 2rem 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.5rem 1rem;
    border-radius: 0.3rem;
    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 {
    color: #a2c1e7;
    text-align: center;
    padding: 0.9rem 0;
    font-size: 0.8rem;
}

.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;
    }

.resultBox .tab-pane .searchPanel {

}
.resultBox .tab-pane .nav .nav-item {
    margin-right:0.3rem;
}
.resultBox .nav-tabs .nav-link {
    background: #e3e3e3;
    margin-right: 0.3rem;
    border-bottom: 1px solid #dee2e6;
    color: #767676;
}
    .resultBox .nav-tabs .nav-link.active {
        background: #fff;
        border-bottom: 1px solid #fff;
        color: #000;
    }
.resultBox .tab-content {
    padding: 0.8rem;
    border: 1px solid #e1e1e1;
    border-radius: 0 0.3rem 0.3rem 0.3rem;
}
.resultBox .nav-tabs{
    border:0;
}
.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: #fff;
        top: 1.1rem;
        left: 15px;
        border: 0.2rem solid #1473e6;
    }

    /*.keyDatesBox li:after {
        content: '';
        position: absolute;
        width: 9px;
        height: 9px;
        border-radius: 50%;
        background: #fff;
        top: 1.28rem;
        left: 1.165rem;
    }*/

.card.keyDates .card-body .grid-list li:first-child:before {
    top: 3px;
}

.card.keyDates .card-body .grid-list li:first-child:after {
    top: 0.35rem;
}

.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(--schoolmasseducation);
        color: var(--white);
        border-radius: 0;
        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(--schoolmasseducation);
        }

        .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;
}

.btn-warning {
    background-color: #f0a808 !important;
    border-color: #ffc107 !important;
}

@media (max-width:1366px) {
    .innercontent .innerContentBox {
        min-height: 288px;
    }

    header .navbar {
        padding-top: 0.3rem;
    }

    .innerContentBox .updatedSoon {
        height: 175px;
    }

    .impNoticeBox {
        padding: 2rem 0;
    }

    .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;
    } */

    .logoHeading img {
        width: 85%;
    }

    .dept-name {
        padding-left: 1.1rem;
        margin-left: -0.5rem;
    }

    .banner {
        padding: 1.5rem 0;
    }
}


@media (max-width:768px) {
    .headerRightBox .RightTopBox {
        display: none;
    }

    .logoHeading img {
        width: 75%;
    }

    .logo {
        width: 100%;
    }

    .dept-name {
        padding-left: 0.9rem;
        margin-left: -1.3rem;
        font-size: 1.4rem;
    }

    .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) {
    .navbar-collapse {
        top: 3.1rem;
    }

    .facts .misReport {
        margin: 1rem 0;
    }

    .card-header {
        padding: 0.9rem 1rem;
    }

    .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: 325px;
        font-size: 1.1rem;
        margin-bottom: 0;
    }

        .dept-name small {
            font-size: 80%;
        }

    .grid-list {
        min-height: 100px;
    }

    .updatedSoon {
        height: 100px;
    }

    .help-card.faq, .help-card {
        width: 100%;
    }

        .help-card.faq {
            margin-bottom: 1rem;
        }

    .logoHeading img {
        width: 85%;
    }

    .navbar-collapse {
        top: 3.2rem;
    }

    .dept-name {
        padding-left: 0.6rem;
        margin-left: -0.5rem;
    }

    .welcomBox p {
        margin: 0 0 1.1rem 0;
    }
}

@media (max-width:414px) {
    .dept-name {
        padding-left: 0.4rem;
        margin-left: -0.6rem;
    }
}

@media (max-width:375px) {
    .dept-name {
        width: 250px;
        font-size: 1rem;
        padding-left: 0.5rem;
        margin-left: 0.5rem;
    }

    .logoHeading {
        width: 100px;
    }

    .navbar-collapse {
        top: 3rem;
    }

    .logoHeading img {
        width: 96%;
    }

    .btnBox .banner-register-btn {
        display: block;
        text-align: center;
        margin-right: 0;
        padding: 0.5rem 1.5rem;
    }
}

@media (max-width:320px) {
    .dept-name {
        width: 235px;
        padding-left: 0.5rem;
        margin-left: -0.6rem;
    }

    .logoHeading img {
        width: 75%;
    }
}
