*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

: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;
  }

  .nse-organe{
    color: #e86e25 ;
  }

 body{
     scroll-behavior: smooth;
 } 

 .center_item{
     display: flex;
     align-items: center;
     justify-content: center;
 }
/*=========================  */
.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: 680px){
    header nav{
        padding: 6px 0px !important;
    }
    .sm_header .imt_logo{
        width: 48% !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;
}

@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;
    }
    .imt_logo img{
        width: 100%;
    }
    .pipe{
        margin: auto 0rem;
    }
    .imt_logo{
        width: 60%;
    }
    .sm_header .imt_logo{
        width: 6%;
        height: 25px;
        /* background-color: #00833e; */
    }
    .sm_header .imt_logo{
        width: 100%;
        height: 100%;
    }
    .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;
    }
    /* .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;
}


/* =============== social_links ============== */
.social_links{
    position: fixed;
    left: -5px;
    bottom: 3%;
    width: 55px;
    height: 200px;
    background-color: #007aff;
    /* background-color: #ECEAF5; */
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 2rem;
    box-shadow: 1px 1px 6px rgba(0,0,0,0.4);
    padding: 10px 0px;
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    z-index: 99;
}
.social_links ul{
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 90%;
}

.social_links ul li{
    color: #fff;
    display: flex;
    width: 35px;
    height: 35px;
    /* background-color: #392d7d; */
    border-radius: 50%;
    position: relative;
    transition: all .5s ease;
}

/* .social_links ul li:hover{
    background-color: #392d7d;
} */

.social_links ul li a{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    margin-right: 19px;
    position: absolute;
    /* top: 50%;
    left: 50%;
    transform: translate(-50% , -50%); */
    /* color: #f1b51c; */
    color: #392d7d;
    display: grid;
    display: -moz-grid;
    display: -ms-grid;
    place-items: center;
    transition: all .5s ease;
}

.social_links ul li a:hover{
    background-color: #392d7d;
    color: #f1b51c;
    box-shadow: 1px 1px 6px rgba(0,0,0,0.4);
}

.social_links ul li h4{
    margin-right: 19px;
    position: absolute;
    top: 50%;
    left: 100px;
    transform: translate(-50% , -50%);
    /* color: #231f20; */
    color: #f1b51c;
    font-size: 14px;
    background-color: #392d7d;
    padding: 3px 8px;
    border-radius: 3px;
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
    box-shadow: 1px 1px 6px rgba(0,0,0,0.4);
}

.social_links ul li:hover h4{
    opacity: 1;
    visibility: visible;
}

.social_links ul li h4::after{
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: #392d7d;
    top: 50%;
    left: -4px;
    transform: translateY(-50%) rotate(45deg);
    border-radius: 2px;
    z-index: -1;
}

.social_links a {
    text-decoration: none;
}
/* =============== social media ============= */

.follow_section .header h1{
    text-align: center;
    padding: 0px;
}

.follow_section .header h1 span{
    /* background-color: #000000; */
    /* position: absolute; */
    background: #ffffff;
    color: #392d7d;
    font-size: 18px;
    text-align: center;
    /* margin-left: 65px; */
    /* -webkit-clip-path: polygon(0 0, 96% 0, 100% 100%, 0% 100%);
    clip-path: polygon(5% 0, 96% 0, 100% 100%, 0% 100%); */

}

.follow_link{
    padding: 0px 10px;
}

.follow_link a{
    color: #0a66c2;
    font-size: 25px;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 0.2px;
}

.follow_link a i{
    margin-left: 4px;
}


/* ==================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: -50px !important;
    right: 0;
    top: 60%;
    transform: rotate(-90deg);
    border-radius: 5px;
    /* border: 4px solid #f1b51c; */
    opacity: 0;
    visibility: hidden;
    z-index: 99;
    cursor: pointer;
    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: 20px 3rem 30px 3rem;
    background-image: url('../images/iim_jammu/banner.png');
    background-size: 100% 100%;
    background-position: bottom left;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}


