@import url("https://fonts.googleapis.com/css2?family=Bungee+Inline&family=Handjet:wght@100;200;300;400;500;600;700;800;900&family=IBM+Plex+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;0,1000;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900;1,1000&display=swap");

:root{

    --nse-purple:#392D81;
    --nse-organce:#E47025;
    --nse-yellow:#EDB41D;
    --nse-red:#E02129;
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    font-family: "IBM Plex Sans", sans-serif;
    color: rgba(0, 0, 0, 0.55);
}

h1 , h2 , h3 , h4 , h5 , h6{
    color: #424242;    
}
ul , li {
    list-style: none;
}

.nse-purple{
    color: #392D81;
}

.color-color{
    color:rgba(0, 0, 0, 0.55);
}

header{
    position: fixed;
    top: 0;
    z-index: 2;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.section_container{
    width: 92% !important;
    margin: 0 auto;
}

.headling {

    color: #424242;   
    padding-top: 1rem;
    padding-bottom: 1rem;   
    font-size: 1rem;
    font-weight: 500;
}
.headlings {
    color: #392D81;   
    padding-top: 1rem;
    padding-bottom: 1rem;   
    font-size: 1.8rem;
    font-weight: 500;
    margin: 0;
}

a{
    text-decoration: none;
    color: #424242;
}


.Bannerimage {
    background-image: url(../Images/BanerSection/Bannerimage.png);
    height: 320px;
    background-repeat: no-repeat;
    width: 100%;
    background-size: contain;

}

.select-element {
    height: 200px;
    width: 200px;
    /* background: url('https://webdevpuneet.com/wp-content/uploads/2021/05/cat1.png') no-repeat center center; */
    background-color: orange;
    clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
    /* Clip Path */
}



.calnendertable thead tr th span {
    font-weight: 400;

}

.calnendertable thead tr th i {
    margin: 0px 5px;
}

.calnendertable tbody tr td span {
    margin: 0px 5px;
}

.calnendertable tbody tr td {
    height: 50px;
}

table.calnendertable thead tr th {
    color: #898989 ;  
    column-gap: 1rem;
}

table.calnendertable thead tr th {
    border-bottom: 1px solid #898989;
    height: 50px;
}

table.calnendertable tbody tr td  {
   color: #424242;
   font-weight: 500;
}

table.calnendertable tbody tr td span.main {
    display: flex;
    align-items: center;
    flex-direction: row;
}
table.calnendertable tbody tr td span.cilicle{
    background: #020076ba;color: white;border: none;border-radius: 50%;height: 2rem;width: 2rem;display: inline-block;text-align: center;position: relative;clear: both;z-index: 10;
}

table.calnendertable tbody tr td span.cilicle::after{
    content: "";
    display: block;
    width: 3px;
    height: 1.2rem;
    background-color: #020076ba;
    position: relative;
    top: 2rem;
    left: 45%;
}

table.calnendertable tbody tr td span.cilicle-nonafter{
    background: #020076ba;color: white;border: none;border-radius: 50%;height: 2rem;width: 2rem;display: inline-block;text-align: center;position: relative;clear: both;z-index: 10;
}

table.calnendertable tbody tr td span.cilicle-nonafter::after{
 display: none;
}

table.calnendertable tbody tr td span span.two {
    position: absolute;top: 4px;left: 7px; 
}

.startform input ,
.startform textarea{
    background-color: transparent;
    border: 0;
    margin: 10px 0px;
    height: 50px;
    border-bottom: 1px solid rgba(128, 128, 128, 0.582);
    display: block;
    width: 100%;
}
.startform textarea{
    height: fit-content;
}
select option:checked{
    color: white !important;
    background-color: var(--nse-organce) !important;
}
.form-check-input{
    width: 1.2rem !important;
    height: 1.2rem !important;
    border: 1px solid !important;
}
.startform .dropdown-item{
    max-height: 3rem;
}
.startform .dropdown-item .form-check{
    max-height: 3rem;
    display: flex;
    align-items: center;
    gap: .3rem;
    padding: .4rem 0;
}

.startform input:focus {
    outline: none;

    
}
.program_name_select{
    display: flex;
    /* align-items: center; */
    flex-direction: column;
    gap: 1rem;
    gap: .8rem;
    color: rgb(133, 133, 133);
    margin-top: 1.5rem;
}
#corp_programNameForm{
    min-height: 14.5rem;
    padding: .4rem;
    border: 1px solid rgba(128, 128, 128, 0.582);
    overflow: scroll;
}


