 /* body{*/
 /*    background: #E0FFFF;*/
 /*}*/
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
 
/* .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
} */
/* Center the navbar */
.navbar {
    justify-content: center;
}

/* Open dropdown on hover */
.navbar-nav .dropdown:hover .dropdown-menu {
    display: block;
    position: absolute;
}

/* Adjust dropdown menu style */
.dropdown-menu {
    margin-top: 0;
    border-radius: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.navbar-nav {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex
;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
     
}
.navigation .navbar .navbar-nav li a {
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #07294d!important;
    text-transform: uppercase;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    padding: 14px 17px 0px 0;
    line-height: 14px;
}
.navigation .navbar .navbar-nav li .dropdown-menu li a {
    padding: 5px 11px;
    display: block;
    border-bottom: 1px solid rgba(255, 198, 0, 0.5);
     
    font-weight: 500;
    text-transform: none;
    line-height: 24px;
}
.logoimg1{
    height: 100px;
    width: 100px;
    /*padding-right: 140px;*/
}
.dropdown-menu {
     
     
    position: absolute;
    /* top: 110%; */
    background-color: #07294d;
    width: 220px;
   
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    z-index: 99;
}
.navigation .navbar .navbar-nav li:hover>.dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
}
.dropdown-menu .dropdown-item {
    /*color: white!important;*/
    text-align: start;
    padding-left: 10px; /* Set dropdown text color to white */
}
.dropdown-menu .dropdown-item:hover {
    background-color: #004080; /* Slightly lighter navy on hover */
    color: white!important; /* Keep text color white on hover */
}
ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0;
}
.navigation .navbar .navbar-nav li .sub-menu li {
    margin-right: 0;
    position: relative;
}
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
    }
}
/* .navigation .navbar .navbar-nav li {
    margin-right: 36px;
    position: relative;
     
} */
 
.logoimg {
    height: 120px;
    width: 120px;
}
 
 
 
 
 
a {
    color: #07284c;
}
i, span, a {
    display: inline-block;
}
a {
    color: #b0cc27;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
@media (min-width: 992px) {
    .navbar-expand-lg {
        -ms-flex-flow: row nowrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        -webkit-box-pack: start;
        justify-content: flex-start;
    }
}
 
.slider-wrapper {
    display: flex;
    transition: transform 0.3s ease-in-out;
    white-space: nowrap;
}
.slider-box {
    flex: 0 0 calc(100% / 6);
    text-align: center;
    padding: 20px 5px;
    box-sizing: border-box;
}
.single-category {
    width: 200px;
}
.single-category {
    padding: 20px 0;
    display: block;
    min-height: 150px;
    border: 2px solid bisque;
    box-shadow: 3px 4px 5px #000;
}
.color-3 {
    border-radius: 0px 35px 0px 35px;
}
.color-1 {
    border-radius: 0px 35px 0px 35px;
}
.color-2 {
    border-radius: 35px 0px;
}
.prev-button {
    left: 0;
}
.next-button {
    right: 0;
}
 
/* Container to hide overflow */
.slider-container {
    overflow: hidden;
    position: relative;
    width: 100%;
}

/* Slider wrapper to arrange slider boxes in a row */
.slider-wrapper {
    display: flex;
    transition: transform 0.5s ease;
}

/* Each individual slider box */
.slider-box {
    flex: 0 0 20%; /* Show 4 items at a time */
    padding: 10px;
}

/* Position buttons */
.prev-button,
.next-button {
    position: absolute;
    top: 88%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 10px;
    border: none;
    font-size: 20px;
    cursor: pointer;
    z-index: 10;
    width: 100px;
}
.marquee-box {
    background: #07284c;
}
.marquee-section .updates {
    position: absolute;
    top: 721px;
    left: 10px;
    background: #a50701;
    z-index: 1;
    padding: 7px 10px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    color: #fff !important;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    color: #295f2d;
}

.prev-button {
    left: 0;
}

.next-button {
    right: 0;
}
.row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.category-slide {
    position: relative;
}

/* Position Prev and Next Buttons */
 .swiper-container {
    width: 100%;
    overflow: hidden;
}

.swiper-wrapper {
    display: flex;
}

.swiper-slide {
    flex-shrink: 0;
    width: auto;
}

 

 

.prev-btn, .next-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px;
}

.prev-btn {
    left: 10px;
}

