*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}


body{
    font-family:'Poppins',sans-serif;
    overflow-x:hidden;
}

/* ===========================
   Mobile Header
=========================== */

@media (max-width:991px){

    /* Hide desktop header */
    .top-header{
        display:none !important;
    }

    .main-navbar{
        padding:10px 0;
        background:#fff;
    }

    .main-navbar .container{
        display:flex;
        align-items:center;
        justify-content:space-between;
        flex-wrap:nowrap;
    }

    .navbar-brand{
        display:block !important;
        margin:0;
        padding:0;
        visibility:visible !important;
        opacity:1 !important;
    }

    .navbar-brand img{
        width:65px;
        height:auto;
        display:block;
    }

    .navbar-toggler{
        margin-left:auto;
    }

    .navbar-collapse{
        margin-top:15px;
    }

}

/*=====================
TOP HEADER
=====================*/


.top-header{

    padding:8px 0;
    background:#ffffff;
    border-bottom:1px solid #ddd;

}

.logo img {
    max-width: 220px;
    width: 18%;
    height: auto;
    display: block;
}

.logo p {
    margin: 5px 0 0;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #666;
}


/* .logo h2{

    font-weight:700;
    margin-bottom:0;

}


.logo small{

    letter-spacing:2px;
    font-size:11px;
    text-transform:uppercase;

} */


.header-info{

    display:flex;
    justify-content:flex-end;
    gap:35px;

}


.info-box{

    font-size:14px;
    color:#555;

}


.info-box i{

    color:#5082bc;
    margin-right:5px;

}


.menu-icon{

    font-size:32px;
    cursor:pointer;

}




/*=====================
NAVBAR
=====================*/


.main-navbar{

    background:#fff;
    border-bottom:1px solid #e8e8e8;
    padding:15px 0;

}


.nav-link{

    margin-right:25px;
    color:#222 !important;
    font-weight:500;

}


.nav-link:hover{

    color:#5082bc !important;
    /* color:#b3122c !important; */
    

}


.active{

    color:#5082bc !important;
    /* color:#b3122c !important; */
    

}


.admission-btn{

    padding:14px 28px;
    background:#5082bc;
    /* background:#b3122c; */
    
    color:#fff;
    text-decoration:none;
    font-weight:600;
    transition:.3s;

}


.admission-btn:hover{

    /* background:#8d0d22; */
    background:#5082bc;
    
    color:#fff;

}




/*=====================
HERO SECTION
=====================*/


.hero-section{

    position:relative;
    min-height:600px;
    overflow:hidden;

}



.hero-video{

    position:absolute;
    top:0;
    left:0;

    width:100%;
    height:100%;

    object-fit:cover;

    z-index:1;

}



/* White Overlay */

.hero-overlay{

    position:absolute;
    top:0;
    left:0;

    width:100%;
    height:100%;

    background:rgba(255,255,255,0.78);

    z-index:2;

}



.hero-section .container{

    position:relative;
    z-index:3;

}



.hero-row{

    min-height:500px;

}



.hero-content h1{

    font-family:'Playfair Display',serif;

    font-size:60px;
    line-height:1.1;
    font-weight:700;

    color:#222;

}



.hero-content p{

    margin-top:30px;
    font-size:16px;
    line-height:1.8;
    color:#000;

}



.hero-buttons{

    margin-top:40px;
    display:flex;
    gap:20px;
    flex-wrap:wrap;

}



.apply-btn{

    padding:18px 35px;
    background:#5082bc;
    color:#fff;
    text-decoration:none;
    font-weight:600;

}


.apply-btn:hover{

    color:#fff;
    background:#5082bc;
    /* #2d3741 */

}



.mission-btn{

    padding:18px 35px;
    border:1px solid #5082bc;
    color:#222;
    text-decoration:none;
    font-weight:600;

}


.mission-btn:hover{

    background:#5082bc;
    color:#fff;

}



/*=====================
RESPONSIVE
=====================*/


@media(max-width:991px){


.hero-content{

    text-align:center;

}


.hero-buttons{

    justify-content:center;

}


.hero-content h1{

    font-size:50px;

}


.hero-section,
.hero-row{

    min-height:450px;

}


.admission-btn{

    display:inline-block;
    margin-top:20px;

}


}



@media(max-width:768px){


.hero-content h1{

    font-size:38px;
    line-height:1.3;

}


.hero-buttons{

    flex-direction:column;

}


.apply-btn,
.mission-btn{

    width:100%;
    text-align:center;

}


.hero-section,
.hero-row{

    min-height:600px;

}


}


/*=========================================
            ABOUT SECTION
=========================================*/

.about-section{

    padding:100px 0;
    background:#ffffff;

}

.about-image-wrapper{

    position:relative;

}

