#about-section-page {

    text-align: center;
    height: auto;
    display: flex;
    align-items: center;
    padding: 100px 0px;
    background-color: #1e4585;
    color: white;
}

#about-section-page p {
    line-height: 35px;

}

#about-section-page h6 {
    font-weight: bold;
    color: #f4cf00;
    font-size: 18px;
}

#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: #f2cd00;
    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: 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: #ffd800;
    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: 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: white;
    padding: 6px;
}

#mission-and-vision .first-row {
    position: relative;
    margin-bottom: 100px;
}

#mission-and-vision .first-row::before {
    content: " ";
    position: absolute;
    background-color: #e92e28;
    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: #328044;
    color: white;
    padding: 52px 40px;
}

#mission-and-vision .second-row {
    position: relative;
}

#mission-and-vision .second-row::after {
    content: " ";
    position: absolute;
    background-color: #e92e28;
    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: #1e4585;
    color: white;
}

/* ------------------------------------Chairman-desk-message------------------------- */
#chairman-desk-section {
    height: calc(100vh - 94.17px);
    display: flex;
    align-items: center;
    background-color: #7e959547;
    ;
}

#chairman-desk-section .chairman-message h3 {
    font-size: 30px;
    font-weight: bold;
    color: #e92e28;
    border-bottom: 2px solid #000;
    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: #1e4585;
    height: 100px;
    width: 380px;
    left: 35px;
    top: -10px;
}

.chairman-name-and-designation {
    background-color: #1e4585;
    color: 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: yellow;
}


/* --------------------------------------------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;
    }
}

@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;
    }

    .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;
    }
}

@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: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: relaive;
        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;
    }
}

@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;
    }

    

    #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: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;
    }
}


@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;
    }
   

}


@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%;
    }
}

@media screen and (max-width:394px) {

    #mission-and-vision .mission-card-content {
        bottom: -386px;
    }
    #about-section-page h4 {
        font-size: 22px;
    }
    
}
@media screen and (max-width:375px){
    #about-section-page {
        padding: 50px 8px;
    }
}

@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;
    }

   
}

@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;
    }

    
}