﻿/*=========================
PAGE BANNER
=========================*/

.page-banner{

    position:relative;

    background:url('images/about-banner.jpg') center center/cover no-repeat;

    padding:80px 0;

    overflow:hidden;

}

.banner-overlay{

    position:absolute;

    inset:0;

    background:linear-gradient(rgba(10,77,140,.88),rgba(10,77,140,.88));

}

.page-banner .container{

    position:relative;

    z-index:2;

}

.page-banner h1{

    color:#fff;

    font-size:42px;

    font-weight:700;

    margin-bottom:15px;

}

.breadcrumb{

    margin:0;

    background:none;

}

.breadcrumb-item{

    color:#dbe8ff;

    font-size:16px;

}

.breadcrumb-item a{

    color:#fff;

    text-decoration:none;

    transition:.3s;

}

.breadcrumb-item a:hover{

    color:#F57C00;

}

.breadcrumb-item + .breadcrumb-item::before{

    color:#fff;

    content:">";

}

.breadcrumb-item.active{

    color:#FFD166;

    font-weight:600;

}

@media(max-width:768px){

.page-banner{

padding:60px 0;

}

.page-banner h1{

font-size:30px;

}

}   

    /*=========================================
ABOUT PAGE
=========================================*/

.about-page{
    padding:80px 0;
    background:#fff;
}

.section-subtitle{
    display:inline-block;
    color:#F57C00;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:2px;
    margin-bottom:10px;
}

.section-title{
    font-size:38px;
    font-weight:700;
    color:#0A4D8C;
    margin-bottom:20px;
    position:relative;
}

.section-title::after{
    content:"";
    width:80px;
    height:4px;
    background:#F57C00;
    display:block;
    margin-top:12px;
    border-radius:10px;
}

.about-page p{
    color:#555;
    line-height:1.9;
    text-align:justify;
    margin-bottom:18px;
}

/*=========================================
FEATURE CARDS
=========================================*/

.feature-card{

    background:#fff;
    padding:35px 25px;
    border-radius:18px;
    text-align:center;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.35s;
    height:100%;
}

.feature-card:hover{

    transform:translateY(-8px);

    box-shadow:0 18px 40px rgba(0,0,0,.12);

}

.feature-card i{

    font-size:48px;

    color:#F57C00;

    margin-bottom:20px;

}

.feature-card h5{

    color:#0A4D8C;

    font-weight:700;

    margin-bottom:10px;

}

.feature-card p{

    margin:0;

    color:#666;

    font-weight:600;

}

/*=========================================
MISSION & VISION
=========================================*/

.mission-box{

    background:#fff;

    padding:45px;

    border-radius:20px;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

    text-align:center;

}

.mission-box .icon{

    width:90px;

    height:90px;

    background:#F57C00;

    color:#fff;

    border-radius:50%;

    margin:auto;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:42px;

    margin-bottom:25px;

}

.mission-box h2{

    color:#0A4D8C;

    font-weight:700;

    margin-bottom:20px;

}

.mission-box p{

    color:#555;

    line-height:1.9;

    text-align:justify;

}

/*=========================================
CORE VALUES
=========================================*/

.value-list{

    list-style:none;

    padding:0;

}

.value-list li{

    position:relative;

    padding-left:38px;

    margin-bottom:18px;

    line-height:1.8;

    color:#555;

}

.value-list li::before{

    content:"✓";

    position:absolute;

    left:0;

    top:0;

    width:24px;

    height:24px;

    background:#F57C00;

    color:#fff;

    border-radius:50%;

    text-align:center;

    line-height:24px;

    font-size:14px;

}

/*=========================================
CTA SECTION
=========================================*/

.cta-section{

    background:linear-gradient(rgba(10,77,140,.95),
                               rgba(10,77,140,.95)),
    url('../images/about-banner.jpg');

    background-size:cover;

    background-position:center;

    color:#fff;

    padding:80px 0;

}

.cta-section h2{

    font-size:38px;

    font-weight:700;

    margin-bottom:20px;

}

.cta-section p{

    font-size:18px;

    margin-bottom:30px;

}

.cta-section .btn{

    padding:12px 35px;

    border-radius:30px;

    font-weight:600;

}

/*=========================================
IMAGE
=========================================*/

.about-page img{

    border-radius:20px;

    transition:.4s;

}

.about-page img:hover{

    transform:scale(1.03);

}

/*=========================================
LIGHT BACKGROUND
=========================================*/

.bg-light{

    background:#f8fafc !important;

}