.about-main-image{

    width:100%;
    border-radius:8px;
    display:block;

}

/*==========================
Floating Icon Box
==========================*/

.about-icon-box{

    position:absolute;

    top:-20px;
    left:-20px;

    width:155px;
    height:155px;

    background:#2f3543;

    border-radius:8px;

    display:flex;
    align-items:center;
    justify-content:center;

    box-shadow:0 20px 45px rgba(0,0,0,.15);

    z-index:5;

}

.about-icon-box img{

    width:85px;

}

.about-icon-box i{

    font-size:70px;
    color:#ffffff;

}

/*==========================
Floating Bottom Card
==========================*/

.about-floating-card{

    position:absolute;

    left:40px;
    bottom:-55px;

    width:440px;
    max-width:90%;

    background:#fff;

    padding:35px 30px;

    border-radius:8px;

    box-shadow:0 20px 45px rgba(0,0,0,.12);

}

.about-floating-card p{

    margin:0;

    color:#000;

    font-size:25px;

    line-height:1.4;

    font-weight:500;

}

/*==========================
Content
==========================*/

.about-content{

    padding-left:50px;

}

.section-subtitle{

    display:flex;
    align-items:center;

    gap:15px;

    margin-bottom:20px;

    font-size:14px;

    color:#000000;

    font-weight:700;

    letter-spacing:1px;

    text-transform:uppercase;

}

.section-subtitle span{

    width:42px;
    height:2px;

    background:#241b67;

}

.about-content h2{

    font-family:'Playfair Display',serif;

    font-size:50px;

    line-height:1.1;

    color:#000000;

    margin-bottom:30px;

    font-weight:700;

}

.about-description{

    color:#000;

    font-size:18px;

    line-height:2;

    margin-bottom:45px;

}

/*==========================
Features
==========================*/

.about-feature{

    display:flex;

    align-items:flex-start;

    gap:22px;

    margin-bottom:35px;

}

.feature-icon{

    width:60px;
    height:60px;

    min-width:60px;

    background:#2f3543;

    border-radius:8px;

    display:flex;
    align-items:center;
    justify-content:center;

}

.feature-icon i{

    color:#ffffff;

    font-size:28px;

    font-weight:bold;

}

.feature-content .h3{

    font-size:32px;

    color:#000000;

    margin-bottom:10px;

    font-weight:700;

}

.feature-content p{

    margin:0;

    color:#000;

    line-height:1.8;

    font-size:18px;

}

/*=========================================
Responsive
=========================================*/

@media (max-width:1199px){

.about-content{

    padding-left:25px;

}

.about-content h2{

    font-size:52px;

}

.feature-content h4{

    font-size:26px;

}

.about-floating-card{

    width:360px;

}

.about-floating-card p{

    font-size:20px;

}

}

@media (max-width:991px){

.about-section{

    padding:90px 0;

}

.about-content{

    padding-left:0;
    margin-top:90px;

}

.about-content h2{

    font-size:44px;

}

.about-floating-card{

    left:50%;
    transform:translateX(-50%);

    bottom:-60px;

}

}

@media (max-width:767px){

.about-section{

    padding:70px 0;

}

.about-icon-box{

    width:100px;
    height:100px;

    left:15px;
    top:15px;

}

.about-icon-box img{

    width:55px;

}

.about-icon-box i{

    font-size:42px;

}

.about-floating-card{

    position:relative;

    left:0;
    bottom:0;

    transform:none;

    width:100%;

    margin-top:-85px;

    padding:25px;

}

.about-floating-card p{

    font-size:18px;

}

.about-content{

    margin-top:40px;

}

.about-content h2{

    font-size:36px;

}

.about-description{

    font-size:16px;

}

.about-feature{

    gap:15px;

}

.feature-icon{

    width:50px;
    height:50px;
    min-width:50px;

}

.feature-icon i{

    font-size:22px;

}

.feature-content h4{

    font-size:22px;

}

.feature-content p{

    font-size:15px;

}

}


/*====================================
        COURSES SECTION
====================================*/

.courses-section{

    padding: 0 0 80px 0;
    background:#ffffff;

}
.courses-section h2{

    font-family:'Playfair Display',serif;

    font-size:50px;

    line-height:1.1;

    color:#000000;

    margin-bottom:30px;

    font-weight:700;

    text-align: center;

}

.course-card{

    background:#fff;

    border:1px solid #ececec;
    border-radius:6px;

    overflow:hidden;

    transition:.35s;

    height:100%;

}

.course-card:hover{

    transform:translateY(-8px);

    box-shadow:0 18px 40px rgba(0,0,0,.12);

}

/*======================
IMAGE
======================*/

.course-image{

    overflow:hidden;

}

.course-image img{

    width:100%;
    height:230px;

    object-fit:cover;

    transition:.5s;

}

