@import url('https://fonts.googleapis.com/css2?family=Average&family=Caveat:wght@400..700&family=Montaga&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Average&family=Caveat:wght@400..700&family=Montaga&family=Mooli&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montaga&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Mooli&display=swap');
html,
body {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: "Mooli", sans-serif;
    scroll-behavior: smooth;
}





.btn-one {
    background: #fff;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    padding: 10px 30px;
    border-radius: 200px;
    width: 300px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all ease .3s;
}

.btn-one i {
    transform: translate(0px, 0px);
    transition: all ease .3s;
}
.btn-one:hover i {
    transform: translate(10px, 0px);
    color: #0C315C;
}
.btn-two {
    background: #0C315C;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    padding: 10px 30px;
    border-radius: 200px;
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all ease .3s;
}

.btn-two i {
    transform: translate(0px, 0px);
    transition: all ease .3s;
}
.btn-two:hover {
    color: #fff;
}
.btn-two:hover i {
    transform: translate(10px, 0px);
    color: #fff;
}



/*header css starts*/

header.header {
    padding: 0px 0;
    position: relative;
    background-color: #fff;
}
header.header .logo-dv {
    width: 200px;
}

/*header css ends*/


/* banner section start  */

section.banner-section {
    position: relative;
    padding: 60px 0;
    background-color: #fff;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

section.banner-section .banner_content_inner h1 {
    font-size: 44px;
    color: #0C315C;
    font-family: "Montaga", serif;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

section.banner-section .banner_content_inner h2 {
    font-size: 28px;
    text-transform: uppercase;
    margin-top: 40px;
}

section.banner-section .banner_form_panel {
    background: #fff;
    padding: 20px 20px 0;
    height: 450px;
}
section.banner-section .banner_form_panel h4 {
    font-size: 22px;
    text-align: center;
    font-family: 'Montserrat';
    margin-bottom: 15px;
    padding: 0 10px;
}
section.banner-section #loginregister {
    box-shadow: none !important;
    border: 0 !important;
}
section.banner-section #loginregister .nav-tabs .nav-link {
    border: 0;
}



/* banner section end  */



/*Building the Nation section starts*/

section.building-nation-section {
    position: relative;
    padding: 60px 0;
}
section.building-nation-section h2 {
    font-size: 44px;
    text-align: center;
    color: #0C315C;
    text-transform: uppercase;
    font-family: 'Montaga';
        line-height: normal;
}
section.building-nation-section h2 .fnt-one {
    display: block;
    font-size: 30px;
    color: #000;
}
section.building-nation-section h2 .fnt-two {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #019E6F;
    font-family: 'Montserrat';
}

section.building-nation-section .buld-dv img {
    height: 65px;
    margin: 15px 0;
}
section.building-nation-section .buld-dv h3 {
    font-size: 20px;
    text-align: left;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    line-height: normal;
}

section.building-nation-section .buld-dv p {
    font-size: 16px;
    color: #000;
    opacity: 0.5;
}
section.building-nation-section > div {
    padding-bottom: 10px;
    border-bottom: 2px dashed #000;
}


/*Building the Nation section ends*/



/*career support section starts*/
section.career-support-section {
    position: relative;
    padding: 100px 0;
    background: #F1EFE5;
}

section.career-support-section h2 {
    font-size: 28px;
    color: #000;
    text-transform: uppercase;
    font-family: 'Montaga';
        line-height: normal;
}
section.career-support-section h2 .fnt-one {
    display: block;
    font-size: 34px;
        color: #0C315C;
}
section.career-support-section h2 .fnt-two {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #019E6F;
    font-family: 'Montserrat';
}

section.career-support-section .car-dv h3 {
    font-size: 16px;
    color: #000;
    opacity: 0.5;
}

/*career support section ends*/




/*course section starts*/

section.course-section {
    position: relative;
    padding: 80px 0;
    background: #0C315C;
    border-top: 6px solid #019E6F;
}

section.course-section .course-head h2 {
    font-size: 32px;
    color: #fff;
    font-family: 'Montaga';
    font-weight: 500;
    text-transform: uppercase;
}
section.course-section .course-head p {
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    line-height: normal;
    margin-top: 15px;
}

section.course-section ul li .nav-link {
    color: #fff !important;
    font-weight: 500;
    font-size: 16px;
    opacity: 0.7;
    border: 0 !important;
    transition: all ease .3s;
    padding: 10px 0;
    text-transform: uppercase;
}

