@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@100;200&display=swap');
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@100;300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@100;400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@100;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@100;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@100;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@100;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@100;900&display=swap');




* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'IBM Plex Sans';

}

:root {
    --main: #392d7d;
    --black: #231f20;
    --light_pink: #fff8f3;
    --white: #fff;
    --brown: #5a2c0b;
    --yellow: #f1b51c;
    --orange: #e86e25;
    --dark_red: #e31f26;
    --sky: #ecf4f7;
    --green: #00833e;
    --gray: #ecf4f7;
    --nse_gray: #6d6e71;
    --sky_gray: #ECEAF5;
}

body {
    scroll-behavior: smooth;
}
.navbar-collapse{
	justify-content:flex-end;
}

.center_item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.col-lg-12.col-sm-12 input.form-control.form-control-sm {
    display: none;
}

/*=========================  */
.notUse_section {
    background-color: #e31f26;
    color: #fff !important;
    padding: 2px 20px 4px 20px;
    font-size: 18px;
    display: inline-block;
    width: 140px;
    text-align: center;
}

header {
    box-shadow: 0 0 6px 0 #ddddddb3;
    width: 100%;
}


header.scrolled {
    box-shadow: 0 0 8px 0 #392d7d;
}






header nav {
    padding: 8px 2rem !important;
    margin: 0px !important;

    width: 100%;
    background-color: #fff;
}

.brochure_btn {
    margin-left: 1rem !important;
}

.brochure_btn a {
    border: 1px solid #e86e25 !important;
    color: #e86e25 !important;
    transition: .5s ease-in-out;
}

.brochure_btn a:hover {
    background-color: #e86e25 !important;
    color: #fff !important;
}

.navbar-light .navbar-toggler {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.sm_header {
    display: none;
}



@media screen and (max-width: 980px) {
    .sm_header {
        display: block;
    }

    .lg_header {
        display: none;
    }

    .sm_header .navbar-nav {
        text-align: center;
    }

}

@media screen and (max-width: 980px) {
    .sm_header {
        display: block;
    }

    .lg_header {
        display: none;
    }

    .sm_header .navbar-nav {
        text-align: center;
    }

}

@media screen and (max-width: 680px) {
    header nav {
        padding: 6px 0px !important;
    }
}

nav .navbar-brand {
    padding: 0px;
    position: relative;
}

nav .navbar-brand img {
    height: 80px;
}

/* .navbar-brand.pipe{
    position: relative;
    margin-right: 40px;
} */

.logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
}



.pipe {
    width: 4px;
    height: 40px;
    background-color: #e86e25;
    margin: auto 1rem auto 0rem;
    border-radius: 2rem;
    display: none;
}

@media only screen and (max-width:680px) {
    .logo {
        width: 90%;
    }

    .navbar-brand {
        margin-right: 0rem !important;
    }

    header nav .container-fluid {
        padding: 0rem 0rem !important;
    }

    .imt_logo {
        width: 200px !important;
        display: none;
    }

    .imt_logo img {
        width: 100%;
    }

    .pipe {
        margin: auto 0rem;
    }

    .imt_logo {
        width: 60%;
        display: none;
    }

    .sm_header .imt_logo {
        width: 6%;
        height: 25px;
        /* background-color: #00833e; */
    }

    .sm_header .imt_logo {
        width: 100%;
        height: 100%;
        display: none;
    }

    .imt_logo img {
        width: 100%;
        height: 100%;
    }

    .navbar-nav {
        text-align: center;
    }
}

@media only screen and (max-width:380px) {

    /* .logo{
        background-color: red;
    } */
    .logo .pipe {
        margin: 0px !important;
        display: none;
    }

    /* .imt_logo{
        width: 150px !important;
    } */
}

/* .navbar-brand.pipe::after{
    content: '';
    position: absolute;
    width: 5px;
    height: 50px;
    right: -15%;
    top: 50%;
    transform: translateY(-50%);
    background-color: #e86e25;
    border-radius: 2rem;
} */

/* .navbar-nav{
    margin-left: auto;
} */

.nav-item {
    margin: 0px 0px;
}

.nav-item .nav-link {
    text-transform: uppercase;
    /* padding: 10px 5px; */
    color: #231f20;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    /* letter-spacing: -1px; */
}

.nav-item .nav-link.btn {
    border: 1px solid #231f20;
    padding: 7px 0;
    padding-left: 20px;
    padding-right: 20px;
}

.nav-item .nav-link.btn:hover {
    background-color: #392d7d;
    color: #fff;
}


/* ==================enquiry_form================ */
.enquiry_form.nav-link {
    margin: 0px !important;
    z-index: 9999;
}

.enquiry_form {
    background-color: #392d7d;
    color: #fff;
    padding: 5px 25px 6px 25px;
    position: fixed;
    right: -40px !important;
    right: 0;
    top: 60%;
    transform: rotate(-90deg);
    border-radius: 5px;
    /* border: 4px solid #f1b51c; */
    opacity: 0;
    visibility: hidden;
    z-index: 99;
    transition: .5s ease-in-out;
}

.enquiry_form:hover {
    color: #f1b51c;
    opacity: 0.8;
}

.enquiry_form.show {
    opacity: 1;
    visibility: visible;
}

.enquiry_form::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 2px;
    top: 50%;
    left: 2px;
    background-color: #f1b51c;
    border-radius: 2rem;
}

.enquiry_form::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 2px;
    top: 50%;
    right: 2px;
    background-color: #f1b51c;
    border-radius: 2rem;
}




/* ======================banner section======================= */
.banner_section {
    padding: 40px 3rem;
    /* padding: 40px 2rem 90px 2rem; */
    /* padding-top: 140px;
    padding-bottom: 74px; */

    /*height: 120vh;*/
    /* height: 29rem; */

    /* height: auto; */
    /* background: #000000; */
    /* background-color: rgba(0, 0, 0, 1); */
    /* background-image: url('../images/imt/banner_landscape.png') ; */
    background-image: url('../images/bg.jpg');
    /* background-image: url('https://softauthor.com/wp-content/uploads/2021/08/CSS-Background-Image-Full-Screen-With-background-position-center-1024x894.png'); */
    /* background-origin: border-box; */
    /* background-image: url('../images/imt/Photo\ Banner_resize.jpg') ; */
    /* background-size: 65% 100%; */
    background-size: 100% 100%;
    /* background-size: cover; */
    /* background-size:cover ; */
    /* background-position: center center; */
    /* background-position: bottom right; */
    background-position: center;
    /* background-position: top; */
    /* background-position: right; */
    background-repeat: no-repeat;
    /* object-fit: cover; */
    /* object-fit:fill ; */
    /* object-fit: scale-down; */
    /* object-position: bottom; */
    /* background-attachment: fixed; */
    /* background-position: fixed; */
    /* object-position: bottom; */
    /* filter: blur(5px); */
    position: relative;
    background-size: cover;
    z-index: 1;
    /* color: #fff !important; */
}

/* header{
    opacity: 0;
} */

.banner_section::after {
    content: '';
    position: absolute;
    width: 70%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    /* background-color: red; */
    /* background-color: rgba(241, 181, 28, 0.1); */
    z-index: -1;
    -webkit-clip-path: polygon(0 0, 100% 0, 75% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 39% 100%, 0% 100%);
}

/* .banner_section .container-fluid{
    height: 100%;
    background-color: green;
    position: relative;
} */
/*.banner_col{
    height: 100vh;
    background-color: greenyellow;
} */
.banner_container {
    padding: 0rem 0rem 1rem 0rem;
    z-index: 1;
}
.banner_container .text-white{
    padding: 1rem;
    border-radius: .2rem;
    background-color: #EEB224;
    width: fit-content;
}
/* .banner_details{
    margin-top: 5%;
} */

/* .banner_container{
    background-color: red;
    padding: 3rem 1rem;
    clip-path: polygon(0 0, 100% 0, 70% 100%, 0% 100%);
    border-top-left-radius: 5px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 15px;
    border-right: 8px solid #392d7d;
    border-bottom: 4px solid #392d7d;
} */

.banner_section .section_header {
    position: relative;
    /* background-color: red; */
}

.banner_section .section_header h1 {
    /* color:  #231f20; */
    color: #e86e25;
    /* color: #fff; */
    font-size: 20px;
    font-weight: 700;
    /* display: inline-block; */
    padding: 0px 0px 0px 0px;
    margin-bottom: 0px;
    display: block;
    /* border-bottom: 1px solid #ccc; */
}

.banner_section .section_header img {
    width: 100%;
}

.banner_details h1,
.banner_details h2 {
    font-weight: 800;
    //font-size: 28px;
    /* color: #392d7d */
    /* color: #f1b51c; */
    /* color: #e86e25; */
    color: #fff;
    /* background-color: rgba(255,255,255,0.3); */
    /* background-color: rgba(232, 110, 37,0.6); */
    padding: 10px 0px;
    width: fit-content;
}

.banner_details h2{
	font-size: 18px;
}

.banner_details h1{
	font-size: 38px;
}

.banner_details div:first-child{
    width: fit-content;
}
.banner_details div:first-child .nseline{
    width: 100%;
    height: 6px;
}

.banner_details h1 span {
    font-size: 21px;
    font-weight: 400;
    position: relative;
    /* margin-top: -10px; */
    margin-bottom: 1rem;
    display: inline-block;
    width: 100%;
    padding-bottom: 0;
}

.banner_img {
    position: absolute;
    margin-top: 0rem;
    width: 60%;
    /* height: 350px; */
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    /* float: right; */
}

.banner_img .bannerImg {
    width: 100%;
    height: 100%;
}


.banner_links {
    /* margin-top: 1rem; */
    padding: 20px 10px;

}

.banner_links .link_s {
    border-left: 4px solid #fff;
    padding: 0px 10px;
    /* margin-top: 2rem !important; */
}

.banner_links .link_s a {
    text-decoration: none;
    /* color: #5a2c0b; */
    color: #fff;
    /* color: #5a2c0b; */
    /* background-color: rgba(241, 181, 28, 0.9); */
    /* background-color: rgba(232, 110, 37,.9); */
    /* border-radius: 2rem; */
    /* padding: 10px;
    border-left: 2px solid #fff; */
    font-size: 18px;
    /* border-radius: 3px; */
    width: 100%;
    /* padding-right: 5px; */
    /* border: none; */
    text-align: left;
    /* display: flex;
    align-items: center; */
    line-height: 18px;
}


.banner_links .link_s a b {
    font-size: 20px;
}


.link_s .register_link_btn {
    /* border: 2px solid #f1b51c !important; */
    /* background-color: #392d7d ; */
    /* color: #fff !important; */
    /* border-radius: 2rem !important; */
    width: 90%;
    background-color: #f1b51c;
    border-radius: 2rem !important;
    color: #fff !important;
    transition: .5s ease-in-out;
}