.banner_section::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /*background-color: rgba(0, 0, 0, 0.4);*/
    z-index: -1;
}

/* cut_banner */
.cut_banner{
    /* content: ''; */
    position: absolute;
    width: 60%;
    height: 100%;
    /* height: 30vh; */
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    /* 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, 50% 100%, 0% 100%);
}

.cut_banner svg{
    /* position: absolute; */
    /* transform: rotate(-60deg); */
}

/* .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;
    /* text-align: center; */
}
.banner_container h4{
    margin: 0;
    color:#000 ;
}
/* .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{
    color: #392D7D;
    padding: 0px 0px;
    margin: 0;
}

.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{
    display: flex;
    
}

.banner_links .link_s{
    border-left: 4px solid #392D7D;
    padding: 0px 10px;
    margin-top: 0.2rem !important;
    
}

.banner_links .link_s a{
    text-decoration: none;
    /* color: #5a2c0b; */
    color: #392D7D;
    /* 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;
}

/* 
.banner_links{
    margin: 0.5rem 0;
    padding: 15px 10px 20px 10px;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.banner_links .link_s{
    background-color: rgba(0, 0, 0, 0.4);
    padding: 10px 10px;
    width: 150px;
    height: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 50%;
    margin: 1rem;
    border: 2px solid rgba(255, 255, 255, 0.4);
    transition: all 0.5s ease-in-out;
}

.banner_links .link_s:hover{
    background-color: rgba(0,0,0,0.8);
    transform: translateY(-10px);
}

.banner_links .link_s:nth-child(1){
    animation-delay: 0.2s;
}

.banner_links .link_s:nth-child(2){
    animation-delay: 0.6s;
}

.banner_links .link_s:nth-child(3){
    animation-delay: 0.4s;
}

@keyframes bouncy{
    0%{
        transform: translateY(0);
    }
    50%{
        transform: translateY(-50px);
    }
    100%{
        transform: translateY(0);
    }
}

.banner_links .link_s a{
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    width: 100%;
    line-height: 18px;
    text-transform: capitalize;
}

.banner_links .link_s a hr{
    margin: 6px auto;
}

.banner_links .link_s a b{
    font-size:  18px;
    color: #f1b51c;
}
 */

.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;
    }
}

@media screen and (max-width:980px){
    .banner_section{
        /* background-size: cover; */
        padding-top: 40px !important;
    }
    .banner_section::after{
        width: 100%;
    } 
   .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: 20px 10px;
    }
    .banner_section::after{
        width: 100%;
    }
    .banner_section .section_header h1{
        font-size: 25px;
    }
    .banner_img{
        height: 280px;
    }
    .banner_details h1{
        font-size: 30px;
        margin-top: 1rem;
    }
    .banner_links{
        padding-left: 0px;
        padding-right: 0px;
    }
    .banner_links .link_s{
        /* margin-bottom: 8px; */
        /* width: 100%; */
        margin: 0.5rem 0.5rem;
    }
    /* .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;
    }
    .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: 60px  3rem 20px 3rem; 
}



.program_partner{
    /* width: 320px;
    height: 125px; */
    width: 380px;
    /* left: 4rem; */
    height: 140px;
    /* position: absolute;
    top: -75px; */
    /* margin-top: 1rem; */
    margin: 1rem auto;
    margin-bottom: 0rem;
    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; */
        width: 100%;
        margin: auto;
    }
}



.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%;
    margin: 0px auto;
}

.program_partner .partner_logo h6{
    font-weight: 600;
    color: #e86e25;
    font-size: 18px;
}

