﻿.site-main {
    background: #EEF5FF !important;
}

.event-btn:hover {
    background: red;
    color: white;
}
/* Mandatory Public Disclosure*/
.mandatory-container {
    border: 1px solid grey;
    width: 100% !important;
    background-color: white;
    border-radius: 15px;
    padding: 10px;
}

    .mandatory-container table {
        width: 100%;
    }
/* Mandatory Public Disclosure Ends */

/* About Container */
.about-container {
    width: 90%;
    margin: 0 auto;
}

.slogan-container {
    width: 90%;
    margin: 0 auto;
}


.slogan {
    margin: 12px 0;
}


/* History */
.history-container img {
    width: 90%;
    margin: 0 auto;
    border-radius: 8px;
}

.history-container section {
    margin: 40px auto;
}

.history-container .hr-line {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 20px;
    border: 1px solid grey;
}

.history-container .news-and-events {
    width: 90%;
    margin: 0 auto;
    text-align: start;
    margin-top: 8px;
}

.history-container-text {
    width: 90%;
    margin: 0 auto;
}

.history-row {
    display: flex;
    align-items: center;
}

.history-col-text {
    display: flex;
    flex-direction: column;
    margin: 0 0 0 14px;
}

.history-col img {
    width: 150px;
    margin: 4px 0;
}
/* History Ends */

/* President Message */
.president-message-container {
    width: 100%;
}

.principal-message {
    background: white;
}

.president-message-row {
    display: flex;
    align-items: start;
}

    .president-message-row img {
        height: auto;
        width: 280px;
    }

.principal-name h2 {
    margin: -20px 0;
}
/* President Message Ends */

/* Admission Notice */
.admission-notice-container {
    width: 90%;
}

.notice-row {
    display: flex;
    align-items: center;
}

.notice-col {
    display: flex;
    flex-direction: column;
    margin: 0 12px;
}

.notice-col-date {
    height: 100px;
    width: 100px;
    min-width: 100px;
    display: flex;
    flex-direction: column;
    padding: 15px;
    border-radius: 50%;
    background-color: #003a66;
    margin-right: 12px;
}

/* Admission Procedure */
.admission-procedure-container {
    width: 90%;
    margin: 20px 2%;
}

/* Online Enquiry */
.online-enquiry-container {
    width: 90%;
    margin: 40px auto;
}

.enquiry-form-container {
    border: 1px solid grey;
    padding: 30px;
    border-radius: 8px;
}

    .enquiry-form-container input, select {
        width: 90%;
        margin: 2px auto;
        background: lightgrey;
        border-radius: 30px;
        border: 0;
    }

    .enquiry-form-container select option {
        background: white;
    }

    .enquiry-form-container button {
        color: red;
        border: 2px solid red;
        border-radius: 24px;
        background: white;
        font-weight: bold;
    }

        .enquiry-form-container button:hover {
            color: white;
            background: red;
            border: 2px solid red;
        }

/* Syllabus of Entrance Test */
.syllabus-test-container {
    width: 100%;
    margin: 20px 2%;
}

/* Rules & Regulation */
.regulation-container {
    width: 96%;
    margin: 20px auto;
    margin-bottom: 80px;
}

    .regulation-container .parents-guardians h3 {
        background: #003a66;
        color: white;
        border: none;
        padding: 12px 20px;
        border-radius: 10px;
        margin-bottom: 40px;
        margin-top: 30px;
        font-size: 20px;
    }

    .regulation-container .parents-guardians .points {
        line-height: 20px;
    }

        .regulation-container .parents-guardians .points .point {
            display: flex;
        }

/* Governing Body */
.governing-body-container {
    width: 96%;
    margin: 20px auto;
}

.governing-body-img {
    height: 270px !important;
}

.governing-body-container .title {
    margin-top: 8px;
    margin-bottom: -8px;
}

/* Faculties List */
.faculties-container {
    width: 96%;
    margin: 20px auto;
}

    .faculties-container tr th, td {
        padding: 4px 8px;
    }

/* Syllabus */
.syllabus-container {
    width: 96%;
    margin: 30px auto;
}

    .syllabus-container .syllabus-inner-container .grade h3 {
        background: #003a66;
        color: white;
        border: none;
        padding: 8px 20px;
        border-radius: 10px;
        margin-bottom: 20px;
        margin-top: 20px;
        font-size: 18px;
    }

    .syllabus-container .syllabus-inner-container .grade table tr {
        border-bottom: 2px solid lightgrey;
        padding-bottom: 8px;
    }

        .syllabus-container .syllabus-inner-container .grade table tr th {
            color: blue;
        }

        .syllabus-container .syllabus-inner-container .grade table tr th, td {
            padding: 2px 8px;
        }

/* Our labrotaries */
.laboratories-container {
    width: 96%;
    margin: 20px auto;
}

    .laboratories-container img {
        width: 100%;
        border-radius: 12px;
    }

    .laboratories-container hr {
        height: 40px;
        background-color: #003a66 !important;
        border-radius: 8px;
        margin: 30px auto;
    }

/* Gallery */
.gallery-container {
    width: 96%;
    margin: 40px auto;
}

@media screen and (min-width: 1199px) {
    .prt-row.home03-services-section {
        height: 92vh;
    }
}

/* Responsive Section */
@media screen and (max-width: 768px) {


    .slogan {
        margin: 16px 0;
    }


    /* Mandatory Public Disclosure */
    .mandatory-container {
        width: 92%;
        border: 1px solid grey;
        padding: 13px;
    }

    /* History */
    .history-container-notice {
        width: 90%;
        margin: 10px auto;
    }

    .history-row {
        display: flex;
        align-items: center;
    }

    .history-col-text {
        display: flex;
        flex-direction: column;
        margin: 0 0 0 14px;
    }

    .history-col img {
        width: 200px;
        margin: 4px 0;
    }

    /* President Message */
    .president-message-row {
        display: flex;
        flex-direction: column;
    }

        .president-message-row img {
            width: 100%;
            height: auto;
        }

        .president-message-row .right {
            padding-left: 0 !important;
            margin-top: 24px;
        }

    /* Admission Notice */
    .notice-col-date {
        height: 80px;
        width: 80px;
    }

        .notice-col-date h3 {
            margin-top: 0px !important;
        }

    /* Online Enquiry*/
    .enquiry-form-container input, select {
        width: 100%;
        color: black;
    }

    /* Rules & Regulation */
    .regulation-container {
        width: 92%;
        margin: 40px auto;
    }

    /* Governing Body */
    .governing-body-container {
        width: 92%;
        margin: 30px auto;
    }

    .governing-body-img {
        height: 320px !important;
    }

    /* Gallery */
    .gallery-container {
        width: 94%;
        margin: 30px auto;
    }

    .principal-message {
        width: 92%;
        margin: 0 auto;
        /*padding: 40px !important;*/
    }
}


