/********** Template CSS **********/
:root {
    --primary: #06BBCC;
    --light: #F0FBFC;
    --dark: #181d38;
}

.owl-carousel h1.display-3 {
    font-size: 3rem !important;
    margin-bottom: 20px;
    text-align: left;
}

.fw-medium {
    font-weight: 600 !important;
}

.fw-semi-bold {
    font-weight: 700 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

.contact-details .bg-primary {
    background-color: #e6b948 !important;
}

.contact-details h5.text-primary {
    color: #e6b948 !important;
}

.contact-details button.btn.btn-primary.w-100.py-3 {
    background-color: #e6b948;
    border-color: #e6b948;
}

.bg-dark.footer .footer-content a {
    background-color: #e6b948 !important;
}

.bg-dark.footer button.btn.btn-primary.py-2.position-absolute.top-0.end-0.mt-2.me-2 {
    background-color: #e6b948;
    border-color: #e6b948;
}

.footer .btn.btn-social:hover {
    color: #e6b948 !important;
}

/*======== other pages css =========*/
.nagar_nigam_box{
    width:100%;
    padding:50px 0;
}
.heading_title {
    display: flex;
    align-items: center;
    justify-content: center;
}
.heading_title h1 {
    font-size: 36px;
    color: #000;
    text-align: left;
    position: relative;
    padding: 15px 0;
    margin-bottom: 20px;
    font-weight: 700;
    font-style: italic;
    text-shadow: 0px 3px 3px #80808075;
}
.heading_title h1:before {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100px;
    height: 3px;
    background-color: #eb0029;
    content: '';
    transform: translate(-50%, -50%);
}
.nagar_nigam_box .img_assets img {
    display: block;
    margin: 0 auto;
    border-bottom: 5px solid #ffffff;
    border-top: 5px solid #ffffff;
    border-bottom-left-radius: 30px;
    border-top-right-radius: 30px;
    box-shadow: 0px 0px 12px #d3d3d391;
}

/*=========== Ward Councillor Column =========*/
.ward_councillor_column{
    width:100%;
    padding:50px 0 0 0;
}
.ward_councillor_column .table_design{
    margin-top:20px;
    margin-bottom:30px;
}

/*========== Office Bearers =========*/
.office_bearers{
    width:100%;
    padding:50px 0;
}
.office_bearers .officer_assets{
    display:flex;
    align-items:center;
    gap:20px;
}
.office_bearers .contt p {
    margin-bottom: 0;
    line-height: 25px;
}
.office_bearers .contt p span {
    width: 100px;
    display: inline-block;
    font-weight: 600;
}
.office_bearers .officer_assets {
    margin-bottom: 20px;
    background-color: #ffefef;
}

.ward_councillor_column .heading_title {
    background-color: #f5e4b9;
    margin-bottom: 20px;
}
.ward_councillor_column .heading_title h1 {
    margin-bottom: 0;
}
 .ward_councillor_column .heading_title h1:before{
     display:none;
 }
.ward_councillor_column th.color_th {
    background-color: #e6b948;
    color: #fff;
}
.our_partner {
    width: 100%;
    padding: 50px 0;
    background-color: #e4e4e4;
}
.our_partner .item {
    width: 100%;
    max-width: 230px;
    padding: 5px;
    margin: 20px 0;
    border: 1px solid #e9e9e9;
}
.our_partner button.owl-prev {
    position: absolute;
    top: 26%;
    left: -38px;
    background-color:transparent !important;
}

.our_partner button.owl-prev span {
    font-size: 40px;
}

.our_partner button.owl-next {
    position: absolute;
    top: 26%;
    right: -38px;
    background-color: transparent !important;
}
.our_partner button.owl-next span {
    font-size: 40px;
}


/*========== Property Tax Column List ==========*/
.property_tax_column_list {
    width: 100%;
    padding: 50px 0;
}
.property_tax_column_list .head_title_column{
    margin-bottom:40px;
}
.property_tax_column_list ul{
    list-style-type:none;
    margin:0;
    padding:0;
}
.property_tax_column_list ul li {
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #d8d8d8;
    color: #000;
    font-size: 18px;
    font-weight: 500;
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

    #spinner.show {
        transition: opacity .5s ease-out, visibility 0s linear 0s;
        visibility: visible;
        opacity: 1;
    }


/*** Button ***/
.btn {
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    transition: .5s;
}

    .btn.btn-primary,
    .btn.btn-secondary {
        color: #FFFFFF;
    }

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 0px;
}


/*** Navbar ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar-light .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #FFFFFF;
    font-size: 15px;
    text-transform: uppercase;
    outline: none;
}

    .navbar-light .navbar-nav .nav-link:hover,
    .navbar-light .navbar-nav .nav-link.active {
        color: #eb0029;
    }

ul.login_list {
    list-style-type: none;
    margin: 0;
}

    ul.login_list .nav-link {
        margin: 0;
        background-color: #2d7e39;
        color: #fff;
        border-radius: 2px;
        border: none;
        outline: none;
    }

    ul.login_list .dropdown-menu {
        width: max-content;
    }

    ul.login_list .drop_list li {
        display: block;
        width: 100%;
        padding: 5px 10px;
        background-color: #fff;
    }

        ul.login_list .drop_list li:hover {
            background-color: #e9ecef;
        }

        ul.login_list .drop_list li a {
            color: #000;
        }

        ul.login_list .drop_list li:hover a {
            color: #1e2125;
        }

    ul.paytax_btn {
        margin: 0;
    }
    ul.paytax_btn li {
        list-style: none;
    }
    ul.paytax_btn .nav-link {
        display: block;
        padding: 10px 20px;
        background-color: #eb0029;
        color: #fff;
        border-radius: 50px;
        letter-spacing: 0.5px;
        border:2px solid #eb0029;
        transition:all 0.5s ease-in-out;
    }
    ul.paytax_btn .nav-link:hover{
        background-color:transparent;
        color:#000 !important;
    }

.navbar-expand-lg a.main_logo {
    width: 100%;
    max-width: 250px;
}


    /*========= Redesign Css ========*/
    .top-header-column {
        width: 100%;
        padding: 10px 0;
        background-color: #eb0029;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999;
    }