/* ============== accreditation_by ================== */
.accreditation_by{
    position: relative;
}
.accreditation_by .accreditation_heading h2{
    background-color: #e86e25;
    color: #ffffff;
    display: inline-block;
    padding: 5px 15px 7px 15px;
    font-size: 14px;
    border-radius: 2rem;
    position: relative;
}
.accreditation_by .accreditation_heading h2::before{
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    bottom: -5px;
    background-color: #e86e25;
}
.banner_partne_images{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap : wrap;
}
.banner_partne_images .part_image{
    width: 70px;
    height: 70px;
    margin: 15px;
    background-color: #fff;
    /* padding: 10px; */
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
    transition: all .5s ease;
}
/* .banner_partne_images .part_image:nth-child(2){
    width: 100px;
    height: 100px;
} */
.banner_partne_images .part_image:hover{
    transform: scale(1.1);
}
.banner_partne_images .part_image img{
    width: 80%;
}

/* ========================================= */

/* =============== form ================= */
form.card.banner_form{
    /* background-color: #ffffff; */
    /* padding: 10px; */
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
    border-radius: 6px;
    position: absolute;
    right: 4rem;
    bottom: -10%;
    width: 25%;
    border: none;
}

@media screen and (max-width:780px){
    form.card.banner_form{
        right: 1rem;
    }
}

@media screen and (max-width:680px){
    form.card.banner_form{
        /* right: 1rem; */
        position: relative;
        width: 100%;
        right: 0rem;
        margin: 1rem auto !important;
    }
}

form.card.banner_form .card-header{
    background: #392d7d;
    /* background: #e86e25; */
    color: #fff;
}

form.card.banner_form input,
form.card.banner_form select{
    margin: 5px 0px;
    color: #392d7d;
}

form.card.banner_form input:focus,
form.card.banner_form select:focus{
    border: 1px solid #f1b51c;
    box-shadow: 0px 0px 6px rgba(241, 181, 28, 0.4);
}

form.card.banner_form .applyBtn{
    /* background-color: #392d7d; */
    background-color: #e86e25;
    color: #ffff;
    width: 100%;
    margin-top: 1rem;
}

form.card.banner_form .applyBtn:hover{
    opacity: 0.8;
}



/* ================= program =================== */
.program{
    margin-top: 0rem;
}


.program .header{
    /* background-color: #392d7d; */
    /* background: green; */
    display: flex;
    /* padding-right: 100px; */
    margin-bottom: 1rem;
    position: relative;
    
}

.program .header::before{
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #eeb222;
    
}

.program .header h1{
    /* font-size: 25px;
    font-weight: 700;
    padding: 10px 15px 15px 15px;
    display: inline-block;
    margin-left: 5px;
    position: relative;
    margin-bottom: 1rem; */
    font-family: Arial, Helvetica, sans-serif;
    /* font-size: 25px; */
    color: #fff;
    
    margin-bottom: 0px !important;
    /* padding-right: 5rem;
    padding-left: 5rem; */
    /* line-height: 50px; */
    /* background-color: #f1b51c; */
    /* display: inline-block; */
    padding: 2px 20px;
    padding-bottom: 0px;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
}

.program .header h1 span{
    background-color: #392d7d;
    /* display: inline-block; */
    margin-bottom: 0px;
    padding: 10px 25px;
    font-size: 25px;
    font-weight: 700;
    position: relative;
    -webkit-clip-path: polygon(0 0, 96% 0, 100% 100%, 0% 100%);
    clip-path: polygon(5% 0, 96% 0, 100% 100%, 0% 100%);
    
}

@media only screen and (max-width:780px){
    .program .header{
        width: fit-content;
    } 
    .program .header h1{
  
        width: 100%;
        height: auto;
        display: block;
        text-align: center;
    }
    .program .header h1 span{
        width: 100%;
        font-size: 25px;
        /* padding-left: 10px 0; */
        padding: 10px 15px;
        /* white-space: nowrap; */
        display: block;
    }
}

