/****** 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');

@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@400;500;600;700&display=swap');

/*--- 

font-family: 'Roboto', sans-serif;
font-family: 'Lato', sans-serif;

font-family: 'Satisfy', cursive;
font-family: 'Merienda', cursive;

font-family: 'Dosis', sans-serif;

---*/
*{
    word-break: break-word;
}

body{
    font-family: 'Roboto', sans-serif;   
    background: #fff url("../images/body-bg-new1.png") no-repeat;
    background-size: cover;
    background-position: right 0%;
}
body.frmLogBody{   
    background: url("../images/body-bg.jpg") no-repeat;
    background-size: cover;
    background-position: center center;
}
.fullContainer{
    max-width: 94%;
    margin: 0 auto;
}
.mb__0{
    margin-bottom: 0 !important;
}
.mb__25{
    margin-bottom: 25px !important;
}
.mb__30{
    margin-bottom: 30px !important;
}
.pt__30{
    padding-top: 30px;
}
.pb__30{
    padding-bottom: 30px;
}
.pb__40{
    padding-bottom: 40px;
}
.form-group{
    margin-bottom: 1rem;
}

/*-- Header and Footer Start --*/

.headerShead{
    /* background: url("../images/body-bg-new.png") no-repeat; */
    background-size: cover;
    background-position: center center;
    background: #f7f7ec;
}
.bgFedwhite {  
    /* background: url("../images/header-transparent2.png") no-repeat; */
    background-size: cover;
    background-position: center center;
    background: #f7f7ec;
}
.headerGap {
    padding: 6px 0;
}
.header--one .sticky__header.is-sticky {    
    /* background: #fff url("../images/header-transparent2.png") no-repeat; */
    background-size: cover;
    background-position: center center;
    background: #f7f7ec;
}
.mainmenu__wrapper .logo {
    align-items: center;    
    height: 80px;    
}

.logoTitle {
    margin: 0 0 0 15px;
}
.logoTitle h2 {
    font-size: 28px;    
    color: #0b4faa;
    font-weight: 600;
    line-height: 28px;
    margin: 0 0 6px;    
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
}
.logoTitle img {
    margin-bottom: 8px;
}
.logoTitle h5 {
    font-size: 14px;    
    color: #c20cd3;
    line-height: 18px;    
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
}
.mainmenu__wrapper .mainmenu__wrap .mainmenu__nav .mainmenu{
    height: 80px;
}
.mainmenu__wrapper .mainmenu__wrap .mainmenu__nav .mainmenu > li {
    margin: 0 30px 0 0;
}
.mainmenu__wrapper .mainmenu__wrap .mainmenu__nav .mainmenu > li:last-child {
    margin: 0;
}
.mainmenu__wrapper .mainmenu__wrap .mainmenu__nav .mainmenu > li > a {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 16px;    
    color: #0b4faa;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
}
.mainmenu__wrapper .mainmenu__wrap .mainmenu__nav .mainmenu > li > a:hover {
    color: #ff8e06;
}
.menuItem {
    display: inline-flex;
    justify-content: flex-end;
}
.mainmenu .fa {
    padding-right: 6px;
}
.mainmenu li.login.drop > ul.dropdown__menu{
    background: transparent;
    padding: 0;
    right: 0;
    left: inherit;
}
.mainmenu li.student.drop > ul.dropdown__menu{
    background: transparent;
    padding: 0;
}
.mainmenu li.drop > ul.dropdown__menu{
    /* background: #b546b4 none repeat scroll 0 0; */
    padding-bottom: 6px;
    padding-top: 4px;
    opacity: inherit;
    display: none;
    visibility: inherit;
    background: linear-gradient( 90deg, rgb(51 109 192) 0%, rgb(83 28 143) 35%, rgba(31,12,116,1) 100%);
    min-width: 250px;
}
.mainmenu li.drop:hover > ul.dropdown__menu{
    opacity: inherit;
    display: block;
    visibility: inherit;
}
.mainmenu li.login.drop > ul.dropdown__menu li,
.mainmenu li.student.drop > ul.dropdown__menu li {
    border-left: 5px solid #c50f4d;
    margin-bottom: 4px;
    background: linear-gradient(180deg, rgba(238,238,238,1) 0%, rgba(249,233,233,1) 28%, rgba(249,233,233,1) 67%, rgba(238,238,238,1) 100%);
    color: #000;
}
.mainmenu li.drop > ul.dropdown__menu li a{
    line-height: 20px;
    color: #ffffff;
}
.mainmenu li.login.drop > ul.dropdown__menu li a,
.mainmenu li.student.drop > ul.dropdown__menu li a{
    color: #000;
}
.mainmenu li.login.drop > ul.dropdown__menu li:hover,
.mainmenu li.student.drop > ul.dropdown__menu li:hover{
    border-left: 5px solid #9c0538;
}
.mainmenu li.login.drop:hover > ul.dropdown__menu > li:hover > a,
.mainmenu li.student.drop:hover > ul.dropdown__menu > li:hover > a {
    color: #ffffff;
    padding-left: 7px;
    background: linear-gradient(180deg, rgba(247,34,34,1) 0%, rgba(167,11,11,1) 28%, rgba(167,11,11,1) 67%, rgba(247,34,34,1) 100%);
}
.indiaArmsLogo {
    margin-left: 10px;
}
.headerRight {
    padding-top: 8px;
    display: inline-flex;
    justify-content: flex-end;
    align-items: center;
}
.headerRight img {
    object-fit: none;
}
.copyright {
    background: #14385a;
}
.copyright p{
    margin: 0;
}
.footer--2 .copyright__wrapper .coppy__right__inner p,
.footer--2 .copyright__wrapper .coppy__right__inner p i{
    color: #fff;
}
a#scrollUp {
    /* background: #440681; */
    color: #fff;
    background: linear-gradient(180deg, rgb(11 79 170) 0%, rgb(48 115 204) 28%, rgb(48 115 204) 67%, rgb(11 79 170) 100%);
}
a#scrollUp:hover {
    background: linear-gradient(180deg, rgba(247,34,34,1) 0%, rgba(167,11,11,1) 28%, rgba(167,11,11,1) 67%, rgba(247,34,34,1) 100%);    
}
footer.footer--2{
    padding: 0;
}
.btnactive {
    background: rgb(56 174 14) !important;
}
.fixedFooter {
    position: fixed !important;
    bottom: 0;
    left: 0;
    width: 100%;
}
.bodyBtmMarg {
    margin-bottom: 60px;
}
.navSeparator {
    line-height: 80px;
    margin: 0 8px;
    font-weight: 600;
    font-size: 20px;
    color: #0b4faa;
}
/*-- Header and Footer End --*/

