@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap%27');

*{
  padding: 0%;
  margin: 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;
}

body{
  font-family: "IBM Plex Sans" !important;
  font-weight: 500 !important;
}
h1,h2,h3,h4,h5,h6,p{
    margin: 0px;
}
a{
    text-decoration: none !important;
}

hr.line{
    width: 90%;
    margin: auto;
}
  
ul{
    margin: 0px;
    padding: 0px;
}

ul li{
    list-style: none;
}

.section{
    padding: 20px 0px;
}

.center_items{
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    justify-content: center;
}

/* ================= header =============== */
header {
    background-color: #fff;
    transition: all .5s ease;
}

header.scrolled{
    position: sticky;
    width: 100%;
    top: 0;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
    z-index: 99;
}
header .navbar{
    padding: 0px;
}

.navbar-nav{
    align-items: center;
}
.navbar-light .navbar-nav .nav-link{
    /* color: #392d7d;
    font-size: 18px;
    font-weight: 500; */
    letter-spacing: .8px;
}

header .nav-link{
    /* background-color: red; */
    margin-right: 10px;
}
.brochure_btn .btn{
    border: 1px solid #e86e25;
    color: #e86e25;
    transition: all .5s ease;
    margin-bottom: 0px !important;
}
.brochure_btn .btn:hover{
    background-color: #e86e25;
    color: #fff8f3;
}

/* ======================= banner_section ============ */
.banner_section{
    width: 100%;
    /* background: url('../images/banner.png'); */
    background-size: cover;
    background-position: center;
    /* border-bottom-left-radius: 8rem;
    border-bottom-right-radius: 8rem; */
    padding: 6rem 0rem;
    position: relative;
}
.banner_section::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /* background-color: #392d7d; */
    /* background-color: rgba(57, 45, 125,0.8); */
    background-color: rgba(0,0,0,0.4);
    /* background: url('../images/banner.png') #392d7d;
    background-size: cover;
    background-position: center;
    background-blend-mode: color; */
    /* border-left: 3px solid #e86e25;
    border-right: 3px solid #e86e25;
    border-bottom: 3px solid #e86e25;
    border-bottom-left-radius: 8rem;
    border-bottom-right-radius: 8rem; */
    /* border-bottom: 4px solid #e86e25; */
}

.banner_section::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 1%;
    left: 0;
    /* background-color: #f1b51c; */
    /* border-bottom-left-radius: 5rem; */
    z-index: -1;
}

.banner_section .lineImg{
    width: 6px;
    height: 100%;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
}

.banner_section .lineImg img{
    width: 100%;
    height: 100%;
}
.banner_section .banner_text{
    /* background-color: red; */
    /* margin: 0rem 0rem 2rem 0rem; */
    /* padding-left: 30px; */
    position: relative;
    box-sizing: border-box;
}

.banner_section .banner_text .text_p{
    font-weight: 600;
    letter-spacing: 1px;
	 color: #f1b51c;
}

.banner_section .banner_text .text_p span{
    background-color: #f1b51c;
    color: #fff;
    padding: 2px 10px 3px 10px;
    border-radius: 4px;
    font-weight: 600;
    margin-right: 5px;
}

.banner_section .banner_text p{
    /* color: #ecf4f7; */
    /* color: #f1b51c; */
    font-style: italic;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
    /* opacity: 0.8; */
}

.banner_section .banner_text h1{
    color: #fff;
    font-size: 60px;
    font-weight: 900;
}

.banner_section .banner_text .nseLineImg{
    width: 100%;
    margin: 15px 0px;
    height: 6px;
}
.banner_section .bannerBtns{
    margin-left: 0px;
}

.bannerText_item.center_items{
    justify-content: flex-start;
}

/* ========btn ======= */
/* .banner_section  */

.btn.blueBtn{
    background-color: #392d7d;
    color: #fff;
    margin-top: 1rem;
    /* margin-left: 30px; */
    padding: 0px 25px;
    height: 35px;
    padding-right: 5px;
    display: inline-flex;
    display: -ms-inline-flexbox;
    align-items: center;
    position: relative;
    border-radius: 4px;
    border-left: 6px solid #f1b51c;
    transition: all .5s ease;
}

/* .banner_section .btn::after{
    content: "\f30b";
    font-family: "Font Awesome 6 Free";
} */

.btn.blueBtn i{
    transform: translateX(-30px);
    transition: all .5s ease;
    opacity: 0;
    visibility: hidden;
    /* display: none; */
}

.btn.blueBtn:hover{
    padding-right: 25px;
    color: #ccc !important;
}

.btn.blueBtn:hover i{
    transform: translateX(10px);
    /* display: inline-block; */
    opacity: 1;
    color: #f1b51c;
    visibility: visible;
}


/* ====== coursePrice_card ======= */
.coursePrice_card{
    box-shadow: 0px 0px 10px rgba(57, 45, 125,0.2);
    /* padding: 20px 10px; */
    border-radius: 4px;
    margin-top: -90%;
    /* background-color: rgba(255, 255, 255, 0.1); */
    /* background-color: #fff; */
}



.courseFee {
    margin: .2rem 0rem;
    text-align: center;
}

.courseFee h1{
    font-size: 40px;
    font-weight: 900;
    margin-bottom: 0.5rem;
}

.courseFee h5{
    font-size: 28px;
    font-weight: 800;
    color: #e86e25;
}

.courseFee h5 strike,
.courseFee h5 span{
    color: #6d6e71;
    margin-right: 8px;
    font-size: 18px;
}

.courseFee p{
    color: #392d7d;
    padding-top: 10px;
    font-size: 18px;
    font-weight: 800;
}

.courseFee .btn{
    margin-left: 0px;
    margin: 1rem 0;
    margin-top: 2rem;
}

/* ======= form======= */
.card.formCard{
    margin-top: 1rem;
    border: none;
    /* background-color: rgba(255, 255, 255, 0.8); */
}

.card.formCard .card-header{
    color: #e86e25;
    text-align: center;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase; 
}

.card.formCard .card-body{
    padding: 20px 20px;
}

