.new .news_listing__entry {
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.12);
    display: flex;
    flex-direction: column;
    margin: 1rem 0;
    min-width: 250px;
    overflow: hidden;
    border-radius: 7px;
}
.blp-heading-h3 a{
 color:#ffffff;
}
.news_listing__wrapper .heading{
    padding:80px 0
}
.news_listing__header {
    align-items: center;
    border-bottom: 1px solid #ccc;
    display: flex;
}
.news_listing__wrapper


.news_listing__featured_image {
    height: 220px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}
.slick-prev, .slick-next{
    width:20px;
    height:20px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .news_listing__featured_image {
        display: block;
        height: auto;
    }

    .news_listing__featured_image-wrapper {
        height: 100%;
    }
}

.new .news_listing__content {
    padding: 20px 20px 40px;
}

.news_listing__content h5 {
    margin: 0;
}

.news_listing__content a {
    text-decoration: none;
}

.news_listing__blog-tags {
    margin-bottom: 20px;

}
.news_listing__blog-tags a.tag{
    color:#d90a2c;
    font-size: 16px;
}
/* .news_listing__content a{
color:#ffffff
} */
.blog-index__post-meta a{
    font-weight: 600;
    /*   color:#f4bc01; */
    transition: .3s;
}
.blog-index__post-meta a i{
    font-size: 15px;
    font-weight: 600;
    transition: .5s;
    font-family: "Font Awesome 5 Free";
    padding-left: 5px;
    color: #f4bc01;
}
.blog-index__post-meta a:hover i{
    padding-left:8px;
    letter-spacing: .5px;
    font-weight: bold;
}
.new .news_listing__content .entry__summary {

    padding-top:15px;
}

.new .news_listing__header,
.new .news_listing__body {
    padding: 2rem;
}

.new .news_listing__body {
    display: flex;
}

.new .entry__byline--row {
    display: flex;
    flex-direction: row;
    align-items:center;
}

.new .entry__icon > svg {
    margin-right: 0.5rem;
    width: 1rem;
}
.news_listing__content{
    position:relativel
}
 
/* Carousel (tiny slider) */

.tns-outer {
    padding: 0 !important;
}

.tns-outer [hidden] {
    display: none !important;
}

.tns-outer [aria-controls],
.tns-outer [data-action] {
    cursor: pointer;
}

.tns-slider {
    transition: all 0s;
}

.tns-slider > .tns-item {
    box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
    white-space: nowrap;
}

.tns-gallery > .tns-item {
    left: -100%;
    position: absolute;
    transition: transform 0s, opacity 0s;
}

.tns-horizontal.tns-subpixel > .tns-item {
    display: inline-block;
    vertical-align: top;
    white-space: normal;
}

.tns-horizontal.tns-no-subpixel:after {
    clear: both;
    content: '';
    display: table;
}

.tns-horizontal.tns-no-subpixel > .tns-item {
    float: left;
    margin-right: -100%;
}

.tns-no-calc {
    left: 0;
    position: relative;
}

.tns-gallery {
    left: 0;
    position: relative;
}

.tns-lazy-img {
    opacity: 0.6;
    transition: opacity 0.6s;
}

.tns-lazy-img.loaded {
    opacity: 1;
}

.tns-ah {
    transition: height 0s;
}

.tns-ovh {
    overflow: hidden;
}

.tns-hdx {
    overflow-x: hidden;
}

.tns-hdy {
    overflow-y: hidden;
}

.tns-visually-hidden {
    left: -10000em;
    position: absolute;
}

.tns-transparent {
    opacity: 0;
    visibility: hidden;
}

.tns-fadeIn {
    filter: alpha(opacity=100);
    opacity: 1;
    z-index: 0;
}

.tns-normal,
.tns-fadeOut {
    filter: alpha(opacity=0);
    opacity: 0;
    z-index: -1;
}

.tns-nav {
    margin: 20px 0;
    text-align: center;
}

.tns-nav > [aria-controls] {
    background-color: #ddd;
    border: 0;
    border-radius: 50%;
    height: 12px;
    margin: 0 5px;
    padding: 0;
    width: 12px;
}

.tns-nav .tns-nav-active {
    background-color: #ff5e14;
}

.new .news_listing__wrapper .tns-outer {
    padding: 0 !important;
}

.new .news_listing__wrapper .tns-outer [hidden] {
    display: none !important;
}