#corp_programNameForm::-webkit-scrollbar{
    display: none;
}
.program_name_select span{
    text-wrap: nowrap;
}
.program_name_select button{
    color: rgb(133, 133, 133);
    border: 1px solid rgba(128, 128, 128, 0.582);
    background-color: transparent;
    padding: .5rem;
}
#ajaxResponseCourseDtForm1 b{
    width: 100%;
    display: flex;
    justify-content: center;
    padding: .4rem;
    border-radius: .2rem;
    background-color: #eee;
}

.multiselect-container.dropdown-menu.show{
    will-change: transform ;
    position: absolute;
    /* top: 0px;
    left: 0px; */
    /* transform: translate3d(-123px, -262px, 0px) !important; */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.error{
    color:red !important;
  }

.angle_icon{
    color: #EDB41D;
}

select{
    background-color: transparent;
    width: 100%;
    height: 50px;
    color: #898989;
    -moz-border:none;
    -webkit-border: none;
    border: none;
    outline: none;
    /* border-bottom: 1px solid rgba(128, 128, 128, 0.582); */
}

.startform2 ul li {
    list-style: none;
    margin: 2rem 0rem;

}

.startform2 ul li IMG {
    margin: 0px 10px;
}

.stepsbutoon{
    display: flex;
    align-items: center;
}

.stepsbutoon button {
    margin: 5px 5px;
    border: 0;
    background-color: #f0f7f7;
    padding: 8px 12px;
    font-weight: 600;
    color: var(--nse-purple);
    border-radius: 4px;
    transition: 10ms;
    text-align: start;
    width: fit-content;
    font-size: .8rem;
}

.stepsbutoon button:hover {
    background-color: var(--nse-purple);
    color: white;

}



.vlcccccc::after {
    content: "";
    height: 26rem;
    width: 2px;
    position: absolute;
    right: -10px;
    top: 24%;
    background-color: rgba(128, 128, 128, 0.582);
}



@media only screen and (max-width: 1199px) and (min-width: 10px) {
    #corpform .ps-4{
        padding-left: 0 !important;
    }

    .mobilepadding{
        padding: 1rem;
        /* display: none; */
    }

    .vl{
        padding: 1rem;
    }

    .vlcccccc::after {
        display: none;
    }

}


.wcaDiv {

    width: 35rem;
    max-height: 20rem;
    display: flex;
    top: -4rem;
    right: 0;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    position: absolute;
    background-color: white;
    border-radius: 8px;
}

@media only screen and (max-width: 1399px) and (min-width: 1000px){
    .wcaDiv {

        width: 33rem !important;
        /* max-height: 23rem !important; */
        height: fit-content;
        display: flex;
        top: 0;
        right: 0;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        position: absolute;
        background-color: white;
        border-radius: 8px;
    }
    
}


.rectangelcard {
    border-radius: 10px;
    background-color: white;
}

.Aboutusul li {
    margin: 12px 0px;
}


@media only screen and (max-width: 1200px) and (min-width: 300px)  {
	
	.add_cart_btn_nav{
		margin-top:1.2rem;
	}

    .whocanattenddiv2{
        display: none;

    }
}

.navbar-nav li,
.navbar-nav li a{
    font-size: 16px;
    font-weight: 500;
    color: #000;
}




/* accordiance */

.accordion{
    margin:1rem ;
}

.accordion-item {
    color: var(--bs-accordion-color);
    background-color: var(--bs-accordion-bg);
    border: none !important;
}