/*.link_s .register_link_btn:hover{
    background-color: #f1b51c ;
    border-radius: 2rem !important;
    color: #fff;
}*/

.link_s .register_link_btn i {
    /* background-color: #f1b51c !important; */
    margin-left: 0.1px;
    /* border-radius: 0px !important; */
    /* border: 2px solid #e86e25; */
}


.bottom_line {
    /* background-color: #e31f26; */
    position: relative;
    margin-bottom: 2rem;
}

.bottom_line img {
    width: 100%;
    /* height: 20px; */
}

@media screen and (max-width: 1024px) {
    .banner_section {
        height: auto;

    }

    .banner_details h1 {
        font-size: 35px;
        /* line-height: 60px; */
    }
}

@media screen and (max-width:980px) {
    .banner_section {
        /* background-size: cover; */
        padding-top: 40px !important;
    }

    .banner_section::after {
        width: 70%;
    }

    .banner_container {
        padding: 1rem 0rem;
    }

    .banner_section {
        padding: 20px 10px 100px 10px;
    }

    .banner_links .link_s {
        margin-bottom: 8px;
    }
}


@media screen and (max-width:680px) {
    .banner_section {
        background-size: cover !important;
        /* background-position: center !important; */
        padding: 00px 10px !important;
        padding-bottom: 2rem !important;
    }
    .banner_links{
        padding: 0 10px;
        margin-top: .3rem;
    }
    .banner_links .link_s{
        padding: .2rem 0;
        margin-top: .1rem;
        padding-left: .6rem;
    }
    .banner_container .text-white{
        margin-top: .6rem;
    }

    .banner_section::after {
        width: 80%;
    }

    .banner_section .section_header h1 {
        font-size: 25px;
    }

    .banner_img {
        height: 280px;
    }

    .banner_details h1 {
        font-size: 30px;
        margin-top: 1rem;
    }

    .banner_links .link_s a {
        margin: 0.5rem 0rem;
    }
}

@media screen and (max-width:360px) {
    .banner_section {
        background-size: cover !important;
        background-position: center !important;
        padding-bottom: 2rem !important;
    }

    .banner_details h1 {
        font-size: 25px;
        margin-bottom: 0px;
    }
}

.banner_links .link_s a:hover {
    /* text-decoration: underline; */
    text-decoration: none;
}

.banner_links .link_s a span i {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #392d7d;
    margin-right: 10px;
    color: #fff;
}


.program_intro {
    margin: 1rem 0rem;
    padding: 0px 2px;
    display: inline-block;
}

.program_intro a {
    font-size: 16px;
    /* color: #392d7d; */
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    background-color: #f1b51c;
    border-radius: 2rem;
    /* padding: 6px 30px 4px 0px; */
    padding-right: 20px;
    transition: 1s ease-in-out linear;
}

.program_intro a:hover {
    background-color: #e86e25;
}

.program_intro a i {
    /* font-size: 30px; */
    margin-right: 10px;
    /* color: #e86e25; */
    color: #fff;
    width: 30px;
    height: 30px;
    background-color: #e86e25;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ============ partner_section ==================== */
.partner_section {
    position: relative;
    background-color: #ecf4f7;
    /* height: 100vh; */
    padding: 80px 3rem 20px 3rem;
}

.program_partner {
    width: 320px;
    /* left: 4rem; */
    height: 125px;
    /* position: absolute;
    top: -75px; */
    margin-top: 1rem;
    background-color: #fff;
    /* clip-path: polygon(0 0, 100% 18%, 100% 100%, 0% 100%); */
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.6);
    border-radius: 10px;
    padding: 10px 15px;
    /* clip-path: polygon(0 0, 100% 18%, 100% 100%, 0% 100%); */
}

@media only screen and (max-width:780px) {
    .program_partner {
        margin-top: 1.8rem;
        width: 320px;
        /* left: 50%;
        transform: translateX(-50%); */
    }
}

@media only screen and (max-width:680px) {
    .program_partner {
        position: relative;
        margin-top: 1rem;
        width: 320px;

    }
}

.program_partner h4 {
    font-weight: 700;
    color: #5a2c0b;
    text-transform: capitalize;
}

.program_partner .partner_logo {
    display: flex;
    align-items: center;
    /* height: 90px; */
    width: 100%;
    height: 70px;
}

.program_partner .partner_logo img {
    /* width: 80px; */
    width: 90%;
    height: 100%;
}

.program_partner .partner_logo h6 {
    font-weight: 600;
    color: #e86e25;
    font-size: 18px;
}


/* ================= program =================== */
.program {
    margin-top: 0rem;
}


.program .header h1{
    /*font-size: 25px;*/
    font-size: 2rem;
    font-weight: 400;
    /* font-weight: 700; */
    padding: 10px 15px 15px 15px;
    /* border: 1px solid #f1b51c; */
    display: inline-block;
    /* margin-left: 5px; */
    position: relative;
    margin-bottom: 1rem;
    color: #000;
}

.landscape{
    padding: 1.5rem 3rem 1rem 3rem;
}


.program .header h1::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 15%;
    /* background-color: red; */
    border-left: 4px solid #e86e25;
    border-top: 4px solid #f1b51c;
}

.program .header h1::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 15%;
    /* background-color: red; */
    border-right: 4px solid #f1b51c;
    border-bottom: 4px solid #e86e25;
}


/* ===== reason_container ==== */
.reason_container {
    margin-top: 1rem;
    padding: 10px 5px;
}

.reason_container_header {
    margin-top: 1rem;
}

.reason_container .reasons {
    display: flex;
    align-items: flex-start;
    /* flex-wrap: wrap; */
    margin: 0.5rem 0rem;
    /* flex-direction: column; */
    align-items: center;
    /* background-color: #fff; */
    /* padding: 0.5rem 1rem; */
    border-radius: 5px;
    /* box-shadow: 0px 0px 4px rgba(0,0,0,0.2); */
}

.reason_container .reasons img {
    width: 45px;
    height: 45px;
    margin-right: 15px;
}

.reason_container .reasons i {
    width: 50px;
    ;
    height: 50px;
    font-size: 20px;
    background-color: #392d7d;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
}


@media screen and (max-width:680px) {
    .program_partner {
        left: 50%;
        transform: translateX(-50%);
    }
    .program .header h1, .program h1{
        font-size: 1.6rem;
    }
    .about_container{
        text-align: justify;
    }
    .program h1{
        font-size: 1.2rem !important;
    }
    .reason_container {
        padding: 0px;
    }

    .reason_container .reasons {
        margin-top: 1.5rem;
    }

    .partner_section {
        padding: 80px 10px;
    }
}

.reason_container .reasons span {
    margin-bottom: 8px;
    width: 25px;
    height: 25px;
    background-color: #392d7d;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.reason_container .reasons span i {
    font-size: 32px;
    color: #000;
    font-weight: 800;
    /* opacity: 0.8; */
}


.reason_text h4 {
    font-size: 18px;
    font-weight: 700;
    padding: 0px;
    margin-top: -3px;
    margin-bottom: 0px;
    color: #392d7d;
}

.reason_text p {
    /* line-height: 19px; */
    font-size: 15px;
    color: #5a2c0b;
    font-weight: 200;
}

/* ==== program_form ====== */
.program_form {
    position: relative;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.program_form .card{
    width: 60%;
}

/* .program_form .card{
    margin-top: -30%;
} */

@media screen and (max-width: 980px) {
    .program_form .card {
        margin-top: 1rem;
    }

    .banner_img {
        margin-top: 1rem;
    }
}

.program_form .card .card-header {
    background-color: #392d7d;
    color: #fff;
}

.program_form .card .card-body {
    /* background-color: #5a2c0b; */
    padding: 1rem 1.5rem;
    max-height: 24rem;
    overflow-y: auto;
}

.program_form .card form input,
.program_form .card form select {
    margin: 6px 0px;
    box-shadow: none;
    color: #777;
    border: 1px solid #eee;
    transition: .5s ease-in-out;
    background-color: #f2f2f3;
}



.program_form .card form input:focus,
.program_form .card form select:focus {
    border: 1px solid #e86e25;
}

.program_form .card form .btn {
    margin: 1rem 0rem;
    background-color: #392d7d;
    color: #fff;
}

.program_form .mobile_no_input {
    display: flex;
}

.program_form .mobile_no_input select {
    width: 30%;
    border-right: none !important;
}

@media screen and (max-width:680px) {
    .section {
        padding: 40px 10px;
    }
    .program_form,
    .program_form .card{
        width: 100%;
    }
}


/* ==============joinUsModal=============== */
#joinUsModal form input,
#joinUsModal form select {
    margin-bottom: 15px;
    outline: none;
    box-shadow: none;
}

#joinUsModal form input:focus,
#joinUsModal form select:focus {
    border: 1px solid #e86e25;
}

#joinUsModal .modal-content {
    border-top: 4px solid #f1b51c;
    border-right: 4px solid #e86e25;
    border-bottom: 4px solid #f1b51c;
    border-left: 4px solid #e86e25;
}

#joinUsModal .modal-content .modal-header button {
    position: absolute;
    width: 40px;
    height: 40px;
    /* left: 50%; */
    /* top: -20px; */

    /* right: 1rem;
    top: 1rem; */

    top: 0;
    right: 0;

    /* border: 5px solid #fff; */
    border: 4px solid #f1b51c;

    /* border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem; */

    border-bottom-left-radius: 50%;

    /* border-radius: 50%; */
    background-color: #e86e25;
    color: #fff;
    font-weight: 800;
}

#joinUsModal .modal-content .modal-header {
    flex-direction: column;
    padding-top: 2rem;
    text-align: center;
}

#joinUsModal .modal-content .modal-header h1 {
    color: #392d7d;
    font-size: 30px;
    font-weight: 700;
}

#joinUsModal .modal-content form .btn {
    background-color: #392d7d;
    color: #fff;
    width: 50%;
    /* border-radius: 2rem; */
    margin: 1rem auto;
    margin-left: 50%;
    transform: translateX(-50%);
}

#joinUsModal .brochure_link {
    text-align: center;
    color: #e86e25;
    text-decoration: none;
    font-size: 16px;
}

/* ============ economic_times ================ */
.economic_times {
    padding: 40px 3.1rem;
}


.economic_header p {
    font-size: 18px;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.economic_header p i {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-color: #00833e; */
    background-color: #f1b51c;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    margin-bottom: 10px;
    margin-right: 8px;
}

.economic_header h2 {
    margin: 0rem 0rem;
    padding-left: 2.5rem;
    text-transform: capitalize;
    color: #392d7d;
}

.economic_header img {
    height: 30px;
    margin-left: 36px;
}

/* ===== line ===== */
.line {
    width: 95%;
    margin: 3rem auto;
}




/* ========== economics_row ============== */
.economics_row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 1rem;
    justify-content: space-between;
}

