
.latest-stories {
    margin-top: 92px;
}
.text-section h1{
    font-size: 48px;
    font-weight: 700;
    line-height: 60px;
    color: #000;
    text-align: center;
    margin-bottom: 48px;
    margin-top: 50px;
}
.text-section p{
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    margin-bottom: 64px;
    text-align: center;
    color: #000;
}

.posts{
    background: #F2F2F2;
    padding: 48px 0 96px 0;
}
.posts  .main-title{
    font-size: 36px;
    color: #00183E;
    line-height: 48px;
    font-weight: 700;
    margin-bottom: 0;

}
.posts .card{
    display: flex;
    flex-direction: row;
    background: #F2F2F2;
    border: 0;
}
.posts .card.other{
    margin-bottom: 20px;
}
.posts .card .img-box{
    width: 40%;
    position: relative;
}
.posts .card .img-box img{
    border-radius: 10px 0px 0 10px;
    min-height: 205px;
    object-fit: cover;
}
.posts .card .img-box span{
    position: absolute;
    left: 20px;
    top: 20px;
    border-radius: 24px;
    background: #FF8000;
    padding: 8px 24px;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    color: #fff;
    text-transform: uppercase;
}
.posts .card .text-box{
    width: 60%;
    padding: 16px 48px 0px 40px;
    background: #fff;
    border-radius: 0 10px  10px 0;

  
}

.posts .card .text-box .category{
    font-weight: 700;
    color: #00CCC2;
    font-size: 14px;
    line-height: 21px;
    text-transform: uppercase;
    margin-bottom: 24px;

}

.posts .card .text-box .post-title{
    font-size: 28px;
    font-weight: 500;
    line-height: 38px;
    color: #000;
    margin: 24px 0;
}
.posts .card .text-box .date{
    color: #A5A5A5;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    text-transform: uppercase;
    margin-bottom: 20px;
    /* height: 100%; */

}
.posts .card.other .img-box{
    width: 43%;
}
.posts .card.other .text-box{
    width: 57%;
    padding: 16px 24px 0 24px;
}
.posts .card.other .img-box span{
    padding: 4px 12px;
    top: 10px;
    left: 10px;
    font-size: 12px;
}
.posts .card.other .img-box img{
    min-height: 150px;
    height: 100%;
    width: 100%;
    object-fit: cover;
    max-height: 150px;
}
.posts .card.other  .post-title-others{
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    margin-top: 7px;
    margin-bottom: 15px;
    color: #000;

}
.posts .card.other .text-box .category {
    font-size: 12px;
    line-height: 19px;
}

.posts .latest-posts .card{
    flex-direction: column;
    background: #fff;
    padding: 16px 24px;
    border-radius: 10px;
    margin-bottom: 32px;
}
.posts .latest-posts .card .category{
font-size: 14px;
font-weight: 700;
text-transform: uppercase;
line-height: 21px;
color: #00CCC2;

}
.posts .latest-posts .card .latest-title{
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    /* font-family: 'galanogrotesque-muploadedfile'; */
    margin: 16px 0;
}
.posts .latest-posts .date{
    color: #A5A5A5;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 21px;
}
.posts .latest-posts .orange-btn-arrow{
    color: #14142B;
    font-weight: 500;
    font-family: 'galanogrotesque-muploadedfile';
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 18px;
  
}
.mb-32{
    margin-bottom: 32px !important;
}



/* blog list page start */
.blog-listing-page{
    background: #F2F2F2;
    padding: 48px 0 96px 0;
    margin-top: 92px;
}
.blog-listing-page ul.nav{
    display: flex;
    justify-content: space-between;
    border-top:1px solid #7F7F7F ;
    border-bottom:1px solid #7F7F7F ;
    padding: 10px 10px;

    margin-bottom: 48px;
    margin-top: 48px;
    
}
.blog-listing-page ul.nav .nav-item-custom .nav-link-custom.active{
    color: #FF8000;
    border: 0;
    font-weight: 700;
}
.blog-listing-page ul.nav .nav-item-custom .nav-link:hover,
.blog-listing-page ul.nav .nav-item-custom .nav-link:focus{
    border: 0;
    outline: 0;
}
.blog-listing-page ul.nav .nav-item-custom:focus-visible
{
    outline: 0;
}
.blog-listing-page ul.nav .nav-item-custom .nav-link-custom{
    color:#BF6000 ;
    outline: 0;
}
.blog-listing-page  #articles-container{
    background: #F2F2F2;
}
.blog-listing-page  #articles-container .article-item .card{
    flex-direction: row;
    background: #F2F2F2;
    margin-bottom: 24px;
}
.blog-listing-page  #articles-container .article-item .card .image-box{
    width: 40%;
    position: relative;
}
.blog-listing-page  #articles-container .article-item .card .image-box span{
    position: absolute;
    left: 14px;
    top: 14px;
    border-radius: 24px;
    background: #FF8000;
    padding: 8px 24px;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    color: #fff;
    text-transform: uppercase;
}
.blog-listing-page  #articles-container .article-item .card .image-box img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    min-height: 200px;
    max-height: 236px;
    border-radius: 10px 0 0 10px;

}
.blog-listing-page  #articles-container .article-item .card .text-box{
    width: 60%;
    background: #fff;
    padding: 16px 10px 16px 48px;
    border-radius: 0 10px 10px 0;
}