.navigationFixed {
    position: fixed;
    top: 43px;
    left: 0;
    width: 100%;
    z-index: 9999;
    border-bottom: 4px solid #eb0029;
}

.top-header-column h3 {
    font-size: 14px;
    color: #fff;
    margin: 0;
}
div#carouselExampleCaptions {
    margin-top: 150px;
}
.aboutSection {
    margin-top: 150px;
}
.nagar_nigam_box{
    margin-top:150px;
}
section.office_bearers {
    margin-top: 150px;
}
section.table_box {
    margin-top: 170px;
}
section.ward_councillor_column {
    margin-top: 150px;
}
section.gallery.mt-5 {
    margin-top: 170px !important;
}
.top-header-column h3 span {
    color: #fff004;
}
.container-xxl.contact-details.py-5 {
    margin-top: 150px;
}

    .top-header-column .contact-details ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        text-align: right;
    }

        .top-header-column .contact-details ul li {
            display: inline-block;
            color: #fff;
            border-right: 1px solid #f1f1f1;
        }

            .top-header-column .contact-details ul li:last-child {
                border-right: none;
            }

            .top-header-column .contact-details ul li a {
                color: #fff;
                text-decoration: none;
                margin-right: 20px;
                margin-left: 20px;
            }





.header-carousel h5.text-uppercase.mb-3.animated.slideInDown {
    color: #e6b948 !important;
}

h5.text-uppercase.mb-3.animated.slideindown {
    color: #e6b948 !important;
}

a.btn.btn-primary.py-md-3.px-md-5.me-3.animated.slideInLeft {
    background-color: #2f7f39;
    border-color: #2f7f39;
}


/*========= mentor =========*/
.mentor{
    width:100%;
    padding:50px 0 0 0;
}
    .mentor .mentor_assets {
        text-align: center;
        box-shadow: 0px 0px 12px #e0e0e05c;
        padding-bottom: 10px;
        margin-bottom: 50px;
        min-height: 355px;
        background-color: #eeeeee;
    }
.mentor .mentor_assets h2 {
    font-size: 22px;
    text-align: center;
    padding: 10px 0;
    border-bottom: 2px solid #e1e1e2;
    border-top: 2px solid #e1e1e2;
    margin-bottom: 20px;
    color:#eb0029;
}
.mentor .mentor_assets .contt {
    margin-top: 15px;
}
.mentor .mentor_assets img {
    border: 5px solid #e6b948;
    border-radius:50%;
    width:200px;
    height:200px;
}
.mentor .mentor_assets h4 {
    font-size: 16px;
    margin-top: 10px;
}
.office_bearers .pic img {
    border: 2px solid #000;
}
/*======= News and Blogs =======*/
.main-about-box .news_box {
    border: 1px solid #e7e7e7;
    min-height: 370px;
}
.main-about-box .news_box .title h3 {
    font-size: 22px;
    padding: 10px 0;
    margin: 0;
    background-color: #eb0029;
    color: #fff;
    padding-left: 10px;
}
section.news_contents {
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid gray;
    padding-bottom: 10px;
}
.main-about-box .new_contt {
    padding: 10px;
}

    section.news_contents img {
        width: 80px
    }
.main-about-box .col-lg-8.wow.fadeInUp {
    padding-left: 0;
}
.office_bearers .heading_title {
    background-color: #f5e4b9;
    margin-bottom: 20px;
}
.office_bearers .heading_title h1{
    margin-bottom:0;
}
.office_bearers .heading_title h1:before {
    display: none;
}
/*====== about section =======*/
.main-about-box .about-pic {
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    border-bottom: 5px solid #fff;
    border-top: 5px solid #fff;
    box-shadow: 0px 0px 8px #f1f1f1;
}

p.mb-4.pera1, .pera2 {
    box-shadow: 0px 0px 6px #e6e6e6bd;
    padding: 10px;
    margin-top: 20px;
    text-align: justify;
}

.main-about-box h5 {
    text-align: justify;
}

.read-more-btn {
    border-radius: 50px;
    background-color: #eb0029;
    border: 2px solid #eb0029;
}

    .read-more-btn:hover {
        background-color: transparent !important;
        color: #000;
        border-color: #eb0029;
    }

.main-about-box h6.section-title.bg-white.text-start.pe-3 {
    color: #e6b948 !important;
}

.main-about-box h1.mb-4 {
    color: #eb0029;
}

.complete-tab .heading-title h1 {
    color: #2f7f39;
    font-weight: 800;
}

.first-tab-design i {
    color: #2a7d39 !important;
}


/*======= Services section =======*/
.servicesSection {
    background-color: #e7e7e7;
}
.servicesSection .ser_contt {
    box-shadow: 0px 0px 8px #e1e1e1;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 20px;
    border-bottom: 3px solid #eb0029;
    background-color:#fff;
}
.servicesSection .ser_contt img {
    max-width: 80px;
    padding-bottom: 15px;
}
.servicesSection .ser_contt h3 {
    font-size: 17px;
}
.videoGallery .videoBox {
    display: block;
    margin-bottom: 20px;
}
.gallery.mt-5 h4 {
    text-align: center;
    padding: 10px;
    display: block;
}

