.mod-fcardslider {
    background-color: black;
    padding: 10px 0;
}
.mod-fcardslider .fcs-news-slider {
    margin-top: 10px;
}
.mod-fcardslider .fcs-post-slide {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 15rem;
    background: black;
    margin: 20px 15px 20px;
    border-radius: 15px;
    padding-top: 1px;
    border: 2px solid white;
}

#fcs-news-slider .owl-stage-outer {
    display: flex;
    align-items: stretch;
    height: 100%;
}

#fcs-news-slider .owl-item {
    display: flex;
    align-items: stretch;
    height: 100%;
}

.mod-fcardslider .fcs-post-slide .fcs-post-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin: 1px 1px 1px 0px;
    width: 100%;
    height: auto;
    display: block;
}
.mod-fcardslider .fcs-post-slide .fcs-post-img img {
    width: 100%;
    height: auto;
    transform: scale(1,1);
    transition: transform 0.2s linear;
}
.mod-fcardslider .fcs-post-slide:hover .fcs-post-img img {
    transform: scale(1.1,1.1);
}
.mod-fcardslider .fcs-post-slide .fcs-over-layer {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    /* background: linear-gradient(-45deg, rgba(6,190,244,0.75) 0%, rgba(45,112,253,0.6) 100%); */
    background: linear-gradient(-45deg, rgba(174, 204, 83, 0.3), rgba(174, 204, 83, 0.5));
    transition: all 0.50s linear;
}

.mod-fcardslider .fcs-post-slide:hover .fcs-over-layer {
    opacity: 1;
}
.mod-fcardslider .fcs-post-slide .fcs-over-layer i {
    position: relative;
    top: 45%;
    text-align: center;
    display: block;
    color: #ffffff;
    font-size: 25px;
}
.mod-fcardslider .fcs-post-slide .fcs-post-content {
    background: black;
    padding: 2px 20px 40px;
    border-radius: 15px;
}
.mod-fcardslider .fcs-post-slide .fcs-post-title a {
    font-size: 18px;
    font-weight: bold;
    color: white;
    display: inline-block;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}
.mod-fcardslider .fcs-post-slide .fcs-post-title a:hover {
    text-decoration: none;
    color: #AECC53FF;
}
.mod-fcardslider .fcs-post-slide .fcs-post-description {
    line-height: 24px;
    color: #a9a9a9;
    margin-bottom: 25px;
}
.mod-fcardslider .fcs-post-slide .fcs-post-date {
    color: #a9a9a9;
    font-size: 14px;
}
.mod-fcardslider .fcs-post-slide .fcs-post-date i {
    font-size: 20px;
    margin-right: 8px;
    color: #CFDACE;
}
.mod-fcardslider .fcs-post-slide .fcs-read-more {
    padding: 7px 20px;
    float: right;
    font-size: 12px;
    font-weight: bold;
    background: #AECC53FF;
    color: black;
    box-shadow: 0px 10px 20px -10px #546b2c;
    border-radius: 5px;
    text-transform: uppercase;
}
.mod-fcardslider .fcs-post-slide .fcs-read-more:hover {
    background: black;
    border: 2px solid #AECC53FF;
    text-decoration: none;
    color: #fff;
}

/* OwlCarousel 2 Navigation */
.mod-fcardslider .owl-nav {
    text-align: center;
    margin-top: 10px;
}

.mod-fcardslider .owl-nav .owl-prev{
    background: black;
    position: absolute;
    top:-13%;
    left:15px;
    padding: 0 18px 0 15px;
    border-radius: 50px;
    box-shadow: 3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
}

.mod-fcardslider .owl-nav .owl-next{
    background: black;
    position: absolute;
    top:-13%;
    right: 15px;
    padding: 0 15px 0 18px;
    border-radius: 50px;
    box-shadow: -3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
}


@media only screen and (max-width: 1280px) {
    .mod-fcardslider .fcs-post-slide .fcs-post-content {
        padding: 0px 15px 25px 15px;
    }
}
