.custome_container {
    padding: 0 40px;
    max-width: 1446px;
    margin: auto;
    width: 100%;
}
.inner_hero_banner::before {
    max-width: 500px;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}
.inner_hero_banner {
    border-bottom: 4px solid #fa0f3e;
}

.filter_option_content .dropdown {
    width: 270px;
}
.dropdown-menu {
    border-top: 1px solid rgba(0, 0, 0, .15);
    min-width: 270px;
    left: -1px;
    border: 1px solid #424E75;
    top: 32.8px;
    height: 188px;    
    overflow-y: scroll;
}	

.news-listing-sec {
    margin: 48px 0 80px 0;
}

/*news-article-cards*/
.news-article-cards {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 24px;
    row-gap: 40px;
}
.custom-news-filter{
	margin-bottom: 48px;
}
.category-date {
    display: flex;
    margin-bottom: 16px;
}
.news-card-data {
    padding: 48px 0 24px 24px;
    position: relative;
    width: 40%;
}
.news-card-data h2 {
    margin: 0;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 600;
    line-height: 19.2px;
    text-align: left;
    color: #FFF;
    margin-bottom: 16px;
    text-transform: uppercase;
}
.news-card-data h2 a {
    color: #FFF;
}
.news-card-data h2 a:hover {
    color: #FA0F3E;
}
.news-card-data .short-desc {
    font-family: Red Hat Display;
    font-size: 12px;
    font-weight: 400;
    line-height: 16.8px;
    text-align: left;
    color: #FFFFFF;
    margin-bottom: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news-card-data p {
    margin: 0;
    line-height: 100%;
    font-family: "Agdasima Regular", sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 10px;
    text-transform: uppercase;
}
.news-cat {
    display: flex;
    align-items: center;
}
.news-article-card {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    width: calc(50% - 16px);
    background-position: center;
}
.news-article-card:before {
    content: '';
    position: absolute;
    top: 8px;
    right: -8px;
    bottom: -8px;
    left: 8px;
    background-color: #fa0f3e;
    z-index: -1;
}
.news-main-cards {
    width: calc(100% / 2);
    padding-bottom: 40px;
}
.news-main-cards:nth-child(odd){
	padding-right: 16px;
}
.news-main-cards:nth-child(even){
	padding-left: 16px;
}
.bg-color-div {
    position: absolute;
    width: 55%;
    height: 100%;
    background-size: cover;
    background-position: right;
}
.news-cat a {
    color: #FA0F3E;
    text-transform: uppercase;
}
.news-cat a:hover {
    color: #FFF;
}
.news-pub-date {
    color: #D6D6D6;
}
.news-card-data .news-cat {
    margin-right: 24px;
    flex-wrap: wrap;
    row-gap: 3px;
}
.news-card-data > a {
    font-family: "Agdasima Regular", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 2px;
    text-align: left;
    color: #FFFFFF;
    text-transform: uppercase;
}
.news-card-data > a:hover {
    color: #fa0f3e;
}
.news-card-data > a img {
    margin-left: 10px;
}


.news-articles .pagination {
    margin-top: 64px;
}
.pagination span.pages {
    display: none;
}
.pagination a.previouspostslink,
.pagination a.nextpostslink {
    position: relative;
    font-size: 0;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pagination a.previouspostslink:before {
    content: '';
    background-image: url('/wp-content/themes/magicmedia/assets/images/left-arrow.png');
    width: 8px;
    height: 14px;
    position: absolute;
    background-repeat: no-repeat;
}
.pagination a.nextpostslink:before {
    content: '';
    background-image: url('/wp-content/themes/magicmedia/assets/images/right-arrow.png');
    width: 8px;
    height: 14px;
    position: absolute;
    background-repeat: no-repeat;
}
.pagination a.nextpostslink:hover:before {
    background-image: url('/wp-content/themes/magicmedia/assets/images/right-arrow-red.png');
}
.pagination a.previouspostslink:hover:before {
    background-image: url('/wp-content/themes/magicmedia/assets/images/left-arrow-red.png');
}
.pagination .wp-pagenavi {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    display: flex;
}
.pagination .wp-pagenavi .page,
.pagination .wp-pagenavi .current {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 24px;
    height: 24px;
    max-width: max-content;
    font-family: "Agdasima Regular", Sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 26.4px;
    letter-spacing: 1px;
    text-align: center;
}
.pagination a.nextpostslink {
    margin-left: 4px;
}
.pagination a.previouspostslink {
    margin-right: 4px;
}
.pagination .wp-pagenavi .current {
    color: #FA0F3E;
    cursor: pointer;
}
.pagination .wp-pagenavi .page {
    color: #0A132D;
}
.pagination .wp-pagenavi .page:hover {
    color: #FA0F3E;  
}

.news-listing-sec .custome_container {
    position: relative;
    min-height: 345px;
}
/*.lds-facebook {
    top: 20%;
}*/
.no-post-found p {
    margin: 0;
    font-size: 25px;
    line-height: 31px;
    color: #fa0f3e;
    text-align: center;
}
.no-post-found {
    margin-top: 100px;
}
.filter_option_content {
    position: relative;
}
.close-btn-section img {
    width: 12px;
    filter: brightness(0) invert(1);
}
.close-btn-section {
    position: absolute;
    right: 35px;
    top: 5px;
    z-index: 9;
}
/*.close-btn-section {
    position: absolute;
    right: -20px;
    top: 7px;
}*/
.filter_option_gird.highlight .dropdown.cat_dropdown {
    background-color: #fa0f3e;
    border-color: #fa0f3e;
}
.filter_option_gird.highlight .dropdown.cat_dropdown button {
    color: #fff;
}
.filter_option_gird.highlight .dropdown.cat_dropdown img {
    filter: brightness(0) invert(1);
}

@media(min-width: 1600px) {
    .inner_hero_banner::before {
        max-width: 700px;
    }
}

@media(min-width: 420px) {
    .banner_inner_content h1 br {
        display: none;
    }
}

@media(max-width: 1024px) {
	.custome_container {
	    padding: 0 20px;
	}
    .news-card-data {
        padding: 24px 0 24px 16px;
    }
    .news-card-data .short-desc {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin-bottom: 24px;
    }
}

@media(max-width: 950px) {
    .news-article-card {
        width: 100%;
    }
    .custom-news-filter {
        margin-bottom: 32px;
        margin-top: 32px;
    }
    .news-listing-sec .custome_container {
        position: relative;
        min-height: 200px;
    }    
}


@media(max-width: 767px) {
	.custome_container {
	    padding: 0 15px;
	}
    .filter_option_gird {
        margin-bottom: 0;
    }
    .news-card-data {
        width: 47%;
    }
    .bg-color-div {
        width: 65%;
    }
    .category-date,
    .news-card-data h2 {
        margin-bottom: 12px;
    }
/*    .news-card-data .short-desc {
        margin-bottom: 10px;
    }*/
    .news-card-data p {
        font-size: 8px;
    }
    .news-card-data p.news-pub-date {
        min-width: 80px;
    }
    .news-card-data .news-cat {
        margin-right: 12px;
    }
    .news-card-data h2 {
        font-size: 12px;
        line-height: 120%;
    }
    .category-date {
        flex-wrap: wrap;
    }
    .create_magic_sec .create_magic_img_sec {
        min-height: 320px;
    }
    .banner_inner_content {
        width: 100%;
    }
    .news-articles .pagination {
        margin-top: 40px;
    }
    .news-listing-sec {
        margin: 32px 0 64px 0;
    }
    .news-article-card:before {
        top: 4px;
        right: -4px;
        bottom: -4px;
        left: 4px;
    }
    .news-article-cards {
        row-gap: 20px;
    }
    .create_magic_sec>.e-con-inner {
        padding: 0 !important;
    }
    
    .news-card-data > a {
        font-size: 12px;
        line-height: 100%;
        display: flex;
        align-items: center;
    }
    .news-card-data > a img {
        margin-left: 8px;
    }
}

@media(max-width: 576px) {
    .filter_option_content .dropdown {
        width: 100%;
    }
/*    .filter_option_gird.highlight .filter_option_content {
        width: calc(100% - 27px);
    }*/
}

@media(max-width: 420px) {

/*    .filter_option_gird.highlight .filter_option_content {
        width: calc(100% - 27px);
    }*/
/*    .lds-facebook {
        left: 40%;
    } */   
}

@media(max-width: 374px) {
    .bg-color-div {
        width: 65%;
    }
}