﻿
/* CUSTOM */

.noticeboard {
    margin-top: -60px;
}
.noticeboard-label {
    width: 290px;
    float: left;
    padding-left: 20%;
    height: 45px;
    background-color: #c1271e;
    line-height: 46px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
}



.grid-col-12.notice {
    float: left;
    background-color: #24282e;
    color: #fff;
    width: 78.5%;
    margin-top: 6px;
    height: 35px;
}
.grid-notice{
    width:40%;
}

@media screen and (max-width: 980px) {
    .grid-notice {
        width: 100%;
    }
    .noticeboard {
        margin-top: 0px;
    }
    .noticeboard-label {
        width: 100%;
        float: left;
        text-align:center;
        padding-left: 0%;
        height: 29px;
        background-color: #c1271e;
        line-height: 30px;
        font-weight: 700;
        letter-spacing: 2px;
        text-transform: uppercase;
        color: #fff;
    }
    .grid-col-12.notice {
        float: left;
        background-color: #24282e;
        color: #fff;
        width: 100%;
        margin-top: 0px;
        height: 33px;
    }
}
@media screen and (max-width: 1360px) {
    .noticeboard {
        width: 100%;
    }

    .grid-col-12.notice {
        float: left;
        background-color: #24282e;
        color: #fff;
        width: 100%;
        margin-top: 0px;
        height: 35px;
    }
}

@media screen and (max-width: 1280px) {
    .noticeboard {
        width: 100%;
    }

    .grid-col-12.notice {
        float: left;
        background-color: #24282e;
        color: #fff;
        width: 100%;
        margin-top: 0px;
        height: 35px;
    }
}

@media screen and (max-width: 1360px) {
    .noticeboard {
        width: 100%;
    }

    .grid-col-12.notice {
        float: left;
        background-color: #24282e;
        color: #fff;
        width: 100%;
        margin-top: 0px;
        height: 35px;
    }
}

@media screen and (max-width: 1024px) {
    .noticeboard {
        width: 100%;
    }

    .grid-col-12.notice {
        float: left;
        background-color: #24282e;
        color: #fff;
        width: 100%;
        margin-top: 0px;
        height: 35px;
    }
}

.effect-shine {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    position: relative;
    font-family: 'Merriweather', serif;
    -webkit-mask-image: linear-gradient(-75deg, rgba(0,0,0,.4) 30%, #000 50%, rgba(0,0,0,.8) 70%);
    -webkit-mask-size: 200%;
    animation: shine 3s cubic-bezier(0.46, 0.03, 0.52, 0.96) infinite;
}

@keyframes shine {
    from {
        -webkit-mask-position: 150%;
    }

    to {
        -webkit-mask-position: -50%;
    }
}


/* (05 JUNE 20) */
.header-pt.clear-fix h3 {
    text-transform: uppercase;
    font-size: 27px;
}

.pricing-table.color-3 .header-pt {
    background-color: #c1271e !important;
}

.marqdiv {
    padding: 20px;
}

    .marqdiv p {
        font-size: 15px;
        color: #000 !important;
        font-weight: normal;
        border-bottom: 1px solid #f1f1f1;
        line-height: 33px;
    }
/* (05 JUNE 20) */

/* (26 JULY 20) */
img.topIMGstu1 {
    width: 370px;
}

img.topIMGstu {
    width: 370px;
}