.btn-close:hover, .navbar-toggler:hover{
    background-color: unset;
    border-color: unset;
}
.blog-img img{
    width: 100%;
    height: 360px;
    object-fit: cover;
    object-position: right;
    border-radius: 20px;
}
.blog-content{
    margin-top: 20px;
}
.blog-meta{
    margin-bottom: 10px;
}
.author-blog{
    color: #127BCA;
    font-size: 16px;
    line-height: 24px;
    font-family: "Jost", serif;
}
.blogls-title{
    margin-bottom: 15px !important;
}
.blogls-title a{
    color: #232536;
    text-decoration: none !important;
    font-size: 24px !important;
    line-height: 40px;
    font-weight: 500;
    letter-spacing: -1px;
    font-family: "Outfit", serif;
}
p.blog-excerpt {
    color: #6D6E76;
    margin-bottom: 9px;
}
.blogls-btn{
    color: #127BCA;
    display: flex;
    font-family: "Outfit", serif;
    font-size: 18px;
    line-height: 27px;
    font-weight: 700;
}
.blog-item {
    margin-bottom: 30px;
}
a.next.page-numbers, a.prev.page-numbers {
    background: #FFF64D !important;
    padding: 5px 12px;
    text-decoration: none;
    color: #000;
}
a.page-numbers {
    padding: 5px 12px;
    background: #f7f7f7;
    color: #000;
    text-decoration: none !important;
}
.page-numbers.current{
    background: #000;
    color: #ffff;
    padding: 5px 12px;
    text-decoration: none !important;
}
.text-blue{
    color: #127BCA !important;
}
img.eventimg {
    width: 100%;
    height: 315px;
    object-fit: cover;
    object-position: top;
}
p.department-date {
    font-size: 16px;
    line-height: 24px;
    color: #18191C;
    margin-bottom: 0px;
}
h3.event-title {
    font-size: 28px;
    line-height: 40px;
    font-weight: 500;
    margin-bottom: 15px;
}
p.event-excerpt {
    color: #6D6E76;
    margin-bottom: 0px;
}
.details-wrapper {
    padding-bottom: 21px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.event-btn-main{
    margin-top: 21px;
}
.event-btn{
    display: flex;
    font-size: 18px;
    line-height: 27px;
    font-weight: 700;
    color: #127BCA;
    font-family: "Outfit", serif;
    text-decoration: none !important;
}
.news-event-item {
    padding-bottom: 50px;
    padding-top: 50px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
@media (min-width: 922px) {
    .post-template .ast-container {
        max-width: 1200px !important;
    }
}
@media screen and (max-width:500px){
    img.eventimg{
        margin-bottom: 15px;
        height: 250px;
    }
}