.container{
    max-width: 1140px;
    margin: 0 auto;
}
.featured_articles {
    background-color: #032345;
    padding: 220px 0 75px;
    margin-bottom: 75px;
    color: #fff;
}
.elementor-location-header{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9999;
}
.post_carousel{overflow: hidden;}
.articles-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: stretch;
    min-height: 300px;
}
.scroller{
    display: block;
    transform: translateY(-160px);   
}
.blog .blog_page h2{
    font-family: "Helvetica Neue", sans-serif;
    font-weight: 700;
    font-size: 32px;
 }
 .blog_page .rank-math-breadcrumb p,
 .blog_page .rank-math-breadcrumb a{
    color: #fff;
   
}
.single-publication .rank-math-breadcrumb .separator{
    background-image: url('../images/angle-right.svg');
    width: 6px;
    height: 6px;
    display: inline-block;
    text-indent: -99999px;
    background-repeat: no-repeat;
    background-size: 4px;
    background-position: center;
    margin: 1px 0 0;
 }
 .post-type-archive-publication .rank-math-breadcrumb .separator{
    width: 6px;
    height: 6px;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    color: transparent;
    transform: rotate(45deg);
    margin: 0 5px;
    display: inline-flex;
 }
 
.rank-math-breadcrumb p{
    display: flex;
    align-items: center;
    margin: 0;
    gap: 10px;
 }
