﻿
/*====================================================
            Home Page Start here
====================================================*/
.hero-section {
    background: #f4f7fb;
    padding: 0px 0px;
}

.hero-card {
    background: #fff;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 15px 45px rgba(0,0,0,.08);
    height: 73vh;
    transition: .35s;
    border: 1px solid #ececec;
}

    .hero-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 22px 50px rgba(0,0,0,.15);
    }


.hero-heading {
    height: 8vh;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 28px;
    color: #fff;
}

    .hero-heading h3 {
        margin: 0;
        font-size: 20px;
        font-weight: 700;
        letter-spacing: .3px;
    }

    .hero-heading span {
        font-size: 14px;
        opacity: .9;
    }

    .hero-heading i {
        font-size: 34px;
        opacity: .25;
    }

.green {
    background: linear-gradient(135deg,#0c8b47,#18b15d);
}

.blue {
    background: linear-gradient(135deg,#004bff,#2196f3);
}

.orange {
    background: linear-gradient(135deg,#ff6a00,#ff9800);
}


.notice-body {
    /*height:538px;*/ height: /*78vh*/ 65vh;
    padding: 8px;
}

    .notice-body marquee {
        height: 100%;
    }

.notice-box-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    background: #fff;
    border-radius: 16px;
    padding: 18px;
    margin-bottom: 7px;
    border-left: 5px solid #FF6B00;
    box-shadow: 0 8px 25px rgba(0,0,0,.07);
    transition: .35s;
}

    .notice-box-item:hover {
        transform: translateX(6px);
        background: #0d6b3c;
    }

        .notice-box-item:hover h5,
        .notice-box-item:hover p {
            color: #fff;
        }

.date-box {
    min-width: 90px;
    height: 30px;
    background: #ff6b00;
    border-radius: 12px;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .date-box strong {
        font-size: 20px;
        line-height: 10px;
        padding-top: 8px;
    }

    .date-box span {
        font-size: 10px;
        letter-spacing: 1px;
    }

.notice-content h5 {
    font-size: 16px;
    font-weight: 700;
    color: #0d6b3c;
    margin-bottom: 8px;
}

.notice-content p {
    margin: 0;
    color: #666;
    line-height: 1.4;
}


/*==========================================
            BANNER
==========================================*/

.banner-slider,
.banner-slider .owl-stage-outer,
.banner-slider .owl-stage,
.banner-slider .owl-item {
    height: 65vh;
}
.banner-slider2,
.banner-slider2,
.banner-slider2 .owl-stage-outer,
.banner-slider2 .owl-stage,
.banner-slider2 .owl-item {
    height: 69vh;
}

.banner-slide {
    position: relative;
    height: 65vh;
}
.banner-slide2 {
    position: relative;
    height: 69vh;
}

    .banner-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.banner-overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 45px;
    background: linear-gradient(transparent,rgba(0,0,0,.92));
}

    .banner-overlay h2 {
        color: #fff;
        font-size: 42px;
        font-weight: 700;
        margin: 15px 0;
    }

    .banner-overlay p {
        color: #eee;
        font-size: 18px;
        margin-bottom: 30px;
    }

.badge-tag {
    display: inline-block;
    background: #18b15d;
    color: #fff;
    padding: 8px 18px;
    border-radius: 50px;
    font-size: 14px;
    letter-spacing: .4px;
}

.hero-btn {
    display: inline-block;
    padding: 13px 34px;
    background: #fff;
    color: #0d6b3c;
    font-weight: 700;
    border-radius: 50px;
    text-decoration: none;
    transition: .35s;
}

    .hero-btn:hover {
        background: #ff6b00;
        color: #fff;
    }


/*==========================================
            TEAM
==========================================*/

.team-slider,
.team-slider .owl-stage-outer,
.team-slider .owl-stage,
.team-slider .owl-item {
    height: 65vh;
}

.leader-card {
    text-align: center;
    padding: 35px 25px;
    height: 65vh;
}

    .leader-card img {
        /*    width:170px;

    height:220px;

    border-radius:50%;

    object-fit:cover;*/
        width: 15vw;
        height: 15vw;
        max-width: 170px;
        max-height: 170px;
        border-radius: 50%;
        object-fit: cover;
        margin: auto;
        display: block;
        border: 7px solid #fff;
        box-shadow: 0 12px 35px rgba(0,0,0,.15);
    }

    .leader-card h3 {
        margin-top: 22px;
        margin-bottom: 6px;
        font-size: 28px;
        color: #0d6b3c;
    }

    .leader-card h6 {
        display: inline-block;
        /* background:#ff6b00;*/

        color: black;
        /*padding:8px 18px;
*/
        /*border-radius:50px;*/

        font-size: 20px;
        margin-bottom: 10px;
        margin-top: -10px;
    }

    .leader-card p {
        color: #666;
        line-height: 1.9;
        margin-bottom: 25px;
    }

.profile-btn {
    display: inline-block;
    background: #0d6b3c;
    color: #fff;
    text-decoration: none;
    padding: 12px 32px;
    border-radius: 50px;
    transition: .35s;
    font-weight: 600;
}

    .profile-btn:hover {
        background: #ff6b00;
        color: #fff;
    }


/*==========================================
          OWL DOTS
==========================================*/

.owl-dots {
    position: absolute;
    bottom: 18px;
    width: 100%;
}

.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #fff;
    opacity: .6;
}

.owl-theme .owl-dots .owl-dot.active span {
    width: 35px;
    border-radius: 20px;
    background: #18b15d;
    opacity: 1;
}

.owl-nav {
    display: none;
}


/*==========================================
          MOBILE
==========================================*/

@media(max-width:991px) {

    .hero-card {
        height: auto;
        margin-bottom: 25px;
    }

    .notice-body,
    .banner-slide,
    .banner-slider,
    .team-slider {
        height: 65vh;
    }

        .banner-slide img {
            height: 65vh;
        }

    .banner-overlay {
        padding: 25px;
        height:50px;
    }

        .banner-overlay h2 {
            font-size: 20px;
        }

    .hero-heading {
        height: 65px;
    }

        .hero-heading h3 {
            font-size: 14px;
        }
}




    /*====================================================
            PREMIUM ANIMATIONS
====================================================*/

    .hero-card {
        position: relative;
        overflow: hidden;
    }

        .hero-card::after {
            content: '';
            position: absolute;
            top: 0;
            left: -120%;
            width: 60%;
            height: 100%;
            background: linear-gradient(120deg, transparent, rgba(255,255,255,.18), transparent);
            transition: 1.2s;
        }

        .hero-card:hover::after {
            left: 150%;
        }

    /*====================================================
          HEADING DESIGN
====================================================*/

    .hero-heading {
        position: relative;
    }

        .hero-heading::before {
            content: '';
            position: absolute;
            left: 25px;
            bottom: 15px;
            width: 55px;
            height: 3px;
            background: white;
            border-radius: 20px;
        }

        .hero-heading::after {
            content: '';
            position: absolute;
            left: 85px;
            bottom: 15px;
            width: 25px;
            height: 3px;
            background: #ffd54f;
            border-radius: 20px;
        }

        .hero-heading i {
            transition: .4s;
        }

    .hero-card:hover .hero-heading i {
        transform: rotate(-15deg) scale(1.1);
        opacity: .45;
    }

    /*====================================================
            NOTICE
====================================================*/

    .notice-box-item {
        cursor: pointer;
    }

        .notice-box-item:hover {
            box-shadow: 0 20px 35px rgba(0,0,0,.12);
        }

    .date-box {
        position: relative;
    }

        .date-box::after {
            /*content: 'NEW';*/
            position: absolute;
            top: -8px;
            right: -8px;
            /* background: #e53935;*/
            color: white;
            font-size: 10px;
            padding: 3px 6px;
            border-radius: 20px;
            font-weight: bold;
        }

    /*====================================================
        BANNER EFFECT
====================================================*/

    .banner-slide img {
        transition: 7s;
    }

    .owl-item.active .banner-slide img {
        transform: scale(1.08);
    }

    .banner-overlay {
        backdrop-filter: blur(2px);
    }

    .hero-btn {
        box-shadow: 0 10px 25px rgba(0,0,0,.25);
    }

        .hero-btn:hover {
            transform: translateY(-3px);
        }

    /*====================================================
          FLOATING STATS
====================================================*/

    .hero-stats {
        position: absolute;
        bottom: 25px;
        right: 25px;
        display: flex;
        gap: 12px;
        z-index: 50;
    }

    .hero-stat {
        background: rgba(255,255,255,.95);
        backdrop-filter: blur(8px);
        padding: 12px 18px;
        border-radius: 12px;
        text-align: center;
        min-width: 85px;
    }

        .hero-stat h3 {
            margin: 0;
            color: #0d6b3c;
            font-size: 22px;
            font-weight: 700;
        }

        .hero-stat span {
            font-size: 12px;
            color: #555;
        }

    /*====================================================
          LEADER CARD
====================================================*/

    .leader-card {
        position: relative;
    }

        .leader-card img {
            transition: .5s;
        }

        .leader-card:hover img {
            transform: scale(1.08);
        }

        .leader-card h3 {
            transition: .3s;
        }

        .leader-card:hover h3 {
            color: #ff6b00;
        }

    .profile-btn {
        position: relative;
        overflow: hidden;
    }

        .profile-btn::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: rgba(255,255,255,.25);
            transition: .6s;
        }

        .profile-btn:hover::before {
            left: 120%;
        }



    .notice-card {
        border-top: 5px solid #0d6b3c;
    }

    .banner-card {
        border-top: 5px solid #1565c0;
    }

    .team-card-main {
        border-top: 5px solid #ff6b00;
    }

    /*====================================================
            Home Page End here
====================================================*/


    /*=========================
        HERO
=========================*/
    .about-hero {
        height: 75vh;
        position: relative;
        background: url('../img/about-lks.jpeg') center center/cover;
        display: flex;
        align-items: center;
    }

    .hero-overlay {
        position: absolute;
        inset: 0;
        background: rgba(0,0,0,.65);
    }

    .hero-content {
        position: relative;
        z-index: 5;
        max-width: 700px;
        color: white;
    }

    .hero-tag {
        display: inline-block;
        padding: 10px 24px;
        background: #0d6b3c;
        border-radius: 40px;
        margin-bottom: 25px;
        font-weight: 600;
    }

    .hero-content h1 {
        font-size: 58px;
        font-weight: 800;
        margin-bottom: 20px;
    }

    .hero-content p {
        font-size: 20px;
        line-height: 1.9;
        margin-bottom: 35px;
    }

    .hero-btns {
        display: flex;
        gap: 20px;
    }

    .btn-green {
        background: #0d6b3c;
        color: white;
        padding: 15px 35px;
        border-radius: 40px;
        text-decoration: none;
        transition: .3s;
    }

        .btn-green:hover {
            background: #ff7a00;
            color: white;
        }

    .btn-white {
        background: white;
        color: #222;
        padding: 15px 35px;
        border-radius: 40px;
        text-decoration: none;
    }

        .btn-white:hover {
            background: #ff7a00;
            color: white;
        }

    /*=========================
      ABOUT
=========================*/

    .about-section {
        padding: 100px 0;
    }

    .about-img {
        position: relative;
    }

        .about-img img {
            width: 100%;
            height: 80%;
            border-radius: 25px;
        }

    .experience-box {
        position: absolute;
        bottom: 150px;
        right: -20px;
        width: 150px;
        background: #FF6F00;
        color: white;
        border-radius: 20px;
        text-align: center;
        padding: 10px;
        box-shadow: 0 20px 40px rgba(0,0,0,.2);
    }

        .experience-box h3 {
            font-size: 48px;
            margin: 0;
        }

    .section-heading span {
        color: #ff7a00;
        font-weight: 700;
        letter-spacing: 2px;
    }

    .section-heading h2 {
        font-size: 42px;
        margin: 0px 0 25px;
        font-weight: 800;
        color: #0d6b3c;
    }

    .about-section p {
        font-size: 17px;
        line-height: 1.9;
        color: #555;
    }

    .about-features {
        display: grid;
        grid-template-columns: repeat(2,1fr);
        gap: 8px;
        margin-top: 15px;
    }

    .feature {
        background: #f8f9fa;
        padding: 8px;
        border-radius: 15px;
        font-weight: 600;
        transition: .3s;
    }

        .feature i {
            color: #0d6b3c;
            margin-right: 10px;
        }

        .feature:hover {
            background: #0d6b3c;
            color: white;
        }

            .feature:hover i {
                color: white;
            }
    /************************************* Building a Better Future *********************************************/


    .service-card {
        border: none;
        overflow: hidden;
        border-radius: 24px;
        transition: .45s;
        background: #fff;
        box-shadow: 0 20px 45px rgba(0,0,0,.08);
        position: relative;
    }

        .service-card:hover {
            transform: translateY(-18px);
            box-shadow: 0 40px 80px rgba(0,0,0,.15);
        }

    .service-image {
        height: 240px;
        position: relative;
        overflow: hidden;
    }

        .service-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: .6s;
        }

    .service-card:hover img {
        transform: scale(1.12);
    }

    .service-overlay {
        position: absolute;
        inset: 0;
        background: linear-gradient(transparent,rgba(0,0,0,.45));
    }

    .service-tag {
        position: absolute;
        top: 18px;
        left: 18px;
        background: #0d6efd;
        color: #fff;
        padding: 8px 18px;
        border-radius: 50px;
        font-size: 13px;
        font-weight: 600;
        backdrop-filter: blur(10px);
    }

    .service-icon {
        width: 70px;
        height: 70px;
        border-radius: 20px;
        background: linear-gradient(135deg,#0d6efd,#00c6ff);
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 28px;
        margin-top: -55px;
        position: relative;
        z-index: 5;
        box-shadow: 0 15px 30px rgba(13,110,253,.25);
    }

    .service-card h4 {
        margin-top: 25px;
        font-family: 'Outfit';
        font-weight: 700;
    }

    .service-card p {
        line-height: 30px;
        color: #666;
        margin: 20px 0;
    }

    .service-btn {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        padding: 12px 25px;
        background: linear-gradient(135deg,#0d6efd,#00c6ff);
        color: #fff;
        border-radius: 50px;
        text-decoration: none;
        transition: .35s;
        font-weight: 600;
    }

        .service-btn:hover {
            gap: 18px;
            color: #fff;
        }

    .service-body {
        padding: 30px;
    }

        .service-body h3 {
            margin-top: 22px;
            margin-bottom: 18px;
            line-height: 1.35;
        }

        .service-body p {
            margin-bottom: 25px;
            line-height: 1.9;
            color: #6c757d;
            font-size: 15px;
        }





    .service-heading {
        display: flex;
        align-items: center;
        gap: 18px;
        margin-top: -35px;
        margin-bottom: 20px;
        position: relative;
        z-index: 10;
    }

    .heading-content {
        flex: 1;
    }

    .heading-label {
        display: inline-block;
        padding: 6px 15px;
        background: #eef6ff;
        color: #FF6F00;
        border-radius: 30px;
        font-size: 11px;
        font-weight: 700;
        letter-spacing: 1px;
        margin-bottom: 10px;
        text-transform: uppercase;
    }

    .heading-content h3 {
        font-size: 22px;
        font-family: 'Outfit',sans-serif;
        font-weight: 700;
        line-height: 1.35;
        color: #1d3557;
        margin: 0;
        position: relative;
        padding-bottom: 15px;
    }

        .heading-content h3::after {
            content: "";
            position: absolute;
            left: 0;
            bottom: 0;
            width: 65px;
            height: 4px;
            border-radius: 30px;
            background: #FF6F00;
            transition: .4s;
        }

    .service-card:hover .heading-content h3::after {
        width: 120px;
    }

    .service-image {
        position: relative;
        overflow: hidden;
    }

    .service-badge {
        position: absolute;
        top: 0;
        left: 0;
        height: 34px;
        padding: 0 18px;
        display: flex;
        align-items: center;
        gap: 8px;
        border-radius: 0 0 12px 0;
        font-size: 13px;
        font-weight: 700;
        color: #fff;
        z-index: 10;
        box-shadow: 0 5px 15px rgba(0,0,0,.18);
    }

        .service-badge i {
            font-size: 13px;
        }

    .service-badge {
        position: absolute;
        top: 0;
        left: 15px;
        height: 34px;
        padding: 0 18px;
        display: flex;
        align-items: center;
        gap: 8px;
        border-radius: 0 0 10px 10px;
        color: #fff;
        font-size: 13px;
        font-weight: 700;
    }

    .purple {
        background: linear-gradient(135deg, #3949AB 0%, #5C6BC0 100%) !important;
        color: #fff !important;
    }

        .purple i {
            color: #fff !important;
        }

    .purple1 {
        background: linear-gradient(135deg,#283593,#5E35B1);
    }


    .gallery-wrapper {
        position: relative;
        width: 100%;
        height: 650px;
        overflow: hidden;
    }

    .floating-card {
        position: absolute;
        width: 210px;
        height: 260px;
        overflow: hidden;
        border-radius: 22px;
        background: #fff;
        box-shadow: 0 25px 45px rgba(0,0,0,.12);
        transition: .5s ease;
        cursor: pointer;
        animation: float 5s ease-in-out infinite;
    }

        .floating-card img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: .6s;
        }

        .floating-card:hover {
            transform: rotate(0deg) scale(1.08);
            z-index: 999;
        }

            .floating-card:hover img {
                transform: scale(1.15);
            }

    /* Position */

    .card1 {
        left: 20px;
        top: 30px;
        transform: rotate(-12deg);
    }

    .card2 {
        right: 40px;
        top: 0;
        transform: rotate(10deg);
    }

    .card3 {
        left: 100px;
        top: 220px;
        transform: rotate(8deg);
    }

    .card4 {
        right: 10px;
        top: 260px;
        transform: rotate(-8deg);
    }

    .card5 {
        left: 0;
        bottom: 20px;
        transform: rotate(10deg);
    }

    .card6 {
        right: 90px;
        bottom: 0;
        transform: rotate(-10deg);
    }

    /* Floating animation */

    @keyframes float {

        0%,100% {
            transform: translateY(0px);
        }

        50% {
            transform: translateY(-15px);
        }
    }

    /* Preserve rotation while floating */

    .card1 {
        animation: float1 6s infinite ease-in-out;
    }

    .card2 {
        animation: float2 7s infinite ease-in-out;
    }

    .card3 {
        animation: float3 5.5s infinite ease-in-out;
    }

    .card4 {
        animation: float4 6.5s infinite ease-in-out;
    }

    .card5 {
        animation: float5 5s infinite ease-in-out;
    }

    .card6 {
        animation: float6 7s infinite ease-in-out;
    }

    @keyframes float1 {
        0%,100% {
            transform: rotate(-12deg) translateY(0);
        }

        50% {
            transform: rotate(-12deg) translateY(-18px);
        }
    }

    @keyframes float2 {
        0%,100% {
            transform: rotate(10deg) translateY(0);
        }

        50% {
            transform: rotate(10deg) translateY(-20px);
        }
    }

    @keyframes float3 {
        0%,100% {
            transform: rotate(8deg) translateY(0);
        }

        50% {
            transform: rotate(8deg) translateY(-15px);
        }
    }

    @keyframes float4 {
        0%,100% {
            transform: rotate(-8deg) translateY(0);
        }

        50% {
            transform: rotate(-8deg) translateY(-20px);
        }
    }

    @keyframes float5 {
        0%,100% {
            transform: rotate(10deg) translateY(0);
        }

        50% {
            transform: rotate(10deg) translateY(-15px);
        }
    }

    @keyframes float6 {
        0%,100% {
            transform: rotate(-10deg) translateY(0);
        }

        50% {
            transform: rotate(-10deg) translateY(-18px);
        }
    }




    .service2-column {
        padding-left: 20px;
    }

    .service2-list {
        display: flex;
        flex-direction: column;
        gap: 14px;
    }

    .service2-card {
        display: flex;
        align-items: center;
        padding: 16px 20px;
        margin-bottom: 8px;
        background: #fff;
        border-radius: 16px;
        box-shadow: 0 8px 30px rgba(0,0,0,.08);
        transition: .35s;
        border-left: 5px solid #ff7a00;
        overflow: hidden;
    }

        .service2-card:hover {
            transform: translateX(8px);
            background: #ff7a00;
        }

    .service2-icon {
        width: 72px;
        height: 72px;
        min-width: 72px;
        border-radius: 50%;
        background: #fff5ea;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 18px;
        transition: .35s;
    }

        .service2-icon img {
            width: 38px;
        }

    .service2-content {
        flex: 1;
    }

        .service2-content h5 {
            font-size: 19px;
            font-weight: 700;
            margin-bottom: 6px;
            color: #222;
            transition: .35s;
        }

        .service2-content p {
            margin: 0;
            font-size: 14px;
            line-height: 1.6;
            color: #666;
            transition: .35s;
        }

    .service2-card:hover .service2-content h5,
    .service2-card:hover .service2-content p {
        color: #fff;
    }

    .service2-card:hover .service2-icon {
        transform: rotate(10deg) scale(1.08);
        background: #fff;
    }

    @media(max-width:991px) {

        .service2-column {
            padding-left: 0;
            margin-top: 40px;
        }

        .service2-card {
            padding: 15px;
        }

        .service2-icon {
            width: 60px;
            height: 60px;
            min-width: 60px;
        }

        .service2-content h5 {
            font-size: 17px;
        }
    }



    .about-section {
        background: #f8fbff;
        overflow: hidden;
    }


    .section-title .sub-title {
        display: inline-block;
        color: #ff7a00;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-bottom: 12px;
    }


    .section-title h2 {
        font-size: 46px;
        font-weight: 700;
        color: #1d3557;
        line-height: 1.3;
    }


        .section-title h2 span {
            color: #0056b3;
        }


    .about-text {
        font-size: 18px;
        line-height: 32px;
        color: #666;
        margin-bottom: 35px;
    }


    .feature-list {
        display: grid;
        grid-template-columns: repeat(2,1fr);
        gap: 18px;
    }


    .feature-item {
        background: #fff;
        padding: 18px 22px;
        border-radius: 15px;
        box-shadow: 0 15px 40px rgba(0,0,0,.06);
        font-weight: 600;
        transition: .4s;
    }


        .feature-item:hover {
            transform: translateY(-8px);
        }


        .feature-item i {
            color: #28a745;
            margin-right: 10px;
        }


    .image-wrapper {
        position: relative;
    }


    .main-image {
        width: 100%;
        border-radius: 25px;
        box-shadow: 0 20px 60px rgba(0,0,0,.15);
    }


    .floating2-card {
        position: absolute;
        bottom: -65px;
        left: -40px;
        background: #fff;
        width: 580px;
        height: auto;
        padding: 25px;
        border-radius: 18px;
        box-shadow: 0 20px 50px rgba(0,0,0,.15);
        border-left: 5px solid #FF5722;
        border-right: 5px solid #FF5722;
    }


        .floating2-card h3 {
            color: #FF6F00;
            font-weight: 700;
            margin-bottom: 10px;
        }


        .floating2-card p {
            margin: 0;
            color: #666;
            line-height: 28px;
        }




    @media(max-width:991px) {

        .section-title h2 {
            font-size: 34px;
        }

        .feature-list {
            grid-template-columns: 1fr;
        }

        .floating2-card {
            position: relative;
            left: 0;
            bottom: 0;
            margin-top: -40px;
            width: 90%;
            margin-left: auto;
            margin-right: auto;
        }
    }

    .shg-section {
        background: #fff;
    }

    .section-tag {
        display: inline-block;
        background: #eef5ff;
        color: #0056b3;
        padding: 8px 20px;
        border-radius: 30px;
        font-weight: 600;
    }

    .section-heading {
        margin-top: 20px;
        font-size: 42px;
        font-weight: 700;
        color: #1d3557;
    }

    .section-subtitle {
        max-width: 700px;
        margin: auto;
        color: #666;
        line-height: 30px;
        margin-top: 15px;
    }

    /* LEFT */

    .scheme-content h3 {
        color: #0056b3;
        font-weight: 700;
        margin-bottom: 20px;
    }

    .scheme-content p {
        color: #666;
        line-height: 30px;
    }

    /* Cards */

    .info-card {
        background: #fff;
        padding: 30px;
        border-radius: 20px;
        box-shadow: 0 15px 40px rgba(0,0,0,.06);
        margin-bottom: 25px;
        transition: .4s;
        height: 100%;
    }

        .info-card:hover {
            transform: translateY(-10px);
        }

        .info-card i {
            width: 65px;
            height: 65px;
            background: #edf6ff;
            color: #0056b3;
            border-radius: 50%;
            text-align: center;
            line-height: 65px;
            font-size: 28px;
            margin-bottom: 20px;
        }

        .info-card h5 {
            font-weight: 700;
            color: #1d3557;
        }

        .info-card p {
            margin: 0;
            color: #666;
        }

    /* Timeline */

    .timeline {
        position: relative;
        margin-left: 30px;
    }

        .timeline:before {
            content: "";
            position: absolute;
            left: 20px;
            top: 0;
            bottom: 0;
            width: 3px;
            background: #d9e8ff;
        }

    .timeline-item {
        position: relative;
        display: flex;
        margin-bottom: 45px;
    }

        .timeline-item span {
            width: 45px;
            height: 45px;
            background: #0056b3;
            color: #fff;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            font-weight: 700;
            z-index: 2;
        }

        .timeline-item div {
            margin-left: 25px;
            background: #fff;
            padding: 20px;
            border-radius: 15px;
            box-shadow: 0 15px 35px rgba(0,0,0,.06);
        }

        .timeline-item h5 {
            color: #0056b3;
            font-weight: 700;
        }

        .timeline-item p {
            margin: 0;
            color: #666;
            line-height: 28px;
        }

    @media(max-width:991px) {

        .section-heading {
            font-size: 34px;
        }

        .timeline {
            margin-top: 40px;
            margin-left: 0;
        }
    }


    .financial-section {
        background: #f8fbff;
    }

    .loan-process {
        position: relative;
    }

    .process-item {
        display: flex;
        margin-bottom: 35px;
    }

    .process-icon {
        width: 70px;
        height: 70px;
        border-radius: 50%;
        background: #0056b3;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 28px;
        margin-right: 25px;
        flex-shrink: 0;
    }

    .process-content {
        background: #fff;
        padding: 20px 25px;
        border-radius: 15px;
        box-shadow: 0 10px 30px rgba(0,0,0,.08);
        width: 100%;
    }

        .process-content h5 {
            color: #0056b3;
            font-weight: 700;
        }

        .process-content p {
            margin: 0;
            color: #666;
            line-height: 28px;
        }

    /* Loan Card */

    .loan-card {
        background: #fff;
        border-radius: 20px;
        padding: 35px;
        box-shadow: 0 15px 40px rgba(0,0,0,.08);
    }

        .loan-card h3 {
            color: #0056b3;
            margin-bottom: 30px;
            font-weight: 700;
        }

    .loan-row {
        display: flex;
        justify-content: space-between;
        padding: 18px 0;
        border-bottom: 1px solid #ececec;
    }

        .loan-row:last-child {
            border: none;
        }

        .loan-row strong {
            color: #ff7a00;
        }

    /*==============================
Benefits
==============================*/

    .benefits-section {
        background: #fff;
    }

    .benefit-card {
        background: #fff;
        border-radius: 20px;
        padding: 35px;
        text-align: center;
        box-shadow: 0 15px 40px rgba(0,0,0,.06);
        transition: .4s;
        height: 100%;
    }

        .benefit-card:hover {
            transform: translateY(-10px);
        }

        .benefit-card i {
            width: 80px;
            height: 80px;
            border-radius: 50%;
            background: #edf6ff;
            color: #0056b3;
            line-height: 80px;
            font-size: 32px;
            margin-bottom: 25px;
        }

        .benefit-card h4 {
            font-weight: 700;
            color: #1d3557;
        }

        .benefit-card p {
            color: #666;
            line-height: 28px;
        }

    /*==========================
Withdrawal
==========================*/

    .withdraw-section {
        background: #f8fbff;
    }

    .step-card {
        background: #fff;
        padding: 40px 25px;
        border-radius: 20px;
        text-align: center;
        box-shadow: 0 15px 35px rgba(0,0,0,.08);
        position: relative;
        transition: .4s;
        height: 100%;
    }

        .step-card:hover {
            transform: translateY(-10px);
        }

    .step-number {
        position: absolute;
        top: 15px;
        right: 20px;
        font-size: 18px;
        font-weight: bold;
        color: #dcdcdc;
    }

    .step-card i {
        font-size: 45px;
        color: #0056b3;
        margin-bottom: 20px;
    }

    .step-card h4 {
        font-weight: 700;
        margin-bottom: 15px;
    }



    /*==========================
Rules
==========================*/

    .rules-section {
        background: #fff;
    }

    .rule-card {
        background: #fff5f5;
        padding: 35px;
        border-left: 5px solid #ff9800;
        border-radius: 15px;
        height: 100%;
        transition: .3s;
    }

        .rule-card:hover {
            transform: translateY(-8px);
        }

        .rule-card i {
            font-size: 40px;
            color: #ff9800;
            margin-bottom: 20px;
        }

        .rule-card h4 {
            font-weight: 700;
        }



    /*==========================
Documents
==========================*/

    .documents-section {
        background: #f8fbff;
    }

    .document-card {
        background: #fff;
        border-radius: 20px;
        overflow: hidden;
        box-shadow: 0 20px 45px rgba(0,0,0,.08);
        transition: .4s;
    }

        .document-card:hover {
            transform: translateY(-8px);
        }

        .document-card img {
            width: 100%;
            height: 350px;
            object-fit: cover;
        }

    .document-body {
        padding: 30px;
    }

        .document-body h4 {
            font-weight: 700;
            color: #0056b3;
        }

        .document-body p {
            margin: 15px 0;
            line-height: 28px;
        }



    /*==========================
CTA
==========================*/

    .cta-section {
        background: linear-gradient(135deg,#0056b3,#0b63ce);
        padding: 70px 0;
        color: #fff;
    }

        .cta-section h2 {
            font-size: 42px;
            font-weight: 700;
            margin-bottom: 15px;
        }

        .cta-section p {
            font-size: 18px;
            opacity: .9;
        }

        .cta-section .btn {
            padding: 15px 40px;
            font-size: 18px;
            border-radius: 40px;
            font-weight: 600;
        }





    /*============== Benifits Card Start From Here ==============*/
    .service3-grid {
        display: grid;
        gap: 30px;
        grid-template-columns: repeat(auto-fit,minmax(320px,1fr));
    }


    @media(max-width:1400px) {

        .service3-grid {
            grid-template-columns: repeat(3,1fr);
        }
    }


    @media(max-width:991px) {

        .service3-grid {
            grid-template-columns: repeat(2,1fr);
        }
    }



    @media(max-width:600px) {

        .service3-grid {
            grid-template-columns: 1fr;
        }
    }


    .service3-card {
        position: relative;
        background: #fff;
        padding: 45px 30px;
        border-radius: 18px;
        text-align: center;
        overflow: hidden;
        transition: .4s;
        border: 1px solid #eee;
        height: 100%;
    }


        .service3-card::before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 5px;
            background: #ff5722;
            transform: scaleX(0);
            transition: .45s;
            transform-origin: left;
        }

        .service3-card:hover::before {
            transform: scaleX(1);
        }

        .service3-card:hover {
            transform: translateY(-15px);
            box-shadow: 0 20px 45px rgba(0,0,0,.12);
        }


    .number {
        position: absolute;
        top: 15px;
        right: 18px;
        font-size: 42px;
        font-weight: 700;
        color: #f2f2f2;
        transition: .4s;
    }

    .service3-card:hover .number {
        color: #ff5722;
        opacity: .18;
    }


    .service3-icon {
        width: 80px;
        height: 80px;
        margin: auto;
        border-radius: 50%;
        background: #fff3ef;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: .45s;
    }

        .service3-icon i {
            font-size: 34px;
            color: #ff5722;
            transition: .45s;
        }

    .service3-card:hover .service3-icon {
        background: #ff5722;
        transform: rotateY(180deg);
    }

        .service3-card:hover .service3-icon i {
            color: #fff;
            transform: rotateY(180deg);
        }


    .service3-card h4 {
        margin: 28px 0 15px;
        font-weight: 700;
        font-size: 22px;
        color: #222;
    }

    .service3-card p {
        line-height: 1.8;
        color: #666;
        margin: 0;
    }

    .mission-card {
        position: relative;
        overflow: hidden;
        /*background: linear-gradient(135deg,#ff5722 0%,#ff7a45 100%);*/
        background-color: #0D6B3C;
        color: #fff;
        border: none;
        box-shadow: 0 15px 40px rgba(255,87,34,.25);
    }

        .mission-card::after {
            content: '';
            position: absolute;
            width: 180px;
            height: 180px;
            border-radius: 50%;
            background: rgba(255,255,255,.08);
            top: -60px;
            right: -60px;
        }

        .mission-card::before {
            display: none;
        }

        .mission-card h4 {
            color: #fff;
        }

        .mission-card p {
            color: rgba(255,255,255,.92);
        }

        .mission-card .number {
            color: rgba(255,255,255,.18);
        }

        .mission-card .service3-icon {
            background: rgba(255,255,255,.15);
            backdrop-filter: blur(10px);
        }

            .mission-card .service3-icon i {
                color: #fff;
            }

        .mission-card:hover {
            transform: translateY(-15px);
            box-shadow: 0 25px 60px rgba(255,87,34,.45);
        }

            .mission-card:hover .service3-icon {
                background: #fff;
            }

                .mission-card:hover .service3-icon i {
                    color: #ff5722;
                }

    .mission-btn {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        margin-top: 25px;
        padding: 12px 26px;
        background: #fff;
        color: #ff5722;
        font-weight: 600;
        border-radius: 40px;
        text-decoration: none;
        transition: .35s;
    }

        .mission-btn:hover {
            background: #1d2939;
            color: #fff;
            text-decoration: none;
        }


    /*===========****************************   About Section   *************************==============================
        Skill Development Section
=========================================*/
    .skill-section {
        padding: 100px 0;
        background: #f8fbff;
    }

    /*=========================================
        Section Heading
=========================================*/

    .section-heading {
        max-width: 900px;
        margin: 0 auto 60px;
        text-align: center;
    }

    .section-tag {
        display: inline-block;
        padding: 8px 20px;
        border-radius: 30px;
        background: #eef5ff;
        color: #0d6efd;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: .5px;
        margin-bottom: 18px;
    }

    .section-heading h2 {
        font-size: 40px;
        font-weight: 700;
        color: #1d2b36;
        margin-bottom: 18px;
        line-height: 1.3;
    }

        .section-heading h2 span {
            color: #ff6b35;
        }

    .section-heading p {
        font-size: 16px;
        color: #6b7280;
        line-height: 1.9;
        margin: 0;
    }

    /*=========================================
        Cards
=========================================*/

    .training-card {
        position: relative;
        background: #fff;
        border-radius: 18px;
        padding: 30px;
        height: 100%;
        border: 1px solid #edf2f7;
        box-shadow: 0 10px 35px rgba(0,0,0,.06);
        transition: .35s ease;
        overflow: hidden;
    }

        .training-card::before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 4px;
            background: #0d6efd;
            transform: scaleX(0);
            transition: .35s;
        }

        .training-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 45px rgba(0,0,0,.12);
        }

            .training-card:hover::before {
                transform: scaleX(1);
            }

    /*=========================================
        Icons
=========================================*/

    .training-icon {
        width: 70px;
        height: 70px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 28px;
        margin-bottom: 22px;
    }

    .textile {
        background: #ff6b35;
    }

    .industry {
        background: #3f51b5;
    }

    .art {
        background: #8e44ad;
    }

    .farming {
        background: #28a745;
    }

    .tech {
        background: #17a2b8;
    }

    .skills {
        background: #ff9800;
    }

    /*=========================================
        Card Title
=========================================*/

    .training-card h5 {
        font-size: 20px;
        font-weight: 700;
        color: #1f2937;
        margin-bottom: 20px;
    }

    /*=========================================
        Two Column List
=========================================*/

    .training-list {
        display: grid;
        grid-template-columns: repeat(2,1fr);
        gap: 20px;
    }

        .training-list ul {
            margin: 0;
            padding-left: 18px;
        }

        .training-list li {
            font-size: 14px;
            color: #555;
            line-height: 1.9;
            margin-bottom: 8px;
        }

    /*=========================================
        Bottom Boxes
=========================================*/

    .training-footer {
        margin-top: 70px;
    }

    .footer-box {
        background: #fff;
        border-radius: 15px;
        padding: 30px 20px;
        text-align: center;
        height: 100%;
        border: 1px solid #edf2f7;
        box-shadow: 0 8px 25px rgba(0,0,0,.05);
        transition: .35s;
    }

        .footer-box:hover {
            transform: translateY(-8px);
            box-shadow: 0 18px 40px rgba(0,0,0,.10);
        }

        .footer-box i {
            width: 70px;
            height: 70px;
            border-radius: 50%;
            background: #0d6efd;
            color: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 26px;
            margin: 0 auto 18px;
        }

        .footer-box h6 {
            font-size: 18px;
            font-weight: 700;
            color: #1f2937;
            margin-bottom: 10px;
        }

        .footer-box p {
            margin: 0;
            font-size: 14px;
            color: #666;
            line-height: 1.8;
        }

    /*=========================================
        Responsive
=========================================*/

    @media(max-width:991px) {

        .skill-section {
            padding: 80px 0;
        }

        .section-heading h2 {
            font-size: 34px;
        }
    }

    @media(max-width:767px) {

        .section-heading h2 {
            font-size: 30px;
        }

        .training-card {
            padding: 25px;
        }

        .training-list {
            grid-template-columns: 1fr;
            gap: 0;
        }
    }

    @media(max-width:576px) {

        .skill-section {
            padding: 60px 0;
        }

        .section-heading {
            margin-bottom: 40px;
        }

            .section-heading h2 {
                font-size: 26px;
            }

            .section-heading p {
                font-size: 15px;
            }

        .training-icon {
            width: 60px;
            height: 60px;
            font-size: 24px;
        }

        .training-card h5 {
            font-size: 18px;
        }

        .footer-box {
            margin-bottom: 20px;
        }
    }

    /*.education-section{

padding:100px 0;
background:#fff;

}

.edu-tag{

display:inline-block;
padding:8px 18px;
background:#e8f7ee;
color:#28a745;
border-radius:30px;
font-size:14px;
font-weight:600;
margin-bottom:18px;

}*/

    .education-section h2 {
        font-size: 38px;
        font-weight: 700;
        margin-bottom: 20px;
    }

    .education-section p {
        color: #666;
        line-height: 1.9;
    }

    /*.class-time{

display:flex;
align-items:center;
gap:20px;
background:#f8fbff;
padding:20px;
border-radius:12px;
margin:30px 0;

}*/

    .class-time i {
        width: 65px;
        height: 65px;
        background: #28a745;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        font-size: 28px;
    }

    /*.education-features{

display:grid;
grid-template-columns:repeat(2,1fr);
gap:20px;

}

.feature-box{

background:#fff;
padding:18px;
border-radius:12px;
box-shadow:0 10px 25px rgba(0,0,0,.06);
display:flex;
align-items:center;
gap:15px;

}*/

    .feature-box i {
        color: #28a745;
        font-size: 24px;
    }

    .emergency-section {
        padding: 100px 0;
        background: #f8fbff;
    }

    .emergency-card {
        background: #fff;
        padding: 35px 25px;
        border-radius: 16px;
        text-align: center;
        height: 100%;
        transition: .35s;
        box-shadow: 0 10px 25px rgba(0,0,0,.06);
    }

        .emergency-card:hover {
            transform: translateY(-8px);
        }

        .emergency-card i {
            width: 75px;
            height: 75px;
            background: #ff5722;
            color: #fff;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 30px;
            margin: 0 auto 20px;
        }

        .emergency-card h5 {
            font-size: 20px;
            margin-bottom: 12px;
        }

        .emergency-card p {
            color: #666;
            line-height: 1.8;
        }

    .marriage-section {
        padding: 100px 0;
        background: #fffaf7;
    }

    .process-card {
        background: #fff;
        padding: 35px 25px;
        border-radius: 16px;
        text-align: center;
        height: 100%;
        box-shadow: 0 10px 30px rgba(0,0,0,.06);
        transition: .35s;
    }

        .process-card:hover {
            transform: translateY(-8px);
        }

    .process-icon {
        width: 75px;
        height: 75px;
        border-radius: 50%;
        background: #ff6b35;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 30px;
        margin: 0 auto 20px;
    }

    .process-card h5 {
        color: #ff6b35;
        font-size: 15px;
    }

    .process-card h4 {
        font-size: 20px;
        margin: 10px 0;
    }

    .marriage-table {
        margin-top: 20px;
        border-radius: 12px;
        overflow: hidden;
    }

        .marriage-table thead {
            background: #28A745;
            color: #fff;
        }

        .marriage-table th,
        .marriage-table td {
            padding: 18px;
            text-align: center;
            vertical-align: middle;
        }

        .marriage-table tbody tr:nth-child(even) {
            background: #fff6f1;
        }

    .benefit-box {
        background: #fff;
        padding: 30px;
        border-radius: 15px;
        text-align: center;
        box-shadow: 0 8px 25px rgba(0,0,0,.05);
    }

        .benefit-box i {
            font-size: 32px;
            color: #ff6b35;
            margin-bottom: 15px;
        }

    /*=========================================
        Government Scheme Section
=========================================*/

    .scheme-section {
        padding: 100px 0;
        background: #f8fbff;
    }

    /*=========================================
        Heading
=========================================*/

    .section-heading {
        max-width: 850px;
        margin: 0 auto 60px;
        text-align: center;
    }

    .section-tag {
        display: inline-block;
        padding: 8px 20px;
        border-radius: 30px;
        background: #eaf4ff;
        color: #0d6efd;
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 15px;
    }

    .section-heading h2 {
        font-size: 40px;
        font-weight: 700;
        color: #222;
        margin-bottom: 20px;
    }

        .section-heading h2 span {
            color: #ff6b35;
        }

    .section-heading p {
        color: #666;
        line-height: 1.9;
        font-size: 16px;
    }

    /*=========================================
        Meeting Card
=========================================*/

    .meeting-card {
        background: #fff;
        border-radius: 18px;
        padding: 35px;
        display: flex;
        align-items: center;
        gap: 25px;
        margin-bottom: 50px;
        box-shadow: 0 10px 30px rgba(0,0,0,.06);
    }

    .meeting-icon {
        width: 85px;
        height: 85px;
        border-radius: 50%;
        background: #FF6B35;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 34px;
        flex-shrink: 0;
    }

    .meeting-content h4 {
        font-size: 24px;
        margin-bottom: 12px;
        font-weight: 700;
    }

    .meeting-content p {
        margin: 0;
        line-height: 1.8;
        color: #666;
    }

    /*=========================================
      Custom Bootstrap 5 Columns
=========================================*/

    @media(min-width:992px) {

        .col-lg-20 {
            flex: 0 0 20%;
            max-width: 20%;
        }
    }

    /*=========================================
        Scheme Cards
=========================================*/

    .scheme-card {
        background: #fff;
        border-radius: 18px;
        padding: 30px 15px;
        text-align: center;
        height: 100%;
        transition: .35s;
        border: 1px solid #edf1f6;
        box-shadow: 0 10px 25px rgba(0,0,0,.05);
    }

        .scheme-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 18px 40px rgba(0,0,0,.12);
        }

    .scheme-icon {
        width: 75px;
        height: 75px;
        margin: 0 auto 18px;
        border-radius: 50%;
        background: #eef5ff;
        color: #28A745;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 30px;
    }

    .scheme-card h5 {
        font-size: 16px;
        font-weight: 600;
        color: #222;
        margin: 0;
        line-height: 1.6;
    }

    /*=========================================
        Bottom Banner
=========================================*/

    .scheme-footer {
        margin-top: 70px;
        padding: 45px;
        border-radius: 18px;
        background: #17A2B8;
        color: #fff;
    }

        .scheme-footer h3 {
            color: #fff;
            font-size: 30px;
            margin-bottom: 15px;
        }

        .scheme-footer p {
            color: #edf3ff;
            line-height: 1.8;
            margin: 0;
        }

    .scheme-btn {
        display: inline-block;
        padding: 15px 38px;
        background: #fff;
        color: #0d6efd;
        font-weight: 600;
        border-radius: 50px;
        text-decoration: none;
        transition: .35s;
    }

        .scheme-btn:hover {
            background: #ff6b35;
            color: #fff;
        }

    /*=========================================
        Responsive
=========================================*/

    @media(max-width:991px) {

        .meeting-card {
            flex-direction: column;
            text-align: center;
        }

        .section-heading h2 {
            font-size: 34px;
        }
    }

    @media(max-width:767px) {

        .scheme-section {
            padding: 80px 0;
        }

        .section-heading h2 {
            font-size: 30px;
        }

        .meeting-card {
            padding: 25px;
        }

        .scheme-card {
            padding: 25px 15px;
        }

        .scheme-icon {
            width: 65px;
            height: 65px;
            font-size: 26px;
        }

        .scheme-footer {
            padding: 30px;
            text-align: center;
        }

            .scheme-footer h3 {
                font-size: 24px;
            }
    }

    @media(max-width:576px) {

        .scheme-section {
            padding: 60px 0;
        }

        .section-heading h2 {
            font-size: 26px;
        }

        .section-heading p {
            font-size: 15px;
        }

        .meeting-icon {
            width: 70px;
            height: 70px;
            font-size: 28px;
        }

        .scheme-card h5 {
            font-size: 14px;
        }
    }

    /*=========================================
        Education Section
=========================================*/

    .education-section {
        padding: 100px 0;
        background: #fff;
    }

    .education-image {
        position: relative;
    }

        .education-image img {
            border-radius: 20px;
            box-shadow: 0 20px 40px rgba(0,0,0,.10);
        }

    .timing-card {
        position: absolute;
        left: 30px;
        bottom: 30px;
        background: #fff;
        padding: 20px;
        border-radius: 15px;
        display: flex;
        align-items: center;
        gap: 18px;
        box-shadow: 0 10px 30px rgba(0,0,0,.10);
    }

        .timing-card i {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            background: #28a745;
            color: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 26px;
        }

        .timing-card h5 {
            margin-bottom: 5px;
            font-size: 18px;
        }

        .timing-card span {
            color: #28a745;
            font-weight: 600;
        }

    /* Cards */

    .edu-card {
        background: #fff;
        padding: 30px;
        border-radius: 18px;
        text-align: center;
        height: 100%;
        border: 1px solid #edf2f7;
        box-shadow: 0 10px 25px rgba(0,0,0,.05);
        transition: .35s;
    }

        .edu-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 18px 35px rgba(0,0,0,.10);
        }

    .edu-icon {
        width: 70px;
        height: 70px;
        border-radius: 50%;
        background: #e8f7ee;
        color: #FF6B35;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 30px;
        margin: 0 auto 20px;
    }

    .edu-card h5 {
        font-size: 20px;
        margin-bottom: 12px;
        font-weight: 700;
    }

    .edu-card p {
        color: #666;
        line-height: 1.8;
        margin: 0;
    }

    /* Footer */

    .education-footer {
        margin-top: 70px;
        padding: 45px;
        border-radius: 18px;
        background: linear-gradient(135deg,#28a745,#20b15a);
        color: #fff;
    }

        .education-footer h3 {
            color: #fff;
            margin-bottom: 15px;
        }

        .education-footer p {
            color: #eefdf3;
            margin: 0;
        }

    .edu-btn {
        display: inline-block;
        padding: 15px 35px;
        background: #fff;
        color: #28a745;
        border-radius: 40px;
        text-decoration: none;
        font-weight: 600;
        transition: .3s;
    }

        .edu-btn:hover {
            background: #222;
            color: #fff;
        }

    /* Responsive */

    @media(max-width:991px) {

        .timing-card {
            position: static;
            margin-top: 20px;
        }

        .education-image {
            margin-bottom: 40px;
        }
    }

    @media(max-width:576px) {

        .education-section {
            padding: 70px 0;
        }

        .education-footer {
            text-align: center;
        }
    }


    /*=============================================
            STAT CARD
==============================================*/
    .stat-card {
        position: relative;
        background: #fff;
        border-radius: 20px;
        padding: 40px 30px;
        text-align: center;
        height: 100%;
        overflow: hidden;
        border: 1px solid #ececec;
        transition: all .4s ease;
        cursor: pointer;
    }

        .stat-card::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 5px;
            background: #ff5722;
            transform: scaleX(0);
            transform-origin: left;
            transition: .4s;
        }

        .stat-card:hover::before {
            transform: scaleX(1);
        }

        .stat-card:hover {
            transform: translateY(-12px);
            box-shadow: 0 20px 45px rgba(0,0,0,.12);
        }

        /*============================
        ICON
=============================*/

        .stat-card .icon {
            width: 85px;
            height: 85px;
            margin: 0 auto 25px;
            border-radius: 50%;
            background: #fff3ef;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: .45s;
        }

            .stat-card .icon i {
                font-size: 34px;
                color: #ff5722;
                transition: .45s;
            }

        .stat-card:hover .icon {
            background: #ff5722;
            transform: rotateY(180deg);
        }

            .stat-card:hover .icon i {
                color: #fff;
                transform: rotateY(180deg);
            }

        /*============================
        TITLE
=============================*/

        .stat-card h4 {
            font-size: 24px;
            font-weight: 700;
            color: #1d2939;
            margin-bottom: 15px;
        }

        /*============================
        TEXT
=============================*/

        .stat-card p {
            color: #667085;
            font-size: 15px;
            line-height: 1.8;
            margin: 0;
        }

        /*============================
      ORANGE NUMBER
=============================*/

        .stat-card .number {
            position: absolute;
            top: 18px;
            right: 20px;
            font-size: 42px;
            font-weight: 700;
            color: #f2f2f2;
            transition: .4s;
        }

        .stat-card:hover .number {
            color: #ff5722;
            opacity: .18;
        }

    <
    /*============================
      RESPONSIVE
=============================*/
    @media (max-width:992px) {
        .stat-card {
        padding: 35px 25px;
    }

        .stat-card h4 {
            font-size: 22px;
        }
}

