section.library-partr {
    padding: 60px 0;
}
.dpeartheading-group {
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 2px;
    padding-left: 0;
}
.dpeartheading-group::before {
    content: '';
    position: absolute;
    width: 107px;
    height: 4px;
    border-radius: 5px;
    background: #cbcbcb;
    bottom: 0px;
    left: 0;
}
.dpeartheading-group::after {
    content: '';
    position: absolute;
    left: 0;
    width: 107px;
    height: 4px;
    border-radius: 5px;
    background: #175c84;
    bottom: 0px;
    animation: headingBorder 2s ease 0s infinite normal none;
}

.dpeartheading-group h2 {
    font-style: normal;
    font-size: 30px;
    line-height: 40px;
    color: #000000;
    margin-bottom: 16px;
    position: relative;
    font-weight: 500;
    text-transform: capitalize;
}
@keyframes headingBorder {
    0% {
      width: 0;
    }
  
    100% {
        width: 107px;
    }
  }
  .library-tab {
    /* top: 40px; */
    position: -webkit-sticky;
    /* position: sticky; */
    /* bottom: 0; */
    /* z-index: 100; */
    background: white;
    box-shadow: 0 0 2px 0 #ccc;
}
.linksname h3 {
    background: #175c84;
    color: white;
    font-size: 18px;
    padding: 5px;
    text-align: center;
    font-weight: bold;
    padding: 10px 0;
}
.library-tab ul.innerlist-right {
    padding: 0px 10px 10px 10px;
}
.library-tab ul.innerlist-right  li a {
    color: #000000;
    display: block;
    border-bottom: 1px solid #ddd;
    padding: 7px 0px;
    font-size: 16px;
    text-decoration: none;
}
.library-tab ul.innerlist-right  li a::before {
    content: "\f0a9";
    position: relative;
    font-family: FontAwesome;
    margin-right: 10px;
}
.home-department .left {
    max-height: 300px;
    overflow-y: scroll;
    padding-right: 10px;
}

.home-department .left li {
    position: relative;
    margin-bottom: 6px;
    font-size: 15px;
    line-height: 24px;
}
.home-department .left li:before {
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    background: #f68500;
    left: -18px;
    top: 8px;
}
.row.visiontab .nav-pills .nav-link.active,.row.visiontab .nav-pills .show>.nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: #f1ab0f;
}
.row.visiontab .nav-pills .nav-link {
    background: 0 0;
    border: 0;
    border-radius: var(--bs-nav-pills-border-radius);
    color: #fff;
    font-weight: 500;
    background-color: #175c84;
    margin: 0 3px 0 0;
    border-radius: 5px 5px  0 0;
    padding: 5px 10px;
    font-size: 14px;
}
.row.visiontab {
    margin-top: 40px;
    margin-bottom: 60px!important;
}
.row.visiontab .nav.nav-pills.mb-3 {
    margin-bottom: 0!important;
}
.row.visiontab .tab-content>.active {
    display: block;
    background: #fff;
    padding: 25px 20px;
    box-shadow: 0 0 2px 0px #f1ab0f;
}
.row.visiontab .tab-content ul {
    padding: 0 0 0 20px;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 15px;
    line-height: 24px;
    text-align: justify;
}
.row.visiontab .tab-content li {
    position: relative;
    margin-bottom: 6px;
    font-size: 15px;
    line-height: 24px;
}
.row.visiontab .tab-content li:before {
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    background: #f68500;
    left: -18px;
    top: 8px;
}
.main-lab {
    overflow: hidden;
    background: #fff;
    position: relative;
    padding: 5% 5% 10px 5%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 10px 60px rgba(0, 0, 0, .12);
    -ms-box-shadow: 0 10px 60px rgba(0, 0, 0, .12);
    -o-box-shadow: 0 10px 60px rgba(0, 0, 0, .12);
    box-shadow: 0 10px 60px rgba(0, 0, 0, .12);
    color: #000;
    margin-bottom: 30px;
}
.main-lab figure {
    overflow: hidden;
    height: 223px;
    display: flex;
}
.main-lab figure img {
    object-fit: cover;
    transition: all ease-in-out 0.5s;
}
.main-lab h4 {
    font-size: 20px;
    font-weight: 700;
    height: 40px;
}
.main-lab:hover figure img {
    transform: scale(1.5);
}
.main-lab .content {
    height: 70px;
}
.main-lab .btn-1-con {
    padding: 10px 0;
}
.main-lab .btn-1-con button {
    border: none;
    background: #cf8f00;
    padding: 10px;
    /* color: #fff; */
}
.member-box {
    padding: 30px 0 40px;
    margin-bottom: 30px;
    background-color: #ffffff;
    text-align: center;
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 6px #0003;
    margin-top: 10px;
}
.member-box figure {
    display: inline-block;
    height: 130px;
    width: 130px;
    z-index: 1;
    position: relative;
}
.member-box figure::before {
    content: "";
    width: 100%;
    height: 0;
    border-radius: 50%;
    background-color: #1b6898;
    position: absolute;
    bottom: 135%;
    right: 0;
    left: 0;
    opacity: 0.9;
    transform: scale(3);
    transition: all 0.3s linear 0s;
}
.member-box figure::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #1b6898;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.member-box .inner_content {
    padding: 10px 15px;
    text-align: center;
}
.admimn_sec .member-box .inner_content h4 {
    font-size: 15px;
    height: 55px;
    color: #000000;
    /* display: inline; */
    margin: 0;
    /* position: relative; */
}
.admimn_sec .member-box .inner_content h6 {
    color: #2262cb;
    margin: 3px 0px;
}
.btn-1-con a {
    display: inline-block;
    background: #3177a2;
    text-decoration: none;
    padding: 0 15px;
    color: #fff;
    border-radius: 5px;
    line-height: 30px;
    font-size: 12px;
    height: 0;
    overflow: hidden;
    transition: height ease-in-out 1s;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: max-content;
    bottom: 15px;
}
.member-box:hover figure::before {
    height: 100%;
}
.member-box:hover figure img {
    box-shadow: 0 0 0 14px #f7f5ec;
    transform: scale(0.7);
}
.member-box .inner_content h4 a {
    color: #000;
    text-decoration: none;
}
.member-box figure img {
    width: 100%!important;
    height: 100%!important;
    object-fit: cover;
    border-radius: 50%;
    transform: scale(1);
    transition: all 0.9s ease 0s;
}
.member-box:hover .btn-1-con a {
    height: 30px;
}
.tab-section .container, .tab-section .container-lg, .tab-section .tab-section .container-md, .tab-section .container-sm, .tab-section .container-xl, .tab-section .container-xxl {
    max-width: 100%;
}
.laboratory-department .modal.show .modal-dialog {
    transform: none;
    max-width: 900px;
}
.laboratory-department .modal.show .modal-dialog .modal-body {
    background: #e2e2e2;
}
.laboratory-department .modal.show .modal-dialog .modal-header {
    background: #cf8f00;
}
.laboratory-department .modal.show .modal-dialog .new {
    height: 300px;
}
.laboratory-department .modal.show .modal-dialog .new img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.laboratory-department .modal.show .modal-dialog .modocont {
    overflow-y: scroll;
    padding-right: 10px;
    height: 300px;
}


