.about_inn_main {
    background-color: rgb(255, 255, 255);
    padding: 50px 0px;
}

.aboutheading h3 {
    font-size: 70px;
    font-weight: bold;
    color: rgb(55, 48, 142);
}

.aboutheading p {
    line-height: 35px;
    font-size: 18px;
    text-align: justify;
}

.vision h3 {
    color: #000;
    font-weight: 700;
}

.vision p, .mission p {
    font-size: 18px;
    line-height: 35px;
  text-align: justify;
}

.mission h3 {
    color: goldenrod;
    font-weight: 700;
}

/* principal section */
.principal_main {
    padding: 50px 0;
    background-color: #e7e7e7;
}

.crm_img_sec H3 {
    margin-bottom: 10px;
    padding-bottom: 0;
}

.crm_img_sec p {
    font-size: 18px;
    color: #000;
    margin-bottom: 15px;
}

.crm_img_sec::after {
    width: 108.5%;
    height: 300px;
}

.principal_message h3 {
    font-size: 25px;
    font-weight: 900;
    color: #003366;
}

.principal_message hr {
    border: solid 1px #003366;
    background-color: #003366;
    opacity: 1;
    width: 100%;
    margin: 15px 0;
}

.principal_message p {
    font-size: 16px;
    text-align: justify;
    color: #333;
    margin: 15px 0;
    line-height: 28px;
}

.crm_img_sec {
    margin-top: 60px;
}


/* admissionn section */
.admission_main {
    background-color: #f0f0f0;
}

.admission_main .elgibility_sub_sec ul p,
.admission_main .criteria_sec p {
    color: #000;
    margin-bottom: 40px;
}

.Payment_fee_main {
    padding: 50px 0;
}

.Payment_fee_main .criteria_sec {
    margin-bottom: 10px;
}

.Payment_fee_main .criteria_sec h4 {
    color: #003366;
    border-bottom: solid 2px #003366;
}

.Payment_fee_main .elgibility_sub_sec ul li {
    color: #000;
}

.Payment_fee_main .elgibility_sub_sec ul li img {
    filter: unset;
}

.elgibility_sub_sec h5 {
    font-size: 22px;
    color: #000;
    font-weight: bold;
    margin: 20px 0;
}

.objects_main .elgibility_sub_sec .sepr_clr {
    color: #e97a0b;
    font-weight: bold;
}


/* courses offeredd section */
.objects_main {
    padding: 70px 0;
    background-color: #f7f7f7;
}

.criteria_sec {
    margin-bottom: 40px;
}

.criteria_sec h4 {
    font-size: 25px;
    color: #003366;
    font-weight: bold;
    margin-bottom: 15px;
    border-bottom: solid 2px var(--yellow);
    width: fit-content;
    padding-bottom: 15px;
}

.elgibility_sub_sec {
    margin-top: 30px;
}

.elgibility_sub_sec ul li {
    font-size: 17px;
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    color: var(--black);
}
.elgibility_sub_sec ul li img {
    width: 25px;
    height: 19px;
    object-fit: contain;
    margin-top: 5px;
    filter:unset;
}

.objects_main table thead tr th{
    background-color:#003366;
    color:#fff;
}
.course_head2{
    margin-top:80px;
}
.course_sep_text h4,
.course_head h3{
    font-size:30px;
    color:#003366;
    font-weight:900;
    margin-bottom:20px;
}
.course_head h3 p{
    font-size:18px;
    color:var(--black);
}
.course_sep_text h4{
    margin:30px 0;
    font-size:25px;
    color:#e97a0b;
    font-weight:bold;
}

    .text-bread{
         text-align: -webkit-center;
    }
@media (max-width: 575px) {
    .aboutheading p {
        font-size: 16px;
            line-height: 32px;
    }
    .vision p, .mission p {
    font-size: 16px;
    line-height: 32px;
    text-align: justify;
}
    .aboutheading h3 {
        font-size: 50px;
    }
    .elgibility_sub_sec ul li {
        font-size: 15px ;
    }

}

@media(max-width:392px){
    .banner .text-bread h3 {
        font-size: 28px;
    }

}