﻿@charset "utf-8";
/**  
* -----------------------------------------------------------------------------
    Custom Css 
* -----------------------------------------------------------------------------
**/

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Satisfy&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merienda:wght@400;700&display=swap');

/* -----------------------------------------------------------------------------*/

/*-- Global Style start --*/

/*-- font-family: 'Roboto', sans-serif; --*/

.bg11 {
    background-image: url(../img/bg/contact-bg-2.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.bg15 {
    background-image: url(../img/bg/choose-bg3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
/*-- Global Style end --*/
.full-width-header .rs-header .menu-area {
    background: #fff;
    -webkit-box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
}
.headTitle {
    justify-content: flex-start !important;
}
.full-width-header .rs-header .menu-area .logo-area img {
    max-height: 80px;
}
.siteTitle {
    margin-left: 20px;
}
.siteTitle h2 {
    font-size: 21px;
    color: #fd4a36;
    font-weight: 500;
    line-height: 28px;
    margin: 0 0 6px;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
}
.siteTitle h5 {
    font-size: 14px;
    color: #0b00a9;
    line-height: 18px;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
    font-weight: 500;
    margin: 0;
}
.full-width-header .rs-header.style2.header-home4-style .menu-area .main-menu .rs-menu ul.nav-menu li a {
    color: #004b6a;
    height: 92px;
    line-height: 92px;
}
.full-width-header .rs-header.style2.header-home4-style .menu-area .main-menu .rs-menu ul.nav-menu li.menu-item-has-children a{
    height: unset;
    line-height: 25px;
    padding-top: 4px;
    padding-bottom: 4px;    
}
.full-width-header .rs-header.style2.header-home4-style .menu-area .main-menu .rs-menu ul.nav-menu li.menu-item-has-children ul{
    padding-top: 8px;
    padding-bottom: 8px;
}
.headMenu i {
    margin-right: 4px !important;
    color: #fd4a36;
}
.headMenu li.menu-item-has-children i {
    margin-right: 6px !important;    
}
.rs-menu ul .loginMenu ul {
    right: 0;
}
.rs-footer.style1 .footer-bottom {
    padding: 14px 0;
    background: #025a7e;
}
.full-width-header .rs-header .expand-btn-inner .ashokIcon {
    margin-right: 0;
}
.full-width-header .rs-header .menu-area .headMenu .rs-menu-area{
    margin-right: 15px;
}
.full-width-header .rs-header .menu-area .headMenu .main-menu .rs-menu ul.nav-menu li {
    margin-right: 15px;
}
/*-- Banner Section Start --*/
.rs-banner.banner-style6 {
    background: url(../img/slider/banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    /* padding: 300px 0; */
}
/*-- Banner Section End --*/
.marqueeMain {
    background: #076890;
}
.marqueeMain marquee {
    vertical-align: middle;
}
.marqueeMain {
    color: #fff;
    font-family: 'Roboto', sans-serif;
}
.marqueeMain span {
    margin: 0 20px 0 0;
    color: #fff000;
    font-weight: 500;
    letter-spacing: 1px;
}
.marqueeMain p {
    display: inline-block;
    margin: 0;
    letter-spacing: 1px;
}
.marqueeMain b {    
    margin: 0 10px;
}
.features-content {
    padding: 79px 75px 78px 75px;
}
.backMain .estimate-info li {
    margin-bottom: 15px;
    position: relative;
    padding-left: 30px;
}
.backMain .estimate-info li::before {
    position: absolute;
    content: '';
    left: 0;
    top: 10px;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #043d72;
}
.home-6 .full-width-header .rs-header.style2 .topbar-area{
    background: #004b6a;
}
.home-6 #scrollUp i{
    background: #fd4a36;
}
.objectMain {    
    background: #004b6a url("../img/objectBg.jpg");
    background-position: 0;
    background-repeat: no-repeat;
    padding: 20px 0;
}

.objectContent .sub-text {
    font-size: 15px;
    font-weight: 500;
    line-height: 28px;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0 0 10px;
    display: block;
    position: relative;
    padding-left: 107px;
}

.objectContent .sub-text:before {
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    height: 4px;
    width: 12px;
    border-radius: 2px;
    background-color: #ffffff;
    transition: all .3s ease;
    z-index: 0;
}
.objectContent .sub-text:after {
    content: "";
    position: absolute;
    border: 0;
    height: 4px;
    width: 55px;
    z-index: 1;
    margin-left: 0;
    left: 24px;
    top: 12px;
    border-radius: 2px;
    background-color: #ffffff;
    transition: all .3s ease;
    z-index: 0;
}
.objectContent h2 {
    color: #fff;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
}
.objectContent:hover .sub-text:before {
    width: 65px;
    background: #ffffff;
}
.objectContent:hover .sub-text:after {
    margin-left: 46px;
    width: 12px;
    background: #ffffff;
}
.objectList li {
    color: #fff;
    margin: 0 0 12px;
}
.lpdMain {
    background-color: #e4f3f1;
}
.subHeadSchool {
    background: #016791;
    padding: 8px 26px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.subHeadSchool2{
    justify-content: space-between;
}
.subHeadSchool h4 {
    margin: 0;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 1px;
    text-transform: capitalize;
}
.subHeadSchool2 h6 {
    margin: 0;
    color: #fdff00;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 1px;
    text-transform: capitalize;
}
/*-- Global Style Start --*/
.labelControl {
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 4px;
    line-height: 18px;
    color: #0633a2;    
}
.inputControl,
.selectControl,
.textControl{
    border-color: #e0e0e0;
    font-size: 13px;
    outline: none;
    box-shadow: none;    
}
.inputControl:focus,
.selectControl:focus,
.textControl:focus {
    outline: none;
    box-shadow: none;
}
.textControl{
    resize: none;
}
.actionBtn {
    outline: none;
    text-transform: uppercase;
    background: #027e13;
    letter-spacing: 1px;
    border: none;
    font-size: 14px;
    box-shadow: none !important;
    color: #ffffff !important;
    font-weight: 500;    
}
.actionBtn:hover {
    background: #fb4b07;
    border: none;
    box-shadow: none;
}
.inlineBtnLink{
    color: #ff6300;
    font-weight: 500;
}
.form-group {
    margin-bottom: 1rem;
}
.home-6 a:hover {
    color: #ff6300;
}
.mb__10{
    margin-bottom: 10px;
}
.mb__15{
    margin-bottom: 15px;
}
.mb__20{
    margin-bottom: 20px;
}
.mb__25{
    margin-bottom: 25px;
}
.mb__30{
    margin-bottom: 30px;
}
.mt__15{
    margin-top: 15px;
}
.mr__15{
    margin-right: 15px;
}
.editBtn {
    background: #d05100;
}
.cancelBtn {
    background: #ccc;
    color: #444 !important;
}
.cancelBtn:hover{
    color: #fff !important;
}
/*-- Global Style End --*/

/*-- Login Page Start --*/
.loginBody{
    background: #f1fcf4;
}
.pageLayout {
    padding: 40px 0;
}
.loginBody .pageLayout {
    padding: 60px 0 30px;
    background: url("../img/bg/loginBg.png") no-repeat;
    /* background-size: cover; */
    background-position: left 0%;    
}

.loginSec {
    background: #004b6a;
    border-radius: 10px;
    padding: 20px 30px 30px;
}
.loginSec h2 {
    font-size: 28px;
    margin: 0 0 30px;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 36px;
    position: relative;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
    font-weight: 500;
}
.loginForm .labelControl {
    color: #fff;
}
.captchaBlk {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.captchaBlk img {
    margin: 0 0 6px;
}
.captchaBlk a {
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
}
/* .bannerSec {
    background: url(../images/loginImg.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 0 10px 10px 0;
    position: relative;
} */
.loginBtn {
    background: #fd4a36;
    font-weight: 600;
}
.loginBtn:hover {
    background: #f6ff00;    
    color: #004b6a !important;
}
/*-- Login Page End --*/
.innerBg{
    /* background: url(../img/bg/bg.jpg) no-repeat;
    background-position: left 100%;
    background-size: cover; */
    background-color: #f1fcf4;
    height: 100vh;
}

/*-- Split Start --*/

.splitMain {    
    margin: 40px auto 0;
}
.splitMain .row,
.splitMain2 .row {
    justify-content: center;
}
.splitMain .grid1 {
    /* background: rgba(241, 252, 244, .75); */
    background: rgba(255, 255, 255, .95);
    border: 1px solid rgba(0,170,191,.75);
    box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 16%);
    width: 22%;
    margin-right: 2%;
    padding: 5px;
    border-radius: 10px;
    text-align: center;
    min-height: 140px;
}
.splitMain .grid1:last-child {
    margin-right: 0;
}
.splitMain .grid1:hover{
    background: rgba(255,255,255,.5);
}
.splitMain .grid1 a {
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.splitMain .grid1 a h4 {
    color: #00aabf;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 2px;
    font-weight: 500;
    font-size: 15px;
    margin: 0;
    line-height: 22px;
}
.splitMain .grid1:hover a h4{
    color: #00aabf;
}
.splitMain3 .grid1{
    min-height: 100px;
}
/*-- Split End --*/

/*-- School Detail Start --*/
.posRelative{
    position: relative;
}
.backLink {
    position: absolute;
    left: 25px;
    top: 18px;
}
.backLink .inlineLink {
    font-weight: 600;
    color: #fd4a36;
}
.backLink .inlineLink i {
    margin-right: 5px;
}
.backLink .inlineLink:hover{
    color: #0633a2;
}
.formBg {
    background: rgba(255,255,255,1);
    box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 16%);
    padding: 20px 25px;
    border-radius: 10px;
}
.pageTitle {
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    line-height: 26px;
    margin: 0 0 20px;
    color: #0633a2;
    text-decoration: underline;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
}
.detailTable th{
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 4px;
    line-height: 18px;
    color: #0633a2;
}
.detailTable th,
.detailTable td{
    line-height: 22px;
    word-break: break-word;
}
.detailTable .detailTableHead th {
    background: #004b6a;
    color: #fff;
    text-transform: uppercase;
}
/*-- School Detail End --*/

/*-- KIP Detail Start --*/
.kipDetailTable .detailTableHead th{
    text-transform: inherit;
    vertical-align: middle;
}
.kipDetailTable .table {
    table-layout: fixed;
}
.w70 {
    width: 70px;
}
.w100{
    width: 100px;
}
.w120{
    width: 120px;
}
.w150{
    width: 150px;
}
.w180{
    width: 180px;
}
.w210{
    width: 210px;
}
.w260{
    width: 260px;
}
.w290{
    width: 290px;
}
.w350{
    width: 350px;
}
.w500{
    width: 500px;
}
.labelHeight2 {
    min-height: 36px;
    display: inline-flex;
    align-items: flex-end;
}
/*-- KIP Detail End --*/
.scrtForm {
    max-width: 1000px;
    margin: 0 auto;
}
.brcSchoolForm{
    max-width: 800px;
    margin: 0 auto;
}

/* .topbar-area{
    display: none !important;
} */

.full-width-header .rs-header .topbar-area.style1 .topbar-contact li{
    line-height: 36px;
}
.full-width-header .rs-header .topbar-area.style1 .topbar-contact li i{
    font-size: 13px;
}
.full-width-header .rs-header .topbar-area.style1 .topbar-contact li a{
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
}
.footer-bottom .contactList li{
    line-height: 36px;
}
.footer-bottom .contactList li i {
    font-size: 13px;
    color: #fff;
    margin-right: 5px;
}
.footer-bottom .contactList li a {
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
    color: #fff;
}
.sSubDetailHeight{
    height: 30px;    
    border-bottom: none;
}
.sSubDetailHeight td{
    border: none;
}
.sSubDetailHead th {
    background: #3d799e;
    padding: 10px 0.5rem;
    text-align: center;
    font-size: 17px;
    color: #fff;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}
.sSubDetail th:first-child,
.sSubDetail td:nth-child(2){
    background: #f1f5f2;
}
.sSubDetail td:last-child,
.sSubDetail th:nth-child(3){
    background: #f4fff7;
}
.brcSubFiled {
    background: #f0f1f0;
    padding: 15px;
    margin-bottom: 1rem;
    border: 1px solid #e7e7e7;
    border-radius: 0.25rem;
}
.brcSubFiled h6 {
    font-size: 17px;
    color: #d81e09;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    margin: 0 0 15px;
    line-height: 24px;
    text-decoration: underline;
    text-align: center;
}
.reportingForm .labelControl{
    margin: 0;
}
.monthlyCCTFrm{
    background: #f0f1f0;
    padding: 15px;    
    border: 1px solid #e7e7e7;
    border-radius: 0.25rem;
    margin-bottom: 30px;
}

.kpiAccordion .accordion-item{
    margin-bottom: 10px;
}
.kpiAccordion .accordion-header {
    line-height: 26px;
}
.kpiAccordion .accordion-button.collapsed,
.kpiAccordion .accordion-button {
    background-color: #004b6a;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    outline: none;
    box-shadow: none;
}
.kpiAccordion .accordion-button {
    background-color: #026405;
}
.kpiAccordion .accordion-button:not(.collapsed)::after,
.kpiAccordion .accordion-button::after{
    background-image: url("../img/icon/download.png");
}
.kpiAccordion .accordion-body{
    background: #fdfdfd;
    font-family: 'Roboto', sans-serif;
}
.kpiAccordion .detailTableHead th{
    background: #004b6a;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
}
.kpiAccordion th{
    font-size: 14px;
    font-weight: 500;    
    line-height: 18px;
    color: #0633a2;
}
.crcForm {
    max-width: 600px;
    margin: 0 auto;
}
.myModalMain .modal-header{
    justify-content: center;
}
.myModalMain .modal-header h5 {
    margin: 0;
    font-size: 20px;
    font-weight: 500;
    line-height: 18px;
    color: #0633a2;
    text-transform: uppercase;
    text-decoration: underline;
}
.dateFieldMain{
    max-width: 400px;
    margin: 0 auto;
}

.dateField .calenderBlk i {
    position: absolute;
    left: 1px;
    top: 1px;
    width: 34px;
    height: 34px;
    background: #051d68;
    color: #fff;
    text-align: center;
    line-height: 33px;
    border-radius: 0.25rem 0 0 0.25rem;
}
.dateField .date-picker {
    padding-left: 46px;
}
.enrolledGrid th {
    border: none !important;
    padding-left: 0;    
    padding-right: 0;
    font-size: 17px;
    color: #d81e09;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    margin: 0 0 15px;
    line-height: 24px;
    text-decoration: underline;
}
.enrolledGrid {
    border-top: none;
}
.mCCTFrmThree, 
.mCCTFrmFive {
    background: #fff;
    padding: 15px 20px;
}
.mCCTFrmTitle {
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    line-height: 26px;
    margin: 0 0 20px;
    color: #0633a2;
    text-decoration: underline;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
}
.splitMain2{
    margin: 0 auto 0;
}
.splitMain2 span {
    display: block;
    margin: 6px 0 0;
    font-size: 13px;
    color: #fd4a36;
}
.tableSearch {
    display: flex;
    align-items: center;
}
.tableSearch .labelControl {
    margin: 0 15px 0 0;
}
.tableSearch .inputControl {
    max-width: 250px;
}
.tableSearch2{
    justify-content: flex-end;
}
.scertTable {
    padding: 0 20px;
}
.scertTable .labelControl {
    font-size: 13px;
}
.nasScertMain {
    background: #fff;
    border: 1px dashed #cecece;
    padding: 15px;
    margin-bottom: 20px;
}
.nasScertTitle {
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    line-height: 26px;
    margin: 0 0 20px;
    color: #fe8c56;
    text-decoration: underline;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
}
.nasNcertMain {
    background: #f8f7eb;
    padding: 15px;
    margin-bottom: 20px;
}
.reportMain h4 {
    border: none !important;
    padding-left: 0;
    padding-right: 0;
    font-size: 17px;
    color: #d81e09;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    margin: 0 0 10px;
    line-height: 24px;
    text-decoration: underline;
}
.reportMain th {
    background: #004b6a;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
}
.literacyBlk {
    background: #f1f5f2;
    border: 1px dashed #b9b9b9;
    padding: 10px;
    margin: 0 0 15px;
}
.numeracyBlk {
    background: #f4fff7;
    border: 1px dashed #b9b9b9;
    padding: 10px;    
}
.literacyBlk h5,
.numeracyBlk h5{   
    font-size: 15px;
    color: #d81e09;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    margin: 0 0 10px;
    line-height: 24px;
    text-decoration: underline;
}




/*--- Map design start --*/

@media screen and (min-width: 1240px) {
    .cusContainer{
        max-width: 90% !important;
    }
}
.mapBlk .lpdMap{
    position: relative !important;
}

.rs-banner.banner-style6.mapBanner{
    padding: 10px 0px;
}
.mapBlk .cls-1, 
.mapBlk .cls-10, 
.mapBlk .cls-11, 
.mapBlk .cls-12, 
.mapBlk .cls-2, 
.mapBlk .cls-3, 
.mapBlk .cls-4, 
.mapBlk .cls-5, 
.mapBlk .cls-6, 
.mapBlk .cls-7, 
.mapBlk .cls-8, 
.mapBlk .cls-9 {
    stroke: #959595;
    stroke-width: 1.07px;
}
.mapBlk #IN-DL{
    fill: rgb(247 176 227);
    
}
.mapBlk #IN-DD{
    fill: #64b140;
    
}
.mapBlk .cls-14 {
    font-size: 27px;
    font-weight: 600;
}
.mapBlk .locationIcon{
    cursor: pointer;   
}

.mapBlk #Icon_material-location-on {
    position: absolute;
    top: 168px;
    left: 176px;
}
.mapBlk #Icon_material-location-on-2 {
    position: absolute;
    top: 192px;
    left: 228px;
}
.mapBlk #Icon_material-location-on-3 {
    position: absolute;
    top: 222px;
    left: 538px;
}
.mapBlk #Icon_material-location-on-4 {
    position: absolute;
    top: 300px;
    left: 190px;
}
.mapBlk #Icon_material-location-on-5 {
    position: absolute;
    top: 350px;
    left: 220px;
}
.mapBlk #Icon_material-location-on-6 {
    position: absolute;
    top: 332px;
    left: 122px;
}
.mapBlk #Icon_material-location-on-7 {
    position: absolute;
    top: 330px;
    left: 300px;
}
.mapBlk #Icon_material-location-on-8 {
    position: absolute;
    top: 320px;
    left: 340px;
}
.mapBlk #Icon_material-location-on-9 {
    position: absolute;
    top: 360px;
    left: 252px;
}
.mapBlk #Icon_material-location-on-10 {
    position: absolute;
    top: 500px;
    left: 210px;
}
.mapBlk .popup-box {
    background: rgba(255,255,255,.9);
    box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 16%);
    padding: 6px 15px;
    border-radius: 6px;
}
.mapBlk .popup-box p {
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    color: #f00;
}

