﻿
/* Admission Process Design */

.ordered-list {
    padding-left: 12px;
    margin-bottom: 34px;
}

    .ordered-list > .ol-list {
        list-style-type: upper-roman;
    }

        .ordered-list > .ol-list span, span {
            font-weight: bold;
        }

        .ordered-list > .ol-list > .unordered-list, .unordered-list {
            padding-left: 18px;
            margin: 16px auto;
        }

            .ordered-list > .ol-list > .unordered-list > .ul-list, .unordered-list > .ul-list {
                list-style-type: circle;
            }

.rr-unordered-list {
    padding-left: 18px;
    margin: 16px auto;
}
.rr-unordered-list .rr-ul-list {
    list-style-type: lower-roman;
    padding: 8px 0;
}

            .admission-process-area {
                padding: 70px 0;
                width: 95%;
                margin: 0 auto;
            }

/* Objectives Page Design */

.text-box unordered-list {
    padding-left: 12px;
}

@media screen and (max-width: 768px) {

    .down-paragraph .text-box {
        margin-top: 23px !important;
    }

    .about-style2__content {
        padding-bottom: 8px!important;
    }
}

@media screen and (min-width: 1200px) {
    .mission-section {
        margin-top: 0px !important;
    }
}

/*---------------------Start Vision and Mission------------------------*/
.mission-section {
    margin: 20px 0;
    padding: 10px;
    font-family: Arial, sans-serif;
    line-height: 1.6;
}

    .mission-section h2 {
        font-size: 24px;
        color: #333;
        margin-bottom: 15px;
        text-align: center;
    }

    /*.mission-section ol {
            padding-left: 0px;
        }*/

    .mission-section li {
        margin-bottom: 10px;
    }

        .mission-section li strong {
            font-size: 18px;
            /*color: #007BFF;*/ /* Change this color as per your website's theme */
            color: #4e31aa;
        }
/*---------------------End Vision and Mission------------------------*/


/*---------------------Start Objectives------------------------*/
.objectives-section {
/*    margin: 20px;*/
    padding: 10px;
    font-family: Arial, sans-serif;
    line-height: 1.6;
}

    .objectives-section h2 {
        font-size: 24px;
        color: #333;
        margin-bottom: 15px;
        text-align: center;
    }

    .objectives-section ol li {
        margin-top: 5px;
    }

    .objectives-section li {
        margin-bottom: 10px;
        margin-top: 6px !important;
    }

        .objectives-section li strong {
            font-size: 18px;
            color: #4e31aa; /* Change this color as per your website's theme */
        }

    .objectives-section ul {
        list-style-type: disc !important;
        margin-left: 20px;
    }

        .objectives-section ul li {
            margin-bottom: 5px;
            display: flex;
            align-items: center;
            color: black;
            margin-top: 8px;
        }
/*---------------------End Objectives------------------------*/