
*{
margin:0;
padding:0;
box-sizing:border-box;
font-family:'Segoe UI',sans-serif;
}

body{
background:#f5f7fa;
overflow-x:hidden;
}

.container{
width:95%;
max-width:1400px;
margin:auto;
}

/* TOPBAR */

.topbar{
background:#002655;
color:#fff;
font-size:14px;
}

.topbar .container{
display:flex;
justify-content:space-between;
align-items:center;
padding:3px 0px 6px 0px;
flex-wrap:wrap;
gap:10px;
}

.top-left,
.top-right{
display:flex;
gap:20px;
flex-wrap:wrap;
}

.topbar i{
margin-right:6px;
}

/* HEADER */

.main-header{
background:#fff;
box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.header-wrapper{
display:flex;
justify-content:space-between;
align-items:center;
/* padding:5px 0; */
gap:30px;
}

.header-left{
display:flex;
align-items:center;
gap:10px;
}

.logo img{
width:100px;
height:100px;
object-fit:contain;
}

.header-content h1{
font-size:24px;
line-height:1.1;
font-weight:800;
color:#002655;
text-transform:uppercase;
}

.header-content h3{
margin-top:-2px;
font-size:18px;
color:#2c3e50;
}

.header-content p{
margin-top:-2px;
color:#666;
font-size:17px;
}

/* RIGHT */

.header-right{
width:200px;
}

.admission-box{
    padding: 0px 0px 2px 0px;
    text-align: center;
    border: 3px solid #FDB913;
    border-radius: 12px;
    background: #fdb9131a;
    margin-bottom: 5px;
}

.admission-box h2{
font-size:20px;
font-weight:800;
color:#f39c12;
}

.admission-box span{
display:block;
font-size:15px;
font-weight:700;
color:#002655;
}

.prospectus-btn{
display:flex;
justify-content:center;
align-items:center;
gap:10px;
text-decoration:none;
background:#002655;
color:#fff;
padding:5px;
border-radius:8px;
font-weight:700;
transition:.3s;
}

.prospectus-btn:hover{
background:#001e4b;
}

/* NAVBAR */

.navbar{
background:#002655;
margin-bottom: 0px !important;
}
.navbar_2{
position:sticky;
top:0;
z-index:999;
}

.navbar ul{
display:flex;
list-style:none;
}

.navbar li{
flex:1;
}

.navbar a{
display:block;
text-align:center;
padding:12px 10px;
color:#fff;
text-decoration:none;
font-weight:600;
transition:.3s;
}

.navbar li.active a{
background:#FDB913;
color:#002655;
}

.navbar a:hover{
background:#FDB913;
color:#002655;
}

/* MOBILE HEADER */

.mobile-header{
display:none;
padding:5px 15px 5px 15px;
background:#fff;
justify-content:space-between;
align-items:center;
box-shadow:0 5px 15px rgba(0,0,0,.08);
}

.mobile-brand{
display:flex;
align-items:center;
gap:10px;
}

.mobile-brand img{
width:100px;
}

.mobile-brand h4{
font-size:18px;
color:#002655;
}

.mobile-brand small{
color:#666;
}

.menu-toggle{
border:none;
background:none;
font-size:28px;
color:#002655;
cursor:pointer;
}

/* FULL MENU */

.mobile-menu{
position:fixed;
top:0;
left:-100%;
width:100%;
height:100vh;
background:#002655;
z-index:99999;
display:flex;
flex-direction:column;
justify-content:center;
align-items:center;
transition:.4s;
}

.mobile-menu.active{
left:0;
}

.mobile-menu-logo{
text-align:center;
margin-bottom:40px;
}

.mobile-menu-logo img{
width:90px;
margin-bottom:15px;
}

.mobile-menu-logo h3{
color:#fff;
line-height:1.4;
}

.mobile-menu a{
color:#fff;
text-decoration:none;
font-size:22px;
margin:2px 0;
}

.close-menu{
position:absolute;
right:30px;
top:20px;
font-size:35px;
color:#fff;
cursor:pointer;
}

/* RESPONSIVE */

@media(max-width:992px){

.topbar,
.main-header,
.navbar{
display:none;
}

.mobile-header{
display:flex;
}

}

@media(max-width:768px){

.mobile-brand h4{
font-size:15px;
}

.mobile-brand small{
font-size:12px;
}

}
.mrgt{
  margin-top: 0px;
}
/* banner section */
/* ==========================
   BANNER SLIDER
========================== */

.banner-slider{
    width:100%;
    overflow:hidden;
    position:relative;
}

.bannerSwiper{
    width:100%;
    height:700px;
}

.bannerSwiper .swiper-slide{
    width:100%;
    height:100%;
}

.bannerSwiper .swiper-slide img{
    width:100%;
    height:63%;
    display:block;
    object-fit:cover;
}

/* Pagination */

.swiper-pagination{
    bottom:25px !important;
}

.swiper-pagination-bullet{
    width:12px;
    height:12px;
    background:#ffffff;
    opacity:.7;
}

.swiper-pagination-bullet-active{
    background:#FDB913;
    opacity:1;
}

/* ==========================
   TABLET
========================== */

@media (max-width:992px){

.bannerSwiper{
    height:450px;
}

}

/* ==========================
   MOBILE
========================== */

@media (max-width:576px){

.bannerSwiper{
    height:250px;
}

}
.bannerSwiper .swiper-slide img{
    object-fit:cover;
}

.stats-section{
background:#062c6f;
/* border-top:3px solid #f8b400; */
/* border-bottom:3px solid #f8b400; */
padding:20px 0;
}
/* Mobile & Tablet */
@media (max-width: 991.98px){
    .stats-section{
        margin-top: -91px !important;
    }
}
@media (max-width: 767.98px){
    .stats-section{
        margin-top: -93px !important;
    }
}
.statsSwiper{
width:100%;
}

.stat-item{
display:flex;
align-items:center;
justify-content:center;
gap:20px;
padding:15px;
}

.stat-item i{
font-size:50px;
color:#f8b400;
}

.stat-item h2{
color:#fff;
font-size:42px;
font-weight:800;
margin:0;
}

.stat-item p{
color:#d9e2f3;
margin-top:5px;
font-size:18px;
}

@media(min-width:992px){

.statsSwiper .swiper-wrapper{
transition-timing-function:linear !important;
}

}
.stats-section{
    background:#062c6f;
    padding:15px 0;
    overflow:hidden;
    margin-top: -259px;
}

.statsSwiper{
    width:100%;
}

.stat-item{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:15px;
    color:#fff;
    padding:15px;
}

.stat-item i{
    color:#f8b400;
    font-size:45px;
}

.stat-item h3{
    font-size:38px;
    margin:0;
}

.stat-item p{
    margin:0;
    font-size:16px;
}

/* =========================
   WELCOME SECTION
========================= */

.welcome-area{
    padding:30px 20px 40px;
    background:#fff;
}

.welcome-area .container{
    max-width:1400px;
    margin:auto;
}

/* NOTICE BAR */

.notice-box{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
    padding:5px 22px;
    border:2px solid #002655;
    border-radius:15px;
    background:#fff5dc;
    margin-bottom:30px;
}

.notice-text{
    font-size:18px;
    color:#000000;
}

.notice-text i{
    color:#002655;
    margin-right:10px;
}

.download-btn{
    background:#052a68;
    color:#fff;
    text-decoration:none;
    padding:10px 12px;
    border-radius:10px;
    font-weight:600;
    white-space:nowrap;
}

/* MAIN LAYOUT */

.welcome-wrapper{
    display:grid;
    grid-template-columns:60% 40%;
    gap:35px;
    align-items:start;
}

.welcome-subtitle{
    display:block;

    color:#f5a623;

    font-size:18px;
    font-weight:700;

    margin-bottom:10px;
}

.welcome-left h2{
    font-size:24px;
    line-height:1.15;
    color:#072b63;
    margin-bottom:5px;
}

.welcome-left p{
    font-size:14px;
    line-height:1.5;
    color:#444;
}

/* IMAGE */

.welcome-right img{
    width: 100%;
    display: block;
    margin: 0 auto;
    border-radius: 18px;
    border: 2px solid #d8e6ff;
}

@media (min-width: 992px){
    .welcome-right img{
        width: 90%;
    }
}

/* STATS */

.stats-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:15px;
    margin-top:20px;
}