/*=========================================
RESPONSIVE
=========================================*/

@media(max-width:991px){

.about-page{

text-align:center;

}

.section-title{

font-size:30px;

}

.section-title::after{

margin:auto;
margin-top:10px;

}

.about-page p{

text-align:left;

}

.mission-box{

padding:30px;

}

.cta-section h2{

font-size:30px;

}

}

@media(max-width:576px){

.section-title{

font-size:26px;

}

.feature-card{

padding:25px 20px;

}

.mission-box{

padding:25px;

}

.cta-section{

padding:60px 20px;

}

}
    /* About Image */

.about-img{
    position:sticky;
    top:100px;
}

.about-img img{
    width:100%;
    border-radius:18px;
    box-shadow:0 15px 35px rgba(0,0,0,.15);
    transition:.4s;
}

.about-img img:hover{
    transform:scale(1.03);
}

/* Responsive */

@media(max-width:991px){

    .about-img{
        position:static;
        margin-bottom:30px;
    }

}

    .about-img{
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 10px 25px rgba(0,0,0,.12);
}

.about-img img{
    width:100%;
    display:block;
}

.image-caption{
    background:linear-gradient(135deg,#0A4D8C,#1565C0);
    color:#fff;
    padding:18px;
    text-align:center;
}

.image-caption h5{
    margin:0;
    font-size:22px;
    font-weight:700;
}

.image-caption span{
    display:block;
    color:#FFD54F;
    margin-top:6px;
    font-weight:600;
}

.image-caption small{
    display:block;
    margin-top:8px;
    color:#f1f1f1;
    font-size:14px;
}

/*====================================
College Committee
=====================================*/

.committee-list{

    width:100%;

}

.committee-list td{

    padding:15px;
    border:none;
    vertical-align:top;

}

.committee-box{

    background:#fff;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 8px 25px rgba(0,0,0,.08);
    transition:.35s;
    height:100%;

}

.committee-box:hover{

    transform:translateY(-6px);

    box-shadow:0 15px 35px rgba(0,0,0,.15);

}

.committee-link{

    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;

    text-align:center;

    padding:30px 20px;

    color:#0A4D8C;
    text-decoration:none;

}

.committee-link:hover{

    color:#0A4D8C;

}

.committee-link i{

    width:70px;
    height:70px;

    background:#F57C00;
    color:#fff;

    border-radius:50%;

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:28px;

    margin-bottom:20px;

    transition:.3s;

}

.committee-box:hover i{

    transform:rotate(10deg) scale(1.1);

}

.committee-link span{

    font-size:17px;
    font-weight:600;
    line-height:1.5;

}

/* Responsive */

@media(max-width:992px){

.committee-list td{

width:50% !important;
display:inline-block;

}

}

@media(max-width:576px){

.committee-list td{

width:100% !important;
display:block;

}

.committee-link{

padding:25px 15px;

}

}

    /*====================================
Committee Members
====================================*/

.committee-table{

    margin-bottom:0;

}

/* Header */

.committee-table thead th{

    background:#0A4D8C !important;
    color:#fff;
    padding:16px;
    text-align:center;
    border:none;
    font-weight:600;

}

/* Body */

.committee-table tbody td{

    padding:16px;
    border-color:#eef2f7;
    vertical-align:middle;

}

/* Hover */

.committee-table tbody tr{

    transition:.3s;

}

.committee-table tbody tr:hover{

    background:#FFF8F2;

}

/* Serial Number */

.committee-table tbody td:first-child{

    width:70px;
    text-align:center;
    font-weight:700;
    color:#F57C00;

}

/* Member Name */

.committee-table tbody td:nth-child(2){

    font-size:16px;
    font-weight:600;
    color:#0A4D8C;

}

/* Zebra */

.committee-table tbody tr:nth-child(even){

    background:#FAFCFF;

}

/* Responsive */

@media(max-width:768px){

.committee-table{

font-size:14px;

}

}

    /*=========================================
PRINCIPAL MESSAGE
=========================================*/

.principal-card{

    background:#fff;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.10);

}

.principal-card img{

    width:100%;
    display:block;

}

.principal-info{

    background:linear-gradient(135deg,#0A4D8C,#1565C0);
    color:#fff;
    text-align:center;
    padding:25px;

}

.principal-info h4{

    margin-bottom:8px;
    font-weight:700;

}

.principal-info span{

    color:#FFD54F;
    display:block;
    margin-bottom:10px;
    font-weight:600;

}

.principal-info small{

    line-height:1.7;
    color:#f5f5f5;

}

/*========================*/

.message-box{

    background:#fff;
    padding:40px;
    border-radius:20px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);

}

.message-box p{

    text-align:justify;
    line-height:2;
    color:#555;
    margin-bottom:20px;

}

.message-box blockquote{

    background:#FFF8F2;
    border-left:5px solid #F57C00;
    padding:20px;
    border-radius:10px;
    margin:35px 0;

}

/*========================*/

.signature{

    border-top:2px dashed #ddd;
    margin-top:35px;
    padding-top:25px;

}

.signature h4{

    color:#0A4D8C;
    margin-bottom:8px;
    font-weight:700;

}

.signature span{

    color:#F57C00;
    font-weight:600;
    display:block;
    margin-bottom:10px;

}

.signature p{

    margin:0;
    color:#666;

}

/*========================*/

@media(max-width:991px){

.message-box{

padding:25px;

}

.principal-card{

margin-bottom:30px;

}

}

    /*==================================
CODE OF CONDUCT
==================================*/

.conduct-card{

    background:#fff;
    border-radius:18px;
    padding:35px;
    height:100%;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.35s;

}

.conduct-card:hover{

    transform:translateY(-8px);
    box-shadow:0 20px 40px rgba(0,0,0,.12);

}

.conduct-icon{

    width:80px;
    height:80px;
    border-radius:50%;
    background:#F57C00;
    color:#fff;

    display:flex;
    justify-content:center;
    align-items:center;

    font-size:34px;

    margin-bottom:20px;

}

.conduct-card h4{

    color:#0A4D8C;
    margin-bottom:20px;
    font-weight:700;

}

.conduct-card ul{

    padding-left:20px;

}

.conduct-card li{

    margin-bottom:12px;
    line-height:1.7;
    color:#555;

}

.content-box{

    background:#fff;
    border-radius:20px;
    padding:40px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);

}

