*{
    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;
}

body{
    scroll-behavior: smooth;
    overflow-x: hidden;
} 

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;
}

.frequently_asked .header ul li{
    list-style: disc;
}

.nseAcademy_section .container .nse_para div ul li{
    list-style: disc;
    color: #e86e25;
    margin: 1rem;
}

.nseAcademy_section .container .nse_para div ul li span{
    color: #392d7d;
    font-weight: 500;
    font-size: 14px;
}

.courseBrief_section .container .courseBrief_container .courseBrief ul li{
    list-style: disc;
}


.courseBrief_section .container .courseBrief_container ul li{
    list-style: disc;
    color: #e86e25;
    margin: 1rem;
}

.courseBrief_section .container .courseBrief_container ul li span{
    color: #392d7d;
    font-weight: 500;
    font-size: 14px;
}

.section{
    padding: 40px 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;
    /* background-color: #fff; */
}

header .navbar{
    padding: 0px;
}

.navbar-brand img{
    width: 120px;
}

.navbar-nav{
    align-items: center;
}

.navbar-light .navbar-nav .nav-link{
    /* color: #392d7d;
    font-size: 18px;
    font-weight: 500; */
    letter-spacing: .8px;
}

/* .navbar-light .navbar-nav .nav-link.active{
    color: #e86e25;
} */

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.jpg');
    background-size: cover;
    background-position: center;
    /* border-bottom-left-radius: 8rem;
    border-bottom-right-radius: 8rem; */
    padding: 4rem 0rem;
    /* position: relative; */
    height: auto;
    background-blend-mode: overlay;
    background-color: currentcolor;
}



.banner_section::before{
    content: '';
    width: 100%;
    height: 100%;
    top: 75px;
    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;
}

.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 h2{
    color: #fff;
    font-size: 2.5rem;
    font-weight: 700;
}
.banner_section .banner_text h2 span{
    color: #f1b51c;
    font-size: 2.5rem;
    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-body{
    
    padding: 10px 20px;
    /*display: flex;*/
    align-items: center;
    justify-content: center;
}

/* .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;
    font-weight: 800;
    letter-spacing: .8px;
    color: #392d7d;
    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: 24px;
    border-radius: 2rem;
    opacity: 0.5;
    display: flex;
    align-items: center;
}

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;
}

.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: #392d7d;
    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;
}
.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%;
}

.course.card .card-header{
    background-color: #e0aa5c;
    color: #fff;
    padding-left: 20px;
    font-weight: 800;
    letter-spacing: .8px;
    color: #392d7d;
}

.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: 60%;
    height: 60%;
}


.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;
}



.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: 180px;
    /* height: 60px; */
}

.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 p{
    margin-top: 1rem;
    font-size: 18px;
    color: #392d7d;
    padding: 0px 10px;
    /* text-align: center; */
    font-weight: 600;
    /* font-style: italic; */
}

.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;
}

.bebefit_section .container .benefit_container h1 {
    font-size: 5rem;
    color: #f1b51c;
}
.bebefit_section .container .benefit_container h1 span {
    font-size: 3rem;
    color: #392d7d;
}

/* ==========================nseAcademy_section====================== */

.nseAcademy_section .nse_para{
    padding: 10px;
}
.nseAcademy_section .nse_para p{
    color: #392d7d;
    font-weight: 500;
    line-height: 30px;
    text-align: justify;
}

.nseAcademy_section .nse_img{
    width: 100%;
    height: 350px;
    position: relative;
}

.nseAcademy_section .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;
    padding: 2rem 1rem;
    border-radius: 8px;
    align-self: normal;
}

.courseBrief h1{
    color: #392d7d;
    margin-bottom: 1rem;
    font-size: 22px;
    font-weight: 800;
    line-height: 30px;
    padding-bottom: 15px;
    position: relative;
}

.courseBrief h1::before{
    content: '';
    position: absolute;
    width: 50px;
    height: 8px;
    background-color: #f1b51c;
    left: 0;
    bottom: 0;
}

.courseBrief h1::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: center;
    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: #ccc;
    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;
}

footer .footer_img{
    width: 100%;
    /* height: 10px; */
}