/*--- Map design end --*/


.kpiReportBlk th {
    vertical-align: middle;
    font-size: 16px;
}
.kpiNumber {
    color: #fd4a36;
    font-weight: 600;
}
.select-month-name-txt {
    font-size: 15px;
    font-weight: 500;
}
.kpi-submit-btn {
    border: none;
    background: #016791;
    color: #fff;
    font-size: 14px;
    padding: 5px 15px;
}
/* .kpi-tble tbody, td, tfoot, th, thead, tr{
    font-size:13px;
} */
.kpi-tble tr th:first-child {
    background: #10729b;
    color: #fff;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    padding: 0.25rem 0.5rem;
}
.kpi-tble tr td {
    padding: 0.25rem 0.5rem;
    font-size: 13px;
}
.width-100{
    width:100px;
}
.kpi-tble td {
    font-size: 13px;
}
/* @media print {
    .pageTitle {
        font-size: 20px;
        font-family: 'Roboto', sans-serif;
        line-height: 26px;
        margin: 0 0 20px;
        color: #0633a2 !important;
        text-decoration: underline;
        font-weight: 500;
        text-transform: uppercase;
        text-align: center;
    }
} */

.lpdDistName{
    margin: 0 0 5px !important;    
}
.lpdStudent {   
    color: #000 !important;
    font-size: 10px !important;
}
.lpdSchool,
.lpdTeacher {
    margin: 0 0 3px !important;
    color: #000 !important;
    font-size: 10px !important;
}

