:root{
--primary:#0b4d8c;
--secondary:#18a558;
}

body{
font-family:'Segoe UI',sans-serif;
overflow-x:hidden;
}

/* TOPBAR */

.topbar{
background:#08315a;
padding:10px 0;
font-size:14px;
}

.top-info{
display:flex;
gap:20px;
list-style:none;
margin:0;
padding:0;
color:#fff;
}

.top-btn{
background:#18a558;
color:#fff;
padding:8px 15px;
text-decoration:none;
border-radius:4px;
margin-left:10px;
font-size:14px;
}

.verify{
background:#f59e0b;
}

/* HEADER */

.main-header{
padding:15px 0;
background:#fff;
}

.logo{
    width:100%;
    max-width:180px;
    height:auto;
    display:block;
}


.school-info h2{
font-size:32px;
font-weight:700;
color:#0b4d8c;
margin-bottom:5px;
}

.school-info p{
margin:0;
color:#666;
}

.apply-btn{
background:#0b4d8c;
padding:12px 25px;
color:#fff;
text-decoration:none;
border-radius:50px;
}

/* NAVBAR */

.custom-nav{
background:linear-gradient(90deg,#0b4d8c,#18a558);
}

.custom-nav .nav-link{
color:#fff !important;
padding:18px 15px !important;
font-weight:600;
}

.custom-nav .nav-link:hover{
color:#ffd700 !important;
}

.dropdown-menu{
border:none;
box-shadow:0 15px 40px rgba(0,0,0,.12);
}

.dropdown-item{
padding:10px 18px;
}

/* HERO */

.hero-slider{
position:relative;
}

.hero-slider img{
height:650px;
object-fit:cover;
}

.slider-content{
position:absolute;
top:50%;
left:50%;
transform:translate(-50%,-50%);
text-align:center;
color:#fff;
width:80%;
}

.slider-content h1{
font-size:60px;
font-weight:800;
margin-bottom:20px;
}

.slider-content p{
font-size:22px;
margin-bottom:30px;
}

.slider-content a{
background:#18a558;
padding:15px 35px;
text-decoration:none;
color:#fff;
border-radius:50px;
}

/* ABOUT */

.section-tag{
color:#18a558;
font-weight:700;
}

.about-section h2{
font-weight:700;
margin:15px 0;
}

.theme-btn{
background:#0b4d8c;
padding:12px 25px;
display:inline-block;
color:#fff;
text-decoration:none;
border-radius:50px;
}

/* FOOTER */

.footer{
background:#081d36;
color:#fff;
padding:70px 0 20px;
}

.footer h4{
margin-bottom:20px;
}

.footer ul{
padding:0;
list-style:none;
}

.footer ul li{
margin-bottom:10px;
}

.footer ul li a{
color:#ddd;
text-decoration:none;
}

.footer hr{
margin:30px 0;
border-color:#2b4766;
}

/* MOBILE */

@media(max-width:991px){

.school-info h2{
font-size:22px;
}

.hero-slider img{
height:500px;
}

.slider-content h1{
font-size:32px;
}

.slider-content p{
font-size:16px;
}

.top-info{
flex-direction:column;
gap:5px;
}

.topbar{
text-align:center;
}

.top-btn{
display:inline-block;
margin-top:10px;
}

}

/* =========================
   RESPONSIVE DESIGN
========================= */

/* Tablet */

@media (max-width:991px){

    .topbar{
        text-align:center;
    }

    .top-info{
        justify-content:center;
        flex-wrap:wrap;
        gap:10px;
    }

    .top-btn{
        margin:5px;
    }

    .logo{
        max-width:110px;
        margin:auto;
    }

    .school-info h2{
        font-size:24px;
        line-height:1.3;
    }

    .school-info p{
        font-size:14px;
    }

    .apply-btn{
        display:none;
    }

    .hero-slider img{
        height:500px;
    }

    .slider-content{
        width:90%;
    }

    .slider-content h1{
        font-size:38px;
    }

    .slider-content p{
        font-size:18px;
    }

    .custom-nav .nav-link{
        padding:12px !important;
    }

}

/* Mobile */

@media (max-width:767px){

    .topbar{
        padding:8px 0;
    }

    .top-info{
        flex-direction:column;
        gap:5px;
        text-align:center;
    }

    .top-btn{
        display:inline-block;
        margin:3px;
        padding:7px 12px;
        font-size:12px;
    }

    .main-header{
        padding:10px 0;
    }

    .logo{
        max-width:70px;
    }

    .school-info{
        padding-left:8px;
    }

    .school-info h2{
        font-size:16px;
        line-height:1.4;
        margin-bottom:2px;
    }

    .school-info p{
        font-size:11px;
    }

    .hero-slider img{
        height:350px;
    }

    .slider-content{
        width:95%;
    }

    .slider-content h1{
        font-size:24px;
        margin-bottom:10px;
    }

    .slider-content p{
        font-size:14px;
        margin-bottom:15px;
    }

    .slider-content a{
        padding:10px 20px;
        font-size:13px;
    }

    .navbar-collapse{
        background:#0b4d8c;
        padding:15px;
        margin-top:10px;
        border-radius:10px;
    }

    .dropdown-menu{
        box-shadow:none;
        border-radius:0;
    }

    .about-section{
        text-align:center;
    }

    .about-section img{
        margin-bottom:20px;
    }

    .footer{
        text-align:center;
        padding:50px 0 20px;
    }

    .footer .col-lg-4,
    .footer .col-lg-3,
    .footer .col-lg-2{
        margin-bottom:25px;
    }

}

/* Small Mobile */

@media (max-width:480px){

    .logo{
        max-width:60px;
    }

    .school-info h2{
        font-size:14px;
    }

    .school-info p{
        font-size:10px;
    }

    .hero-slider img{
        height:280px;
    }

    .slider-content h1{
        font-size:18px;
    }

    .slider-content p{
        font-size:12px;
    }

    .slider-content a{
        padding:8px 16px;
        font-size:12px;
    }

}
/*==========================
WELCOME SECTION
==========================*/

.welcome-section{
    padding:80px 0;
    background:#fff;
}

.welcome-img{
    overflow:hidden;
    border-radius:20px;
}

.welcome-img img{
    width:100%;
    border-radius:20px;
    transition:.5s;
}

.welcome-img:hover img{
    transform:scale(1.05);
}

.section-title span{
    color:#18a558;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:1px;
}

.section-title h2{
    font-size:42px;
    font-weight:700;
    color:#0b4d8c;
    margin:10px 0 20px;
}

.welcome-section p{
    color:#666;
    line-height:1.8;
    margin-bottom:15px;
}

.welcome-features{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:15px;
    margin:30px 0;
}

.feature-box{
    display:flex;
    align-items:center;
    gap:12px;
    background:#f8f9fa;
    padding:15px;
    border-radius:10px;
    transition:.3s;
}

.feature-box:hover{
    background:#0b4d8c;
    color:#fff;
}

.feature-box i{
    font-size:22px;
    color:#18a558;
}

.feature-box:hover i{
    color:#fff;
}

.welcome-btn{
    display:inline-block;
    background:#0b4d8c;
    color:#fff;
    text-decoration:none;
    padding:14px 30px;
    border-radius:50px;
    font-weight:600;
    transition:.3s;
}

.welcome-btn:hover{
    background:#18a558;
    color:#fff;
}

/*==========================
RESPONSIVE
==========================*/

@media(max-width:991px){

    .welcome-section{
        padding:60px 0;
    }

    .welcome-img{
        margin-bottom:30px;
    }

    .section-title h2{
        font-size:32px;
    }

}

@media(max-width:767px){

    .welcome-section{
        text-align:center;
        padding:50px 0;
    }

    .section-title h2{
        font-size:26px;
    }

    .welcome-features{
        grid-template-columns:1fr;
    }

    .feature-box{
        justify-content:center;
    }

}

@media(max-width:480px){

    .section-title h2{
        font-size:22px;
    }

    .welcome-section p{
        font-size:14px;
    }

    .welcome-btn{
        padding:12px 25px;
        font-size:14px;
    }

}
/*==========================
PRINCIPAL MESSAGE
==========================*/

.principal-section{
    padding:80px 0;
    background:#f8fbff;
}

.principal-image{
    position:relative;
}

.principal-image img{
    width:100%;
    border-radius:20px;
    box-shadow:0 15px 40px rgba(0,0,0,0.12);
}

.section-subtitle{
    color:#18a558;
    font-size:15px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:1px;
}

.principal-content h2{
    font-size:42px;
    font-weight:700;
    color:#0b4d8c;
    margin:10px 0 25px;
}

.principal-content p{
    color:#666;
    line-height:1.9;
    margin-bottom:15px;
    font-size:16px;
}

.principal-sign{
    margin-top:30px;
    border-left:4px solid #18a558;
    padding-left:20px;
}

.principal-sign h4{
    color:#0b4d8c;
    font-weight:700;
    margin-bottom:5px;
}

.principal-sign span{
    color:#777;
    font-size:14px;
}

/*==========================
TABLET
==========================*/

@media(max-width:991px){

    .principal-section{
        padding:60px 0;
    }

    .principal-image{
        margin-bottom:30px;
    }

    .principal-content h2{
        font-size:32px;
    }

}

/*==========================
MOBILE
==========================*/

@media(max-width:767px){

    .principal-section{
        text-align:center;
        padding:50px 0;
    }

    .principal-content h2{
        font-size:26px;
    }

    .principal-content p{
        font-size:15px;
        line-height:1.8;
    }

    .principal-sign{
        border-left:none;
        border-top:4px solid #18a558;
        padding-left:0;
        padding-top:15px;
        margin-top:25px;
    }

}

/*==========================
SMALL MOBILE
==========================*/

@media(max-width:480px){

    .principal-content h2{
        font-size:22px;
    }

    .principal-content p{
        font-size:14px;
    }

}



/*==========================
LATEST NEWS & NOTICES
==========================*/

```css
.notice-section{
    padding:80px 0;
    background:#f8fbff;
}

.notice-section .section-title span{
    color:#18a558;
    font-weight:600;
    text-transform:uppercase;
}

.notice-section .section-title h2{
    color:#0b4d8c;
    font-size:42px;
    font-weight:700;
}

.notice-wrapper{
    max-width:900px;
    margin:auto;
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.notice-header{
    background:linear-gradient(135deg,#0b4d8c,#18a558);
    padding:18px 25px;
}

.notice-header h4{
    color:#fff;
    margin:0;
    font-weight:700;
}

.notice-item{
    padding:18px 25px;
    border-bottom:1px solid #eee;
    font-size:16px;
    color:#444;
    transition:.3s;
}

.notice-item:hover{
    background:#f5fbff;
    color:#0b4d8c;
}

@media(max-width:768px){

    .notice-section{
        padding:60px 0;
    }

    .notice-section .section-title h2{
        font-size:28px;
    }

    .notice-item{
        font-size:14px;
        padding:15px;
    }

}
```



/*==========================
QUICK LINKS
==========================*/

.quick-links-section{
    padding:80px 0;
    background:#ffffff;
}

.section-title span{
    color:#18a558;
    font-weight:600;
    text-transform:uppercase;
}

.section-title h2{
    color:#0b4d8c;
    font-size:40px;
    font-weight:700;
}

.quick-link-card{
    display:block;
    text-align:center;
    padding:35px 20px;
    background:#fff;
    border-radius:15px;
    text-decoration:none;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.4s;
    height:100%;
}

.quick-link-card:hover{
    transform:translateY(-8px);
    background:#0b4d8c;
}

.quick-link-card i{
    font-size:45px;
    color:#18a558;
    margin-bottom:15px;
    transition:.4s;
}

.quick-link-card h5{
    color:#0b4d8c;
    font-weight:600;
    margin:0;
    transition:.4s;
}

.quick-link-card:hover h5,
.quick-link-card:hover i{
    color:#fff;
}

/* Mobile */

@media(max-width:767px){

    .quick-links-section{
        padding:60px 0;
    }

    .section-title h2{
        font-size:28px;
    }

    .quick-link-card{
        padding:25px 15px;
    }

    .quick-link-card i{
        font-size:35px;
    }

}

/*==========================
ACHIEVEMENTS
==========================*/

.achievement-section{
    padding:80px 0;
    background:linear-gradient(rgba(11,77,140,.95),rgba(11,77,140,.95)),
    url('images/achievement-bg.jpg');
    background-size:cover;
    background-position:center;
    color:#fff;
}

.achievement-section .section-title span{
    color:#18a558;
    text-transform:uppercase;
    font-weight:600;
}

.achievement-section .section-title h2{
    font-size:42px;
    font-weight:700;
    margin:10px 0;
}

.achievement-section .section-title p{
    color:#ddd;
}

.achievement-card{
    text-align:center;
    background:rgba(255,255,255,.08);
    backdrop-filter:blur(10px);
    padding:40px 20px;
    border-radius:15px;
    transition:.4s;
    height:100%;
}

.achievement-card:hover{
    transform:translateY(-10px);
    background:#18a558;
}

.achievement-card i{
    font-size:50px;
    margin-bottom:20px;
}

.achievement-card h3{
    font-size:42px;
    font-weight:700;
    margin-bottom:10px;
}

.achievement-card h5{
    margin:0;
    font-size:18px;
}

/* Responsive */

@media(max-width:991px){

    .achievement-section{
        padding:70px 0;
    }

    .achievement-section .section-title h2{
        font-size:34px;
    }

}

@media(max-width:767px){

    .achievement-section{
        padding:60px 0;
    }

    .achievement-section .section-title h2{
        font-size:28px;
    }

    .achievement-card{
        padding:30px 15px;
    }

    .achievement-card i{
        font-size:40px;
    }

    .achievement-card h3{
        font-size:32px;
    }

}

/*==========================
PHOTO HIGHLIGHTS
==========================*/

.photo-highlights{
    padding:80px 0;
    background:#f8fbff;
}

.section-title{
    margin-bottom:50px;
}

.section-title span{
    color:#18a558;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:1px;
}

.section-title h2{
    font-size:42px;
    font-weight:700;
    color:#0b4d8c;
    margin:10px 0;
}

.section-title p{
    color:#666;
    max-width:650px;
    margin:auto;
}

.gallery-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;
}

