.breadcrum-overlay .col-6 {
    z-index: 6;
}
/* Banner Carousel CSS */
.carousel {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 100% !important;
}

/* Ensure the carousel inner is horizontally aligned */
.carousel-inner {
    display: flex;
    width: 100%;
}

/* Each carousel item should take up 100% of the container width */
.carousel-item {
    flex: 0 0 100%; /* This will ensure each slide takes up 100% width */
    /* height: 100%; */
    transition: transform 0.5s ease-in-out;
    opacity: 0; /* Start with all slides hidden */
}

.carousel-item.active {
    opacity: 1;
    visibility: visible;
}

.carousel img {
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
       object-fit: cover;
}

.carousel-caption {
    position: absolute;
    bottom: 10%;
    z-index: 2;
    left: 10%;
    text-align: left;
    color: #fff;
}

.carousel-dots {
    position: absolute;
    bottom: 50px;
    right: 90px;
    display: flex;
    gap: 10px;
}

.carousel-dots span {
    width: 40px;
    height: 10px;
    background: var(--color-white);
    border-radius: 40px;
    cursor: pointer;
}

.carousel-dots span.active {
    background: var(--hover-bg-color);
}
span.heading-effects {
    color: #0546a7;
    font-weight: var(--font-400-weight);
}
p.inner-content {
    padding: 20px 0px;
    font-size: 18px;
    width: 55%;
}
p.paragraph-content {
    padding: 20px 0px;
    line-height: 28px !important;
}
.section-padding {
    padding: 100px 0px;
}
/* section.about-section.section-padding {
padding-bottom: 0px;
} */

/* Ticker CSS Start */
.ticker-wrapper {
    overflow: hidden;
    white-space: nowrap;
    background: linear-gradient(45deg, #011053, #0546a7);
    padding-top: 9px;
}
.ticker {
    display: inline-flex;
    animation: tickerMove 30s linear infinite;
}
.event-sec .event-card img {
    height: 192px;
    -o-object-fit: cover;
       object-fit: cover;
}
img.card-img-top.event-card-img {
    height: 270px;
}

.ticker-item {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 50px;
    color: white;
    font-weight: bold;
    margin-right: 20px;
}
@keyframes tickerMove {
    from {
        transform: translateX(100%);
    }
    to {
        transform: translateX(-100%);
    }
}
/* Ticker CSS Close */
/* Vision Mission section css strat from here */
.breadcrumb-item.active {
    color: #ffcc28 !important;
}
.list-icons {
    background-color: var(--background-color-blue);
    padding: 20px;
    border-radius: 10px;
}
ul.icon-list.mx-3 {
    padding-left: 55px;
}
.icon-list li.list-item {
    list-style: none;
    padding-bottom: 15px;
    line-height: 28px;
}
section.vision-mission-section.section-padding {
    background-image: linear-gradient(to top, #f2f7ff 50%, #ffffff 50%);
}

/* Principal Message section css start*/
.video-thumbnail {
    position: relative;
    display: inline-block;
}
.video-thumbnail img {
    width: 700px;
    height: 650px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 6px;
}
.play-icon {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: rgba(0, 0, 0, 0.7);
    padding: 8px;
    border-radius: 50%;
}

.play-icon img {
    width: 30px;
    height: 30px;
}

.program-section .content {
    width: 90%;
}
.video-sec {
    margin-left: -5rem;
}
.video-sec video {
    border-radius: 10px;
}
section.principal-message-section .content-area {
    border: 1px solid #d0d0d0;
    padding: 20px;
    border-radius: 10px;
}
section.principal-message-section {
    background-color: #f2f7ff;
    padding-bottom: 120px;
}
.row.program-section {
    padding: 20px 10px;
    border-radius: 10px;
}

.program-section .content {
    border-color: #d0d0d0;
}
/* Achivement Content */
.achievement-title {
    color: #333333;
    padding: 20px;
}
.achievement-item {
    height: 250px;
}
/* Gallery Section Slider  */
.gallery-section {
    background-color: #f7f7f7;
}
.gallery-section .swiper-container {
    width: 100%;
    overflow: hidden;
}
.gallery-section .swiper-slide img {
    cursor: pointer;
    background-position: center;
    background-size: cover;
    -o-object-fit: cover;
       object-fit: cover;
    width: 300px;
    height: 300px;
    border-radius: 10px;
}
.swiper-pagination {
    position: relative !important;
}
.gallery-section span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 30px !important;
    height: 7px !important;
    border-radius: 4px;
    background: #ffcc28 !important;
}
.gallery-section .swiper-pagination-bullet {
    background: #0054a6 !important;
    width: 30px !important;
    height: 7px !important;
    border-radius: 4px;
    opacity: 1;
}
/* Ensures images in the popup are responsive */
.modal-img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
}

