
#committe_main {
    padding: 100px 0;
    padding-bottom: 50px;
    background: #d3d3d375;
}
.academic_reg_head {
    border-bottom: 2px solid #ff9900;
    justify-content: space-between;
    display: flex;
    margin-bottom: 30px;
}
.academic_reg_head h3 {
    font-size: 25px;
    color: #ff9900;
    font-weight: bold;
    padding-bottom: 5px;
}
.academic_reg_head h4 a {
    font-size: 22px;
    padding: 0px 21px;
    color: white;
    background: #ff9900;
}
.committee_sec {
    position: relative;
}
.committee_sec .nav-pills {
    background-color: var(--green);
    padding: 80px 20px;
    width: 100%;
}
.committee_sec .nav-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color: var(--bs-nav-link-color);
    text-decoration: none;
    background: 0 0;
    border: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}
.committee_sec .nav-pills .nav-link.active, .committee_sec .nav-pills .show>.nav-link {
    background-color: transparent;
    color: #fff;
    transition: 0.5s all;
}
.committee_sec .nav-pills .nav-link {
    border-radius: 0;
    margin: 0px 0px 5px;
}
.committee_sec .nav-link::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scaleX(0);
    transform-origin: left center;
    background-color: #ff9900;
    z-index: -1;
    transition: transform 0.8s;
}
.committee_sec .nav-link.active::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scaleX(1);
    transform-origin: left center;
    background-color: #ff9900;
    z-index: -1;
    transition: transform 0.8s;
}
.committee_sec button {
    padding: 12px 25px;
    width: 100%;
    text-align: start;
    color:#dee2e6;
}
.committee_sec .nav-link:focus, .committee_sec .nav-link:hover {
    color: #fff;
}
.committee_sec .nav-link{
    position: relative;
    z-index: 1;
    overflow: hidden;
    color:#dee2e6;
}
.committee_sec .tab-content {
    width: 100%;
}
.committee_sec .tab-pane {
    padding-left: 20px;
}
.committee_head h3 {
    font-size: 25px;
    color: var(--green);
    margin-bottom: 10px;
    font-weight: 900;
    border-bottom: solid 2px var(--green);
    padding-bottom: 5px;
    width: fit-content;
}
.committee_table_inn .table {
    border: solid 1px var(--black);
}
.committee_table_inn thead {
    background: linear-gradient(135deg, var(--green) 0%, #49a752 100%);
    font-weight: bold;
}
.committee_table_inn .table>:not(caption)>*>* {
    text-align: center;
    background-color: transparent;
}
.table-bordered td, .table-bordered th {
    border: 1px solid #0000003b;
}

.committee_table_inn th {
    font-weight: 400;
    color: #fff;
}
.committee_table_inn .table>:not(caption)>*>* {
    text-align: center;
    background-color: transparent;
}
.processor h3 {
    color: #ff9900;
    line-height: 40px;
    font-weight: 700;
    font-size: 30px;
}
.processor h4 {
    color: #000;
    line-height: 40px;
    font-weight: 700;
    font-size: 25px;
    margin: 10px 0px;
}
#committe_main .processor p {
    text-align: justify;
    line-height: 30px;
    font-weight: normal;
    font-size: 16px;
    margin: 10px 0px;
}
.processor h5 {
    color: #000;
    line-height: 40px;
    font-weight: 700;
    font-size: 20px;
    margin: 10px 0px;
}
#committe_main .processor ul li {
    font-size: 16px;
    line-height: 36px;
    /* margin-left: 25px; */
}
#committe_main .processor ul li span {
    color: #ff9900;
    font-size: 25px;
}
table {
    counter-reset: Serial;
}
table:not(.table-number) tr td:first-child:before {
    counter-increment: Serial;
    content: counter(Serial);
} 





























