#about-section-page {

    text-align: center;
    height: auto;
    display: flex;
    align-items: center;
    padding: 100px 0px;
    background-color:var(--blue);
    color: var(--white);
}

#about-section-page p {
    line-height: 35px;

}

#about-section-page h6 {
    font-weight: bold;
    color: var(--yellow);
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 10px;
}

#about-section-page h4 {
    font-size: 40px;
    font-weight: bold;
}

#about-section-page h5 {
    font-size: 24px;
    margin-top: 18px;
    margin-bottom: 55px;
    position: relative;
}

#about-section-page h5::before {
    content: " ";
    position: absolute;
    height: 2px;
    width: 7%;
    background-color:var(--blue);
    bottom: -13px;
    left: 50%;
    transform: translate(-50%);

}

/* ------------------------------mission-vision--------------- */
#mission-and-vision {

    height: calc(100vh - 94.17px);
    /* background: linear-gradient(to right, rgb(0 0 0 / 88%), rgb(0 0 0 / 65%)), url(../../images/backgrounds/AdobeStock_143303680-scaled.jpeg); */
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    display: flex;
    align-items: center;
    background-attachment: fixed;
}

#mission-and-vision .mission-card-content,
#mission-and-vision .vision-card-content {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background-color:var(--white);
    padding: 30px 40px;
    position: relative;
    z-index: 3;
}

#mission-and-vision .mission-card-content h3,
#mission-and-vision .vision-card-content h3 {
    margin-bottom: 20px;
    position: relative;
    font-weight: 600;
    color: var(--yellow);
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 2px;
}

#mission-and-vision .mission-card-content p,
#mission-and-vision .vision-card-content p {
    line-height: 25px;
}

#mission-and-vision .mission-card-content h3::before,
#mission-and-vision .vision-card-content h3::before {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: var(--white);
    bottom: -5px;
}

#mission-and-vision .vision-img-container img,
#mission-and-vision .mission-img-container img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    position: relative;
    z-index: 2;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background-color: var(--white);
    padding: 6px;
}

#mission-and-vision .first-row {
    position: relative;
    margin-bottom: 100px;
}

#mission-and-vision .first-row::before {
    content: " ";
    position: absolute;
    background-color: var(--red);
    height: 175px;
    width: 330px;
    z-index: -1;
    top: -13px;
    left: -2px;
    z-index: 1;
}

#mission-and-vision .vision-card-content {
    position: absolute;
    width: 50%;
    bottom: -45px;
    right: 80px;
    background-color: var(--green);
    color: var(--white);
    padding: 52px 40px;
}

#mission-and-vision .second-row {
    position: relative;
}

#mission-and-vision .second-row::after {
    content: " ";
    position: absolute;
    background-color: var(--red);
    height: 175px;
    width: 330px;
    z-index: -1;
    bottom: -15px;
    right: -2px;
    z-index: 1;

}

#mission-and-vision .mission-card-content {
    position: absolute;
    width: 50%;
    bottom: -45px;
    left: 80px;
    background-color: var(--blue);
    color: var(--white);
}

/* ------------------------------------Chairman-desk-message------------------------- */
#chairman-desk-section {
    height: calc(100vh - 94.17px);
    display: flex;
    align-items: center;
    background-color: var(--light-black);
    ;
}

#chairman-desk-section .chairman-message h3 {
    font-size: 30px;
    font-weight: bold;
    color: var(--red);
    border-bottom: 2px solid black;
    padding-bottom: 15px;
}

#chairman-desk-section .chairman-message p {
    margin-top: 10px;
    line-height: 25px;
    text-align: justify;
}

.chairman-image-container {
    position: relative;
    text-align: center;
}

#chairman-desk-section img {
    position: relative;
    z-index: 1;
}

.chairman-image-container::before {
    content: " ";
    position: absolute;
    background-color: var(--blue);
    height: 100px;
    width: 380px;
    left: 35px;
    top: -10px;
}

.chairman-name-and-designation {
    background-color: var(--blue);
    color: var(--white);
    padding: 20px 65px;
    width: fit-content;
    position: absolute;
    left: 30px;
    bottom: -75px;
    z-index: 1;
}

.chairman-name-and-designation h3 {
    font-size: 22px;
    font-weight: bold;
    color: var(--yellow);
}


