.chancellor_box img, .chancellor_image .images img {max-width: 100%; }
.chancellor_box {width: 100%;background: #fff;color: #253c80;padding: 15px;border-radius: 15px;}
.chancellor_box h4 {margin-bottom: 15px;}
.chancellor_box p {margin: 0;margin-top: 15px;font-size: 18px;}
.chancellor_box img {border-radius: 15px; border: 1px solid #ddd; }
/*.chancellor_box p b {display: table; width: 100%; }*/
.chancellors_col h4 {color: #fff; margin-bottom: 15px; }
.chancellor_image p {width: 100%; display: table; color: #fff; margin: 0; margin-top: 10px; text-align: center; font-size: 18px; }
/*.chancellor_image p:hover{ color:#000; }*/
.chancellor_image .images {height: 350px;overflow: hidden;border-radius: 10px;padding: 10px;background: #fff;border: 1px solid #253c80;}
.chancellors_col a.more_post {color: #fff; font-weight: 600; font-size: 18px; margin: 0 auto; display: table; margin-top: 30px; border-bottom: 1px solid #fff; transition: 0.5s ease-in-out all; }
.chancellors_col a.more_post:hover {transition: 0.5s ease-in-out all;color: #f68600;border-color: #f68600;}

.text-dark{ color:#222 !important;  }
.mb-15{ margin-bottom:15px !important; }
.chancellor_box a.btn {
    padding: 8px 15px;
    font-size: 13px;
}


.chancellor_box .btn-primary {
    background: var(--bg-skyblue);
    border-color: var(--bg-skyblue);
    border-radius: 6px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 3px 0 #1674bc;
}

.chancellor_box .btn-primary:hover {
    background: var(--bg-darkyellow);
    border-color: var(--bg-darkyellow);
    box-shadow: 0 3px 0 #655543;
}


/* Lightbox  */
.lightbox{ cursor: pointer !important; }
.Lightboxx-modal {display: none; position: fixed; z-index: 1; padding: 30px 0; left: 0; top: 0; width: 100%; height: 100%; overflow: auto; background-color: #000000d4; z-index: 99999; cursor: zoom-out; }
.Lightboxx-modal .modal-contentt {position: relative; background-color: unset; margin: auto; padding: 0 15px; max-width: 700px !important; display: table; text-align: center; box-shadow: unset; border: 0; transition: 0.5s ease-in-out all; }
.Lightboxx-modal .close {color: white; position: absolute; top: 10%; right: 65px; font-size: 77px; font-weight: 300; opacity: 1; }
.Lightboxx-modal .close:hover {color: #f00; text-decoration: none; cursor: pointer; border: 0; }
.Lightboxx-modal .prev, .Lightboxx-modal .next {cursor: pointer; position: absolute; top: 54%; width: auto; padding: 14px; margin-top: -50px; color: white; font-weight: bold; font-size: 18px; transition: 0.6s ease; border-radius: 3px 0px 0px 3px; background: #a50909; user-select: none; -webkit-user-select: none; }
.Lightboxx-modal .mySlides img {max-width: 100%; max-height: 100%; border:5px solid #a7a7a7; }



/* Page  */
.chancellor_main .chancellor_image .images {
    height: 300px;
}

.chancellor_main .chancellor_image p {
    font-size: 13px;
    color: #262c56;
} 

.cf .content ul.pagination li:before{ display:none; }

.pagination_grid {
    justify-content: center;
    display: grid;
    margin-top: 50px;
}

/* Page  */



/* Details Page  */
.chancellor_details .chancellor_image .images {
    height: unset;
}
/* Details Page  */



/* Tags  */
.tags {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
}

.tags a {
    color: #263d81;
    letter-spacing: 0.3px;
    font-weight: 700;
    transition: 0.5s ease-in-out all;
}

.tags a:hover {
    color: #000000;
    transition: 0.5s ease-in-out all;
}
/* Tags  */


/* View Post Linkedin  */
.cf .content .viewPost {
    margin-top: 30px;
    border-top: 1px solid #ddd;
    padding-top: 25px;
}

.cf .content .viewPost a {
 color: #1b5fb2;
 display: flex;
 align-items: center;
 column-gap: 10px;
}

.viewPost img {
    height: 25px;
}

/* View Post Linkedin  */










