:root {
    --default-font: "Poppins", sans-serif;
    --heading-font: "Poppins", sans-serif;
    --nav-font: "Poppins", sans-serif;
}


:root {
    --background-color: #ffffff;
    /* Background color for the entire website, including individual sections */
    --primary-header: #323d6e;
    --white-text: #fff;
    --primary-2-bg: #d1143e;
    --social-bg: #ffffff3d;
    --primary-black: var(--primary-black);
}

.row {
    width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
}


.topheader {
    background: var(--primary-header);
    padding: 5px 0px;
}

.navhead {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.topheader .row>ul {
    display: flex;
    gap: 30px;
    width: 60%;
}

.topheader ul {
    display: flex;
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0px;
    align-items: center;
}

.topheader ul li a {
    color: var(--white-text);
    text-decoration: auto;
    font-size: 15px;
    display: flex;
}

.social-class.background-add p {
    color: var(--white-text);
    font-size: 17px;
    margin: 0px;
    z-index: 1;
}

.social-class.background-add h5 {
    color: var(--white-text);
    font-size: 15px;
    font-weight: 500;
    margin: 0px;
    z-index: 1;
}

.social-class.background-add {
    padding: 0px;
    display: flex;
    gap: 5px;
    width: 40%;
    justify-content: right;
    align-items: center;
    position: relative;
    padding: 0px 24px 0 0;
    z-index: 1;
}

.social-class.background-add ul {
    gap: 5px;
    margin-left: 8px;
    align-items: center;
    z-index: 1;
}

.social-class.background-add ul a svg {
    background: var(--social-bg);
    padding: 11px;
    font-size: 17px;
    border-radius: 50px;
}

.social-class.background-add ul a svg.svg-inline--fa.fa-facebook-f {
    padding: 11px 15px;
}

.social-class.background-add ul a svg.svg-inline--fa.fa-instagram {
    padding: 11px 13px;
}

.social-class.background-add::before {
    content: '';
    position: absolute;
    top: -6px;
    height: 25px;
    width: 292px;
    background: var(--primary-2-bg);
    right: 0;
    transform: skew(30deg);
}

.social-class.background-add::after {
    content: '';
    position: absolute;
    bottom: -5px;
    height: 25px;
    width: 292px;
    background: var(--primary-2-bg);
    right: 0;
    transform: skew(-30deg);
}


/* navbar */

.navhead .navbar-light .navbar-nav .nav-link {
    margin-right: 20px;
    padding: 25px 0;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    outline: none;
}

.navhead .navbar-light .navbar-nav .nav-link:hover,
.navhead .navbar-light .navbar-nav .nav-link.active {
    color: blue;
}

.nav-item.dropdown .dropdown-submenu {
    position: relative;
}

.dropdown-menu.fade-up.m-0.level-2 {
    visibility: hidden !important;
    display: none !important;
}

.nav-item.dropdown .dropdown-submenu:hover .dropdown-menu {
    display: block !important;
    position: absolute;
    right: -171px;
    top: 0 !important;
    visibility: visible !important;
}

@media (max-width: 991.98px) {
    .navhead .navbar-light .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }

    .navhead .navbar-light .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

/* .navhead .navbar-light .navbar-brand,
.navhead .navbar-light a.btn {
    height: 75px;
} */

.navhead .navbar-light .navbar-nav .nav-link {
    color: black;
    font-weight: 500;
}

.sticky-top {
    top: 0px;
    transition: .5s;
}

nav.navbar.navbar-expand-lg.bg-white.navbar-light.sticky-top.p-0.sticky-nav {
    position: fixed !important;
    left: 0;
    right: 0;
}

@media (min-width: 992px) {
    .navhead .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navhead .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


.logo a.navbar-brand {
    display: flex;
    align-items: center;
    margin: 0;
    gap: 8px;
}

.logo a.navbar-brand .name-logo h4 {
    margin: 0;
    letter-spacing: 0em;
    color: #192f59;
    line-height: 24px;
    font-weight: 600;
    font-family: 'Lora', sans-serif;
    font-size: 22px;
}

.logo a.navbar-brand .name-logo p {
    margin: 0;
    font-size: 17px;
    margin: 0;
    font-family: 'popins', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.00938em;
    color: #d1143e;
    font-size: 17px;
    line-height: normal;
}

.logo a.navbar-brand img {
    height: 80;
    width: 80;
}

a.btn.btn-primary.search-button {
    display: flex;
    gap: 12px;
    align-items: center;
    padding: 10px 20px;
    border-radius: 50px;
    background-color: #4caf50;
    border-color: #4caf50;
    box-shadow: none;
}

a.btn.btn-primary.search-button:hover {
    background-color: var(--white-text);
    border-color: #4caf50;
    color: #4caf50;
}


/* search-drawer */

.modal.top-drawer .modal-dialog {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    transform: translateY(-100%);
    transition: transform 0.3s ease-out;
}

.modal.top-drawer.show .modal-dialog {
    transform: translateY(0);
}

.modal-searching-type .modal-dialog.modal-dialog-centered {
    max-width: 100%;
    min-height: auto;
}

.modal-searching-type .modal-dialog.modal-dialog-centered .modal-content {
    height: auto !important;
    background-color: #e9ffea;
}

.modal-searching-type .modal-dialog.modal-dialog-centered .modal-header {
    padding: 10px 90px;
}

.modal-searching-type .modal-dialog.modal-dialog-centered .modal-body {
    padding: 20px 90px;
    display: flex;
    align-items: center;
    gap: 30px;
}

.modal-searching-type .modal-dialog.modal-dialog-centered .modal-body input.form-control {
    padding: 11px 20px;
    font-size: 15px;
    border-radius: 60px;
    box-shadow: 0px 0px 8px 0px #ddd;
}

.modal-searching-type .modal-dialog.modal-dialog-centered a.btn.btn-primary.search-button {
    box-shadow: 0px 0px 8px 0px #ddd;
}


/* Main-carousel */

section#main-carousel .carousel-item img {
    height: 73vh;
    object-fit: cover;
}

section#main-carousel .carousel-item::after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .65);
    height: 100% !important;
    width: 100% !important;
    z-index: 1;
}