/*.program .header h1::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 15%;
    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%;
    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 i{
    width: 45px;
    height: 45px;
    margin-right: 1rem;
}

.reason_container .reasons i{
    font-size: 1.5rem;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}


@media screen and (max-width:680px){
    .program_partner{
        left: 50%;
        transform: translateX(-50%);
    }
    .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;
}

/* .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;
}

.program_form .card form input,
.program_form .card form select{
    margin: 6px 0px;
    box-shadow: none;
    outline: none;
    color: #e86e25;
    transition: .5s ease-in-out;
}



.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 0px; 
    } 
}


/* ==============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: center;
    column-gap: 1rem;
}

.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: space-between; */
    flex-wrap: wrap;
    align-self: normal;
    box-shadow: 0 0 14px #00000026;

    /* box-shadow: 0px 0px 2px rgba(51, 44, 44, 0.2); */
}

/* ===================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;
}


.economics_row .economic.card p,
.economic_fintech_row .card p{
    margin-bottom: 5px;
    font-size: 18px;
    pointer-events:painted;
    color: #392d7d;
    transition: none;
    font-weight: 700;
}

.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: left;
    font-size: 16px;
    /* line-height: 35px; */
    color: #392d7d;
}

.economic.economic_fintech p{
    display: flex;
    /* align-items: center; */
}



.economics_row .economic.card h6,
.economic.economic_fintech h6{
    text-align: left;
    margin-bottom: 0px;
    color: #e86e25;
    font-size: 14px;
    font-weight: 600;
    font-style: italic;
    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; 
    } 

    .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: 20px 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_section,
    .about_company{
        padding:20px 10px;
    }
}

.about_container{
    margin: 2rem 0rem;
}

.about_container p{
    /* padding: 5px 20px; */
    line-height: 30px;
    font-size: 16px;
    text-align: justify;
}

.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;
}

.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: 650px; */
    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:1280px){
    .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:680px){
    .director_section{
        padding: 1rem 10px;
    } 
    .director .director_text p{
        letter-spacing: 0.2px;
    }
}

.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;
    }
}


/* ===============who_attent=============== */

.who_attent .attend_containr{
    padding: 10px 20px;
}

.attend_containr p{
    color: #392d7d;
    font-size: 16px;
}

.attend_containr p i{
    font-size: 12px;
    color: #e86e25;
    margin-right: 5px;
}

/* ===============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; */
    width: 100%;
    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: 100%;
        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: 16px;
    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;
    }
    .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_description p{
    color: #392d7d;
    font-weight: 400;
    font-size: 16px;
}

.objective_container .objective_description h6{
    color: #e86e25;
}

.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: 1rem;
    /* width: 40%; */
    /* margin: auto; */
    /* background-color: red; */
}



/* .objectives_row::before{
    content: '';
    position: absolute;
    width: 81%;
    height: 4px;
    background-color: #e86e25;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}

.objectives_row .objec.card{
    width: 19%;
    width: 45%;
    border-color: #bfc9ca;
    border-radius: 6px;
    border-width: 1px;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 30%);
    height: 280px;
    transition: .5s ease;
    position: relative;
} */

.objectives_row .objec{
    display: flex;
    /* background-color: #392d7d; */
    align-items: center;
    margin: 8px 0px;
}

.objectives_row .objec img{
    width: 60px;
}

.objectives_row .objec .card-body p{
    margin-bottom: 0px;
    color: #392d7d;
}



.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;
    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; */
    padding: 1rem 3rem;
    /* background: red; */
}



