@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
html,
body {
    box-sizing: border-box;
    overflow-x: hidden;
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Montserrat';
    background: #3d2f6d;
}

.blue_color {
    color: #3d2f6d;
}

.blue_back {
    background: #3D2F6D;
}

.pink_color {
    color: #FF0A62;
}

.pink_back {
    background: #FF0A62;
}

.black_back {
    background: #000;
}

.lightBlue_back {
    background: #1183ba;
}

.lightBlue_color {
    color: #1183BA;
}

.green_color {
    color: #22E59F;
}

.green_back {
    background: #22E59F;
}

.dropdown-menu {
    border-radius: 0px;
}

.dropdown-item {
    font-size: 12px;
    font-weight: bold;
}

.dropdown-item:hover {
    background: #FF0A62;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
}

/* banner section start */

.banner_section {
    background: url('../../../images/frontend/courses_banner_back.png') no-repeat;
    background-size: cover;
    background-position: center top;
    height: 100vh;
    border-radius: 0px 0px 50px 50px;
}

.banner_section .navbar {
    background: rgba(0, 0, 0, 1);
}

.banner_section .navbar .nav-link {
    color: #fff;
    font-weight: 600;
}

.banner_section .navbar .nav-link:hover {
    color: #fff;
    font-weight: 600;
}

.banner_section .navbar .nav-link button {
    color: #80140C;
    font-weight: 600;
}

.banner_section h1 {
    font-size: 80px;
    font-weight: 900;
    color: transparent;
    -webkit-text-stroke: 1px white;
    text-stroke: 1px white;
    text-align: center;
    margin-top: 10%;
}

@media (min-width:320px) and (max-width:480px) {
    .banner_section {
        background: url('../../../images/frontend/courses_banner_back.png') no-repeat;
        background-size: cover;
        background-position: top center;
        height: auto;
        padding-bottom: 25%;
    }
    .banner_section h1 {
        font-size: 70px;
    }
}

/* banner section end  */

/* overview section start  */

.overview {
    background: url('../../../images/frontend/overview_back.png') no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    height: 100%;
    border-radius: 0px 0px 50px 50px;
    margin-top: -15%;
}

.overview .overview_content {
    padding: 5% 5% 0% 5%;
}

.overview h2 {
    text-align: center;
    font-weight: 700;
    color: #000;
    margin-bottom: 3%;
}

.overview h4 {
    text-align: center;
    font-weight: 700;
    color: #000;
    margin-bottom: 3%;
}

.overview p {
    text-align: center;
    font-weight: 500;
}

@media (min-width:320px) and (max-width:480px) {
    .overview p {
        font-size: 11px;
        line-height: 16px;
    }
    .overview h4 {
        font-size: 16px;
    }
    .overview .overview_content {
        padding: 5% 0% 0% 0%;
    }
    .overview {
        background: url('../../../images/frontend/overview_back.png') no-repeat;
        background-size:cover;
        background-position: center center;
        height: 100%;
        border-radius: 0px 0px 50px 50px;
        margin-top: -15%;
    }
}

/* overview section end */

/* career option section start  */

@media (min-width:320px) and (max-width:480px){
    .careerOptions table tr th{
        font-size:12px;
    }
    .careerOptions table tr td{
        font-size:12px;
    }
}

/* career option section start  */

/* key features section start  */

.keyFeaures {
    padding: 7% 0% 4% 0%;
}

.keyFeaures h4 {
    text-align: center;
    color: #fff;
    margin-bottom: 5%;
}

.keyFeaures ul li {
    color: #fff;
    font-size: 15px;
}

.keyFeaures p {
    color: #fff;
    margin-top: 4%;
}

@media (min-width:320px) and (max-width:480px) {
    .keyFeaures {
        padding: 15% 0% 8% 0%;
    }
    .keyFeaures ul li {
        font-size: 13px;
    }
}

/* key features section end */

/*  career option section start  */

.careerOptions {
    padding: 5% 0%;
    background: #fff;
    text-align: center;
}

.careerOptions img {
    width: 70%;
}

@media (min-width:320px) and (max-width:480px) {
    .careerOptions img {
        width: 100%;
    }
}

