/* Your custom css codes start here: */

.service_home_page img {
    max-width: 70px;
}

.electronic_services_colleges {
    text-align: center;
    margin-bottom: 12px;
    background: #40689b;
    padding: 10px 0;
    color: #fff;
    margin-top: 30px;
}

.upcoming_events,
.curricula_colleges {
    text-align: center;
    margin-bottom: 5px;
    background: #40689b;
    padding: 10px 0;
    color: #fff;
    display: block;
    text-decoration: none !important;
    transition: 0.2s;
}

.padding_left {
    padding-left: 2px;
}

.padding_right {
    padding-right: 2px;
}

.service_home_page {
    text-align: center;
    border: 2px solid #e0e0e0;
    padding: 15px 0;
    margin-bottom: 4px;
    display: block;
    text-decoration: none !important;
    color: #656565;
    transition: .2s;
    background: #fff;
}


.service_home_page .title_service {
    margin-top: 9px px;
}

.service_home_page:hover {
    background: #e0af62;
    color: #fff;
}

*,
body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Tajawal", Tajawal, Tajawal;
}


html[dir="rtl"] ul.list li {
    padding-right: 30px;
}


html[dir="rtl"] ul.list li:before {
    margin-right: 10px;
    right: 0;
}


.section-heading {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    background-color: #40689b;
    padding: 10px 25px;
    color: #fff;
}

.section-heading h5 {
    color: #fff;
}


.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}


.c-dashboardInfo {
    margin-bottom: 15px;
}

.c-dashboardInfo .wrap {
    background: #ffffff;
    box-shadow: 2px 10px 20px rgba(0, 0, 0, 0.1);
    border-radius: 7px;
    text-align: center;
    position: relative;
    overflow: hidden;
    padding: 40px 25px 20px;
    height: 100%;
}

.c-dashboardInfo__title,
.c-dashboardInfo__subInfo {
    color: #6c6c6c;
    font-size: 1.18em;
    font-family: Cairo;
}

.c-dashboardInfo span {
    display: block;
}

.c-dashboardInfo__count {
    font-weight: 600;
    font-size: 2.2em;
    line-height: 64px;
    color: #323c43;
    font-family: Cairo;
}

.c-dashboardInfo .wrap:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10px;
    content: "";
}