.button-nav {
    z-index: 11;
}

section#main-carousel .carousel-item .content-slide,
section#main-carousel .carousel-item.active .content-slide {
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    z-index: 11;
    width: 58%;
    margin: 0 auto;
    text-align: center;
}

.head-content h4 {
    color: #fda31b;
    font-size: 24px;
    text-decoration: underline;
}

.head-content h2 {
    font-size: 69px;
    color: #fff;
    font-weight: 600;
    line-height: 74px;
    margin-top: 14px;
    font-family: 'Lora', sans-serif;
}

.head-content h2 span {
    color: #ffffff00;
    -webkit-text-stroke: 2px #fda31b;
    -webkit-text-fill-color: transparent;
}

.para-content-head h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    margin-top: 19px;
    font-family: sans-serif;
}

.button-content a {
    display: flex;
    gap: 12px;
    align-items: center;
    padding: 10px 20px;
    border-radius: 50px;
    background-color: #4caf50;
    border-color: #4caf50;
    color: var(--white-text);
    box-shadow: none;
    width: auto;
    text-decoration: auto;
    transition: .5s;
}

.button-content a:hover {
    text-decoration: underline;
    transition: .5s;
}

.button-content {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 36px;
}

button.carousel-control-prev.custom-carousel-btn.button-nav {
    justify-content: left;
    padding-left: 40px;
}

button.carousel-control-next.custom-carousel-btn.button-nav {
    justify-content: right;
    padding-right: 40px;
}

