﻿a.GoldLink {
    color: #ffc107;
}

    a.GoldLink:hover {
        color: #fff;
    }

.university h4 {
    color: white;
}

.about-image .message {
    background-color: #fff;
    padding: 20px;
    width: 100%;
}

    .about-image .message h1 {
        text-align: center;
    }

.no-bg {
    background: none;
}

    .no-bg p, .no-bg h2 {
        color: #000;
    }

    .no-bg p, .no-bg h3 {
        color: #000;
    }

.pt-35 {
    padding-top: 35px;
}

.university {
    padding: 40px 0px !important;
}

.table-sec {
    margin: 20px 0px;
}

@media screen and (max-width:668) {
    .table-responsive {
        display: block;
    }
}
table td{color:#000;}