.gallery-item{
    overflow:hidden;
    border-radius:15px;
    position:relative;
}

.gallery-item.large{
    grid-row:span 2;
}

.gallery-item img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.5s;
    display:block;
}

.gallery-item:hover img{
    transform:scale(1.1);
}

.gallery-btn{
    display:inline-block;
    background:#0b4d8c;
    color:#fff;
    text-decoration:none;
    padding:14px 35px;
    border-radius:50px;
    font-weight:600;
    transition:.3s;
}

.gallery-btn:hover{
    background:#18a558;
    color:#fff;
}

/*==========================
TABLET
==========================*/

@media(max-width:991px){

    .photo-highlights{
        padding:70px 0;
    }

    .section-title h2{
        font-size:34px;
    }

    .gallery-grid{
        grid-template-columns:repeat(2,1fr);
    }

}

/*==========================
MOBILE
==========================*/

@media(max-width:767px){

    .photo-highlights{
        padding:60px 0;
    }

    .section-title h2{
        font-size:28px;
    }

    .gallery-grid{
        grid-template-columns:1fr;
    }

    .gallery-item.large{
        grid-row:auto;
    }

}

/*==========================
SMALL MOBILE
==========================*/

@media(max-width:480px){

    .section-title h2{
        font-size:24px;
    }

    .section-title p{
        font-size:14px;
    }

    .gallery-btn{
        padding:12px 25px;
        font-size:14px;
    }

}

