.header-section 
{
    margin-top:2cm;
    display: flex;
    flex-wrap: wrap;
}

.header-section-mobile
{
    display: flex;
    flex-wrap: wrap;
}

.header-section .header-section-1 {
    width: 25%;
    border:1px solid maroon;
}

.header-section .header-section-1 .card-header
{
    border-radius:10%;
}

.header-section .header-section-1 button
{
    padding:10px;
    margin:0px;
}

.header-section .header-section-2 {
    width: 50%;
    text-align:center;
}
.header-section .header-section-3 {
    width: 25%;
}

.header-section-mobile .header-section-1-mobile 
{
    width: 100%;
    display:none;
    
}

.slider .slides .slide img
{
    width:100%;
}

.heading-left
{
    margin:0;
    padding:0;
    font-size:24px;
    font-weight:bold;
    margin-left:10px;
}

.heading-left .use-m
{
    color:Maroon;
}

.card-auth
{
    padding:0;
    margin:0;
    border-radius:10%;
    border-left:5px solid maroon;
    border-bottom:3px solid maroon;
    border-top: 2px solid #f5b642;
    border-right:1px solid #f5b642;
}

.card-auth:hover
{
    padding:0;
    margin:0;
    border-radius:10%;
    border-left:5px solid #f5b642;
    border-bottom:3px solid #f5b642;
    border-top: 2px solid maroon;
    border-right:1px solid maroon;
}

.card-auth img
{
    padding:15px;
}
.card-auth .card-text  
{
    margin:0;
    padding:0;
}

.card-secn1
{
    background-color:#3453a3;
}


.card-secn1 h2 
{
    text-align:center;
    color:White;
}

.card-secn1 h3 
{
    font-family: Comic Sans MS;
    color:White;
}

.card-secn1 h3 .ic-content 
{
    font-family: Arial;
    color:White;
    font-size:20px;
}

.card-secn1 p
{
    text-align:center;
    font-family:Verdana;
    color:White;
}

/*.card-secn1 img
{
    border: 3px dotted white;
    padding:10px;
    height:100%;
}
*/
.card-secn1 img:hover
{
    padding:10px;
    border: 3px solid #f5b642;
} 

.newscard-1{ padding:10px; }
.newscard-2{ padding:10px; }
.newscard-3{ padding:10px; }


.newscard-1:hover
{
    box-shadow: 3px 3px 3px 3px #888888;

}


.newscard-2:hover
{
    box-shadow: 3px 3px 3px 3px #888888;
}


.newscard-3:hover
{
     box-shadow: 3px 3px 3px 3px #888888;
}

.implink-card .card
{
    border-radius:10%;
}

.implink-card .card:hover
{
    border-radius:0%;
    border-bottom:3px solid maroon;
    background-color:#ebedf0;
   
}

.implink-card img
{
    margin:16px;
    padding:5px;
}

.implink-card img:hover
{
    margin:16px;
    padding:5px;
     -ms-transform: scale(0.5); /* IE 9 */
    -webkit-transform: scale(0.5); /* Safari 3-8 */
    transform: scale(1.1); 
}


 /* --------------------------------------------- Mobile View Start ------------------------------------------------ */
 
@media (max-width: 768px) {
    .header-section .header-section-1 {
         display:none;
    }
      .header-section .header-section-2
    {
        width:100%;
    }
    
    
    .header-section .header-section-3 {
         display:none;
    }
  
    .header-section
    {
        margin-top:-0.9px;
    }
    .header-section-mobile .header-section-1-mobile
    {
        display:block;
    }
    
}
     @media screen and (max-width:768px)
        {
            .aboutuniv-desktop
            {
                display: none;
            }
            .aboutunive-mobile
            {
                display: block;
            }
            .head-res-1
            {
                display: none;
            }
        }
        
        @media screen and (min-width:768px)
        {
            .aboutuniv-desktop
            {
                display: block;
            }
            .aboutunive-mobile
            {
                display: none;
            }
        }