/*======== Our mission section =========*/
.our-mission-box {
    width: 100%;
    padding: 50px 0;
    margin-top: 50px;
    background-image: url(../img/mission-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    top: 0;
    background-color: #1a1a1a;
    background-blend-mode: overlay;
}

    .our-mission-box h1.mb-5 {
        text-align: center;
        color: #fff;
    }

    .our-mission-box h4 {
        font-weight: 800;
        color: #2a7d39;
        font-size: 30px;
    }

    .our-mission-box h3 {
        color: #fff;
        width: 80%;
        text-align: center;
        margin: 0 auto;
        text-shadow: 0px 0px 5px #707070;
    }

    .our-mission-box .b-box {
        background-color: #ffffffcf;
        border-radius: 10px;
        padding-top: 10px;
        text-align: left;
        width: calc(50% - 20px);
        margin-right: 20px;
    }

    .our-mission-box .section-title {
        font-size: 24px;
        color: #000 !important;
    }


.complete-tab {
    margin-top: 100px;
}

    .complete-tab i.fa.fa-user {
        color: #06bbcc;
    }

.our-mission-box .vission-contt {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: justify;
}

    .our-mission-box .vission-contt .icon-d {
        width: 100%;
        max-width: 150px;
        float: left;
        padding: 10px 20px 10px 0;
    }

        .our-mission-box .vission-contt .icon-d img {
            width: 100%;
        }




/*======== Mentors section ========*/
.desk-of-mentors {
    width: 100%;
    padding: 50px 0px;
}

    .desk-of-mentors p {
        text-align: justify;
    }

    .desk-of-mentors .mentors-assets span {
        color: #2a7d39;
        font-weight: 800;
    }

    .desk-of-mentors .heading-title {
        display: block;
        text-align: center;
        padding-bottom: 50px;
    }

        .desk-of-mentors .heading-title h1 {
            font-weight: 800;
            color: #2a7d39;
        }

    .desk-of-mentors img {
        width: 100%;
        max-width: 150px;
    }

    .desk-of-mentors .row {
        padding: 20px 10px;
        box-shadow: 0px 0px 6px #ededed;
        margin-bottom: 20px;
    }

        .desk-of-mentors .row .p-color {
            color: #0a6a37;
            font-weight: bold;
            margin-top: 12px;
        }

        .desk-of-mentors .row h2 {
            color: #0a6a37;
            font-weight: 800;
        }


/*======= offering-box ======*/
.offering-box .heading-title h1 {
    margin-bottom: 50px;
    text-align: center;
}

.offering-box ul {
    text-align: left;
}

.offering-box i.fa.fa-university {
    font-size: 50px;
}


/*======== Tab design section =========*/
.first-tab-design {
    padding: 20px;
    background-color: #f0fbfc;
    border-bottom: 2px solid #06bbcc;
    margin-bottom: 20px;
}

    .first-tab-design ol li {
        text-align: justify;
    }

    .first-tab-design ul.tab-mnu {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

        .first-tab-design ul.tab-mnu li {
            display: inline-block;
            padding: 10px 20px;
            cursor: pointer;
            background-color: #fff;
            color: #000;
            margin-right: 15px;
            box-shadow: 0px 0px 4px #d0d0d0ad;
        }

    .first-tab-design .tab-cont {
        margin-top: 20px;
        padding: 15px;
    }

    .first-tab-design .icon-tab {
        width: 12%;
        background-color: #ffffff;
        text-align: center;
        padding: 10px;
        margin-bottom: 15px;
    }

        .first-tab-design .icon-tab img {
            width: 100%;
        }

    .first-tab-design i {
        font-size: 60px;
        margin-bottom: 0px !important;
    }

.complete-tab .heading-title {
    text-align: center;
    margin-bottom: 50px;
    padding-top: 10px;
}

/*======= Our Usps =======*/
.our-usp-s {
    width: 100%;
    background-color: #f1f1f1;
    padding: 50px 0;
}

    .our-usp-s img {
        width: 100%;
        max-width: 350px;
    }

    .our-usp-s .heading-title {
        text-align: center;
        padding-bottom: 40px;
    }

    .our-usp-s .our-assets {
        text-align: center;
    }

    .our-usp-s h3.img-title {
        font-size: 22px;
        text-align: center;
        padding: 30px 0 0 0;
        color: #2a7d39;
    }

    .our-usp-s .heading-title h1 {
        color: #2a7d39;
        font-weight: 800;
    }

    .our-usp-s .heading-title h4 {
        color: #2a7d39;
    }


.our-usp-content-column {
    margin-top: 40px;
}

    .our-usp-content-column .usp-content-assets {
        text-align: center;
        background-color: #f3f3f37a;
        width: 100%;
        height: 180px;
        border: 5px solid #fff;
        box-shadow: 0px 0px 12px #80808045;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 20px;
    }

        .our-usp-content-column .usp-content-assets p {
            margin-bottom: 0;
            color: #000;
        }



/*======= founder-column ========*/

.founder-column {
    width: 100%;
    padding: 50px 0;
    box-shadow: 0px 4px 5px #e7e7e794;
}

    .founder-column .founder-content {
        text-align: justify;
    }

    .founder-column p {
        text-align: justify;
    }

    .founder-column img {
        width: 100%;
    }

    .founder-column .founder-content h2 {
        color: #2c7e3b;
        padding-top: 20px;
    }

    .founder-column .color-p {
        color: #2c7e3b;
        font-size: 14px;
        font-weight: 500;
    }

    .founder-column h6.section-title.bg-white.text-center.px-3 {
        color: #e6b948;
    }

    .founder-column h1 {
        color: #2a7d39;
    }




/*===== experts-panel-box =======*/
.experts-panel-box img {
    border-bottom: 4px solid #e6b948;
    border-radius: 40px;
}

.experts-panel-box .bg-light {
    background-color: #F0FBFC !important;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
}

.read-more-btn-box {
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
}

.penel_more_btn {
    width: 160px;
    height: 50px;
    color: #e6b948 !important;
    border: 2px solid #e6b948;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 50px;
    transition: all 0.5s ease-in-out;
}

    .penel_more_btn:hover {
        background-color: #e6b948;
        color: #fff !important;
    }

.bg-dark.footer {
    width: 100%;
    background-color: #2f2f2f !important;
}

    .bg-dark.footer .footer-content a {
        padding: 10px 20px;
        background-color: #06BBCC;
        color: #fff;
        display: block;
        width: 150px;
        text-align: center;
        margin-top: 20px;
        float: left;
        margin-right: 20px;
    }

/*=========== Online Courses ============*/
.online-course .course-content p {
    line-height: 12px;
    font-size: 16px;
    text-align: center;
}

    .online-course .course-content p span {
        font-weight: 700;
    }

.online-course .course-content {
    padding: 20px;
    box-shadow: 0px 0px 6px #f1f1f1;
}

    .online-course .course-content .icon-pic {
        width: 100%;
        text-align: center;
        margin: 10px 0;
    }

        .online-course .course-content .icon-pic img {
            width: 100%;
            max-width: 200px;
            text-align: center;
        }

.online-course h6.section-title.bg-white.text-center.px-3 {
    color: #e6b948 !important;
}

.online-course h1 {
    color: #2a7d39;
}

.experts-panel-box h6.section-title.bg-white.text-center.px-3 {
    color: #e6b948;
}

.experts-panel-box h1.mb-5 {
    color: #2a7d39;
}

.online-course .media {
    display: flex;
    width: 100%;
    min-height:160px;
    box-shadow: 0px 0px 6px lightgray;
    align-items: center;
    margin-bottom: 20px;
}

    .online-course .media img {
        width: 100%;
        max-width: 25%;
        border-radius: 20px;
        margin-left: 10px;
    }

    .online-course .media .media-body {
        padding: 10px;
        width: 100%;
    }

        .online-course .media .media-body p {
            font-weight: 500;
            margin-bottom: 0;
            font-size: 14px;
        }

            .online-course .media .media-body p span {
                font-weight: normal;
            }

        .online-course .media .media-body h2 {
            font-size: 20px;
        }

    .online-course .media .media-footer {
        width: 100%;
    }

        .online-course .media .media-footer table th {
            /* font-size: 12px;*/
            text-align: center;
            padding: 5px 30px;
            font-weight: normal;
            background-color: #236d88;
            color: #fff;
            line-height: 18px;
        }

        .online-course .media .media-footer.second-table table th {
            background-color: #ffaf00;
        }

.online-course .second-media tr:nth-child(even) {
    background-color: #fedf69 !important;
    color: #000 !important;
}

.online-course .media .media-footer.third-table table th {
    background-color: #0c4d8d;
}

.online-course .third-media tr:nth-child(even) {
    background-color: #0c4d8d !important;
    color: #fff !important;
}

.online-course .media .media-footer table tr:nth-child(1) {
    background-color: gray;
}

.online-course .media .media-footer table tr td {
    /*font-size: 12px;*/
    boder-right: none;
}

.online-course .media table {
    border-collapse: collapse;
    width: 100%;
    text-align: center;
}

.online-course .media td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 2px 4px;
}

.online-course .media tr:nth-child(even) {
    background-color: #4788a6;
    color: #fff;
}




.certificate_programmes_table table {
    width: 100%;
}

.certificate_programmes_table .media .media-footer table tr:nth-child(1) {
    background-color: gray;
    color: #fff;
}

.certificate_programmes_table .media .media-footer table th {
    background-color: #236d88;
}

.certificate_programmes_table .media tr:nth-child(even) {
    background-color: #4788a6;
    color: #fff;
}

.certificate_programmes_table .media td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 2px 4px;
}