/*=========================
PAGE BANNER
=========================*/

.page-banner{
    position:relative;
    background:url('../images/bg-img.png') center center;
    background-size:cover;
    background-repeat:no-repeat;
    height:450px;

    display:flex;
    align-items:center;
    justify-content:center;
}

.page-banner .overlay{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.55);
}

.banner-content{
    position:relative;
    z-index:2;
    text-align:center;
    color:#fff;
}

.banner-content h1{
    font-size:60px;
    font-weight:700;
    margin-bottom:20px;
    text-transform:uppercase;
}

.breadcrumb-custom{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:10px;
    padding:0;
    margin:0;
    list-style:none;
}

.breadcrumb-custom li{
    color:#fff;
    font-size:18px;
}

.breadcrumb-custom li a{
    color:#18a558;
    text-decoration:none;
    font-weight:600;
}

.breadcrumb-custom li:not(:last-child)::after{
    content:"/";
    margin-left:10px;
    color:#fff;
}

/* Tablet */

@media(max-width:991px){

    .page-banner{
        height:350px;
    }

    .banner-content h1{
        font-size:45px;
    }

}

/* Mobile */

@media(max-width:767px){

    .page-banner{
        height:280px;
    }

    .banner-content h1{
        font-size:32px;
    }

    .breadcrumb-custom li{
        font-size:14px;
    }

}

