/*
Theme Name:    	nmiet-child-child
Description:    NMIET
Author:         NMIET
Template:       accesspress-parallax

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/
/* tablepress */
.tablepress thead tr th {
    background-color: #31be72;
}
.tablepress {
    border: 1px solid #cfcfcf !important;
}
section.tender_edu_sec td a:hover {
    color: #1ca75c;
}
section.tender_edu_sec td a {
    color: #345681;
    font-size: 20px;
}

section.breadcrumb-banner {
    position: relative;
}

section.breadcrumb-banner::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 89%;
    background: linear-gradient(180deg, #ffffff, #ffffff6b 23%, #ffffff1c, transparent);
    top: 0;
    left: 0;
}

section.breadcrumb-banner {
    position: relative;
    margin: 0;
}
section.breadcrumb-banner figure {
    margin: 0;
}
section.breadcrumb-banner .content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: max-content;
    margin: auto;
    padding: 15px 0;
}
section.breadcrumb-banner  h2 {
    font-size: 30px;
    color: #fff;
    margin: 0;
}
ul#crumbs {
    padding: 0;
}
ul#crumbs  li:first-child {
    padding-left: 0;
}
ul#crumbs  li:first-child {
    padding-left: 0;
}
ul#crumbs  li {
    display: inline-block;
    text-transform: capitalize;
    margin: 10px -1px;
    position: relative;
    padding: 0 10px;
    color: #ffffff;
}
.entry_content {
    width: 100%;
    float: left;
    padding: 60px 0;
}
ul#crumbs li:before {
    content: '';
    position: absolute;
    width: 2px;
    height: 16px;
    background: #787878;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    transform: rotate3d(1, 1, 1, 45deg);
}
section.breadcrumb-banner a {
    display: inline-block;
    color: #ffffff;
    position: relative;
    text-decoration: none;
    padding: 0 0px;
}
ul#crumbs li:last-child {
    padding-right: 0;
    margin-right: 0;
}
ul#crumbs li:last-child:before{
    display: none;
}
ul#crumbs {
    padding: 0;
    margin-bottom: 0;
}

.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 100%!important;
}




  /*Section Slider Start */
  .lead {
    font-size: 1.5rem;
    font-weight: 300;
  }

  /* Demo styles */
  #nav-serialscrolling {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    min-width: 97px;
    float: left;
    z-index: 100;
    height: 100vh;
    margin: auto 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* background: linear-gradient(90deg, #074593a8, #00000000, #00000000); */
}
#nav-serialscrolling .sub-link {
    position: relative;
    padding: 10px 13px 10px 10px;
    cursor: pointer;
    transition: 300ms;
    text-shadow: 0 0 3px #00000000;
    display: inline-block;
    color: #ff941200;
    text-transform: capitalize;
    font-size: 12px;
    max-width: 96px;
    line-height: 16px;
    transition: all ease-in-out 0.5s;
}
#nav-serialscrolling .sub-link:hover, #nav-serialscrolling .sub-link.is-current {
    color: #ffffff;
    background: linear-gradient(90deg, #0000008f, #00000094, #00000000);
    /* -webkit-text-stroke: 0.3px #000000; */
}
#nav-serialscrolling .sub-link:before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 40px;
    height: 3px;
    background: #05a54ec2;
    border-radius: 3px;
    transition: all ease-in-out 0.5s;
    left: 0;
    box-shadow: 0 0 2px #00000061;
}




#nav-serialscrolling .sub-link.is-current:before, #nav-serialscrolling .sub-link.is-current:hover:before {
    width: 100%;
    background: #01a650;
    max-width: 95px;
}


[data-serialscrolling-target] {
    display: flex;
    /* justify-content: center; */
    /*align-items: start;
     min-height: unset; */
    /* padding: 0; */
    /* background-color: rgba(255, 255, 255, .05); */
    /* color: rgba(255, 255, 255, .25); */
    /* font-size: 24px; */
    /* font-style: italic; */
    /* text-align: center; */
    flex-direction: column;
    width: 100%;
}
  /*Section Slider End*/

  /* datatable css start */ 