.certificate_programmes_table .admission {
    text-align: center;
    padding: 5px 0;
}

.certificate_programmes_table h1 {
    color: #0a6a37;
    margin-bottom: 20px;
}

.certificate_programmes_table .media .media-footer.second-table table th {
    background-color: #ffaf00;
}

.certificate_programmes_table .second-media tr:nth-child(even) {
    background-color: #fedf69 !important;
    color: #000 !important;
}

.certificate_programmes_table .media .media-footer.third-table table th {
    background-color: #0c4d8d;
}

.certificate_programmes_table .third-media tr:nth-child(even) {
    background-color: #0c4d8d !important;
    color: #fff !important;
}








/*======== Partners section =========*/
.partners-column {
    width: 100%;
    padding: 60px 0 20px 0;
}

    .partners-column .p-icon {
        width: 100%;
    }

        .partners-column .p-icon img {
            box-shadow: 0px 0px 6px #eaeaea;
            margin-bottom: 30px;
            border-radius: 20px;
            border-bottom: 2px solid #06bbcc;
            width: 100%;
        }

    .partners-column h6.section-title.bg-white.text-center.px-3 {
        color: #e6b948;
    }

    .partners-column h1.mb-5 {
        color: #2a7d39;
    }

.contact-details h6.section-title.bg-white.text-center.px-3 {
    color: #e6b948;
}

.contact-details h1.mb-5 {
    color: #eb0029;
}

.contact-details p {
    text-align: justify;
}