footer .footer_img img{
    width: 100%;
    /* height: 100%; */
    height: 6px;
}

/* ================= 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){
    .aboutInner_container .about_heading h1{
        margin-bottom: 2rem;
    }
	
	.bebefit_section .container .benefit_container h1 span {
    font-size: 1rem;
    color: #392d7d;
	}

	.bebefit_section .container .benefit_container h1 {
    font-size: 3rem;
    color: #f1b51c;
	}

    /* .aboutText_container{
        position: relative;
    } */

    .aboutText_container::before{
        top: -15px;
        left: 50%;
        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%;
    }
    .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%;
    }
    .listing-carousel-button{
        display: none;
    }
}

.frequently_asked {
    padding: 1rem 3rem 2rem 3rem;
}








/* <<=========================================== CSS UPDATES 13-jul-24 ===========================================>> */


/* MODEL FORM CSS */

/* register form modal start  */
       #registerModal{
        z-index: 99999999999999999999999;
    }

    #registerModal .modal-header img {
        width: 8rem;
    }

    .get_in_touch_inner {
        display: flex;
        flex-direction: column;
        gap: 2rem;
    }

    .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 {
        /* width: 2rem; */
        /* min-width: 40rem; */
        padding: 2rem;
        border-radius: .8rem;
        background-color: #fff;
        /* box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px; */
        z-index: 9;
    }

    .get_in_touch_innerForm_title h4 {
        font-size: 1.6rem;
        color: #392d7d;
        font-weight: 600;
        text-align: center;
        margin: 0rem 0rem 3rem;
    }

    .get_in_touch_innerForm_input {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        margin: 1rem 0;
    }

    .get_in_touch_innerForm_input .form-control {
        border-radius: 0px;
        border: none;
        background-color: #f2f2f3;
        font-size: 1rem;
        color: #777;
        padding: 0.4rem 1.2rem;
        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 {
        padding: 0.4rem 1.2rem;
        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: 1.2rem;
        letter-spacing: 1px;
        color: #777;
    }

    .get_in_touch_innerForm_input button {
        padding: 0.4rem 1.2rem;
        color: #fff;
        background-color: #392d7d;
        border: none;
        border-radius: .4rem;
        font-size: 1.2rem;
        font-weight: 500;
    }

    .btn-close {
        font-size: 1.4rem;
    }

        /* register form modal end */

        /* register form outer start */


    button, input, optgroup, select, textarea {
        margin: 0;
        font-family: inherit;
        font-size: inherit;
        line-height: inherit;
        }
        .body-form {    
        min-width: 10rem;
        /*filter: drop-shadow(2px 3px 3px rgb(0, 0, 0));
         box-shadow: 2px 2px 3px var(--nse-ex-light-red), -2px -2px 3px var(--nse-ex-light-red); */
        display: flex;
        flex-direction: column;
        /* align-items: center; */
        gap: 1px;
        max-width: 350px;
        background-color: #fff;
        padding: 10px;
        border-radius: 5px;
        position: relative;
        }
        .body-form label {
        position: relative;
        display: inline-block;
        }
        .body-form label .input {
        width: 100%;
        padding: 8px 5px 5px 5px;
        outline: 0;
        border: 1px solid rgba(105, 105, 105, 0.397);
        border-radius: 10px;
        font-size: 1.4rem;
    }
    .body-form label .input:placeholder-shown+span {
        top: 15px;
        font-size: .8rem;
    }
    .body-form label .input+span {
        position: absolute;
        left: 10px;
        top: 2px;
        color: grey;
        font-size: .6rem;
        cursor: text;
        transition: 0.3s ease;
    }
    .submit {
        border: none;
        outline: none;
        background-color: #392E7D;
        padding: 10px;
        border-radius: 10px;
        color: #fff;
        font-size: 16px;
        transform: .3s ease;
    }

      /* register form outer end */


      /* -----------------new css changes----------------------------- */
.apply-div{
   display: flex;
   flex-direction: row;
   align-items: center;
   gap: 15px;
   margin-top: 15px;
}
.apply-div .btn.blueBtn {
  margin-top: 0;
}