.feature_slider_active {
    width: 58%;
    float: left;
    position: relative;
    z-index: 2
}

.feature_slider_active .fs_sitem {
    position: relative;
    outline: 0;
    border: none;
    padding-right: 30px
}

.fs_sitem .rc_meta {
    margin: 0 0 6px
}

.fs_sitem a {
    text-decoration: none
}

.fs_sitem .rc_meta .commnet {
    margin-left: 18px
}

.fs_sitem h3 {
    font-size: 30px;
    font-family: Poppins, sans-serif;
    color: #fff;
    font-weight: 600
}

@media (min-width: 320px) and (max-width: 767px) {
    .feature_slider_active .fs_sitem {
        padding-right: 50px
    }
    .fs_sitem h3 {
        font-size: 24px;
        font-family: Poppins, sans-serif;
        color: #fff;
        font-weight: 600
    }
}

.fs_sitem h3 a {
    color: inherit
}

.fs_sitem .view {
    margin-right: 10px
}

.fs_sitem .desc-updates {
    font-size: 18px;
    line-height: 1.6;
    color: #fff
}

.feature_item_slide {
    width: 42%;
    padding-right: 96px;
    float: left;
    overflow: hidden;
    position: relative;
    z-index: 2
}

.feature_item_slide .f_sitem {
    position: relative;
    outline: 0;
    border: none;
    margin-bottom: 30px;
    overflow: hidden
}

.feature_item_slide .f_sitem:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    content: ''
}

.f_sitem img {
    max-width: 100%;
    height: auto;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out
}

.f_sitem:hover img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1)
}

.counting_bar {
    width: 2px;
    height: 88%;
    background: #fff;
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0
}

.counting_bar h1 {
    font-size: 90px;
    line-height: 46px;
    color: #fff;
    position: absolute;
    top: -71px;
    bottom: auto;
    right: 0;
    margin: 0;
    font-weight: 600
}

@media (max-width:767px) {
    .fs_sitem h3 {
        font-size: 30px;
        line-height: 36px
    }

    .feature_slider_active {
        width: 100%;
        padding: 30px 15px 50px 0
    }

    .feature_item_slide {
        width: 100%;
        padding-right: 15px;
    }
}

.featured_post_section_2 {
    position: relative;
    background: url(../../Images/banners/3d-network-communications-background-with-flowing-floating-particles.jpg) center center/cover no-repeat fixed;
    padding: 115px 0 0
}
@media (min-width: 320px) and (max-width: 767px) {
    .featured_post_section_2 {
        padding: 30px 0 0
    }
}
.featured_post_section_2:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    content: ''
}

.rc_meta {
    display: flex
}

.rc_meta p {
    font-size: 14px;
    margin: 0 0 5px;
    color: #ef435c
}