/* Small Mobile */

@media(max-width:480px){

    .page-banner{
        height:220px;
    }

    .banner-content h1{
        font-size:26px;
    }

}






/*==========================
GALLERY DETAILS
==========================*/

.gallery-details-section{
    padding:80px 0;
    background:#f8fbff;
}

.gallery-details-section .section-title span{
    color:#18a558;
    font-weight:600;
    text-transform:uppercase;
}

.gallery-details-section .section-title h2{
    font-size:42px;
    color:#0b4d8c;
    font-weight:700;
    margin-top:10px;
}

.gallery-card{
    position:relative;
    overflow:hidden;
    border-radius:15px;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
}

.gallery-card img{
    width:100%;
    height:260px;
    object-fit:cover;
    transition:.5s;
    display:block;
}

.gallery-overlay{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(11,77,140,.75);

    display:flex;
    justify-content:center;
    align-items:center;

    opacity:0;
    transition:.4s;
}

.gallery-overlay span{
    color:#fff;
    font-size:18px;
    font-weight:600;
}

.gallery-card:hover img{
    transform:scale(1.1);
}

.gallery-card:hover .gallery-overlay{
    opacity:1;
}

/* Tablet */

@media(max-width:991px){

    .gallery-card img{
        height:220px;
    }

    .gallery-details-section .section-title h2{
        font-size:34px;
    }

}