.kpiDistWise .labelControl {
    margin: 0 15px 0 0;
}
.kpiDistWise .selectControl {
    width: 250px !important;
}
.lpdDistTitle {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    line-height: 18px;
    margin: 0 0 7px;
    color: #fd4a36;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
}
.lpdDistTitle span {
    color: #0633a2;
}
.lpdDistTitle2{
    margin-bottom: 12px;
    font-size: 13px;
}
.kpiVlaueBg {
    background-color: #ddd !important;
}
@media print {
    .printDesign .pageTitle {
        font-size: 20px;
        font-family: 'Roboto', sans-serif;
        line-height: 26px;
        margin: 0 0 20px;
        color: #0633a2;
        text-decoration: underline;
        font-weight: 500;
        text-transform: uppercase;
        text-align: center;
    }
}

.kpiAccordion .cSectionTitle{
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    line-height: 22px;    
    color: #0633a2;
    text-decoration: underline;
    font-weight: 500;
    text-transform: uppercase;    
}
.acrdLiteracyBlk {
    background: #f1f5f2;
}
.acrdNumeracyBlk {
    background: #f4fff7;
}
.acrdLiteracy{
    font-size: 15px;
    color: #d81e09;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    margin: 0 0 10px;
    line-height: 24px;
    text-decoration: underline;
}