.stat-card{
    background: #00265514;
    border: 1px solid #002655;
    border-radius: 14px;
    padding: 15px 10px;
    display: flex;
    align-items: center;
    gap: 15px;
    transition: .3s;
}

.stat-card:hover{
    transform:translateY(-4px);
}

.stat-card i{
    font-size:25px;
    color:#072b63;
}

.stat-card h4{
    font-size:24px;
    color:#072b63;
    margin:0;
}

.stat-card span{
    font-size:12px;
    color:#666;
}

/* TABLET */

@media(max-width:991px){

    .welcome-wrapper{
        grid-template-columns:1fr;
    }

    .welcome-right{
        order:-1;
    }

    .welcome-left h2{
        font-size:40px;
    }

    .stats-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .notice-box{
        flex-direction:column;
        text-align:center;
    }

}

/* MOBILE */

@media(max-width:576px){

    .welcome-area{
        padding:20px 15px 50px;
    }

    .welcome-left h2{
        font-size:30px;
    }

    .welcome-left p{
        font-size:16px;
        line-height:1.8;
    }

    .stats-grid{
        grid-template-columns:1fr;
    }

    .stat-card h4{
        font-size:28px;
    }

    .download-btn{
         width:;
        text-align:center;
    }

}
@media(max-width:991px){
    .welcome-wrapper{
        grid-template-columns:1fr;
    }
}
.courses-section{
    background:#fdb91326;
    padding-top: 35px;
    padding-bottom: 50px;
}