.new .news_listing__wrapper .tns-outer [aria-controls],
.new .news_listing__wrapper .tns-outer [data-action] {
    cursor: pointer;
}

.new .news_listing__wrapper .tns-slider {
    transition: all 0s;
}

.new .news_listing__wrapper .tns-slider > .tns-item {
    box-sizing: border-box;
}

.new .news_listing__wrapper .tns-horizontal.tns-subpixel {
    white-space: nowrap;
}

.new .news_listing__wrapper .tns-gallery > .tns-item {
    left: -100%;
    position: absolute;
    transition: transform 0s, opacity 0s;
}

.new .news_listing__wrapper .tns-horizontal.tns-subpixel > .tns-item {
    display: inline-block;
    vertical-align: top;
    white-space: normal;
}

.new .news_listing__wrapper .tns-horizontal.tns-no-subpixel:after {
    clear: both;
    content: '';
    display: table;
}

.new .news_listing__wrapper .tns-horizontal.tns-no-subpixel > .tns-item {
    float: left;
    margin-right: -100%;
}

.new .news_listing__wrapper .tns-no-calc {
    left: 0;
    position: relative;
}

.new .news_listing__wrapper .tns-gallery {
    left: 0;
    position: relative;
}

.new .news_listing__wrapper .tns-lazy-img {
    opacity: 0.6;
    transition: opacity 0.6s;
}

.new .news_listing__wrapper .tns-lazy-img.loaded {
    opacity: 1;
}

.new .news_listing__wrapper .tns-ah {
    transition: height 0s;
}

.new .news_listing__wrapper .tns-ovh {
    overflow: hidden;
}

.new .news_listing__wrapper .tns-hdx {
    overflow-x: hidden;
}

.new .news_listing__wrapper .tns-hdy {
    overflow-y: hidden;
}

.new .news_listing__wrapper .tns-visually-hidden {
    left: -10000em;
    position: absolute;
}

.new .news_listing__wrapper .tns-transparent {
    opacity: 0;
    visibility: hidden;
}

.new .news_listing__wrapper .tns-fadeIn {
    filter: alpha(opacity=100);
    opacity: 1;
    z-index: 0;
}

.new .news_listing__wrapper .tns-normal,
.new .news_listing__wrapper .tns-fadeOut {
    filter: alpha(opacity=0);
    opacity: 0;
    z-index: -1;
}

.new .news_listing__wrapper .tns-nav {
    margin: 20px 0;
    text-align: center;
}

.new .news_listing__wrapper .tns-nav > [aria-controls] {
    background-color: #ddd;
    border: 0;
    border-radius: 50%;
    height: 12px;
    margin: 0 5px;
    padding: 0;
    width: 12px;
}

.new .news_listing__wrapper .tns-nav .tns-nav-active {
    background-color: #ff5e14;
}
.new .slider {
    width: 100%;
    margin: 0px auto;
}

.new .slick-slide {
    margin: 0px 20px;
}
.new .slick-dots li button:before {
    color: #ffffff !important;
    opacity: 0.5;
}
.new .slick-dots li.slick-active button:before {
    color: #ffffff !important;
    opacity: 1;
}
.new .slick-slide img {
    width: 100%;
}

.new .slick-prev:before,
.new .slick-next:before {
    color: #ffffff;
}


.new .slick-slide {
    transition: all ease-in-out .3s;
    opacity: 1;
}

.new .slick-active {
    opacity: 1;
}

.new .slick-current {
    opacity: 1;
}
.new .slick-slide.slick-active:focus {
    outline: none;
}

.new .centers.slick-slider .slick-track, 
.new .centers .slick-list, 
.new .centers.slick-initialized .slick-slide{
    display:flex
}
.new .news_listing__entry-wrapper {  
    display: flex;
    flex-wrap: wrap;
}
.news_listing__content{
    position:relative;

}
.news_listing__content .blog-index__post-meta{
    padding-top:15px;
}
@media(max-width:767px){

    .news_listing__wrapper .heading{padding:20px 0 }
    .news_listing__wrapper{
        position:relative;
        overflow:hidden;  

    }
    .news_listing__content .blog-index__post-meta{
        position:relative;
    }
   .new .news_listing__content .blog-index__post-meta{
        position:relative;
        left:0;
        right:0;   
    }
}

.blp-heading-h3 { font-size: 20px; margin-bottom: 0; }
