.custom_slider {
    padding-top: 5rem;
}
.custom_slider .title {
    width: 0%;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 20px;
    color: #3b3b3b;
}
.custom_slider .title a {
    margin-top: 0;
}
.custom_slider #news-slider{
    margin-top: 3rem;
}
.custom_slider .post-slide{
    flex: 1;
    background: #fff;
    margin: 20px 15px 20px;
    border-radius: 15px;
    padding-top: 1px;
    box-shadow: 0px 14px 22px -9px #bbcbd8;
}
.custom_slider .post-slide .post-img{
    position: relative;
    overflow: hidden;
    border-radius: 1rem 1rem 0 0;
    aspect-ratio: 3 / 2;
}
.custom_slider .post-slide .post-img img{
    width: 100%;
    height: auto;
    transform: scale(1,1);
    transition:transform 0.2s linear;
}
.custom_slider .post-slide:hover .post-img img{
    transform: scale(1.1,1.1);
}
.custom_slider .post-slide .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%);
    transition:all 0.50s linear;
}
.custom_slider .post-slide:hover .over-layer{
    opacity:1;
    text-decoration:none;
}
.custom_slider .post-slide .over-layer i{
    position: relative;
    top:45%;
    text-align:center;
    display: block;
    color:#fff;
    font-size:25px;
}
.custom_slider .post-slide .post-content{
    background:#fff;
    padding: 2px 20px;
    border-radius: 15px;
    text-align: center;
}
.custom_slider .post-slide .post-title a{
    font-size: 1.2rem;
    display: inline-block;
    color: #525252;
    margin-bottom: 5px;
    text-align: center;
    width: 100%;
    margin-top: 1rem;
}
.custom_slider .post-slide .post-title a:hover{
    text-decoration: none;
    color:#3498db;
}
.custom_slider .post-slide .post-description{
    color: #1169b0;
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 10px;
    text-align: center;
}
.custom_slider .post-slide .post-date{
    color:#a9a9a9;
    font-size: 14px;
}
.custom_slider .post-slide .post-date i{
    font-size:20px;
    margin-right:8px;
    color: #CFDACE;
}
.custom_slider .post-slide .read-more{
    padding: 7px 20px;
    float: right;
    font-size: 12px;
    background: #2196F3;
    color: #ffffff;
    box-shadow: 0px 10px 20px -10px #1376c5;
    border-radius: 25px;
    text-transform: uppercase;
}
.custom_slider .post-slide .read-more:hover{
    background: #3498db;
    text-decoration:none;
    color:#fff;
}
.custom_slider .owl-controls .owl-buttons{
    text-align:center;
    margin-top:20px;
}
.custom_slider .owl-controls .owl-buttons .owl-prev{
    background: transparent;
    position: absolute;
    bottom:0;
    left:0;
    padding: 0 18px 0 15px;
    border-radius: 50px;
    /* box-shadow: 3px 14px 25px -10px #92b4d0; */
    transition: background 0.5s ease 0s;
}
.custom_slider .owl-controls .owl-buttons .owl-next{
    background: transparent;
    position: absolute;
    bottom:0;
    right:0;
    padding: 0 15px 0 18px;
    border-radius: 50px;
    /* box-shadow: -3px 14px 25px -10px #92b4d0; */
    transition: background 0.5s ease 0s;
}
.custom_slider .owl-controls .owl-buttons .owl-prev:after {
    content:"\f137";
    font-family: "Font Awesome\ 5 Free";
    color: #208578;
    font-weight: 900;
    font-size: 2rem;
}

.custom_slider .owl-controls .owl-buttons .owl-next:after{
    content:"\f138";
    font-family: "Font Awesome\ 5 Free";
    color: #208578;
    font-weight: 900;
    font-size: 2rem;
}
@media only screen and (max-width:1280px) {
    .custom_slider .post-slide .post-content{
        padding: 0px 15px 25px 15px;
    }
}

.card-btn {
    background-color: #16b14b;
    border-radius: 100vw;
    border-width: 0;
    color: #fff;
    font-size: 1.2rem;
    padding: 0.5rem 2rem;
    text-align: center;
    transform: translateX(-50%);
    transition: background-color .25s, color .25s;
}

.custom-slider-1 {
    background-color: #ffeadd;
}

.custom_banner .post-slide .post-img img {
    width: 100%;
}

.post-content ul {
    list-style: none;
    margin: 0 0 2rem;
    padding: 0;
}
.post-content li {
    font-size: 1rem;
    margin-bottom: 5px;
    padding-left: 1.5rem;
    color: #919191;
}

.post-content li:before {
    align-items: center;
    border: 1px solid #eaeaea;
    color: #f27227;
    content: attr(data-txt);
    display: inline-flex;
    height: 20px;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 2px;
    width: 20px;
}


@media only screen and (max-width:991.98px) {
    .custom_slider .title {
        line-height: 2;
        text-align: center;
        width: 100%;
        display: block;
    }
    .custom_slider .owl-controls .owl-buttons .owl-prev {
        left: 0;
        right: inherit;
    }
    .custom_slider .owl-controls .owl-buttons .owl-next {
        right: 0;
    }
}

.owl-wrapper , .owl-wrapper .owl-item {
    display: flex !important;
}

.card-btn-group {
    position: fixed;
    bottom: 2.5rem;
    margin-left: -2rem;
    padding: 0;
    width: -webkit-fill-available;
}