.section-title{
    color:#0d2f6f;
    position:relative;
    display:inline-block;
    padding-bottom:10px;
}

.section-title::after{
    content:'';
    position:absolute;
    width:70px;
    height:4px;
    background:#f8a100;
    left:50%;
    transform:translateX(-50%);
    bottom:0;
    border-radius:10px;
}

.course-card{
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    height:100%;
    box-shadow:0 10px 30px rgba(0,0,0,0.08);
    transition:.4s ease;
    border:1px solid #edf2f7;
}

.course-card:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 40px rgba(0,0,0,0.15);
}

.course-card img{
    width:100%;
    height:220px;
    object-fit:cover;
}

.course-content{
    padding:0px 15px 15px 15px;
}

.course-content h4{
    font-size:15px;
    font-weight:700;
    color:#0d2f6f;
}

.course-content p{
    color:#555;
    line-height:1.5;
    min-height:40px;
}

.course-content a{
    color:#0d2f6f;
    font-weight:600;
    text-decoration:none;
}

.course-content a:hover{
    color:#f8a100;
}

@media(max-width:991px){
    .course-card img{
        height:200px;
    }
}

@media(max-width:767px){
    .course-card img{
        height:220px;
    }

    .course-content h4{
        min-height:auto;
    }

    .course-content p{
        min-height:auto;
    }
}
.about-section{
    background:#ffffff;
    padding-top: 55px;
    padding-bottom: 10px;
}

.about-box,
.learn-box{
    background:#fff;
    border-radius:16px;
    padding:20px;
    height:100%;
    border:2px solid #002655;
    box-shadow:0 10px 30px rgba(0,0,0,.06);
    transition:.3s;
}

.about-box:hover,
.learn-box:hover{
    transform:translateY(-5px);
    box-shadow:0 20px 40px rgba(0,0,0,.10);
}

.about-box h2,
.learn-box h3{
    font-size:28px;
    font-weight:700;
    color:#0d2f6f;
    margin-bottom:25px;
    position:relative;
}

.about-box h2::after,
.learn-box h3::after{
    content:'';
    position:absolute;
    left:0;
    bottom:-10px;
    width:70px;
    height:4px;
    background:#f8a100;
    border-radius:20px;
}

.about-box p{
    color:#555;
    line-height:1.9;
    /* margin-bottom:18px; */
    text-align:justify;
}

.learn-box{
    background:#d5e1f3;
}

.learn-box ul{
    list-style:none;
    padding:0;
    margin:0;
}

.learn-box ul li{
    position:relative;
    padding-left:35px;
    margin-bottom:10px;
    color:#333;
    font-size:17px;
}

.learn-box ul li::before{
    content:"✓";
    position:absolute;
    left:0;
    top:0;
    color:#006B3C;
    font-size:20px;
    font-weight:700;
}

@media(max-width:768px){

    .about-box,
    .learn-box{
        padding:25px;
    }

    .about-box h2,
    .learn-box h3{
        font-size:22px;
    }

}
.cta-contact-section{
    padding:40px 0;
    background:#fff;
}

.cta-contact-box{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:30px;
    background:#fff8e8;
    border:2px solid #f4d28c;
    border-radius:15px;
    padding:10px 20px;
    box-shadow:0 10px 30px rgba(0,0,0,.06);
}

.cta-item{
    display:flex;
    align-items:center;
    gap:18px;
}

.cta-icon{
    width:65px;
    height:65px;
    background:#002655;
    border-radius:50%;

    display:flex;
    align-items:center;
    justify-content:center;

    color:#f8a100;
    font-size:28px;
}

