.ca-div-new {
    width: 100%;
    padding-top: 30px;
    /*   margin-top: 55px; */
    /*   background: #ADA996;
    background: -webkit-linear-gradient(to right, #EAEAEA, #DBDBDB, #F2F2F2, #ADA996);
    background: linear-gradient(to right, #EAEAEA, #DBDBDB, #F2F2F2, #ADA996); */
 /*    background-color: var(--bg-color-whitesmoke-div); */
    color: var(--text-color-bg-whitesmoke-div);
    border-top:1px solid var(--border-1-blind-theme-color);
    border-bottom:1px solid var(--border-1-blind-theme-color);

    background-color: var(--background-color);
}

.ca-div-new-inner {
    /*  height: 400px; */
    width: 80%;
    display: flex;
    flex-direction: row;
    align-items: center;
    /*   background: #ADA996;
    background: -webkit-linear-gradient(to right, #EAEAEA, #DBDBDB, #F2F2F2, #ADA996);
    background: linear-gradient(to right, #EAEAEA, #DBDBDB, #F2F2F2, #ADA996); */
    margin-left: auto;
    margin-right: auto;
}

.name-ca-pm {
    color: var(--text-color-light-black);
    font-size: 19px;
    text-align: center;
    margin-top: 7px;
}

.name-ca-pm-designation {
   
    color: var(--text-color-light-black);
    font-size: 16px;
    text-align: center;
}

.name-ca-pm-designation h5 {
    font-weight: normal !important;
}

.name-ca-min-secy {
    color: var(--text-color-light-black);
    font-size: 19px;
    text-align: center;
    margin-top: 7px;
}

.designation-ca-min-secy {
    font-size: 16px;
    color: var(--text-color-light-black);
    font-size: 16px;
    text-align: center;
}
.know-more-ca-pm{
    text-align: center;
}
.know-more-ca-pm a {
    /* background-color: var(--background-color-white); */
    color: var(--text-theme-color);
    padding: 7px;
    font-size: .8rem;
    text-decoration: underline;
    
}
.know-more-ca {
    margin-left: auto;
    margin-right: auto;
    color: black;
    padding: 10px;
}

.know-more-ca a {
    /* background-color: var(--background-color-white); */
    color: var(--text-theme-color);
    padding: 7px;
    padding: 6px;
    font-size: .75rem;
    text-decoration: underline;
}

.ca-new-sm-links {
    display: flex;
    justify-content: space-evenly;
}

.designt_intro_new_ca {
    width: 33%;
    /*     border-right: 1px solid var(--text-theme-color); */
    display: flex;
    flex-direction: column;
    margin: 2px
}

.dir-msg-block-with-others {
    display: flex;
    justify-content: space-around;
}

.designt_intro_new_ca_dir {
    width: 34% !important;
    border: none;
}

.ca-new-images {
    height: 200px;
    border-radius: 5px;
}

@media only screen and (max-width: 1300px) {
    .dir-msg-blocks-text {
        font-size: 12px;
    }
}

@media only screen and (max-width: 1200px) {
    .ca-new-images {
        min-width: 190px !important;
    }
}

@media only screen and (max-width: 1100px) {
    .ca-div-new-inner {
        width: 90% !important;
    }

    .director-home-msg-inner {
        width: 90% !important;
        align-items: center !important;
    }

    .director-msg-block-text {
        width: 55% !important;
    }

    .director-message-pic {
        width: 45% !important;
    }

    .ca-new-images {
        min-width: 190px !important;
    }
    .name-ca-min-secy {
        font-size: 1rem;
    }
}

@media only screen and (max-width: 900px) {
    .ca-div-new-inner {
        width: 100% !important;
    }

    .director-home-msg-inner {
        width: 100% !important;
    }

    .ca-new-images {
        min-width: 190px !important;
    }
    .name-ca-min-secy {
        font-size: 0.8rem;
    }
}

@media only screen and (max-width: 600px) {
    .ca-div-new-inner {
        flex-direction: column;
        height: auto !important;
    }

    .designt_intro_new_ca {
        width: 100% !important;
        border: none !important;
    }

    .director-home-msg-inner {
        width: 100% !important;
        flex-direction: column;
    }

    .director-msg-block-text {
        width: 90% !important;
    }

    .director-message-pic {
        width: 90% !important;
    }

    .dir-msg-blocks-text {
        font-size: 15px;
    }

    .dir-msg-block-with-others {
        flex-direction: column;
    }

    .director-msg-home-small {
        width: 90% !important;
    }

    .designt_intro_new_ca_dir {
        width: 90% !important;
        border: none;
    }

    .ca-new-images {
        min-width: 190px !important;
    }
}