/*=========================================================
        HARTRON SKILL CENTER WEBSITE
        VERSION 2.0
=========================================================*/

/*==============================
        GOOGLE FONT
==============================*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

/*==============================
        ROOT
==============================*/

:root{

    --primary:#0B2E7A;
    --secondary:#1558D6;
    --yellow:#FDB913;
    --white:#ffffff;
    --black:#111111;
    --text:#555555;
    --border:#e8e8e8;
    --bg:#f7f9fc;

    --shadow:0 15px 40px rgba(0,0,0,.08);
    --radius:18px;

}

/*==============================
        RESET
==============================*/

*{

    margin:0;
    padding:0;
    box-sizing:border-box;

}

html{

    scroll-behavior:smooth;

}

body{

    font-family:'Poppins',sans-serif;
    font-size:16px;
    line-height:28px;
    color:var(--text);
    background:var(--bg);
    overflow-x:hidden;

}

img{

    max-width:100%;
    display:block;

}

a{

    text-decoration:none;
    transition:.35s;

}

ul{

    list-style:none;
    margin:0;
    padding:0;

}

button{

    border:none;
    outline:none;

}

input,
textarea,
select{

    outline:none;
    box-shadow:none!important;

}

section{

    position:relative;

}

/*==============================
        CONTAINER
==============================*/

.container{

    max-width:1320px;

}

@media(min-width:1400px){

.container{

max-width:1320px;

}

}

/*==============================
        COMMON
==============================*/

.section-padding{

    padding:100px 0;

}

.section-title{

    text-align:center;
    margin-bottom:60px;

}

.section-title span{

    display:inline-block;

    color:var(--primary);

    background:#EDF4FF;

    padding:8px 22px;

    border-radius:50px;

    font-size:14px;

    font-weight:700;

    letter-spacing:.5px;

    margin-bottom:18px;

}

.section-title h2{

    color:var(--black);

    font-size:46px;

    font-weight:800;

    margin-bottom:15px;

}

.section-title p{

    max-width:650px;

    margin:auto;

    color:#666;

    font-size:17px;

    line-height:30px;

}

/*==============================
        BUTTONS
==============================*/

.theme-btn{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    gap:10px;

    height:54px;

    padding:0 32px;

    border-radius:10px;

    font-weight:700;

    transition:.35s;

}

.btn-primary{

    background:var(--primary);

    color:#fff;

}

.btn-primary:hover{

    background:var(--secondary);

    color:#fff;

}

.btn-outline{

    background:#fff;

    border:2px solid var(--primary);

    color:var(--primary);

}

.btn-outline:hover{

    background:var(--primary);

    color:#fff;

}

/*==============================
        CARD
==============================*/

.theme-card{

    background:#fff;

    border-radius:18px;

    overflow:hidden;

    box-shadow:var(--shadow);

    transition:.35s;

}

.theme-card:hover{

    transform:translateY(-8px);

}
/*=========================================================
                TOP HEADER
=========================================================*/

.top-bar{

    background:#0B2E7A;
    color:#fff;
    height:42px;
    display:flex;
    align-items:center;
    font-size:14px;
    font-weight:500;

}

.top-bar a{

    color:#fff;

}

.top-bar i{

    color:#FDB913;
    margin-right:8px;

}

.top-left{

    display:flex;
    align-items:center;
    gap:20px;

}

.top-right{

    display:flex;
    align-items:center;
    justify-content:flex-end;
    gap:18px;

}

.top-right a{

    color:#fff;
    transition:.3s;

}

.top-right a:hover{

    color:#FDB913;

}

.social-top{

    display:flex;
    align-items:center;
    gap:12px;

}

.social-top a{

    width:28px;
    height:28px;
    border-radius:50%;
    background:rgba(255,255,255,.12);
    display:flex;
    align-items:center;
    justify-content:center;
    transition:.3s;

}

.social-top a:hover{

    background:#FDB913;
    color:#0B2E7A;

}

/*=========================================================
                    HEADER
=========================================================*/

.header-area{

    position:sticky;
    top:0;
    left:0;
    width:100%;
    z-index:9999;

    background:#fff;

    box-shadow:0 8px 25px rgba(0,0,0,.06);

}

.navbar{

    min-height:88px;
    padding:0;

}

/*=========================================================
                    LOGO
=========================================================*/

.navbar-brand{

    padding:0;

}

.logo{

    height:62px;
    width:auto;
    transition:.35s;

}

.header-area.sticky .logo{

    height:56px;

}