section.datatable_sec {
    padding: 60px 0;
}
.tablepress th {
    background: #1ca75c !important;
    color: #fff!important;
}
/* .tablepress td {
    background: #ffffff !important;
} */
.tablepress th, .tablepress td {
    border: 1px solid #dcdcdc!important;
}
section.datatable_sec {
    padding: 60px 0;
    background: url(images/Approval.png);
    background-repeat: repeat;
    /* opacity: 0.7; */
    position: relative;
}
section.datatable_sec:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ffffff85;
    top: 0;
    left: 0;
}
/* section.datatable_sec:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff57;
} */
div.dataTables_wrapper div.dataTables_info {
    padding-top: 0;
    color: #000;
}
.dataTables_paginate .paginate_button.disabled {
    color: #040404!important;
}
.dataTables_paginate .paginate_button {
    width: 30px;
    height: 30px;
    text-align: center;
    background: #dfdfdf;
    display: inline-flex!important;
    align-items: center;
    justify-content: center;
    text-decoration: none!important;
}

.dataTables_paginate .paginate_button:first-child, .dataTables_paginate .paginate_button:last-child {
    padding: 0 11px;
    width: auto;
}
div.dataTables_wrapper div.dataTables_info {
    padding-top: 8px!important;
    margin: 0!important;
    color: #434343;
}
div.dataTables_wrapper div.dataTables_filter {
    text-align: right;
    padding-bottom: 4px;
    color: #434343;
}
.dataTables_paginate .paginate_button.current, .dataTables_paginate .paginate_button:hover {
    background: #046110;
    color: #fff!important;
}
/* datatable css end */
/* Vertical tab  start */

.vertical-tab {
    padding: 30px 0 10px;
}
.vertical-tab-leftcon {
    display: flex;
    padding-right: 0;
}
.vertical-tab-left {
    border-right: 5px solid #2b43da;
    max-width: 100%;
    width: 100%;
    margin-right: 0!important;
    border-top: 1px dotted #ccc;
}
.vertical-tab-leftcon .nav-wrap {
    background: #f7f7f7;
    width: 100%;
}
.vertical-tab .nav-pills .nav-link.active {
    background: #112187;
    color: #fff;
}
.vertical-tab .nav-pills .nav-link {
    text-align: left;
    padding: 15px 10px;
    border-radius: 0;
    color: #000;
    width: 100%;
    display: inline-block;
    border-bottom: 1px dotted #ccc;
    line-height: 17px;
}
.vertical-tab-righttcon {
    padding-left: 0;
}
.vertical-tab .tab-content {
    padding: 15px 15px;
    background: #fff;
    border: 1px solid #ededed;
    box-shadow: 4px 1px 10px #e5e5e5;
}
.vertical-tab h3 {
    font-size: 22px;
    padding-bottom: 10px;
    padding-left: 10px;
    margin-bottom: 15px;
    color: #000;
    font-weight: 600;
    position: relative;
}
.vertical-tab h3::before {
    content: '';
    position: absolute;
    height: 28px;
    width: 4px;
    left: 0;
    bottom: 0;
    top: -2px;
    background: #112187;
}
.vertical-tab .scroll-bar-2 {
    overflow-y: scroll;
    padding: 0 10px 10px 0;
    margin: 0 0 10px 0;
    max-height: 590px;
    overflow-x: clip;
}

.vertical-tab-new {
    background: url(images/Approval.png);
    background-repeat: repeat;
    position: relative;
}
.vertical-tab-new:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ffffff85;
    top: 0;
    left: 0;
}



.vertical-tab-new .container {
    position: relative;
}

.archieve_in {
    /* width: 100%; */
    float: right;
    background: #a67114;
    padding: 5px 30px;
    margin-bottom: 10px;
    /* color: #fff; */
}
.archieve_in a {
    color: #fff;
}