/* Mobile */

@media(max-width:767px){

    .gallery-details-section{
        padding:60px 0;
    }

    .gallery-details-section .section-title h2{
        font-size:28px;
    }

    .gallery-card img{
        height:180px;
    }

}

/* Small Mobile */

@media(max-width:480px){

    .gallery-card img{
        height:150px;
    }

}

/*=========================
GALLERY CATEGORY
=========================*/

.gallery-category-section{
    padding:80px 0;
    background:#f8fbff;
}

.gallery-category-section .section-title span{
    color:#18a558;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:1px;
}

.gallery-category-section .section-title h2{
    font-size:42px;
    color:#0b4d8c;
    font-weight:700;
    margin-top:10px;
}

.gallery-category-box{
    position:relative;
    display:block;
    overflow:hidden;
    border-radius:15px;
    height:300px;
    text-decoration:none;
    box-shadow:0 10px 30px rgba(0,0,0,.10);
}

.gallery-category-box img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.5s;
}

.gallery-category-box:hover img{
    transform:scale(1.1);
}

.gallery-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(
        rgba(0,0,0,.10),
        rgba(0,0,0,.85)
    );

    display:flex;
    align-items:flex-end;
}

.gallery-content{
    width:100%;
    text-align:center;
    padding:25px;
}

.gallery-content h4{
    color:#fff;
    font-size:24px;
    font-weight:700;
    margin-bottom:8px;
}

.gallery-content span{
    color:#fff;
    font-size:14px;
    background:#18a558;
    padding:8px 18px;
    border-radius:30px;
    display:inline-block;
}