/*=========================================================
                NAVIGATION
=========================================================*/

.navbar-nav{

    margin-left:auto;
    align-items:center;

}

.nav-item{

    margin:0 8px;

}

.nav-link{

    position:relative;

    color:#0B2E7A !important;

    font-size:16px;

    font-weight:600;

    padding:30px 6px !important;

    transition:.35s;

}

.nav-link:hover{

    color:#1558D6 !important;

}

.nav-link.active{

    color:#1558D6 !important;

}

.nav-link.active::after,

.nav-link:hover::after{

    content:"";

    position:absolute;

    left:0;

    bottom:22px;

    width:100%;

    height:3px;

    background:#1558D6;

    border-radius:50px;

}

/*=========================================================
                    DROPDOWN
=========================================================*/

.dropdown-menu{

    border:none;

    border-radius:14px;

    box-shadow:0 20px 40px rgba(0,0,0,.10);

    padding:12px 0;

    margin-top:0;

}

.dropdown-item{

    padding:12px 22px;

    font-size:15px;

    font-weight:500;

}

.dropdown-item:hover{

    background:#EDF4FF;

    color:#0B2E7A;

}

/*=========================================================
                ENQUIRE BUTTON
=========================================================*/

.enquire-btn{

    margin-left:25px;

    height:48px;

    padding:0 28px;

    border-radius:10px;

    background:#FDB913;

    color:#111;

    font-size:15px;

    font-weight:700;

    display:inline-flex;

    align-items:center;

    justify-content:center;

    transition:.35s;

}

.enquire-btn:hover{

    background:#0B2E7A;

    color:#fff;

}

/*=========================================================
                MOBILE TOGGLE
=========================================================*/

.navbar-toggler{

    border:none;

    box-shadow:none!important;

}

.navbar-toggler i{

    font-size:28px;

    color:#0B2E7A;

}


/*=========================================================
                COURSES SECTION
=========================================================*/

.courses-section{

    padding:120px 0;

    background:#F8FBFF;

}

.course-card{

    background:#fff;

    border-radius:22px;

    overflow:hidden;

    box-shadow:0 20px 50px rgba(0,0,0,.08);

    transition:.35s;

    height:100%;

    position:relative;

}

.course-card:hover{

    transform:translateY(-10px);

    box-shadow:0 25px 70px rgba(0,0,0,.12);

}

.course-img{

    position:relative;

    overflow:hidden;

}

.course-img img{

    width:100%;

    height:260px;

    object-fit:cover;

    transition:.45s;

}

.course-card:hover .course-img img{

    transform:scale(1.08);

}

/* Badge */

.course-badge{

    position:absolute;

    left:20px;

    top:20px;

    background:#0B2E7A;

    color:#fff;

    padding:8px 18px;

    border-radius:30px;

    font-size:13px;

    font-weight:700;

}

.course-price{

    position:absolute;

    right:20px;

    bottom:20px;

    background:#FDB913;

    color:#111;

    padding:8px 18px;

    border-radius:30px;

    font-size:15px;

    font-weight:700;

}

/* Content */

.course-body{

    padding:28px;

}

.course-body h3{

    font-size:25px;

    font-weight:700;

    color:#111;

    margin-bottom:15px;

}

.course-body p{

    color:#666;

    line-height:30px;

    margin-bottom:22px;

}

/* Meta */

.course-meta{

    display:flex;

    justify-content:space-between;

    padding:16px 0;

    border-top:1px solid #eee;

    border-bottom:1px solid #eee;

    margin-bottom:22px;

}

.course-meta span{

    font-size:14px;

    color:#666;

}

.course-meta i{

    color:#1558D6;

    margin-right:6px;

}

/* Footer */

.course-footer{

    display:flex;

    justify-content:space-between;

    align-items:center;

}

.course-footer a{

    text-decoration:none;

}

.course-link{

    color:#1558D6;

    font-weight:700;

}

.course-btn{

    background:#0B2E7A;

    color:#fff;

    padding:12px 24px;

    border-radius:8px;

    font-weight:700;

    transition:.3s;

}

.course-btn:hover{

    background:#1558D6;

    color:#fff;

}

/* Responsive */

@media(max-width:991px){

.course-card{

margin-bottom:30px;

}

}

@media(max-width:576px){

.course-body{

padding:22px;

}

.course-body h3{

font-size:22px;

}

.course-footer{

flex-direction:column;

align-items:flex-start;

gap:15px;

}

.course-btn{

width:100%;

text-align:center;

}

}
/*=========================================================
                ABOUT SECTION
=========================================================*/