.schedule_text{
    margin-top: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.pedagogy_text{
    /* background: red; */

    font-size: 1.1rem;
    /* font-weight: 600; */
    /* color: #392d7d; */
    color: #ffffff;
    /* border: 1px solid #392d7d; */
    /* background-color: #392d7d; */
    display: inline-flex;
    /* padding-right: 15px; */
    /* padding: 30px 20px; */
    /* border-radius: 2rem; */
    border-radius: 8px;
    /* background-color: #e86e25; */
    /* padding: 20px 20px; */
    /* padding: 20px 0px; */
    align-items: center;
    margin: 2rem 0rem 1rem 0rem;
    /* background: ; */
    display: flex;
    flex-direction: column;
    text-align: justify;
    position: relative;
    /* height: 40vh; */
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.pedagogy_text p{
    color: #392d7d;
    padding: 20px;
    border-radius: .5rem;
    font-weight: 500;
 
}

.pedagogy_text p span{
    color: #e86e25;
 
}
.pedagogy_text svg{    
    /* margin-top: 100px; */
    /* position: absolute; */

    /* top: 80%;  */
    /* left: 0; */
    /* bottom: 0;  */
    /* margin-top: -300px; */
    /* position: relative; */
    z-index: -1;
}

svg.bottom_wave{
    margin-top: -6rem;
}

/* 



.pedagogy_text .waves{
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
}

.pedagogy_text .circle1,
.pedagogy_text .circle2{
    width: 50%;
    height: 50px;
    border-radius: 50%;
    border-top: 4px solid #e86e25;
}

.pedagogy_text .circle2{
    border-top: none;
    border-bottom: 4px solid #e86e25;
} */



.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: 90%;
    /* height: 300px; */
    position: relative;

}

/* .expect_certificate .certificate_img::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border: 6px solid #e86e25;
    top: -1rem;
    right: -1rem;
} */

.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;
    }
}


/* ======program_schedule_section======== */
.program_schedule_content p{
    font-size: 16px;
    color: #392d7d;
    padding: 5px 20px;
    /* margin-bottom: 0px; */
}

.program_schedule_content p i{
    font-size: 12px;
    color: #e86e25;
    margin-right: 5px;
}

.program_schedule_content h6{
    color: #e86e25;
    font-size: 18px;
    margin-left: 40px;
}

.program_schedule_content ul li{
    margin-left: 30px;
    font-size: 15px;
    color: #392d7d;
    list-style: circle;
    padding: 3px 0px;
}

/* ======methodology_section======== */
.methodology_content p{
    font-size: 1.3rem;
    color: #392d7d;
    padding: 0px 20px;
    font-weight: 500;
}

.methodology_content p i{
    font-size: 12px;
    color: #e86e25;
    margin-right: 5px;
}

.methodology_content ul li{
    margin-left: 30px;
    font-size: 15px;
    color: #e86e25;
    list-style: circle;
    padding: 3px 0px;
}

/* ======certification_section======== */
.certification_content{
    padding: 0 30px;
}

@media screen and (max-width:980px){
    .certification_content{
        margin: 1rem 0rem;
    }
}


.certification_content p{
    font-size: 18px;
    color: #392d7d;
    font-weight: 600;
    /* padding: 5px 20px; */
    margin: auto 0em;
    text-transform: capitalize;
    font-style: italic;
}

.certification_content ul li{
    list-style: none;
    color: #5a2c0b;
    font-style: oblique;
}

.certification_content ul li b{
    color: #e86e25;
    margin-right: 5px;
}

.certification_content .btn{
    background-color: #e86e25;
    color: #fff;
    display: inline-block;
    margin-top: 1rem;
    width: 200px;
    border-radius: 2rem;
    border: 2px solid #f1b51c;
}

.certification_content .btn:hover{
    background-color: #f1b51c;
}

.certification_content p i{
    font-size: 12px;
    color: #e86e25;
    margin-right: 5px;
}

/* ======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;
    }
    .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;
}


/* =================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: 16px;
    /* color: #5a2c0b; */
    color: #392d7d;
    margin-bottom: 10px;
}

.Eligibility_section .eligibility_container li img{
    /* width: 30px; */
    width: 40px;
}

/* ================participantBenefit_section============== */
.participantBenefit_content p{
    font-size: 16px;
    padding: 0px 20px;
    color: #392d7d;
}

.participantBenefit_content p i{
    color: #8a6958;
    /* font-size: 12px; */
    width: 35px;
    height: 40px;
    margin-right: 8px;
    background-color: #ecf4f7;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    opacity: 0.9;
}

/* .participantBenefit_content p i{
    color: #e86e25;
    font-size: 12px;
    margin-right: 5px;
} */

.participantBenefit_content p .fa-check-double{
    font-size: 12px;
    color: #e86e25;
    width: initial;
    height: initial;
    background-color: transparent;
}



