.blog-banner{
    margin-top: -98.59px;
    position: relative;
}
.blog header{
    background-color: transparent;
    border-bottom: 1px solid #f7f7f730;
}
.blog.archive header{
    color: white;
}
.blog.archive header a.logo{
    background: url(../img/logo-white.svg) no-repeat center !important;
    background-size: contain !important;
}
.blog-view{
    max-width: 1510px;
    margin: 8rem auto 10rem;
}
.blog-view h2{
    color: black;
    margin-bottom: 1rem;
    font-size: 3.7rem;
}
.blog-view>p{
    max-width: 44rem;
    text-align: center;
    margin: 0 auto;
    font-size: 1.3rem;
    color: #666;
    font-weight: 300;
}
ul.blog-list {
    margin-top: 8rem;
    column-count: 3;
    column-gap: 4.45%;
}
ul.blog-list li{
    /* margin-right: 3%; */
    border: 1px solid #dfdfdf;
    overflow: hidden;
    margin-bottom: 5rem;
}
ul.blog-list li:nth-child(3n){
    margin-left: auto;
    margin-right: auto;
}
ul.blog-list li img{
    width: 100.5%;
    height: auto;
    margin-left: -0.25%;
    transition: 0.5s all ease;
}
ul.blog-list li .mess{
    padding: 2.5rem 11%;
    margin-top: -0.5rem;
    background: white;
    position: relative;
    transition: all 0.4s ease;
    height: 240px;
}
ul.blog-list li:hover .mess{
    transform: translateY(-60px);
}
ul.blog-list li h3{
    font-size: 1.7rem;
    line-height: 32px;
    margin-top: 1rem;
    hyphens: auto;
    color: #25292d;
    transition: 0.3s all ease;
}
ul.blog-list li p.desc{
    margin-bottom: 1rem;
    transform: translateY(100px);
    transition: all 0.5s ease;
}
ul.blog-list li span.date{
    color: #999999;
}
ul.blog-list li span.read{
    text-transform: capitalize;
    color: #222;
    font-size: 1.2rem;
    transition: 0.3s all ease;
    transform: translateY(-80px);
    display: inline-block;
}
ul.blog-list li:hover img{
    transform: translateY(-60px);
}
ul.blog-list li:hover span.read{
    transform: translateY(100px);
}
ul.blog-list li:hover p.desc{
    transform: translateY(0);
}
.blog-view .load_more_ajax{
    text-transform: uppercase;
    margin: 7rem auto 0;
    background-color: #222;
    border: 1px solid #222222;
    color: white;
    padding: 0 4.5rem;
    border-radius: 0;
    transition: 0.3s all ease;
}
.blog-view .load_more_post_ajax{
    text-transform: uppercase;
    margin: 7rem auto 0;
    background-color: #222;
    border: 1px solid #222222;
    color: white;
    padding: 0 4.5rem;
    border-radius: 0;
    transition: 0.3s all ease;
    font-family: inherit;
    font-size: 1.1rem;
    width: max-content;
    display: block;
}
.post-banner{
    background: #d3d5d6;
    height: 436px;
    margin-top: -98.59px;
}
.blog-content .left {
    width: 26%;
    margin-left: 3.2%;
}
.blog-cat .default-title{
    margin: 0.5rem 0 1rem;
}
.blog-cat .cat-list li{
    margin-bottom: 0.6rem;
}
.blog-cat .cat-list li a{
    display: block;
    font-size: 1.15rem;
    color: #666666;
    /* font-weight: 300; */
    transition: 0.3s all ease;
}
a.next-post,a.prev-post{
    display: block;
    font-size: 1.15rem;
    padding-right: 3rem;
    line-height: 23px;
    transition: 0.3s all ease;
    position: relative;
    border-radius: 0;
}
a.next-post::before,a.prev-post::before{
    content: '';
    width: 1.3rem;
    height: 2rem;
    background: url(../img/arrow-grey.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
    transition: 0.3s all ease;
}
a.prev-post::before{
    background: url(../img/arrow-grey.svg) no-repeat center;
    background-size: contain;
    transform: translateY(-50%) rotate(-180deg);
    right: unset;
    left: 1rem;
}
a.prev-post{
    padding-right: 1.5rem;
    padding-left: 3rem;
    text-align: right;
}
.blog-content{
    margin-top: -12rem;
}
.blog-detail{
    padding: 1.8rem 2.5rem;
}
.blog-detail h1{
    font-size: 3.7rem;
    font-weight: 500;
    color: black;
    line-height: 4.4rem;
    margin: 1.2rem 0 1.6rem;
}
.blog-detail>.head{
    padding-bottom: 3rem;
    margin-bottom: 1.8rem;
}
.blog-detail .breadcrumbs,.blog-detail .breadcrumbs a{
    font-size: 1rem;
}
.blog-detail span.date{
    display: inline-block;
    font-size: 1.1rem;
    text-transform: capitalize;
    color: #666666;
}
.detail-content figure img{
    width: 100%;
}
.detail-content figure{
    margin-bottom: 2rem;
}
.detail-content p{
    font-size: 17.5px;
    line-height: 30px;
    margin-bottom: 2rem;
}
.blog-detail .blog-share {
    text-align: right;
}
.blog-detail .blog-share a {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../img/blog-facebook.svg) no-repeat center;
    background-size: contain !important;
    margin-left: 1.3vw;
    transition: 0.3s all ease;
    text-indent: 99999px;
    margin-bottom: 0.3rem;
}
.blog-detail .blog-share a.twitter{
    background: url(../img/blog-twitter.svg) no-repeat center;
}
.blog-detail .blog-share a.pinterest{
    background: url(../img/blog-pinterest.svg) no-repeat center;
}
.blog-detail .blog-share a.instagram{
    background: url(../img/blog-intagram.svg) no-repeat center;
}
.blog-others{
    margin: 4rem 0 7rem;
}
.blog-others .blog-tags span{
    line-height: 30px;
    display: inline-block;
    padding: 0 0.6vw;
    border: 1px solid #d6d6d6;
    text-transform: capitalize;
    font-size: 17px;
    color: #989898;
    margin-bottom: 0.3rem;
}
.blog-others .blog-tags span+span{
    margin-left: 0.2vw;
}
.blog-detail .blog-author{
    padding: 2rem 0 1.8rem;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    text-align: center;
    margin-bottom: 1rem;
}
.blog-detail .author-avatar{
    width: 4.2rem;
    height: 4.2rem;
    margin: 0 auto;
    margin-top: -4.2rem;
    border-radius: 50%;
    border: 1px solid #e3e3e3;
    background: white;
    padding: 4px;
    margin-bottom: 1rem;
}   
.blog-detail p.name{
    font-size: 20px;
}
.blog-detail p.excerpt{
    padding: 0 13%;
    font-size: 15px;
    margin: 0.4rem 0 1rem;
    color: #989898;
    font-weight: 300;
    line-height: 20px;
}
.blog-detail .blog-author a{
    color: #b68550;
    padding-right: 1rem;
    position: relative;
    font-size: 15px;
}
.blog-detail .blog-author a::before{
    content: '>';
    font-size: 12px;
    position: absolute;
    top: 2px;
    right: 0;
    transition: 0.3s all ease;
}
.blog-detail h2{
    font-size: 2.2rem;
    text-align: left;
    font-weight: normal;
}
.blog-review{
    margin-top: 4rem;
}
.blog-detail .comment-respond .comment-notes {
    font-size: 17px;
    color: #989898;
    margin-bottom: 1.5rem;
    display: inline-block;
}
.blog-detail .comment-respond{
    font-weight: 300;
}
.blog-detail .comment-respond h2{
    margin-bottom: 0.4rem;
}
.blog-detail .comment-respond textarea{
    border: 1px solid #dfdfdf;
    padding: 0.4rem;
    border-radius: 4px;
    font-size: 18px;
    font-family: inherit;
    width: 100%;
    height: 10rem;
    resize: none;
    border-radius: 1px;
}
.blog-detail .comment-respond input{
    border-radius: 1px;
    padding: 0.4rem;
}
.blog-detail .comment-respond p label{
    display: inline-block;
    font-size: 1.1rem;
    margin-bottom: 0.3rem;
    color: black;
}
.blog-detail .comment-respond p.comment-form-author{
    display: inline-block;
    width: 47%;
    margin-right: 5.2%;
}
.blog-detail .comment-respond p.comment-form-email{
    display: inline-block;
    width: 47%;
    float: right;
}
.blog-detail .comment-respond form>p{
    margin-bottom: 1.8rem;
}
.blog-detail .comment-respond .form-submit input{
    line-height: unset;
    padding: 0.4rem 1.6rem;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 16px;
    background-color: #222222;
    border: 1px solid #222;
    margin-top: 1.4rem;
}
.blog-review .comments-item-parent .says>p{
    font-size: 15px;
    margin-top: 0.2rem;
}
.interaction span.active{
    color: #b68550;
}
.interaction span.active:before{
    background-image: url('../img/like-icon02-b.svg');
}
.blog-view .loader{
    margin-top: 2rem;
}
.single-post .modalcontent .comment-details .loader{
    margin-top: -2rem !important;
}