.about-section{

    padding:120px 0;

    background:#ffffff;

    position:relative;

    overflow:hidden;

}

.about-img{

    position:relative;

}

.about-img img{

    width:100%;

    border-radius:22px;

    box-shadow:0 20px 60px rgba(0,0,0,.10);

}

.experience-box{

    position:absolute;

    left:-30px;

    bottom:35px;

    width:180px;

    background:#0B2E7A;

    color:#fff;

    text-align:center;

    border-radius:18px;

    padding:28px;

    box-shadow:0 20px 45px rgba(0,0,0,.18);

}

.experience-box h2{

    font-size:50px;

    font-weight:800;

    margin-bottom:5px;

}

.experience-box p{

    margin:0;

    color:#DCE7FF;

    font-size:15px;

}

.about-content{

    padding-left:45px;

}

.about-content span{

    display:inline-block;

    padding:8px 22px;

    background:#EDF4FF;

    color:#0B2E7A;

    border-radius:30px;

    font-weight:700;

    margin-bottom:18px;

}

.about-content h2{

    font-size:46px;

    font-weight:800;

    line-height:58px;

    color:#111;

    margin-bottom:22px;

}

.about-content p{

    color:#666;

    line-height:32px;

    margin-bottom:30px;

}

/*=========================================================
                FEATURES
=========================================================*/

.feature-list{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:18px;

    margin-bottom:35px;

}

.feature-item{

    display:flex;

    align-items:center;

    background:#fff;

    border-radius:12px;

    padding:15px 18px;

    box-shadow:0 8px 25px rgba(0,0,0,.05);

}

.feature-item i{

    width:48px;

    height:48px;

    border-radius:50%;

    background:#0B2E7A;

    color:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    margin-right:15px;

    font-size:18px;

}

.feature-item h5{

    margin:0;

    font-size:17px;

    font-weight:700;

    color:#111;

}

/*=========================================================
                WHY CHOOSE
=========================================================*/

.why-section{

    padding:120px 0;

    background:#F8FBFF;

}

.why-card{

    background:#fff;

    padding:35px;

    border-radius:20px;

    text-align:center;

    box-shadow:0 20px 50px rgba(0,0,0,.08);

    transition:.35s;

    height:100%;

}

.why-card:hover{

    transform:translateY(-10px);

}

.why-card i{

    width:80px;

    height:80px;

    border-radius:50%;

    background:#EDF4FF;

    color:#1558D6;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:34px;

    margin:0 auto 22px;

}

.why-card h4{

    font-size:24px;

    font-weight:700;

    color:#111;

    margin-bottom:15px;

}

.why-card p{

    color:#666;

    line-height:30px;

}

/*=========================================================
                RESPONSIVE
=========================================================*/

@media(max-width:991px){

.about-content{

padding-left:0;

margin-top:45px;

text-align:center;

}

.about-content h2{

font-size:36px;

line-height:46px;

}

.feature-list{

grid-template-columns:1fr;

}

.experience-box{

display:none;

}

.why-card{

margin-bottom:30px;

}

}

@media(max-width:576px){

.about-section,

.why-section{

padding:80px 0;

}

.about-content h2{

font-size:30px;

line-height:40px;

}

.feature-item{

padding:14px;

}

}
/*=========================================================
                NEWS SECTION
=========================================================*/

.news-section{

    padding:120px 0;

    background:#F8FBFF;

}

.news-card{

    background:#fff;

    border-radius:20px;

    overflow:hidden;

    box-shadow:0 20px 50px rgba(0,0,0,.08);

    transition:.35s;

    height:100%;

}

.news-card:hover{

    transform:translateY(-10px);

}

.news-image{

    position:relative;

    overflow:hidden;

}

.news-image img{

    width:100%;

    height:260px;

    object-fit:cover;

    transition:.45s;

}

.news-card:hover .news-image img{

    transform:scale(1.08);

}

.news-date{

    position:absolute;

    left:20px;

    top:20px;

    background:#0B2E7A;

    color:#fff;

    padding:8px 18px;

    border-radius:30px;

    font-size:14px;

    font-weight:700;

}

.news-body{

    padding:30px;

}

.news-body h3{

    font-size:24px;

    font-weight:700;

    color:#111;

    margin-bottom:15px;

}

.news-body p{

    color:#666;

    line-height:30px;

    margin-bottom:20px;

}