section.course-section ul li .nav-link.active {
    background: transparent !important;
    border: 0 !important;
    color: #fff !important;
    font-weight: 700;
    font-size: 18px;
    opacity: 1;
    transition: all ease .3s;
}
section.course-section .course-dtl {
    height: 100%;
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    padding: 20px;
}
section.course-section .card-body h3 {
    font-size: 26px;
    margin-top: 0px;
    color: #0c315c;
    font-weight: 700;
    font-family: 'Montserrat';
}
section.course-section .card-body h4 {
    font-size: 22px;
    margin-top: 20px;
    color: #000;
    font-weight: 600;
    font-family: 'Montserrat';
    border-top: 1px solid #019e6f;
    padding-top: 15px;
}
section.course-section .card-body ul li {
    font-size: 16px;
    line-height: normal;
    margin-bottom: 10px;
    font-weight: 500;
    font-family: 'Montserrat';
    color: #000;
    opacity: 0.7;
}

section.course-section .nav-tabs .nav-item {
    margin-bottom: 0;
    width: 100%;
    border: 0 !important;
}

section.course-section .nav-tabs {
    display:none;
}

@media(min-width:768px) {
    section.course-section .nav-tabs {
        display: flex;
    }
    
    section.course-section .card {
        border: none;
    }

    section.course-section .card .card-header {
        display:none;
    }  

    section.course-section .card .collapse{
        display:block;
    }
}

@media(max-width:767px){
    section.course-section .tab-content > .tab-pane {
        display: block !important;
        opacity: 1;
    }
}


/*course section ends*/




/*image section starts*/


section.images-section {
    position: relative;
    padding: 60px 0 0;
}



/*image section ends*/

/*minds section starts*/
section.minds-section {
    position: relative;
    padding: 60px 0;
}
section.minds-section .mind-des img {
    height: 65px;
    margin: 0 0 15px;
}
section.minds-section .mind-des h3 {
    font-size: 20px;
    text-align: left;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    line-height: normal;
}
section.minds-section .mind-des p {
    font-size: 16px;
    color: #000;
    opacity: 0.5;
}
section.minds-section h2 {
    font-size: 34px;
    color: #0C315C;
    text-transform: uppercase;
    font-family: 'Montaga';
}
section.minds-section h2 .fnt-two {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #019E6F;
    font-family: 'Montserrat';
}



/*minds section ends*/





/*video setion starts*/

section.video-section {
    position: relative;
    background: #F1EFE5;
    padding: 60px 0;
}
section.video-section h2 {
    font-size: 34px;
    color: #0C315C;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Montaga';
}

section.video-section h2 span {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #019E6F;
    font-family: 'Montserrat';
}
/*video setion ends*/



/*testimonial section starts*/
section.testimonial-section {
    position: relative;
    background: #fff;
    padding: 60px 0;
}
section.testimonial-section h2 {
   font-size: 26px;
    color: rgba(0, 0, 0, 0.6);
    text-align: left;
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-weight: 700;
}
section.testimonial-section h2 span {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #019E6F;
    font-family: 'Montserrat';
}



section.testimonial-section .car-con p {
    display: flex;
    align-items: center;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    color: #00000094;
    position: relative;
    padding: 25px 50px;
    text-align: center;
}
section.testimonial-section .car-con p .quote-left {
    font-size: 80px;
    color: #019E6F;
    font-family: 'Montserrat';
    font-weight: 900;
    line-height: normal;
    top: 0;
    position: absolute;
    left: 0;
}

section.testimonial-section .car-con p .quote-right {
    font-size: 80px;
    color: #019E6F;
    font-family: 'Montserrat';
    font-weight: 900;
    line-height: 0;
    bottom: 15px;
    position: absolute;
    right: 0;
}
section.testimonial-section .dtl-test {
    display: flex;
}
section.testimonial-section .dtl-test > div {
    width: 60%;
    padding: 0 10px;
}

section.testimonial-section .dtl-test > div:first-child {
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    width: 30%;
}
section.testimonial-section .dtl-test h3 {
    font-size: 16px;
    color: #000;
    font-weight: 700;
    font-family: 'Montserrat';
    text-transform: uppercase;
}
section.testimonial-section .dtl-test h4 {
    font-size: 16px;
    color: #019E6F;
    font-weight: 700;
    font-family: 'Montserrat';
    text-transform: uppercase;
}
section.testimonial-section .dtl-test h5 {
    font-size: 16px;
    color: #000;
    font-weight: 700;
    font-family: 'Montserrat';
    text-transform: uppercase;
}