.card.formCard .form-control,
.card.formCard .form-select{
    margin-bottom: 15px;
    border: 1px solid #ccc;
    color: #e86e25;
    border-radius: 2rem;
    padding-left: 20px;
    font-size: 14px;
    transition: all .5s ease;
}

.card.formCard .form-control:focus,
.card.formCard .form-select:focus{
    box-shadow: 0px 0px 6px #e86e25;
    border: 1px solid rgba(232, 110, 37, 0.1);
}

.card.formCard .form-control::placeholder,
.card.formCard .form-select::placeholder{
    color: #ccc;
    opacity: 0.6;
}

.card.formCard form .btn{
    display: block;
    background-color: #392d7d;
    color: #fff;
    width: 200px;
    border-bottom: 2px solid #f1b51c;
    margin: 10px auto;
    border-radius: 2rem;
    line-height: 30px;
    transition: all .5s ease;
}
.card.formCard form .btn:hover{
    color: #f1b51c;
    opacity: 0.8;
}


/* =========== aboutNse_section =============== */
.gray_bg{
    background-color: #ECEAF5;
}

.aboutInner_container .about_heading h1{
    font-size: 30px !important;
    font-weight: 800;
    letter-spacing: .8px;
    padding-bottom: 10px;
    display: inline-block;
    position: relative;
    z-index: 1;
    line-height: 45px;
}

.about_heading h1::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    border-radius: 2rem;
    background-color: #f1b51c;
    left: 0;
    bottom: 2.5px;
    z-index: -1;
}

span.pipe{
    color: #ECEAF5;
    height: 100%;
    /* font-size: 30px; */
    border-radius: 2rem;
    opacity: 0.5;
}

hr.line{
    background-color: #ccc;
    box-shadow: 0px 0px 6px rgba(0,0,0,0.4);
    width: 85%;
    margin: 0px auto;
}

.about_heading h1::before{
    content: '';
    position: absolute;
    width: 100px;
    height: 8px;
    border-radius: 1px;
    background-color: #f1b51c;
    left: 0;
    bottom: 0px;
    z-index: 1;
}

.aboutText_container{
    background-color: #fff;
    padding: 1rem;
    border-radius: 4px;
    box-shadow: 0px 0px 4px #ECEAF5;
    position: relative;
    z-index: 1;    
   text-align: justify;
}

.aboutText_container::before{
    content: '';
    /* position: absolute; */
    width: 30px;
    height: 30px;
    background-color: #fff;
    left: -15px;
    top: 20px;
    transform: rotate(45deg);
    z-index: -1;
}

.aboutCourse_section .aboutText_container{
    background-color: #ECEAF5;
    padding: 2rem 1rem;
    margin-right: 30px;
}

.aboutCourse_section .aboutText_container::before{
    left: auto;
    right: -15px;
    background-color: #ECEAF5;
}

.aboutText_container p{
    font-size: 16px;
    letter-spacing: .4px;
    color: rgb(196, 23, 23);
    word-spacing: 2px;
    line-height: 25px;
    margin-top: 1rem;
}



/* =============== social_links ============== */
/* .social_links{
    position: fixed;
    left: -5px;
    bottom: 0%;
    width: 55px;
    height: 200px; */
    /* background-color: #007aff; */
    /* background-color: #ECEAF5; */
    /* border-top-right-radius: 2rem;
    border-bottom-right-radius: 2rem; */
    /* box-shadow: 1px 1px 6px rgba(0,0,0,0.4); */
    /* background-color: #fff; */
    /* 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%;
    padding: 0px;
    margin: 0px ;
}

/* .social_links ul li{
    color: #fff;
    display: flex;
    width: 35px;
    height: 35px; */
    /* background-color: #392d7d; */
    /* border-radius: 50%; */
    /* background-color: #fff; */
    /* position: relative;
    transition: all .5s ease; */
    /* border: 1px solid #ccc; */
    /* margin: 0px ;
} */

/* .social_links ul li:hover{
    background-color: #392d7d;
} */

/* .social_links ul li a{
    width: 100%;
    height: 100%; */
    /* border-radius: 50%; */
    /* margin-right: 20px;
    position: absolute; */
    /* top: 50%;
    left: 50%;
    transform: translate(-50% , -50%); */
    /* color: #f1b51c; */
    /* color: #392d7d;
    background-color: #fff;
    display: grid;
    display: -moz-grid;
    display: -ms-grid;
    place-items: center;
    transition: all .5s ease;
    border-radius: 6px;
} */

/* .social_links ul li:nth-child(1) a{
    color: #0e76a8;
    border: 1px solid #0e76a8;
} */
/* 
.social_links ul li:nth-child(2) a{
    color: #29487D;
    border: 1px solid #29487D;
}
 
.social_links ul li:nth-child(3) a{
    color: #E4405F;
    border: 1px solid #E4405F;
}

.social_links ul li:nth-child(4) a{
    color: #00acee;
    border: 1px solid #00acee;
} */

/* .social_links ul li a:hover{ */
    /* background-color: #392d7d; */
    /* color: #fff;
    box-shadow: 1px 1px 6px rgba(0,0,0,0.4); */
/* } */

/* .social_links ul li:nth-child(1) a:hover{
    background-color: #0e76a8;
}
.social_links ul li:nth-child(2) a:hover{
    background-color: #29487D;
}
.social_links ul li:nth-child(3) a:hover{
    background-color: #E4405F;
}
.social_links ul li:nth-child(4) a:hover{
    background-color: #00acee;
} */