.news-body a{

    color:#1558D6;

    font-weight:700;

}

/*=========================================================
                GALLERY
=========================================================*/

.gallery-section{

    padding:120px 0;

    background:#ffffff;

}

.gallery-item{

    position:relative;

    overflow:hidden;

    border-radius:20px;

    margin-bottom:25px;

}

.gallery-item img{

    width:100%;

    height:270px;

    object-fit:cover;

    transition:.45s;

}

.gallery-item:hover img{

    transform:scale(1.08);

}

.gallery-overlay{

    position:absolute;

    inset:0;

    background:rgba(11,46,122,.65);

    display:flex;

    align-items:center;

    justify-content:center;

    opacity:0;

    transition:.35s;

}

.gallery-item:hover .gallery-overlay{

    opacity:1;

}

.gallery-overlay i{

    width:65px;

    height:65px;

    border-radius:50%;

    background:#fff;

    color:#0B2E7A;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:24px;

}

/*=========================================================
                TESTIMONIAL
=========================================================*/

.testimonial-section{

    padding:120px 0;

    background:#F8FBFF;

}

.testimonial-card{

    background:#fff;

    border-radius:20px;

    padding:40px;

    text-align:center;

    box-shadow:0 20px 50px rgba(0,0,0,.08);

    transition:.35s;

    height:100%;

}

.testimonial-card:hover{

    transform:translateY(-10px);

}

.testimonial-card img{

    width:90px;

    height:90px;

    border-radius:50%;

    border:5px solid #EDF4FF;

    margin:0 auto 20px;

}

.testimonial-card h4{

    font-size:24px;

    font-weight:700;

    color:#111;

    margin-bottom:5px;

}

.testimonial-card span{

    display:block;

    color:#1558D6;

    font-weight:600;

    margin-bottom:18px;

}

.testimonial-card p{

    color:#666;

    line-height:30px;

    margin-bottom:18px;

}

.rating{

    color:#FDB913;

    font-size:20px;

    letter-spacing:4px;

}

/*=========================================================
                RESPONSIVE
=========================================================*/

@media(max-width:991px){

.news-section,
.gallery-section,
.testimonial-section{

padding:80px 0;

}

.news-card,
.testimonial-card{

margin-bottom:30px;

}

}

@media(max-width:576px){

.news-body{

padding:22px;

}

.news-body h3{

font-size:22px;

}

.gallery-item img{

height:220px;

}

.testimonial-card{

padding:28px;

}

}
/*=========================================================
                    CTA SECTION
=========================================================*/