/* Gallery Section Slider Close */

/* testimonials-slider */

.testimonial-thumb {
    width: 100px;
    height: 100px;
    -o-object-fit: cover;
       object-fit: cover;
}

.testimonial-content {
    background-image: url(/images/testimonial-bg.webp?b6ab6c4b6af69fdefb1fe30ca19912f1);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px;
    height: 413px;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.testi {
    width: 57px !important;
}
.thumbnails-img {
    margin-top: -3rem;
}
.testimonial-content p.text {
    text-align: justify;
    color: #fff;
}
/* testimonials-slider close */

/* Footer CSS Start */
footer.sla-footer.section-padding {
    background-image: url(/images/footer-bg.webp?10a7b936fd0c467d4f6cd008dae204cc);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #fff;
}
ul.footer-nav li.nav-title a,
.footer-heading li.nav-title {
    color: #fff;
    font-size: 14px !important;
    line-height: 24px;
}

.footer-heading li.nav-title {
    padding: 8px 0px;
}

hr {
    margin: 1rem 0;
    border-top: 3px solid #fff;
    opacity: 1;
    width: 50px;
}
section.copyright-section {
    background-color: #0546a7;
}
ul.social-icons li {
    padding: 10px 10px;
    margin: 5px;
    width: 40px;
    height: 40px;
    display: flex
;
    align-items: center;
    justify-content: center;
}

li.facebook i {
    color: #0054a6;
}
li.youtube i {
    color: #c4302b;
}
li.twitter i {
    color: #38a1f3;
}
li.goggle i {
    color: #cc3333;
}
.social-icons li i {
    color: #0054a6;
    font-size: 20px;
}
a.bottom-footer-text {
    color: #ffcc28 !important;
}
a.bottom-footer-text:hover {
    color: #ffffff !important;
}
.mfp-iframe-holder .mfp-close {
    color: #fff;
    /* right: -6px; */
    text-align: right;
    /* padding-right: 6px; */
    width: 5%;
    background: black;
    display: flex;
    justify-content: center;
    border-radius: 50px;
    padding: 0px;
    /* top: -45px; */
    top: -86px !important;
}

input.form-control.subscribe-input {
    max-width: 400px;
    border: none;
    padding: 14px 15px;
    border-radius: 50px;
}
.btn.subscribe-btn {
    background-color: #FFCC28;
    border: none;
    border-radius: 50px;
    font-size: 16px;
    padding: 10px 20px;
    font-weight: bold;
    color: #0446A7;
}
.subscribe-btn:hover {
    background-color: #ffffff;
    border: 1px solid #FFCC28 /* Darker shade on hover */
}

.subscribe-wrapper form{
    width: 100%;
    background: #fff;
    border-radius: 50px;
    justify-content: space-between;
} 
input.form-control.subscribe-input:focus {
    border: none !important;
    box-shadow: none;
}
.modal-dialog button.btn-close {
    background: #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.batch-txt{
    color: #FFCC28;
}
.faculty-txt span strong {
    font-size: 18px;
}
