.newstitle {
    display: -webkit-inline-box !important;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
}
.link-a{
    color: #000 !important;
    text-decoration: none;
}
.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;
}
#news-img{
    width: 100%;
    
}
.mb10 {
    margin-bottom: 10px;
}

.pt80 {
    padding-top: 80px;
}

.nav-container {
    width: calc(100% - 100px);
}

.menu,
.menu-toggle {
    display: none;
}

.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: #1e1e1e;
    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 {
    width: 100%;
    object-fit: cover;
    max-height: 300px;
}

.box4 .fh5co_img_special_relative {
    right: 0;
}

.box3 .fh5co_img_special_relative {
    right: 0;
}

.nav-item a {
    text-transform: capitalize;
}
#wrapper{
    min-height: 100vh;
}
.detail-p{
    font-size: 1.1rem;
    line-height: 1.5;
    margin-bottom: 1rem;
}
.img-small{
    height: 160px;
}
@media screen and (max-width:767px) and (min-width: 480px) {
    .clearfix img {
        width: 100%
    }
}

@media screen and (max-width:992px) {
    .articletext {
        padding: 5px 46px 0 30px;
    }

    #news-article {
        font-size: 14px;
    }

}

@media screen and (max-width: 768px) {
    .swiper-padding .swiper-wrapper{
        padding-top: .5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .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;
    }

}

@media screen and (max-width: 480px) {
    .clearfix img {
        width: 100%;
    }

}

@media screen and (min-width: 992px) {
    .img-350{
        width: 350px !important;
    }
/*     #news-img{
        width:50%
    } */
}
.job-items .company-img{
    flex:1;
    margin-right: 25px;
}
.job-items .job-tittle{
    flex:2
}
@media screen and (max-width:800px) {
    #box1 .swiper-slide {
        background-size: 100% 100% !important;
    }
    .top-post-area .single-job-items .company-img img{
        margin-right: 0;
    }
    .job-items{
        flex-direction: column;
    }
    .job-items .company-img{
        flex:none;
        margin-right: none;
    }
    .job-items .job-tittle{
        flex:none
    }
}

@media screen and (min-width: 576px) {}

@media screen and (min-width:768px) {
    .img0 {
        height: 350px;
    }
    .img1 {
        height: 300px;
    }

    .img2 {
        height: 200px;
    }
    .img-big{
        height: 200px;
    }
    .img-small{
        height: 160px;
    }
}

@media screen and (min-width:1200px) {
    .img0 {
        height: 500px;
    }
    .img1 {
        height: 350px;
    }
    .img2 {
        height: 250px;
    }
    .img-big{
        height: 300px;
    }
    .img-small{
        height: 200px;
    }
}

@media screen and (max-width:1199px) {}

@media screen and (max-width:575px) {
    #news-img{
        width:100%
    }
}

.box3-item{
float: left;

}
@media screen and (max-width:767px) {
#trending-slider{
    display: contents;
}
.box3-item{
    padding: 0;
    margin-bottom: 20px;
}
}
footer a{
    color: #000 !important;
}