section.testimonial-section .next-prev {
    position: relative;
    display: flex;
    justify-content: right;
}
section.testimonial-section .next-prev a {
    position: relative;
    text-align: right;
    color: #000;
    filter: brightness(1) invert(1);
    width: 30px;
}



/*testimonial section ends*/


/*faq section starts*/


/* Border-bottom only style */

section.faq-section {
    padding: 0px 0 60px;
}

section.faq-section > div {
    padding-top: 60px;
    border-top: 2px dashed #000;
}

section.faq-section .faq-head h2 {
    font-size: 42px;
    font-family: 'Montserrat';
    font-weight: 700;
    color: #000;
    width: fit-content;
    border-bottom: 5px solid #03516B;
    padding: 0px 20px 10px 0px;
}
section.faq-section .faq-head h3 {
    font-size: 22px;
    font-family: 'Montserrat';
    font-weight: 700;
    color: #000;
    width: fit-content;
    margin-top: 10px;
}


section.faq-section .faq-item {
    border: none;
    border-bottom: 1px solid #e6e6e6;
    border-radius: 0;
    box-shadow: none;
}

/* Question button */
section.faq-section .faq-btn {
    width: 100%;
    font-size: 18px;
    padding: 15px 0;
    text-align: left;
    color: #000;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none !important;
    font-family: 'Montserrat';
}
section.faq-section .faq-btn:hover {
    color: #000;
}
/* Arrow icon */
section.faq-section .faq-arrow {
    font-size: 18px;
    transition: transform 0.3s ease;
}

/* Rotate arrow when active */
section.faq-section .faq-btn:not(.collapsed) .faq-arrow {
    transform: rotate(180deg);
}

section.faq-section #faqAccordion .card-body p {
    font-size: 16px;
    padding: 15px 0 20px 0;
    color: #000;
    opacity: 0.7;
    margin: 0;
    font-family: 'Montserrat';
}

/*faq section ends*/






/*footer starts*/
footer.footer {
    position: relative;
    background: #fff;
    padding: 40px 0 15px;
    box-shadow: inset 0px 160px 160px 0px hsl(0deg 0% 0% / 20%);
}

footer.footer h3 {
    font-size: 22px;
    font-weight: 500;
    color: #000;
    font-family: 'Montserrat';
    text-transform: uppercase;
    margin-left: auto;
        width: fit-content;
}
footer.footer h3 a {
    display: block;
    color: #000;
    font-weight: 700;
    margin-top: 6px;
    font-size: 26px;
    text-decoration: none !important;
}

footer.footer .copyright {
    padding: 15px 0 0 0;
    border-top: 1px solid #000;
    text-align: center;
    margin-top: 30px;
}
footer.footer .copyright p {
    font-size: 16px;
    color: #000;
    margin: 0;
    font-family: 'Montserrat';
}

/*footer ends*/





@media (min-width:1199.98px) and (max-width:1399.98px) {

section.banner-section .banner_content_inner h1 {
    font-size: 40px;
}
section.banner-section .banner_content_inner h2 {
    font-size: 22px;
}
section.building-nation-section .buld-dv img {
    height: 50px;
}
section.building-nation-section .buld-dv h3 {
    font-size: 18px;
}
section.building-nation-section .buld-dv p {
    font-size: 14px;
}

section.minds-section .mind-des img {
    height: 50px;
}
section.minds-section .mind-des h3 {
    font-size: 18px;
}
section.minds-section .mind-des p {
    font-size: 14px;
}
section.course-section ul li .nav-link {
    font-size: 14px;
}
section.course-section ul li .nav-link.active {
font-size: 16px;
}


}