.next-btn {
    right: 10px;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .single-category {
        padding: 15px;
        font-size: 14px;
    }
    .prev-btn, .next-btn {
        padding: 8px 12px;
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .single-category {
        padding: 10px;
        font-size: 12px;
    }
    .prev-btn, .next-btn {
        padding: 6px 10px;
        font-size: 12px;
        margin-top: -25px;
    }
    .heading1{
        font-size: 13px;
    /* margin-bottom: 8px; */
    margin-top: -49px;
    /*margin-left: -47px;*/
    }
    .heading2{
        font-size: 7px;
    /*margin-left: -24px;*/
    }
    .heading3{
        /*margin-left: -23px;*/
    color: red;
    font-size: 10px;
    }
        .logoimg {
        height: 61px;
        width: 64px;
        margin-left: -12px;
    }
    .logoimg1{
       height: 75px;
        width: 85px;
        /*margin-left: 253px;*/
        margin-right: -29px;
        /*margin-top: -104px;*/
    }
    .box1{
        width: 207px!important;
    }
    .single-category {
    padding: 20px 0;
    display: block;
    min-height: 124px;
    border: 2px solid bisque;
    box-shadow: 3px 4px 5px #000;
}
}
.video-box {
    border: 1px solid #ddd;
    border-radius: 7px;
    width: 100%;
    height: 203px;
}
.section-title h5 {
    color: #ffffff;
    position: relative;
    padding-bottom: 12px;
    font-size: 24px;
    padding: 10px;
    background-color: gray;
    background: linear-gradient(325deg, #018ea5 51%, #bfb62c 32%);
    border-radius: 6px 6px 0px 0px;
    margin-top: 10px;
}
.lightgallery {
    margin: 0 0 10px 0;
    display: grid !important
;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 10px !important;
    width: 104% !important;
    margin-left: -30px;
}
.lightgallery > li {
    list-style: none !important;
    padding-left: 0px;
    background: none !important;
    float: none !important;
    padding: 0px;
    box-shadow: none !important;
    max-width: 100% !important;
    overflow: hidden;
    border: 3px solid #5a9699;
    margin: none !important;
    height: 200px;
    object-fit: contain;
    border-radius: 5px;
}
.lightgallery > li a {
    display: block;
    overflow: none !important;
    position: none !important;
    float: left;
    height: 100% !important;
    width: 100% !important;
    border-radius: none !important;
}
.gallery_img {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .gallery_img:hover {
    transform: scale(1.1); /* Enlarge the image slightly on hover */
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3); /* Add a shadow for a pop-out effect */
  }
  .about-cont p {
    padding-top: 8px;
    text-align: justify;
}
.custom-scrollbar::-webkit-scrollbar {
    width: 8px; /* Scrollbar width */
    height: 8px; /* Scrollbar height for horizontal scrolling */
}

.custom-scrollbar::-webkit-scrollbar-thumb {
    background: #018ea5;/* Scrollbar thumb color */
    border-radius: 4px; /* Rounded corners for thumb */
}

.custom-scrollbar::-webkit-scrollbar-thumb:hover {
    background: #0056b3; /* Thumb color on hover */
}

.custom-scrollbar::-webkit-scrollbar-track {
    background: #f0f0f0; /* Scrollbar track color */
    border-radius: 4px; /* Rounded corners for track */
}

/* Add some padding to the ul for better scrolling experience */
.custom-scrollbar {
    padding-right: 10px;
}

.nav-tabs {
    background-color: #018ea5;
}

.Notices-Circulars .nav-tabs .nav-link {
    color: #000000;
    text-decoration: none;
    padding: 10px;
    transition: all 0.3s ease-in-out;
}

/* Active Tab Styles */
.Notices-Circulars .nav-tabs .nav-item.show .nav-link,
.Notices-Circulars .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #bfb62c;
    font-weight: 700;
}

/* Tab Container Styling */
.box-tabb {
    background: #fff;
    min-height: 300px;
    box-shadow: 0px 0px 7px 6px #88a7ac;
    padding: 10px !important;
}

/* "View All" Button */
.event-slider-box a.viw-to-exp, .Notices-Circulars a.v-all2 {
    position: absolute;
    bottom: 130px;
    font-size: 14px;
}

.research-box figure .more-btn a, a.viw-to-exp, a.v-all2 {
    display: inline-block;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    transform: translateZ(0);
    padding: 10px 0 10px 23px;
    cursor: pointer;
    background: #a62121;
    text-decoration: none;
    color: #fff;
    transition: all ease-in-out 0.8s;
    width: 117px;
    text-align: left;
}

.research-box figure .more-btn a:before, a.viw-to-exp:before, a.v-all2:before {
    font: normal normal normal 14px/1 FontAwesome;
}
section.at-a-glance {
    width: 100%;
    float: left;
    padding: 40px 0;
    background: #196692;
    color: #fff;
    position: relative;
    text-align: center;
}
.heading-1 {
    position: relative;
    padding-bottom: 0;
}
.heading-1 span {
    display: block;
    font-size: 19px;
    margin-top: 8px;
}
.bar {
    height: 5px;
    width: 90px;
    background: #b4daf7;
    margin: 10px auto;
    position: relative;
    border-radius: 30px;
    /* margin-bottom: 30px !important; */
}
.no-js .owl-carousel, .owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
}
.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}
section.at-a-glance .counter {
    margin-top: 27px;
    margin-bottom: 30px;
}
section.at-a-glance .counter i {
    width: 80px;
    height: 80px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    font-size: 38px;
    line-height: 78px;
    color: #f8dd8c;
    content: "";
    display: inline-block;
    color: transparent;
    position: relative;
}
section.at-a-glance .counter i:before {
    content: '';
    background: url(../images/Undergraduate-Students.png) no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: 50px;
    background-position: center;
}
h2.timer.count-title.count-number {
    margin: 10px 0 10px;
    font-weight: bold;
    font-size: 36px;
}
section.at-a-glance i.postgraduate-students:before {
    background: url(../images/Postgraduate-Students.png) no-repeat;
    background-size: 43px;
    background-position: center;
}
section.at-a-glance i.faculty:before {
    background: url(../images/Faculty.png) no-repeat;
    background-size: 43px;
    background-position: center;
}
section.at-a-glance i.non-teaching-staff:before {
    background: url(../images/Non-Teaching-Staff.png) no-repeat;
    background-size: 43px;
    background-position: center;
}
.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
}
.single-category .cont span {
    color: #fff;
    font-size: 14px;
    padding-top: 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}