/*========= bearer  ========*/
.torch-bearer {
    width: 100%;
    padding: 50px 0;
}

    .torch-bearer p {
        text-align: justify;
    }

    .torch-bearer .bearer-content {
        text-align: justify;
    }

        .torch-bearer .bearer-content h3 {
            color: #0a6a37;
        }

    .torch-bearer .bearer-img img {
        width: 100%;
        max-width: 350px;
        box-shadow: 0px 0px 6px #e7e7e7;
    }

    .torch-bearer h6.section-title {
        color: #e6b948;
    }

    .torch-bearer h1.mb-5 {
        color: #2a7d39;
    }

    .torch-bearer .bearer-content h2 {
        color: #2a7d39;
        font-weight: 800;
    }

    .torch-bearer .bearer-content span {
        color: #0a6a37;
        font-weight: 500;
        margin-bottom: 10px;
        display: block;
    }

    .torch-bearer .second-row-box {
        margin-top: 80px;
    }





/*========== co-promoter & Director =============*/
.co-promoter {
    width: 100%;
    padding: 50px 0;
}

    .co-promoter .promoter-img img {
        width: 100%;
        max-width: 350px;
    }

    .co-promoter .promoter-content h3 {
        color: #0a6a37;
    }

    .co-promoter .promoter-content {
        text-align: justify;
    }

        .co-promoter .promoter-content span {
            color: #0a6a37;
            font-weight: 500;
            margin-bottom: 10px;
            display: block;
        }

    .co-promoter h5 {
        font-size: 16px;
        color: red;
        margin-bottom: 60px;
    }

    #main_form .form-control::placeholder {
        color: #000 !important;
    }
#main_form .form-floating {
    width: 100%;
    height: 50px;
}
#main_form input#ContentPlaceHolder1_sendmsg {
    position: relative;
    top: 92px;
    background-color: #eb0029;
    color: #fff;
    border: 1px solid #eb0029;
}
#main_form input:focus {
    padding: 1rem 0.75rem;
}

#main_form textarea {
    height: 200px !important;
}

#signup .top-row .field-wrap select {
    word-wrap: normal;
    display: block;
    width: 100%;
    padding: 5px 10px;
    background-color: transparent;
    color: gray;
}

#footer_form .top-row .field-wrap select {
    word-wrap: normal;
    display: block;
    width: 100%;
    padding: 5px 10px;
    background-color: transparent;
    color: gray;
}

#header_form input#ContentPlaceHolder1_FileUpload1 {
    margin-bottom: 20px;
}

.main_form #login1 select {
    width: 100%;
    padding: 5px 10px;
    background-color: transparent;
    color: gray;
    border-radius: 0;
}
.our-mission-box .our_val {
    margin-top: 20px;
}



/*=========== footer-top-box ============*/
.footer-top-box img {
    width: 100%;
    position: relative;
    top: 50px;
    display: none;
}

.footer-content {
    text-align: justify !important;
}



