.newstitle {
    display: -webkit-inline-box !important;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.wlc1 {
    -webkit-line-clamp: 1;
}

.wlc2 {
    -webkit-line-clamp: 2;
}

.wlc3 {
    -webkit-line-clamp: 3;
}

.wlc4 {
    -webkit-line-clamp: 4;
}

.type {
    text-transform: capitalize;

}
.nav-aside-menu li{
    text-transform: capitalize;
}
.typetwo {
    font-size: 1.5rem;
    color: #b50000;
    font-weight: bold;
}

#news-type {
    font-weight: bold;
}
/* a,a:visited,a:hover,a:active,a:focus{
    color: #fff;
    text-decoration: none;
} */
#news-date {
    float: right;
    font-size: 1rem;
}

.news-detail {
    display: block;
    height: 2rem;
    text-transform: capitalize;
}
#news-article{
    margin-top: .5em;
    font-size: 20px;
}
.mb10{
    margin-bottom: 10px;
}
.pt80{
    padding-top: 80px;
}

#load-more-btn{
    padding: .5rem 1.5rem;
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    background-color: #112240;
    border-radius: 5px;
    color: #fff !important;
    margin-bottom: 1rem;
    cursor: pointer;
    width: 100%;
}

.mt50{
    margin-top: 50px
}
.mb-0{
    margin-bottom: 0;
}

.lazy-img{
    object-fit: cover;
}

@media screen and (max-width:992px) {
    .articletext{
        padding: 5px 10px 0 10px;
    }
    #box1{
        flex-direction: column;
    }
    #news-article{
        font-size: 14px;
    }
    .big-img{
        height: auto;
    }

}
@media screen and (max-width: 768px) {

    
    .bg-1{
        margin-top: 28px;
    }
    .flexstyle{
        display: block;
    }
    #news-img2{
        display: none;
    }
    #box1 .align-items-center{
        align-items: flex-start !important;
    }
}
@media screen and (max-width: 480px) {
    .clearfix img{
        width: 100%;
    }

}
@media screen and (min-width: 992px) {
    .img-responsivemin{
        height: 80px;
    }
    .img-responsive{
        height: 134px !important;
    }
    .img-responsive1{
        height: 250px !important;
    }
    .img-responsive2{
        height: 320px;
    }
    .big-img{
        height: 400px !important;
    }
}
@media screen and (max-width:800px) {
    #box1 .swiper-slide {
        background-size: 100% 100% !important;
    }

}
@media screen and (min-width: 576px) {
    .img3{
        height: 160px !important;
    }
}
@media screen and (min-width:768px) {
    .img3{
        height: 200px !important;
        } 
        .box4{
            width: 50%;
            float: left;
        }
        
}
@media screen and (min-width:1200px) {
    .img3{
height: 240px !important;
    }
    .img-responsivemin{
        height: 120px;
    }
    .img-responsive{
        height: 200px !important;
    }
    .img-responsive1{
        height: 310px !important;
    }
    .img-responsive2{
        height: 400px !important;
    }
    .big-img{
        height: 500px !important;
    }
    .box4{
        width: 25%;
        float: left;
    }
    .box3{
        width: 33.33%;
        float: left;
    }
}
@media screen and (max-width:1199px) {

}
@media screen and (max-width:575px) {
    .img3{
        height: auto;
    }
}
