  .gallery {
         float: left;
         width: 100%;
         padding: 40px 0 0 0;
         }
         .box_img a {
         overflow: hidden;
         float: left;
         margin-bottom: 15px;
         box-shadow: 0px 0px 5px 2px #ccc;
         padding: 5px;
         }
         .gallery img {
         width: 100%;
         }
         .gallery img:first-child {
         max-width: 100%;
         width:100%;
         }
         .gallery img{
         transition:0.5s;
         transition:0.5s;
         transition:0.5s;
         transition:0.5s;
         transition:0.5s;
         transition:0.5s;
         }  
         .gallery img:hover{
         transform:scale(1.5);
         -o-transform:scale(1.5);
         -moz-transform:scale(1.5);
         -webkit-transform:scale(1.5);
         -ms-transform:scale(1.5);
         } 
         .blog-item {
         position: relative;
         margin-bottom: 25px;
         padding: 20px 20px 15px 20px;
         border-radius: 50px 50px 50px 0;
         background: #2B3186;
         box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
         transition: all .5s ease-in-out;
         }
         .blog-date {
         position: absolute;
         padding: 4px 12px 4px 12px;
         right: -10px;
         top: 40px;
         font-weight: 500;
         background: #fff;
         color: #2B3186;
         border-radius: 50px 50px 50px 0;
         box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
         z-index: 2;
         }
         .blog-item-img {
         position: relative;
         overflow: hidden;
         border-radius: 30px 30px 30px 0; 
         }
         .blog-item-img img {
         border-radius: 30px 30px 30px 0;
         max-width:100%;
         -webkit-transition: all 0.3s ease-out 0s;
         -moz-transition: all 0.3s ease-out 0s;
         -ms-transition: all 0.3s ease-out 0s;
         -o-transition: all 0.3s ease-out 0s;
         transition: all 0.3s ease-out 0s;
         }
         .blog-item:hover .blog-item-img img{
         transform: scale(1.1);
         } 
         .blog-title {
         font-size: 18px;
         margin-top: 20px;
         line-height: 35px;
         text-transform: capitalize;
         font-weight: 600;
         }
         .blog-item-meta ul {
         margin: 0;
         padding: 0;
         margin: 12px 0;
         border-bottom: 1px solid rgba(0, 0, 0, 0.08);
         padding-bottom: 14px;
         }
         .blog-item-info p{
         font-size:16px;
         text-align: justify;
         margin-bottom: 25px;
         color:#fff;
         }
         .blog-item-info {
         margin-bottom: 25px;
         }
         .blog-item-meta ul li {
         display: inline-block;
         margin-right: 15px;
         font-weight: 500;
         position: relative;
         color: #FFDF00;
         }
         .blog-item-info h4 a {
         color: #fff;
         }
         .blog-item-info .theme-btn {
         margin-top: 15px;
         padding: 11px 15px;
         }
         .theme-btn {
         font-size: 14px;
         color: #fff;
         padding: 14px 20px;
         transition: all .5s ease-in-out;
         text-transform: uppercase;
         position: relative;
         border-radius: 50px 50px 50px 0;
         font-weight: 600;
         letter-spacing: 1px;
         cursor: pointer;
         text-align: center;
         overflow: hidden;
         border: none;
         background: #2B3186;
         box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
         z-index: 1;
         }
         .second-btn {
         font-size: 14px;
         color: #2B3186;
         padding: 14px 20px;
         transition: all .5s ease-in-out;
         text-transform: uppercase;
         position: relative;
         border-radius: 50px 50px 50px 0;
         font-weight: 600;
         letter-spacing: 1px;
         cursor: pointer;
         text-align: center;
         overflow: hidden;
         border: none;
         background: #fff;
         box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
         z-index: 1;
         width:100%;
         display:block;
         }
         .third-btn {
         font-size: 14px;
         color: #2B3186;
         transition: all .5s ease-in-out;
         text-transform: uppercase;
         position: relative;
         border-radius: 50px 50px 50px 0;
         font-weight: 600;
         letter-spacing: 1px;
         cursor: pointer;
         text-align: center;
         overflow: hidden;
         border: none;
         background: #fff;
         box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
         z-index: 1;
         }
         .theme-btn::before {
         content: "";
         height: 300px;
         width: 300px;
         background:  #2B3186;
         border-radius: 50%;
         position: absolute;
         top: 50%;
         left: 50%;
         transform: translateY(-50%) translateX(-50%) scale(0);
         transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
         z-index: -1;
         }
         .second-btn::before {
         content: "";
         height: 300px;
         width: 300px;
         background:  #fff;
         border-radius: 50%;
         position: absolute;
         top: 50%;
         left: 50%;
         transform: translateY(-50%) translateX(-50%) scale(0);
         transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
         z-index: -1;
         }
         .theme-btn:hover {
         color: #fff;
         background: #2B3186;
         }
         .second-btn:hover {
         color: #2B3186;
         }
         .third-btn:hover {
         color: #fff!important;
         background: #f36f21;
         }
         @media (min-width: 576px){
         .latest-img {
         border-radius: 30px;
         border: 2px solid #f36f21;
         padding: 5px;
         }
         }
         .cta-area {
         position: relative;
         background-image: url(../images/admissions_bg.jpg);
         background-repeat: no-repeat;
         background-position: center;
         background-size: cover;
         }
         .cta-content {
         position: relative;
         padding: 80px 40px;
         margin-top: -40px;
         z-index: 1;
         }
         .cta-content::before {
         content: "";
         position: absolute;
         left: 0;
         top: 0;
         width: 100%;
         height: 100%;
         background: #2E2C6B;
         border-radius: 80px 80px 80px 0;
         z-index: -1;
         opacity: 0.8;
         }
         .cta-content h1 {
         color: #fff;
         font-size: 35px;
         text-transform: uppercase;
         }
         .cta-content p {
         color: #fff;
         margin-top: 15px;
         margin-bottom: 30px;
         font-size: 14px;
         line-height: 30px;
         }
         .pre-order-btn img{
         max-width: 100%;
         }
         .toggle-menu {
         background-color: var(--theme-color);
         color: #fff;
         padding: 5px 14px;
         }
         .about-bottom {
         margin-bottom: 10px !important;
         margin-top: 10px !important;
         }
         .modal-header {
         padding: 1px 5px !important;
         }
         @media (min-width: 576px) {
         .modal-dialog {
         max-width: 746px;
         margin-right: auto;
         margin-left: auto;
         }
         }
         .footer-widget-title::before {
         content: '';
         position: absolute;
         width: 90px;
         height: 3px;
         background: rgba(255, 255, 255, 0.2);
         bottom: -4px;
         left: 0;
         z-index: 1;
         }
         .footer-widget-title::after {
         content: '';
         position: absolute;
         width: 30px;
         height: 3px;
         background: #f36f21;
         bottom: -4px;
         left: 26px;
         z-index: 0;
         }
         .side-menu::before {
         content: '';
         position: absolute;
         width: 90px;
         height: 3px;
         background: rgba(255, 255, 255, 0.2);
         bottom: -4px;
         left: 0;
         z-index: 1;
         }
         .side-menu::after {
         content: '';
         position: absolute;
         width: 30px;
         height: 3px;
         background: #f36f21;
         bottom: -4px;
         left: 26px;
         z-index: 0;
         }
         .all-menu ul li {
         line-height: 30px;
         }
         .announcement_btn a{
         color:#fff;
         background-color:#2B3186;
         }
         .video-container {
         position: relative;
         z-index: 1;
         }
         .video-container:before {
         content: "";
         width: 100%;
         height: 100%;
         position: absolute;
         left: 0;
         top: 0;
         right: 0;
         bottom: 0;
         background: rgba(41,35,92,.8);
         }
         @media (min-width: 1200px){
         .video-container iframe {
         height: 680px;
         }
         }
         @media (min-width: 1200px){
         .video-container .vidoe-txt-container {
         width: 60%;
         }
         }
         @media (min-width: 1200px){
         .video-container .theme-btn {
         width: 280px;
         left: 56px;
         bottom: 41px;
         }
         }
         @media (min-width: 1200px){
         .video-container:after {
         height: 100px;
         }}
         .video-container:after {
         z-index: 1000;
         content: "";
         width: 100%;
         height: 20px;
         position: absolute;
         left: 0;
         top: 0;
         background: #181c21;
         background: linear-gradient(0deg, rgba(41, 35, 92, 0) 0%, #29235c 55%);
         }
         .video-container .vidoe-txt-container {
         width: 90%;
         position: absolute;
         left: 50%;
         top: 50%;
         transform: translate(-50%, -50%);
         }
         .site-heading {
         margin-bottom: 50px;
         position: relative;
         z-index: 1;
         }
         .text-white {
         --bs-text-opacity: 1;
         color: rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important;
         }
         .video-container iframe {
         width: 100%;
         }
         .all-menu .menu-title {
         position: relative;
         font-size: 20px;
         color: #fff;
         text-transform: uppercase;
         margin-bottom: 16px;
         padding-bottom: 8px;
         font-weight:800;
         }
         .all-menu .menu-title:before {
         content: "";
         position: absolute;
         width: 90px;
         height: 3px;
         background: #fff;
         bottom: 0;
         left: 0;
         }
         .all-menu .menu-title:after {
         content: "";
         position: absolute;
         width: 30px;
         height: 3px;
         background: #f36f21;
         bottom: 0;
         left: 28px;
         }
         .video-wrapper {
         position: relative;
         display: flex;
         justify-content: center;
         border-radius: 5px;
         height: 80px;
         z-index: 100;
         }
         .play-btn {
         display: inline-block;
         padding: 0;
         height: 75px;
         width: 75px;
         line-height: 75px;
         font-size: 20px;
         text-align: center;
         background: #f36f21;
         color: #fff !important;
         position: absolute;
         border-radius: 50%;
         z-index: 1;
         }
         .play-btn i::after {
         content: "";
         position: absolute;
         height: 100%;
         width: 100%;
         top: 0;
         left: 0;
         z-index: -1;
         background-color: var(--theme-color2);
         border-radius: 50px;
         animation: ripple-wave 1s linear infinite;
         -webkit-transform: scale(1);
         transform: scale(1);
         transition: all 0.5s ease-in-out;
         }
         .toggle_menu {
         cursor: pointer;
         background-color: #2B3186;
         padding: 10px;
         }
         /* Default: hide toggle */
         .material-symbols-outlined {
         font-family: 'Material Symbols Outlined';
         font-weight: normal;
         font-style: normal;
         font-size: 24px;
         line-height: 1;
         letter-spacing: normal;
         text-transform: none;
         display: none; /* hide by default */
         white-space: nowrap;
         word-wrap: normal;
         direction: ltr;
         text-rendering: optimizeLegibility;
         -webkit-font-smoothing: antialiased;
         }
         /* Show toggle only on desktop (min width 992px) */
         @media (min-width: 992px) {
         .material-symbols-outlined {
         display: inline-block;
         }
         }
         /* Hide on mobile/tablet (max width 991px) */
         @media (max-width: 991px) {
         .material-symbols-outlined {
         display: none;
         }
         }
         .topbar {
         background: #f4f4f4;
         padding: 6px 0;
         font-size: 14px;
         border-bottom: 1px solid #ddd;
         }
         .topbar a {
         color: #2B3186;
         text-decoration: none;
         }
         .marquee-box marquee {
         font-weight: 500;
         color: #2B3186;
         }
         .social-icons a i {
         font-size: 14px;
         color: #2B3186;
         }
         .top-btn {
         background: #ffffff;
         border: 1px solid #2B3186;
         color: #2B3186;
         text-transform: capitalize;
         }
         .top-btn:hover {
         background: #2B3186;
         color: #fff;
         }
         /* Responsive */
         @media (max-width: 768px) {
         .topbar-row {
         flex-direction: column;
         text-align: center;
         }
         .social-icons,
         .contact-group,
         .btn-group {
         justify-content: center;
         }
         }
         .topbar {
         position: sticky;
         top: 0;
         z-index: 9999;
         }

         .partner-area {
    margin-top: 80px;
}


.partner-area .partner-wrap {
    position: relative;
    background-color: #222d79;
    border-radius: 10px;
    padding: 40px 50px 45px;
}

.partner-area .partner-wrap .partner-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    animation: partner-ani 10s infinite linear;
}