.blog-listing-page  #articles-container .article-item .card .text-box .cat{
    color: #00CCC2;
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    text-transform: auto;
    margin-bottom: 24px;


}
.blog-listing-page  #articles-container .article-item .card .text-box h3{
    color: #000;
    font-size: 24px;
    font-weight: 500;
    line-height: 35px;
    font-family: 'galanogrotesque-muploadedfile';
    margin-bottom: 24px;
    min-height: 105px;

}
.blog-listing-page  #articles-container .article-item .card .text-box .date{
    color: #A5A5A5;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
}

#ajax-loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 9999;
    display: flex
;
    align-items: center;
    justify-content: center;
}

#ajax-loader {
    width: 60px;
    height: 60px;
    border: 12px solid #f3f3f3;
    border-top: 12px solid #3498db;
    border-radius: 50%;
    animation: spin 1.5s 
linear infinite;
}

.page-link{ color: #7F7F7F;}
.page-link.active, .page-item:last-child .page-link, .page-item:first-child .page-link{ color: #FF8000;}




/* single page */

.main-title-w-img {
    margin-top: 140px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #E0E0E0;
    padding-bottom: 48px;
    margin-bottom: 48px;

}

.main-title-w-img .date {
    color: #252525;
    border-bottom: 1px solid #FFD100;
    width: fit-content;
}

.main-title-w-img .main-blog-title {
    margin-top: 24px;
    margin-right: 10px;
    font-size: 40px;
}

.main-title-w-img .img {
    width: 100%;
    max-width: 520px;
}

.main-title-w-img .img img {
    border-radius: 10px;
}
.single  #search-1,
.single #block-38,
.single #block-41,
.single #block-39
{
display: none;
}
.main-title-w-img .category{
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 21px;
    color: #00CCC2;
    margin-bottom: 15px;
}
.nv-sidebar-wrap .latest-post-title{
    margin-top: 15px;
    color: #000;
    margin-bottom: 20px;
    line-height: 23px;
}
.single-post-container{
    display: flex;
}
.nv-sidebar-wrap .blue-btn{
    background: #00ccc2;
    padding: 12px 24px 13px 15px;
    color: #000;
    font-size: 16px;
}
.nv-sidebar-wrap .latest-posts-list .latest-post-item .latest-post-thumb img{
    width:100%;
}

@media(max-width:1680px){
    .posts .card.other .post-title-others{
        min-height: 63px;
    }
    .posts .card.other .img-box img {
        min-height: 166px;
        max-height: 166px;
    }
}

@media(max-width:1440px){
    .posts .card.other .img-box img {
        min-height: 160px;
        max-height: 160px;
    }
    .posts .card.other .post-title-others {
        font-size: 14px;
        line-height: 19px;
        min-height: 57px;
    }
    .posts .card .text-box .post-title {
        font-size: 24px;
        line-height: 34px;
    }    
    .blog-listing-page #articles-container .article-item .card .text-box h3 {
        font-size: 22px;
        line-height: 32px;
        min-height: 96px;
    }
}
@media(max-width:1199px){
    .posts .card .text-box .post-title {
        font-size: 20px;
        line-height: 30px;
    }
    .posts .card .text-box .post-title{
        margin: 14px 0;
    }

.posts .card .text-box .date {
    font-size: 12px;
    line-height: 15px;
    height: auto;
    
}
.posts .card.other .post-title-others {
    font-size: 13px;
    line-height: 15px;
}
.posts .card.other .img-box span {
    font-size: 10px;
}
.posts .card.other .text-box {
        padding: 10px 24px 0 24px;
}
.posts .latest-posts .card .latest-title {
    font-size: 15px;
    line-height: 20px;
}
.posts .main-title {
    font-size: 30px;
    line-height: 45px;
}
.text-section h1 {
    font-size: 40px;
    line-height: 55px;
    margin-bottom: 40px;
}
.main-title-w-img .main-blog-title{
    font-size: 30px;
    }
    .blog-listing-page #articles-container .article-item .card .text-box h3 {
        font-size: 18px;
        line-height: 26px;
        min-height: 78px;
    }
}
@media(max-width:991px){
    .blog-listing-page #articles-container .article-item .card{
        flex-direction: column;
    }
    .blog-listing-page #articles-container .article-item .card .image-box,
    .blog-listing-page #articles-container .article-item .card .text-box{
        width: 100%;
    }
    .nv-sidebar-wrap{
        width: 30%;
        flex-grow: initial !important;
    }
   .nv-single-post-wrap{
    width: 70%;
   }
   .main-title-w-img {
    flex-wrap: wrap;
    padding: 0 30px 30px;
}
.nv-sidebar-wrap .blue-btn{
    display: block;
    margin-bottom: 10px;
    text-align: center;
}
.main-title-w-img .img{
    max-width: 100%;
}
.blog-listing-page #articles-container .article-item .card .image-box img{
    border-radius: 10px 10px 0 0px;  
}
.blog-listing-page #articles-container .article-item .card .text-box{
    border-radius: 0px 0px 10px 10px;
    padding: 16px 10px 16px 30px;
}
.blog-listing-page #articles-container .article-item .card .image-box img {
    min-height: 236px;
    max-height: 236px;
}
.blog-listing-page #articles-container .article-item .card .text-box h3 {
    min-height: 52px;
    font-size: 17px;
}
.blog-listing-page #articles-container .article-item .card .text-box .date{
    margin-bottom: 10px;
}
}
@media(max-width:767px){
    .posts .card .text-box .post-title {
        font-size: 20px;
        line-height: 28px;
    }
    .text-section h1 {
        font-size: 35px;
        line-height: 48px;
        margin-bottom: 40px;
        margin-top: 20px;
    }
    .blog-listing-page #articles-container .article-item .card .text-box h3{
        min-height: auto;
    }
    .nv-sidebar-wrap{
        width: 100%;
        margin-top: 10px;
        padding-top: 0 !important;
    }
    .nv-single-post-wrap{
        width: 100%;
        margin-bottom: 30px !important;
       }
       .single-post-container{
        flex-wrap: wrap;
       }
       .nv-sidebar-wrap .latest-posts-list{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
       }
       .nv-sidebar-wrap .latest-posts-list .latest-post-item{
        width: 48%;
       }
       .nv-sidebar-wrap .latest-posts-list .latest-post-item img{
        width: 100%;
        height: 100%;
        min-height: 148px;

        max-height: 148px;
        object-fit: cover;
       }
       .nv-single-post-wrap>div:first-child{
        margin-top: 0 !important;
       }
       .nv-single-post-wrap>div:not(:last-child){
        margin-bottom: 0 !important;
       }
       .nv-index-posts, .nv-single-post-wrap{
        margin-bottom: 0 !important;
       }
}

@media(max-width:575px){
    .posts .card.main {
        flex-wrap: wrap;

    }
    .posts .card.main .img-box,
    .posts .card.main .text-box
    {
        width: 100%;
    }
    .posts .card .text-box .post-title{
        margin: 10px 0;
    }
    .blog-listing-page ul.nav{
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
    .blog-listing-page .my-5{
        margin-bottom: 0 !important;
    }
    .blog-listing-page .mt-3{
        margin-top: 0 !important;
    }
    .nv-sidebar-wrap .latest-posts-list .latest-post-item{
        width: 100%;
       }
       .nv-sidebar-wrap .latest-posts-list .latest-post-item img{
        height: auto;
        min-height: auto;
        max-height: initial;
       }
       .posts .card.other .img-box img {
        min-height: auto;
        max-height: none;
    }
    .posts .card.other .post-title-others {
        min-height: auto;
    }
    .posts .card.main .img-box img{
        border-radius: 10px 10px 0 0px;
    }   
    .posts .card.main .text-box{
        border-radius: 0 0px 10px 10px;
    } 
}