.post_list_plus_number {
    position: relative;
}
.post_list_plus_number_inner {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: nowrap;
}
.post_list_plus_number:not(:last-child){
    margin-bottom: 17px;
    padding-bottom: 16px;
    border-bottom: 1px solid #DDE3ED;
}
.post_list_plus_number_inner .plpn_thumbnail {
    flex: 0 0 80px;
    height: 80px;
}
.post_list_plus_number_inner .plpn_thumbnail img {
    height: 80px;
    width: 100%;
    object-fit: cover;
}
.post_list_plus_number_inner .plpn_content h4 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    margin: 0;
    color: #203656;
}
.post_list_plus_number_inner .plpn_content span,
.post_list_plus_number_inner .plpn_content span a {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #95A1B2;
}
span.plpn-number {
    position: absolute;
    top: 50%;
    right: 0;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    font-size: 72px;
    line-height: 40px;
    color: rgba(0, 0, 0, 0.07);
    transform: translateY(-50%);
}
ul.nav-tabs.plpn_tabs {
    margin-bottom: 24px;
    gap: 12px;
    border-bottom: 0;
}
ul.nav-tabs.plpn_tabs .nav-link {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 15px;
    color: #203656;
    border: 1px solid #FF543E;
    border-radius: 0;
    padding: 10px 20px;
}
ul.nav-tabs.plpn_tabs .nav-link.active {
    background: #FF543E;
    color: #ffffff;
}

.top_largeone_wrap, .top_largeone_wrap img {
    height: 510px !important;
    object-fit: cover;
    width: 100%;
}
.top_smalltwo_content,
.top_leargeone_content {
    position: relative;
}
.top_leargeone_content .tl-post-title {
    position: absolute;
    bottom: 40px;
    left: 40px;
    right: 40px;
}
.top_smalltwo_content:before,
.top_leargeone_content:before {
    content: '';
    width: 100%;
    height: 60%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(5, 12, 21, 0) 0.71%, #050C15 100%);
}
.tl-post-title h1, .tl-post-title h1 a {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 42px;
    color: #FFFFFF;
}
.ts-post-title i, .ts-post-title span.posted-on a,
.tl-post-title i, .tl-post-title span.posted-on a {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #FFFFFF;
}
.ts-post-title a.news-cat_Name, 
.tl-post-title a.news-cat_Name {
    border-radius: 0px;
    padding: 6px 10px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #FFFFFF;
    margin-bottom: 16px;
    display: inline-block;
}
.top_smalltwo_content{
    position: relative;
}
.top_smalltwo_item:not(:last-child) {
    margin-bottom: 24px;
}
.top_smalltwo_content, 
.top_smalltwo_content img {
    height: 243px !important;
    object-fit: cover;
    width: 100%;
}
.ts-post-title {
    position: absolute;
    bottom: 24px;
    left: 24px;
    right: 24px;
}
.ts-post-title h2, .ts-post-title h2 a {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
}

.ts-post-title h2 a,
.tl-post-title h1 a {
    background-image: linear-gradient(to bottom, #fff 0%, #fff 98%);
    background-size: 0 1px;
    background-repeat: no-repeat;
    background-position: left 100%;
    transition: all 0.7s;
}
.top_smalltwo_content:hover .ts-post-title h2 a,
.top_leargeone_content:hover .tl-post-title h1 a{
    background-size: 100% 1px;
}
.stori__content {
    gap: 16px;
}
.stori-img {
    flex: 0 0 110px;
    height: 110px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
}
.stori-img img{
    height: 110px !important;
    width: 100%;
    object-fit: cover;
}
.stori-details h4, .stori-details h4 a {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #203656;
    margin-bottom: 0;
}
.stori-details a.news-cat_Name {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 14px;
    color: #FFFFFF;
    padding: 5px 10px;
    display: inline-block;
    margin-bottom: 8px;
}
.stori-details span, .stori-details span i, .stori-details span .posted-on a {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #95A1B2;
}
.stori-details span span.byline{
    text-transform: lowercase;
}
.stori-details span.author .posted__by{
    text-transform: capitalize;
    margin-right: 12px;
}
.top_stori_swiper_carousel h3 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 42px;
    color: #203656;
    margin-bottom: 28px;
}
.popular__content {
    position: relative;
}
.popular-details {
    margin-top: -70px;
    background-color: #ffffff;
    position: relative;
    margin-left: 24px;
    margin-right: 24px;
    padding: 16px;
    border: 1px solid #EBF2F4;
}
.popular-details h4 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #203656;
}
.popular-details span i, .popular-details span a,
.popular-details span {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #95A1B2;
}
.popular-img, .popular-img img {
    width: 100%;
    max-width: 640px !important;
    object-fit: cover;
}
.popular-details span span.byline{
    text-transform: lowercase;
}
.author .posted__by{
    text-transform: capitalize;
    margin-right: 12px;
}
.popular_post_swiper_carousel h3 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 42px;
    color: #203656;
    margin-bottom: 28px;
}

