.row {
    margin-top: 0;
    padding: 0;
}

.row + .row {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
}

.paddingTopBottom {
    padding-top: 20px;
    padding-bottom: 20px;
}

.title {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    margin-left: 10px;
    color: #0064DC;
}

#notice-header h4{
    border-bottom: 2px solid #0064DC;
}

.sub-title {
    font-size: 12px;
    text-transform: capitalize;
    color: #648AEE;
}

.responsive-padd-10 {
    padding-left: 0;
    padding-right: 0;
}

.logoImg {
    width: 80px;
    height: 80px;
}

.announcement > a {
    display: block;
}

.announcements-box {
    padding: 10px;
}

.padding-10 {
    padding: 10px;
}

.event-header > h6 {
    font-size: 16px;
    color: rgba(19, 10, 255, 0.5);
}

.event-header > span {
    /*font-size: 16px;*/
    color: rgba(0, 0, 0, 0.5);
}

.event-details {
    margin-top: 8px;
}

.event-box {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    padding-left: 10px;
}

.row.news {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0;
    /*background-color: rgba(234,255,253,0.5);*/
}

.news-details a {
    display: block !important;
}

.no-padding {
    padding: 0;
}

.footer-corporate {
    width: 100%;
}

.dropdown-menu .dropdown-item {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    font-size: 12px !important;
    font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}

.dropdown-menu .dropdown-item:hover {
    background-color: #0064DC !important;
    color: #e6e6e6;
}
.partners-images{
    height: 80px;
    width: 80px;
    /*margin-left: 2px;*/
}
@media (max-width: 767px) {
    .logoImg {
        width: 30px;
        height: 30px;
    }

    .title {
        font-size: 10px;
        margin-left: 5px;
    }

    .sub-title {
        display: none;
    }

    .responsive-padd-10 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .pre-footer-corporate * {
        text-align: center;
    }

    .event-box {
        border: none;
    }

    .dropdown-menu .dropdown-item {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .news-item a:hover{
        color:#0064DC !important;
    }
    .justify{
        text-align: justify;
    }
    /* Using panels to display blog date */
    .panel.date {
        margin: 0px;
        width: 60px;
        text-align: center;
    }

    .panel.date .month {
        padding: 2px 0px;
        font-weight: 700;
        text-transform: uppercase;
    }

    .panel.date .day {
        padding: 3px 0px;
        font-weight: 700;
        font-size: 1.5em;
    }


}