@media (min-width:1023.98px) and (max-width:1199.98px) {
section.building-nation-section .buld-dv img {
    height: 50px;
}
section.building-nation-section .buld-dv h3 {
    font-size: 18px;
}
section.building-nation-section .buld-dv p {
    font-size: 14px;
}

section.minds-section .buld-dv img {
    height: 50px;
}
section.minds-section .buld-dv h3 {
    font-size: 18px;
}
section.minds-section .buld-dv p {
    font-size: 14px;
}

section.banner-section .banner_form_panel {
    margin-top: 30px;
    height:auto;
        padding: 20px 10px 0;

}
section.banner-section .banner_form_panel h4 {
    font-size: 20px;
}

}
@media (min-width:991.98px) and (max-width:1023.98px) {



section.banner-section .banner_form_panel {
    margin-top: 30px;
    height:auto;
        padding: 20px 10px 0;

}
section.banner-section .banner_form_panel h4 {
    font-size: 20px;
}



section.banner-section .banner_content_inner h1 {
    font-size: 30px;
}
section.banner-section .banner_content_inner h2 {
    font-size: 20px;
}
section.building-nation-section h2 .fnt-one {
    font-size: 20px;
}

section.building-nation-section h2 {
    font-size: 30px;
}

section.building-nation-section .buld-dv img {
    height: 45px;
}
section.building-nation-section .buld-dv h3 {
    font-size: 16px;
}
section.building-nation-section .buld-dv p {
    font-size: 14px;
}
section.career-support-section {
    padding: 60px 0;
}
section.career-support-section .car-dv h3 {
    margin-top: 15px;
}
section.career-support-section h2 {
    font-size: 18px;
}
section.career-support-section h2 .fnt-one {
    font-size: 28px;
}

section.course-section .course-head h2 {
    font-size: 28px;
}

section.course-section .course-head p {
    font-size: 16px;
}

section.course-section .card-header h5 a {
    font-size: 16px;
    color: #000;
    font-weight: 700;
    font-family: 'Montserrat';
    text-decoration: none !important;
}
section.course-section .course-dtl {
    padding: 0;
}
section.course-section .card-body h3 {
    font-size: 20px;
}
section.course-section .card-body h4 {
    font-size: 18px;
}
section.course-section .card-body ul li {
    font-size: 14px;

}
section.minds-section .mind-des img {
    height: 45px;
}
section.minds-section .mind-des h3 {
    font-size: 16px;
}
section.minds-section .mind-des p {
    font-size: 14px;
}

section.minds-section h2 {
    font-size: 24px;
}
section.video-section h2 {
    font-size: 24px;
}
section.testimonial-section h2 {
    font-size: 20px;
}
section.testimonial-section .car-con p .quote-left {
    font-size: 50px;
}
section.testimonial-section .car-con p .quote-right {
    font-size: 50px;
}
section.testimonial-section .car-con p {
    padding: 25px 25px;
}
section.testimonial-section .dtl-test > div:first-child {
    width: 5%;
}
section.testimonial-section .dtl-test > div {
    width: 95%;
}
section.faq-section .faq-btn {
    font-size: 16px;
}
footer.footer img {
    width: 180px;
    margin: auto;
    display: block;
}

footer.footer h3 {
   margin-left: 0;
    width: auto;
    margin-top: 25px;
    text-align: center;
}







}

@media (min-width:767.98px) and (max-width:991.98px) {



section.banner-section .banner_form_panel {
    margin-top: 30px;
    height:auto;
        padding: 20px 10px 0;

}
section.banner-section .banner_form_panel h4 {
    font-size: 20px;
}


section.banner-section .banner_content_inner h1 {
    font-size: 30px;
}
section.banner-section .banner_content_inner h2 {
    font-size: 20px;
}
section.building-nation-section h2 .fnt-one {
    font-size: 20px;
}

section.building-nation-section h2 {
    font-size: 30px;
}

section.building-nation-section .buld-dv img {
    height: 45px;
}
section.building-nation-section .buld-dv h3 {
    font-size: 16px;
}
section.building-nation-section .buld-dv p {
    font-size: 14px;
}
section.career-support-section {
    padding: 60px 0;
}
section.career-support-section .car-dv h3 {
    margin-top: 15px;
}
section.career-support-section h2 {
    font-size: 18px;
}
section.career-support-section h2 .fnt-one {
    font-size: 28px;
}

section.course-section .course-head h2 {
    font-size: 28px;
}

section.course-section .course-head p {
    font-size: 16px;
}

section.course-section .card-header h5 a {
    font-size: 16px;
    color: #000;
    font-weight: 700;
    font-family: 'Montserrat';
    text-decoration: none !important;
}
section.course-section .course-dtl {
    padding: 0;
}
section.course-section .card-body h3 {
    font-size: 20px;
}
section.course-section .card-body h4 {
    font-size: 18px;
}
section.course-section .card-body ul li {
    font-size: 14px;

}
section.minds-section .mind-des img {
    height: 45px;
}
section.minds-section .mind-des h3 {
    font-size: 16px;
}
section.minds-section .mind-des p {
    font-size: 14px;
}

section.minds-section h2 {
    font-size: 24px;
}
section.video-section h2 {
    font-size: 24px;
}
section.testimonial-section h2 {
    font-size: 20px;
}
section.testimonial-section .car-con p .quote-left {
    font-size: 50px;
}
section.testimonial-section .car-con p .quote-right {
    font-size: 50px;
}
section.testimonial-section .car-con p {
    padding: 25px 25px;
}
section.testimonial-section .dtl-test > div:first-child {
    width: 5%;
}
section.testimonial-section .dtl-test > div {
    width: 95%;
}
section.faq-section .faq-btn {
    font-size: 16px;
}
footer.footer img {
    width: 180px;
    margin: auto;
    display: block;
}

footer.footer h3 {
   margin-left: 0;
    width: auto;
    margin-top: 25px;
    text-align: center;
}






}