.post__tolist__wrapper {
    display: flex;
    align-items: center;
    gap: 32px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #DDE3ED;
}
.tolist-img {
    flex: 0 0 304px;
    height: 250px;
}
.tolist-img img{
    height: 250px !important;
    width: 100% !important;
    object-fit: cover;
}
.tolist-content a.news-cat_Name {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 14px;
    color: #FFFFFF;
    padding: 5px 10px;
    display: inline-block;
    margin-bottom: 10px;
}
.tolist-content h2 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    color: #203656;
    margin-bottom: 5px;
}
.tolist-content h2 a {
    background-image: linear-gradient(to bottom, #203656 0%, #203656 98%);
    background-size: 0 1px;
    background-repeat: no-repeat;
    background-position: left 100%;
    transition: all 0.7s;
}
.post__tolist__wrapper:hover .tolist-content h2 a {
    background-size: 100% 1px;
}
span.tolist_excerpt p {
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #767C85;
    margin-bottom: 0;
    padding-right: 30px;
}
.tolist-content a.view_more {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 14px;
    color: #203656;
}
.tolist-content a.view_more i {
    font-size: 16px;
    line-height: 0;
    vertical-align: middle;
}
.tolist-content span {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #95A1B2;
}
.tolist-content>span {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #95A1B2;
    margin-bottom: 12px;
    display: inline-block;
}
.tolist-content span.byline {
    text-transform: lowercase;
}
.tolist-content span.byline a, .tolist-content span.posted-on a {
    color: #95A1B2;
}
.twogrid .ts-post-title {
    bottom: 30px;
    left: 40px;
    right: 40px;
}
.twogrid .ts-post-title h2, .twogrid .ts-post-title h2 a {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    color: #FFFFFF;
    font-size: 20px;
    line-height: 28px;
}
.twogrid .ts-post-title span {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    text-transform: lowercase;
}
.twogrid .ts-post-title span .author .posted__by{
    color: #ffffff;
    text-transform: capitalize;
}
.multi_column_list_wrap {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
}
.multict-img {
    flex: 0 0 150px;
    height: 130px;
}
.multict-img img{
    width: 100% !important;
    height: 130px !important;
    object-fit: cover;
}
.multict-content a.news-cat_Name {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #FFFFFF;
    padding: 6px 14px;
    display: inline-block;
    margin-bottom: 10px;
}
.multict-content h2, .multict-content h2 a {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #203656;
    margin-bottom: 0px;
}
.multict-content span i, .multict-content span.posted-on {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #95A1B2;
}

.post_onelarge_wrap {
    position: relative;
}
.post_foursmall_wrap {
    margin-bottom: 15px;
}
.onelarge_content a.news-cat_Name {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #FFFFFF;
    padding: 10px 20px;
    display: inline-block;
    margin-bottom: 18px;
}
.onelarge_content h2, .onelarge_content h2 a {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #203656;
    margin-bottom: 2px;
}
.onelarge_img, .onelarge_img img {
    max-height: 515px;
    object-fit: cover;
}
.onelarge_content>span {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #95A1B2;
}
.onelarge_content {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 500px;
    background: rgba(255, 255, 255, 0.7);
    padding: 40px 40px 32px;
}
.foursmall_img, .foursmall_img img {
    height: 130px !important;
    display: inline-block;
    object-fit: cover;
    position: relative;
    margin-bottom: 17px;
}
.foursmall_img a.news-cat_Name {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #FFFFFF;
    padding: 8px 16px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}
.foursmall_content h2, .foursmall_content h2 a {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #203656;
    margin-bottom: 0;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.foursmall_content span {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #95A1B2;
}
.toplarge_block_content img {
    height: 270px !important;
    width: 100%;
    object-fit: cover;
    margin-bottom: 12px;
}
.toplarge_block_content h2 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #203656;
    margin-bottom: 13px;
}
.multi_column_list_wrap.toplarge_bottom_list .multict-img {
    flex: 0 0 85px;
    height: 85px;
}
.multi_column_list_wrap.toplarge_bottom_list .multict-img img{
    height: 85px !important;
}
.multi_column_list_wrap.toplarge_bottom_list .multict-content h2, .multi_column_list_wrap.toplarge_bottom_list .multict-content h2 a {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #203656;
}
.multi_column_list_wrap.toplarge_bottom_list {
    margin-bottom: 15px;
}
.top__large__block_border {
    border: 1px solid #DDE3ED;
    padding-top: 15px;
}
.video__post__large__wrap {
    position: relative;
}
.video__post__large_img .post__video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.video__post__large_img .post__video a {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    font-size: 24px;
    border-radius: 50px;
    padding: 3px 0px 0px 5px;
    border: 5px solid #ebedf1;
    color: #203656;
}
.video__post__content {
    position: absolute;
    bottom: 30px;
    left: 40px;
}
.video__post__large__wrap:before {
    content: '';
    width: 100%;
    height: 60%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(5, 12, 21, 0) 0.71%, #050c1585 100%);
}
.video__post__content h2, .video__post__content h2 a {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
    color: #FFFFFF;
}
.video__post__content span {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #FFFFFF;
    
}
.video__post__content span.byline{
    text-transform: lowercase;
}
.video__post__content .posted-on a,
.video__post__content span.byline .posted__by{
    color: #ffffff;
    text-transform: capitalize;
}
.video__slide_list {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
    gap: 16px;
}
.video__slide_list .vs_img {
    flex: 0 0 100px;
    height: 100px;
    position: relative;
}
.video__slide_list .vs_img img {
    width: 100% !important;
    height: 100px !important;
    object-fit: cover;
}
.vs_content h4, .vs_content h4 a {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    margin-bottom: 0px;
}
.vs_content span, .vs_content span .posted-on a {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #95A1B2;
}
.post__list_vicon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.post__list_vicon a {
    background: #ffffff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}
.video__post__large_img img {
    height: 475px !important;
    width: 100% !important;
    object-fit: cover;
}
.post__tolist__wrapper.standard-list-view {
    margin-bottom: 16px;
    padding-bottom: 16px;
}
.post__tolist__wrapper.standard-list-view .tolist-img, 
.post__tolist__wrapper.standard-list-view .tolist-img img {
    height: 200px !important;
}
.col-12.bottom_border_hidden:last-child .post__tolist__wrapper {
    border-bottom: 0;
}
.post__tolist__wrapper.standard-list-view .tolist-content a.view_more {
    display: block;
    margin-top: 1rem;
}
.stori__wrapper.ri-post-list {
    position: relative;
}

.stori__wrapper.ri-post-list:not(:last-child) {
    margin-bottom: 12px;
    border-bottom: 1px solid #DDE3ED;
    padding-bottom: 12px;
}
span.post-list-rounded-image-cat {
    position: relative;
    padding-left: 24px;
    display: inline-block;
}
span.post-list-rounded-image-cat:before {
    content: '';
    width: 16px;
    height: 6px;
    background: #FF4063;
    position: absolute;
    top: 4px;
    left: 0;
}
span.post-list-rounded-image-cat .posted-in {
    display: flex;
    gap: 12px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    color: #203656;
}





/* Responsive */
@media (max-width: 1200px) {}

@media (max-width: 991px) {}

@media (max-width: 767px) {
    .top_largeone_wrap {
        margin-bottom: 24px;
    }
    .top_smalltwo_item,
    .top_smalltwo_item:not(:last-child) {
        margin-bottom: 24px;
    }
    .twogrid_spacer:not(:last-child) {
        margin-bottom: 30px;
    }
    .post__tolist__wrapper {
        display: block;
        width: 100%;
    }
    .post__tolist__wrapper .tolist-img{
        margin-bottom: 24px;
    }
    span.tolist_excerpt p {
        padding-right: 15px;
    }
}
