.theme-hover:hover {
    background-color: #ddd;
    color: white;
}

.est-details h2 {
    font-weight: 600;
    color: #0063c4;
    font-size: 24px !important;
}



.est-details p {
    font-size: 17px !important;
}

.est-details ul {
    font-size: 18px;
}

.team_member {
    height: 300px !important;
    width: 100%;
    object-fit: cover;
}

.height-220 {
    height: 220px !important;
    overflow: hidden;
    width: 100%;
}

.footer_logobox {
    margin: -27px 0;
}

.feature_icon img {
    height: 70px;
    width: 70px;
    border: 2px solid #666666;
    border-radius: 50%;
    padding: 10px;
}

.events_table .table>thead {
    box-shadow: 0px 2px 2px 0px #ddd;
    color: #585858eb;
    background: #ffffff;
    vertical-align: bottom;
    font-size: 14px;
}

.events_table a {
    color: #005cb9;
}

.events_table .table>th .table>tr>td {
    font-size: 13px;
}

.events_table td {
    line-height: 1.5;
    color: #464646;
    font-size: 12.5px;
    font-weight: 600;
}

.events_list_pu.active {
    background: #005cb9;
}

.events_list_pu.active a {
    color: #fff;
}

.events_list_pu.active {
    color: #fff;
}

.events_list_pu:hover {
    color: #ffffff;
    background: #005cb9;
}

.events_list_pu a:hover {
    color: #fff;
}

.events_table i {
    font-size: 20px;
}

.ml-5 {
    margin-left: 5px;
}

.events_list_pu {
    color: #000;
    background: #ededed;
    padding: 5px 10px;
}

.events_list_pu a {
    color: #000;
}

.Badge-image,
.Flyer-portrait,
.ProgrammeEvent-portrait,
.u-circle {
    border: 3px solid #fff;
    font-size: 1rem;
    width: 6rem;
    height: 6em;
    border-radius: 50%;
}

@media (min-width: 576px) {
    .footer_logobox {
        margin: 0 !important;
    }
}

@media (min-width: 768px) {
    .footer_logobox {
        margin: 20px auto;
        /* example margin for larger screens */
    }
}