path#IN-LD {
    fill: #96ef6d;
    stroke: #fdf9ba;
    stroke-width: 7px;
}

.lakshadweep {
    letter-spacing: 2px;
    font-size: 30px !important;
    fill: #fff;
}

@media screen and (max-width: 991px){
    .full-width-header .right_menu_togle {        
        padding: 20px;        
    }
    .right_menu_togle .close-btn {        
        padding: 0 0 10px;
    }
    .full-width-header .right_menu_togle .close-btn .nav-close {        
        top: 16px;       
        right: 16px;        
    }
    .full-width-header .right_menu_togle .close-btn .nav-close .line {
        width: 20px;
        height: 20px;
        line-height: 20px;
    }
    .full-width-header .right_menu_togle .close-btn .nav-close .line span {            
        height: 15px !important;            
    }
    .full-width-header .mobile-navbar-menu .nav-menu li a {        
        padding: 3px 0 7px;
        line-height: 20px;        
        font-size: 14px;
    }
}

.ncertSplit a {
    background: rgba(255, 255, 255, .95);
    border: 1px solid rgba(0,170,191,.75);
    box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 16%);
    width: 22%;
    margin-right: 2%;
    padding: 15px;
    border-radius: 10px;
    text-align: center;
    min-height: 90px;
    display: inline-flex;
    align-items: center;
}
.ncertSplit a:hover {
    background: rgba(255,255,255,.5);
}
.ncertSplit a h4 {
    color: #00aabf;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 2px;
    font-weight: 500;
    font-size: 15px;
    margin: 0;
    line-height: 22px;
    display: block;
    text-align: center;
    width: 100%;
}