.content-box h3{

    color:#0A4D8C;
    margin-bottom:25px;
    font-weight:700;

}

.conduct-list{

    padding-left:20px;

}

.conduct-list li{

    margin-bottom:15px;
    line-height:1.9;
    color:#555;

}

/*====================================
RTI
====================================*/

.info-card{

    background:#fff;
    padding:35px;
    border-radius:18px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    height:100%;

}

.info-card h4{

    color:#0A4D8C;
    margin-bottom:20px;
    font-weight:700;

}

.info-card p{

    color:#555;
    line-height:1.9;

}

.download-card{

    background:#fff;
    padding:35px;
    border-radius:18px;
    text-align:center;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.3s;

}

.download-card:hover{

    transform:translateY(-8px);

}

.download-card i{

    font-size:50px;

    color:#F57C00;

    margin-bottom:20px;

}

.download-card h5{

    color:#0A4D8C;

    margin-bottom:20px;

}

.rti-table thead th{
    background:#0A4D8C;
    color:#fff;
    border:none;
    text-align:center;
    padding:15px;
}

.rti-table tbody td{
    vertical-align:middle;
    padding:15px;
}

.rti-table tbody tr:hover{
    background:#FFF8F2;
}

.rti-table tbody td:first-child{
    text-align:center;
    font-weight:700;
    color:#F57C00;
}
/*==================================
Department Page
==================================*/

.department-section{

    background:#f8fafc;

}

.department-card{

    background:#fff;
    border-radius:18px;
    padding:30px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);

}

.dept-table{

    margin-bottom:0;

}

/* Header */

.dept-table thead th{

    background:#0A4D8C !important;
    color:#fff !important;
    border:none;
    text-align:center;
    vertical-align:middle;
    font-weight:600;
    padding:15px;

}

/* Rows */

.dept-table tbody td{

    vertical-align:middle;
    padding:14px;
    color:#555;

}

.dept-table tbody tr:hover{

    background:#FFF8F2;

}

/* Serial Number */

.dept-table tbody td:first-child{

    text-align:center;
    font-weight:bold;
    color:#F57C00;

}

/* Alternate */

.dept-table tbody tr:nth-child(even){

    background:#fcfcfc;

}

/* Pager */

.table-pager{

    background:#fff;
    text-align:center;

}

.table-pager table{

    margin:auto;

}

.table-pager td{

    padding:8px;

}

.table-pager a,
.table-pager span{

    display:inline-block;
    padding:8px 14px;
    margin:2px;
    border-radius:6px;
    text-decoration:none;
    background:#0A4D8C;
    color:#fff;

}

.table-pager span{

    background:#F57C00;

}

