.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{
font-size: 1.1rem;
text-transform: capitalize;
color: #ebb85e;

}
.typetwo{
    font-size: 1.5rem;
    color: #fff;
    font-weight: bold;
    background-color: #ebb85e8c;
}
.py30{
    padding: 30px 0;
}
.mb0{
    margin-bottom: 0;
}
.p4e{
    padding: 4em 0;
}
.logo-text{
    color: #fff;
    font-weight: bold;
    float: left;
    text-transform: uppercase;
}
.ads-box{
    text-align: center;
    padding: 1rem 0;
}
#page-wrapper{
    min-height: 100vh;
}
@media screen and (min-width:840px) {
    #box2 img{
height: 200px;
    }  
    #box4 img{
height: 165px;
    }
    #box5 img{
        height: 300px;
    }
    #features img{
        height: 220px;
    }
}

@media screen and (min-width:1280px) {
    #box2 img{
height: 250px;
    }  
    #box4 img{
        height: 215px;
    }
    #box5 img{
height: 400px;
    }
    #features img{
        height: 280px;
    }
}


@media screen and (max-width:800px) {
    #box1 .swiper-slide{
        background-size: 100% 100% !important;
    }
    .p4e{
        padding: 1em 0;
    }
}
@media screen and (min-width:800px){
    .fonttitle{
        font-size: 1.2rem;
    }
    #news-img{
        width: 80%;
    }
}
.backcolor{
    color: black;
}