.accordion-button:not(.collapsed) {
    color: #424242 !important;
    font-weight: 600;
    background-color: white !important;
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.accordion-item .accordion-button {
    border-top-left-radius: var(--bs-accordion-inner-border-radius);
    border-top-right-radius: var(--bs-accordion-inner-border-radius);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.accordion-item .accordion-button.collapsed {
    border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
    border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    margin: 1rem 0rem;
  
}


@media only screen and (max-width: 4000px) and (min-width: 1199px) {

    .margin-end-custom {
        margin-right: 3rem;
    }

    .margin-start-custom{
        margin-left: 3rem;
    }

    .vl::after {
        display: none;
    }

}

/* table */

th{
    position: relative;
}

.thclass::before {
    position: absolute;
    left: .8rem;
    content: "";
    background-color: var(--nse-purple);
    width: 2px !important;
    height: 15px;
    margin-top: 6px;
    margin-right: 6px;
}

.pop-div{
    width: 100%;
    height: 100%;
    border: 1px solid;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: .5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: .5rem;
}

.pop-div h4{
    margin: 1rem 0rem;
}
.pop-div p{
    text-align: justify;
}


ol{
    font-weight: 600;
}


.one-bg{
    background: aliceblue;
}

.one-two-bg{
    background: #dcedfb;
}

.one-three-bg{
    background: #cde6fb;
}

.two-bg{
    background:#f1ece5;
}

.two-two-bg{
    background: #efe5d6;
}

.two-three-bg{
    background: #f1e0c7;
}

.three-bg{
    background:#e3e3e3;
}

.three-two-bg{
    background: #dbd7d7;
}

.three-three-bg{
    background: #b5b2b2;
}

.four-bg{
    background:#cdbbcd;
}

.four-two-bg{
    background: #c7adc7;
}

.four-three-bg{
    background: #c597c5;
}


/* calender */

.calender_modal_main{
    height: 100%;
    width: 100%;
    position: relative;
}
.calender_modal_inner_head{
    width: 100%;
    padding: .6rem;
    display: flex;
    border-bottom: .1rem solid #392D81;
    background-color: #392D81;
    z-index: 99;
}
.calender_modal_inner_text_sr{
    width: 5%;
    height: fit-content;
}
/* .calender_modal_inner_text_sr p{
    color: white ;
} */

.calender_modal_inner_text_date{
    width: 12%;
    height: fit-content;
}
/* .calender_modal_inner_text_date p{
    color: white;
} */

.calender_modal_inner_text_module{
    width: 45%;
    height: fit-content;
}

/* .calender_modal_inner_text_module p{
    color: white;
} */
.calender_modal_inner_text_program{
    width: 25%;
    height: fit-content;
}

/* .calender_modal_inner_text_program p{
    color: white;
} */

.calender_modal_inner_text_city{
    width: 13%;
    height: fit-content;
}

.calender_modal_inner_text_location{
    width: 13%;
    margin-left: 1rem;
    height: fit-content;
}

/* .calender_modal_inner_text_city p{
    color: white;
} */

.calender_modal_inner_text_register{
    width: 10%;
    height: fit-content;
}

/* .calender_modal_inner_text_register p{
    color: white;
} */

.calender_modal_inner_body{
    display: flex;
    padding: .6rem;
    position: relative;
}
.calender_modal_inner_body:nth-child(2n){
    background-color: #3a2d811f;
}


.footer_address_map{
    width: 30rem;
    height: 15rem;
}
.calender_modal_inner_head p{
    color: #fff;
    /* text-align: center; */
}
.calender_modal_inner_text_module  p{
    text-align: center;
}


/* =============== contact details ======================= */

.contact_us__inner{
    width: 100%;
    height: fit-content;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.2rem;
}
.contact_us__inner_card{
    width: 28rem;
    background-color: #fff;
    /* height: 20vh; */
    padding: 1.2rem;
    padding-bottom: .5rem;
    border-radius: .5rem;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.contact_us__inner_card ul li{
    display: flex; align-items: center; margin-bottom: 1rem;
    transition: all .1s linear;
} 

.contact_us__inner_card ul li:hover span.icons{
    background: #E47025;
}

.contact_us__inner_card ul li:hover a.links{
    text-decoration: underline ;
    color: #392d83;
    font-weight: 500;
    font-size: 1rem;
} 

.contact_us__inner_card ul li a.links{
    font-size: 1.1rem;
    text-decoration: none;
    color: #656262f0;
    margin-left: 1rem;
    transition: all .1s linear;
} 

.contact_us__inner_card ul li span.icons{
    min-width: 50px;
    max-width: 50px;
    height: 50px;  background: #392D81;  display: flex;  justify-content: center;  align-items: center;  border-radius: .5rem;
    transition: all .1s linear;
} 

.contact_us__inner_card ul li span i{
    color: white;
} 

/* .contact_us__inner_card ul, .contact_us__inner_card li{
    padding: 0;
    margin: 0;
    color: #656262f0;
} */
/* .contact_us__inner_card ul li i{
    color: #ffa587 !important;
} */


/* about nse */

.new_about_NSE{
    width: 100%;
    padding: 1.2rem 0;
    display: flex;
    align-items: center;
    /* background-color: #ebf1f8; */
    justify-content: center;
    gap: 1.2rem;
}

.new_about_NSE_left{
    width: 60%;
    padding: .8rem 0;
}
.new_about_NSE_left p{
    text-align: justify;
}

.new_about_NSE_right{
    width: 40%;
    display: flex;
    justify-content: flex-end;
}

.new_about_NSE_rightIMG{
    width: 100%;
    height: 100%;
    border-radius: 1rem;
    overflow: hidden;
}
.new_about_NSE_rightIMG img{
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 900px) and (min-width: 300px) {
    main{
        margin-top: 4.3rem !important;
    }

    .pop_up_img img{
        height: 220px !important;
    }
    .pop_up_img .img_overlay_two{
        width: 80% !important;
    }

    .pop_up_style {
        padding: 9px !important;
        margin: 1rem 10px !important;
    }

    #popUpStyleLeftSideDetail .pop_up_left,
    #popUpStyleLeftSideDetail .pop_up_left .pop_up_style{
        margin-right: 0 !important;
    }
    .img_overlay{
        margin-top: .4rem;
        overflow: hidden;
        width: 95% !important;
        margin: 0 auto !important;
    }
    .img_overlay label {
        font-size: 1.2rem !important;
    }
    .img_overlay p {
        font-size: 1.1rem !important;
    }

    .Card{
        min-width: 100% !important;
        max-width: 100% !important;
    }
    .footer_add_contact div,
    .footer_main_inner_copyright{
        flex-direction: column;
        gap: .8rem !important;
       
    }
    .footer_add_contact{
        margin-bottom: .6rem;
    }
    .footer_add_contact div ul,
    .contact_us__inner_card ul{
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: start;
        padding: 0;
    }

    .contact_us__inner_card{
        width: 95%;
        margin: 0 auto;
        padding: .6rem;
        overflow: hidden;
    }
    .contact_us__inner_card ul li a.links {
        margin-left: .5rem !important;
    }
    .contact_us__inner_card ul li span.icons{
        min-width: 40px;
        max-width: 40px;
        height: 40px;
    }
    #footer .footer-top .footer-links {
        margin-bottom: 0 !important;
    }
    .new_about_NSE{
        flex-direction: column-reverse;
        gap: 1.2rem;
    }
    .new_about_NSE_left{
        width: 100%;
        padding: .8rem 0;
    }
    
    .new_about_NSE_right{
        width: 100%;
    }
    .new_about_NSE_rightIMG{
        height: 16rem;
        width: 100%;
        border-radius: 1rem;
        overflow: hidden;
    }


}

.pop_up_o{
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    padding: 0rem 1rem;
    margin-top: -1rem;
    overflow-y: auto;
}

#modalSider{
    position: relative;
}
.modalSider_head{
    padding: .4rem .4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e5212c;
    border-radius: .2rem;
    position: fixed;
    right: 0;
    top: 0;
    height: 2.2rem;
    z-index: 99999;
    border: 1px solid #fff;
}
.modalSider_head .button-102 {
    left: 0;
    color: #fff;
    font-size: 1.7rem;
}
/* .pop_up_right{
    padding: 0;
} */
.pop_up_style{
    border-radius: 6px;
    background: white;
    box-shadow: 0px 6px 34px rgba(215, 216, 222, 0.41);
    padding: 22px !important;
    margin: 1rem 10px;
}