@keyframes slideUp {
    0% {
        transform: translateY(100px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

/* Scroll-based animation (slide down or up) */
@keyframes slideDown {
    0% {
        transform: translateY(-100px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.animated-content {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

/* Add this class via JS */
.animate-on-slide {
    animation: slideUp 1s ease forwards;
}

/* Add this class via scroll detection */
.animate-on-scroll {
    animation: slideDown 1s ease forwards;
}



/* marque-section */

.count-marquee {
    display: flex;
    align-items: center;
}

.marquee ul {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0px;
    margin: 0;
    gap: 20px;
}

.marquee ul li img {
    width: 38px;
    margin-right: 5px;
}

.announcements {
    width: 14%;
    background: #d1143e;
    display: flex;
}

.marquee {
    width: 100%;
    background: var(--primary-header);
}

.marquee ul li a {
    color: var(--white-text);
    text-decoration: auto;
}

.announcements h5 {
    margin: 0;
    padding: 12px 20px;
    color: #fff;
    font-size: 17px;
    font-family: sans-serif;
}

.marquee marquee {
    padding: 10px 25px;
    display: flex;
}

.announcements::after {
    content: '';
    position: absolute;
    top: 13px;
    right: -5px;
    transform: rotate(45deg);
    background: #d1143e;
    width: 18px;
    height: 18px;
    z-index: 11;
}


.announcements {
    width: auto;
    background: #d1143e;
    display: flex;
    position: relative;
}

.marquee ul li {
    padding-right: 17px;
    border-right: 1px solid #ffffff;
}

.marquee ul li:last-child {
    border-right: none;
}

/* links-section */

.my-slider .item:nth-child(3n + 1) {
    background-color: #539c6f;
    /* 1st, 4th, 7th, 10th... */
    color: white;
}

.my-slider .item:nth-child(3n + 2) {
    background-color: #2f76af;
    /* 2nd, 5th, 8th, 11th... */
    color: white;
}

.my-slider .item:nth-child(3n) {
    background-color: #bf9264;
    /* 3rd, 6th, 9th, 12th... */
    color: white;
}

.my-slider {
    padding: 0 !important;
    margin-bottom: 0px !important;
}

/* About-section */

section.about {
    padding: 50px 0px;
}

section.about .card {
    border: none;
    box-shadow: 0px 0px 12px 0px #00000021;
    padding: 40px;
    border-radius: 20px;
}

section.about .card p {
    margin: 0;
    font-size: 15px;
    line-height: 27px;
    text-align: justify;
}

section.about .card h3 {
    color: var(--primary-black);
    font-size: 29px;
    font-family: 'Lora';
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 9px;
}

section.about .card h3 span {
    color: #d1143e;
    font-size: 30px;
}

section.about .card p a {
    color: #d1143e;
    text-decoration: auto;
    font-size: 16px;
    transition: .7s;
}

section.about .card p a:hover {
    text-decoration: underline;
}

.sainik-image {
    padding-top: 70px;
    position: relative;
}

.sainik-image img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0px 0px 12px 0px #00000021;
}

img.vert-move {
    object-fit: cover;
    position: absolute;
    top: 16px;
    left: 116px;
    width: 100px;
    -webkit-animation: 1s infinite alternate mover;
    animation: 1s infinite alternate mover;
    box-shadow: 0px 0px 0px 0px #00000021;
}


/* new-updates */


.latestupdate {
    border: none;
    box-shadow: 0px 0px 12px 0px #00000021;
    padding: 32px 40px 40px;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    margin-top: -10px;
}

.latestupdate ul.demo1 {
    padding: 0;
    list-style: none;
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.latestupdate ul.demo1 li.news-item {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: left;
    margin-bottom: 10px
}

.latestupdate ul.demo1 li.news-item:last-child {
    margin-bottom: 0px
}

.latestupdate ul.demo1 li.news-item .date-update p {
    margin: 0;
    padding: 15px;
    width: 89px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #f5ebee;
    font-size: 16px;
    font-weight: 600;
    border-radius: 11px;
    color: #E91E63;
}

.latestupdate ul.demo1 li.news-item p {
    margin: 0;
    color: #000;
    font-size: 15px;
}

.latestupdate::after {
    content: "";
    position: absolute;
    right: -31px;
    top: -36px;
    width: 121px;
    height: 121px;
    opacity: 1;
    border-radius: 50%;
    border: 10px solid #f5ebee;
    transition: all .5s ease-in-out;
}

.latestupdate h4 {
    margin: 0px;
    padding-bottom: 25px;
    font-size: 24px;
    font-family: lora;
    font-weight: 600;
    color: var(--primary-header);
}

.latestupdate h4 {
    position: relative;
}

.latestupdate h4::after {
    position: absolute;
    content: '';
    top: 13px;
    left: 162px;
    width: 80px;
    height: 5px;
    background: #FFC107;
}


/* accrediation */

.latestupdate.accrediation {
    margin-top: 27px;
}

.accrediation ul.demo2 li.news-item {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: left;
    margin-bottom: 10px
}

.accrediation ul.demo2 li.news-item:last-child {
    margin-bottom: 0px
}

.accrediation ul.demo2 li.news-item .date-update p {
    margin: 0;
    padding: 15px;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #f5ebee;
    font-size: 16px;
    font-weight: 600;
    border-radius: 11px;
    color: #E91E63;
}

.accrediation ul.demo2 li.news-item p {
    margin: 0;
    color: var(--primary-black);
    font-size: 15px;
}

.accrediation::after {
    content: "";
    position: absolute;
    right: -31px;
    top: -36px;
    width: 121px;
    height: 121px;
    opacity: 1;
    border-radius: 50%;
    border: 10px solid #f5ebee;
    transition: all .5s ease-in-out;
}

.accrediation h4 {
    margin: 0px;
    padding-bottom: 25px;
    font-size: 24px;
    font-family: lora;
    font-weight: 600;
    color: var(--primary-header);
}

.accrediation h4 {
    position: relative;
}

.accrediation h4::after {
    position: absolute;
    content: '';
    top: 13px;
    left: 219px;
    width: 80px;
    height: 5px;
    background: #FFC107;
}

ul.demo2.logos-slider {
    margin: 0;
    display: flex;
    padding: 0;
}

.accrediation .date-update {
    width: 100%;
}

.accrediation .date-update img {
    width: 100%;
    height: 79px;
    object-fit: contain !important;
}

.accrediation ul.demo2 li.news-item .date-update p {
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    border: 3px solid #fff;
    transition: .5s;
}

.accrediation ul.demo2 li.news-item .date-update p:hover {
    border: 3px solid #e0e0e0;
}

.accrediation ul.demo2 {
    flex-wrap: wrap;
}

@keyframes mover {
    0% {
        transform: translateY(0px);
    }

    100% {
        transform: translateY(-15px);
    }
}


/* achievers */

section.about.achievers {
    position: relative;
    background: url("../uploads/images/sainik.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}

section.about.achievers::before {
    content: "";
    position: absolute;
    background: #000000b5;
    top: 0px;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
}

.row.achieved-row {
    position: relative;
    row-gap: 23px;
    justify-content: center;
}

.achieves {
    display: flex;
    align-items: center;
    width: 20%;
}

.achieves-img {
    background: #fff;
    position: relative;
    border: 2px solid;
    border-color: #fff;
    border-radius: 13px;
    overflow: hidden;
    width: 100%;
}

.achieves-img img {
    width: 100%;
    width: 100% !important;
    height: 206px !important;
    object-fit: cover !important;
    border-radius: 12px;
}

.about-img {
    position: absolute;
    left: 5px;
    right: 5px;
    bottom: 5px;
    background: #ffffffb5;
    padding: 14px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 0;
    border-radius: 11px;
}

.achieves:hover .about-img {
    transform: translateY(0px);
    opacity: 1;
}

.achieves .about-img h5 {
    font-size: 16px;
    margin: 0;
    color: #323d6e;
    font-family: 'Lora';
    font-weight: 600;
    text-align: center;
}

.achieves .about-img p {
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    color: var(--primary-black);
    font-family: sans-serif;
}

.head-achieve {
    position: relative;
    color: #fff;
    font-family: 'Lora';
    font-weight: 600;
}

.head-achieve h3 {
    font-size: 30px;
    margin: 0;
    padding-bottom: 30px;
    display: flex;
    justify-content: center;
}

.head-achieve h3 span.right {
    position: relative;
    width: 110px;
    height: 4px;
    background: #fff;
    top: 19px;
    right: -13px;
}

.head-achieve h3 span.left {
    position: relative;
    width: 110px;
    height: 4px;
    background: #fff;
    top: 19px;
    left: -13px;
}

.view-butt {
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: 40px;
    transition: .5s;
}


/* our gallery */

.gallery {
    position: relative;
    font-family: 'Lora';
    font-weight: 600;
}

.gallery h3 {
    font-size: 30px;
    margin: 0;
    padding-bottom: 30px;
    display: flex;
    gap: 5px;
    justify-content: center;
    color: #000000;
    font-weight: 600;
}

.gallery h3 span.right {
    position: relative;
    width: 110px;
    height: 4px;
    background: #000000;
    top: 19px;
    right: -13px;
}

.gallery h3 span.left {
    position: relative;
    width: 110px;
    height: 4px;
    background: #000000;
    top: 19px;
    left: -13px;
}

span.theme-red {
    color: var(--primary-2-bg);
}

.item-gallery {
    border-radius: 20px;
    min-height: 220px;
    position: relative;
    box-shadow: 0px 0px 12px 0px #ddd;
    overflow: hidden;
    border: 2px solid #fff;
}

.gallery-massionary {
    display: grid;
    grid-template-rows: masonry;
    grid-template-columns: repeat(auto-fill, minmax(14rem, 1fr));
    gap: 1rem;
}

.item-gallery:nth-child(1) {
    grid-row: span 2;
}

.item-gallery:last-child {
    grid-column: span 2;
}

.item-gallery img {
    width: 100%;
    height: 216px;
    object-fit: cover;
    border-radius: 20px;
    transition: .5s;
}

.item-gallery:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.item-gallery:nth-child(1) img {
    height: 100% !important;
}

.gallery-zoom {
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 14px;
    top: 14px;
    background: #323d6e82;
    padding: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 0;
    border-radius: 20px;
}

.item-gallery:hover .gallery-zoom {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.gallery-zoom button.popup-zoom {
    background: transparent;
    border: none;
    padding: 0;
}

.gallery-zoom button.popup-zoom svg {
    height: 34px;
    color: #fff;
}


/* news & events */

.news {
    background-color: #fafafa;
}

.news-box {
    width: 32%;
    opacity: 1;
    transform: none;
    padding: 0px;
}

.news-img img {
    color: transparent;
    object-fit: cover;
    transition: .5s
}

.news-box .news-inner {
    position: relative;
    border-color: #000;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #ddd;
    padding: 5px;
    background: #fff;
    -webkit-transition: .5s;
    transition: .5s;
}

.news-box .news-inner img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 20px 20px 0px 0px;
}

.news-img {
    position: relative;
    overflow: hidden;
    border-radius: 20px 20px 0px 0px;
}

.news-img::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #00000057;
    border-radius: 20px 20px 0px 0px;
    -webkit-transition: .5s;
    transition: .5s;
    z-index: 11;
}

.news-img h5 {
    margin: 0;
    font-size: 1.5rem;
    line-height: 1.334;
    letter-spacing: 0em;
    position: absolute;
    bottom: 0px;
    left: 10px;
    padding: 13px 10px;
    font-family: lora, serif;
    font-weight: 600;
    border-bottom: 4px solid;
    border-color: var(--primary-2-bg);
    z-index: 111;
    color: #fff;
}

.news-img h5 span.big-day {
    font-size: 28px;
}

span.smaller-day {
    font-size: 17px;
}

.achieved-news {
    padding: 20px 20px;
    background: #f9f5f3;
    border-radius: 0px 0px 20px 20px;
}

h4.news-h4 {
    font-size: 20px;
    color: #000;
    font-family: lora;
    font-weight: 500;
}

p.news-p {
    margin: 0;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    letter-spacing: 0.00938em;
    color: #777777;
    font-size: 15px;
    line-height: 25px;
    min-height: 101px;
}

.achieved-news button {
    background: transparent;
    border: none;
    color: #d1143e;
    font-size: 15px;
    border-radius: 10px;
    padding: 10px 20px;
    margin-top: 15px;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    transition: .5s;
}

.row.row-news {
    gap: 20px;
    justify-content: space-between;
}

.news-box .news-inner:hover img {
    transform: scale(1.2);
}

.achieved-news button:hover {
    background: #0000000a;
}

.achieved-news button svg {
    font-weight: 100;
    font-size: 11px;
}



/* testimonials */

.testimonialsss {
    padding: 50px 0px 50px;
    position: relative;
}

.counters-side {
    width: 27%;
}

.counters-side::before {
    position: absolute;
    top: -20px;
    left: 129px;
    background: #4caf50a3;
    width: 22%;
    content: "";
    -webkit-transform: skew(46deg, 0deg);
    -moz-transform: skew(46deg, 0deg);
    -ms-transform: skew(46deg, 0deg);
    transform: skew(46deg, 0deg);
    height: 19px;
}

.testimonial-side {
    width: 68%;
}

.counting-start {
    position: absolute;
    top: -20px;
    left: 119px;
    background: #8BC34A;
    width: 22%;
}

.countingss {
    text-align: center;
    border-radius: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 2px dashed #ddd;
    width: 80%;
    margin: 0 auto;
    gap: 15px;
}

.counting-boxes {
    color: #fff;
}

.counting-details {
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: left;
}

.counting-boxes svg {
    color: #8bc34a;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 50px;
    padding: 12px;
    font-size: 31px !important;
    width: 1em;
    height: 1em;
}

.row.row-testimonials {
    justify-content: space-between;
    padding: 30px;
}

.owl-dots {
    display: block !important;
    padding-top: 30px;
}

.testimonial-side h3 {
    justify-content: left;
}

.counting-details h5 {
    text-align: left;
    margin: 0;
    font-family: 'Lora', sans-serif;
}

.counting-details h6 {
    margin: 0px;
    font-size: 16px;
    font-family: sans-serif;
}

.odd-even {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    padding: 30px;
    min-height: 120px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    border-radius: 20px;
    background: #f1f1f1;
    position: relative;
    margin-right: 10px;
}

.odd-even::after {
    position: absolute;
    bottom: -10px;
    left: 49px;
    background: #f1f1f1;
    width: 21px;
    content: "";
    -webkit-transform: rotate(38deg);
    -moz-transform: rotate(38deg);
    -ms-transform: rotate(38deg);
    transform: rotate(38deg);
    height: 30px;
    z-index: 11;
}

.slidess-test p {
    margin: 0;
    font-weight: 400;
    letter-spacing: 0.00938em;
    color: initial;
    text-align: justify;
    font-size: 15px;
    font-family: poppins, sans-serif;
    line-height: 25px;
}

.logging-image {
    margin-top: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
}

.logging-image img {
    color: transparent;
    object-fit: cover;
    border-radius: 100px;
    background: #f5f5f5;
    height: 86px;
    width: 86px !important;
    object-fit: cover;
}

.about-info-testimonial h5 {
    margin: 0;
    font-family: popins, sans-serif;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.00938em;
    color: #d1143e;
    font-size: 19px;
    line-height: 25px;
}

.about-info-testimonial p {
    margin: 0;
    margin: 0;
    font-weight: 400;
    letter-spacing: 0.00938em;
    color: #777777;
    font-size: 15px;
    line-height: 25px;
    font-family: poppins, sans-serif;
}

.counterss:last-child .countingss {
    border: none;
}




/* footer */

footer.footer {
    padding: 50px 0 0;
    margin: 0px;
    width: 100%;
    background: #323d6e;
    position: relative;
}

.left-foot {
    width: 57%;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    justify-content: space-between;
}

.right-foot {
    width: 33%;
    padding: 0;
}

.about-foot {
    margin-bottom: 40px;
    width: 100%;
}

.about-foot.about-11 {
    width: 45%;
    text-align: justify;
}

.about-foot h4 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 23px;
}

.about-foot p {
    color: #9fbaca;
}

.about-foot p a {
    color: #ffffff;
    text-decoration: auto;
    font-weight: 500;
}

.about-foot.address {
    width: 48%;
}

.about-foot.quick-links {
    width: 100%;
}

.about-foot ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
}

.about-foot ul li {
    display: flex;
}

.about-foot ul li a {
    color: #9fbaca;
    text-decoration: auto;
    transition: .5s;
}

.about-foot ul li a:hover {
    color: #fff;
}

.about-foot ul li span svg {
    color: #fff;
    font-size: 22px;
    margin-top: 4px;
}

.about-foot ul li span {
    width: 1rem;
}

.about-foot.address ul {
    gap: 13px;
}

.about-foot.address li {
    gap: 22px;
}

.follow-foot.social-class.background-add ul {
    flex-direction: row;
}

.follow-foot.social-class.background-add::before,
.follow-foot.social-class.background-add::after {
    display: none;
}


.follow-foot.social-class.background-add {
    width: auto;
    justify-content: left;
    padding-top: 28px;
}

.follow-foot.social-class.background-add h5 {
    font-size: 18px;
}

.follow-foot.social-class.background-add ul svg {
    color: var(--background-color);
}

.about-foot.quick-links ul {
    gap: 12px;
    flex-direction: row;
    flex-wrap: wrap;
}

.about-foot.quick-links ul li {
    width: 32%;
}

.about-foot.copy-foot {
    margin: 0;
}

.about-foot.copy-foot p {
    margin: 0;
    padding: 12px 0px;
}

.row.footer-row {
    justify-content: space-between;
}


form.form-contact .start-form {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}

form.form-contact .start-form .forms-contact.name {
    width: 100%;
}

form.form-contact .start-form .forms-contact {
    width: 100%;
    display: flex;
    flex-direction: column;
}

form.form-contact .start-form .forms-contact input {
    padding: 9px;
    width: 100%;
    font-size: 15px;
    border-radius: 5px;
    border: 1px solid #ddd;
}

form.form-contact .start-form .forms-contact label {
    margin-bottom: 5px;
    color: #91bac4;
}

form.form-contact .start-form .forms-contact textarea {
    height: 80px;
    min-height: 80px;
    overflow: auto;
    border-radius: 5px;
    padding: 9px;
}

form.form-contact .start-form .forms-contact button.blue-button {
    padding: 10px 20px;
    background: #1f2854;
    border: 1px solid #ffffff;
    border-radius: 5px;
    color: #fff;
    margin-top: 15px;
    transition: .5s;
}

form.form-contact .start-form .forms-contact button.blue-button:hover {
    background: #172150;
}

.right-foot::before {
    position: absolute;
    content: '';
    background: #1f2854;
    top: 0;
    bottom: 0;
    right: 0;
    width: 40%;
}

.about-foot.copy-foot {
    position: relative;
}

.left-foot::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 60%;
    background: #323d6e;
    height: 47px;
    border-top: 1px solid #9fbab8;
}

.about-foot.copy-foot p {
    color: #fff;
}

.forms-contact.text-contact {
    height: 109px;
    overflow: auto !important;
}


/* About-us */

section.breadcrumb {
    background: url('/images/breadcrumb-image.jpg');
    padding: 75px 0px;
    margin: 0;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

section.breadcrumb::before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #0000009c;
}

.breadcrumb-list {
    position: relative;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.breadcrumb-list h1 {
    font-size: 40px;
    font-family: lora, sans-serif;
    font-weight: 600;
}

.breadcrumb-list ul {
    padding: 0;
    margin: 0px;
    list-style: none;
    display: flex;
    gap: 10px;
    font-size: 17px;
    font-family: popin, sans-serif;
}

.breadcrumb-list ul li a {
    font-size: 17px;
    color: #fff;
    font-family: popin, sans-serif;
    text-decoration: auto;
}



/* about-us */

.video-play {
    position: relative;
    margin: 10px 0px 25px;
}

.about-wrapper {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.video-main {
    position: relative;
    display: inline-block;
}

.video {
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 100%;
    background: transparent;
    color: #fff;
    display: inline-block;
    background: #8BC34A;
    z-index: 999;
}

@keyframes waves {
    0% {
        -webkit-transform: scale(0.2, 0.2);
        transform: scale(0.2, 0.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

    50% {
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }

    100% {
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

.fa-play:before {
    content: "\f04b";
}

.waves {
    position: absolute;
    width: 150px;
    height: 150px;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    border-radius: 100%;
    right: -50px;
    bottom: -50px;
    z-index: -1;
    -webkit-animation: waves 3s ease-in-out infinite;
    animation: waves 3s ease-in-out infinite;
}

.wave-1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.wave-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.wave-3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.about-us p {
    text-align: justify;
}

.video-play img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0px 0px 12px 0px #00000020;
}

.video-play {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0px 0px 12px 0px #00000020;
}

svg.svg-inline--fa.fa-play {
    color: #fff;
}

.crest {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.left-crest {
    width: 47%;
}

.side-image {
    width: 50%;
}

.side-image img {
    width: 100%;
    box-shadow: 0px 0px 10px 0px #00000059;
}

.motto h3 {
    font-size: 30px;
    font-family: lora, sans-serif;
    font-weight: 600;
    text-align: center;
    margin-bottom: 7px;
}

.creast {
    position: relative;
    z-index: 11;
}

.creast h5 {
    font-size: 18px;
    margin: 0;
    padding-bottom: 41px;
    text-align: center;
}

section.about.aim::after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    background: #8bc34af2;
    width: 42%;
}

section.about.motto {
    position: relative;
}

.left-crest p {
    margin: 0;
    text-align: justify;
}

.crest:nth-child(odd) {
    flex-direction: row-reverse;
}

section.about.motto {
    background: #fff;
}

.crest {
    background: #edf9de;
}

.crest .left-crest {
    padding: 20px 42px 20px;
}

section.about.motto.aim {
    background: #f7f7f7;
}

section.about.motto.aim h3 {
    padding-bottom: 23px;
    color: #000;
    gap: 10px;
}

section.about.motto.aim .creast .crest {
    background: #fff;
}

.head-achieve.motto-ach {
    z-index: 111;
}

.head-achieve.motto-ach span.left {
    background: #FFEB3B;
}

.head-achieve.motto-ach span.right {
    background: #FFEB3B;
}

section.about.motto.aim .creast .crest .left-crest {
    width: 50%;
}

.head-achieve.motto-achieves h3 {
    padding: 0;
    color: #000;
    gap: 10px;
}

.head-achieve.motto-achieves h3 span.left {
    background: #000 !important;
}

.head-achieve.motto-achieves h3 span.right {
    background: #000;
}

section.about.motto.motto-aim h5 {
    color: #8BC34A;
}


.left-crest ul {
    padding: 0px;
    margin: 0;
    list-style: none;
    text-align: justify;
}


/* contact-us */

.left-details {
    padding: 40px;
    box-shadow: 0px 0px 12px 0px #00000021;
    background: url(/images/contact/image0.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    position: relative;
}

.left-details::before {
    background: #000000a1;
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.location-school {
    position: relative;
}

.location-school h4 {
    color: #fff;
    font-size: 23px;
    margin: 15px 0 10px;
}

.location-school p {
    color: #fff;
}

.contact-school {
    color: #fff;
    position: relative;
    padding-top: 30px;
}

.contact-school h4 {
    font-size: 23px;
    margin: 15px 0px 0px;
}

.contact-school ul {
    list-style: none;
    padding: 0;
    font-size: 15px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 0;
    padding-top: 20px;
}

.contact-school ul a {
    color: #fff;
    text-decoration: auto;
    line-height: 23px;
}

.contact-school .follow-foot.social-class.background-add ul {
    margin: 0;
    padding: 0;
}

.right-details h3 {
    display: flex;
    align-items: center;
    gap: 10px;
}

.right-details h3 span.right {
    background: #FFEB3B !important;
    position: relative;
    height: 4px;
    width: 110px;
    top: 5px;
}

h3.once-done {
    margin-top: 30px;
}

.location-overview p {
    text-align: justify;
}

.location-overview p a {
    color: #d4143e;
    text-decoration: auto;
    font-size: 16px;
    font-weight: 500;
}

.location-overview p a:hover {
    text-decoration: underline;
}

.map {
    display: flex;
}

.map iframe {
    height: 326px;
    width: 100% !important;
    margin-top: 17px;
}


.navhead.sticky-top {
    transition: top 0.5s ease-in-out;
}

.navhead.sticky-top.sticky-nav {
    position: fixed;
    left: 0;
    right: 0;
    top: 0px;
    background: #fff;
    z-index: 1000;
}

/* detailed-news */

.news-detailed {
    padding: 0px;
}

.news-detailed img {
    width: 100%;
    object-fit: cover;
    height: 400px;
    object-position: center;
    padding: 5px;
    border: 1px solid #ddd;
}

.about-detailed-news h3 {
    justify-content: left;
    padding-top: 30px;
    padding-bottom: 4px;
}

.about-detailed-news h4 {
    margin: 0;
    padding-bottom: 16px;
    font-size: 17px;
    font-family: sans-serif;
    font-weight: 500;
}

.about-detailed-news h4 span {
    color: #d1143e;
}

.about-detailed-news p {
    font-weight: 500;
    font-family: sans-serif;
    line-height: 27px;
    font-size: 15px;
    text-align: justify;
}

.content-has {
    background-color: #323d6e;
    padding: 14px;
    text-align: center;
}

.content-has a {
    color: #fff;
    text-decoration: none;
}

/*-----------added by shivani--------------*/
.img-containers .item-gallery {
    border-radius: unset;
}

.img-has.item-gallery img {
    border-radius: unset;
}

.innerimages .item-gallery img {
    border-radius: unset;
    height: 150px;
}

.innerimages img.img-fluid {
    border-radius: unset;
    height: 230px !important;
    padding: 5px;
}

h4.news-h4 a {
    color: #000;
    font-size: 19px;
    text-decoration: none;
}

.achieved-news button a {
    color: #d1143e;
    text-decoration: none;
}

.img-has.item-gallery.hostelsgallery img {
    height: 300px !important;
}

.col-md-4.staff-box img {
    width: 370px;
    height: 200px;
}

.carousel-item.only-image.active::after {
    display: none;
}

/*-----------added by shivani--------------*/


.latestupdate ul.demo1 .slick-list.draggable {
    overflow: hidden;
}

.slick-initialized .slick-slide {
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slick-next,
.slick-prev {
    z-index: 5;
}

.slick-next {
    right: 15px;
}

.slick-prev {
    left: 15px;
}

.slick-next:before,
.slick-prev:before {
    color: var(--primary-black);
    font-size: 26px;
}

button.slick-next.slick-arrow {
    position: absolute;
    right: 15px;
}

button.slick-prev.slick-arrow {
    position: absolute;
    left: 15px;
}


.my-slider .item.slick-slide a {
    display: flex;
    padding: 16px;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 11px;
    justify-content: center;
    align-items: center;
    color: var(--white-text);
    text-decoration: auto;
}

.my-slider .item.slick-slide svg {
    font-size: 36px;
}

.my-slider .item.slick-slide p {
    margin: 0;
    font-size: 18px;
}

.updates-start .owl-dots.disabled {
    margin: 0 !important;
    display: flex !important;
    width: 100%;
    justify-content: center;
}

.updates-start .owl-dots.disabled button.owl-dot.active span {
    background: #d1143e;
}

.latestupdate ul.demo1 li.news-item a {
    text-decoration: auto;
}

.testimonial-side span.left.hidden {
    display: none;
}

div#captcha .form-group {
    padding: 0px;
    width: 100%;
}

div#captcha .normal {
    display: flex;
    gap: 8px;
}

div#captcha .normal .col-md-12.captcha {
    display: flex;
}

div#captcha .normal .col-md-12 {
    width: auto !important;
}

div#captcha .normal .col-md-12.captcha .form-group {
    align-items: center;
    display: flex;
}


html.no-js.fontawesome-i2svg-active.fontawesome-i2svg-complete {
    overflow-x: hidden;
}

body {
    overflow-x: hidden !important;
}










.session-dropdown {
    min-width: 250px;
    right: 0 !important;
    left: auto !important;
    margin-top: 5px;
}



/* VIDEO GALLERY DROPDOWN */
.dropdown-menu {
    border-radius: 0.5rem;
    transition: all 0.3s ease;
}

.dropdown-menu .dropdown-item {
    padding: 10px 20px;
    font-size: 16px;
}

.dropdown-menu .dropdown-item:hover {
    background-color: #f1f1f1;
}











/* DROPDOWNS OF GALLERY SECTION */

/* Container to align dropdown right */
.dropdown-container {
    display: flex;
    justify-content: flex-end;
    /* aligns right */
    margin-bottom: 1rem;
    /* some spacing below */
}

/* Style the dropdown button */
.dropdown-container .btn.dropdown-toggle {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    /* space between text and icon */
    padding: 0.5rem 1.5rem;
    /* adjust padding */
    border-radius: 50rem;
    /* pill shape */
    font-weight: 600;
}

/* Optional: add custom arrow icon if bootstrap arrow missing */
.dropdown-container .btn.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.5rem;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
}

/* Ensure dropdown menu aligns right */
.dropdown-menu.dropdown-menu-end {
    right: 0;
    left: auto;
    min-width: 250px;
    /* keep your width */
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}



/* scroll in the dropdow of gallery section */
.scrollable-dropdown {
    max-height: 250px;
    /* adjust as needed */
    overflow-y: auto;
}


.contentt-inrpage.extra-inner {
    padding: 50px 0px;
}

.mandatory-tabless>p {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    text-align: center;
    font-family: 'Lora';
    margin-bottom: 12px;
}

.mandatory-tabless table {
    width: 100%;
}

.table-responsive.table-mandat {
    margin-bottom: 39px;
}

.table-responsive.table-mandat:last-child {
    margin: 0 !important;
}

.mandatory-tabless table th {
    border: 1px solid #7a7a7a;
    background: #323d6e;
    color: #fff;
    padding: 10px 12px;
}

.mandatory-tabless table td {
    border: 1px solid #ddd;
    padding: 7px 12px;
    font-size: 15px;
}

.mandatory-tabless table td a {
    text-decoration: auto;
}

.mandatory-tabless table td a:hover {
    text-decoration: underline;
}



.pic-section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
}

.pic-section .upper-two {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 15px;
}

.pic-section .upper-two img.img-princi {
    width: 100%;
}

.pic-inside {
    width: 28%;
    padding: 3px;
    border: 1px solid #ddd;
    background: #f7f7f7;
    text-align: center;
}

.pic-inside img {
    width: 100% !important;
    height: 230px;
    object-fit: cover;
}

.pic-inside p.td {
    margin: 0;
    padding: 10px 0px 0px;
    font-size: 19px;
    font-family: lo;
}

.pic-inside p {
    margin: 0;
    padding: 0 0 10px;
}


.management h4 {
    font-size: 21px;
    font-family: 'Lora';
    font-weight: 600;
    margin-bottom: 14px;
}

.management .table-responsive.table-mandat th {
    background: #323d6e;
    color: #fff;
}


.sainik-code p img {
    margin: 0 auto;
}

.sainik-code p {
    text-align: center;
}

.management.cal-en-dar .table-responsive.table-mandat {
    margin: 0;
}

.management.cal-en-dar h2 {
    font-size: 29px;
    font-family: 'Lora';
}

.management.cal-en-dar>p {
    margin-bottom: 30px;
    margin-top: 10px;
}

.management.cal-en-dar>p:last-child {
    margin: 0;
}

.gallery-massionary .gallery-zoom svg {
    font-size: 35px;
    color: #fff;
}

.management.cal-en-dar>p a {
    text-decoration: auto;
}

.management.cal-ender table {
    width: 100%;
}

.management.cal-ender table th {
    padding: 10px;
    border: 1px solid #939393;
}

.management.cal-ender table td {
    padding: 8px 10px;
    border: 1px solid #ddd;
}

.management.cal-ender h5 {
    margin-bottom: 13px;
    font-size: 18px;
}

.management.cal-ender.faculty h3 {
    font-size: 23px;
    font-family: lora;
}

.management h2 {
    font-size: 25px;
    font-family: 'Lora';
}

section.about.gallery.inner-gallery .dropdown-container button {
    color: #323d6e;
    border: 1px solid #323d6e;
    background-color: #fff;
}

section.about.gallery.inner-gallery .img-containers img {
    height: 240px !important;
}

section.about.gallery.inner-gallery .row {
    gap: 27px 0px;
}

section.about.gallery-detailed .row {
    gap: 20px 0px;
}


section#about_a .row.infrastructure {
    margin-bottom: 30px;
    box-shadow: 0px 0px 8px 0px #ddd;
    padding: 30px;
    justify-content: space-between;
}

section#about_a .row.infrastructure:last-child {
    margin: 0 !important;
}

section#about_a .row.infrastructure h6.infra-content {
    font-size: 18px;
    font-family: 'Lora';
}

section#about_a .row.infrastructure .col-md-8 {
    padding: 0px;
}

section#about_a .row.infrastructure .col-md-3 {
    width: 30%;
    padding: 0;
}

section#about_a .row.infrastructure .col-md-3 img {
    width: 100%;
    border: 1px solid #ddd !important;
    padding: 4px;
}

