﻿body {
}


.style-section {
    padding: 40px 0 40px 0;
    background-color: #ffffff6b;
    background-image: linear-gradient(rgba(255, 255, 255, 6%), rgba(255, 255, 255, 29%)), url(../images/download.jpeg);
}
.gallery_bg {
    background-color: white;
    padding: 10px;
    box-shadow: 0rem 0.5rem 1rem #00000030;
}
.border-webSecondary {
    border-color: hsla(46, 98%, 59%, 1);
    top: -2rem;
    display: inline-block;
    padding: 4px;
    border-width: 2px;
    right: 1rem;
    border-style: solid;
}
.bg-webSecondary {
    background-color: hsla(46, 98%, 59%, 1);
}
.event-month {
    color: hsl(229.89deg 51.35% 36.27%);
    font-size: 18px !important;
    line-height: 1.75rem;
    margin-bottom: 0px;
}
.img_sec {
    width: 100%;
    height: 185px;
    object-fit: cover;
    object-position: top;
}
.bg-webPrimary {
    background-color: #dd2608;
}
.bg-webPrimary h4 {
    font-size: 16px;
    color: #fdcd30;
}
.bg-webPrimary a {
    color: #f5f5e7;
    font-size: 13px;
}
a:hover, a:focus, a:visited {
    text-decoration: none !important;
    outline: none;
}


/*...notice-board...*/

ul, li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.date-tab {
    background-color: #dd2608;
    padding: 5px 10px;
    margin-bottom: 0px;
    border: 3px solid #dd2608;
    border-radius: 15px 0px;
    width: 10%;
}
.boxdefault span {
    font-size: 14px;
    color: #10254c;
}
.date-s {
    color: #fff !important;
    font-weight: 500;
    font-size: 17px !important;
    line-height: 26px;
    display: block;
    text-align: center;
}
.boxdefault ul li a {
    color: #000;
    text-decoration: none;
    font-size: 14px;
    width: 88%;
    margin-left:15px;
}
.noticedesc {
    color: #4d4d4d;
  
}
p.date-new {
    padding: 4px 9px;
    margin: 2px 0 0;
    font-size: 12px !important;
    background-color: #dd2608c4;
    display: table-cell;
    color:white;
    border-radius:5px;
}
.date-new i {
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: 500;
}
.notice-section{
    margin-bottom:15px;
}
.para-notice{
    font-size:13px;
}
.text-para {
    font-size: 13px;
    margin-top: 8px;
    color: grey;
}

/*..faculty css..*/

.instructor.alt {
    background: #fff;
    border-radius: 3px;
    overflow: hidden;
    padding-top: 9px;
    box-shadow: 0px 8px 18px rgb(7 41 77 / 20%);
    margin-bottom: 10px;
}
.instructor.alt .avatar {
    float: left;
    overflow: hidden;
    box-shadow: inset 0 2px 5px 0 rgba(47, 49, 51, .6);
    border: 3px solid #fff;
    margin: 0 10px 2px 10px;
    width: 15%;
}
.instructor.alt .instructor-info {
    background: none;
    padding: 0;
    float: left;
    text-align: left;
    width: 78%;
}
.instructor.alt .instructor-info .name {
    font-size: 15px;
    margin-top: 0px;
    margin-bottom: 5px;
    font-weight: bold;
}
.instructor-info .position {
    font-size: 13px;
    color: #5a5e6a;
    display: block;
    margin-bottom: 10px;
}