.economics_row .economic.card {
    padding: 1.5rem 1.5rem;
    /* width: 350px; */
    /* width: 100%; */
    width: 32%;
    margin: 1rem 0rem;
    /* border: 1px solid #392d7d; */
    border-radius: 6px;
    /* text-align: center; */
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    align-self: normal;
    box-shadow: 0 0 14px #00000026;
    position: relative;
    /* box-shadow: 0px 0px 2px rgba(51, 44, 44, 0.2); */
    overflow: hidden;
}

.scheduleSessionBTN{
	width: fit-content;
	margin: 0 auto;
	margin-top: 15px;
}
.scheduleSessionBTN a {
    background-color: #e86e25 !important;
    color: #fff !important;
	font-size:17px;
}

/* ===================economic_fintech================== */
.economic_fintech {
    /* padding-top: 0rem; */
    padding-bottom: 3rem;
    position: relative;
}

.economic_fintech::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 50%;
    left: 0;
    bottom: 0;
    background-color: #ECEAF5;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
}



.economic_fintech_row {
    padding: 1rem 5px;
    position: relative;
    margin-top: 1rem;
}



.economic_fintech_row .card {
    width: 100%;
    height: 100%;
    padding: 20px 15px;
    border: 0;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    transition: .5s ease;
}

@media only screen and (max-width:780px) {
    .economic_fintech::before {
        height: 40%;
        border-radius: 0px;
    }

    .economic_fintech_row .card {
        height: auto;
        margin-bottom: 1.2rem;
    }
}

/* .economic_fintech_row .card2nd{
    margin-top: -3rem ;
} */

.economic_fintech_row .card:hover {
    background-color: #392d7d;

}

.economic_fintech_row .card:hover p {
    color: #fff;
}

.economics_row .economic.card i,
.economic_fintech_row .card i {
    width: 30px;
    height: 30px;
    font-size: 15px;
    background-color: #f1b51c;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    left: 0rem;
    top: -15px;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}


.economics_row .economic.card p,
.economic_fintech_row .card p {
    margin-bottom: 5px;
    font-size: 18px;
    pointer-events: painted;
    color: #392d7d;
    transition: none;
}

.economics_row.economic_fintech_row .card {
    width: 100%;
}

.economics_row.economic_fintech_row .card:hover p {
    color: #fff;
}

/* .economic.economic_fintech{
    margin-top: 0px !important;
    background-color: #3a2a7f;
    box-shadow: 0px 0px 8px rgba(51, 44, 44, 0.6);
}

.line.economic_line{
    margin: 0px auto;
}

.economic.economic_fintech .header h1{
    color: #fff;
}

.economic.economic_fintech p{
    color: #fff !important;
    opacity: 0.9;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    margin-bottom: 10px;
    padding: 5px 0px;
} */

/* .economic.economic_fintech p:last-child{
    border: none;
} */

.economic.card .economic_img {
    /* width: 100px;
    height: 100px;
    object-fit: cover;
    background-color: red; */
    margin-bottom: 10px;
}


.economic.economic_fintech .economic_img {
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
    position: absolute;
    left: 1rem;
    top: -40px;
    background-color: #fff;
    border: 1px solid #392d7d;
}

.economic.economic_fintech .economic_img img {
    width: 95%;
    height: 95%;
}

.economics_row .economic.card img {
    /* width: 50%; */
    /* height: 36px; */
    margin: 0px auto;
    margin-bottom: 0px;
}

/* .economic.card img{
    width: 50px ;
    height: 80px;
    
} */

.economics_row .economic.card p,
.economic.economic_fintech p {
    text-align: center;
    font-size: 26px;
    /* line-height: 35px; */
    color: #392d7d;
    font-style: italic;
    margin-top: .8rem;
}

.economic.economic_fintech p {
    display: flex;
    /* align-items: center; */
}



.economics_row .economic.card h6,
.economic.economic_fintech h6 {
    text-align: right;
    margin-bottom: 0px;
    color: #e86e25;
    font-size: 14px;
    font-weight: 600;
    position: relative;
    padding: 0px 15px;
    display: inline-block;
    /* background-color: red; */
}


.economic.economic_fintech h6 {
    padding-left: 0px;
    /* float: right; */
}

.economics_row .economic.card h6::before {
    content: '';
    position: absolute;
    width: 100px;
    height: 5px;
    background-color: #e86e25;
    left: -100px;
    top: 50%;
    transform: translateY(-50%);
}

.economic_fintech h6::before {
    display: none;
}


@media screen and (max-width:1024px) {
    .economics_row .economic.card img {
        width: 90%;
    }
}

@media screen and (max-width:680px) {
    .economic_times {
        padding: 40px 10px;
        padding-top: 0;
    }
    .economics_row .economic.card p, .economic.economic_fintech p{
        font-size: 1.3rem;
        font-style: normal;
    }

    .line {
        margin: 1rem auto;
    }

    .economics_row .economic.card {
        width: 100%;
    }

    .economics_row .economic.card img {
        width: 80%;
    }
}

.economics_row .economic.card p i,
.economic.economic_fintech p i {
    font-size: 14px;
    margin: 5px;
}

.economic.economic_fintech p i {
    color: #f1b51c;
}



/*.economics_row .economic.card .fa-quote-left{
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f1b51c;
    border-radius: 50%;
    color: #fff;
    font-size: 10px;
    margin-bottom: 10px;
    margin-right: 8px;
    position: absolute;
    top: -16px;
    left: 10px;
}

.economics_row .economic.card .fa-quote-right{
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #00833e;
    border-radius: 50%;
    color: #fff;
    font-size: 10px;
    margin-bottom: 10px;
    margin-right: 8px;
    position: absolute;
    bottom: -22px;
    right: 5px;
}*/

/* .economics_row .economic.card p{
    line-height: 20px;
    color: #5a2c0b;
} */

/* .economics_row .economic.card img{
    height: 40px;
} */


/* ===== economic_experts ======== */
.economic_experts {}

.economic_experts .container-fluid {
    background-color: #ecf4f7;
    padding: 2rem;
}

@media screen and (max-width:680px) {
    .economic_experts .container-fluid {
        padding: 2rem 1rem;
    }
}

.economic_experts .header h1 {
    font-size: 25px;
    text-transform: capitalize;
    margin-bottom: 2rem;
}

.economic_experts .experts {
    padding: 0px 10px;
    margin: 1rem 0rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.economic_experts .experts span {
    padding: 3px 10px 6px 10px;
    font-weight: 500;
    margin-bottom: 1rem;
    margin-right: 8px;
    border: 1px solid #5a2c0b;
    border-radius: 6px;
    border-left: 4px solid #5a2c0b;
    border-right: 4px solid #5a2c0b;
    background-color: #fff;
}



.economic_experts .line {
    opacity: 0.1;
    margin-bottom: 0rem;
}



/* =============== about_section ================= */
.about_section {
    padding: 40px 3rem 40px 3rem;
    /* background-color: red; */
    background-color: #ecf4f7;
    /* background-color: #ffe15b; */
}

.about_company {
    padding: 0px 3rem 1rem 3rem !important;
}

.about_img {
    width: 90%;
    /* height: 100%; */
    position: relative;
    z-index: 1;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}



.about_img img {
    width: 100%;
    /* height: 100%; */
    /* box-shadow: 0px 0px 15px rgba(0,0,0,0.2); */
}

/* .about_img::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #e86e25;
    transform: rotate(-5deg);
    z-index: -1;
} */

@media screen and (max-width:680px) {

    .about_img{
        width: 100%;
        margin-top: .6rem;
    }

    .about_section,
    .about_company {
        padding: 20px 10px;
    }
}
.about_container{
    margin: 0rem 0rem;
}

.about_container:first-child {
    margin: 2rem 0rem;
}

.about_container p {
    /* padding: 5px 20px; */
    line-height: 30px;
    font-size: 16px;
    text-align: justify;
    font-style: italic;
    margin-bottom: 0.2rem;
}

.about_container .floating-image {
    width: 380px;
    height: 220px;
}

.about_container .floating-image.left {
    float: left;
    margin-right: 15px;
    /* margin-bottom: 15px; */
}

.about_container .floating-image.right {
    float: right;
    margin-left: 15px;
    /* margin-bottom: 15px; */
}



/* ========= about iim ========= */

.about_iim {
    /* text-align: center !important; */
    margin: 4rem 0rem 0rem 0rem;
    /* background-color: red; */
}

.about_iim .line {
    margin-bottom: 0rem;
}


.about_iim h1 {
    /* font-size: 30px !important; */
}

.about_iim_box_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* justify-content: center; */
    /* background-color: red; */
    flex-wrap: wrap;
    padding: 2rem 0rem;
    text-align: center;
}

.about_iim_box_row .about_iim_box {
    margin: 10px 30px;
    /* background-color: red; */
    width: 160px;
    align-self: normal;
}

.relative_p {
    position: relative;
}

.about_iim .relative_p {
    width: 100%;
    height: 100%;
    /* background-color: #fff; */
}



.aboutIMT_card {
    width: 100%;
    height: 100%;
}

.about_iim .aboutIMT_card .front {
    width: 100%;
    /* height: 100%; */
    height: 500px;
}

.about_iim .aboutIMT_card .front img {
    width: 100%;
    height: 100%;
}

/* .about_iim .middle{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
} */

.aboutIMT_card .front,
.aboutIMT_card .back {
    width: 100%;
    height: 100%;
    /* overflow: hidden; */
    /* backface-visibility: hidden; */
    /* position: absolute; */
    transition: transform .6s linear;
    background-color: #fff;
}

.aboutIMT_card .back {
    display: none;
    transition: .5s ease-in-out;
}

.aboutIMT_card:hover>.back {
    /* position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; */
    position: relative;
    display: block;
}

.aboutIMT_card:hover>.front {
    display: none;
}



/* .aboutIMT_card .front{
    transform: perspective(600px) rotateY(0deg);
}


.aboutIMT_card .back{
    background-color: #fff;
    transform: perspective(600px) rotateY(180deg);
}

.aboutIMT_card:hover > .front{
    transform: perspective(600px) rotateY(-180deg);
}

.aboutIMT_card:hover > .back{
    transform: perspective(600px) rotateY(0deg);
} */

@media screen and (max-width:1024px) {
    .about_iim .relative_p {
        width: 100%;
        height: 100%;
        position: relative;
    }
}



@media screen and (max-width:980px) {
    .about_iim_box_row .about_iim_box {
        width: 150px;
    }

    .about_iim .relative_p {
        width: 100%;
        height: 500px;
        margin: 1rem 0rem;
    }
}