section#about_a .row.infrastructure .col-md-12 {
    padding: 0px;
}

section#about_a .row.infrastructure p {
    text-align: justify;
}

section.about.contact-uss .right-details h3 {
    font-family: 'Lora';
}

.management.cal-ender.faculty.left-panel a {
    text-decoration: auto;
}

.management.cal-ender.faculty.left-panel a:hover {
    text-decoration: underline;
}

.row.infrastructure.staff-ach img {
    height: 216px;
    object-fit: cover;
    object-position: top;
}

.row.infrastructure.visitors-counting .infra-img img {
    height: 216px;
    object-fit: cover;
}


.staff-personal .staff-box {
    padding: 5px;
    border: 1px solid #ddd;
    width: 31%;
}

.staff-personal .staff-box img {
    width: 100%;
}

.staff-personal .row {
    gap: 15px;
    justify-content: space-between;
}

.staff-personal p {
    margin: 0;
    padding: 10px 0px;
    text-align: justify;
}

section.about.gallery.inner-gallery.hostelss p {
    font-weight: 500;
    font-family: sans-serif;
}

section.about.gallery.inner-gallery.hostelss .imag {
    overflow: hidden;
}

section.about.gallery.inner-gallery.hostelss .img-has.item-gallery.hostelsgallery p {
    font-size: 14px;
    text-align: center;
    margin: 0;
    padding: 10px 0px;
    font-weight: 600;
}

