section.latest-news-block {
    padding: 50px 0;
}
section.latest-news-block .container-md {
    position: relative;
}
.latest-news {
    float: left;
    width: 100%;
}
.latest-news-box {
    float: left;
    width: calc(25% - 15px);
    border: 1px solid transparent;
}
.latest-news-box:hover {
    border: 1px solid #CCCCCC;
}
.latest-news-box:nth-child(4n) {
    margin-right: 0;
}
.news-boxed-img {
    float: left;
    width: 100%;
    height: 190px;
    overflow: hidden;
    border: 1px solid #CCCCCC;
    position: relative;
}
.news-boxed-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 0.3s ease;
    transform: scale(1);
}
.news-boxed-img:hover img {
    transform: scale(1.05);
}
.news-boxed-content {
    padding: 20px;
    float: left;
}
.news-boxed-content h6,
.news-boxed-content > p {
    font-family: Arada-Light;
    font-weight: normal;
    font-size: 18px;
}
.news-boxed-content .line-control p {
    font-size: 18px;
}
.wc-font-adjustment p{
    line-height: unset;
}
.latest-news-block .lSSlideOuter .lSPager.lSpg>li a {
    width: 15px;
    height: 15px;
    background-color: #CCCCCC;
}
.latest-news-block .lSSlideOuter .lSPager.lSpg>li.active a,
.latest-news-block .lSSlideOuter .lSPager.lSpg>li:hover a {
    background-color: #000;
}
.latest-news-block .lSSlideOuter .lSPager.lSpg {
    margin-top: 20px !important;
}
.latest-news-block .lSSlideOuter .lSPager.lSpg>li {
    padding: 0 8px;

}
/* slick slider additional settings start */
.latest-news-block .slick-slide {
    margin: 0 10px;
}
.latest-news-block .slick-list {
    margin: 0 -10px;
}
/* slick slider additional settings end */

.news-prev,
.news-next {
    background-image: url(../../images/left-arrow.svg);
    background-position: center;
    height: 23px;
    width: 20px;
    position: absolute;
    left: -4%;
    top: 45%;
    background-repeat: no-repeat;
    cursor: pointer;
}
.news-next {
    background-image: url(../../images/right-arrow.svg);
    left: auto;
    right: -4%;
}
section.latest-news-block.hide-controls .news-prev, 
section.latest-news-block.hide-controls .news-next {
    display: none;
}
section.latest-news-block .lSSlideOuter .lSPager.lSpg {
    display: none;
}
.latest-news[number_of_slides="2"] .news-boxed-img {
    height: 420px;
}
.latest-news .slick-dots{
    display: none !important;
}
/*Fix Css */
.news-boxed-content {
    width: 100%;
    height: 190px;
    position: relative;
}

.news-boxed-content h6,
.news-boxed-content > p{
    position:absolute;
    bottom:15px;
}
.latest-news-box-readmorebutton .news-boxed-content > p{
    position: static;
    margin-top: 15px;
}

.play-container {   
    height: 70px;   
    width: 70px;    
    position: absolute; 
    align-items: center;    
    top: 30%;   
    left: 40%;  
    display: flex;  
    justify-content: center;    
    transform: scale(1.05); 
}   

.latest-news-box.latest-news-box-readmorebutton .news-boxed-content {
    padding-bottom: 40px;
}
.news-boxed-content a.button-style-1 {
    background-color: #000;
    color: #fff;
    position: absolute;
    bottom: 10px;
}

@media (max-width:1566px) {
    .news-boxed-img {
        height: 210px;
    }
}

@media (max-width:1440px) {
    .news-boxed-img {
        height: 180px;
    }
}

@media (max-width:1366px) {
}

@media (max-width:1261px) {
    .news-boxed-img {
        height: 295px;
    }
    .latest-news[number_of_slides="2"] .news-boxed-img {
        height: 340px;
    }
}

@media only screen and ( max-width: 960px) {
    .news-boxed-img {
        height: 220px;
    }
}

@media only screen and ( max-width: 768px) {
    section.latest-news-block {
        padding: 30px 0;
    }
    .latest-news-block .lSSlideOuter .lSPager.lSpg>li a {
        width: 12px;
        height: 12px;
    }
    .latest-news-block .lSSlideOuter .lSPager.lSpg>li {
        padding: 0 5px;
    }
    .latest-news-block .lSSlideOuter .lSPager.lSpg {
        margin-top: 10px !important;
    }
    .news-prev, .news-next{
        display: none;
    }
    .latest-news[number_of_slides="2"] .news-boxed-img {
        height: 295px;
    }
    .latest-news-box {
        border: 1px solid #CCCCCC;
    }
    section.latest-news-block .lSSlideOuter .lSPager.lSpg {
        display: block;
    }
    .news-boxed-img {
        height: 190px;
    }
    .latest-news .slick-dots{
        display: block !important;
    }
}
@media only screen and ( max-width: 468px) {
    .news-boxed-img {
        height: 240px;
    }
}

/* RTL Styling Start */
body.rtl .latest-news {
    float: right;
}
body.rtl .news-boxed-content h6,
body.rtl .news-boxed-content > p {
    font-family: Cairo-Light;
}