#director_msg {
    background-image: linear-gradient(to top, var(--green) 17.3%, var(--green)13%);
    height: calc(100vh - 175px);
    display: flex;
    justify-content: center;
    align-items: center;
    padding:50px 0px;
}
#director_msg .row {
    position: relative;
    z-index: 1;
}
#director_msg .director_img {
    position: relative;
}
#director_msg .director_img img {
    border: 5px solid var(--white);
}
#director_msg .director_img .circle {
    position: absolute;
    height: 200px;
    width: 200px;
    border-radius: 50%;
    background-color: var(--yellow);
    bottom: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
#director_msg .director_img .name_card {
    position: absolute;
    padding: 12px 20px;
    width: 75%;
    background-color: var(--yellow);
    color: var(--white);
    z-index: 5;
    bottom: -38px !important;
    left: -53px;
}
#director_msg .director_img .name_card h4 {
    font-weight: 600;
    color: var(--black);
}
#director_msg .director_img .name_card p {
    color: var(--black);
}
#director_msg .message h2 {
    color: var(--white);
    font-size: 30px;
    font-weight: 600;
    padding-bottom: 18px;
    border-bottom: 2px solid var(--white);
    width: fit-content;
}
#director_msg .message p {
    color: var(--white);
    padding-top: 5px;
    text-align: justify;
    width: 95%;
}

/* --------------------------------------------Responsive---------------------------------------- */
@media screen and (max-width:1600px) {
    #mission-and-vision {
        height: auto;
        padding-top: 50px;
        padding-bottom: 100px;
    }
}

@media screen and (max-width:1536px) {
    #about-section-page p {
        line-height: 24px;
    }

    #chairman-desk-section .chairman-message p {
        line-height: 24px;
    }

}

@media screen and (max-width:1366px) {
    #about-section-page {
        padding: 70px 0px;
    }

    #mission-and-vision .vision-card-content {
        padding: 40px 40px;
    }

    #mission-and-vision .mission-card-content {
        width: 53%;
        bottom: -70px;
    }

    #chairman-desk-section {
        height: auto;
        padding: 50px 0px;
    }

    #chairman-desk-section .row {
        display: flex;
        align-items: center;
    }

    .chairman-image-container::before {
        left: -8px;
    }

    .chairman-name-and-designation {
        left: -2px;
    }
    #director_msg {
        height:100vh;
    }
    #director_msg .director_img .circle {
        bottom: 41%;
    }
}
@media screen and (max-width:1200px) {
#director_msg .director_img .name_card {
    left: -36px;
}
#director_msg .director_img {
    margin-top:30px;
}
#director_msg .director_img .circle {
    bottom: 50%;
}
}

@media screen and (max-width:1199px) {
    #about-section-page {
        padding: 50px 0px;
    }

    #about-section-page p {
        font-size: 14px;
        line-height: 30px;
    }

    #mission-and-vision .vision-card-content p {
        font-size: 14px;
    }

    #mission-and-vision .mission-card-content p {
        font-size: 14px;
    }

    #chairman-desk-section .chairman-message p {
        font-size: 14px;
        padding-bottom: 6px;
    }

    .chairman-name-and-designation {
        padding: 15px 22px;
    }

    #chairman-desk-section .row {
        align-items: center;
    }

    #mission-and-vision .vision-card-content {
        bottom: -65px;
        right: 50px;
    }

    #mission-and-vision .mission-card-content {
        width: 50%;
        bottom: -115px;
        left: 50px;
    }

    #mission-and-vision {
        padding-top: 40px;
        padding-bottom: 150px;
    }
    #director_msg .message p {
        font-size: 14px;
    }
    #director_msg .director_img .circle {
        bottom: 35%;
    }
   
}

@media screen and (max-width:1152px) {
    #mission-and-vision .mission-card-content {
        bottom: -80px;
    }

    .chairman-name-and-designation {
        padding: 17px 42px;
    }

    .chairman-name-and-designation h3 {
        font-size: 21px;
    }

    .chairman-image-container::before {
        left: -14px;
    }
}