.cta-item h4{
    margin:0;
    color:#0d2f6f;
    font-size:26px;
    font-weight:700;
}

.cta-item p{
    margin:0;
    color:#666;
    font-size:16px;
}

.cta-center{
    text-align:center;
}

.cta-center a{
    display:block;
    color:#0d2f6f;
    text-decoration:none;
    font-size:20px;
    font-weight:700;
}

.cta-center span{
    display:block;
    /* margin-top:8px; */
    color:#0d2f6f;
    font-size:12px;
    font-weight:600;
}

.cta-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:180px;
    height:65px;
    background:#f8a100;
    color:#fff;
    text-decoration:none;
    font-weight:700;
    border-radius:10px;
    transition:.3s;
}

.cta-btn:hover{
    background:#0d2f6f;
    color:#fff;
    transform:translateY(-3px);
}

/* Tablet */

@media (max-width:991px){

    .cta-contact-box{
        flex-direction:column;
        text-align:center;
    }

    .cta-item{
        justify-content:center;
    }

    .cta-center a{
        font-size:24px;
    }

    .cta-center span{
        font-size:18px;
    }
}

/* Mobile */

@media (max-width:576px){

    .cta-contact-box{
        padding:25px 20px;
    }

    .cta-item{
        flex-direction:column;
        text-align:center;
    }

    .cta-item h4{
        font-size:22px;
    }

    .cta-center a{
        font-size:20px;
    }

    .cta-center span{
        font-size:16px;
    }

    .cta-btn{
        width:100%;
    }
}
.main-footer{
    background:#03285f;
    color:#fff;
    padding-top:60px;
    border-top: 5px solid #ef9b00;
}

.footer-widget{
    height:100%;
}

.footer-widget h5{
    font-size:20px;
    font-weight:700;
    margin-bottom:25px;
    color:#fff;
    position:relative;
}

.footer-widget h5::after{
    content:'';
    position:absolute;
    left:0;
    bottom:-10px;
    width:50px;
    height:3px;
    background:#f8a100;
}

.footer-brand{
    display:flex;
    gap:15px;
    align-items:flex-start;
}

.footer-brand img{
    width:80px;
    height:80px;
    border-radius:50%;
    background:#fff;
    padding:5px;
}

.footer-brand h4{
    font-size:20px;
    font-weight:700;
    margin-bottom:10px;
    color:#fff;
}

.footer-brand p{
    color:#d6d6d6;
    line-height:1.8;
}

.footer-widget ul{
    list-style:none;
    padding:0;
    margin:0;
}

.footer-widget ul li{
    margin-bottom:12px;
}

.footer-widget ul li a{
    color:#d6d6d6;
    text-decoration:none;
    transition:.3s;
}

.footer-widget ul li a:hover{
    color:#f8a100;
    padding-left:5px;
}

.social-links{
    margin-top:25px;
    display:flex;
    gap:12px;
}

.social-links a{
    width:42px;
    height:42px;
    background:rgba(255,255,255,.1);
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    transition:.3s;
}

.social-links a:hover{
    background:#f8a100;
    transform:translateY(-3px);
}

.contact-info li{
    display:flex;
    gap:12px;
    color:#d6d6d6;
    line-height:1.8;
}

.contact-info i{
    color:#f8a100;
    margin-top:5px;
}

.footer-bottom{
    margin-top:50px;
    border-top:1px solid rgba(255,255,255,.15);
    background:#01214d;
}

.footer-bottom-inner{
    padding:20px 0;
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:20px;
}

.footer-bottom p{
    margin:0;
    color:#d6d6d6;
}

.footer-policy{
    display:flex;
    gap:15px;
    align-items:center;
}

.footer-policy a{
    color:#d6d6d6;
    text-decoration:none;
}

.footer-policy a:hover{
    color:#f8a100;
}

/* Tablet */

@media(max-width:991px){

    .footer-brand{
        flex-direction:column;
        text-align:center;
        align-items:center;
    }

    .footer-widget{
        text-align:center;
    }

    .footer-widget h5::after{
        left:50%;
        transform:translateX(-50%);
    }

    .social-links{
        justify-content:center;
    }

    .contact-info li{
        justify-content:center;
        text-align:center;
    }

    .footer-bottom-inner{
        flex-direction:column;
        text-align:center;
    }
}

/* Mobile */

@media(max-width:576px){

    .main-footer{
        padding-top:40px;
    }

    .footer-brand h4{
        font-size:20px;
    }

    .footer-widget{
        margin-bottom:20px;
    }

    .footer-policy{
        flex-direction:column;
        gap:8px;
    }

    .footer-policy span{
        display:none;
    }
}

