.header_basic {
    font-size: 1.5rem !important;
    font-weight: 600 !important;
    color: #00244a !important;
}

.header_secondary {
    font-size: 2.0rem !important;
    font-weight: 600 !important;
    color: white !important;
}

.par_basic {
    font-size: 0.8rem !important;
    color: #004987 !important;
    font-weight: 400 !important;
    font-family: 'Montserrat' !important;
    /*text-align: justify;*/
}

@media only screen and (max-width: 700px) {
    .par_basic {
    //padding-left: 28px;
    }
}

@media only screen and (max-width: 700px) {
    .header_basic {
        font-size: 1.0rem !important;
    }
}

.par_secondary {
    font-size: 0.9rem !important;
    font-weight: 400 !important;
    color: white !important;
    opacity: 1 !important;
}

.title_basic {
    font-size: 1.1rem !important;
    color: #00244a !important;
}

.title_secondary {
    font-size: 1.3rem !important;
    color: white !important;
}

#particles-js {
    position: relative;
    /*width: 100%;*/
    /*height: 100%;*/
    background-color: #004987;
    background-image: url("");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 10px;
    height: 10px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #004987;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
    border-radius: 100%;
}

#carousel-2 {
    padding-bottom: 25px;
}

#modality .nav-link {
    color: #004987;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #ffffff !important;
    background-color: #004987;
    border-color: #dee2e6 #dee2e6 #fff;
}

.courseoutcomecards {
    display: flex;
}

@media (max-width: 700px) {
    .courseoutcomecards {
        display: grid;
    }
    .mobilesalesinfo .par_basic{
        padding-left:0px;
    }
}