@media screen and (max-width:1024px) {
    .chairman-name-and-designation {
        left: 0px;
    }

    #mission-and-vision .mission-card-content {
        bottom: -115px;
    }

    .chairman-image-container::before {
        top: -13px;
    }
}
@media screen and (max-width:992px) {
#director_msg .director_img .name_card {
    left: -19px;
}
}
@media screen and (max-width:991px) {
    #about-section-page h5 {

        margin-bottom: 40px;
    }

    #mission-and-vision .vision-card-content {
        position: unset;
        width: 100%;
        bottom: unset;
        right: unset;

    }

    #mission-and-vision .mission-card-content {
        position: unset;
        width: 100%;

    }

    #mission-and-vision .mission-card-content {
        width: 100%;
        bottom: -284px;
        left: unset;
    }

    #mission-and-vision .first-row {
        position: relative;
        margin-bottom: 24px;
        flex-direction: column-reverse;
    }


    .chairman-image-container::before {
        left: 115px;
    }

    .chairman-name-and-designation {
        left: 117px;
    }

    .chairman-name-and-designation {
        padding: 30px 65px;
    }

    .chairman-name-and-designation h3 {
        font-size: 25px;
    }

    #chairman-desk-section .row {
        row-gap: 100px;
    }

    #mission-and-vision .first-row::before {
        height: 190px;
        top: 30%;
        z-index: -1;
    }

    #mission-and-vision .second-row::after {
        height: 180px;
        z-index: -1;
        bottom: 34%;
        z-index: -1;
    }

    #mission-and-vision {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    #chairman-desk-section .row {
        row-gap: 24px;
        flex-direction: column-reverse;
    }

    #chairman-desk-section {
        padding: 40px 0px 120px;
    }
    #director_msg{
        height:auto;
    }
    #director_msg .director_img {
        margin-top: 60px;
    }
    #director_msg .director_img .circle {
        bottom: 54%;
    }
    #director_msg .message{
        margin-top:75px;
    }
}

@media screen and (max-width:768px) {
    #about-section-page h4 {
        font-size: 30px;

    }
}

@media screen and (max-width:767px) {
    #about-section-page h5 {
        margin-bottom: 30px;
    }

    #about-section-page p {
        font-size: 14px;
        line-height: 25px;
        text-align: justify;
    }

    #director_msg .director_img .circle {
        bottom: 39%;
    }
    

    #mission-and-vision .mission-card-content {
        bottom: -326px;
    }


    .chairman-image-container::before {
        left: 24px;
    }

    .chairman-name-and-designation {
        left: 26px;
    }

    #chairman-desk-section .chairman-message h3 {
        font-size: 26px;

    }
}
@media screen and (max-width:600px) {
#director_msg .director_img .circle {
    bottom: 70%;
    width:100px;
    height:100px;
}

}

@media screen and (max-width:576px) {
    .inner-banner-container {
        padding-bottom: 15px;
    }

    .inner-banner-links {
        position: absolute;
        bottom: 4%;
    }

    .chairman-image-container::before {
        left: 26px;
    }

    .mission-and-vision .mission-card-content {
        bottom: -330px;
    }

    #mission-and-vision .vision-card-content p {
        font-size: 14px;
        text-align: justify;
    }

    #mission-and-vision .mission-card-content p {
        font-size: 14px;
        text-align: justify;
    }
}

@media screen and (max-width:575px) {
    #about-section-page {
        padding: 50px 24px;
    }

    #mission-and-vision .first-row::before {
        left: 0;
    }

    #mission-and-vision .second-row::after {
        right: 0;

    }

    .chairman-name-and-designation {
        left: 42px;
    }

    .chairman-image-container::before {
        left: 43px;
    }

    #mission-and-vision {

        padding-top: 30px;

    }
}

@media screen and (max-width:540px) {
    #about-section-page h4 {
        font-size: 25px;
    }

    #about-section-page h5 {
        margin-top: 10px;
        font-size: 22px;
    }

    #about-section-page h5::before {
        width: 10%;

    }

    #mission-and-vision .mission-card-content h3,
    #mission-and-vision .vision-card-content h3 {
        font-size: 24px;
    }

    #mission-and-vision .mission-card-content,
    #mission-and-vision .vision-card-content {
        padding: 25px 20px;
    }

    #mission-and-vision .first-row::before {
        height: 170px;
        width: 290px;
        top: -9px;
        left: 3px;

    }

    #mission-and-vision .second-row::after {

        height: 170px;
        width: 290px;
        bottom: -9px;
        right: 3px;

    }

    #mission-and-vision .mission-card-content {
        bottom: -346px;
    }

    .chairman-name-and-designation {
        left: 26px;
    }

    .chairman-image-container::before {
        left: 25px;
    }

    #chairman-desk-section .chairman-message h3 {
        font-size: 25px;
        padding-bottom: 8px;
    }

    #chairman-desk-section {

        padding: 25px 0px;
    }



    .chairman-name-and-designation {
        left: 0px;
        width: 100%;
    }

    .chairman-name-and-designation {
        padding: 20px 0px;
    }

    #about-section-page p {

        text-align: justify;
    }

    #chairman-desk-section {
        padding: 25px 0px 100px;
    }