.course-card:hover .course-image img{

    transform:scale(1.08);

}

/*======================
BODY
======================*/

.course-body{

    padding:18px;

}

/*======================
AUTHOR
======================*/

.course-author{

    display:flex;

    align-items:center;

    gap:8px;

    margin-bottom:15px;

}

.course-author img{

    width:26px;
    height:26px;

    border-radius:50%;

    object-fit:cover;

}

.course-author span{

    font-size:13px;

    color:#666;

    font-weight:500;

}

/*======================
TITLE
======================*/

.course-body h3{

    font-size:18px;

    line-height:1.6;

    color:#000000;

    font-weight:600;

    min-height:90px;

    transition:.3s;

}

.course-card:hover h4{

    color:#5181c3;

}

/*======================
FOOTER
======================*/

.course-footer{

    display:flex;

    justify-content:space-between;

    align-items:center;

    padding-top:18px;

    margin-top:20px;

    border-top:1px solid #ececec;

}

/*======================
RATING
======================*/

.course-rating{

    display:flex;

    align-items:center;

    gap:3px;

}

.course-rating i{

    color:#ffc107;

    font-size:14px;

}

.course-rating strong{

    color:#000000;

    font-size:14px;

}

.course-rating span{

    color:#888;

    font-size:13px;

}

/*======================
BUTTON
======================*/

.enroll-btn{

    display:inline-block;

    padding:8px 18px;

    border:2px solid #5181c3;

    color:#5181c3;

    font-size:13px;

    font-weight:600;

    text-decoration:none;

    border-radius:4px;

    transition:.35s;

}

.enroll-btn:hover{

    background:#5181c3;

    color:#ffffff;

}

/*======================
RESPONSIVE
======================*/

@media(max-width:991px){

.course-body h3{

    min-height:auto;

}

}

@media(max-width:767px){

.courses-section{

    padding:70px 0;

}

.course-image img{

    height:220px;

}

.course-footer{

    flex-direction:column;

    align-items:flex-start;

    gap:15px;

}

.enroll-btn{

    width:100%;

    text-align:center;

}

}

/*==========================
FOOTER
==========================*/

.footer-section{

    position:relative;
    overflow:hidden;

    background: #2f3543;
    background-image: 
    linear-gradient(rgba(81,130,189,.50),rgba(81,130,189,.50)),
    url("images/footer.jpg");
    /* url("https://www.transparenttextures.com/patterns/asfalt-dark.png"); */

    padding:70px 0;

}