/*-- Login Start --*/


.labelControl {
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 4px;
    line-height: 18px;
    color: #065882;    
}
.inputControl,
.selectControl,
.textControl{
    border-color: #e0e0e0;
    font-size: 14px;
    outline: none;
    box-shadow: none;
}
.inputControl:focus,
.selectControl:focus,
.textControl:focus {
    outline: none;
    box-shadow: none;
}
.textControl{
    resize: none;
}
.captchaBlk {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.captchaField {
    width: calc(100% - 120px);
}
.actionBtn {
    outline: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    font-size: 14px;
    box-shadow: none;
    color: #fff !important;
    background: linear-gradient( 45deg, #f35eff, #006e99) !important; 
}
.actionBtn:hover{
    background: linear-gradient( 45deg, #1f60bb, #183c6e) !important;
}
.actionBtn:focus,
.actionBtn:active{
    box-shadow: none;
}
.errorMsg {
    margin: 5px 0 0;
    color: #f00 !important;
    font-weight: 500 !important;
    font-size: 12px;
    line-height: 16px;
}
.loginMain {
    margin: 50px 0;
}
.loginBlk {
    max-width: 900px;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 3px 3px 0 rgb(0 0 0 / 24%), 0 7px 12px 0 rgb(0 0 0 / 17%);
    border-radius: 10px;
    padding: 25px;
}
.title {
    font-size: 26px;
    text-align: center;
    margin: 0 0 15px;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    color: #065882;
}
.loginBlk i {
    position: absolute;
    left: 0;
    top: 1px;
    z-index: 9;
    width: 34px;
    height: 33px;
    line-height: 35px;
    text-align: center;
    background: #065882;
    color: #fff;
    font-size: 11px;
    border-radius: 0.25rem 0 0 0.25rem;
}
.loginBlk .inputControl {
    padding-left: 45px;
    width: 100%;
    border-radius: .25rem !important;
}

/*-- Login End --*/
.dashHeadMain,
.dashHeadMain.main-header .logo{
    height: 64px;
}
.dashHeadMain .logo, .dashHeadMain .logo-lg, .dashHeadMain .navbar {
    background-color: #14385a !important;
}
.dashHeadMain .logo-lg,
.dashHeadMain .logo-mini {
    padding: 12px 0 15px;
    line-height: 32px;
}
.dashHeadMain .logo-lg span {
    font-size: 22px;
    margin-left: 10px;
    font-weight: 600;
    letter-spacing: 2px;
}
.dashHeadMain .sidebar-toggle{
    font-size: 22px;
}
.rollNumber {
    line-height: 64px;
    font-size: 20px;
    color: #fff;
    margin-right: 40px;
}
.sidebar-collapse .main-sidebar{
    top: 22px;
}
.dashSideMenu {
    background-color: #0b447a !important;
}
.dashSideMenu .sidebar-menu,
.dashSideMenu .header {
    background: #04396c !important;
}
.dashFormMain .title {
    font-weight: 600;
    text-decoration: underline;
    margin: 0 0 35px;
}
.subTitle {
    font-size: 20px;
    font-weight: 600;
    color: #760a67;
    margin: 0 0 10px;
}
.boxTitle {
    font-size: 20px !important;
    font-weight: 600;
    color: #1c6cb8;
    background: #fff;
    margin: 0px !important;
    display: block !important;
}
.boxTitle2{
    margin-bottom: 10px !important;
    font-size: 23px !important;
}
.dashFormMain .boxBody {
    padding: 20px;
}
.dashFormMain .boxHeader {
    border: none;
    padding: 0;
    top: inherit !important;
    left: inherit !important;
    height: auto !important;
    width: auto !important;
}
.p__0{
    padding: 0 !important;
}

.dashTable th {
    color: #125696;
    font-size: 14px;
    font-weight: 600;
}
.radioBlk tr {
    display: flex;
    align-items: center;
}
.radioBlk td:first-child {
    margin-right: 10px;
}
.radioBlk2 td:nth-child(2) {
    margin-right: 10px;
}
.radioBlk input {
    margin: 0 6px 0 0;
}
.radioBlk label {
    margin: 0 !important;
    font-size: 14px;
    font-weight: 500;
}
.checkBlk span {
    color: #125696;
    font-weight: 500;
    margin-left: 6px;
}
.mr__15{
    margin-right: 15px;
}
.resultText {
    text-transform: capitalize;
    margin: 0 0 10px !important;
    display: inline-block;
}
.resulttable th, .resulttable td {
    padding: 0.5rem 1rem !important;
    line-height: 20px;
}
.resulttable th{
    font-weight: 500;
}
.dummySpace{
    height: 40px;
}
/*-- Responsive code start --*/
@media screen and (max-width: 1578px) {
    .azadiLogo {
        max-width: 140px;
    }
    .indiaArmsLogo {
        margin-left: 2%;
    }
    /* .logo img {
        max-width: 160px;
    } */
    .logoTitle h2 {
        font-size: 26px;
    }
    .logoTitle h5{
        font-size: 15px;
    }
    .mainmenu__wrapper .mainmenu__wrap .mainmenu__nav .mainmenu > li > a{
        font-size: 15px;
    }    
    .mainmenu__wrapper .mainmenu__wrap .mainmenu__nav .mainmenu > li > a i{
        font-size: 14px;
    }
    .origin {
        padding: 0 125px 0 0;
        /* FONT-VARIANT: JIS04; */
    }
    .schoolDetail .table th {    
        min-width: 100px !important;
    }
}
@media screen and (min-width: 1200px) {
    .custContainer {
        max-width: 1140px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1578px) {
    .menuItem{
        width: 43%;
    }
    .headerRight{
        width: 15%;
    }
}
@media screen and (min-width: 992px) and (max-width: 1250px) {
    .desktopMenu .col-lg-5 {
        flex: 0 0 50%;
        max-width: 50%;
    }    
    .desktopMenu .col-lg-7 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .announList {
        flex: 0 0 30%;
        order: 3;
        max-width: 30%;
    }
    .candiList {
        flex: 0 0 40%;
        max-width: 40%;
        order: 1;
    }
    .logList {
        flex: 0 0 30%;
        max-width: 30%;
        order: 2;
    }    
}

@media screen and (min-width: 992px) and (max-width: 1038px) {    
    .desktopMenu .logo a {
        max-width: 74px;
    }
    .logoTitle{
        margin: 0 0 0 8px;
    }    
}
@media screen and (min-width: 768px) and (max-width: 991px) {   
    .sliderMain .owl-dots {       
        top: 84%;        
    }
}
@media screen and (max-width: 991px){
    .mobLogo .logo {
        top: 0;
        z-index: 9;
    }
    .mobLogo .logoTitle {
        position: absolute;
        left: 100px;
        top: 6px;
        margin: 0;
    }
    .mobLogo .logoTitle h2 {
        font-size: 16px;
        line-height: 16px;
    }
    .mobile-menu.mean-container .mean-nav {
        margin-top: 10px;
        position: absolute;
        top: 100%;
    }
    .mean-container a.meanmenu-reveal.meanclose {       
        color: #fff;
    }
    .mobile-menu.mean-container .mean-nav ul li{
        box-sizing: border-box;
    }
    .mobile-menu.mean-container .mean-nav ul li li a{
        padding: 12px 6%;
    }

    .announList {        
        order: 3;        
    }
    .candiList {        
        order: 1;
    }
    .logList {       
        order: 2;
    }

    .mean-container a.meanmenu-reveal span {        
        background: #440681;
    }
    .mean-container a.meanmenu-reveal span {        
        background: url("../images/icons/menu.png") no-repeat;
        background-position: center;
        width: 32px;
        height: 32px;
    }
    .mean-container a.meanmenu-reveal.meanclose {
        color: #440681;
    }
    .mainmenu__wrapper .logo {       
        padding-top: 14px;
    }
    .introBlk {
        padding: 20px 0;       
    }
    .introContent h2 {
        font-size: 22px;        
        margin: 0 0 10px;        
        line-height: 26px;
    }
    .introContent h2 span {
        font-size: 34px;       
    }
    .introContent p {
        font-size: 16px;
        line-height: 24px;        
    }
    .originBlk {        
        /* background-position: r; */
        position: relative;
    }
    .originBlk:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        background: rgba(0,0,0,.5);
        width: 100%;
        height: 100%;
    }
    .originMain {
        padding: 20px 0;
    }
    .origin {
        padding: 0;
    }
    .origin h3 {
        font-size: 26px;        
        line-height: 34px;
        /* color: #f4f4f4; */
        margin: 0 0 15px;        
        position: relative;
    }
    .origin p {
        font-size: 16px;
        line-height: 26px;
        /* color: #f4f4f4; */
    }

    .mainmenu__wrapper .logo {
        align-items: center;
        height: 66px;
        padding-top: 30px;
    }
    .mobile-menu .logo img {
        max-height: 64px;
    }
    .logo img {
        max-width: 160px;
    }
    .awardImg {
        margin-bottom: 20px;
        text-align: center;
    }
    .mobLogMin {
        display: inline-flex;
        align-items: center;
    }
    .mobLogMin a {
        width: auto !important;
    }
    .mobLogMin .mobLogin {
        padding-right: 4px !important;
    }
    .navSeparator {
        line-height: inherit;
    }
    .mobLogMin .mobRegist {
        padding-left: 4px !important;
    }
}
@media screen and (max-width: 768px) {
    .pb__40 {
        padding-bottom: 20px;
    }
    .pt__30 {
        padding-top: 20px;
    }
    .sectionTitle {
        font-size: 22px;
        margin: 0 0 15px;        
        padding-bottom: 0px;
    }
    .aboutContent p {
        font-size: 14px;
        margin-bottom: 10px;        
    }
    .sectionTitle:before {       
        width: 70px;        
    }
}
@media screen and (max-width: 767px) {
    .sliderMain .owl-dots{
        top: inherit;
        bottom: 10px;
    }
    .announList {        
        order: 3;        
    }
    .candiList {        
        order: 1;
    }
    .logList {       
        order: 2;
    }

    /*--- Safal code --*/
    .introBlk {
        padding: 20px 0;        
    }
    .introContent h2 {
        font-size: 22px;        
        margin: 0 0 10px;        
        line-height: 34px;
    }
    .introContent h2 span {
        font-size: 34px;        
    }
    .introContent p {
        font-size: 16px;
        line-height: 26px;        
    }
    .introContent .col-md-6:first-child p {
        margin-bottom: 10px;
    }
    .originMain {
        padding: 20px 0;
    }
    .origin h3 {
        font-size: 22px;        
        line-height: 28px;       
        margin: 0 0 12px;        
    }
    .origin p {
        font-size: 16px;
        line-height: 26px;        
    }
    .origin .col-md-6:first-child p {
        margin-bottom: 10px;
    }
    .featureBlk {        
        padding: 20px 0;
    }
    .featureContent h4 {
        font-size: 22px;        
        margin: 0 0 13px;
    }
    .featureContent .col-md-3 {
        flex: 0 0 48.75%;
        max-width: 48.75%;
        margin-bottom: 15px;
    }
    .featureContent .col-md-3:nth-child(2){
        margin-right: 0;
    }
    .featureContent .col-md-3:nth-child(3),
    .featureContent .col-md-3:nth-child(4){
        margin-bottom: 0;
    }
    .featureText p {
        font-size: 16px;
    }
    .purposeBlk {
        padding: 20px 0;        
    }
    .purposeText h4 {
        font-size: 22px;        
        margin: 0 0 18px;        
    }
    .purposeCard .col-md-4 {        
        padding: 20px;
        max-width: 100%;
        flex: 0 0 100%;       
        margin: 0 0 20px;              
    }
    .purposeCard .col-md-4:last-child{
        margin-bottom: 0;
    }
    .purposeCard img {        
        margin-bottom: 20px;
    }
    .purposeCard h6 {
        font-size: 18px;       
        margin: 0 0 15px;
        min-height: inherit;
    }
    .purposeCard p {
        font-size: 16px;        
    }
    .loginContent{
        border-radius: 10px;
    }
    .loginGraph{
        display: none;
    }    
}
@media screen and (max-width: 575px) {
    .mobLogo .logoTitle{
        display: none;
    }
    .sliderMain .owl-dots{        
        bottom: 5px;
    }
    .owl-theme .owl-dots .owl-dot span{
        margin: 5px 4px;
    }    
    .mobile-menu .logo{
        max-width: 84%;
    }
    .logoTitle h2 {
        font-size: 23px;
    }
    .sectionTitle {
        font-size: 18px;        
    }
    .sectionTitle:before {
        width: 50px;
    }
    .sliderMain .owl-nav .owl-prev,
    .sliderMain .owl-nav .owl-next {        
        width: 26px;
        height: 24px;
        background-size: 10px;        
    }
    .awardContent li {        
        list-style-position: inside;
    }
}

@media screen and (min-width:992px) {
    .col-lg-6.awardImg {
        max-width: 48%;
        flex: 0 0 48%;
        margin-right: 2%;
    }
}
@media screen and (min-width: 440px) {
    .logoTitle h2 {
        font-size: 20px;
        line-height: 24px;
    }
}
/*-- Responsive code end --*/



.downQuesBlk {
    display: flex;
    align-items: center;
}
.guidLineLinkBtn {
    margin-left: 20px;
}
.quePaperDownBtn {
    margin-bottom: 15px;
}
.quePaperDownBtn .btn {
    margin: 0 3px;
}

/*-- 01 Dec 2022 Start --*/
.pageSubTitle {
    font-size: 22px;
    font-weight: bold;
    text-decoration: underline;
    color: maroon;
    text-align: center;
    margin: 0 0 20px;
}
.loginFormRow {
    display: flex;
    justify-content: space-between;
    align-self: stretch;
}
.loginFormBlk {
    background: #e9e9e9;
    border-radius: 6px;
    padding: 20px;
    width: 48%;
}
.pageTitle {
    font-size: 20px;
    margin: 0 0 15px;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    color: #065882;
    text-decoration: underline;
}
.loginInstruction {
    background: #e9e9e9;
    border-radius: 6px;
    padding: 20px;
    width: 48%;
}
.loginInstruction h4 {
    font-size: 20px;
    font-weight: 600;
    text-decoration: underline;
    margin: 0 0 10px;
}
.loginInstruction ul {
    margin: 0 !important;
    padding: 0;
    padding-left: 20px;
    list-style-type: disclosure-closed;
}
    .loginInstruction ul li {
        font-size: 15px;
        color: #065882;
        margin-bottom: 10px;
        font-weight: 500;
    }
.recodeCounter {
    font-size: 16px;
    font-weight: 600;
    color: green;
    text-transform: uppercase;
}
.myRecordTable {
    overflow-y: auto;
    height: 500px;
}
.main-sidebar {
    width: 260px;
}
.sidebar-menu>li {    
    width: 260px;
}
.content-wrapper {
    margin-left: 260px;
}
.w70 {
    width: 70px;
}
.w100 {
    width: 100px;
}
.w150 {
    width: 150px;
}
.w180 {
    width: 180px;
}
.w200 {
    width: 200px;
}
.w230 {
    width: 230px;
}
.w250 {
    width: 250px;
}
.w280 {
    width: 280px;
}
.w300 {
    width: 300px;
}
.w350 {
    width: 350px;
}
.w380 {
    width: 380px;
}
.w400 {
    width: 400px;
}

.paperLanguageType input {
    margin: 0 8px 0 0;
}