/*  */

.news_top .news_banner-box .swiper-slide .text_content {
    /* margin: 0 auto; */
    padding: 4rem 4% 4rem 0;
}

.news_top .news_banner-box .swiper-slide .text_content h2 {
    margin: 1.5rem 0;
}

.news_top .news_banner-box .swiper-slide .text_content span {
    color: #005da6;
}

.news_top .news_banner-box .swiper-slide .text_content span.arrow_btn {
    font-weight: 500;
    transition: 0.3s all ease;
    padding-right: 2.5rem;
    background: url(../img/arrow-icon-red.svg) no-repeat center;
    background-position-x: 90%;
    background-size: 16px;
    display: inline-block;
}

.news_top .news_banner-box .swiper-button-next {
    right: -8vw;
}

.news_top .news_banner-box .swiper-button-prev {
    left: -8vh;
}

.news_top .news_banner-box .swiper-pagination {
    left: 50%;
    transform: translateX(-50%);
    margin-top: 2rem;
    --swiper-pagination-color: #005da6;
}

.news_top .news_banner-box .swiper-pagination span {
    width: 2.5rem;
    height: 3px;
    margin: 0 0.5rem;
    border-radius: 0;
}

.news_top .news_banner-box .swiper-button-next,
.news_top .news_banner-box .swiper-button-prev {
    background-image: url(../img/arrow-grey-1.svg) !important;
    background-size: 24px !important;
    right: -4vw ;
    top: 50%;
}

.news_top .news_banner-box .swiper-button-next::after,
.news_top .news_banner-box .swiper-button-prev::after {
    display: none;
}

.news_top .news_banner-box .swiper-button-prev {
    transform: rotate(180deg);
    left: -4vw;
}

.news-cat {
    margin-top: 2rem;
}

.news-cat span{
    font-size: 1.2rem;
    padding: 0 5px 0.5rem;
    margin: 0 1rem;
    color: #5B5B5B;
    cursor: pointer;
    display: inline-block;
}

.news-cat span.active,
.news-cat span:hover {
    color: #25292D;
    border-bottom: 2px solid #005da6;
}

div.news-sidebar {
    min-width: 300px;
}