.footer-overlay{

    position:absolute;
    inset:0;

    background:linear-gradient(90deg, #5083bc,#2f3543);

    opacity:.25;

}

.footer-section .container{

    position:relative;
    z-index:2;

}

.footer-col{

    border-right:1px dashed rgba(255,255,255,.20);
    padding: 40px;

}

.footer-col:last-child{

    border:none;

}

.footer-logo{

    width:100px;
    margin-bottom:20px;

}

.footer-text{

    color:#ffffff;
    font-size:15px;
    line-height:24px;

}

.footer-section h3{

    color:#fff;
    font-size:20px;
    font-weight:700;
    margin-bottom:20px;

}

.footer-section p{

    color:#ffffff;
    font-size:15px;
    line-height:24px;

}

.footer-section a{

    display:block;
    color:#fff;
    text-decoration:none;
    font-size:13px;
    margin-top:12px;
    transition:.3s;

}

.footer-section a:hover{

    color:#2f3543;

}

.footer-section a i{

    width:22px;
    height:22px;

    background:#2f3543;

    border-radius:50%;

    color:#fff;

    display:inline-flex;
    align-items:center;
    justify-content:center;

    font-size:11px;

    margin-right:8px;

}

.footer-social{

    display:flex;
    gap:8px;
    margin-top:20px;

}

.footer-social a{

    width:30px;
    height:30px;

    background:#2f3543;

    display:flex;
    align-items:center;
    justify-content:center;

    color:#fff;

    margin:0;

}

.footer-social a i{

    background:none;
    width:auto;
    height:auto;
    margin:0;
    font-size:14px;

}

.footer-social a:hover{

    background:#2f3543;
    color:#000;

}

.subscribe-form{

    margin-top:20px;

}

.subscribe-form input{

    width:100%;
    height:42px;

    border:none;

    padding:0 15px;

    margin-bottom:12px;

}

.subscribe-form button{

    background:#2f3543;

    border:none;

    color:#fff;

    padding:10px 25px;

    font-size:15px;

    font-weight:700;

    transition:.3s;

}

.subscribe-form button:hover{

    background:#2f3543;

}

.footer-bottom{

    background:#111;

    color:#fff;

    font-size:12px;

    padding:14px 0;

}

.footer-bottom a{

    color:#fff;

    text-decoration:none;

    margin-right:18px;

}

.footer-bottom a:hover{

    color:#fff;

}

/*==========================
RESPONSIVE
==========================*/

@media(max-width:991px){

.footer-col{

    border-right:none;
    border-bottom:1px dashed rgba(255,255,255,.20);
    padding-bottom:35px;
    margin-bottom:35px;

}

.footer-social{

    justify-content:center;

}

.footer-section{

    text-align:center;

}

}

@media(max-width:767px){

.footer-bottom{

    text-align:center;

}

.footer-bottom .text-md-end{

    margin-top:10px;

}

.subscribe-form button{

    width:100%;

}

}


/*==================================
        CONTACT US
==================================*/

.contact-section{
    padding:100px 0;
    background:#fff;
}

.contact-box{
    display:flex;
    align-items:center;
    gap:18px;
    background:#f5f8fd;
    padding:25px;
    border-radius:6px;
    transition:.3s;
}

.contact-box:hover{
    transform:translateY(-5px);
}

.contact-icon{
    width:60px;
    height:60px;
    border-radius:50%;
    background:#5182BD;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
}

.contact-icon i{
    font-size:26px;
    color:#ffffff;
    /* color:#001b5d; */
}

.contact-box h5{
    margin:0;
    font-size:18px;
    font-weight:700;
    /* color:#001b5d; */
    color:#000000;
}

.contact-box p{
    margin:5px 0 0;
    color:#000000;
    /* color:#777; */
    font-size:15px;
}

.contact-small-title{
    color:#000000;
    /* color:#001b5d; */
    font-size:14px;
    font-weight:600;
    position:relative;
    padding-right:60px;
    display:inline-block;
}

.contact-small-title::after{
    content:'';
    position:absolute;
    top:50%;
    right:0;
    width:45px;
    height:2px;
    background:#5182BD;
    /* background:#001b5d; */
    
}

.contact-section h2{
    font-size:48px;
    font-weight:700;
    color:#5182BD;
    /* color:#001b5d; */
    margin:15px 0 20px;
}

.contact-section p{
    color:#000;
    line-height:28px;
}

.contact-social{
    margin-top:30px;
}

.contact-social a{
    width:40px;
    height:40px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border:1px solid #ddd;
    border-radius:50%;
    color:#5182BD;
    /* color:#001b5d; */
    
    margin-right:10px;
    text-decoration:none;
    transition:.3s;
}

.contact-social a:hover{
    background:#5182BD;
    color:#fff;
    border-color:#5182BD;
}

.contact-section .form-control{
    height:55px;
    border:1px solid #d8dfea;
    border-radius:0;
    box-shadow:none;
}

.contact-section textarea.form-control{
    height:auto;
    resize:none;
}

.contact-section .form-control:focus{
    border-color:#5182BD;
    box-shadow:none;
}

.contact-btn{
    background:#5182BD;
    color:#ffffff;
    border:none;
    padding:16px 40px;
    font-weight:700;
    transition:.3s;
}

.contact-btn:hover{
    background:#5182BD;
    /* background:#001b5d; */
    
    color:#fff;
}

@media(max-width:991px){

.contact-section{
    padding:70px 0;
}

.contact-section h2{
    font-size:36px;
    margin-bottom:20px;
}

.contact-box{
    margin-bottom:20px;
}

.contact-social{
    margin-bottom:40px;
}

}

@media(max-width:576px){

.contact-section h2{
    font-size:30px;
}

.contact-box{
    flex-direction:column;
    text-align:center;
}

.contact-btn{
    width:100%;
}

}

/* ===========================
   CONTACT HERO BANNER
=========================== */

.contact-hero {

    position: relative;
    height: 420px;
    background-image: url("images/banner.png");
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    overflow: hidden;

}


.contact-overlay {

    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.55);

}


.contact-content {

    position: relative;
    z-index: 2;
    text-align: center;
    color: #fff;

}


.contact-content h1 {

    font-family: 'Playfair Display', serif;
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 20px;

}


/* Breadcrumb */

.breadcrumb {

    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    list-style: none;
    padding: 0;
    margin: 0;

}


.breadcrumb li {

    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #fff;

}


.breadcrumb a {

    color: #fff;
    text-decoration: none;
    transition: .3s;

}


.breadcrumb a:hover {

    color: #f5b400;

}



/* ===========================
   RESPONSIVE
=========================== */


@media(max-width:991px){

    .contact-hero{

        height:350px;

    }


    .contact-content h1{

        font-size:45px;

    }

}



@media(max-width:576px){

    .contact-hero{

        height:280px;

    }


    .contact-content h1{

        font-size:34px;

    }


    .breadcrumb li{

        font-size:14px;

    }

}