.participantBenefit_content h6{
    font-size: 19px;
    /* color: #e86e25; */
    color: #f1b51c;
    margin-left: 35px;
}

.partici_benefit_alumni{
    /* background-color: #e86e25; */
    background-color: #392d7d;
    width: 97%;
    margin: 0px auto;
    padding: 20px 0px;
    border-radius: 6px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
}

/* .participantBenefit_content h6.alumniStatus{
    background-color: #392d7d;
    background-color: #e86e25;
    color: #fff;
    padding: 4px 40px;
    display: inline-block;
    border-top-left-radius: 8px;
    border-bottom-right-radius: 8px;
    margin-bottom: 1rem;
} */

.partici_benefit_alumni p{
    color: #fff;
}

.partici_benefit_alumni p i{
    color: #fff !important;
    opacity: 0.5;
}

/* =================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; */
    }
}



.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: 10px 0;
    width: 190px;
    height: 130px;
    font-size: 13px;
    color: #5a2c0b;
    font-weight: 600;
    position: relative;
    border-radius: 2px;
    background-color:#fff;
}



.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: 25px;
    height: 25px;
    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;
    }
    .Enrolment_section .Enrolment_container li{
        width: 85px !important;
        height: 110px !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: 60px;
        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);
    overflow: auto;
}

.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: 4px 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;
}

.paymentStructure .pay_det h6{
    color: #e86e25;
    margin-bottom: 0px;
}

.paymentStructure .pay_det p{
    text-align: left !important;
}

.paymentStructure .note {
    color: #392d7d;
    text-align: left !important;
}

.paymentStructure .note span{
    color: #e31f26;
    font-weight: 500;
}

#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;
    color: #392d7d;
}

.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: left;
}

.payment_para p{
    line-height: 22px;
    margin-bottom: 0px;
    color: #392d7d;
}
.payment_para h1::before{
    content: "* ";
    color: red;
}

.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: 10px;
}

.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: 110%;
}

/* .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;
    text-align: justify;
}

.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 !important;
    text-decoration: none;
    padding: 6px 30px;
    outline: none;
    box-shadow: none !important;
    transition: .5s ease-in-out;
    border-radius: 0px;
}

.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: #392d7d;
    font-weight: 600;
    font-size: 20px;
    border-bottom: 2px solid #e86e25;
}

.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;
    }
}


/* ====================terms & condition ================= */
.termsAndCond_Btn{
    text-decoration: underline;
    color: #e86e25;
    font-size: 18px;
    box-shadow: none !important;
}

.termsAndCond_Btn:hover{
    color: #392d7d;
}

.terms_containt{
    padding: 15px 20px;
    position: relative;
}

.terms_containt p{
    font-size: .8rem;
    padding: 5px 0px;
    margin-bottom: 0px;
    color: #392d7d;
    font-weight: 500;
    text-align: justify;
    /* border-bottom: 1px solid #ccc; */
}

.terms_containt p i{
    color: #e86e25;
    position: absolute;
    font-size: .9rem;
    left: -0.5rem;
    margin-top: 10px;
}

/* =============== social media ============= */

.follow_section .header h1{
    text-align: center;
    padding: 0px;
}

.follow_section .header h1 span{
    /* background-color: #000000; */
    /* position: absolute; */
    background: #ffffff;
    color: #392d7d;
    font-size: 18px;
    text-align: center;
    /* margin-left: 65px; */
    /* -webkit-clip-path: polygon(0 0, 96% 0, 100% 100%, 0% 100%);
    clip-path: polygon(5% 0, 96% 0, 100% 100%, 0% 100%); */

}

.follow_link{
    padding: 0px 10px;
}

.follow_link a{
    color: #0a66c2;
    font-size: 25px;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 0.2px;
}

.follow_link a i{
    margin-left: 4px;
}

/* ====================footer====================== */

footer{
    width: 100%;
    /* height: 10px; */
    /* background-color: #392d7d; */
    margin-top: 4rem;
}