@media(max-width:768px){

.department-card{

padding:15px;

}

.dept-table{

font-size:14px;

}

}

    /*==================================
Facilities
==================================*/

.facilities-section{

    background:#f8fafc;

}

.facility-card{

    background:#fff;
    border-radius:18px;
    padding:35px 30px;
    height:100%;
    text-align:center;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.35s;

}

.facility-card:hover{

    transform:translateY(-8px);
    box-shadow:0 18px 35px rgba(0,0,0,.12);

}

.facility-icon{

    width:80px;
    height:80px;
    margin:0 auto 25px;
    border-radius:50%;
    background:linear-gradient(135deg,#0A4D8C,#1565C0);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:34px;

}

.facility-card h4{

    color:#0A4D8C;
    font-weight:700;
    margin-bottom:15px;

}

.facility-card p{

    color:#666;
    line-height:1.8;
    margin-bottom:0;

}

@media(max-width:768px){

.facility-card{

padding:25px;

}

}

    /*=====================================
Teaching Staff
======================================*/

.staff-section{

    background:#f8fafc;

}

.staff-card{

    background:#fff;
    padding:30px;
    border-radius:20px;
    box-shadow:0 12px 35px rgba(0,0,0,.08);

}

.staff-table{

    margin-bottom:0;

}

/* Header */

.staff-table thead th{

    background:#0A4D8C !important;
    color:#fff;
    text-align:center;
    vertical-align:middle;
    border:none;
    padding:16px;
    font-weight:600;

}

/* Body */

.staff-table tbody td{

    vertical-align:middle;
    padding:14px;

}

/* Hover */

.staff-table tbody tr:hover{

    background:#FFF8F2;

}

/* Serial */

.staff-table tbody td:first-child{

    color:#F57C00;
    font-weight:bold;
    text-align:center;

}

/* Faculty Image */

.staff-photo{

    width:90px;
    height:90px;
    object-fit:cover;
    border-radius:50%;
    border:4px solid #0A4D8C;
    padding:2px;
    background:#fff;
    box-shadow:0 4px 15px rgba(0,0,0,.15);

}

/* Pager */

.table-pager{

    text-align:center;
    background:#fff;

}

.table-pager table{

    margin:auto;

}

.table-pager td{

    padding:8px;

}

.table-pager a,
.table-pager span{

    display:inline-block;
    min-width:38px;
    padding:8px 12px;
    margin:2px;
    text-decoration:none;
    border-radius:6px;
    color:#fff;
    background:#0A4D8C;

}

.table-pager span{

    background:#F57C00;

}

/* Mobile */

@media(max-width:768px){

.staff-card{

padding:15px;

}

.staff-table{

font-size:14px;

}

.staff-photo{

width:70px;
height:70px;

}

}

    /*==============================
Non-Teaching Staff
==============================*/

.staff-section{
    background:#f8fafc;
}

.staff-card{
    background:#fff;
    padding:30px;
    border-radius:20px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.staff-table{
    margin-bottom:0;
}

.staff-table thead th{
    background:#0A4D8C !important;
    color:#fff !important;
    border:none;
    text-align:center;
    vertical-align:middle;
    padding:15px;
    font-weight:600;
}

.staff-table tbody td{
    padding:14px;
    vertical-align:middle;
}

.staff-table tbody tr:hover{
    background:#FFF8F2;
}

.staff-table tbody td:first-child{
    color:#F57C00;
    font-weight:bold;
    text-align:center;
}

.staff-photo{
    width:90px;
    height:90px;
    border-radius:50%;
    object-fit:cover;
    border:4px solid #0A4D8C;
    background:#fff;
    padding:2px;
    box-shadow:0 5px 15px rgba(0,0,0,.15);
}

.table-pager{
    text-align:center;
}

.table-pager table{
    margin:auto;
}

.table-pager a,
.table-pager span{
    display:inline-block;
    min-width:38px;
    padding:8px 12px;
    margin:3px;
    border-radius:6px;
    text-decoration:none;
    color:#fff;
    background:#0A4D8C;
}

.table-pager span{
    background:#F57C00;
}

@media(max-width:768px){

.staff-card{
    padding:15px;
}

.staff-photo{
    width:70px;
    height:70px;
}

.staff-table{
    font-size:14px;
}

}
    /*====================================
Admission Procedure
====================================*/

.admission-box{

    background:#fff;
    padding:35px;
    border-radius:18px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);

}

.admission-box h3{

    color:#0A4D8C;
    margin-bottom:20px;
    font-weight:700;

}

.admission-box i{

    color:#F57C00;

}

.admission-card{

    background:#fff;
    border-radius:20px;
    padding:35px;
    height:100%;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.35s;

}

.admission-card:hover{

    transform:translateY(-8px);

}

.card-icon{

    width:80px;
    height:80px;
    background:#0A4D8C;
    color:#fff;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:34px;
    margin-bottom:20px;

}

.admission-card h3{

    color:#0A4D8C;
    margin-bottom:20px;

}

.admission-card ul{

    padding-left:20px;

}

.admission-card li{

    margin-bottom:12px;

}

.document-box{

    background:#fff;
    border-radius:20px;
    padding:35px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);

}

