#news-slider{
    margin-top: 0px;
}
.post-slide{
    background: #fff;
    margin: 0px 5px 10px;
    border-radius: 15px;
    padding-top: 1px;
    box-shadow: 0px 5px 15px -10px #bbcbd8;
}
.post-slide .post-img{
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin: -12px 15px 8px 15px;
    margin-left: -10px;
}
.post-slide .post-img img{
    width: 100%;
    height: auto;
    transform: scale(1,1);
    transition:transform 0.2s linear;
}
.post-slide:hover .post-img img{
    transform: scale(1.1,1.1);
}
.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;
}
.post-slide:hover .over-layer{
    opacity:1;
    text-decoration:none;
}
.post-slide .over-layer i{
    position: relative;
    top:45%;
    text-align:center;
    display: block;
    color:#fff;
    font-size:25px;
}
.post-slide .post-content{
    background:#fff;
    padding: 2px 10px 15px;
    border-radius: 10px;
}
.post-slide .post-title a{
    font-size:15px;
    font-weight:bold;
    color:#333;
    display: inline-block;
    transition: all 0.3s ease 0s;
}
.icotitle{margin-left: 5px;}
.post-slide .post-title a:hover{
    text-decoration: none;
    color:#3498db;
}
.post-slide .post-description{
    line-height:24px;
    color:#808080;
    margin-bottom:10px;
}
.post-slide .post-date{
    color:#a9a9a9;
    font-size: 14px;
}
.post-slide .post-date i{
    font-size:20px;
    margin-right:8px;
    color: #CFDACE;
}
.post-slide .read-more{
    padding: 3px 10px 6px 10px;
    float: right;
    background: #14376b;
    color: #ffffff;
    box-shadow: 0px 8px 8px -11px #14376b;
    border-radius: 5px;
    line-height: normal;
}
.post-slide .read-more:hover{
    background: #d01f26;
    text-decoration:none;
    color:#fff;
}
.owl-controls .owl-buttons{
    display: none;
}
.owl-controls{
    display: none;
}
.owl-controls .owl-buttons .owl-prev{
    background: #fff;
    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;
}
.owl-controls .owl-buttons .owl-next{
    background: #fff;
    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;
}
.owl-controls .owl-buttons .owl-prev:after,
.owl-controls .owl-buttons .owl-next:after{
    content:"\f104";
    font-family: FontAwesome;
    color: #333;
    font-size:30px;
}
.owl-controls .owl-buttons .owl-next:after{
    content:"\f105";
}
.owl-item {
	float: left;
}

div#news-slider.owl-carousel.owl-theme div.owl-wrapper-outer{overflow:hidden;}
div.owl-wrapper div.owl-item div.post-slide div.post-content p.post-description{font-size: 13px;}
div.owl-wrapper div.owl-item div.post-slide div.post-content div.post-title{text-align:center;}
div.owl-item div.post-slide div.post-content div.post-title a span.icotitle{color:#d01f26;}
div.owl-item div.post-slide div.post-content div.post-title a span.icotitle:hover{color:#14376b;}
div.post-content div.post-description p.post-desc{color:#161519; font-size: 15px; margin: 0px;}
div.owl-wrapper div.owl-item div.post-slide div.post-content div.post-description, div.owl-wrapper div.owl-item div.post-slide div.post-content div.post-title{max-height: 48px; height: 48px;}


.cbox-featured {
    position: relative; /* Ensure the gradient overlay is positioned correctly */
    display: inline-block; /* Ensure the pseudo-element respects the container */
}

.cbox-featured::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(246, 143, 4));
    z-index: 1; /* Place it above the image */
    pointer-events: none; /* Ensure the overlay doesn't interfere with interactions */
}

.cbox-featured img {
    display: block; /* Avoid inline space issues for the image */
    position: relative; /* Keeps the image below the gradient */
    z-index: 0 !important; /* Ensure the image stays below the gradient */
}


@media only screen and (max-width:1280px) {
   
}





