/* Tablet */

@media(max-width:991px){

    .gallery-category-section .section-title h2{
        font-size:34px;
    }

    .gallery-category-box{
        height:260px;
    }

}

/* Mobile */

@media(max-width:767px){

    .gallery-category-section{
        padding:60px 0;
    }

    .gallery-category-section .section-title h2{
        font-size:28px;
    }

    .gallery-category-box{
        height:220px;
    }

    .gallery-content h4{
        font-size:18px;
    }

}

/* Small Mobile */

@media(max-width:480px){

    .gallery-category-box{
        height:180px;
    }

    .gallery-category-section .section-title h2{
        font-size:24px;
    }

}


/*=================================
CONTACT SECTION
=================================*/

.contact-section{
    padding:80px 0;
    background:#f8fbff;
}

.contact-section .section-title{
    margin-bottom:60px;
}

.contact-section .section-title span{
    color:#18a558;
    font-size:15px;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:1px;
}

.contact-section .section-title h2{
    font-size:42px;
    font-weight:700;
    color:#0b4d8c;
    margin:10px 0;
}

.contact-section .section-title p{
    max-width:700px;
    margin:auto;
    color:#666;
}

/* Contact Info */

.contact-info{
    background:#fff;
    padding:40px;
    border-radius:20px;
    box-shadow:0 10px 35px rgba(0,0,0,.08);
    height:100%;
}

.contact-info h3{
    color:#0b4d8c;
    font-weight:700;
    margin-bottom:30px;
}

.contact-item{
    display:flex;
    gap:18px;
    margin-bottom:25px;
}

.contact-item:last-child{
    margin-bottom:0;
}

.contact-item i{
    width:55px;
    height:55px;
    min-width:55px;
    border-radius:50%;
    background:#18a558;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:18px;
}

.contact-item h5{
    color:#0b4d8c;
    margin-bottom:5px;
    font-size:18px;
}

.contact-item p{
    margin:0;
    color:#666;
    line-height:1.7;
}

/* Contact Form */

.contact-form{
    background:#fff;
    padding:40px;
    border-radius:20px;
    box-shadow:0 10px 35px rgba(0,0,0,.08);
    height:100%;
}

.contact-form .form-control{
    height:55px;
    border-radius:10px;
    border:1px solid #ddd;
    box-shadow:none;
}

.contact-form textarea.form-control{
    height:auto;
    resize:none;
    padding-top:15px;
}

.contact-form .form-control:focus{
    border-color:#18a558;
    box-shadow:none;
}

.contact-btn{
    background:#0b4d8c;
    color:#fff;
    border:none;
    padding:14px 35px;
    border-radius:50px;
    font-weight:600;
    transition:.3s;
}

.contact-btn:hover{
    background:#18a558;
    color:#fff;
}

/* Google Map */

.map-section{
    margin-top:50px;
}

.map-section iframe{
    width:100%;
    height:450px;
    border:none;
    border-radius:20px;
    box-shadow:0 10px 35px rgba(0,0,0,.08);
}

/* Tablet */

@media(max-width:991px){

    .contact-section{
        padding:70px 0;
    }

    .contact-section .section-title h2{
        font-size:34px;
    }

    .contact-info{
        margin-bottom:25px;
    }

}

/* Mobile */

@media(max-width:767px){

    .contact-section{
        padding:60px 0;
    }

    .contact-section .section-title h2{
        font-size:28px;
    }

    .contact-info,
    .contact-form{
        padding:25px;
    }

    .contact-item{
        gap:12px;
    }

    .contact-item i{
        width:45px;
        height:45px;
        min-width:45px;
        font-size:15px;
    }

    .contact-item h5{
        font-size:16px;
    }

    .map-section iframe{
        height:300px;
    }

}

/* Small Mobile */

@media(max-width:480px){

    .contact-section .section-title h2{
        font-size:24px;
    }

    .contact-section .section-title p{
        font-size:14px;
    }

    .contact-btn{
        width:100%;
    }

}