.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 !important;
}
.nav-aside-menu li{
    text-transform: capitalize;
}
.typetwo {
    font-size: 1.5rem;
    color: #b50000;
    font-weight: bold;
}

#news-type {
    font-weight: bold;
}

#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;
}
.nav-container{
    width: calc(100% - 100px);
}
.menu,.menu-toggle{
    display: none;
}
.clearfix img{
    width:220px
}
.alpha img{
    width: 100%;
}
.flexstyle{
    display: flex;
    padding-top: 1rem;
}
.articletext{
    padding: 15px 46px 0 30px;
    font-size: 1.1rem;
    text-decoration: none;
}
#load-more-btn{
    padding: .5rem 1.5rem;
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    background-color: #242424;
    border-radius: 5px;
    color: #fff !important;
    margin-top: 2rem;
    cursor: pointer;
}
.detailtitle{
    font-size: 2rem;
    margin-bottom: .5rem;
}
.mt50{
    margin-top: 50px
}
.mb-0{
    margin-bottom: 0;
}
#searchads {
    position: relative;
    width: 80%;
    border-radius: 25px;
    margin: 1rem 0;
    left: 50%;
    transform: translate(-50%);
    z-index: 9999;
    display: none;
    padding: .5rem 1rem;
}
.ads-box{
    margin: 5px 0;
    text-align: center;
}
.lazy-img{
    max-width: 100%;
    object-fit: cover;
}
.box4 .fh5co_img_special_relative{
    right: 0;
 }
 .box3 .fh5co_img_special_relative{
    right: 0;
 }
 .nav-item a{
    text-transform: capitalize;
 }
 .logo img{
    width: 240px;
 }
 .sticky-logo img{
    width: 160px;
 }
@media screen and (max-width:767px) and (min-width: 480px){
    .clearfix img{
        width:100%
    }
}
@media screen and (max-width:991px) {
    .articletext{
        padding: 5px 46px 0 30px;
    }
    #box1{
        flex-direction: column;
    }
    #news-article{
        font-size: 14px;
    }
    
}
@media screen and (max-width: 768px) {

    .menu-toggle {
        font-size: 24px;
        cursor: pointer;
        position: absolute;
        top: 5px;
        left: 10px;
        z-index: 1;
        color: #fff;
        display: block;
    }
    
    .menu {
        width: 200px;
        height: 100%;
        background-color: rgb(36, 36, 36);
        position: fixed;
        bottom: 0;
        transition: left 0.3s;
        z-index: -1;
        display: block;
    }
    
    .menu ul {
        list-style: none;
        padding: 5rem 0;
        height: 100%;
        
    }
    
    .menu li {
        padding: 1rem .5rem;
        text-align: center;
        font-size: 1.2rem;
        font-weight: bold;
    }
    
    .menu a {
        text-decoration: none;
        color: #fff;
    } 
    .nav-container{
        height: 28px;
        z-index: 999;
        position: fixed;
        top: 0;
        background: rgb(36, 36, 36);
        width: 100%;
    }
    .nav-container img{
        width: 60px;
        margin-top: 6px !important;
    }
    .nav-container h1{
        margin-left: 50px;
    }
    .bg-1{
        margin-top: 28px;
    }
    .flexstyle{
        display: block;
    }
    #news-img2{
        display: none;
    }
    .sticky-logo.info-open{padding:12px;height: 80px;display: flex !important; align-items: center;}
}
@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;
    }
}
@media screen and (max-width:800px) {
    #box1 .swiper-slide {
        background-size: 100% 100% !important;
    }

}
@media screen and (min-width: 576px) {
    .img3{
        height: 160px;
    }
}
@media screen and (min-width:768px) {
    .img3{
        height: 200px;
        } 
        .box4{
            width: 50%;
            float: left;
        }
        
}
@media screen and (min-width:1200px) {
    .img3{
height: 240px;
    }
    .img-responsivemin{
        height: 120px;
    }
    .img-responsive{
        height: 200px !important;
    }
    .img-responsive1{
        height: 310px !important;
    }
    .img-responsive2{
        height: 400px !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;
    }
}
