.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);
}

.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: #222021;
    font-size: 19px;
    text-align: center;
    margin-top: 7px;
}

.name-ca-pm-designation {
    color: #222021;
    font-size: 16px;
    text-align: center;
}

.name-ca-pm-designation h5 {
    font-weight: normal !important;

}

.name-ca-min-secy {
    color: #222021;
    font-size: 19px;
    text-align: center;
    margin-top: 7px;
}

.designation-ca-min-secy {
    font-size: 16px;
    color: #222021;
    font-size: 16px;
    text-align: center;
}

.know-more-ca {
    margin-left: auto;
    margin-right: auto;
    color: black;
    padding: 10px;
}

.know-more-ca a {
    color: black;
 
    padding: 7px;
    padding: 6px;
    font-size: 12px;
    text-decoration: underline;
}

.ca-new-sm-links {
    display: flex;
    justify-content: space-evenly;
}

.designt_intro_new_ca {
    width: 33%;
    border-right: 1px solid #C21717;
    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: 0px;
}

@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;
    }
}

@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;
    }
}

@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;
    }
}