.single-publication table{
    border-collapse: collapse;
    overflow: hidden;
    margin: 0;
}
.single-publication table td,
.single-publication table th{
    border: 0;
    text-align: left;
    vertical-align: middle;
}
.single-publication table td{
    border: 1px solid #a6a6a6;
    border-left: 0;
    border-right: 0;
}
.single-publication table tr:last-child td{
    border-bottom: 0;
}
.single-publication table td:first-child{
    border-right: 1px solid #a6a6a6;
}
.single-publication .table{
    border: 1px solid #a6a6a6;
    border-top: 0;
    border-radius: 9px;
}
.single-publication .rank-math-breadcrumb a:hover{color: #23AFAE !important;}
.single-publication table td a{text-decoration: underline;}
.single-publication table th{
    background: #032345;
    color: #fff;
    border: 0 !important;
}
.single-publication table th:first-child{
    width: 260px;
    border-radius: 9px 0 0 0;
    border-right: 1px solid #a6a6a6 !important;
}
.single-publication table th:last-child{
    border-radius: 0 9px 0 0;
}
 .articles-list article{
    flex: 0 0 calc((100% - 60px) / 3);
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    flex-shrink: unset;
    position: unset;
    transition-property: unset;
    width: unset;
    height: unset;
 }
.blog_page article {
    background: #d3efef;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 0;
}
.blog_page figure{
    margin: 0;
    height: 250px;
    overflow: hidden;
    width: 100%;
}
.blog_page figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog_page .content{
    padding: 30px;
    width: 100%;
    flex: 1;
    overflow: auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-start;
}
.blog_page h3{
    font-size: 22px;
    margin-bottom: 20px;
}
.blog_page h3 a{
    color: #032345;
    text-decoration: none;
    font-weight: 700;
}
.blog_page p{
    color: #032345;
    font-size: 16px;
    line-height: 1.35em;
    font-weight: 400;
    margin-bottom: 35px;
    width: 100%;
}
.blog_page .btn{
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    background: #23AFAE;
    padding: 7px 25px;
    border-radius: 9px 9px 9px 0;
    margin-top: auto;
}
.blog_page .meta{
    width: 100%;
    padding: 26px 0 20px;
    margin: 0;
    display: flex;
    align-items: center;
    color: #032345;
    list-style: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 1em;
}
.blog_page .meta li{
    border-left: 1px solid rgba(26, 26, 34, 0.3);
    padding-right: 10px;
    padding-left: 10px;
    display: flex;
    align-items: center;
}
.blog_page .meta li:first-child:before{
    background-image: url('../images/clock.svg');
    content: "";
    width: 17px;
    height: 17px;
    display: inline-block;
    background-size: 17px;
    margin-right: 8px;
}
.blog_page .meta li:first-child{
    border-left: none;
    padding-left: 0;
}
.all_articles{margin-bottom: 100px;}
.swiper-prev,
.swiper-next {
    display: block;
    color: #fff;
    width: 43px;
    height: 43px;
    background-color: #fff;
    background-image: url('../images/angle-left.svg');
    background-size: 6px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    cursor: pointer;
}
.swiper-next {background-image: url('../images/angle-right.svg');}
.swiper-next:hover,
.swiper-prev:hover {background-color: #23AFAE;}
.navouter ul.sub-menu{z-index: 9999;}
.swiper-wrapper{z-index: 0 !important;}
.features_header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}
.features_header .swipper_btn{
    display: flex;
    align-items: center;
    gap: 10px;
}
.pagination{
    justify-content: center;
    gap: 15px;
}
.pagination a{
    width: 30px;
    height: 30px;border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #032345;
    font-size: 16px;
    font-weight: 400;
}
.pagination a.active{
    background: #032345;
    color: #fff;
    pointer-events: none;
}
.blog_page .total-post{
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 50px;
}
.loading{width: 100%;}
.loading svg{
    width: 50px;
    height: 50px;
    display: block;
    margin: 0 auto;
}
.filters{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 35px;
}
.filters .filter{
    flex: 1;
    position: relative;
}
.filters .filter span{
    display: block;
    padding: 16px 20px;
    border-radius: 50px;
    border: 1px solid rgba(26, 26, 34, 0.3);
    font-size: 16px;
    cursor: pointer;
    background: url('../images/angle-down.svg') no-repeat right 20px center;
    background-size: 10px;
}
.filters .filter.active span{
    background: url('../images/angle-up.svg') no-repeat right 20px center;
}
.filters ul{
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    box-shadow: 0 4px 45px 0 rgba(26, 26, 34, 0.10);
    border-radius: 6px;
    background: #fff;
    padding: 20px;
    list-style: none;
    margin: 1px 0 0;
    z-index: 2;
    overflow: auto;
    transform-origin: top;
    transform: scaleY(0);
    transition: transform 0.3s ease;
    max-height: 300px;
}
.filters ul li{
    padding: 18px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.20);
    cursor: pointer;
}
.filters ul li:last-child{
    border-bottom: none;
    padding-bottom: 0;
}
.filter.active ul{
    transform: scaleY(1);
}
.progress_bar{
    background: #D3EFEF;
    box-shadow: 0 4px 45px 0 rgba(26, 26, 34, 0.10);
    width: 100%;
    height: 18px;
    position: absolute;
    top: 100%;
}
.progress_bar span{
     display: block;
     height: 18px;
     background: #23AFAE;
     width: 0%;
     border-radius: 0 50px 50px 0;
}
.next-steps{
    background: #F4FBFB;
    padding: 75px 0;
}
.next-steps h2{
    color: #032345;
    font-size: 32px !important;
    font-weight: 700 !important;
}
.next-steps p{
    font-size: 18px;
    font-weight: 400;
    font-family: "Helvetica Neue", sans-serif;
}
.next-steps p a{text-decoration: underline;}
.next-steps h3{
    font-size: 18px;
    color: #23AFAE;
    font-weight: 700;
}
.next-steps ul{
    display: flex;
    justify-content: space-between;
    gap: 40px;
    list-style-type: none;
    text-align: center;
    padding: 50px 0 0;
    margin: 0;
}
.next-steps ul li{flex: 1;}
.next-steps img{
    width: 100px;
    height: 100px !important;
    border-radius: 50% !important;
}
.next-steps li h4{
    font-size: 20px;
    font-weight: 700;
    color: #003375;
}
.faqs{
    padding: 150px 0;
}
.faqs h2{
    text-align: center;
    color: #003375;
    font-size: 40px;
    margin: 0 0 30px;
}
.faqs ul{
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #003375;
}
.faqs ul li{
    padding: 15px 50px 15px 15px;
    border-top: 1px solid #003375;
    overflow: hidden;
}
.faqs li strong{
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 20px;
}
.faqs li strong:before,
.faqs li strong:after{
    content: "";
    position: absolute;
    top: 50%;
    right: -25px;
    width: 18px;
    height: 4px;
    background-color: #23afae;
    border-radius: 100px;
}
.faqs li strong:after{
    width: 4px;
    height: 18px;
    margin-top: -7px;
    right: -18px;
    transition: 0.3s linear all;
}
.faqs li.active strong:after{
    transform: translatey(500px);
    opacity: 0;
}
.faqs .details{
    margin: 0;
    max-height: 0;
    transition: 0.3s linear all;
    opacity: 0;
    overflow: hidden;
}
.faqs li.active .details{
    max-height: 500px;
    overflow: hidden;
    transition: 0.3s linear all;
    opacity: 1;
    margin: 15px 0 0;
}
.author-box{
    display: flex;
    align-items: center;
    background: #003375;
    padding: 50px;
    color: #fff;
    border-radius: 10px;
    column-gap: 75px;
    margin-bottom: 60px;
}
.author-box img{
    width: 210px;
    height: 210px !important;
    flex: 0 0 210px;
    border-radius: 50% !important;
    object-fit: cover;
    background: #000;
}
.author-box strong{
    display: block;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 700;
}
.author-box h4{
    display: inline-block;
    text-decoration: underline;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.35em
}
.author-box .author-position{
    font-style: italic;
    font-size: 20px;
    font-weight: 400;
    display: block;
    margin-bottom: 20px;
}
.author-box .author-quote{
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5em;
    margin-bottom: 20px;
}
.author-box .read-more{
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 7px 25px 5px 25px;
    border-radius: 9px 9px 9px 0;
    background: #23AFAE;
    color: #fff;
    display: inline-block;
}
.post_meta ul li:first-child img{
    width: 34px;
    height: 34px;
    display: inline-block;
    border-radius: 50%;
    overflow: hidden;
    object-fit: cover;
    background: #000;
}
.post_meta ul li:first-child span{
    display: flex !important;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    color: #1A1A22;
    font-weight: 500;
}
.brdcrumb{padding-top: 190px;}
@media(max-width: 1200px){
    .container{padding: 0 30px}
    .container.author-box{
        padding: 50px;
        margin: 0 30px 60px;
    }
    .faqs.container{
        padding: 100px 30px;
        margin: 0;
    }
    .brdcrumb{padding-top: 200px;}
}
@media(max-width: 1024px){
    .articles-list article{
        flex: 0 0 calc((100% - 30px) / 2);
    }
}
@media(max-width: 980px){
    .next-steps ul{flex-wrap: wrap;}
    .next-steps ul li{flex: 0 0 calc(50% - 20px);}
    .author-box{column-gap: 30px;}
    .featured_articles{padding-top: 120px;}
    .brdcrumb{padding-top: 50px;}
}
@media(max-width: 768px){
   .blog_page .meta{
        font-size: 12px;
   }
   .blog_page .meta li{padding: 0 5px;}
   .blog_page h3{font-size: 18px;}
   .blog_page figure{height: 200px;}
   .blog_page .content{padding: 20px;}
   .blog_page .meta li:first-child:before{
        width: 12px;
        height: 12px;
        background-size: 12px;
        margin-right: 3px;
   }
   .filters ul{padding: 15px;}
   .filters ul li{
        padding: 10px 0;
        font-size: 14px;
    }
    .pagination{gap: 10px}
    .author-box img{margin: 0 auto 30px;}
    .author-box{display: block;}
    .author-box .content_wrap{
        width: 100%;
    }
}
@media(max-width: 640px){
    .articles-list article{
        flex: 0 0 100%;
    }
    .filters{flex-wrap: wrap;}
    .filters .filter{
        flex: 1 1 100%;
        margin-bottom: 10px;
    }
    .next-steps ul li{flex: 0 0 100%;}
    .next-steps h2,
    .next-steps h3,
    .next-steps .short-info{text-align: center;}
    .container.author-box{padding: 30px 30px 50px;}
}