/* .social_links ul li h4{
    margin-right: 19px;
    position: absolute;
    top: 50%;
    left: 100px;
    transform: translate(-50% , -50%); */
    /* color: #231f20; */
    /* color: #f1b51c; */
    /* color: #fff;
    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:nth-child(1) h4{
    background-color: #0e76a8;
}
.social_links ul li:nth-child(2) h4{
    background-color: #29487D;
}
.social_links ul li:nth-child(3) h4{
    background-color: #E4405F;
}
.social_links ul li:nth-child(4) h4{
    background-color: #00acee;
}

.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 ul li:nth-child(1) h4::after{
    background-color: #0e76a8;
}
.social_links ul li:nth-child(2) h4::after{
    background-color: #29487D;
}
.social_links ul li:nth-child(3) h4::after{
    background-color: #E4405F;
}
.social_links ul li:nth-child(4) h4::after{
    background-color: #00acee;
} */
.social_links {
    position: fixed;
    left: -5px;
    bottom: 3%;
    width: 55px;
    height: 200px;
    background-color: #392d7d;
    /* background-color: #ECEAF5; */
    border-top-right-radius: 2rem;
    border-bottom-right-radius: 2rem;
    box-shadow: 1px 1px 6px rgb(0 0 0 / 40%);
    padding: 10px 0px;
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    z-index: 99;
    display: none;
}
.social_links ul {
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 90%;
    padding: 0;
    margin: 0;
}
.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 a{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    margin-right: 19px;
    position: absolute;
    /* top: 50%;
    left: 50%;
    transform: translate(-50% , -50%); */
    /* color: #f1b51c; */
    color: #fef2f2;
    display: grid;
    display: -moz-grid;
    display: -ms-grid;
    place-items: center;
    transition: all .5s ease;
    text-decoration: none;
}
.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;
}
/* ============= course_section ============== */
.section_heading{
    text-align: center;
    margin-bottom: 2rem;
}

/*.section_heading h1{
    display: inline-block;
    color: #fff8f3;
    font-size: 40px;
    font-weight: 800;
    border: 1px solid #392d7d;
    background-color: #392d7d;
    padding: 4px 25px;
    border-radius: 4px;
    border-left: 6px solid #f1b51c;
    border-right: 6px solid #f1b51c;
}*/

.section_heading h1 span{
    color: #f1b51c;
}

.course_container{
    margin-top: 1rem;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.course_container .course.card{
    margin: 1rem 0rem;
    border: none;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
    align-self: normal;
    width: 24%;
    min-height: 350px !important;
}

.course.card .card-header{
    background-color: #e0aa5c;
    padding-left: 20px;
    font-weight: 800;
    letter-spacing: 0px;
    color: #392d7d;
}
.modal-header{
    padding: 0px 10px;
}

.course.card .card-header i{
    width: 30px;
    height: 30px;
    background-color: #e0aa5c;
    position: absolute;
    left: -10px;
    top: -10px;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    /* box-shadow: ; */
    font-size: 14px;
}

.course.card .card-body p{
    color: #392d7d;
    font-size: 14px;
    letter-spacing: .6px;
    margin: 10px 0px;
    font-weight: 500;
    display: flex;
}

.course.card .card-body p i{
    font-size: 12px;
    margin-right: 5px;
    color: #e86e25;
    margin-top: 5px;
}


/* ============== courseFeature_section ============ */
.courseFeature_container{
    margin-top: 1rem;
}

.courseFeature{
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    padding: 10px 20px;
    margin: 10px 0px;
}

.courseFeature_container .courseFeature{
    box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
    padding: 25px 20px;
    padding-left: 60px;
    border-radius: 2rem;
    position: relative;
}

.courseFeature_container .courseFeature .courseImg{
    width: 55px;
    height: 55px;
    border-radius: 50%;
    position: absolute;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
    left: -20px;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border: 1px solid #e86e25;
    z-index: 1;
}

.courseFeature_container .courseFeature .courseImg::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    /* background-color: red; */
    left: 15%;
    bottom: 10%;    
    border-radius: 50%;
    z-index: -1;
    border-left: 3px dashed #f1b51c;
    transform: rotate(145deg);
}

.courseFeature_container .courseFeature .courseImg img{
     width: 100%;
    height: 100%;
    border-radius: 50%;
}


.courseFeature_container .courseFeature p{
    color: #392d7d;
    font-size: 16px;
    letter-spacing: .8px;
    font-weight: 500;
}

/* =========================bebefit_section=================== */


.bebefit_section .benefit_container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column;
    margin-top: 2rem;
	
}
.bebefit_section{
	    margin-top: 3rem;
}
.bebefit_section .container .section_heading {
	margin-bottom :0rem !important;  
}

.benefit_container .benefit{
    width: 100%;
    /* border: 1px solid #392d7d; */
    border-right: 1px solid #ECEAF5;
    margin-bottom: 15px;
    padding: 1rem 1rem 1rem 0rem;
}

.benefit_container .benefit:last-child{
    margin-bottom: 0px;
}



.benefit_container .benefit .benefit_img{
    width: 60%;
    height: 150px;
    display: flex;
    margin: 0 auto;
}
.benefit_img img{
	width:100%;
	height:100%;
}

.benefit_container .benefit .benefit_img img{
    width: 100%;
    /* height: 100%; */
}


.benefit.certificate .benefit_img{
    width: 100%;
    height: 100%;
}

.benefit.certificate .benefit_img img{
    width: 100%;
    height: 100%;
    border-top-left-radius: 8px;
    border-radius: 8px;
}

.benefit_container .benefit ul li{
    margin-top: 1rem;
    font-size: 18px;
    color: #392d7d;
    /* text-align: center; */
    font-weight: 600;
    /* font-style: italic; */
}

.benifit_list_point li{
	list-style-image: url(double-tick.png)
}

.benifit_list_point{
	padding-inline: 1rem;
}

.benefit_container .benefit p i{
    font-size: 11px;
    color: #e86e25;
    margin-right: 5px;
}

.program_certificate{
    background-color: #e86e25;
    padding: 0px 0px 0px 10px;
    border-radius: 8px;
}

.program_certificate .course_design{
    padding: 10px 10px;
    color: #ECEAF5;
    letter-spacing: .6px;
    font-weight: 800;
}

/* ==========================nseAcademy_section====================== */

.nseAcademy_section .nse_para{
    padding: 10px;
}
.nseAcademy_section .nse_para p{
    color: #392d7d;
    font-weight: 500;
    line-height: 30px;
}

.nseAcademy_section .nse_img{
    width: 100%;
    height: 350px;
    position: relative;
}

.nseAcademy_section .container .nse_img::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #878c9f;
    transform: rotate(-4deg);
    z-index: -1;
}

.nseAcademy_section .nse_img img{
    width: 100%;
    height: 100%;
}

/* ================== faculty_section =========== */


.faculty_section .faculty_container{
    border: 1px solid #ccc;
    margin: 4rem;
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
    padding: 1rem;
    padding-top: .5rem;
    border-radius: 8px;
}