@media (max-width:768px) {

    .stat-card {
        padding: 30px 22px;
    }

        .stat-card .icon {
            width: 75px;
            height: 75px;
        }

            .stat-card .icon i {
                font-size: 30px;
            }

        .stat-card h4 {
            font-size: 20px;
        }
}

.image-preview-box {
    width: 120px;
    height: 120px;
    border: 1px solid #cbd5e0;
    border-radius: 6px;
    margin-top: 8px;
    display: none;
    overflow: hidden;
    background: #f7fafc;
    align-items: center;
    justify-content: center;
}

    .image-preview-box img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }


@media(min-width:576px) {
    .pull-left.img-responsive {
    height: 90px;
    width: auto;
    }
}

@media(max-width:576px) {
    .leader-card {
        text-align: center;
        padding: 20px 15px;
        height: 60vh;
    }

        .leader-card img {
            width: 20vh;
            height: 20vh;
            max-width: 170px;
            max-height: 170px;
            border-radius: 50%;
            object-fit: cover;
            margin: auto;
            display: block;
            border: 7px solid #fff;
            box-shadow: 0 12px 35px rgba(0,0,0,.15);
        }

        .leader-card h3 {
            margin-top: 16px;
            margin-bottom: 6px;
            font-size: 18px;
            color: #0d6b3c;
        }

        .leader-card h6 {
            display: inline-block;
            /* background:#ff6b00;*/

            color: black;
            /*padding:8px 18px;
*/
            /*border-radius:50px;*/

            font-size: 15px;
            margin-bottom: 10px;
            margin-top: -10px;
        }

    banner-slide2{
        height:50vh;
    }
}