/*======= Responsive Design ========*/
@media (max-width: 1200px) {
    .navbar-light .navbar-nav .nav-link{
        font-size:14px;
        margin-right:20px;
    }
}




    @media (max-width: 991.98px) {
        .navbar-light .navbar-nav .nav-link {
            margin-right: 0;
            padding: 10px 0;
        }

        .navbar-light .navbar-nav {
            border-top: 1px solid #EEEEEE;
        }
        .our-mission-box .b-box{
            width:100%;
            margin-bottom:20px;
        }
        .our-mission-box .our_val {
            margin-top: 0;
        }
        .founder-column img {
            width: 100%;
            max-width: 350px;
            display: block;
            margin: 0 auto;
        }
        .founder-column .founder-content {
            text-align: center;
        }
        .founder-column p {
            text-align: center;
        }
        .torch-bearer .bearer-img img{
            display:block;
            margin:0 auto;
        }
        .torch-bearer .bearer-content {
            text-align: center;
            margin-top:30px;
        }
        .torch-bearer p, h5 {
            text-align: center;
        }
        .desk-of-mentors{
            text-align:center;
        }
        .mentors-assets {
            text-align: center;
            padding-top: 20px;
        }
        .desk-of-mentors .row .p-color{
            text-align:center !important;
        }
        .desk-of-mentors p{
            text-align:center;
        }
        .desk-of-mentors .row h2{
            text-align:center !important;
        }
        .our-usp-content-column .usp-content-assets{
            margin-bottom:20px;
        }
        .specialised_second_column .esg-assets.finance_box{
            margin-top:100px;
        }
        .co-promoter .promoter-img img{
            display:block;
            margin:0 auto;
        }
        .co-promoter .promoter-content {
            text-align: center;
            margin-top: 20px;
        }
        .first-tab-design ul.tab-mnu li{
            display:block;
            margin-bottom:10px;
        }
        
        

    }


     @media (max-width: 767px){
        .specialised_trainings_box .training_assets{
            display:flex;
            flex-direction:column;
        }
        .specialised_trainings_box .training_assets .t_img {
            width: 100% !important;
        }
        .specialised_trainings_box .training_assets .t_content{
            width:100% !important;
            border-radius:30px !important;
        }
        .specialised_second_column{
            padding:0 !important;
        }
        .specialised_second_column .esg-assets.sustainable_box{
            margin-top:100px;
        }
        .specialised_trainings_box .training_assets p{
            text-align:center !important;
        }

     }



     @media (max-width: 767px){
        .navbar-expand-lg a.main_logo {
            width: 250px !important;
        }
        .welcome-content {
            text-align: center;
            margin-bottom: 20px;
        }
        .top-header-column .contact-details ul{
            text-align:center !important;
        }
        .owl-carousel h1.display-3{
            font-size:2rem !important;
        }
        .owl-carousel a.btn.btn-primary.py-md-3.px-md-5.me-3.animated.slideInLeft {
            margin-bottom: 10px !important;
        }
        .navbar-collapse ul.login_list {
            list-style-type: none;
            margin: 0;
            padding: 0 0 10px 0;
            display:none;
        }
     }



    .navbar-light .navbar-brand, .navbar-light a.btn {
        height: 75px;
    }

    .navbar-light .navbar-nav .nav-link {
        color: var(--dark);
        font-weight: 500;
    }

    .navbar-light.sticky-top {
        /*top: -100px;*/
        transition: .5s;
    }

    @media (min-width: 992px) {
        .navbar .nav-item .dropdown-menu {
            display: block;
            margin-top: 0;
            opacity: 0;
            visibility: hidden;
            transition: .5s;
        }

        .navbar .dropdown-menu.fade-down {
            top: 100%;
            transform: rotateX(-75deg);
            transform-origin: 0% 0%;
        }

        .navbar .nav-item:hover .dropdown-menu {
            top: 100%;
            transform: rotateX(0deg);
            visibility: visible;
            transition: .5s;
            opacity: 1;
        }
    }


    /*** Header carousel ***/
    @media (max-width: 768px) {
        .header-carousel .owl-carousel-item {
            position: relative;
            min-height: 500px;
        }

            .header-carousel .owl-carousel-item img {
                position: absolute;
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
    }

    .header-carousel .owl-nav {
        position: absolute;
        top: 50%;
        right: 8%;
        transform: translateY(-50%);
        display: flex;
        flex-direction: column;
    }

        .header-carousel .owl-nav .owl-prev,
        .header-carousel .owl-nav .owl-next {
            margin: 7px 0;
            width: 45px;
            height: 45px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #FFFFFF;
            background: transparent;
            border: 1px solid #FFFFFF;
            font-size: 22px;
            transition: .5s;
        }

            .header-carousel .owl-nav .owl-prev:hover,
            .header-carousel .owl-nav .owl-next:hover {
                background: #eb0029;
                border-color: #eb0029;
            }

    .page-header {
        background: linear-gradient(rgba(24, 29, 56, .7), rgba(24, 29, 56, .7)), url(../img/slide-banner1.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .page-header-inner {
        background: rgba(15, 23, 43, .7);
    }

    .breadcrumb-item + .breadcrumb-item::before {
        color: var(--light);
    }

    .e_services_box{
        margin-top:50px;
    }
    .e_services_box ul.ser_list li {
        list-style: none;
    }
    .e_services_box ul.ser_list li a {
        display: block;
        width: 100%;
        padding: 13px;
        text-align: center;
        background-color: #eb0029;
        color: #fff;
        font-size: 20px;
    }

    /*** Section Title ***/
    .section-title {
        position: relative;
        display: inline-block;
        text-transform: uppercase;
    }

        .section-title::before {
            position: absolute;
            content: "";
            width: calc(100% + 80px);
            height: 2px;
            top: 4px;
            left: -40px;
            background: #e6b948;
            z-index: -1;
        }

        .section-title::after {
            position: absolute;
            content: "";
            width: calc(100% + 120px);
            height: 2px;
            bottom: 5px;
            left: -60px;
            background: #e6b948;
            z-index: -1;
        }

        .section-title.text-start::before {
            width: calc(100% + 40px);
            left: 0;
        }

        .section-title.text-start::after {
            width: calc(100% + 60px);
            left: 0;
        }


    /*** Service ***/
    .service-item {
        background: var(--light);
        transition: .5s;
    }

        .service-item:hover {
            margin-top: -10px;
            background: var(--primary);
        }

        .service-item * {
            transition: .5s;
        }

        .service-item:hover * {
            color: var(--light) !important;
        }


    /*** Categories & Courses ***/
    .category img,
    .course-item img {
        transition: .5s;
    }

    .category a:hover img,
    .course-item:hover img {
        transform: scale(1.1);
    }


    /*** Team ***/
    .team-item img {
        transition: .5s;
    }

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


    /*** Testimonial ***/
    .testimonial-carousel::before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        height: 100%;
        width: 0;
        background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
        z-index: 1;
    }

    .testimonial-carousel::after {
        position: absolute;
        content: "";
        top: 0;
        right: 0;
        height: 100%;
        width: 0;
        background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
        z-index: 1;
    }

    @media (min-width: 768px) {
        .testimonial-carousel::before,
        .testimonial-carousel::after {
            width: 200px;
        }
    }

    @media (min-width: 992px) {
        .testimonial-carousel::before,
        .testimonial-carousel::after {
            width: 300px;
        }
    }

    .testimonial-carousel .owl-item .testimonial-text,
    .testimonial-carousel .owl-item.center .testimonial-text * {
        transition: .5s;
    }

    .testimonial-carousel .owl-item.center .testimonial-text {
        background: var(--primary) !important;
    }

        .testimonial-carousel .owl-item.center .testimonial-text * {
            color: #FFFFFF !important;
        }

    .testimonial-carousel .owl-dots {
        margin-top: 24px;
        display: flex;
        align-items: flex-end;
        justify-content: center;
    }

    .testimonial-carousel .owl-dot {
        position: relative;
        display: inline-block;
        margin: 0 5px;
        width: 15px;
        height: 15px;
        border: 1px solid #CCCCCC;
        transition: .5s;
    }

        .testimonial-carousel .owl-dot.active {
            background: var(--primary);
            border-color: var(--primary);
        }


    /*** Footer ***/
    .footer .btn.btn-social {
        margin-right: 5px;
        width: 35px;
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--light);
        font-weight: normal;
        border: 1px solid #FFFFFF;
        border-radius: 35px;
        transition: .3s;
    }

        .footer .btn.btn-social:hover {
            color: var(--primary);
        }

    .footer .btn.btn-link {
        display: block;
        margin-bottom: 5px;
        padding: 0;
        text-align: left;
        color: #FFFFFF;
        font-size: 15px;
        font-weight: normal;
        text-transform: capitalize;
        transition: .3s;
    }

        .footer .btn.btn-link::before {
            position: relative;
            content: "\f105";
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            margin-right: 10px;
        }

        .footer .btn.btn-link:hover {
            letter-spacing: 1px;
            box-shadow: none;
        }

    .footer .copyright {
        padding: 25px 0;
        font-size: 15px;
        border-top: 1px solid rgba(256, 256, 256, .1);
    }

        .footer .copyright a {
            color: var(--light);
        }

    .footer .footer-menu a {
        margin-right: 15px;
        padding-right: 15px;
        border-right: 1px solid rgba(255, 255, 255, .1);
    }

        .footer .footer-menu a:last-child {
            margin-right: 0;
            padding-right: 0;
            border-right: none;
        }


    /*====== Popup Design ========*/
    .transform-toggle {
        transform: translate(-50%, -50%) scale(1) !important;
        transition: all 0.5s ease-in-out;
    }

    .main_form a {
        text-decoration: none;
        color: #1ab188;
        transition: .5s ease;
    }

        .main_form a:hover {
            color: #179b77;
        }

    .main_form {
        background: rgb(26 26 26 / 96%);
        padding: 40px;
        width: 100%;
        max-width: 600px;
        margin: 40px auto;
        border-radius: 4px;
        box-shadow: 0 4px 10px 4px rgb(19 35 47 / 24%);
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) scale(0);
        z-index: 99999;
        transition: all 0.5s ease-in-out;
        height: 100%;
        max-height: 430px;
        overflow: auto;
    }

        .main_form::-webkit-scrollbar {
            width: 3px;
            height: 100px;
        }

        .main_form::-webkit-scrollbar-track {
            box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        }

        .main_form::-webkit-scrollbar-thumb {
            background-color: #fff;
        }



        .main_form .close-icon {
            position: absolute;
            top: 0;
            right: 0;
            cursor: pointer;
        }

            .main_form .close-icon i.fa {
                color: #fff;
                font-size: 30px !important;
                margin-right: 10px;
                margin-top: 8px;
            }

    .tab-group {
        list-style: none;
        padding: 0;
        margin: 0 0 40px 0;
    }

        .tab-group:after {
            content: "";
            display: table;
            clear: both;
        }

        .tab-group li a {
            display: block;
            text-decoration: none;
            padding: 15px;
            background: rgba(160, 179, 176, 0.25);
            color: #a0b3b0;
            font-size: 20px;
            float: left;
            width: 50%;
            text-align: center;
            cursor: pointer;
            transition: .5s ease;
        }

            .tab-group li a:hover {
                background: #2a7d39;
                color: #ffffff;
            }

        .tab-group .active a {
            background: #2a7d39;
            color: #ffffff;
        }

    .tab-content > div:last-child {
        display: none;
    }

    h1 {
        /* text-align: center;*/
        color: #ffffff;
        font-weight: 300;
        margin: 0 0 40px;
    }

    label {
        position: absolute;
        transform: translateY(6px);
        left: 13px;
        color: rgba(255, 255, 255, 0.5);
        transition: all 0.25s ease;
        -webkit-backface-visibility: hidden;
        pointer-events: none;
        font-size: 22px;
    }

        label .req {
            margin: 2px;
            color: #1ab188;
        }

        label.active {
            transform: translateY(50px);
            left: 2px;
            font-size: 14px;
        }

            label.active .req {
                opacity: 0;
            }

        label.highlight {
            color: #ffffff;
        }

    input, textarea {
        font-size: 22px;
        display: block;
        width: 100%;
        height: 100%;
        padding: 5px 10px;
        background: none;
        background-image: none;
        border: 1px solid #a0b3b0;
        color: #ffffff;
        border-radius: 0;
        transition: border-color .25s ease, box-shadow .25s ease;
    }

        .main_form input, textarea::placeholder {
            font-size: 16px;
        }

        input:focus, textarea:focus {
            outline: 0;
            border-color: #1ab188;
        }

    textarea {
        border: 2px solid #a0b3b0;
        resize: vertical;
    }

    .field-wrap {
        position: relative;
        margin-bottom: 25px;
    }

    .top-row:after {
        content: "";
        display: table;
        clear: both;
    }

    .top-row > div {
        float: left;
        width: 48%;
        margin-right: 4%;
    }

        .top-row > div:last-child {
            margin: 0;
        }

    .main_form .button {
        border: 0;
        outline: none;
        border-radius: 0;
        padding: 10px 0;
        font-size: 24px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: .1em;
        background: #2a7d39;
        color: #ffffff;
        transition: all 0.5s ease;
        -webkit-appearance: none;
    }

        .main_form .button:hover, .button:focus {
            background: #2a7d39;
        }

    .main_form .button-block {
        display: block;
        width: 100%;
    }

    .main_form .forgot {
        margin-top: -20px;
        text-align: right;
    }


    /*========= specialised_trainings_box ==========*/
    .specialised_trainings_box {
        width: 100%;
        padding: 20px 0;
    }

        .specialised_trainings_box .training_assets {
            width: 100%;
            display: flex;
            align-items: center;
        }

            .specialised_trainings_box .training_assets .t_img {
                width: 50%;
            }

            .specialised_trainings_box .training_assets .t_content {
                width: 50%;
                padding: 20px;
                margin: 20px;
                background-color: #cfdfb1;
                border-top-right-radius: 50px;
                border-bottom-right-radius: 50px;
                color: #000;
                font-weight: 600;
                font-size: 22px;
            }

                .specialised_trainings_box .training_assets .t_content.second-content {
                    border-top-left-radius: 50px;
                    border-bottom-left-radius: 50px;
                    border-top-right-radius: 0;
                    border-bottom-right-radius: 0;
                    text-align: right;
                }

                .specialised_trainings_box .training_assets .t_content p {
                    margin-bottom: 0;
                }

            .specialised_trainings_box .training_assets .t_img img {
                width: 100%;
                border-radius: 30px;
                border: 4px solid #02674e;
                box-shadow: 0px 0px 6px lightgray;
            }

    .home-trainings {
        margin-top: 50px;
    }

        .home-trainings h1 {
            color: #2d7e39;
        }

    /*=========== specialised_second_column =============*/
    .specialised_second_column {
        width: 100%;
        padding: 50px;
        margin-bottom: 100px;
    }

        .specialised_second_column .esg-assets {
            width: 100%;
            height: 100%;
            max-height: 280px;
        }

            .specialised_second_column .esg-assets .esg-contt {
                text-align: center;
                padding: 15px 0;
                background-color: #cfdfb1;
                margin-top: 10px;
                border-radius: 50px;
            }

                .specialised_second_column .esg-assets .esg-contt h5 {
                    color: #000;
                    margin-bottom: 0;
                }

            .specialised_second_column .esg-assets img {
                width: 100%;
                height: 100%;
                border-radius: 30px;
                border: 4px solid #02674e;
                box-shadow: 0px 0px 6px lightgray;
            }


    /*======== Student scroll section =========*/
    .student_scroll {
        width: 100%;
    }

        .student_scroll .student_assets {
            width: 100%;
            padding: 20px;
            box-shadow: 0px 0px 6px gainsboro;
            border-bottom: 4px solid #2a7d39;
            border-bottom-left-radius: 30px;
            border-top-right-radius: 30px;
            margin: 10px 0;
            border-top: 4px solid #2a7d39;
        }

            .student_scroll .student_assets p {
                margin-bottom: 0;
                line-height: 25px;
            }

                .student_scroll .student_assets p span {
                    width: 50%;
                    display: inline-block;
                    font-weight: 600;
                }

    #login .field-wrap {
        margin-bottom: 0 !important;
    }

    #signup .field-wrap {
        margin-bottom: 0 !important;
    }

    #login1 .field-wrap {
        margin-bottom: 0 !important;
    }

    #signup1 .field-wrap {
        margin-bottom: 0 !important;
    }

    #signup1 .text-aria-large {
        width: 100%;
    }

    #signup1 select {
        word-wrap: normal !important;
        display: block !important;
        width: 100% !important;
        padding: 5px 10px !important;
        background-color: transparent !important;
        color: gray !important;
    }


    /*========== Forgot Password =========*/
    .forgot_password.modal {
        z-index: 99999;
    }

    .forgot_password h5 {
        width: 100%;
        text-align: center;
    }

    .forgot_password .modal-header {
        background-color: #fff;
    }

    .forgot_password input {
        padding: 5px 10px;
        border: 1px solid #2a7d39;
        width: calc(100% - 40px);
        margin: 10px 20px;
    }

        .forgot_password input::placeholder {
            font-size: 16px;
        }

        .forgot_password input#submit_now {
            background-color: #2a7d39;
        }

    .forgot_password .modal-content {
        background: rgb(26 26 26 / 96%);
    }



