﻿

a { text-decoration:none; color:#fff; }
.event-card-block {
    padding: 15px;
    box-shadow: 0px 0px 5px black;
    margin-bottom: 30px;
    margin-top: 5px;
    width: 334px;
    border-radius: 12px;
}

.btns{
    background-color: #de1616!important;
    padding: 3px 14px 6px 14px;
    border-radius: 36px;
    width: 103px;
    color: white;
    text-decoration: none;
    font-size: 13px;
}
.owl-carousel .owl-item img{   
    display:block;
     width: 100%;height: 250px;
     border-radius: 3px;
    margin-bottom: 10px;
    transition: all .1s ease-in-out 0s;

}
.owl-carousel:hover .owl-item  img{
    transform: scale(1.1);
    transition: 0.5s;
}
.studentnotice .innerwrap{
    background-color: #fff;
    padding-left: 30px;
    padding-right: 15px;
    min-height: 530px;
    box-shadow: -13px -11px 15px rgb(0 0 0 / 4%);
    padding-top: 20px;
    position: relative;
}
.studentnotice .innerwrap .sn-head {
    color: #000;
}
