﻿.site-logo {
    position: relative;
    font-weight: 900;
    font-size: 1.3rem;
}

    .site-logo span {
        font-size: 2rem;
    }

    .site-logo a {
        color: #000;
    }
.univ_name_hin {
    display: block;
    font-weight: bold;
    font-family: arial unicode ms;
    color: #002366;
    font-size: 12px;
}

@media (min-width: 768px) {
    .univ_name_hin {
        display: block;
        font-weight: bold;
        font-family: arial unicode ms;
        color: #002366;
        font-size: 22px;
    }
}

.univ_name_eng {
    display: block;
    font-weight: bold;
    color: #c10505;
    font-size: 12px;
}

@media (min-width: 768px) {
    .univ_name_eng {
        display: block;
        font-weight: bold;
        font-family: arial;
        color: #c10505;
        font-size: 22px;
        line-height: 30px;
    }
}

.univ_caption {
    display: block;
    font-weight: bold;
    color: #000;
    font-size: 14px;
}

.border {
    /*background-color: #224c89;*/
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(121,9,9,1) 52%, rgba(255,0,14,1) 100%);
    height: 30px;
    width: 100%;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
}

.lead-alumni {
    font-size: 1em;
    font-weight: 400;
    text-align: justify;
}

.our-impotance h3 {
    display: block;
    padding: 10px 0 0 0;
    font-family: 'texgyreadventorbold';
    font-size: 18px;
    color: #cbe9ff;
    text-transform: uppercase;
    line-height: 24px;
}

.our-impotance p {
    display: block;
    font-size: 15px;
    color: #131517;
    line-height: 20px;
    font-weight: bold;
}

.our-impotance img {
    border: solid 2px rgb(32, 32, 32);
    border-radius: 10px !important;
    height: 150px;
}

.inner {
    text-align: center;
    padding: 30px;
}

.item-head {
    text-align: center;
    padding: 10px;
    background: #16222A;
    background: -webkit-linear-gradient(59deg, #3A6073, #16222A);
    /*background: linear-gradient(59deg, #3A6073, #16222A);*/
    background-image: linear-gradient(#552717, #000000);
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    top: 1px;
    left: 0px;
}

@media (min-width: 768px) {
    .item-head {
        text-align: center;
        padding: 10px;
        background: #16222A;
        background: -webkit-linear-gradient(59deg, #3A6073, #16222A);
        /*background: linear-gradient(59deg, #3A6073, #16222A);*/
        background-image: linear-gradient(#552717, #000000);
        color: #fff;
        font-weight: bold;
        font-size: 16px;
        top: 0px;
        left: 0px;
    }
}
.footer {
   
    /*position: fixed;*/
    left: 0;
    margin-top: 100px;
    bottom: 0px;
    width: 100%;
    background-color: #932525;
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(121,9,9,1) 52%, rgba(255,0,14,1) 100%);
    color: white;
    text-align: center;
    margin-bottom: -10px;
}

@media (min-width: 768px) {
    .footer {
        position: fixed;
        left: 0;
        margin-top: 100px;
        bottom: 0px;
        width: 100%;
        background-color: #932525;
        /*background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(121,9,9,1) 52%, rgba(255,0,14,1) 100%);*/
        color: white;
        text-align: center;
        margin-bottom: -10px;
    }
}