.pop_up_style h4{
    color: #392d81;
    font-size: 1.2rem;
    border-bottom: 2px solid #ff9800c2;
    padding-bottom: .6rem;
}

.pop_up_style h2{
    color: #392D81;
}




.pop_up_style p.pop_p{
    color: #E47025;
}


/* .pop_up_style p.pop_ppppp{
    color: #777;
    font-size: 1.2rem;
} */

.pop_up_style p.light{
    font-size: 1rem;
    font-weight: 400;
    text-align: justify;
}

.pop_up_style .content_center{
    display: flex;
    /* justify-content: center; */
    column-gap: 2rem;
    margin-top: 1rem;
}

.pop_up_style .content_center p{
    font-size: 1rem;
    font-weight: 400;
    text-align: justify;
}

@media only screen and (max-width: 1199px) and (min-width: 10px) {
    .pop_up_style .content_center{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: .8rem;
        margin-top: 1rem;
    }
   .mobile_section p{
    text-align: justify !important;
    font-size: 1rem !important;
    margin: 0;
   }
   .trainer_Description{
    text-align: center !important;
   }
   .pop_up_o{
    overflow-x: hidden;
    padding: 0 .5rem !important;
   }
}

.pop_up_style .content_center .pop_cicon{
    width: 50px;
    height: 50px;
    background: #392D81;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: .5rem;
}

