﻿
.navHeader {
    border-radius: 5px;
    font-weight: bold;
    font-size: 1.5rem;
    background: #0c4d8e;
    color: white;
    padding: 10px;
}

.mbottom-25 {
    margin: 25px 0 25px 0;
}

.img_Content {
    width: 50%;
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
    border: 2px solid #0c4d8d;
}

.txt_highlight {
    color: #0c4d8d;
    font-size: 16px;
    text-decoration: underline;
}


.overlay-btn:hover {
    color: white !important;
}

.genericPopup {
    left: 10%;
    width: 80%;
}

.customarrowcss {
    background-color: #fdc800;
    padding: 10px;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    /* left: 10px; */
    text-align: center;
    font-size: 20px;
}

.clsNoactivecls {
    background-image: linear-gradient(180deg, #dbdad5c4, #fff);
}

.active strong /*,.active i*/ {
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    font-size: 1.7rem;
}

.scholarship-btn:hover {
    background-color: #083a6c;
    color: yellow;
}

.title-area {
    text-align: center;
    /* margin-top: 3px; */
    font-family: 'Philosopher';
    font-weight: bold;
    font-size: 35px;
    color: #0c4d8e;
    text-shadow: 1px 1px 1px #000;
}

.nav-tabs > li > i:hover {
    color: #fff !important;
}

.nav-tabs > li > a:hover {
    line-height: 1 !important;
}

.mcd-menu li a {
    font-family: 'Philosopher' !important;
    font-size: 17px;
}

#ulmenu {
    max-height: 500px;
}

@media screen and (max-width: 500px) {
    #ulmenu {
        max-height: 155px;
    }
}

@media screen and (max-width: 600px) {
    #ulmenu {
        max-height: 155px;
    }
}

@media screen and (max-width: 700px) {
    #ulmenu {
        max-height: 155px;
    }
}

@media screen and (max-width: 800px) {
    #ulmenu {
        max-height: 155px;
    }
}

.scholarshipbtn1,
.scholarshipbtn2,
.scholarshipbtn3 {
    display: inline-block;
    background-color: #0c4d8e;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    transition: all 0.3s ease;
    max-width: 90%;
    min-height: 10rem;
}


.scholarshipbtn1 {
    padding: 26px 70px;
}

.scholarshipbtn2 {
    padding: 24px 70px;
    max-width: 90%;
    min-height: 10rem;
}

.scholarshipbtn3 {
    padding: 24px 25px;
    max-width: 90%;
    min-height: 10rem;
}


    .scholarshipbtn1:hover,
    .scholarshipbtn2:hover,
    .scholarshipbtn3:hover {
        color: white !important;
        background-color: #083a6c;
    }