/*==== Gallery =====*/
.lightboxpreview {
    transition: all .3s linear;
    padding-top: 60%;
    cursor: pointer;
    background-size: cover;
}

.lightbox-content {
    max-height: 75vh;
    height: 75vh;
    width: 100%;
    max-width: 1000px;
}

.lightbox-close {
    cursor: pointer;
    margin-left: auto;
    position: absolute;
    right: -30px;
    top: -30px;
    color: white;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
}

.modal_inner_image {
    min-height: 400px;
    z-index: 1000;
}

.modal-content {
    width: 100%;
}


.modalscale {
    transform: scale(0);
    opacity: 0;
}



.lightbox-container, .lightbox-btn, .lightbox-image-wrapper, .lightbox-enabled {
    transition: all .4s ease-in-out;
}

.lightbox_img_wrap {
    padding-top: 65%;
    position: relative;
    overflow: hidden;
}

.lightbox-enabled:hover {
    transform: scale(1.1)
}

.lightbox-enabled {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    object-fit: cover;
    cursor: pointer;
}

.lightbox-container {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0,0,0,.6);
    z-index: 9999;
    opacity: 0;
    pointer-events: none;
}

    .lightbox-container.active {
        opacity: 1;
        pointer-events: all;
    }

.lightbox-image-wrapper {
    display: flex;
    transform: scale(0);
    align-items: center;
    justify-content: center;
    max-width: 90vw;
    max-height: 90vh;
    position: relative;
}

