.newstitle {
    display: -webkit-inline-box;
    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;
}
.typetwo{
    font-size: 1.5rem;
    color: #fff;
    font-weight: bold;
    background-color: #ebb85e8c;
}
.py30{
    padding: 30px 0;
}
.mb0{
    margin-bottom: 0;
}
nav a{
    text-transform: capitalize;
}
.lazy-img{
    object-fit: cover;
    width: 100%;
}


@media screen and (max-width:767px){
    
}
@media screen and (min-width:768px){
    
}

@media screen and (min-width:992px){
    .img3{
height: 200px;
    }
    .img2{
height: 270px;
    }
}
@media screen and (min-width:1200px) {
    .img3{
height: 240px;
    }
    .img2{
height: 340px;
    }
}

@media screen and (max-width:800px) {
    #box1 .swiper-slide{
        background-size: 100% 100% !important;
    }
}
@media screen and (min-width:800px){
    .fonttitle{
        font-size: 1.2rem;
    }
}
.backcolor{
    color: black;
}
.thumbnail-corporate-caption{
    opacity: 0;
}