.document-box h3{

    color:#0A4D8C;
    margin-bottom:25px;

}

.document-box i{

    color:#F57C00;

}

.doc-list{

    list-style:none;
    padding:0;

}

.doc-list li{

    padding:10px 0 10px 35px;
    position:relative;

}

.doc-list li::before{

    content:"✓";
    position:absolute;
    left:0;
    width:24px;
    height:24px;
    background:#F57C00;
    color:#fff;
    border-radius:50%;
    text-align:center;
    line-height:24px;
    font-size:13px;

}
/*=====================================
Rules & Regulations
=====================================*/

.rules-section{

    background:#f8fafc;

}

.rules-intro{

    background:#fff;
    padding:35px;
    border-radius:20px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);

}

.rules-intro h3{

    color:#0A4D8C;
    margin-bottom:20px;

}

.rules-intro i{

    color:#F57C00;

}

.rule-card{

    background:#fff;
    border-radius:18px;
    padding:30px;
    text-align:center;
    height:100%;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.35s;

}

.rule-card:hover{

    transform:translateY(-8px);
    box-shadow:0 15px 35px rgba(0,0,0,.12);

}

.rule-card i{

    width:75px;
    height:75px;
    line-height:75px;
    border-radius:50%;
    background:#0A4D8C;
    color:#fff;
    font-size:30px;
    margin-bottom:20px;
    display:inline-block;

}

.rule-card h5{

    color:#0A4D8C;
    font-weight:700;
    margin-bottom:15px;

}

.rule-card p{

    color:#666;
    line-height:1.8;

}

.alert-warning{

    border:none;
    background:#FFF8E5;

}

/*====================================
BA COURSE
====================================*/

.course-box{

    background:#fff;
    border-radius:20px;
    padding:35px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    margin-bottom:30px;

}

.course-box h3{

    color:#0A4D8C;
    font-weight:700;
    margin-bottom:20px;

}

.course-info{

    background:#F8FAFC;
    border-left:5px solid #F57C00;
    padding:25px;
    border-radius:10px;

}

.course-info h5{

    color:#0A4D8C;
    margin-bottom:15px;

}

.course-info ul{

    list-style:none;
    padding:0;
    margin:0;

}

.course-info li{

    padding:8px 0;
    border-bottom:1px solid #eee;

}

.course-table{

    margin-bottom:0;

}

.course-table thead{

    background:#0A4D8C;
    color:#fff;

}

.course-table th{

    text-align:center;
    padding:15px;

}

.course-table td{

    vertical-align:middle;
    padding:14px;

}

.course-table tbody tr:hover{

    background:#FFF8F2;

}

.course-table td:first-child{

    text-align:center;
    font-weight:bold;
    color:#F57C00;

}

.alert-warning{

    border:none;
    background:#FFF8E5;

}

/*=====================================
MA Subject Cards
=====================================*/

.subject-card{

    background:#fff;
    border-radius:18px;
    padding:30px;
    text-align:center;
    height:100%;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.35s;

}

.subject-card:hover{

    transform:translateY(-8px);
    box-shadow:0 15px 35px rgba(0,0,0,.12);

}

.subject-card i{

    width:75px;
    height:75px;
    line-height:75px;
    border-radius:50%;
    background:#0A4D8C;
    color:#fff;
    font-size:30px;
    display:inline-block;
    margin-bottom:20px;

}

.subject-card h5{

    color:#0A4D8C;
    font-weight:700;
    margin-bottom:0;

}

/*=========================================
IMAGE GALLERY
==========================================*/

.gallery-section{

    background:#f8fafc;

}

.gallery-card{

    background:#fff;

    border-radius:18px;

    overflow:hidden;

    margin:15px;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

    transition:.35s;

}

.gallery-card:hover{

    transform:translateY(-8px);

    box-shadow:0 18px 35px rgba(0,0,0,.15);

}