.partner-area .partner-wrap .partner-content .section-title {
    text-align: left;
    margin-bottom: 0;
}

.partner-area .partner-wrap .partner-btn {
    text-align: right;
}

.partner-area .partner-wrap .partner-btn .cmn-btn {
    background-color: #ffffff;
    color: #282828;
}
.cmn-btn {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: #fa5f0b;
    background-color: #ffffff;
    border-radius: 5px;
    padding: 12px 20px;
    position: relative;
    z-index: 1;
}

.calendar-container{
    max-width:1100px;
    margin:auto;
    background:#fff;
    padding:25px;
    border-radius:10px;
    box-shadow:0 5px 15px rgba(0,0,0,0.1);
}

.calendar-title{
    text-align:center;
    font-size:32px;
    font-weight:bold;
    margin-bottom:25px;
    color:#2c3e50;
}

table{
    width:100%;
    border-collapse:collapse;
}

th{
    background:linear-gradient(45deg,#00a8cc,#0077b6);
    color:white;
    padding:15px;
    font-size:16px;
}

td{
    height:110px;
    vertical-align:top;
    border:1px solid #e0e0e0;
    padding:8px;
    background:#fafafa;
    position:relative;
    width: 100px;
}

td:hover{
    background:#f1f9ff;
    transition:0.3s;
}

.date{
    font-weight:bold;
    font-size:15px;
    color:#333;
}

.event{
    font-size:13px;
    margin-top:5px;
    padding:4px 6px;
    border-radius:4px;
    display:inline-block;
}

/* Event Colors */

.exam{
    background:#ff7675;
    color:white;
}

.training{
    background:#6c5ce7;
    color:white;
}

.revision{
    background:#00b894;
    color:white;
}

.holiday{
    background:#fdcb6e;
}

.special{
    background:#0984e3;
    color:white;
}

.sunday{
    background:#fff3f3;
}