footer .copyrit{
    background: #392d7d;
    color: white;
    padding: 1rem 3rem;
    font-weight: 600;
    font-size: 1.2rem;
    text-align: center;
}

footer .footer_img{
    width: 100%;
    height: 10px;
}

footer .footer_img img{
    width: 100%;
    height: 100%;
}



/* ============section============== */
section,
.program,
.section{
    padding: 1rem 3rem;
}

@media screen and (max-width:780px){
    section,
    section.about_talentSprint,
    .program,
    .section,
    .who_join_section{
        padding: 20px 10px !important;
    }
}

@media screen and (max-width:680px){
    section,
    section.about_talentSprint,
    .program,
    .section,
    .who_join_section{
        padding: 20px 10px !important;
    }
}

@media screen and (max-width:380px){
    section,
    section.about_talentSprint,
    .program,
    .section,
    .who_join_section{
        padding: 20px 10px !important;
    }
}


.putbottom{
    position: absolute;bottom: 1rem;width: 22%;padding: 0.9rem 0rem;border-radius: 0.5rem;color: white;font-size: 1.2rem;text-align: center;
}

.putbottom p:first-child{
    margin-bottom: .5rem;
    color: white;
    font-weight: 600;
}
.putbottom p:last-child{
    margin-bottom: .5rem;
    color: #efb417;
    font-weight: 600;
}

@media only screen and (max-width: 1400px) and (min-width: 1000px) {
    .putbottom{
        position: absolute;bottom: 1rem;width: 35%;padding: .5rem;border-radius: 0.5rem;color: white;font-size: 1.2rem;
    }
    
}
@media only screen and (max-width: 980px) and (min-width: 200px) {
    .putbottom{
        position: relative;bottom: 0rem;width: 100%;padding: 0.1rem;border-radius: 0.5rem;color: white;font-size: 1.2rem;margin-top: 1rem;
    }
    
}

.text-justify-main{
    text-align: justify !important;
}



/* Teacher */

.card-custom {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0px 14px 80px rgba(34, 35, 58, 0.5);
    max-width: 800px;
    display: flex;
    flex-direction: row;
    border-radius: 25px;
    position: relative;
  }
  .card-custom h2 {
      color: #392d7d;
      font-size: 1.5rem;
    margin: 0;
    padding: 0 1rem;
  }
  .card-custom .title {
    padding: 0.5rem 1rem;
    text-align: left;
    color: #e86e25;
    font-weight: bold;
    font-size: 12px;
  }
  .card-custom .desc {
    padding: 0.5rem 1rem;
    font-size: 15px;
    text-align:justify;
  }
  .card-custom .actions {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    padding: 0.5rem 1rem;
  }
  .card-custom img {
    width: 85px;
    height: 85px;
    margin: 0 auto;
  }
  .card-custom-text {
    display: grid;
    grid-template-columns: 1fr 2fr;
  }
  
  .title-total {
    padding: 2.5em 1.5em 1.5em .5em;
  }
  
  path {
    fill: white;
  }
  
  .img-portada {
    width: 100%;
  }
  
  .portada {
    width: 19rem;
    height: 100%;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    background-image: url("../images/teacher.png");
    background-position: top;
    background-size: cover;
  }

  @media (min-width: 100px) and (max-width: 766px) {
    .card-custom-text {
        display: flex;
        flex-direction: column;
      }

      .portada {
        width: 100%;
        min-height: 50dvh;
        border-radius: 0;
      }
      .card-custom h2 , .card-custom .title , .card-custom .desc {
        text-align: center !important;

    }

    .program .header h1 span{
        font-size: 12px;
    }
    .program .header h1{
       
        white-space: wrap;
    }

    .banner_links .link_s{
        border-left: 4px solid #392D7D;
        padding: 6px 6px;
        margin-top: 2rem !important;
        
    }
    
    .banner_links .link_s a{
        font-size: 10px;
    }
    
    
    .banner_links .link_s a b{
        font-size: 12px;
    }
  
    
  }