@media screen and (max-width:680px) {
    .about_iim_box_row .about_iim_box {
        width: 45%;
        margin: 30px 0;
        align-self: normal;
    }

    .about_iim .relative_p {
        height: 660px;

    }
}

@media screen and (max-width:360px) {
    .about_iim .aboutIMT_card .front {
        height: 100%;
    }

    .about_iim .relative_p {
        height: auto;
    }

    .about_iim_para p {
        padding-top: 60px !important;
    }

    .about_iim .aboutIMT_card .front:hover>.about_iim .relative_p {
        height: 800px;
    }
}



.about_iim_box_row .about_iim_box .excellence-icon img {
    /* width: 200px; */
    /* height: 100px; */
    width: 100px;
    height: 100px;
    box-shadow: -3px 8px 5px rgb(0 0 0 / 80%);
    margin-bottom: 1rem;
    border-radius: 50%;
}

.about_iim_box .text {
    color: #5a2c0b;
}


/* ======== about_iim_para =============== */

.about_iim_para {
    /* margin-top: 2rem; */
    /* border: 1px solid #5a2c0b; */
    border: 1px solid #392d7d;
    background-color: #fff;
    width: 100%;
}

.about_iim_para p {
    text-align: justify;
    font-size: 15px;
    /* letter-spacing: 1px; */
    margin-bottom: 0px;
    padding: 40px 10px 10px 10px;
    position: relative;
    /* border: 1px solid #f1b51c; */
}

.about_iim_para p::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6%;
    /* border-top: 4px solid #f1b51c; */
    border-top: 4px solid #f1b51c;
    /* background-color: #5a2c0b; */
    background-color: #392d7d;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    /* border-left: 4px solid #e86e25; */
}

/* .about_iim_para p::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 30%;
    height: 30%;
    border-top: 4px solid #f1b51c;
    border-left: 4px solid #e86e25;
}

.about_iim_para p::after{
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30%;
    height: 30%;
    border-bottom: 4px solid #e86e25;
    border-right: 4px solid #f1b51c;
} */

.about_iim_para p a {
    color: #00833e;
    text-decoration: none;
}

.about_iim_para p a:hover {
    text-decoration: underline;
}




/* ===================director_section===================== */
.director_section {
    padding: 1rem 3rem 1rem 3rem;
    /* background: red; */
}



.director_container {
    margin-top: 1rem;
}
a.bnt.payment_option_equiry.text-decoration-none {
    background: #392d7d;
    color: white;
    padding: 0.6rem 1.8rem;
    border-radius: 0.7rem;
    letter-spacing: 0.04rem;
    font-size: 0.9rem;
    transition: 0.03s;
    position: relative;
}
/* a.bnt.payment_option_equiry.text-decoration-none::after {
    content: "";
    position: absolute;
    width: 20%;
    height: 2px;
    background: #f1b51c;
    top: 50%;
    left: 0;
} */
/* a.bnt.payment_option_equiry.text-decoration-none::before {
    content: "";
    position: absolute;
    width: 20%;
    height: 2px;
    background: #f1b51c;
    top: 50%;
    right: 0;
} */

a.bnt.payment_option_equiry.text-decoration-none:hover{
color: #f1b51c;
}
.director_container .director {
    /* box-shadow: 0px 0px 6px rgba(0,0,0,0.4); */
    /* display: flex;
    flex-direction: column; */
    align-items: center;
    /* justify-content: center; */
    padding: 1rem;
    /* align-self: normal; */
    height: 100%;
    border-radius: 6px;
    margin: .5rem;
    /* background-color: #fff8f3; */
    height: 660px; 
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4);
}

.director_container .director .director_head {
    text-align: center;
    margin-bottom: 1.5rem;
}

.director_container .director .director_head .director_img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    /* object-fit: cover; */
    margin: 0px auto;
    /* box-shadow: 0px 0px 15px rgba(0,0,0,0.4); */
    /* box-shadow: 0 5px 9px #ccc; */
    box-shadow: -3px 8px 5px rgb(0 0 0 / 80%);
}

.director_img img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    object-fit: cover;
    /* overflow: hidden; */
    /* box-shadow: 0 8px 5px rgba(0,0,0,0.3); */
    /* box-shadow: -3px 8px 5px rgb(0 0 0 / 80%); */
}

.director_container .director .director_head h2 {
    font-size: 22px;
    color: #392d7d;
    margin-bottom: 8px;
    position: relative;
    display: block;
    padding: 8px 10px 12px 10px;
    font-weight: 700;
}

.director .director_head span {
    font-weight: 600;
    color: #5a2c0b;
}

.director .director_head span.subspan {}

.director .director_head h2::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    bottom: 0;
    background-color: #e86e25;
    border-radius: 50%;
}

.director .director_head h2::after {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -5px;
    background-color: #f1b51c;
    border-radius: 50%;
    border: 4px solid #fff;
}

.director .director_text p {
    text-align: justify;
    letter-spacing: 0.5px;
}

@media only screen and (max-width:1300px){
    .director_container .director{
        height: 750px;
    }
}

/*@media only screen and (max-width:1024px){
    .director_container .director{
        height: 550px;
    }
}

@media only screen and (max-width:980px){
    .director_container .director{
        height: 700px;
    }
}*/

@media screen and (max-width:800px) {
    .expect-program-back-graound {
        height: 100vh !important;
       
    }
    .certificate-img {
      
        width: 100% !important;
        margin-top: 16rem !important;
    }
    .social_links {
        width: 100% !important;

    }
    
    .container.p-5{
padding: 0 !important;
    }
    img.expect_program_image {
    
        margin-left: 0rem !important;
    }
    .div-absolute-top-right {
        position: inherit !important;
        top: 0px !important;
        right: 0px !important; 
        background: white !important;
        width: 100% !important;
        padding: 0rem !important;
    }
    .container.expect-absolute {
        position: inherit !important;
        bottom: 0% !important;
        left: 0% !important;
    }
}

@media screen and (max-width:680px) {
    .director_section {
        padding: 1rem 10px;
    }

    .director .director_text p {
        letter-spacing: 0.2px;
    }
  
}

@media screen and (max-width:600px) {
    section.expect_programme.programme {
    
         padding: 0rem; 
    }
    
    .container.expect-absolute{
        display: none;
    }
    .container.p-5{
        padding: 0;
    }
    img.expect_program_image {
        margin-left: 0rem !important;
    }
    .certificate-img {
        width: 100%;
    }
    .div-absolute-top-right{
        position:inherit !important;
          top: inherit !important; 
        right: inherit !important; 
        width: 100%;
    }
   
    
}

.director_container .line {
    margin-bottom: 0rem;
}

/* ==============problem_solve_section============ */
.problem_solve_section {
    margin: 0px;
    padding: 2rem 3rem;
}



.problem_solve_video p {
    padding: 8px 5px;
    font-size: 20px;
    color: #5a2c0b;
    font-weight: 500;
}

.problem_solve_video video {
    width: 100%;
    height: 80vh;
    margin: 1rem 0;
    border-radius: 5px;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
    border-top: 6px solid #392d7d;
    border-bottom: 6px solid #f1b51c;
    /* margin-left: 50%;
    transform: translateX(-50%); */
}

.problem_solve_section .line {
    margin: 1rem auto;
}

@media screen and (max-width:680px) {
    .problem_solve_section {
        padding: 20px 10px;
    }

    .problem_solve_video video {
        height: auto;
    }
}


/* ===============Curriculum=============== */
.Curriculum {
    padding: 1.5rem 3rem 1rem 3rem;
    /* background-color: #ecf4f7 */
    background-color: #fff;
}

.curriculum_activity {
    display: flex;
    /* align-items: center; */
    align-items: flex-start;
    /* justify-content: space-between; */
     justify-content: center; 
    /*justify-content: flex-start;*/
    flex-wrap: wrap;

    margin: 2rem 0rem;
}

.curriculum_activity_box {
    padding: 1rem 0.5rem;
    /* text-align: center; */
    background-color: #fff;
    width: 380px;
    border-radius: 5px;
    /* margin: 0.5rem; */
    /* align-self: normal; */
    /* margin-bottom: 15px; */
    margin: 0.5rem;
    /* box-shadow: 0px 0px 6px solid #5a2c0b; */
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
    position: relative;
}

.curriculum_activity_box span {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-color: #e86e25;
    color: #fff;
    border-radius: 2rem;
    font-size: 14px;
    width: 40%;
    height: 22px;
    top: -10px;
    text-align: center;
}


@media screen and (max-width:980px) {
    .curriculum_activity {
        justify-content: center !important;
    }

    .curriculum_activity_box {
        margin: 1rem;
        /* width: 200px; */
        width: 45%;
        align-self: normal;
    }
}

@media screen and (max-width:680px) {

    .curriculum_activity {
        justify-content: flex-start !important;
    }

    .curriculum_activity_box {
        width: 100% !important;
        margin: 1rem 0rem;
    }

    .form_anchor {
        /* background-color: red; */
        display: none !important;
    }

    .form_anchor1 {
        /* background-color: green; */
        display: block !important;
    }
}

@media screen and (max-width:380px) {

    .curriculum_activity_box {
        width: 100% !important;
        margin: 0.5rem 0.2rem;
    }
}




.curriculum_activity_box::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
    background-color: #f1b51c;
}

/* .curriculum_activity_box::after{
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    left: 50%;
    transform: translateX(-50%);
    top: -5px;
    background-color: #e86e25;
    border: 4px solid #fff;
} */


/* =============foundation_group accordation=========== */
.accordion-item {
    /* background-color: red; */
    border: none;
    box-shadow: none;
    outline: none;
    padding: 0px;
    margin: 0px;
}

.accordion-button:not(.collapsed)::after {}

.Curriculum .accordion-button::after,
.director_text .accordion-button::after {
    display: none;
}

.foundation_group .accordion-header .accordion-button,
.director_text .accordion-header .accordion-button {
    /* background-color: red; */
    padding: 0px;
    box-shadow: none;
    text-align: right;
    position: absolute;
    right: 10px;
    bottom: 0px;
    display: inline-block;
    background: transparent;
}

.director_text .accordion-header .accordion-button {
    right: 20px;
}

.foundation_group .accordion-header .accordion-button i,
.director_text .accordion-header .accordion-button i {
    font-size: 25px;
}

.director_text .accordion-header .accordion-button i {
    color: #e86e25;
}


.Curriculum .accordion-body,
.director_text .accordion-body {
    padding-top: 0px;
    padding-left: 0px;
}

.director_text .accordion-body {
    background: transparent;
}



/* ===========foundation_group================ */