/*  career option section end  */

/* testimonial section start  */

.testimonials {
    background: url('../../../images/frontend/testimonial_back.png') no-repeat;
    background-size: cover;
    background-position: center center;
    height: 100%;
    padding: 4% 5%;
}

.testimonials .carousel .carousel-cell {
    width: 50%;
    height: auto;
    max-height: 600px;
    margin-right: 20px;
    margin-bottom: 30px;
    padding: 0px;
    counter-increment: carousel-cell;
}

.testimonials .carousel .flickity-page-dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    background: #fff;
    border-radius: 50%;
    opacity: .25;
    cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
    opacity: 1 !important;
}

.testimonials .carousel .carousel-cell .test_content {
    background: url('../../../images/frontend/content_back.png') no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    height: 250px;
    padding: 15% 5% 12% 5%;
}

.testimonials .carousel .carousel-cell .test_content h5 {
    font-size: 14px;
}

.testimonials .carousel .flickity-viewport {
    height: 300px !important;
}

@media (min-width:320px) and (max-width:480px) {
    .testimonials .carousel .carousel-cell {
        width: 100%;
        height: auto;
        max-height: 600px;
        margin-right: 20px;
        margin-bottom: 30px;
        padding: 0px;
        counter-increment: carousel-cell;
    }
    .testimonials .carousel .carousel-cell .test_content h5 {
        font-size: 13px;
    }
    .testimonials .carousel .carousel-cell .test_content {
        height: 210px;
        padding: 20% 5% 12% 5%;
    }
    .testimonials .carousel .flickity-viewport {
        height: 220px !important;
    }
    .testimonials {
        padding: 10% 5%;
    }
}

/* testimonial section end */

/* program section start  */

.programs {
    background: #fff;
    padding: 3% 0%
}

.programs .programs_content {
    background: url('../../../images/frontend/programs_back.png') no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    height: 100%;
    padding: 5% 5% 0% 5%;
}

.programs .programs_content .program_div {
    padding: 4%;
}

.programs .programs_content img {
    width: 50%;
    padding-right: 10%;
    margin-top: -10%;
}

@media (min-width:320px) and (max-width:480px) {
    .programs .programs_content .program_div ul li {
        font-size: 11px;
    }
    .programs .programs_content .program_div h5 {
        font-size: 16px;
    }
    .programs .programs_content img {
        width: 100%;
        padding-right: 5%;
        margin-top: 2%;
    }
    .programs .programs_content {
        background: url('../../../images/frontend/programs_back.png') no-repeat;
        background-size: cover;
        background-position: center center;
        height: 100%;
        padding: 5% 5% 0% 5%;
    }
}

/* program section end */

/* cta section start  */

.cta_section {
    padding: 3% 0%;
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(37, 25, 77, 1) 50%, rgba(61, 47, 109, 1) 50%);
}

.cta_section button {
    background: #fff;
    color: #3D2F6D;
    font-weight: 700;
    border-radius: 0px;
    padding: 2% 20%;
    margin: 0% 3%;
    font-size: 18px;
}

@media (min-width:320px) and (max-width:480px) {
    .cta_section button {
        margin: 0% 1%;
    }
    .cta_section {
        padding: 10% 0% 7% 0%;
    }
}

/* cta section end  */

/* footer section start  */

.footer {
    padding: 0% 0% 1% 0%;
    background: #3D2F6D;
}

.footer h2 {
    color: #fff;
    font-size: 45px;
}

.footer hr {
    border-top: 1px solid #97231A;
}

.footer h6 {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
}

.footer h6 a {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
}

.footer ul {
    list-style: none;
    padding-left: 0;
}

.footer ul li {
    font-size: 9px;
    color: rgba(255, 255, 255, 0.7);
    margin: 6% 0%;
}

.footer .copyright_hr {
    border-top: 1px solid #fff;
}

.footer h5 {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 600;
}

@media (min-width:320px) and (max-width:480px) {
    .footer {
        padding: 15% 0% 3% 0%;
    }
    .footer h6 {
        font-size: 14px;
    }
}

/* footer section end  */