@media (min-width:320px) and (max-width:767.98px) {


section.banner-section .banner_form_panel {
    margin-top: 30px;
    height:auto;
        padding: 20px 10px 0;

}
section.banner-section .banner_form_panel h4 {
    font-size: 20px;
}

section.banner-section .banner_content_inner h1 {
    font-size: 30px;
}
section.banner-section .banner_content_inner h2 {
    font-size: 20px;
}
section.building-nation-section h2 .fnt-one {
    font-size: 20px;
}

section.building-nation-section h2 {
    font-size: 30px;
}

section.building-nation-section .buld-dv img {
    height: 45px;
}
section.building-nation-section .buld-dv h3 {
    font-size: 16px;
}
section.building-nation-section .buld-dv p {
    font-size: 14px;
}
section.career-support-section {
    padding: 60px 0;
}
section.career-support-section .car-dv h3 {
    margin-top: 15px;
}
section.career-support-section h2 {
    font-size: 18px;
}
section.career-support-section h2 .fnt-one {
    font-size: 28px;
}

section.course-section .course-head h2 {
    font-size: 28px;
}

section.course-section .course-head p {
    font-size: 16px;
}

section.course-section .card-header h5 a {
    font-size: 16px;
    color: #000;
    font-weight: 700;
    font-family: 'Montserrat';
    text-decoration: none !important;
}
section.course-section .course-dtl {
    padding: 0;
}
section.course-section .card-body h3 {
    font-size: 20px;
}
section.course-section .card-body h4 {
    font-size: 18px;
}
section.course-section .card-body ul li {
    font-size: 14px;

}
section.minds-section .mind-des img {
    height: 45px;
}
section.minds-section .mind-des h3 {
    font-size: 16px;
}
section.minds-section .mind-des p {
    font-size: 14px;
}

section.minds-section h2 {
    font-size: 24px;
}
section.video-section h2 {
    font-size: 24px;
}
section.testimonial-section h2 {
    font-size: 20px;
}
section.testimonial-section .car-con p .quote-left {
    font-size: 50px;
}
section.testimonial-section .car-con p .quote-right {
    font-size: 50px;
}
section.testimonial-section .car-con p {
    padding: 25px 25px;
}
section.testimonial-section .dtl-test > div:first-child {
    width: 5%;
}
section.testimonial-section .dtl-test > div {
    width: 95%;
}
section.faq-section .faq-btn {
    font-size: 16px;
}
footer.footer img {
    width: 90%;
    margin: auto;
    display: block;
}

footer.footer h3 {
   margin-left: 0;
    width: auto;
    margin-top: 25px;
    text-align: center;
}

footer.footer {
    padding: 20px 0 15px;
}



}



/* call button start  */

.CallButton {
    position: fixed;
    bottom: 15px;
    z-index: 2200000;
    right: 16px;
    box-shadow: 0 0 10px #ddd;
    /* background-color: var(--whiteColor); */
    background: #CE0004;
    border-radius: 100%;
    width: 60px;
    height: 60px;
}

.CallButton a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    font-size: 20px;
}

.CallButton a:hover {
    text-decoration: none;
    color: #fff;
}

/* call now button end  */
.fade.show {
    opacity: 1;
}

/* Apply Now button start  */

.applyNowButton {
    position: fixed;
    bottom: 250px;
    z-index: 2200000;
    right: 0;
    box-shadow: 0 0 10px #ddd;
    background: #000;
    border-radius: 8px 0px 0px 8px;
    width: 40px;
    height: 100px;
    padding: 10px 10px 10px 20px;
    text-align: center;
    overflow: hidden;
}

.applyNowButton a {
    display: flex;
    color: #fff;
    transform: rotate(270deg);
    justify-content: center;
    height: 100%;
    white-space: nowrap;
    width: 100%;
    align-items: center;
    font-size: 26px;
}

.applyNowButton a h5 {
    font-size: 14px;
    color: #fff;
}

.applyNowButton a:hover {
    text-decoration: none;
    color: #fff;
}

.applyNowButton a img {
    max-width: 90%;
}

/* Apply Now  button end  */