.pop_up_style .content_center span i{
    color: white;
    font-size: 1.1rem;
}

.pop_up_style .content_center a{
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #E47025;
    font-size: 1.2rem;
    font-weight: 600;
}

.pop_up_style ul li{
    list-style: decimal;
    margin: .5rem;
    font-size: 1rem;
    font-weight: 400;
}


.pop_up_style .description h3{
    color: #392D81;
    font-weight: 400;
    margin-top: 1.5rem;
}

.pop_up_style .description p{
    font-size: 1.2rem;
    font-weight: 400;
}



.pop_up_left{

}

.pop_up_img {
    display: flex;
    column-gap: 1.5rem;
    justify-content: center;
    align-items: center;
    position: relative;
}

#popUpStyleLeftSideDetail .pop_up_left,
#popUpStyleLeftSideDetail .pop_up_left .pop_up_style{
    margin: 0;
    margin-right: 1.2rem;
}
#popUpStyleLeftSideDetail .pop_up_left .pop_up_style{
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: .4rem;
}

@media only screen and (max-width: 1199px) and (min-width: 10px) {
    .pop_up_img {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
}

.pop_up_img img{
    width: 100%;
    /* height: 445px; */
    height: 400px;
    border-radius: .5rem;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;

}

.img_overlay{
    width: 100%;
    /* position: absolute; */
    /* bottom: 0rem; */
    background-color: #392D81;
    padding: 0.5rem 1rem;
    border-radius: .0rem .0rem .5rem .5rem;
}

.img_overlay label{

    color: white;
    font-size: 1.6rem;
    font-weight:500 ;
}

.img_overlay p{
    color: white;
    font-size: 1.4rem;
    font-weight:400 ;
}

.pop_up_img .img_overlay_two{
    position: absolute;
    top: 1rem;
    left: 1rem;
    background-color: #e5212c;
    padding: 0.3rem .6rem;
    border-radius: .5rem;
}

.pop_up_img .img_overlay_two label{

    color: white;
    font-size: 1.3rem;
    font-weight:500 ;
}

.pop_up_img .img_overlay_two p{
    color: white;
    font-size: 1rem;
    font-weight:400 ;
    margin: 0;
}

/* trainer profile */

.tainer_section .trainer_img{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

.tainer_section .trainer_img img{
    width: 200px;
    padding: .5rem;
    border-radius: 50%;
    border: 5px solid #392D81;
}

.pop_up_style .heading_trainer{
    color: #392d81;
    font-size: 1.2rem;
    border-bottom: 2px solid #ff9800c2;
    padding-bottom: .6rem;
}

.pop_up_style .tainer_section {
    /* display: flex;
    justify-content: center;
    align-items: center; */
    flex-direction: column;
}

.pop_up_style .tainer_section .trainer_name{
    margin-top: 2rem;
    font-size: 1.2rem;
    color: #392D81;
}

.pop_up_style .tainer_section .trainer_desination{
    font-size: 1.5rem;
    color: #424242;
}

.pop_up_style .tainer_section .trainer_Description{
    font-size: 1.5rem;
    color: #392D81;
}

.pop_up_style .tainer_section .trainer_Description_content{
    font-size: 1rem;
    color: #424242;
}

.pop_up_style .tainer_section_right{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: .8rem;
    padding-left: 10px;
}

.pop_up_style .tainer_section_right .trainer_Description{
    font-size: 1.9rem;
    color: #392D81;
    margin-top:1rem;
}

.pop_up_style .tainer_section_right .trainer_Description_content{
    font-size: 1rem;
    color: #424242;
    font-weight: 400;
    text-align: justify;
}

/* tanier profile */

/* img overlay end */

.pop_up_left .pop_up_style .side_content {
    margin-top: 1rem;

}
.pop_up_left .pop_up_style .side_content .grunp_pop{
    height: 55px;
    background-color: #FF9800;
    border-radius: .5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    display: flex;
    column-gap: 1.5rem;
}
.pop_up_left .pop_up_style .side_content p{
    font-weight: 400;
    font-size: 1.1rem;
    color: white;
    margin: 0;
}
.pop_up_left .pop_up_style .side_content .grunp_pop span{
    height: 100px;
    border-radius: .5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pop_up_left .pop_up_style .side_content .grunp_pop span i{
    font-size: 2rem;
    color: white;
}
.pop_up_img .side_content .grunp_pop label{
    font-size: 1.5rem;
    color: #392D81;
}

.pop_up_img .side_content .grunp_pop p{
    font-size: 1.1rem;
    color: #E47025;
    font-weight: 400;
}


#calendarModal #exampleModalLabel{
    width: 100%;
    display: flex;
    justify-content: center;
}

/* 3s */
.ThreeS_employee{
    width: 100%;
    padding: 2rem;
    position: relative;
}

.ThreeS_employee::before {
    content: "";
    position: absolute;
    width: 50.9%;
    height: .18rem;
    /* background-color: #eee; */
    background-image: linear-gradient(to left, transparent, var(--nse-purple), transparent 100%);
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0%);
}
.ThreeS_employee_inner{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1.4rem;
    justify-content: center;
}
.ThreeS_employee_inner h3{
    font-size: 1.6rem;
    color: var(--nse-purple);
    font-weight: 600;
    text-align: center;
    margin: 0;
}
.ThreeS_employee_inner h6{
    display: flex;
    font-size: 1.6rem;
    width: 100%;
    justify-content: center;
    font-weight: 700;
    gap: 1rem;
    align-items: center;
    margin: 0;
}
.ThreeS_employee_inner h6 span{
    color: var(--nse-organce);
    font-size: 1.6rem;
    text-transform: uppercase;
}

.button-coursebtn {
    position: relative;
    overflow: hidden;
    border: 1px solid #18181a;
    color: #18181a;
    display: inline-block;
    font-size: 15px;
    line-height: 15px;
    padding: 18px 18px 17px;
    text-decoration: none;
    cursor: pointer;
    background: #fff;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    text-align: center;
    width: 100%;
}

.button-coursebtn span:first-child {
    position: relative;
    transition: color 600ms cubic-bezier(0.48, 0, 0.12, 1);
    z-index: 10;
}

.button-coursebtn span:last-child {
    color: white;
    display: block;
    position: absolute;
    bottom: 0;
    transition: all 500ms cubic-bezier(0.48, 0, 0.12, 1);
    z-index: 100;
    opacity: 0;
    top: 50%;
    left: 50%;
    transform: translateY(225%) translateX(-50%);
    height: 14px;
    line-height: 13px;
}

.button-coursebtn:after {
    content: "";
    position: absolute;
    bottom: -50%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #392d83;
    transform-origin: bottom center;
    transition: transform 600ms cubic-bezier(0.48, 0, 0.12, 1);
    transform: skewY(9.3deg) scaleY(0);
    z-index: 50;
}

.button-coursebtn:hover:after {
    transform-origin: bottom center;
    transform: skewY(9.3deg) scaleY(2);
}

.button-coursebtn:hover span:last-child {
    transform: translateX(-50%) translateY(-100%);
    opacity: 1;
    transition: all 900ms cubic-bezier(0.48, 0, 0.12, 1);
}


.table > :not(caption) > * > * {
    padding: 1rem 0.5rem !important;
    text-align: left;
}



 /* ================= footer ==================== */

/* copyright */

.footer_main_inner_copyright{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: .6rem;
    position: relative;
}
.footer_main_inner_copyright::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #dadada;
}
.footer_main_inner_copyright p{
    font-size: .9rem;
    color: #585858;
    margin: 0;
}

.copyright__socialMedia{
    display: flex;
    gap: .5rem;
}
.copyright__socialMedia a{
    text-decoration: none;
}
.copyright__socialMedia_icons{
    width: 2rem;
    height: 2rem;
    background-color: transparent;
    border: .1rem solid #dadada;
    border-radius: 50%;
    color:#585858;
    cursor: pointer;
    font-size: .8rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.copyright__socialMedia_icons:hover{
    color: #392D81;
}

  
  /* ================= footer ==================== */