.c-dashboardInfo:nth-child(1) .wrap:after {
    background: linear-gradient(82.59deg, #121f27 0%, #01a3de 100%);
}

.MuiSvgIcon-root-19 {
    fill: currentColor;
    width: 1em;
    height: 1em;
    display: inline-block;
    font-size: 24px;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    user-select: none;
    flex-shrink: 0;
}

.tableres {
    margin: -20px 0 0 0;
    width: 100%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    display: table;
}


.tableres .row {
    display: table-row;
    background: #f6f6f6;
    text-align: center;
}

.tableres .row:nth-of-type(odd) {
    background: #e9e9e9;
}

.tableres .row.header {
    font-weight: 900;
    color: #ffffff;
    background: #ea6153;
}

.tableres .row.green {
    background: linear-gradient(82.59deg, #00c48c 0%, #00a173 100%);
}

.tableres .row.blue {
    background: #2980b9;
}

.tableres .cell {
    padding: 6px 12px;
    display: table-cell;
}

.breaking_news {
    width: 100%;
    font-family: Cairo;
    font-size: 14px;
    margin-top: -10px;
    margin-bottom: -40px;
}

.border_hl {
    padding: 1px;
    background-color: #D6002A;
    /* gold */
    /* Single pixel data uri image http://jsfiddle.net/LPxrT/ 
/* background-image: gold, gold, white */
    background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAANYAKv///yH5BAAAAAAALAAAAAABAAEAAAICRAEAOw=='), url('data:image/gif;base64,R0lGODlhAQABAPAAANYAKv///yH5BAAAAAAALAAAAAABAAEAAAICRAEAOw=='), url('data:image/gif;base64,R0lGODlhAQABAPAAAP///////yH5BAAAAAAALAAAAAABAAEAAAICRAEAOw==');
    background-repeat: no-repeat;
    background-size: 0 2px, 0 100%, 0% 2px;
    background-position: top center, top center, bottom center;
    -webkit-animation: drawBorderFromCenter 4s infinite;
}

.breaking_news .label {
    padding: 8px 15px;
    background: #D6002A;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

.news_title {
    padding: 5px 10px;
    background: #FFF;
    width: 100%;
    border: 1px solid #CCC;
}

/* Ripple magic */
.breaking_news .ripple {
    position: relative;
    overflow: hidden;
}

.breaking_news .ripple:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 5px;
    height: 5px;
    background: rgba(255, 255, 255, .5);
    opacity: 0;
    border-radius: 100%;
    transform: scale(1, 1) translate(-50%);
    transform-origin: 50% 50%;
}

@keyframes ripple {
    0% {
        transform: scale(0, 0);
        opacity: 1;
    }

    20% {
        transform: scale(25, 25);
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: scale(40, 40);
    }
}

.ripple::after {
    animation: ripple 1.5s ease-out infinite;
}


/* Borderr Highlight Effect */

/* Chrome, Safari, Opera */
@-webkit-keyframes drawBorderFromCenter {
    0% {
        background-size: 0 2px, 0 0, 100% 100%;
    }

    20% {
        background-size: 100% 2px, 100% 0, 100% 100%;
    }

    66% {
        background-size: 100% 2px, 100% 98%, 100% 100%;
    }

    99% {
        background-size: 100% 2px, 100% 98%, 0 2px;
    }
}

@media screen and (max-width: 768px) {
    #header img {
        margin-left: 10px;
        margin-top: 0px;
    }
}

@media only screen and (min-width: 600px) {
    .imgofnew {
        height: 155px;
    }
}



.top-line {
    font-family: Lobster, Cairo;
    font-weight: 400;
    font-size: 2.5em;
    text-transform: capitalize;
    /*text-shadow: 3px 3px #6D4C41;
    color: rgb(253, 248, 228);*/
    text-shadow: 3px 3px rgb(229, 229, 229);
    color: #3a584c;
}

.hr2 {
    border: none;
    border-top: medium double grey;
    color: grey;
    overflow: visible;
    text-align: center;
    width: 200px;
    margin: 20px auto;
}

.hr2:after {
    background: white;
    content: "\0025C6";
    display: inline-block;
    font-size: 1.4em;
    position: relative;
    top: -.80em;
}

#loading {
    display: inline-block;
    margin-top: 10px;
    width: 50px;
    height: 50px;
    border: 5px solid rgba(255, 255, 255, .8);
    border-radius: 50%;
    border-top-color: #00815f;
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}


.publication-card,
.card1 {
    width: 100%;
    border-radius: 1rem;
    background: white;
    box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.15);
    position: relative;
    color: #434343;
    display: inline-block;
    margin: 8px;
}

.publication-card .card__container,
.card1 .card__container {
    padding: 2rem;
    width: 100%;
    height: 100%;
    background: white;
    border-radius: 1rem;
    position: relative;
    height: 230px;
}

.publication-card .card__header,
.card1 .card__header {
    margin-top: 10px;
    margin-bottom: 1rem;
    font-family: "Playfair Display", serif;
}

.publication-card .card__body,
.card1 .card__body {
    font-family: "Roboto", sans-serif;
}

.publication-card::before,
.card1::before {
    position: absolute;
    top: 2rem;
    right: -0.5rem;
    content: "";
    background: #02523d;
    height: 28px;
    width: 28px;
    transform: rotate(45deg);
}

.publication-card::after,
.card1::after {
    position: absolute;
    content: attr(data-label);
    top: 11px;
    right: -14px;
    padding: 0.5rem;
    width: 12rem;
    background: #01a3de;
    ;
    color: white;
    text-align: right;
    padding-right: 20px;
    font-family: Cairo;
    box-shadow: 4px 4px 15px rgba(26, 35, 126, 0.2);
}

.card1::after {
    background: #064662;
}

@media screen and (min-width: 600px) {

    .card,
    .card1 {
        min-height: 250px;
    }
}