#director_msg .director_img .name_card {
    width: 56%;
    left: -6px;

}
@media screen and (max-width:492px) {
#director_msg .director_img .name_card {
    width: 59%;
    left: -6px;
}
}
@media screen and (max-width:476px) {
    #director_msg .director_img .name_card {
        width: 62%;
        left: -6px;
    }
    }
    @media screen and (max-width:454px) {
        #director_msg .director_img .name_card {
            width: 66%;
            left: -6px;
        }
        #director_msg .director_img .circle {
            bottom: 64%;
            width: 100px;
            height: 100px;
        }
        }
@media screen and (max-width:432px) {
    #about-section-page {
        padding: 50px 12px;
    }

    .chairman-image-container::before {
        left: -10px;
        top: -10px;
        width: 300px;
    }

    .inner-banner-container {
        padding-bottom: 25px;
    }

    #about-section-page h4 {
        font-size: 24px;
    }

    #about-section-page p {
        text-align: justify;
        word-spacing: -2px;
    }
    #director_msg .director_img {
         margin-top: 0px; 
    }
    #director_msg .director_img .circle {
        bottom: 60%;
        width: 100px;
        height: 100px;
    }
    #director_msg .director_img .name_card {
        width: 72%;
        left: -6px;
    }
}


@media screen and (max-width:425px) {}

@media screen and (max-width:414px) {
    #mission-and-vision .mission-card-content {
        bottom: -364px;
    }

    #about-section-page h4 {
        font-size: 23px;
    }



}

@media screen and (max-width:400px) {
    #about-section-page h5 {
        font-size: 20px;
    }

    .chairman-name-and-designation h3 {
        font-size: 22px;
    }

    .chairman-name-and-designation {
        padding: 20px 10px;
    }

    #mission-and-vision .vision-card-content p {
        font-size: 14px;
        text-align: justify;
    }

    #mission-and-vision .mission-card-content p {
        font-size: 14px;
        text-align: justify;
    }

    #about-section-page h5::before {
        width: 15%;
    }
    #director_msg .director_img .circle {
        bottom: 57%;
        width: 100px;
        height: 100px;
    }
    #director_msg .message {
        margin-top: 63px;
    }
}

@media screen and (max-width:394px) {

    #mission-and-vision .mission-card-content {
        bottom: -386px;
    }

    #about-section-page h4 {
        font-size: 22px;
    }
    #director_msg .director_img .name_card {
        width: 76%;
        left: -6px;
    }

}

@media screen and (max-width:375px) {
    #about-section-page {
        padding: 50px 8px;
    }
    #director_msg .director_img .name_card {
        width: 78%;
        left: -6px;
    }
    #director_msg .director_img .circle {
        bottom: 55%;
        width: 100px;
        height: 100px;
    }
}

@media screen and (max-width:385px) {
    #about-section-page h4 {
        font-size: 23px;
    }

    #mission-and-vision .mission-card-content {
        bottom: -407px;
    }

    #about-section-page h4 {
        font-size: 22px;
    }

}


@media screen and (max-width:360px) {

    .chairman-image-container::before {
        width: 356px;
    }

    #about-section-page h4 {
        font-size: 22px;
    }

    #about-section-page {
        padding: 20px 0px;
    }
    #director_msg .director_img .name_card {
        width: 80%;
        left: -6px;
    }
    #director_msg .director_img .circle {
        bottom: 51%;
        width: 100px;
        height: 100px;
    }


}

@media screen and (max-width:320px) {
    #about-section-page h4 {
        font-size: 19px;
    }

    #about-section-page h5 {
        font-size: 17px;
    }

    #about-section-page h5 {
        margin-bottom: 20px;
    }

    .chairman-image-container::before {
        width: 316px;
    }

    .chairman-name-and-designation h3 {
        font-size: 20px;
    }

    .chairman-name-and-designation {
        padding: 8px 10px;
    }



    #mission-and-vision .mission-card-content {
        bottom: -430px;
    }
    #director_msg .director_img .name_card {
        width: 93%;
        left: -6px;
    }
    #director_msg .director_img .circle {
        bottom: 45%;
        width: 100px;
        height: 100px;
    }


}