.gallery-img{

    overflow:hidden;

    position:relative;

}

.gallery-img img{

    width:100%;

    height:220px;

    object-fit:cover;

    transition:.5s;

}

.gallery-card:hover img{

    transform:scale(1.08);

}

.gallery-content{

    padding:25px;

    text-align:center;

}

.gallery-content h5{

    color:#0A4D8C;

    font-weight:700;

    margin-bottom:20px;

}

.btn-gallery{

    background:#F57C00;

    color:#fff;

    border-radius:30px;

    padding:10px 25px;

    font-weight:600;

    transition:.3s;

}

.btn-gallery:hover{

    background:#0A4D8C;

    color:#fff;

}

.btn-gallery i{

    margin-left:6px;

}

/* DataList */

#Datalist1{

    width:100%;

}

/* Mobile */

@media(max-width:992px){

.gallery-img img{

height:180px;

}

}

@media(max-width:768px){

.gallery-card{

margin:10px 0;

}

.gallery-img img{

height:220px;

}

}

    /*==================================
SLIDESHOW GALLERY
==================================*/

.gallery-section{

    background:#f8fafc;

}

.gallery-item{

    margin:15px;

}

.gallery-image{

    position:relative;

    overflow:hidden;

    border-radius:15px;

    box-shadow:0 10px 25px rgba(0,0,0,.12);

}

.gallery-image img{

    width:100%;

    height:220px;

    object-fit:cover;

    transition:.5s;

}

.gallery-image:hover img{

    transform:scale(1.08);

}

.gallery-overlay{

    position:absolute;

    inset:0;

    background:rgba(10,77,140,.75);

    display:flex;

    justify-content:center;

    align-items:center;

    opacity:0;

    transition:.4s;

}

.gallery-image:hover .gallery-overlay{

    opacity:1;

}

.gallery-overlay i{

    color:#fff;

    font-size:40px;

    background:#F57C00;

    width:70px;

    height:70px;

    line-height:70px;

    border-radius:50%;

    text-align:center;

}

@media(max-width:992px){

.gallery-image img{

height:180px;

}

}

@media(max-width:768px){

.gallery-item{

margin:8px;

}

.gallery-image img{

height:220px;

}

}

    /*==================================
VIDEO GALLERY
==================================*/

.video-gallery-section{

    background:#f8fafc;

}

.video-card{

    background:#fff;

    border-radius:18px;

    overflow:hidden;

    margin:15px;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

    transition:.35s;

    height:100%;

}

.video-card:hover{

    transform:translateY(-8px);

    box-shadow:0 18px 35px rgba(0,0,0,.15);

}

.video-title{

    background:linear-gradient(135deg,#0A4D8C,#1565C0);

    color:#fff;

    padding:18px;

    text-align:center;

    font-weight:600;

    font-size:17px;

    min-height:70px;

    display:flex;

    justify-content:center;

    align-items:center;

}

.video-frame{

    padding:15px;

    background:#fff;

}

.video-frame iframe,
.video-frame embed{

    width:100% !important;

    height:220px !important;

    border-radius:10px;

}

.video-card:hover iframe{

    transform:scale(1.02);

    transition:.3s;

}

@media(max-width:992px){

.video-frame iframe,
.video-frame embed{

height:200px !important;

}

}

@media(max-width:768px){

.video-card{

margin:10px 0;

}

.video-frame iframe,
.video-frame embed{

height:220px !important;

}

}

    /*==================================
VIEW ALUMNI
==================================*/

.alumni-section{

    background:#f8fafc;

}

.alumni-card{

    background:#fff;
    padding:30px;
    border-radius:20px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);

}

.alumni-table{

    margin-bottom:0;

}

.alumni-table thead th{

    background:#0A4D8C !important;
    color:#fff !important;
    text-align:center;
    vertical-align:middle;
    border:none;
    padding:16px;
    font-weight:600;

}

.alumni-table tbody td{

    padding:14px;
    vertical-align:middle;

}

.alumni-table tbody tr:hover{

    background:#FFF8F2;

}

.alumni-table tbody td:first-child{

    text-align:center;
    color:#F57C00;
    font-weight:bold;

}

.alumni-table a{

    text-decoration:none;

}

.alumni-table .btn-warning{

    background:#F57C00;
    border:none;
    border-radius:25px;
    transition:.3s;

}

.alumni-table .btn-warning:hover{

    background:#0A4D8C;
    color:#fff !important;

}

/* Pagination */

.table-pager{

    text-align:center;

}

.table-pager table{

    margin:auto;

}

