html,
body {
    overflow-x: hidden;
    overflow-y: auto;
    outline: none;
    text-align: justify;
    text-justify: inter-word;
}

:root {
    --color_1: #7F1416;
    --color_2: #698269;
    --color_3: #222222;
}

.cont {
    display: flex;
    justify-content: center;
    position: relative;
    top: 100px;
    /* border: 3px solid black; */
    width: 98%;
    height: 500px;
    margin: 0px auto;
    background: #FBF4EC 0% 0% no-repeat padding-box;
    border-radius: 20px;
    opacity: 1;
}

.heading-color-1 {
    color: #7F1416;
}


.cont-sub-1 {
    width: 50%;
    height: 300px;
    display: flex;
    flex-direction: column;

    /* UI Properties */
    opacity: 1;
    /* border: 1px solid black; */
    padding: 0px 50px;
}


.cont-sub-2 {
    width: 50%;
    height: 100%;
    margin: auto;
    flex-direction: row;
    /* UI Properties */
    opacity: 1;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.cont-sub-2-img {
    flex-shrink: 2;
    min-width: 60%;
    min-height: 60%;
}

.cont-sub-1-heading {
    width: 434px;
    height: auto;
    /* border: 2px solid blue; */
    /* UI Properties */
    text-align: left;
    font: normal normal bold 66px/90px Alkatra, bold;

    letter-spacing: 0px;
    opacity: 1;
    color: var(--color_3);
    font-family: 'Alkatra', bold !important;
}

.cont-sub-1-body {
    width: 400px;
    width: 600px !important;
    /* UI Properties */
    text-align: left;
    font: normal normal normal 18px/30px poppins;
    font-family: 'Poppins', sans-serif !important;
    letter-spacing: 0px;
    text-align: justify;
    text-justify: inter-word;
    color: var(--color_3);
    opacity: 1;
}

.cont-body-sub-1-heading {
    text-align: center;
    padding-top: 150px;
    font-family: 'Alkatra', bold;
}

.underline-small {
    color: black;
    font-weight: 500;
    display: inline-block;
    position: relative;

}

.underline-small::after {
    content: '';
    height: 3px;
    width: 65%;
    border-radius: 10px;
    background: var(--color_1);
    position: absolute;
    left: calc(50% - 10%);
    bottom: -5px;
}

.center_body {
    text-align: justify;
    /* For Edge */
    -moz-text-align-last: center;
    /* For Firefox prior 58.0 */
    text-align-last: center;
}


.cont-body-sub-2-body {
    padding-top: 30px;
    font-size: 14px;
    font-family: 'Poppins', sans-serif !important;
    letter-spacing: 1px;
}

.btn-div {
    padding: 50px 20px;
    text-align: center;
}

.btn-btn {
    border-radius: 10px !important;
    padding: 12px 18px !important;
    background-color: var(--color_2) !important;
    color: #ffffff !important;
    font-family: 'Poppins', sans-serif !important;
    font-size: 14px !important;
}

/* for grievance.php */

.cont-griev-ul {
    list-style: none;
}

/* .cont-griev-ul li::before {
    content: "\2022";
    color: #7F1416;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
} */

.tc_body {
    padding: 8px 10px;
    font-size: 14px;
}

.tc_label {
    padding: 10px 40px;
    font-weight: 400;
}

.old_nav,
.navigation {
    display: none !important;
}

#cssmenu,
#ulmenu,
#head-mobile {
    display: none !important;
}

/*  */

.banner-1 {
    margin-top: 7.5%;
}

.banner-2 {
    margin-top: 12%;
}

.banner-3 {
    margin-top: 18%;
}

.banner-4 {
    margin-top: 10%;
}

@media only screen and (max-width: 600px) {
    .cont {
        flex-direction: column;
        height: auto;
        width: auto;
        width: 100%;
        top: 50px !important;
    }

    .cont-sub-2-img {
        width: 100%;
    }

    .cont-sub-1 {

        width: auto;
        height: auto;
        padding: 5px 5px;

    }


    .cont-sub-2 {
        width: 100%;
        height: 300px;
    }

    .cont-sub-1-body {
        width: 310px !important;
    }

    .cont-body-sub-1-heading {
        padding-top: 100px;
    }
}

@media only screen and (max-width: 400px) {
    .cont-sub-1-heading {
        width: 300px;

        font: normal normal bold 50px/70px Alkatra, bold;

    }

    .underline-small-media {
        font-size: 26px !important;
    }

    .underline-small-media-div {
        width: 109%;
        font-size: 28px !important;
        font-weight: bold;

    }

    .underline-part {
        font-size: 26 !important;
    }

    .cont-sub-1 {
        padding: 10px 10px;
    }

    .underline-media {
        font-size: 23px !important;
    }

    .careerdesc {
        padding: 0px;
    }

    .heading-career-media {

        width: 340px !important;
    }

    .underline-small-media-aml {
        font-size: 23px !important;
    }

    .overlay-1 {
        position: absolute;
        /* Black see-through */
        padding-top: 50px;
        z-index: -1;
        padding-left: 0px;
        padding-right: 20px;
        width: 90% !important;
        height: 150px;
    }

    .cont-body-sub-1-heading {
        padding-top: 50px;
    }
    .imp-banner{
        width: 280px !important;
    }
}

.overlay {
    position: absolute;
    bottom: 10;
    /* Black see-through */
    color: #f1f1f1;
    width: 100%;
    transition: .5s ease;
    opacity: .9;
    color: white;
    font-size: 20px;
    text-align: center;
    flex-basis: 2;
   

}

.overlay-1 {
    position: absolute;
    bottom: 1;
    width: 80%;
    text-align: center;
    z-index: -1;
}