.single-category .cont {
    display: block;
}
.footer-content {
    width: 100%;
    display: inline-block;
    position: relative;
}
.footer-link {
    overflow: hidden;
}
.footer-title h6 {
    color: #008da4;
    letter-spacing: 1px;
    font-size: 25px;
    text-decoration: underline;
    margin-left: 39px;
}
.footer-link ul {
    width: 50%;
    float: left;
    overflow: hidden;
}
.footer-link ul li {
    line-height: 35px;
}
.footer-link ul li a {
    color: #07284c;
    font-size: 15px;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    font-weight: 600;
}
.footer-link ul li a i {
    margin-right: 8px;
    color: #07284c;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.fa-angle-double-right {
    padding-right: 8px;
    padding-top: 5px;
    font-size: 20px;
    color: #008ca3;
    font-weight: bold;
}
.mt-40 {
    margin-top: 40px;
}
.footer-address ul li .icon i {
    font-size: 18px;
    color: #07284c;
    /* position: absolute; */
    left: 0;
    top: 10px!important;
    margin-left: -33px;
}
.footer-address ul li .cont {
    padding-left: 35px;
}
.footer-address ul li {
    position: relative;
    margin-bottom: 10px;
}
.footer-address ul li .cont p {
    color: #07284c;
    font-weight: 600;
}
.footer-link ul {
    width: 50%;
    float: left;
    overflow: hidden;
}
.footer-about {
    padding-left: 10px;
}
.mt-80 {
    margin-top: 80px;
}
 .notice-item {
        display: block; /* Ensures each notice appears on a new line */
        font-size: 18px;
        font-weight: bold;
        padding: 5px 0; /* Adds spacing between notices */
        text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
        transition: color 0.3s ease-in-out, text-shadow 0.3s ease-in-out;
    }

    /* Default Colors */
    .notice-item:nth-child(1) { color: #007bff; } /* Blue */
    .notice-item:nth-child(2) { color: #28a745; } /* Green */
    .notice-item:nth-child(3) { color: #d63384; } /* Pink */
    .notice-item:nth-child(4) { color: #ff6600; } /* Orange */
    .notice-item:nth-child(5) { color: #6f42c1; } /* Purple */

    /* Hover Effect - All turn Red */
    .notice-item:hover {
        color: #ff3300 !important;
        text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
    }
.main_content{
    min-height: 550px;
    margin: auto;
    padding: 5px;
    background: #eee;
    box-shadow: 0px 0px 5px 0px #CCCCCC;
    
}

@media (max-width: 1140px) {
    .main_content {
        width: 95%;
    }
}
.heading {
    background: url(../images/head_bg.png) bottom repeat-x;
    padding-bottom: 6px;
    margin-bottom: 5px;
}
h1 {
    margin: 5px 0;
    padding: 2px;
    font-family: "Open Sans", sans-serif;
    color: #06768C;
    font-size: 24px;
    font-weight: 500 !important;
}
.clear {
    clear: both;
}
.panel-success {
    border-color: #d6e9c6;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #c8d883;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-success > .panel-heading {
    color: #3c763d;
    background-color: #bcd4b2;
    border-color: #d6e9c6;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
  .panel-body {
    padding: 15px;
}  
.submit {
    padding: 8px 15px;
    border: 1px solid #DDDDDD;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #066;
    font-weight: bold;
    color: #FFFFFF;
}