.document {
    background: #053481;
    padding: 0 20px;
    color: #fff;
}

.document a {
    color: #fff;
}

.dataTables_wrapper {
margin-bottom:0px;
}
.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
}
/* pagination start */

nav.pagnav {
    text-align: center;
}


a.page-numbers:hover {
    background: #02a650;
    color: #fff;
}
span.page-numbers.current {
    background: #02a650;
    color: #fff;
    padding: 4px 14px;
}
a.page-numbers {
    background: #ccc;
    padding: 4px 14px;
    margin: 2px;
    color: #000;
    text-decoration: none;
}
/* pagination end */

.e-con-inner {
    max-width: 100%!important;
}

.elementor-widget-text-editor p {
    text-align: justify;
}
.elementor-widget-text-editor{
    font-family: 'Myriad Pro';
    color: #696969;
    font-size: 16px;
    line-height: 29px;
}

ul.list-nmiet li{
    position: relative;
    margin-bottom: 6px;
    font-size: 15px;
    line-height: 24px;
}
ul.list-nmiet li:before {
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    background: #00a853;
    left: -18px;
    top: 8px;
}
/* 
Adminstration */

.vc {
    text-align: center;
    background: #f3f3f3;
    border-radius: 10px;
    padding: 10px 0;
    position: relative;
}
.vc:before {
    content: '';
    -webkit-clip-path: polygon(100% 0, 0 46%, 100% 100%);
    clip-path: polygon(100% 0, 0 46%, 100% 100%);
    background: #fff;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 51px;
    right: 0;
    margin: auto;
}
.vc .vc-al-box {
    margin-top: 40px;
}
.vc-al-box figure {
    width: 100%;
    position: relative;
    text-align: center;
}
.vc-al-box figure:before {
    content: '';
    background: #e9e9e9;
    width: 53%;
    height: 76%;
    position: absolute;
    bottom: 0;
    left: 30%;
    border-radius: 10px;
}
.vc-al-box figure img {
    position: relative;
    z-index: 1;
    border: 2px solid #406da6;
    max-width: 270px;
    width: 230px;
    height: 240px;
    margin-bottom: 28px;
    border-radius: 10px;
    object-fit: cover;
    box-shadow: 0 0 18px 2px #00000040;
}
.vc h4 {
    font-size: 19px;
    color: #000000 !important;
}
.vc h5 {
    font-size: 13px;
    color: #073a7a !important;
}
.cp-msg {
    margin-top: 0;
}
.cp-msg p {
    text-align: justify;
    margin-top: 20px;
    margin-bottom: 0;
}
.top-contact a {
    color: #fff;
}
div#searchModal button.btn-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    right: -18px;
    position: absolute;
    top: -24px;
    background-image: none;
    background-color: #fff;
}


/*Grievance Form=========*/
.csform {
    padding: 60px;
    padding-bottom: 82px;
    background-color: #ebebeb;
    background-image: url(images/shape-2-1.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 10%;
    border-radius: 5px;
}
.csform input{
height: 58px !important;
    width: 100%!important;
    border: none!important;
    outline: none!important;
    padding: 0 20px!important;
    line-height: 58px!important;
    font-size: 14px;}

    .csform input[type="submit"] {
        display: inline-block;
        padding: 0 35px!important;
        position: relative;
        transition: 0.3s!important;
        font-weight: 500;
        font-size: 15px;
        text-transform: uppercase;
        color: var(--it-common-white);
        background-color: var(--it-theme-3);
        text-align: center;
        width: auto !important;
    }


    .csform  .nf-field-label .nf-label-span,   .csform .nf-field-label label {
        font-weight: 400;
        margin: 0;
        padding: 0;
        color: #001d42;
    }


/*=========Grievance Form*/



@media (max-width:1200px) {

ul#nav-serialscrolling {
    display: none;
}


}

section.inner_department_sec .deptform .nf-form-fields-required {
    font-size: 12px;
    display: none!important;
}