.faculty_container .faculty_img{
    margin-right: 2rem;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    margin-top: -70px;
}

.faculty_container .faculty_img img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.facultyImages{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.faculty_logo{
    width: 120px;
    margin-bottom: 1rem;
}

/* .faculty_container .faculty_text{ */
    /* width: calc(100% - 180px); */
/* } */

.faculty_text h2{
    color: #392d7d;
    font-size: 25px;
    font-weight: 800;
    letter-spacing: .6px;
    padding-bottom: 15px;
    margin-bottom: 5px;
    display: block;
    position: relative;
}

.faculty_text h2::before{
    content: '';
    position: absolute;
    width: 100px;
    height: 8px;
    background-color: #f1b51c;
    left: 0;
    bottom: 0;
}

.faculty_text h2::after{
    content: '';
    position: absolute;
    width: 98%;
    height: 2px;
    background-color: #f1b51c;
    left: 0;
    bottom: 3px;
}

.faculty_text span{
    color: #666;
    font-size: 14px;
    display: block;
    margin-bottom: 2rem;
    letter-spacing: 1px;
}

.faculty_text p{
    font-size: 16px;
    color: #392d7d;
    margin-bottom: 10px;
}

/* ================= courseBrief_section ================== */
.courseBrief_section .courseBrief_container{
    padding: 2rem 0rem;
}

.courseBrief{
    width: 100%;
    height: 100%;
    border: 1px solid #ccc !important;
    padding: 2rem 1rem;
    border-radius: 8px;
    align-self: normal;
}

/*.courseBrief h1{
    color: red !important;
    margin-bottom: 1rem;
    font-size: 22px;
    font-weight: 800;
    line-height: 30px;
    padding-bottom: 15px;
    position: relative;
}*/

.courseBrief h2::before{
    content: '';
    position: absolute;
    width: 50px;
    height: 8px;
    background-color: #f1b51c;
    left: 0;
    bottom: 0;
}

.courseBrief h2::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #f1b51c;
    left: 0;
    bottom: 3px;
}

.courseBrief p{
    font-size: 14px;
    color: #392d7d;
    letter-spacing: .8px;
    font-weight: 500;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    line-height: 25px;
}

.courseBrief p span{
    font-weight: 800;
    color: #e86e25;
    width: 25%;
}

/* ================== contact_section =============== */
.main_bg{
    background-color: #392d7d;
}

.contact_container {
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    justify-content: space-evenly;
    padding: 10px 0px;
}

.contact_container .contact{
    display: flex;
    display: -ms-flexbox;
    align-items: center;
}

.contact_container .contact i{
    font-size: 25px;
    color: #f1b51c;
    margin-right: 15px;
}

.contact_container .contact h6{
    color: white;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: .6px;
    position: relative;
    padding-bottom: 12px;
}

.contact_container .contact h6::before{
    content: '';
    position: absolute;
    width: 30px;
    height: 6px;
    background-color: #f1b51c;
    left: 0;
    bottom: 0;
}

.contact_container .contact h6::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #f1b51c;
    left: 0;
    bottom: 2px;
}

.contact_container .contact a{
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .6px;
    transition: all .5s ease;
}

.contact_container .contact a:hover{
    color: #e86e25;
}
/* ==================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: 50%;
    font-size: 14px;
    transform: rotate(-90deg);
    border-radius: 5px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    /* border: 4px solid #f1b51c; */
    opacity: 0;
    visibility: hidden;
    z-index: 99;
    transition: all .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;
} */



/* ======================= scrollTop ================ */

.scrolltop{
    position: fixed;
    width: 35px;
    height: 35px;
    background-color: #f1b51c;
    color: #fff;
    right: 1rem;
    bottom: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 5px;
    border: 2px solid #392d7d;
    opacity: 0;
    visibility: hidden;
    animation: scrollTop 5s ease-in-out infinite;
}

.scrolltop.show{
    opacity: 1;
    visibility: visible;
    z-index: 9999;
}

.scrolltop:hover{
    background-color: #f1b51c;
    border: 2px solid #392d7d;
    animation-play-state: paused;
}

@keyframes scrollTop{
    0%{
       transform: translateY(0px);
    }
    25%{
        transform: translateY(-15px);
    }
    50%{
        transform: translateY(0px);
    }
    75%{
        transform: translateY(15px);
    }
    100%{
        transform: translateY(0px);
    }
}


/* ======================testimonial_section=============== */
section.testimonial_section{
	float: left;
	position: relative;
	/* padding: 30px 0; */
	background: #fcfcfd;
	z-index: 1;
	width: 100%;
}
.section-separator {
	float: left;
	width: 100%;
	position: relative;
	margin: 20px 0;
}
.section-separator:before{
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	height: 3px;
	width: 50px;
	border-radius: 3px;
	z-index: 2;
	background-color: #007aff;
	margin-left: -25px;
}

.swiper-container {
	width: 100%;
    height: 100%;
    text-align: center;
}
.listing-carousel-button{
	position: absolute;
	top: 50%;
	width: 80px;
	height: 50px;
	line-height: 50px;
	margin-top: -25px;
	z-index: 100;
	cursor: pointer;
	background: #007aff;
	box-shadow: 0 9px 26px rgba(58, 87,135,0.45);
	transition: all 200ms linear;
	outline: none;
}
.listing-carousel-button.listing-carousel-button-next{
	right: -20px;
	padding-right: 20px;
    border-radius: 60px 0 0 60px;
    /* position: relative; */
}
.listing-carousel-button.listing-carousel-button-prev{
	left: -20px;
	padding-left: 20px;
    border-radius: 0 60px 60px 0;
    /* position: relative; */
}

.listing-carousel-button.listing-carousel-button-next i{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); 
}

