.bg-secondary {
    --bs-bg-opacity: 1;
    background-color: #1d1354 !important;
}


@media (min-width: 1200px) {

    .display-2,
    .sec-title {
        font-size: 2.5rem;
    }
}

.txt-white {
    color: #fff;
    line-height: 30px;
}

.sec-title2 {
    line-height: 1.2;
    margin-bottom: 3.375rem;
    font-weight: 700;
    position: relative;
}

.toppers-per {
    font-size: 23px;
    color: #6443fc;
}

.font-35 {
    font-size: 35px;
}

.font-2 {
    font-size: 25px;
    line-height: 50px;
    font-weight: 400;
}

@media only screen and (max-width: 768px) {
    .font-2 {
        font-size: 19px;
        line-height: 37px;
        font-weight: 300;
    }

    .cta-wrap {
        padding: 40px;
    }
}

.txt-blue {
    color: #1d1354;
}

.bg-orange {
    background-color: #ffa03a !important;
}

.grade {
    font-size: 20px;
    color: #000;
    background: #a9a9a938;
    padding: 5px;
    border-radius: 6px;
}

.sec-padding50 {
    padding-top: 50px;
    padding-bottom: 50px;

}

.sub-letter {
    font-size: 50px;
    color: #1d1354;
}

.mission-card {
    background: #f1f1f1;
    border-radius: 20px;
    padding: 30px 50px;
    color: #000;
    border: 1px solid #1d1354;
    box-shadow: 1.25rem 1.25rem 4.375rem -.5rem rgba(4, 2, 16, .1);

}

@media (max-width: 991.98px) {
    .choose-txt {
        margin-top: 2.5rem;
    }
}

@media only screen and (max-width: 768px) {

    .pricing-card .card-head .h2,
    .pricing-card .card-head h2 {
        font-size: 2rem;
    }

}

.hero-heading {
    font-size: 55px;
}

@media (max-width: 768px) {
    .hero-heading {
        font-size: 30px;
    }

    .course-section {
        padding-top: 20px;
        padding-bottom: 20px;
    }


}

.sec-padding-hero {
    padding: 4rem 0rem;
}

.icon-color {
    color: #6045ff;
}

.display-54 {
    font-size: 16px;
}


.text-white {
    color: #fff;
}

.f-weight {
    font-weight: 300;
}

.theme-color {
    color: #6045ff;
}

.theme-black {
    color: #000;
}

.f-18 {
    font-size: 18px !important;
    color: rgb(75, 73, 73) !important;
}

.bg-shade {
    --bs-bg-opacity: 1;
    background-color: #e5e5e7 !important;
}

.course-section {
    padding-top: 50px;
    padding-bottom: 50px;
}


@media (max-width: 767px) {
    .course-section {
        padding-top: 20px;
        padding-bottom: 20px;
    }

}

.mb-50 {
    margin-bottom: 50px;
}

.process-card .process-step {
    width: 11.875rem;
    height: 11.875rem;
    line-height: 10.625rem;
    -webkit-box-shadow: 0 1.875rem 7.5rem 0 rgba(var(--headings-color), .1);
    -moz-box-shadow: 0 1.875rem 7.5rem 0 rgba(var(--headings-color), .1);
    box-shadow: 0 1.875rem 7.5rem 0 rgba(var(--headings-color), .1);
    border: 1px solid #ced4da;
    padding-bottom: 20px;
}