a.nav-link,
a.dropdown-item,
a.btn{
    text-decoration: none !important;
}
a{
    text-decoration: none !important;
    -webkit-tap-highlight-color: transparent;
}
body a{
    text-decoration: none !important;
}
a,
a:hover,
a:focus,
a:active,
a:visited {
    text-decoration: none !important;
}
.pbt{
    padding-top: 20px;
}
@media (max-width: 991.98px) {
    .hide-small-screen {
        display: none !important;
    }
}
/* gallery */
.spg-gallery-section{
    padding: 40px 0;
    background: #fff5dc;
}

.spg-heading{
    margin-bottom:20px;
}

.spg-heading h2{
    font-size:40px;
    font-weight:700;
    color:#1b1b1b;
    margin-bottom:5px;
}

.spg-heading p{
    max-width:650px;
    margin:auto;
    font-size:16px;
    color:#666;
    line-height:28px;
}

.spg-gallery-item{
    overflow:hidden;
    border-radius:12px;
    cursor:pointer;
    box-shadow:0 5px 20px rgba(0,0,0,.10);
}

.spg-gallery-item img{
    width:100%;
    height:260px;
    object-fit:cover;
    display:block;
    transition:.5s;
}

.spg-gallery-item:hover img{
    transform:scale(1.08);
}

/* Popup */

.spg-popup{
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.92);
    display:none;
    justify-content:center;
    align-items:center;
    z-index:999999;
    padding:20px;
}

.spg-popup img{
    max-width:90%;
    max-height:90%;
    border-radius:10px;
    animation:spgZoom .35s ease;
}

.spg-close{
    position:absolute;
    top:20px;
    right:35px;
    color:#fff;
    font-size:50px;
    cursor:pointer;
    transition:.3s;
    font-weight:bold;
}

.spg-close:hover{
    color:#ffc107;
}

@keyframes spgZoom{

from{
opacity:0;
transform:scale(.7);
}

to{
opacity:1;
transform:scale(1);
}

}

@media(max-width:991px){

.spg-gallery-item img{
height:230px;
}

}

@media(max-width:767px){

.spg-gallery-section{
padding:60px 0;
}

.spg-heading h2{
font-size:30px;
}

.spg-heading p{
font-size:15px;
}

.spg-gallery-item img{
height:220px;
}

.spg-close{
font-size:42px;
right:20px;
top:15px;
}

}
@media (max-width: 575.98px) {
    .only-ss{
        padding: 15px;
    }
}
.pbtonly{
    padding-top: 10px;
}
/* faq */
.spfaq-section{
    padding:40px 0;
    background:#f8f9fa;
}

.spfaq-heading{
    margin-bottom:20px;
}

.spfaq-heading h2{
    font-size:36px;
    font-weight:700;
    margin-bottom:10px;
    color:#222;
}

.spfaq-heading p{
    color:#666;
    max-width:650px;
    margin:auto;
    font-size:16px;
}

.spfaq-wrap{
    max-width:900px;
    margin:auto;
}

.spfaq-item{
    background:#fff;
    border:1px solid #e5e5e5;
    border-radius:8px;
    margin-bottom:15px;
    overflow:hidden;
    transition:.3s;
}

.spfaq-item summary{
    list-style:none;
    cursor:pointer;
    padding:18px 20px;
    font-size:18px;
    font-weight:600;
    color:#222;
    position:relative;
    padding-right:50px;
    background-color: #fff8e7;
}

.spfaq-item summary::-webkit-details-marker{
    display:none;
}

.spfaq-item summary::after{
    content:"+";
    position:absolute;
    right:20px;
    top:50%;
    transform:translateY(-50%);
    font-size:24px;
    font-weight:bold;
    color:#0d6efd;
}

.spfaq-item[open] summary::after{
    content:"−";
}

.spfaq-item p{
    padding:0 20px 20px;
    margin:0;
    color:#555;
    line-height:1.8;
    font-size:15px;
}

.spfaq-item:hover{
    box-shadow:0 5px 20px rgba(0,0,0,.08);
}

@media(max-width:767px){

.spfaq-section{
    padding:60px 15px;
}

.spfaq-heading h2{
    font-size:28px;
}

.spfaq-heading p{
    font-size:15px;
}

.spfaq-item summary{
    font-size:16px;
    padding:16px;
    padding-right:45px;
}

.spfaq-item p{
    padding:0 16px 16px;
    font-size:14px;
}

}