#news-slider, #announce-slider {
    margin-top: 30px;
}

.post-slide {
    background: #fff;
    margin: 0 15px;
}

.post-slide .post-img {
    position: relative;
    width: 100%;
    height: 140px !important;
    border: 1px solid #ccc;
    overflow: hidden;
}

.post-slide .post-img img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    min-height: 138px;
    height: auto;
    transform: scale(1,1);
    transition: transform 0.50s linear;
}

.post-slide:hover .post-img img {
    transform: scale(1.1,1.1);
}

.post-slide .over-layer {
    width: 100%;
    height: 250px !important;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background: rgba(0, 0, 0,0.4);
    transition: all 0.50s linear;
}

.post-slide:hover .over-layer {
    opacity: 1;
    text-decoration: none;
}

.post-slide .over-layer i {
    position: relative;
    top: 25%;
    text-align: center;
    display: block;
    color: #fff;
    font-size: 25px;
}

.post-slide:hover span.post-date {
    color: #6b345f;
    font-weight: bold;
    transition: all 0.50s linear;
}

.post-slide:hover .post-date i {
    color: #6b345f;
    transition: all 0.50s linear;
}

.post-slide .post-content {
    background: #fff;
    padding: 5px 5px 40px;
}

.post-slide .post-title {
    margin: 8px 0 15px 0;
}

.post-slide .post-title a {
    font-size: 15px;
    font-weight: bold;
    color: #6b345f;
    display: inline-block;
    /* text-transform:uppercase; */
    transition: all 0.3s ease 0s;
}

.post-slide .post-title a:hover {
    text-decoration: none;
    color: #6b345f;
}

.post-slide .post-description {
    line-height: 24px;
    color: #555;
    margin-bottom: 40px;
}

.post-slide .post-date {
    color: #555;
    ;}

.post-slide .post-date i {
    font-size: 20px;
    margin-right: 8px;
    color: #888;
}

.post-slide .read-more {
    padding: 5px 10px;
    float: right;
    font-size: 12px;
    background: #ddd;
    color: #555;
    text-transform: uppercase;
}

.post-slide .read-more:hover {
    background: #6b345f;
    text-decoration: none;
    color: #fff;
}

.owl-controls .owl-buttons {
    text-align: center;
    margin-top: 20px;
}

.owl-controls .owl-buttons .owl-prev {
    background: #ddd;
    position: absolute;
    top: -12%;
    right: 70px;
    padding: 0 18px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    transition: background 0.5s ease 0s;
}

.owl-controls .owl-buttons .owl-next {
    background: #ddd;
    position: absolute;
    top: -12%;
    right: 15px;
    padding: 0 18px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    transition: background 0.5s ease 0s;
}

.owl-controls .owl-buttons .owl-prev:after,.owl-controls .owl-buttons .owl-next:after {
    content: "\f104";
    font-family: FontAwesome;
    color: #6b345f;
    font-size: 30px;
}

.owl-controls .owl-buttons .owl-next:after {
    content: "\f105";
}

.owl-controls .owl-buttons .owl-prev:hover,.owl-controls .owl-buttons .owl-next:hover {
    background-color: #ccc;
}

.newsheader {
    position: absolute;
    top: -10px;
    left: 30px;
    z-index: 999;
    font-size: 20px;
    font-weight: bold;
    color: #6b345f;
}

.newsheader1 {
    font-size: 20px;
    font-weight: bold;
    color: #6b345f;
}

.inside-md-4 {
}

.news_images_list {
    margin-top: 44px;
}

.news_images_list .news_inside_image_link {
    display: block;
    width: 22%;
    height: 120px;
    float: left;
    margin-right: 4%;
    margin-bottom: 4%;
    overflow: hidden;
}

.news_images_list .news_inside_image {
    margin: 0;
    width: 100%;
    /* height: 126px; */
}

.inside_events {
    padding: .75rem 1.25rem;
}

.inside_events_main {
    background: white;
}

.inside_events span {
    display: block;
    margin-bottom: 4px;
    line-height: 14px;
    font-size: 14px;
    font-weight: bold;
    color: rgb(107, 52, 95);
}

.inside_events a {
    display: block;
    color: #212529;
}

.month_list-path {
    border-top: 1px solid rgb(163, 122, 155) !important;
    border-bottom: 1px solid rgb(163, 122, 155) !important;
    /* background: rgb(255,253,208) !important; */
}

.month_list {
    display: flex;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    /* background: #1108ff; */
}

.month_list li {
    margin: 0;
    flex: 1;
    width: fit-content;
    text-align: center;
}

.month_list li a {
    display: block;
    padding: 5px 10px;
    color: rgb(107, 52, 95) !important;
}

.month_list li.active_event_date a, .month_list li a:hover {
    margin: 0;
    font-weight: 600;
    border-bottom: 3px solid #6b345f;
    text-decoration: none;
}

.month_list li a b {
    font-size: 12px;
    color: #6b345f
}