.foundation_group h2 {
    font-size: 25px;
    font-weight: 700;
    /* color: #5a2c0b; */
    color: #392d7d;
    margin-bottom: 1rem;
}

.foundation_group p {
    font-size: 15.55px;
    color: #392d7d;
}

.foundation_group p i {
    font-size: 12px;
    color: #e86e25;
    margin-right: 4px;
}

.foundation_group ul {
    list-style: circle;
}

.foundation_group ul li {
    font-size: 14px;
    color: #5a2c0b;
}

.curriculum_activity_box img {
    width: 80px;
    height: 80px;
}

.curriculum_activity_box h5 {
    font-size: 14px;
    color: #5a2c0b;
}

@media screen and (max-width:680px) {
    .Curriculum {
        padding: 20px 10px;
    }

    .curriculum_activity {
        justify-content: flex-start;
        margin-top: .2rem;
    }
    .foundation_group h2{
        font-size: 20px;
    }
    .foundation_group p{
        text-align: justify;
    }

    .curriculum_activity_box {
        padding: 0.8rem 0.5rem;
        width: 41%;
    }

    .curriculum_activity_box img {
        width: 60px;
        height: 60px;
    }
}



/* ==================capstone_projects=============== */
.capstone_projects {
    padding: 3rem 3rem 2rem 3rem;
}



.capstone_projects .line {
    margin-bottom: 0rem;
}

.projects_row {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 2rem 0 1rem 0;
    width: 100%;
    /* background-color: green; */
}


.projects_row .projects {
    display: flex;
    align-items: center;
    /* background: red; */
    width: 220px;
    padding: 0.5rem;
    margin: 0.5rem 1rem;
    align-self: normal;
}

@media screen and (max-width:980px) {
    .projects_row {
        width: 100%;
    }

    .projects_row .projects {
        width: 180px;
    }
}

@media screen and (max-width:680px) {
    .capstone_projects {
        padding: 20px 10px;
    }

    .projects_row {
        width: 100%;
    }

    .projects_row .projects {
        width: 41%;
        margin: 0.5rem;
    }
}


.projects_row .projects p {
    font-size: 15px;
    color: #392d7d;
    margin-bottom: 0px;
    font-weight: 600;
}

/* ===================objective_section============= */
.objective_section {
    padding: 1rem 3rem;
}

.objective_section .line {
    margin-bottom: 1rem;
}

/* .objective_section .objective_container{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    align-self: normal;
    flex-wrap: wrap;
} 

.objective_section .objective_container .objective_box{
    padding: 1rem;
    margin: 0.5rem;
    background-color: #ECEAF5;
    color: #392d7d;
    font-size: 22px;
}

*/

.objective_container {
    margin-top: 1rem;
    /* background-color: #6d6e71; */
    /* background-color: #392d7d; */
    /* border: 2px solid #392d7d; */
    /* overflow: hidden; */
    /* border-radius: 10px; */
    /* box-shadow: 0px 0px 15px rgba(0,0,0,0.2); */
}

.objective_container .objective_img {
    width: 100%;
    height: 300px;
    /* height: 100%; */
    position: relative;
    /* margin-left: -15%; */
    /* background-color: #fff; */
}

.objective_container .objective_img::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #ECEAF5;
    transform: rotate(-5deg);
    z-index: -1;
}

/* 
.objective_container .objective_img::before{
    content: '';
    position: absolute;
    width: 150px;
    height: 150px;
    right: -110px;
    top: 5px;
    background-color: #fff;
} */

.objective_container .objective_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* border-radius: 10px; */
    /* -webkit-clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%); */

    /* -webkit-clip-path: polygon(0 0, 77% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 77% 0, 100% 100%, 0 100%); */
}


@media only screen and (max-width:980px) {
    .objective_container .objective_img {
        height: 100%;
    }
}

@media only screen and (max-width:780px) {
    .objective_container .objective_img {
        height: 300px;
    }

    .objective_container .objective_img img {
        clip-path: none;
    }
}

.objective_container ul {
    /* background-color: red; */
    width: 100%;
    /* height: 100%; */
    list-style: none;
    padding-left: 0;
    /* padding: 2rem 0; */
    position: relative;
    display: flex;
    /* flex-wrap: wrap; */
    align-items: center;
    align-self: normal;
    justify-content: space-between;
    padding: 0 20px;
    /* overflow-x: scroll; */
}

.objective_container ul li {
    /* background-color: #ECEAF5; */
    /* color: #fff; */
    padding: 10px 10px 10px 10px;
    /* margin-bottom: 15px; */
    /* background-color: rgba(255, 255, 255,.1); */
    /* background-color: rgba(0, 0, 0,.1); */
    /* display: flex;
    justify-content: space-between; */
    margin: 0px 15px;
    width: 400px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);

}

.objective_container ul li:last-child {
    margin-bottom: 0px;
}

.objective_container ul li div {
    /* width: 95%; */
    /* background-color: #f1b51c; */
}

.objective_container ul li p {
    /* color: #6d6e71; */
    /* color: #392d7d; */
    color: #000;

    /* color: #fff; */
    margin-bottom: 0px;
    font-size: 20px;
    font-weight: 500;
    text-align: left;
    /* background-color: red; */
    /* display: flex; */
    /* justify-content: space-between; */
}

.objective_container ul li i {
    /* background-color: green; */
    color: #f1b51c;
    /* width: 50px; */
    width: 5%;
    margin-right: 1.5rem;
    margin-top: 10px;
    /* transform: rotate(45deg); */
}

/* .objective_section .timeline{
    width: 80%;
    margin: 1rem auto;
    position: relative;
}



.objective_section .timeline ul{
    background-color: green;
    list-style: none;
    padding-left: 0px;
}

.objective_section .timeline ul li{
    padding: 20px;
    background-color: #392d7d;
    color: #fff;
    border-radius: 10px;
    margin-bottom: 20px;
}

.objective_section .timeline ul li:last-child{
    margin-bottom: 0px;
}

.timeline ul li .timeLine_content p{
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 0px;
} */

@media screen and (max-width:980px) {
    .objective_section {
        padding: 20px 10px;
    }
}

/* @media only screen and (min-width: 768px){
    .timeline {
        position: relative;
    }
    .timeline::before{
        position: absolute;
        content: '';
        height: 100%;
        width: 2px;
        left: 0;
        background-color: #6d6e71;
    }
    .timeline ul li{
        width: 50%;
        margin-bottom: 50px !important;
        position: relative;
    }
    .timeline ul li:nth-child(odd){
        float: left;
        clear: right;
    }
    .timeline ul li:nth-child(even){
        float: right;
        clear: left;
    }
} */


.objective_row {
    /* background-color: red; */
    width: 90%;
    height: 100%;
    display: flex;
    justify-content: space-between;
}

.objective_row .objective_col {
    /* background-color: green; */
    width: 33%;
    flex-direction: column;
    justify-content: center;
}

.mt_card {
    margin-top: 2rem;
}

.objective_row .objective_col .card {
    width: 90%;
    height: 150px;
    justify-content: center;
    margin: 1rem auto;
    text-align: center;
    box-shadow: 0px 0px 10px rgba(57, 45, 125, 0.5);
    padding: 10px;
}

.objective_row .objective_col .object_card1 {
    background-color: #f1b51c;
}

.objective_row .objective_col .object_card2 {
    background-color: #e31f26;
}

.objective_row .objective_col .object_card3 {
    background-color: #392d7d;
    height: 100%;
}

.objective_row .objective_col .object_card4 {
    background-color: #6d6e71;
}

.objective_row .objective_col .object_card5 {
    background-color: #5a2c0b;
}


.objective_row .objective_col .card p {
    margin-bottom: 0px;
    /* color: #392d7d; */
    color: #fff;
    font-size: 18px;
}

/* ==================new objectives_row============= */

/* .objective_section .header{
    text-align: center;
} 

.objective_section .header h1{
    border: 1px solid #f1b51c;
}*/

.objectives_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-self: normal;
    position: relative;
    margin-top: 2rem;
    /* background-color: red; */
}



.objectives_row::before {
    content: '';
    position: absolute;
    width: 81%;
    height: 4px;
    background-color: #e86e25;
    bottom: -20px;
    /* top: -20px; */
    left: 50%;
    transform: translateX(-50%);
}

.objectives_row .objec.card {
    width: 19%;
    border-color: #bfc9ca;
    border-radius: 6px;
    border-width: 1px;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 30%);
    height: 250px;
    transition: .5s ease;
    position: relative;
}



.objec.card span {
    width: 30px;
    height: 30px;
    background-color: #392d7d;
    color: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -6px;
    border-radius: 50%;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.6);
}

.objectives_row .objec.card::before {
    content: '';
    position: absolute;
    width: 5px;
    height: 20px;
    bottom: -20px;
    /* top: -20px; */
    left: 50%;
    background-color: #f1b51c;
    transform: translateX(-50%);
}

.objectives_row .objec.card img {
    height: 120px;
}



.objectives_row .objec.card:hover {
    box-shadow: 0 3px 8px 0 rgb(0 0 0 / 80%);
}

.objectives_row .objec.card .card-body p {
    margin-bottom: 0px;
    color: #392d7d;
    font-weight: 600;
    font-size: 18px;
}