.cta-section{

    padding:100px 0;

    background:linear-gradient(135deg,#0B2E7A,#1558D6);

    position:relative;

    overflow:hidden;

    color:#fff;

}

.cta-section::before{

    content:"";

    position:absolute;

    width:420px;

    height:420px;

    border-radius:50%;

    background:rgba(255,255,255,.05);

    right:-160px;

    top:-180px;

}

.cta-content{

    position:relative;

    z-index:2;

}

.cta-content span{

    display:inline-block;

    padding:8px 20px;

    background:#FDB913;

    color:#111;

    border-radius:30px;

    font-weight:700;

    margin-bottom:20px;

}

.cta-content h2{

    font-size:48px;

    font-weight:800;

    line-height:60px;

    margin-bottom:18px;

}

.cta-content p{

    font-size:18px;

    line-height:32px;

    color:#E4EBFF;

}

.cta-btn{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    height:56px;

    padding:0 34px;

    border-radius:10px;

    background:#FDB913;

    color:#111;

    font-weight:700;

}

.cta-btn:hover{

    background:#fff;

    color:#0B2E7A;

}

/*=========================================================
                CONTACT SECTION
=========================================================*/

.contact-section{

    padding:110px 0;

    background:#fff;

}

.contact-card{

    background:#F8FBFF;

    border-radius:20px;

    padding:35px;

    height:100%;

    box-shadow:0 15px 40px rgba(0,0,0,.08);

}

.contact-card h3{

    font-size:30px;

    font-weight:700;

    margin-bottom:30px;

}

.contact-item{

    display:flex;

    margin-bottom:25px;

}

.contact-item i{

    width:55px;

    height:55px;

    background:#0B2E7A;

    color:#fff;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    margin-right:18px;

    font-size:20px;

}

.contact-item h5{

    margin-bottom:6px;

    font-size:19px;

    font-weight:700;

    color:#111;

}

.contact-item p{

    margin:0;

    color:#666;

}

.contact-form{

    background:#fff;

    border-radius:20px;

    padding:35px;

    box-shadow:0 15px 40px rgba(0,0,0,.08);

}

.contact-form .form-control,

.contact-form .form-select{

    height:56px;

    border-radius:10px;

    margin-bottom:20px;

    border:1px solid #ddd;

}

.contact-form textarea{

    height:160px!important;

    resize:none;

}

.send-btn{

    width:100%;

    height:56px;

    border:none;

    border-radius:10px;

    background:#0B2E7A;

    color:#fff;

    font-weight:700;

}

.send-btn:hover{

    background:#1558D6;

}

/*=========================================================
                    FOOTER
=========================================================*/

.footer{

    background:#081F54;

    color:#fff;

    padding:90px 0 0;

}

.footer-logo{

    height:70px;

    margin-bottom:20px;

}

.footer h4{

    font-size:24px;

    font-weight:700;

    margin-bottom:25px;

}

.footer p{

    color:#D9E4FF;

    line-height:30px;

}

.footer-links li{

    margin-bottom:14px;

}

.footer-links a{

    color:#D9E4FF;

}

.footer-links a:hover{

    color:#FDB913;

    padding-left:5px;

}

.footer-contact li{

    display:flex;

    margin-bottom:16px;

}

.footer-contact i{

    color:#FDB913;

    margin-right:12px;

    margin-top:5px;

}

.footer-social{

    display:flex;

    gap:12px;

    margin-top:20px;

}

.footer-social a{

    width:42px;

    height:42px;

    border-radius:50%;

    background:#0B2E7A;

    display:flex;

    align-items:center;

    justify-content:center;

    color:#fff;

}

.footer-social a:hover{

    background:#FDB913;

    color:#111;

}

.footer-bottom{

    margin-top:60px;

    padding:22px 0;

    border-top:1px solid rgba(255,255,255,.12);

    text-align:center;

    color:#D9E4FF;

    font-size:15px;

}

/*=========================================================
                MAP
=========================================================*/

.map-section iframe{

    width:100%;

    height:450px;

    border:0;

    display:block;

}

/*=========================================================
            FINAL RESPONSIVE
=========================================================*/

@media(max-width:991px){

.top-bar{

display:none;

}

.navbar{

min-height:74px;

}

.logo{

height:52px;

}

.navbar-collapse{

background:#fff;

padding:20px;

margin-top:15px;

border-radius:15px;

box-shadow:0 15px 40px rgba(0,0,0,.08);

}

.nav-item{

margin:8px 0;

}

.enquire-btn{

margin:15px 0 0;

display:flex;

}

.section-title h2{

font-size:34px;

}

.contact-card{

margin-bottom:30px;

}

.footer{

text-align:center;

}

.footer-social{

justify-content:center;

}

.footer-contact li{

justify-content:center;

}

}

@media(max-width:576px){

.section-padding{

padding:70px 0;

}

.section-title{

margin-bottom:40px;

}

.section-title h2{

font-size:28px;

line-height:38px;

}

.cta-content h2{

font-size:34px;

line-height:44px;

}

.contact-card,

.contact-form{

padding:25px;

}

.footer{

padding-top:70px;

}

}
/*=========================================================
            GLOBAL RESPONSIVE
=========================================================*/

/* Laptop */

@media (max-width:1200px){

.container{

max-width:1140px;

}

.section-title h2{

font-size:38px;

}

.section-padding{

padding:90px 0;

}

}

/* Tablet */

@media (max-width:991px){

.container{

max-width:100%;

padding-left:15px;

padding-right:15px;

}

body{

font-size:15px;

line-height:26px;

}

.section-padding{

padding:80px 0;

}

.section-title{

margin-bottom:45px;

}

.section-title h2{

font-size:34px;

line-height:44px;

}

.section-title p{

font-size:16px;

line-height:28px;

}

.theme-btn{

width:100%;

height:52px;

justify-content:center;

margin-bottom:12px;

}

img{

max-width:100%;

height:auto;

}

.row{

row-gap:25px;

}

}

/* Mobile */

@media (max-width:767px){

.container{

padding-left:15px;

padding-right:15px;

}

body{

font-size:15px;

}

.section-padding{

padding:70px 0;

}

.section-title{

margin-bottom:35px;

}

.section-title span{

font-size:13px;

padding:6px 18px;

}

.section-title h2{

font-size:28px;

line-height:38px;

}

.section-title p{

font-size:15px;

line-height:26px;

}

.theme-btn{

width:100%;

height:50px;

font-size:15px;

padding:0 20px;

}

.d-flex{

flex-wrap:wrap;

}

}

/* Small Mobile */

@media (max-width:576px){

.container{

padding-left:12px;

padding-right:12px;

}

.section-padding{

padding:60px 0;

}

.section-title h2{

font-size:24px;

line-height:34px;

}

.section-title p{

font-size:14px;

line-height:24px;

}

.theme-btn{

height:48px;

font-size:14px;

}

}

/* Extra Small */

@media (max-width:400px){

.section-title h2{

font-size:22px;

line-height:30px;

}

.section-title p{

font-size:13px;

}

body{

font-size:14px;

}

}
.dropdown:hover .dropdown-menu{
    display:block;
    margin-top:0;
}

.dropdown-toggle::after{
    margin-left:8px;
}
/*=========================
CTA SECTION
=========================*/

.cta-section{
    background:linear-gradient(135deg,#004aad,#002d72);
    position:relative;
    overflow:hidden;
}

.cta-section h2{
    font-size:38px;
    font-weight:800;
}

.cta-section p{
    font-size:18px;
    opacity:.95;
}

.cta-section .btn{
    border-radius:50px;
}

.section-title{
    font-size:42px;
    font-weight:800;
    color:#003366;
    margin-bottom:20px;
}

.section-subtitle{
    display:inline-block;
    background:#eef5ff;
    color:#0d6efd;
    padding:8px 20px;
    border-radius:30px;
    font-weight:700;
    margin-bottom:15px;
}

.course-card,
.student-card,
.news-card,
.testimonial-card{
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    transition:.35s;
    height:100%;
}

.course-card:hover,
.student-card:hover,
.news-card:hover,
.testimonial-card:hover{
    transform:translateY(-8px);
}

.course-image img,
.student-img img,
.news-card img{
    width:100%;
    height:240px;
    object-fit:cover;
}

.course-body,
.student-body,
.news-body,
.testimonial-card{
    padding:25px;
}

.course-btn{
    display:inline-block;
    color:#0d6efd;
    text-decoration:none;
    font-weight:700;
    margin-top:10px;
}

.feature-box{
    background:#fff;
    border-radius:12px;
    padding:15px;
    box-shadow:0 5px 15px rgba(0,0,0,.08);
}

.feature-box i{
    color:#0d6efd;
    margin-right:10px;
}

.counter-section{
    background:#004aad;
    color:#fff;
    padding:70px 0;
}

.counter-box h2{
    font-size:48px;
    font-weight:800;
}

.counter-box p{
    margin-top:10px;
    font-size:18px;
}

.testimonial-card .stars{
    color:#ffc107;
    font-size:20px;
    margin-bottom:15px;
}

@media(max-width:768px){

.section-title{
    font-size:30px;
}

.cta-section h2{
    font-size:28px;
}

.course-image img,
.student-img img,
.news-card img{
    height:200px;
}

}
/*=========================
FOOTER
=========================*/

.footer-area{
    background:#0b1f3a;
    color:#fff;
    padding:80px 0 30px;
}

.footer-logo{
    max-height:70px;
}

.footer-area h4{
    color:#fff;
    font-size:22px;
    margin-bottom:25px;
    font-weight:700;
}

.footer-area p{
    color:#cfd8e3;
    line-height:1.8;
}

.footer-links,
.footer-contact{
    list-style:none;
    padding:0;
    margin:0;
}

.footer-links li,
.footer-contact li{
    margin-bottom:14px;
}

.footer-links a,
.footer-contact a{
    color:#cfd8e3;
    text-decoration:none;
    transition:.3s;
}

.footer-links a:hover,
.footer-contact a:hover{
    color:#ffc107;
}

.footer-contact i{
    width:25px;
    color:#ffc107;
}

.footer-social{
    display:flex;
    gap:12px;
    margin-top:20px;
}

.footer-social a{
    width:42px;
    height:42px;
    border-radius:50%;
    background:#16355f;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    transition:.3s;
}

.footer-social a:hover{
    background:#ffc107;
    color:#000;
}

.footer-divider{
    border-color:rgba(255,255,255,.15);
    margin:50px 0 25px;
}

.footer-bottom p{
    margin:0;
    color:#cfd8e3;
}

.footer-bottom a{
    color:#ffc107;
    text-decoration:none;
}

@media(max-width:768px){

.footer-area{
    text-align:center;
}

.footer-social{
    justify-content:center;
}

}