@media screen and (max-width: 991px){
    .mapBlk .lpdMap {        
        max-width: 36%;
    }
    .objectMain {
        position: relative;
    }
    .objectMain:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,.5);
    }
    .objectMain .col-md-10 {
        width: 100%;
        position: relative;
    }
    .objectMain .col-md-10 .objectContent {
        padding: 0;
    }
}

@media screen and (max-width: 575px){
    .marqueeMain .container-fluid {
        padding-left: 20px;
        padding-right: 20px;
    }
    .logo-area img {
        width: 180px;
    }
    .ashokIcon {
        max-width: 80px;
    }
}
.accordion-body th {
    font-size: 12px;
}
.accordion-body td {
    font-size: 13px;
}
.acordSubHead h6 {
    margin: 0;
    display: inline-block;
    color: #0c119f;
    font-size: 14px;
    margin-right: 5px;
    line-height: 18px;
}
.acordSubHead lable {
    color: #f00;
    font-size: 14px;
    line-height: 18px;
}
.changePass {
    max-width: 540px;
    margin: 0 auto;
}

@media screen and (max-width: 1460px) {
    .loginSec {        
        padding: 15px 30px 20px;
    }
    .loginSec h2 {
        font-size: 20px;
        margin: 0 0 15px;
        line-height: 26px;
    }
    .loginForm .labelControl{
        font-size: 13px;
    }
    /*.loginForm .form-group {
        margin-bottom: .5rem
    }*/
}
.loginBody .pageLayout.logPageLayout {
    padding: 35px 0 25px;
}
.kpi-tbleheader tr th {
    background: #10729b;
    color: #fff;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    padding: 0.25rem 0.5rem;
}

.kpi-tbleheader tr td {
    padding: 0.25rem 0.5rem;
    font-size: 13px;
}
.kpi-tbleheader td {
    font-size: 13px;
}

.kipSpiltMain {
  /*  max-width: 600px;
    margin: 0 auto;*/
}
.kipSpiltMain .KipGrid {
    background: rgba(255, 255, 255, .95);
    border: 1px solid rgba(0,170,191,.75);
    box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 16%);
    padding: 5px;
    border-radius: 10px;
    text-align: center;
    min-height: 60px;
    margin-bottom: 15px;
}
.kipSpiltMain .KipGrid:hover {
    background: rgba(255,255,255,.5);
}
.kipSpiltMain a {
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.kipSpiltMain a h4 {
    color: #00aabf;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 2px;
    font-weight: 500;
    font-size: 15px;
    margin: 0;
    line-height: 22px;
}

.pageTitleee {
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    line-height: 26px;
    margin: 0 0 20px;
    color: #0633a2;
    text-decoration: underline;
    font-weight: 500;
    text-align: center;
}