@media screen and (max-width: 780px) {
    .objective_row {
        /* margin-top: 2rem; */
        margin-bottom: 0rem;
    }

    .objectives_row {
        display: block;
    }

    /* .objectives_row::before{

    } */
    .objectives_row .objec.card img {
        height: 180px;
    }

    .objectives_row .objec.card {
        width: 100%;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 680px) {
    .objective_row {
        flex-direction: column;
        width: 100%;
        /* margin-bottom: 2rem; */
    }

    .objective_row .objective_col {
        width: 100%;
        /* height: 200px; */
    }

    .objective_row .objective_col .card,
    .objective_row .objective_col .object_card3 {
        width: 100%;
        margin: 10px 0px;
        height: 200px !important;
    }
}

@media screen and (max-width: 360px) {
    .objectives_row .objec.card {
        height: auto;
    }
}


/* ==================schedule_section================ */
.schedule_section {
    padding: 0rem 3rem 3rem 3rem;
}



.schedule_text {
    margin-top: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.schedule_text h2 {
    font-size: 20px;
    font-weight: 600;
    color: #392d7d;
    border: 1px solid #392d7d;
    display: inline-flex;
    padding-right: 15px;
    border-radius: 2rem;
    align-items: center;
    margin: 1rem 2rem;
}

@media screen and (max-width:980px) {
    .schedule_text h2 {
        width: 100%;
    }
}

@media screen and (max-width:680px) {
    .schedule_text h2 {
        width: 100%;
        font-size: 14px;
        margin: 10px 0px;
    }
}

.schedule_text h2 i {
    font-weight: 800;
    margin-right: 5px;
    font-size: 18px;
    width: 55px;
    height: 40px;
    background-color: #392d7d;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 2rem;
    border-bottom-left-radius: 2rem;
}

.schedule_text p {
    font-size: 16px;
    font-weight: 400;
    color: #5a2c0b;
    padding: 1px 15px;
    display: flex;
    align-items: center;
}

.schedule_text p i {
    margin-right: 5px;
    font-size: 6px;
    color: #f1b51c;
}



/* =================expect_program=========== */
.expect_program {
    padding: 2rem 3rem 1rem 3rem;
}



.expect_certificate .containers {
    background-color: #ecf4f7;
    padding: 1.5rem 1rem;
    /* margin: 2rem 0rem; */
}



.expect_certificate .certificate_img {
    width: 100%;
    height: 350px;
}

.expect_certificate .certificate_img img {
    width: 100%;
    height: 100%;
}


@media screen and (max-width:680px) {

    .schedule_section,
    .expect_program {
        padding: 20px 10px;
    }

    .expect_certificate .containers {
        padding: 1rem 0.5rem;
    }


    .expect_certificate .certificate_img {
        height: 250px;
    }
}

@media screen and (max-width:360px) {
    .expect_certificate .certificate_img {
        height: 180px;
    }
}

/* ======certificate_list======= */
.certificate_list {
    list-style: none;
}

.certificate_list li {
    display: flex;
    align-items: center;
    margin: 1.1rem 0rem;
}

.certificate_list li img {
    width: 55px;
    height: 55px;
    margin-right: 5px;
}

.certificate_list li h3 {
    font-size: 20px;
    margin-bottom: 0px;
    font-weight: 600;
    color: #392d7d;
}

.certificate_list li p {
    margin-bottom: 0px;
    color: #5a2c0b;
    font-size: 15px;
}

/* ==================career_section================= */
.career_section {
    padding: 2rem 3rem;
}



.career_section .career_container {
    margin-top: 1rem;
}

.career_container p {
    font-size: 18px;
    color: #5a2c0b;
    font-weight: 300;
    line-height: 25px;
}

.career_container .career_steps {
    margin-top: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    align-self: normal;
}

.career_container .career_steps .career {
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    padding: 1rem;
    text-align: center;
    width: 250px;
    height: 300px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    align-self: normal;
    margin: 0px 5px;
}

@media screen and (max-width:980px) {
    .career_container .career_steps .career {
        margin: 0.5rem;
    }
}

@media screen and (max-width:680px) {
    .career_section {
        padding: 20px 10px;
        padding-top: 0;
    }
    .career_container .career_steps{
        margin-top: 0;
    }
    .career_container .career_steps .career{
        height: fit-content;
    }

    .career_container .career_steps .career {
        width: 95%;
    }
}

.career_container .career_steps .career img {
    width: 50px;
    height: 50px;
}

.career_steps .career .career_text {
    width: 75%;
    margin: 10px auto;
}

.career_steps .career .career_text h3 {
    font-size: 18px;
    color: #392d7d;
    font-weight: 700;
}

.career_steps .career .career_text p {
    font-size: 16px;
    color: #392d7d;
}

.career_section .line {
    margin: 0px auto;
    margin-top: 2rem;
}

.know_more_btn_row {
    text-align: center;
    margin-top: 2rem;
}

.know_more_btn_row .btn {
    background-color: #392d7d;
    color: #fff;
    text-transform: capitalize;
    padding: 3px 25px 5px 25px;
    border-radius: 2rem;
}

/* ============section============== */
.section {
    padding: 2rem 3rem;
}

@media screen and (max-width:680px) {

    .section,
    .who_join_section {
        padding: 20px 10px !important;
    }
}

/* =================who_join_section============= */
.who_join_section {
    padding: 1rem 3rem 1rem 3rem;
}

.who_join_section p {
    margin-top: 1rem;
    font-size: 18px;
    color: #5a2c0b;
    line-height: 30px;
    padding: 0px 20px;
}

/* ==================Eligibility_section============= */
.Eligibility_section {
    padding-bottom: 0rem;
    /* background-color: green; */
}

.Eligibility_section .eligibility_container {
    list-style: none;
    margin-top: 1rem;
}

.Eligibility_section .eligibility_container li {
    /*font-size: 18px;
    color: #5a2c0b;*/
    margin-bottom: 10px;
	font-size: 15.55px;
    color: #392d7d;
}

.Eligibility_section .eligibility_container li img {
    width: 40px;
}

/* =================join_program_section================ */
.join_program_section {
    /* background-color: green; */
    padding-top: 1rem;
    padding-bottom: 0rem;
}

.join_program_section .containers {
    background-color: #392d7d;
}

.join_program_section .header h1 {
    color: #fff8f3;
    font-weight: 900;
    font-size: 35px;
}

.join_program_section .join_program_para {
    padding: 0px 25px;
}

.join_program_section .join_program_para p {
    margin: 1rem 0rem;
    color: #fff;
    opacity: 0.9;
    font-weight: 200;
    letter-spacing: 1px;
}

/* ==================Enrolment_section============ */
.Enrolment_section .Enrolment_container {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 2rem;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1 !important;
    background-color: #fff;
    /* padding: 10px; */
    padding-left: 0px;

}

@media screen and (max-width:980px) {
    .Enrolment_section .Enrolment_container {
        width: 100%;
        /* overflow: hidden; */
        display: flex;
        flex-direction: column;
        gap: 1.8rem;
    }
}



.Enrolment_section .Enrolment_container::before {
    content: '';
    position: absolute;
    width: 100%;
    /* height: 4px; */
    /* background-color: red; */
    border-top: 4px dashed #392d7d;
    top: 50%;
    left: 0;
}



.Enrolment_section .Enrolment_container li {
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    text-align: center;
    /* justify-content: space-around; */
    /* justify-content: center;
    width: 140px;
    height: 120px; */
    padding: 1rem;
    width: 300px;
    height: 147px;
    font-size: 13px;
    color: #5a2c0b;
    font-weight: 600;
    position: relative;
    border-radius: 2px;
    background-color: #fff;
}
.Enrolment_section .Enrolment_container li b{
    color: #392D7D;
    font-size: 15px;
}
.Enrolment_section .Enrolment_container li p{
    margin: 0;
    position: relative;
    top: 1.2rem;
    left: 0;
}


.Enrolment_section .Enrolment_container li::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 4px;
    background-color: #392d7d;
    top: 0;
    left: 0;
    border-radius: 2rem;
}


.Enrolment_section .Enrolment_container li::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    /* right: -70%; */
    left: 110%;
    top: 52%;
    transform: translateY(-52%);
    /* content:'\f054'; 
    font-family:FontAwesome;  */
    background-color: #e86e25;
    border-radius: 50%;
    border: 3px solid #fff;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
    animation: animate 2s ease infinite;

}

.Enrolment_section .Enrolment_container li:last-child::after {
    display: none;
}

@keyframes animate {
    0% {
        left: 100%;
        opacity: 0;
        visibility: hidden;
        box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
    }

    50% {
        opacity: 1;
        /* right: -100%; */
        left: 160%;
        box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.3);
    }

    100% {
        opacity: 1;
        left: 210%;
        box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.4);
    }
}

.Enrolment_section .Enrolment_container li span {
    width: 32px;
    height: 32px;
    background-color: #392d7d;
    color: #fff;
    font-size: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translate(-50%);
    border-radius: 50%;
    border: 4px solid #fff;
}

.Enrolment_section .Enrolment_container li img {
    width: 40px;
    height: 30px;
    margin: 5px auto;
}


.enrolment_para {
    margin: 1rem 0rem;
    margin-top: 3rem;
    text-align: center;
}

.enrolment_para p {
    margin-bottom: 0px;
}


@media screen and (max-width:680px) {
    .Enrolment_section .Enrolment_container::before {
        border-top: 2px dashed #392d7d;
        display: none;
    }

    .Enrolment_section .Enrolment_container li {
        width: 100% !important;
        height: fit-content !important;
        font-size: 8px !important;
    }

    .Enrolment_section .Enrolment_container li img {
        width: 30px;
        height: 20px;
    }

    .Enrolment_section .Enrolment_container li::after {
        animation: none;
        display: none;
    }
  
}

@media screen and (max-width:380px) {

    .Enrolment_section .Enrolment_container li {
        width: 100%;
        position: relative;
    }
    
}

.Enrolment_section .line {
    margin-bottom: 0px;
    margin-top: 4rem;
}

/* =============feedback_programme================= */
.feedback_programme {
    padding: 1rem 3rem 2rem 3rem;
}

.feedback_programme .feedback_video_row {
    margin-top: 2rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 1rem;
}

.feedback_video {
    margin-right: 20px;
}



.feedback_video video {
    width: 200px;
}






.feedback_video h5 {
    font-size: 18px;
    margin-bottom: 0px;
    font-weight: 600;
    color: #392d7d;
}

.feedback_video p {
    font-size: 15px;
    margin-bottom: 0px;
    color: #5a2c0b;
}


.feedback_list {
    list-style: none;
    margin: 2rem 0rem;
}


@media screen and (max-width:980px) {
    .feedback_video {
        margin: 1rem;
    }

    .feedback_video video {
        width: 150px;
    }
}

@media screen and (max-width:680px) {
    .feedback_video video {
        width: 120px;
    }

    .feedback_video p {
        font-size: 12px;
    }

    .feedback_list {
        padding-left: 0px;
    }
}

@media screen and (max-width:480px) {
    .feedback_video video {
        width: 110px;
    }

    .feedback_video p {
        font-size: 10px;
    }

    .feedback_list .feedback_list_text h1 {
        font-size: 14px;
    }
}



@media screen and (max-width:380px) {
    .feedback_video video {
        width: 100% !important;
        margin: 1rem 0rem !important;
    }
}



.feedback_list li {
    padding: 1rem 0rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    display: flex;
}

.feedback_list .feedback_img img {
    width: 80px;
    height: 80px;
    margin-right: 5px;
}

.feedback_list .feedback_list_text p {
    font-size: 16px;
    color: #5a2c0b;
    margin-bottom: 0px;
}

.feedback_list .feedback_list_text h1 {
    font-size: 16px;
    margin-top: 5px;
    color: #392d7d;
}

/* ================participant_profile================= */
.participant_profile {
    padding-top: 0rem !important;
    /* background-color: red; */
}

.participant_profile .participant_container {
    margin: 2rem 0rem;
}

.participant_container .participant_row {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70%;
    /* margin: auto !important; */
    flex-wrap: wrap;
    margin-bottom: 0rem !important;
}

@media screen and (max-width:980px) {
    .participant_container .participant_row {
        width: 100%;
        justify-content: center;
    }
}