.lightbox-container.active .lightbox-image-wrapper {
    transform: scale(1);
}

.lightbox-btn, #close {
    color: white;
    z-index: 9999999;
    cursor: pointer;
    position: absolute;
    font-size: 50px;
}

    .lightbox-btn:focus {
        outline: none;
    }

.left {
    left: 50px;
}

.right {
    right: 50px;
}

#close {
    top: 50px;
    right: 50px;
}

.lightbox-image {
    width: 100%;
    -webkit-box-shadow: 5px 5px 20px 2px rgba(0,0,0,0.19);
    box-shadow: 5px 5px 20px 2px rgba(0,0,0,0.19);
    max-height: 95vh;
    object-fit: cover;
}

@keyframes slideleft {
    33% {
        transform: translateX(-300px);
        opacity: 0;
    }

    66% {
        transform: translateX(300px);
        opacity: 0;
    }
}


.slideleft {
    animation-name: slideleft;
    animation-duration: .5s;
    animation-timing-function: ease;
}

@keyframes slideright {
    33% {
        transform: translateX(300px);
        opacity: 0;
    }

    66% {
        transform: translateX(-300px);
        opacity: 0;
    }
}


.slideright {
    animation-name: slideright;
    animation-duration: .5s;
    animation-timing-function: ease;
}

.table_design table.table.table-bordered img {
    width: 100%;
    max-width: 80px;
}
	

	