.listing-carousel-button.listing-carousel-button-prev i{
    position: absolute; 
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.listing-carousel-button.listing-carousel-button-next:hover{
	right: -10px;
	background: rgba(6,27,65,0.4);
}
.listing-carousel-button.listing-carousel-button-prev:hover{
	left: -10px;
	background: rgba(6,27,65,0.4);
}
.testi-item {
	transition: all .3s ease-in-out;
	transform: scale(0.9);
	opacity: 0.9;
}
.testimonials-text {
	padding: 75px 50px 75px;
	overflow:hidden;
	background: #f5f6fa;
	border:1ps solid #f1f1f1;
    border-radius: 10px;
    padding-top: 40px;
    /* height: 500px; */
    transition: all .3s ease-in-out;
}

/* .objective_container .testimonials-text{
    height: 250px;
} */

.testimonials-text-after{
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	position: absolute;
	color: #ccc;
	opacity: .3;
	font-size: 35px;
	transition: all 400ms linear;
	bottom: 25px;
	right: 30px;
}
.testimonials-text-before{
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	position: absolute;
	color: #ccc;
	opacity: .3;
	font-size: 35px;
	transition: all 400ms linear;
	top: 25px;
	left: 30px;
}
.testimonials-text .listing-rating{
	float: none;
	display: inline-block;
	margin-bottom: 12px;
}
.listing-rating i{
	color: #007aff;
}
.testimonials-avatar h3{
	font-weight: 600;
	color: #7d93b2;
	font-size: 18px;
}
.testimonials-avatar h4{
	 font-weight:400;
	 font-size:12px;
	 padding-top:6px;
	 color:#007aff;
}
.testimonials-carousel .swiper-slide{
    padding: 30px 0;    
}	

.objective_container .testimonials-carousel .swiper-slide{
    padding-bottom: 10px;
}

.testi-item{
    background-color: #fff;
    position: relative;
    box-shadow: 0 9px 26px rgba(58, 87,135,0.1);
    /* overflow: hidden; */
}

.testi-avatar{
	position: absolute;
	left: 50%;
	top: -30px;
	width: 90px;
	height: 90px;
	margin-left: -45px;
    z-index: 20;
    /* overflow: hidden; */
}
.testi-avatar img{
	width: 90px;
	height: 90px;
	float: left;
	border-radius: 100%;
	border:6px solid #fff;
	box-shadow: 0 9px 26px rgba(58, 87,135,0.1);
}

.testi-item{
    /* background-color: green; */
    /* overflow: hidden; */
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.objective_container .testi-avatar{
    /* width: 110px;
    height: 110px;
    top: -50px; */
    position: relative;
    width: 100%;
    height: 220px;
    /* background-color: red; */
    margin: 0px;
    left: 0% ;
    top: 0px;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.objective_container .testi-avatar img{
	/* width: 110px;
    height: 110px; */
    width: 100%;
    height: 100%;
    margin: 0px;
    border-radius: 0px;
    border: 0px;
}

.objective_container .testimonials-text-before{
    top: initial;
}

.swiper-slide-active .testimonials-text {
    /* margin-top: 1rem; */
	background: #fff;
	box-shadow: 0 9px 26px rgba(58, 87,135,0.1);
}
.testimonials-text p{
	color: #878c9f;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	/* font-style: italic; */
    line-height: 24px;
    padding-top: 20px;
	padding-bottom: 0px;
	font-weight: 500;
}
.swiper-container{
    padding-top: 2rem !important;
}
.text-link{
	position: absolute;
	bottom:0;
	padding: 15px 0;
	border-radius: 10px 10px 0 0;
	background: #f9f9f9;
	border:1px solid #eee;
	box-shadow: 0 10px 15px rgba(0,0,0,0.03);
	left: 50%;
	width: 200px;
	margin-left: -100px;
}
.swiper-slide-active .testi-item{
	opacity: 1;
	transform: scale(1.0);
}
.tc-pagination,
.tc-pagination_1{
	float: left;
	margin-top: 10px;
	width: 100% !important;
}
.tc-pagination_wrap {
	position: absolute;
	bottom: -40px;
	left: 0;
	width: 100%;
}
.tc-pagination2{
	float: none;
	display: inline-block;
	padding: 14px 0;
	background: #fff;
	border-radius: 30px;
	min-width: 250px;
    border-bottom: 0;
    background: red;
}
.tc-pagination .swiper-pagination-bullet, .tc-pagination2.swiper-pagination-bullet,
.tc-pagination_1 .swiper-pagination-bullet, .tc-pagination2.swiper-pagination-bullet{
	opacity: 1;
	background: #384f95;
	margin:0 2px;
	width: 10px;
	height: 10px;
    transition: all 300ms ease-in-out;
    text-align: center;
}

.swiper-pagination-bullets-dynamic{
    text-align: center;
}


/* ====================footer====================== */

footer{
    width: 100%;
    /* height: 10px; */
    /* background-color: #392d7d; */
    margin-top: 0rem;
}

footer .copyrit{
    color: #6d6e71;
    padding: 1rem 3rem;
	text-align: center;
}

footer .footer_img{
    width: 100%;
    /* height: 10px; */
}

footer .footer_img img{
    width: 100%;
    /* height: 100%; */
    height: 6px;
}


#registerModal {
    z-index: 999999999999;
}

#registerModal .modal-header img {
    width: 12rem !important;
}

.get_in_touch_inner {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.get_in_touch_inner .section_heading_main {
    color: var(--bs-white);
}

.get_in_touch_innerForm {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.get_in_touch_innerForm form {
    background-color: #fff;
    z-index: 9;

}

.get_in_touch_innerForm_title h4 {
    font-size: 0.9rem;
    color: #392d7d;
    font-weight: 600;
    text-align: center;
    margin: 1rem 0;
}

.get_in_touch_innerForm_input {
    display: flex;
    flex-direction: column;
    gap: 1.1rem;
    padding: 20px;
}

.get_in_touch_innerForm_input .form-control {
    border-radius: 0px;
    border: none;
    background-color: #f2f2f3;
    font-size: 1rem;
    color: #777;
    border-radius: 0.3rem;
}

.get_in_touch_innerForm_input .form-control:focus {
    width: 100%;
    box-shadow: none;
    outline: none;
    background-color: #f2f2f3;
}

.get_in_touch_innerForm_input span {
    display: flex;
    gap: 1.2rem;
}

.get_in_touch_innerForm_input select {
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px,
        rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    font-size: 1rem;
    border: none;
    color: #777;
}

.get_in_touch_innerForm_input .form-control::placeholder {
    font-size: 0.9rem;
    letter-spacing: 1px;
    color: #777;
}

.get_in_touch_innerForm_input button {
    padding: 0.8rem 1.2rem;
    color: #fff;
    background-color: #392d7d;
    border: none;
    border-radius: 0.4rem;
    font-size: 0.9rem;
    font-weight: 500;
}

.btn-close {
    font-size: 0.9rem;
}


/* faculty css start 
 
.faculty_main_inner {
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
    justify-content: center;
}
 
 .faculty_main {
    width: 23.5%;
    height: 320px;
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: 16px;
} 
 
.faculty_card {
    cursor: default;
    width: 100%;
    height: 280px;
    padding: 160px 24px 48px;
    position: absolute;
    bottom: 0;
    border-radius: 16px;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #392d7d;
}
 
.faculty_card_img {
    width: 100px;
    height: 100px;
    flex-shrink: 0;
    border-radius: 160px;
    background-color: #392d7d; 
    z-index: 999;
    position: absolute;
    top: -54px;
    border-radius: 50%;
}
 
.faculty_card_img img {
  position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    object-fit: inherit;
    border-radius: 50%;
}
 
.faculty_main .faculty_card .faculty_content h4 {
    color: #f1b51c;
    text-align: center;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    padding-bottom: 8px;
}
 
.faculty_main .faculty_card .faculty_content h5 {
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
 
.faculty_main .faculty_card .faculty_content p {
    overflow-y: hidden;
    color: #392d7d;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    display: none;
}
  .faculty_card:hover {
    padding: 134px 24px 24px;
    border: 2px solid #035642;
    background: #fff;
    justify-content: start;
  }
  
  .faculty_card:hover h4, .faculty_card:hover h5{
    display: none !important;
} 

.faculty_card:hover p{
  height: 120px;
  font-size: 15px !important;
  overflow-y: scroll !important;
  text-align: justify;
  display: block !important;
  padding: 0 5px;
}

.faculty_card:hover p::-webkit-scrollbar {

  width: 2px;              
}

.faculty_card:hover p::-webkit-scrollbar-track {
  background: rgba(34, 34, 34, 0.37);       
}

.faculty_card:hover p::-webkit-scrollbar-thumb {
  background-color: rgb(31, 31, 31);   
  border-radius: 20px;       
  border: 1px solid rgba(34, 34, 34, 0.37); 
}

.text-content h2 {
    font-size: 32px;
    font-weight: bold;
}
*/

/* ======== Model  ======  */

.modal-header img{

  width: 155px;
  height: 87px;

}
.button-box{
  display: flex;
  align-items:  baseline;
  padding: 10px;
}


/* ========= Faculty ========= */
.faculty_heading{
  font-size: 2rem;
  color: black;
}

.section_container {
    padding-block: 3rem;
}


.text-content {
    flex: 1 1 50%;
}



/* faculty section start css  */

.faculty_main_inner{
  display: flex;
  /* flex-wrap: wrap; */
      width: 100%;
      height: 375px;
  gap: 1.2%;
  justify-content: center;
}

.faculty_main{
    width: 90%;
    height: 355px;
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: 16px;
}

.faculty_card{
    cursor: default;
    width: 100%;
    height: 330px;
    padding: 160px 24px 48px;
    position: absolute;
    bottom: 0;
    border-radius: 16px;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    background: #392e7d;
  }


.faculty_card_img {
    width: 120px;
    height: 120px;
    flex-shrink: 0;
    border-radius: 50%;
    /* background-color: #048e6c; */
    z-index: 999;
    position: absolute;
    top: -40px;
}
.faculty_card_img img{
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    border-radius: 50%;
    color: transparent;
  }
.faculty_content h5, .faculty_content h4{
    color: white;
  }

.faculty_main .faculty_card .faculty_content p{
    overflow-y: hidden;
    color: black;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    display: none;
    font-feature-settings: lining-nums proportional-nums;
    font-variant-numeric: lining-nums proportional-nums;
  }
.faculty_main .faculty_card .faculty_content h5{
    color: #fff;
    text-align: center;
    font-feature-settings: lining-nums proportional-nums;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
   }

.faculty_main .faculty_card .faculty_content h4{
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    padding-bottom: 8px;
    }

.faculty_card:hover {
    padding: 134px 24px 24px;
    border: 2px solid #392e7d;
    background: #fff;
    justify-content: start;
  }
  
  .faculty_card:hover h4, .faculty_card:hover h5{
    display: none !important;
} 

.faculty_card:hover p{
  height: 120px;
  font-size: 15px !important;
  overflow-y: scroll !important;
  text-align: justify;
  display: block !important;
  padding: 0 5px;
}


.faculty_card:hover p::-webkit-scrollbar {

  width: 2px;              
}

.faculty_card:hover p::-webkit-scrollbar-track {
  background: rgba(34, 34, 34, 0.37);       
}

.faculty_card:hover p::-webkit-scrollbar-thumb {
  background-color: rgb(31, 31, 31);   
  border-radius: 20px;       
  border: 1px solid rgba(34, 34, 34, 0.37); 
}

.faculty_card {
    padding: 119px 30px 55px;
}

/* ==== footer ==== */

.nse-footer {
  background-color: #ffffff;
  color: #333;
  padding: 50px 20px 20px;
  border-top: 1px solid #ddd;
}

.footer-top {
  display: flex;
  /* flex-wrap: wrap; */
    gap: 148px;
    /* justify-content: space-between; */
    /* max-width: 1110px; */
  margin: auto;
}

.center-text{
  text-align: center;
}

.footer-col {
  flex: 1;
  min-width: 220px;
}

.footer-logo {
  width: 150px;
  margin-bottom: 15px;
}

.footer-col h4 {
  color: #000;
  font-size: 1.1rem;
  margin-bottom: 15px;
}

.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col ul li {
  margin-bottom: 10px;
}

.footer-col ul li a {
  text-decoration: none;
  color: #444;
  transition: color 0.3s;
}

.footer-col ul li a:hover {
  color: #000;
}

.footer-col p, .footer-col a {
     font-size: 1.3rem;
    text-align: justify;
    color: #392e7d;
}

.footer-col{
  width: 50%;
}

.social-icons {
  display: flex;
  gap: 12px;
  margin-bottom: 20px;
  font-size: 1.2rem;
  justify-content: end;
}

.social-icons a {
  color: #444;
  transition: color 0.3s;
}

.social-icons a:hover {
  color: #000;
}

.app-buttons {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.app-buttons img {
  height: 40px;
  object-fit: contain;
}

.footer-bottom {
  text-align: center;
  /* margin-top: 30px; */
  /* border-top: 1px solid #eee; */
  /* padding-top: 20px; */
}

.footer-bottom p {
  margin: 0;
  font-size: 0.9rem;
}

.policy-links {
  margin-top: 10px;
  padding-bottom: 10px;
}

.policy-links a {
  color: #666;
  margin: 0 5px;
  text-decoration: none;
}

.policy-links a:hover {
  text-decoration: underline;
  color: #000;
}

.social-icons i{
     color: #392e7d;
    font-size: 35px;
}
.copyright__socialMedia_icons{
border-radius: 30px;
border: none;
background-color: transparent;
}





/*====srishti=============*/
.section_heading h2 {
    font-size: 3rem;
    color: var(--black-color);
    position: relative;
}
    .testimonials_carousel_inner_card_BTM {
    display: flex;
    align-items: center;
    gap: 2rem;
    position: relative;
}
.testimonials_carousel_inner_card_BTMIMG {
    min-width: 5rem;
    max-width: 5rem;
    min-height: 5rem;
    max-height: 5rem;
  /*  border-radius: 50%; */
    overflow: hidden;
}
    .testimonials_carousel_inner_card_center p {
    font-size: 1.2rem;
    color: var(--bs-gray);
    }
    

.testimonials_carousel_inner
{
    padding: 3rem;
}
.testimonials_carousel_inner_card {
    min-width: 70%;
    /* max-width: 75%; */
    padding: 2rem;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
    background-color: var(--white-color);
    border-radius: .6rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
    .swiper {
      width: 100%;
      height: 100%;
      border:none;
    }
 
    .swiper-slide {
        display: flex;
        flex-direction: column;
      font-size: 18px;
      display: flex;
      justify-content: center;
      align-items: center;
      border: none;
    }
 
    .testimonials_carousel_inner_card_BTMIMG img {
    width: 100%;
    height: 100%;
}

.testimonials_carousel_inner_card_BTM h6 {
    font-size: 1.3rem;
    color: #e66f25;
    line-height: 2.4rem;
    border-left: 1px solid rgb(185, 184, 184);
    padding-left: 20px;
}

.testimonials_carousel_inner_card_BTM {
    display: flex;
    align-items: center;
    gap: 2rem;
    justify-content: left;
    position: relative;
}

.testimonials_carousel_inner_card_heading h4 {
    font-size: 1.5rem;
    color: #392d7d;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 1.5rem !important;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    color: #392d7d !important;
    font-weight: bold !important;
}

/*.. updated css start*/
.sub_heading2{
    font-weight: 500;
    letter-spacing: 1px;
    color: green;	
}

.about_section_heading{
 color: green;
 font-size: 30px !important;
}
.course_content_heading{
     display: inline-block;
    color: #fff8f3;
    font-size: 40px;
    font-weight: 800;
    border: 1px solid #392d7d;
    background-color: #392d7d;
    padding: 4px 25px;
    border-radius: 4px;
    border-left: 6px solid #f1b51c;
    border-right: 6px solid #f1b51c;
}	 

.course .card-header h3{
	font-size: 30px;
}

.course_features_heading{
  display: inline-block;
    color: #fff8f3;
    font-size: 40px;
    font-weight: 800;
    border: 1px solid #392d7d;
    background-color: #392d7d;
    padding: 4px 25px;
    border-radius: 4px;
    border-left: 6px solid #f1b51c;
    border-right: 6px solid #f1b51c;
}	

.faculty_section_heading{
  display: inline-block;
    color: #fff8f3;
    font-size: 40px;
    font-weight: 800;
    border: 1px solid #392d7d;
    background-color: #392d7d;
    padding: 4px 25px;
    border-radius: 4px;
    border-left: 6px solid #f1b51c;
    border-right: 6px solid #f1b51c;
}	

.About_NSE_Academy_heading{
	 display: inline-block;
    color: #fff8f3;
    font-size: 40px;
    font-weight: 800;
    border: 1px solid #392d7d;
    background-color: #392d7d;
    padding: 4px 25px;
    border-radius: 4px;
    border-left: 6px solid #f1b51c;
    border-right: 6px solid #f1b51c;
}
.additional_Benefits_heading{
	 display: inline-block;
    color: #fff8f3;
    font-size: 40px;
    font-weight: 800;
    border: 1px solid #392d7d;
    background-color: #392d7d;
    padding: 4px 25px;
    border-radius: 4px;
    border-left: 6px solid #f1b51c;
    border-right: 6px solid #f1b51c;
}

.testmonial_heading{
    display: inline-block;
    color: #fff8f3;
    font-size: 40px;
    font-weight: 800;
    border: 1px solid #392d7d;
    background-color: #392d7d;
    padding: 4px 25px;
    border-radius: 4px;
    border-left: 6px solid #f1b51c;
    border-right: 6px solid #f1b51c;
}

.contact_heading{
    display: inline-block;
    color: #fff8f3;
    font-size: 40px;
    font-weight: 800;
    border: 1px solid #392d7d;
    background-color: #392d7d;
    padding: 4px 25px;
    border-radius: 4px;
    border-left: 6px solid #f1b51c;
    border-right: 6px solid #f1b51c;
}

.course_obj{
	color: white;
	font-size: 20px;
	
}.course_obj1{
	color: white;
	font-size: 20px;
}	
	
.course_obj_para{
    font-size: 14px;
    color: #392d7d;
    letter-spacing: .8px;
    font-weight: 500;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    line-height: 25px;
}
.course_obj_para1{
    font-size: 14px;
    color: #392d7d;
    letter-spacing: .8px;
    font-weight: 500;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    line-height: 25px;
}

.nse_webinar_box{
	width: 100%;
	height: 100%;
}
.nse_webinar_box img{
	width: 100%;
	height: 100%;
}


/* disclaimer css start  */
.disclaimer_section{
  background-color: white;
  padding: 1rem;
  width: 90%;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  margin: 0 auto;
  border-radius: 10px;
}
.disclaimer_section h4{
  color: #392e7d;
  font-size: 1.8rem;
    padding-bottom: 5px;
}
.disclaimer li{
  list-style:outside;
  padding-bottom: 2px;
  color: black;
}
.disclaimer{
  padding-inline: 2rem;
}

.nse_logo{
    width: 120px;
    height: 60px;
}

.right_logo{
    width: 120px;
    height: 60px;
}

/* one faculty css code start  */
.one_faculty>.container>.section_heading>.About_NSE_Academy_heading{
   color: #392d7d;
   font-size: 40px;
}
.one_faculty .nse_para{
    padding: 10px;
	border: none;
}
.one_faculty .nse_para p{
    color: #392d7d;
    font-weight: 500;
    line-height: 30px;
}

.one_faculty .nse_img{
    width: 100%;
    height: 350px;
    position: relative;
}
.one_faculty .nse_img::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #878c9f;
    transform: rotate(-4deg);
    z-index: -1;
}
  
.one_faculty .nse_img img{
    width: 450px ;
    height: 350px;
}

/* one faculty css code end  */


 /* about partner css code start here  */
 
.about_partner .section_heading .About_NSE_Academy_heading{
    color: #392d7d;
   font-size: 40px;
}


.about_partner .nse_para{
    padding: 10px;
	border: none;
}

.about_partner .nse_para p{
    color: #392d7d;
    font-weight: 500;
    line-height: 30px;
}

.about_partner .nse_para2{
    padding: 10px;
}
.about_partner .nse_para2 p{
    color: #392d7d;
    font-weight: 500;
    line-height: 30px;
}

.about_partner .nse_img{
    width: 100% !important;
    height: 350px !important;
    position: relative;
   border-radius: 10px;
}

.about_partner .nse_img img{
    width:450px !important;
    height: 350px !important;
}
 /* about partner css code end here  */
 
 .nseAcademy_section{
	 margin-top: 3rem;
 }

.swiper.facultyswiper{
	padding-inline: 2rem !important;
} 



















 
/* ================= media query ================ */
@media only screen and (max-width: 980px){
    header .container{
        margin: 0px auto;
    }

    .coursePrice_card{
        margin-top: 1rem;
    }
}

@media only screen and (max-width: 680px){
.navbar-toggler{
   display: none;
}
.right_logo{
    display: none;
}

    .aboutInner_container .about_heading h1{
        margin-bottom: 2rem;
    }

    /* .aboutText_container{
        position: relative;
    } */

    .aboutText_container::before{
        top: -15px !important;
        left: 50% !important;
        transform: translateX(-50%) rotate(45deg);
    }

    .reverse_column{
        flex-direction: column-reverse;
    }

    .aboutCourse_section .aboutText_container{
        margin-right: 0px;
    }

    .aboutCourse_section .aboutText_container::before{
        left: 50%;
    }
    .course_container .course.card{
        width: 100% !important;
    }
    .courseFeature_container .courseFeature .courseImg{
        left: -10px;
    }
    .faculty_section .faculty_container{
        margin: 4rem 1rem;
        flex-wrap: wrap;
    }
    .faculty_container .faculty_text{
        width: 100%;
    }
    .contact_container{
        flex-wrap: wrap;
    }
    .contact_container .contact{
        margin: 1.5rem 0rem;
        width: 48%;
    }

    /* New css */

    .fact-card {
 width:100%;  /* card width */
}
.faculty_card {
    height: 100% !important;
    padding: 119px 30px 55px;
}
.fact_main {  /* executive.css 415 line */
    width: 310px !important;
    
   flex-direction:column;
}

.cards-box { /* executive.css 1506 line  prog highlight*/
     flex-direction: column;
}

.cards-box .mini-box {
    width: 100%;
    height: 100%;
}


.faculty_heading {
    text-align: center;
}
.faculty_main_inner {     /* executive.css 433 line  prog highlight*/
    height: 100% !important;
    flex-direction: column;
    gap: 40px !important;
}
.faculty_main {
    width: 100%;
    height: 310px !important;
    top: 25px;
}
.footer-top
 { 
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center;
 }


 .social-icons {
  display: flex;
  gap: 5px;
  margin-bottom: 10px;
  font-size: 0.8rem !important ;
}

.about_partner .nse_img img,.one_faculty .nse_img img{
	 width: 365px !important;
	 height: 250px !important;
}
.benifit_list_point li{
text-align: center;
}

.about_partner .nse_img {
    width: 100%;
    height: 278px !important;
}
}

#registerModal1 .modal-dialog .modal-content .modal-header img {
    width: 135px;
    height: 60px;
}

#registerModal1 .modal-dialog .modal-content .modal-header{
	 padding: 8px 10px;
}

.social_img{
width:30px;
height:30px
}




/*pdp_style.css */

header {
    width: 100%;
    position: fixed;
    top: 0;
    z-index:999;
}
.banner_section{
margin-top: 5%;
}

.course .card-body{
overflow-y:auto;
min-height:200px;
height:200px;
}
/* ====================== scrollbar =========================== */

.course .card-body::-webkit-scrollbar {

  width: 1.5px !important;

}
 
.course .card-body::-webkit-scrollbar-track {

  background-color: #fff !important;

}
 
.course .card-body::-webkit-scrollbar-thumb {

  background-color: #392d7d !important;

}
 

@media only screen and (max-width: 680px) {
     .banner_section{
        margin-top: 20%;
     }
    .banner_text  h1  {
      font-size: 35px;
    }
    .about_partner .nse_img img, .one_faculty .nse_img img {
        width: 100% !important;
        height: 100% !important;
    }
    .nseAcademy_section .nse_img,.one_faculty .nse_img {
      width: 100%;
      height: 100%;
     position: relative;
    }
   .contact_container .contact {
        margin: 1.5rem 0rem;
        width: 100%;
        align-items: center;
    }
}
@media only screen and (max-width: 999px) {
    .navbar-toggler {
        display: none;
    }
}