/**/
.tab-section.projects-department .card-projects {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.tab-section.projects-department .card-projects figure {
    margin: 0;
    height: 330px;
    position: relative;
}
.tab-section.projects-department .card-projects figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1s ease-in-out;
    overflow: hidden;
}
.card__content {
    position: absolute;
    bottom: -100%;
    padding: 30px 15px 15px;
    background: linear-gradient(1deg, black, transparent);
    color: #fff;
    transition: all ease-in-out 0.5s;
    width: 100%;
}
.tab-section.projects-department .card-projects:hover .card__content {
    bottom: 0;
}
.tab-section.projects-department .card-projects:hover figure img {
    transform: scale(1.5);
}
.tab-section.projects-department .card-projects button.card__button {
    border: unset;
    margin-top: 10px;
    padding: 4px 20px;
    background: #f1ab0f;
}
.card__content h4 {
    position: relative;
}

.card__content h4:before {
    content: '';
    position: absolute;
    width: 50px;
    height: 5px;
    background: #f1ab0f;
    bottom: 0;
    transition: all ease-in-out 2s;
    left: -90px;
    border-radius: 5px;
}
.tab-section.projects-department .card-projects:hover .card__content h4:before {
    left: 0;
}
.card__content h4 {
    position: relative;
    padding-bottom: 10px;
}

/**/

.projects-department .modal.show .modal-dialog {
    transform: none;
    max-width: 700px;
}
.projects-department .modal.show .modal-dialog .col-md-5.new {
    margin-top: -30px;
}
.projects-department .modal.show .modal-dialog img {
    border: 5px solid #ffb818a1;
    box-shadow: 0 0 4px 1px #ffb81861;
}
.projects-department .modal.show .modal-dialog h5#exampleModalLabel {
    /* text-align: center; */
    /* display: inline; */
    padding-left: 5px;
}
.projects-department .modal.show .modal-dialog .modocont {
    height: 160px;
    overflow-y: scroll;
    padding-right: 5px;
}
.workshopseminar-department thead {
    background: #085684!important;
    color: #fff!important;
}
.workshopseminar-department td a {
    text-decoration: none;
    padding: 2px 10px;
    background: #f1ab0f;
    color: #000;
}
.whats-happening-box {
    margin-bottom: 30px;
    overflow: hidden;
    background: #fff;
    position: relative;
    /* padding: 5% 5% 10px 5%; */
    box-shadow: 0px 0px 5px rgb(241 171 15 / 29%);
    border-radius: 5px;
}
.whats-happening-box figure {
    overflow: hidden;
    height: 223px;
    /* display: flex; */
    width: 100%;
    margin: 0;
}
.whats-happening-box figure img {
    object-fit: cover;
    transition: all ease-in-out 0.5s;
    width: 100%;
    height: 100%;
}
.whats-happening-box:hover figure img {
    transform: scale(1.5);
}
.whats-happening-box .content {
    padding: 15px 15px 0;
    overflow: hidden;
    margin-bottom: 10px;
    height: 80px;
}
.whats-happening-box .content h5 a {
    color: #000000;
    text-decoration: none;
    font-size: 18px;
}
.whats-happening-box .date-wrapper {
    padding: 0 15px 15px;
    color: #b46341;
}
.video-gallery {
    border: 1px solid #ccc;
    padding: 10px 10px 4px;
    background: #dedede;
}
.video-gallery iframe {
    width: 100%;
    height: 230px;
}