.management.cal-ender.faculty.left-panel.sports {
    text-align: justify;
}

.infrastructure h4 {
    margin: 0 0 5px;
}

.sticky-nav {
    position: fixed;
    left: 0;
    right: 0;
}

button.close {
    position: absolute;
    border: #fff;
}

.modal-dialog.popup {
    max-width: 630px;
}


.congrats-popup .popovers {
    padding: 0px !important;
}

.congrats-popup img.lazy.img-responsive {
    width: 100% !important;
}

.congrats-popup .modal-body {
    padding: 1px !important;
}

.congrats-popup .modal-dialog.popup {
    width: 50% !important;
    max-width: 29% !important;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #fff;
    border-radius: 50%;
    color: #000;
    text-align: center;
    line-height: 0.5;
    width: 25px;
    height: 25px;
    padding: 5px;
    z-index: 1051;
}

.about-foot.copy-foot.log-copy-foot {
    display: flex;
    justify-content: space-between;
}

.about-foot.copy-foot.log-copy-foot img {
    width: 89px;
    object-fit: contain;
}






 .google_translate_element {
        display: inline-block;
        margin-left: 15px;
        vertical-align: middle;
    }

    .goog-te-banner-frame.skiptranslate,
    .goog-te-gadget span {
        display: none !important;
    }

    body {
        top: 0px !important;
    }

    .goog-te-gadget {
        font-size: 0;
    }

    .goog-te-gadget .goog-te-combo {
        font-size: 14px;
        padding: 2px 6px;
        border-radius: 4px;
        border: none;
        background-color: transparent;
        color: #fff; /* match your header text color */
    }

    .topheader {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }

    .topheader ul {
        display: flex;
        align-items: center;
        margin-bottom: 0;
        gap: 20px;
    }