.table-pager a,
.table-pager span{

    display:inline-block;
    min-width:38px;
    padding:8px 12px;
    margin:3px;
    border-radius:6px;
    text-decoration:none;
    color:#fff;
    background:#0A4D8C;

}

.table-pager span{

    background:#F57C00;

}

@media(max-width:768px){

.alumni-card{

    padding:15px;

}

.alumni-table{

    font-size:14px;

}

}

    .registration-section{

    background:#f8fafc;

}

.registration-card{

    background:#fff;

    padding:40px;

    border-radius:20px;

    box-shadow:0 15px 35px rgba(0,0,0,.08);

}

.form-section-title{

    background:linear-gradient(135deg,#0A4D8C,#1565C0);

    color:#fff;

    padding:15px 20px;

    border-radius:10px;

    margin:35px 0 25px;

    font-size:20px;

    font-weight:600;

}

.form-section-title i{

    color:#F57C00;

    margin-right:10px;

}

.registration-card label{

    font-weight:600;

    margin-bottom:6px;

    color:#333;

}

.registration-card .form-control,
.registration-card .form-select{

    height:46px;

    border-radius:10px;

    border:1px solid #ddd;

}

.registration-card .form-control:focus,
.registration-card .form-select:focus{

    border-color:#0A4D8C;

    box-shadow:0 0 0 .2rem rgba(10,77,140,.15);

}
/*=========================================
Profile Photo
=========================================*/

.profile-preview{

    width:180px;
    height:180px;
    border-radius:50%;
    object-fit:cover;
    border:5px solid #0A4D8C;
    padding:4px;
    background:#fff;
    box-shadow:0 10px 25px rgba(0,0,0,.15);

}

/* Buttons */

.btn-primary{

    background:#F57C00;
    border:none;
    border-radius:40px;
    font-weight:600;
    transition:.35s;

}

.btn-primary:hover{

    background:#0A4D8C;

}

.btn-outline-secondary{

    border-radius:40px;

}

/*=====================================
ALUMNI LOGIN
======================================*/

.login-section{

    background:#f8fafc;
    min-height:70vh;
    display:flex;
    align-items:center;

}

.login-card{

    background:#fff;
    padding:40px;
    border-radius:20px;
    box-shadow:0 15px 35px rgba(0,0,0,.10);

}

.login-icon{

    width:90px;
    height:90px;
    margin:auto;
    background:linear-gradient(135deg,#0A4D8C,#1565C0);
    color:#fff;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:42px;
    margin-bottom:20px;

}

.form-label{

    font-weight:600;
    color:#333;

}

.form-label i{

    color:#F57C00;
    margin-right:6px;

}

.form-control{

    height:48px;
    border-radius:10px;
    border:1px solid #ddd;

}

.form-control:focus{

    border-color:#0A4D8C;
    box-shadow:0 0 0 .2rem rgba(10,77,140,.15);

}

.btn-login{

    background:#F57C00;
    color:#fff;
    border:none;
    border-radius:30px;
    height:48px;
    font-size:17px;
    font-weight:600;
    transition:.3s;

}

.btn-login:hover{

    background:#0A4D8C;
    color:#fff;

}

.register-link{

    color:#0A4D8C;
    font-weight:600;
    text-decoration:none;

}

.register-link:hover{

    color:#F57C00;

}
/*=========================================
BOOKS PAGE
==========================================*/

.books-section{

    background:#f8fafc;

}

.books-filter-card{

    background:#fff;
    padding:25px 30px;
    border-radius:18px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);

}

.books-filter-card label{

    color:#0A4D8C;
    font-size:17px;

}

.books-filter-card i{

    color:#F57C00;
    margin-right:8px;

}

.form-select{

    height:48px;
    border-radius:10px;

}

.books-card{

    background:#fff;
    padding:30px;
    border-radius:20px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);

}

.books-table{

    margin-bottom:0;

}

.books-table thead th{

    background:#0A4D8C !important;
    color:#fff !important;
    text-align:center;
    border:none;
    padding:15px;
    font-weight:600;

}

.books-table tbody td{

    padding:14px;
    vertical-align:middle;

}

.books-table tbody tr:hover{

    background:#FFF8F2;

}

.books-table tbody td:first-child{

    color:#F57C00;
    font-weight:bold;
    text-align:center;

}

/* Pagination */

.table-pager{

    text-align:center;

}

.table-pager table{

    margin:auto;

}