.participant_row .participants {
    /* box-shadow: 0px 0px 10px rgba(0,0,0,0.3); */
    margin: 1rem;
    text-align: center;
    padding: 1rem;
    /* width: 200px; */
    align-self: normal;
}

.participant_row .participants h2 {
    font-weight: 800;
    color: #392d7d;
    font-size: 45px;
}

.participant_row .participants p {
    font-size: 16px;
    color: #5a2c0b;
    margin-bottom: 0px;
}

.participant_row.participant_box {
    background-color: #ecf4f7;
    margin-bottom: 2rem !important;
    position: relative;
    /* border-radius: 10px; */
    /* overflow: hidden; */
}

.participant_row.participant_box::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 3px;
    border-radius: 2rem;
    background-color: #f1b51c;
}

.participant_row.participant_box span {
    position: absolute;
    height: 30px;
    left: 50%;
    transform: translateX(-50%);
    top: -15px;
    /* padding-left: 20px;
    padding-right: 20px; */
    width: 20%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2rem;
    border: 2px solid #f1b51c;
    color: #392d7d;
    font-weight: 700;
}

@media screen and (max-width:680px) {
    .participant_row.participant_box {
        display: block;
    }

    .participant_row.participant_box span {
        width: 60%;
    }
}

/* =================payment_option================ */
.payment_option {
    padding: 0rem 3rem 0rem 3rem;
}

.payment_option .payment_box {
    border: 2px solid #392d7d;
    margin-top: 2rem;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
}

.payment_option table,
.payment_option table tr td,
.payment_option table tr th {
    border: none;
}

.payment_option table tr td,
.payment_option table tr th {
    padding: 16px 10px;
}


#nav-zeroEmi table td div b {
    color: #6d6e71;
}


/* .payment_option table tr td{
    color: #fff;
} */

.payment_option table {
    /* margin-top: 2rem; */
    margin-bottom: 0px !important;
}

.payment_option table thead {
    background-color: #392d7d;
    color: #fff;
}

.payment_option table tbody {
    /* background-color: #fff8f3; */
    /* background-color: rgba(241, 181, 28,0.4); */
    background-color: aliceblue;
}

.corporateEnrollment .modal-body .header_para b {
    color: #e86e25;
}

.corporateEnrollment .modal-body form label {
    color: #392d7d;

}

.corporateEnrollment .modal-body form label span {
    color: #e31f26;
}

.payment_option table .text-right {
    text-align: right;
}

.payment_option table tr th {
    font-weight: 400;
}

.gst_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

@media only screen and(max-width:980px) {
    .gst_row {
        text-align: center;
    }

    .gst_row h6 {
        margin-bottom: 10px;
    }
}


.gst_row a {
    font-size: 12px;
    color: #e86e25;
    margin: 0px !important;
    letter-spacing: 1px;
    font-weight: 600;
}

.gst_row p {
    margin: 0px;
    font-size: 12px;
    font-weight: 500;
    /* color: #333; */
    color: #e86e25;
}

/* ========================paymentStructure====================== */

.paymentStructure nav {
    /* background-color: red; */
    border: none;
    width: 60%;
    margin: 0px auto;
}

@media only screen and (max-width:980px) {
    .paymentStructure nav {
        width: 100%;
    }
}

.paymentStructure nav .nav-link {
    /* background-color: red; */
    width: 50%;
    border-radius: 0px;
    border: 2px solid #392d7d;
    background-color: #bfc9ca;
    text-transform: uppercase;
    color: #392d7d;
    position: relative;
    padding: 15px 10px;
}

.paymentStructure nav .nav-link::after {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    bottom: -12px;
    /* border-top: 2px solid #392d7d;
    border-left: 2px solid #392d7d; */
    background-color: #392d7d;
    /* background-color: rgba(57, 45, 125,0.2); */
    /* z-index: -1; */
    transition: ease-in;
    opacity: 0;
    visibility: hidden;
}

.paymentStructure nav .nav-link.active::after {
    opacity: 1;
    visibility: visible;
}

.paymentStructure nav .nav-link:hover {
    border: 1px solid #392d7d;
}

.paymentStructure nav .nav-link.active {
    background-color: #392d7d;
    color: #fff;
    border: 2px solid #392d7d;
}

.paymentStructure .tab-pane {
    /* z-index: 1; */
    padding: 10px 10px;
    background-color: rgba(57, 45, 125, 0.1);
    margin: 1rem 0;
    border: 1px solid #392d7d;

}

.paymentStructure .tab-pane p {
    text-align: left !important;
}

#documentCollapse .card-body {
    background-color: rgba(57, 45, 125, 0.1);
}

#documentCollapse .card-body h6 {
    font-size: 18px;
    color: #e86e25;
}

#documentCollapse .card-body h5 {
    color: #392d7d;
    font-weight: 800;
    font-size: 18px;
}

#documentCollapse .card-body p {
    color: #392d7d !important;
}

#documentCollapse .card-body p i {
    margin-right: 5px;
    color: #f1b51c;
}

#documentCollapse .card-body .sub_p i {
    margin: 0 5px;
    color: #e86e25;
}

#documentCollapse .card-body .sub_p p {
    color: #000;
}


.submitBtn .btn {
    background-color: #392d7d;
    color: #fff;
    width: 60%;
    margin: 1rem auto 0rem auto;
}

.paymentModal.paymentStructure .notes p,
.paymentModal.paymentStructure .notes .note p {
    text-align: center !important;
}

.paymentStructure table {
    background-color: #fff;
}

/* ===================paymentModal==================== */
.paymentModal .modal-header {
    border: none;
    text-align: center;
}

.paymentModal .modal-header button {
    position: absolute;
    right: 1rem;
    top: 1rem;
    outline: none;
    box-shadow: none;
}

.paymentModal .modal-header h5 {
    display: inline-block;
    text-align: center;
    position: relative;
    /* margin-top: 1rem; */
    margin: 1rem auto 0rem auto;
    padding: 10px 6px;
}

.paymentModal .modal-header h5::before {
    content: '';
    position: absolute;
    width: 80px;
    height: 5px;
    background-color: #e86e25;
    border-radius: 2rem;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

.paymentModal .modal-body {
    padding: 0px 40px;
}

.paymentModal .modal-body p {
    color: #392d7d;
    text-align: center;
}

.paymentModal .modal-body h3 {
    font-size: 25px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 20px;
}

.paymentModal .modal-body h3 span {
    color: #f1b51c;
}

.paymentModal .modal-body table {
    border-collapse: collapse;
    width: 100%;
}

.paymentModal .modal-body table tr th,
.paymentModal .modal-body table tr td {
    /* border: 1px solid #e86e25; */
    border: 1px solid #dee2e6;
}

.paymentModal .modal-body table tr div {
    padding: 12px 8px;
}

.paymentModal .modal-body table tr th {
    padding: 12px 8px;
}

.paymentModal .modal-body table tr div.installment {
    background-color: #f1b51c;
    color: #fff;
    /* margin: 1px; */
    /* width: 150px; */
    font-weight: 800;
}

.paymentModal .notes {
    margin: 15px 0px;
    text-align: left !important;
}

.paymentModal .notes .note {
    padding-left: 6px;
    text-align: left !important;
}

.paymentModal .notes p,
.paymentModal .notes .note p {
    margin-bottom: 0px;
    padding: 1px 0px;
    font-style: italic;
    margin-bottom: 0px;
    text-align: left !important;
}

.paymentModal .modal-footer {
    border: none;
    text-align: left;
    justify-content: flex-start;
    padding: 20px 40px 40px 40px;
}

.paymentModal .modal-footer p {
    font-style: italic;
}

/* ================================================= */

.payment_para {
    text-align: center;
    padding-bottom: 2rem;
}

.payment_para p {
    line-height: 22px;
    margin-bottom: 0px;
    color: #392d7d;
}

.payment_para .payment_plan {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 5px;
}

.payment_para .payment_plan a {
    color: #392d7d;
}

.payment_para .payment_plan a,
.payment_para .payment_plan a:hover {
    text-decoration: underline;
    opacity: 0.9;
}

.payment_para .emi_plan {
    color: #392d7d;
    font-size: 16px;
    margin-bottom: 1rem;
    font-weight: 600;
}

.payment_para .emi_plan a {
    color: #f1b51c;
}

.corp_enroll a {
    color: #e86e25;
    font-weight: 500;
    font-size: 16px;
}

.payment_para h1 {
    font-size: 16px;
    color: #e86e25;
    font-weight: 500;
    margin-top: 5px;
}

.register_program_btn {
    /* background-color: #e86e25; */
    /* border: 1px solid #6d6e71 !important; */
    background-color: #e86e25;
    color: #fff;
    outline: none;
    box-shadow: none;
    border: none;
    margin-top: 1rem;
    /* padding: 6px 30px 8px 30px; */
    width: 300px !important;
    height: 50px;
    /* border: none; */
    box-shadow: none !important;
    outline: none;
    font-weight: 600;
    text-transform: uppercase !important;
}

.register_program_btn:hover {
    background-color: #392d7d;
    color: #fff !important;
}

/* ================about_talentSprint============== */
.about_talentSprint {
    padding: 1rem 3rem 0rem 3rem;
}

.about_talentSprint .nseImg {
    width: 100%;
    height: 300px;
    margin-top: 1rem;
    position: relative;
}

.about_talentSprint .nseImg img {
    width: 100%;
    height: 100%;
}

/* .about_img::before, */
.nseImg::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #ECEAF5;
    transform: rotate(-5deg);
    z-index: -1;
}

@media only screen and (max-width:980px) {
    .about_talentSprint .nseImg img {
        width: 100%;
    }
}

.about_talentSprint .line {
    margin: 1rem auto 2rem auto !important;
}

.about_talentSprint .TalentSprint_text {
    margin-top: 2rem;
}

.about_talentSprint .TalentSprint_text p {
    padding: 10px 0px;
    line-height: 30px;
    letter-spacing: 1px;
}

.about_talentSprint .TalentSprint_text p a {
    text-decoration: none;
    font-weight: 600;
    color: #e86e25;
}

.about_talentSprint .TalentSprint_text p a:hover {
    text-decoration: underline;
}

/* =================scroll_top=============== */
.scroll_top {
    position: fixed;
    right: 2rem;
    bottom: 2rem;
    text-decoration: none;
    transition: .5s ease-in-out;
    cursor: pointer;
    display: none;
}

.scroll_top.show {
    display: block;
}

.scroll_top:hover {
    transform: scaleY(-10px);
}



.scroll_top i {
    width: 40px;
    height: 40px;
    background-color: #e86e25;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
}

/* ================frequently_asked================= */
.frequently_asked {
    padding: 1rem 3rem 2rem 3rem;
}