.table-pager a,
.table-pager span{

    display:inline-block;
    min-width:38px;
    padding:8px 12px;
    margin:3px;
    border-radius:6px;
    background:#0A4D8C;
    color:#fff;
    text-decoration:none;

}

.table-pager span{

    background:#F57C00;

}

@media(max-width:768px){

.books-card{

    padding:15px;

}

.books-table{

    font-size:14px;

}

}
    /*==================================
IQAC PAGE
==================================*/

.content-section{

    background:#f8fafc;

}

.content-card{

    background:#fff;
    padding:40px;
    border-radius:20px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);

}

.page-heading{

    color:#0A4D8C;
    font-weight:700;
    margin-bottom:25px;
    position:relative;

}

.page-heading::after{

    content:'';
    width:70px;
    height:4px;
    background:#F57C00;
    display:block;
    margin-top:10px;
    border-radius:5px;

}

.content-card p{

    text-align:justify;
    line-height:1.9;
    color:#555;

}

.coordinator-box{

    background:#f8fafc;
    border-left:5px solid #F57C00;
    padding:25px;
    border-radius:10px;
    text-align:center;

}

.coordinator-box h4{

    color:#0A4D8C;
    margin-bottom:10px;

}

.coordinator-box h5{

    font-weight:700;
    color:#F57C00;

}

.iqac-table{

    margin-bottom:0;

}

.iqac-table thead th{

    background:#0A4D8C;
    color:#fff;
    text-align:center;
    padding:15px;
    border:none;

}

.iqac-table tbody td{

    vertical-align:middle;
    padding:14px;

}

.iqac-table tbody tr:hover{

    background:#FFF8F2;

}

.iqac-table tbody td:first-child{

    font-weight:600;
    color:#0A4D8C;

}

@media(max-width:768px){

.content-card{

padding:20px;

}

}

    .contact-section{

    background:#f8fafc;

}

.contact-card,
.contact-form-card{

    background:#fff;
    border-radius:18px;
    padding:30px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);

}

.info-box{

    background:#f8fafc;
    border-left:4px solid #F57C00;
    border-radius:10px;
    padding:18px;
    height:100%;

}

.info-box i{

    font-size:26px;
    color:#0A4D8C;
    margin-bottom:10px;

}

.contact-form-card .form-control{

    border-radius:10px;
    height:46px;

}

.contact-form-card textarea{

    height:auto;

}

.btn-contact{

    width:100%;
    background:#F57C00;
    color:#fff;
    border:none;
    border-radius:30px;
    padding:12px;
    font-weight:600;
    transition:.3s;

}

.btn-contact:hover{

    background:#0A4D8C;
    color:#fff;

}

.contact-table thead{

    background:#0A4D8C;
    color:#fff;

}

.contact-table th{

    border:none;
    padding:14px;

}

.contact-table td{

    padding:12px;

}

.contact-table tbody tr:hover{

    background:#FFF8F2;

}

/*=================================
NOTICE PAGE
==================================*/

.notice-section{

    background:#f8fafc;

}

.notice-card{

    background:#fff;
    padding:30px;
    border-radius:20px;
    box-shadow:0 12px 30px rgba(0,0,0,.08);

}

.notice-table{

    margin-bottom:0;

}

.notice-table thead th{

    background:#0A4D8C !important;
    color:#fff !important;
    text-align:center;
    border:none;
    padding:15px;
    font-weight:600;

}

.notice-table tbody td{

    padding:15px;
    vertical-align:middle;

}

.notice-table tbody tr:hover{

    background:#FFF8F2;

}

.notice-table tbody td:first-child{

    text-align:center;
    color:#F57C00;
    font-weight:bold;

}

.notice-table tbody td:nth-child(2){

    font-weight:600;
    color:#0A4D8C;

}

.btn-download{

    background:#F57C00;
    color:#fff !important;
    border-radius:25px;
    padding:8px 18px;
    text-decoration:none;
    transition:.3s;
    font-weight:600;

}

.btn-download:hover{

    background:#0A4D8C;
    color:#fff !important;

}

.btn-download i{

    margin-right:6px;

}

/* Pagination */

.table-pager{

    text-align:center;

}

.table-pager table{

    margin:auto;

}

.table-pager a,
.table-pager span{

    display:inline-block;
    min-width:38px;
    padding:8px 12px;
    margin:3px;
    background:#0A4D8C;
    color:#fff;
    border-radius:6px;
    text-decoration:none;

}

.table-pager span{

    background:#F57C00;

}

@media(max-width:768px){

.notice-card{

padding:15px;

}

.notice-table{

font-size:14px;

}

}