.faq_btn {
    margin-top: 1rem;
    margin-left: 1rem;
}

.faq_btn a {
    border: 1px solid #392d7d;
    background-color: #392d7d;
    color: #fff;
    text-decoration: none;
    padding: 10px 40px;
    transition: .5s ease-in-out;
}

.faq_btn a:hover {
    background-color: #e86e25;
    border: 1px solid #e86e25;
}

.frequently_asked .accordion {
    margin: 2rem 0rem;
    /* box-shadow: none; */
}

.frequently_asked .accordion .accordion-button {
    box-shadow: none !important;
    color: #e86e25;
    font-size: 20px;
    border-bottom: 1px solid #ecf4f7;
}

.frequently_asked .accordion-body {
    padding-left: 2rem !important;
    padding-top: 0px !important;
}

.accordion-button:not(.collapsed) {
    background: none;
    color: #392d7d !important;
    font-weight: 700;
}

@media screen and (max-width:680px) {
    .payment_option {
        padding: 30px 10px;
    }

    .payment_para p {
        margin-bottom: 1rem;
    }

    .about_talentSprint,
    .frequently_asked {
        padding: 20px 10px;
    }
}

.frequently_asked .frequently {
    margin: 1rem 0rem;
    padding: 1rem;
}

.frequently_asked .frequently h2 {
    font-size: 24px;
    opacity: 0.8;
    margin-bottom: 1rem;
    padding: 5px 3px 10px 3px;
    border-bottom: 1px solid #392d7d;
}

.frequently_asked .frequently ul {
    list-style: square;
}

.frequently_asked .frequently ul li {
    margin: 10px 0px;
    margin-left: 2rem;
}

.frequently_asked .frequently ul h6 {
    font-size: 25px;
    margin-top: 1rem;
    color: #392d7d;
}

@media only screen and (max-width:980px) {
    .frequently_asked .frequently ul li {
        margin-left: 0px;
    }
}

/* ====================footer====================== */

footer {
    width: 100%;
    /* height: 10px; */
    /* background-color: #392d7d; */
    margin-top: 4rem;
}
footer .copyrit{
    display: flex;
    justify-content: space-between;
}

footer .copyrit p{
    color: #6d6e71;
    padding: 1rem 3rem;
}

footer .footer_img {
    width: 100%;
    height: 10px;
}

footer .footer_img img {
    width: 100%;
    height: 100%;
}


/* =======================contactUs_section================== */
.contactUs_section {
    background-color: #ECEAF5;
    padding: 3rem 6rem 2rem 4.5rem;
}

.section_heading {
    text-align: center;
    margin-bottom: 2rem;
}

.section_heading h1 {
    display: inline-block;
    /* background-color: red; */
    color: #e86e25;
    padding: 10px 10px;
    font-size: 35px;
    font-weight: 900;
    position: relative;
}

.contact_details .card {
    /* border: 1px solid #392d7d; */
    border: none;
    width: 100%;
    background-color: #fff;
    /* height: 200px; */
    padding: 1rem 0.5rem;
    margin-bottom: 1.5rem;
    position: relative;
    align-self: normal;
    flex-direction: column;
    /* height: 100%; */
    /* text-align: center; */
    /* box-shadow: 0px 0px 10px rgb(0 0 0 / 30%); */
    transition: .5s ease;
    cursor: default;
}

.container_header {
    margin-bottom: 1.5rem;
    display: inline-block;
    position: relative;
    font-size: 22px;
    color: #392d7d;
    padding: 8px 0px;
}

.container_header::after {
    content: '';
    position: absolute;
    width: 100px;
    height: 6px;
    background-color: #f1b51c;
    left: 0;
    bottom: 0;
}

.contact_details .card h6 {
    margin: 0rem 0rem 0.6rem 0rem;
    color: #392d7d;
    font-size: 20px;
}

.contact_details .card h6 i,
.contact_details .card a i {
    margin-right: 5px;
    color: #f1b51c;
    font-size: 18px;
}


.contact_details .card p span {
    color: #e86e25;
    margin-right: 5px;
    font-weight: 600;
}

.contact_details .card p {
    font-size: 18px;
}

.social_links ul li {
    display: inline-block;
}

.social_links {
    /* width: 500px; */
    /* margin: auto; */
    margin-right: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.social_links ul {
    text-align: center;
    margin-bottom: 0;
    padding: 0;
}




.social_links ul li a div{
    min-width: 28px;
    max-width: 28px;
    height: 28px;
    border-radius: 50%;
    /* background: #392d7d; */
    transition: 0.5s;
    position: relative;
}
.social_links ul li a img{
    padding: 0.1rem ;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    width: 100%;
    height: 100%;
}

/* certificate-image-demo */

.nseImg-demoimage {
    height: 100%;
    width: 100%;
    /* position: relative; */
    position: relative;


}

.nseImg-demoimage::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #392d7dba;
    transform: rotate(-8deg);
}

.nsetoimg-dem0 {
    background-color: #9e9e9e7a;
    height: 100%;
    width: 100%;
}



.expect-program-back-graound {
    /* background: linear-gradient(to right, #ecf4f7 0, #ecf4f7 33%, #e86e2514 33%, #e86e2514 58%, #ecf4f7 58%, #ecf4f7 100%); */
    background: #ecf4f76b;
    width: 100%;
    height: 80vh;
}

img.expect_program_image {
    height: 100%;
    width: 100%;
    margin-left: 2rem;
}

.certificate-img {
    height: 428px;
    width: 80%;
}

.certificate-main-div {
    width: 100%;
    /* height: 70vh; */
    height: 64vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.expect_program_and_icon {
    width: 50%;
    height: 67px;
    border-radius: 50%;
    background: #ECF4F7;
    display: flex;
    align-items: center;
    justify-content: center;
}

.expect_program_and_icon img {
    width: 90%;
    height: 90%;
    padding: 0.7rem;
    border-radius: 50%;
}

.expect_program_icon {
    background: white;
    width: 100%;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    height: 15vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.expect_program_icon p {
    text-align: center;
    padding-bottom: 0rem;
    margin-bottom: 0.5rem;
    margin-top: 0.7rem;
    color: #e86e25;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}

.container.expect-absolute {
    position: absolute;
    bottom: -14%;
    left: 13%;

}
p.expect_p {
    font-size: 12px;
    padding-bottom: 0.7rem;
}

.expect-pd{
    padding: 0px;
    margin-right: 1rem;
}

.div-absolute-top-right {
    position: absolute;
    top: 20px;
    right: -178px;
    background: white;
    width: 352px;
    padding: 1rem;
}

.div-absolute-top-right ul {
    list-style: none;
}

.div-absolute-top-right ul li {
    font-size: 13px;
    font-family: 'IBM Plex Sans';
    font-weight: 500;
    line-height: 1.5rem;
}

.div-absolute-top-right ul li i{
    color: #e86e25;   
}

.headered h1 {
    /* font-size: 25px; */
    font-size: 2.4rem;
    font-weight: 400;
    /* font-weight: 700; */
    padding: 10px 15px 15px 15px;
    /* border: 1px solid #f1b51c; */
    display: inline-block;
    margin-left: 5px;
    position: relative;
    margin-bottom: 1rem;
}
.headered h1::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 15%;
    /* background-color: red; */
    border-right: 4px solid #f1b51c;
    border-bottom: 4px solid #e86e25;
}

.headered h1::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 15%;
    /* background-color: red; */
    border-left: 4px solid #e86e25;
    border-top: 4px solid #f1b51c;
}
section.expect_programme.programme {
    width: 100%;
    padding: 0rem 3rem;

}

.notUse_section{
    background-color: var(--dark_red);
    color: var(--white) !important;
    padding: 2px 20px 4px 20px;
    font-size: 18px;
    display: inline-block;
    width: 140px;
    text-align: center;
}

.headers{
    background-color: #392D7D;
    padding: 2rem;
    text-align: center;
    /* padding: 2rem; */
}
.headers h4{
    color: white;
}

.level_cards{
    /* box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2); */
    padding: .6rem;
    text-align: center;
    /* width: 250px; */
    /* height: 300px; */
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    align-self: normal;
    margin: 5px 5px;
    border: #e86e25 1px solid;
    position: relative;
    top: 3.2rem;
    background-color: #fff;
}
.box-shadow_card{
    background-color: #392d7d;
    color: #fff;
    padding: 0.5rem .8rem;
    width: fit-content;
    position: absolute;
    top: 0;
    right: 0;
    border-bottom-left-radius: 1.2rem;
}
.box-shadow_card h5{
    margin-bottom: 0;
    font-size: 1rem;
}
.t_and_c_main{
    background-color: white;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    padding: 2rem;
}
.t_and_c_main h5{
    color: #392D7D;
    padding: 5px;
}


.get_in_touch_innerForm_input{
    display: flex;
    flex-direction: column;
    /* gap: 1rem; */
    /* margin: 2rem 0; */
}
.get_in_touch_innerForm_input .form-control{
       margin: 0;
    border-radius: 0px;
    border: none;
    background-color: #f2f2f3;
    font-size: 1rem;
    color: #777;
    padding: .6rem .8rem;
    border-radius: 4px;
  }
  .get_in_touch_innerForm_input .form-control:focus{
    width: 100%;
    box-shadow: none;
    outline: none;
    background-color: #f2f2f3;
  }
  .get_in_touch_innerForm_input span{
    display: flex;
    gap: .6rem;
  }
  .get_in_touch_innerForm_input select{
    padding: 1rem .6rem;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    font-size: 1rem;
    border: none;
    color: #777;
  }
  .get_in_touch_innerForm_input .form-control::placeholder{
    font-size: 1rem;
    letter-spacing: 1px;
    color: #777;
  }
  .get_in_touch_innerForm_input button{
    padding: .8rem 1.6rem;
    color: #fff;
    background-color: #392d7d;
    border: none;
    border-radius: .4rem;
    font-size: 1rem;
    font-weight: 500;
    margin: .6rem 0;
  }
.get_in_touch_innerForm_select{
	width:100%
	display: flex;
	justify-content:space-between;
	}
	.get_in_touch_innerForm_select select{
		width:49%;
	}

  @media screen and (max-width:499px) {

    .level_cards{
        top: 2.2rem;
        font-size: .7rem;
    }
    .Enrolment_section .Enrolment_container li p{
        font-size: .8rem;
    }
    .t_and_c_main{
        padding: .6rem;
    }
    footer{
        margin-top: .2rem;
    }
    footer .copyrit p{
        padding: 0;
    }
    footer .copyrit{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .social_links{
        margin-right: 0;
    }
}

/* :target{
    margin-top: 2rem;
} */

.container_about{
    width: 100% !important;
}