/*===blog listing start===*/
.eachNewsCard {
    margin-bottom: 30px;
}

.blogSidebar h4 {
    font-size: 25px;
    font-family: var(--secondary-font);
    font-weight: 700;
    color: rgba(12, 73, 173, 1);
    margin-bottom: 20px;
}

.blogPostList figure img {
    width: 100%;
}

.blogSecWrap .srchWrap .inputTxt {
    padding-right: 70px;
}

.catList {
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
}

.catList li {
    width: 45%;
    font-family: var(--secondary-font);
    list-style: none;
    padding: 7px;
    display: flex;
    font-size: 16px;
    border-radius: 7px;
    text-transform: uppercase;
    border: 1px solid rgba(0, 0, 0, 0.2);
    align-items: center;
    justify-content: space-between;
}

.catList li a {
    width: calc(100% - 36px);
    color: #000;
    font-size: 14px;
    position: relative;
    font-weight: normal;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

/* 
.catList li a::before {
    width: 6px;
    height: 6px;
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    background-color: #000;
    border-radius: 50%;
} */

.catList li:not(:last-child) {
    margin-right: 15px;
    margin-bottom: 15px;
    /* border-bottom: 1px solid #D4D4D4; */
}

.catList li span {
    align-items: center;
    justify-content: center;
    display: flex;
    height: 30px;
    width: 30px;
    background: var(--color-blue);
    padding: 7px;
    color: #fff;
    border-radius: 5px;
    font-size: 13px;
}

.catList li.active a,
.catList li.active span {
    /* color: #008FFF; */
    text-decoration: none;
}

/* .catList li.active a::before {
    background-color: #008FFF;
} */
/* 
.blockListBg {
    padding: 30px;
    margin-left: 15px;
    border-radius: 20px;
    border: 1px solid #ccc;
} */

.blockListBg .cat-toggle-btn {
    background-color: var(--color-blue);
    color: #fff;
    border: none;
    padding: 5px 10px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin: 0px auto;
}

.blockListBg .cat-toggle-btn i {
    font-size: 16px;
}

.blockListBg.bg_008FFF h4 {
    color: #fff;
}

.bg_008FFF {
    background-color: #008FFF;
}

.postList {
    padding-left: 0 !important;
}

.blogPostList {
    background-color: #ffffff;
    border-radius: 20px;
    margin-top: 40px;
}

.postList li {
    list-style: none;
}

.postSummery-head {
    display: flex;
}

.postSummery-head p {
    display: inline-block;
    color: #fff;
    padding: 8px;
    font-size: 16px;
    font-weight: 400;
    border-radius: 5px;
    background-color: var(--color-blue);
}

.psContent {
    width: calc(100% - 55px);
    padding-left: 15px;
    padding-top: 8px;
}

.ps-headNumber {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: var(--secondary-font);
    width: 55px;
    height: 55px;
    font-size: 22px;
    line-height: 18px;
    font-weight: 700;
    padding: 15px;
    color: rgba(166, 166, 166, 1);
    border-radius: 50%;
    background-color: rgba(238, 238, 238, 1);

}

.ps-text {
    font-family: var(--secondary-font);
    font-size: 18px;
    color: #000;
    font-weight: 400;
    text-decoration: none;
    display: block;
    margin: 15px 0 20px 0;
}

.postList li:not(:last-child) {
    margin-bottom: 36px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.psContent .press-btn figure {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px;
    background-color: var(--color-red);
    border-radius: 50%;
    margin-bottom: 0;
}

.psContent .press-btn {
    display: flex;
    align-items: center;
}

.psContent .press-btn:hover {
    text-decoration: underline;
    transition: 0.4s;
}

.psContent .press-btn figure img {
    filter: brightness(0) invert(1);
}

.postList li .postImg {
    width: 100px;
    height: 100px;
    border-radius: 10px;
    overflow: hidden;
}

.postList li .postImg img {
    width: 100%;
    height: 100%;
    object-position: center center;
    object-fit: cover;
}

.postSummery a {
    color: #000000;
    transition: 0.5s;
    font-size: 16px;
}

.postList .ps-text:hover {
    text-decoration: underline;
    transition: 0.4s;
}

.postArrow {
    width: 40px;
    display: flex;
    justify-content: end;
}

.tagList {
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
}

.tagList li {
    list-style: none;
    /* width: 100%; */
    display: inline;
    /* max-width: calc(33.33% - 10px); */
    margin-right: 10px;
}

.tagList li a {
    font-family: var(--secondary-font);
    text-decoration: none;
}

.tagList li:nth-child(3n) {
    margin-right: 0px;
}

.tagList li a {
    width: 100%;
    position: relative;
    padding: 10px;
    display: inline;
    font-size: 16px;
    line-height: 35px;
    transition: 0.5s;
    border-radius: 5px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-family: var(--secondary-font);
    color: #000;

}

.tagList li a::before {
    position: absolute;
    content: "#";
    left: 0;
    color: var(--color-red);
}

.tagList li a:hover {
    text-decoration: underline;
}

.commonNewsWrap {
    padding-bottom: 50px;
}

.category,
.blog {
    .commonNewsWrap {
        padding-bottom: 0 !important;
    }
}

/* ====================Details Page=================== */
/* .blogBanner {
    background-color: #000;
    height: 260px;
    padding: 160px 30px 15px;

    .innerBannerCont {

        .cd-breadcrumb {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            list-style-type: none;
            padding-left: 0;

            li {
                position: relative;

                &:not(:last-child) {
                    margin-right: 30px;

                    &:after {
                        content: '\f105';
                        font-family: fontawesome;
                        position: absolute;
                        top: 3px;
                        right: -18px;
                        font-size: 14px;
                        color: #fff;
                    }
                }

                a {
                    font-size: 16px;
                    color: #FFF;
                    display: inline-block;
                    text-decoration: none;
                }
            }
        }
    }
} */

.single-post {
    .navbar {
        background-color: #000;
    }

    .innerBanner {
        display: none;
    }

    .secHead {
        font-size: 40px;
        line-height: 50px;
    }

    .breadcrumbDiv {
        padding-top: 136px;
    }
}

.blogDetailsSec .detailsBoxWrap .blogDetailsWrap .blogContent .blogDetailsImg {
    overflow: hidden;
    position: relative;
    border-radius: 20px;
}

.blogDetailsSec .detailsBoxWrap .blogDetailsWrap .blogContent .blogDetailsImg:after {
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    width: 100%;
    height: 180px;
    position: absolute;
    background-color: #000;
    background: linear-gradient(0deg, #000000 30%, #00000000 100%);
}

.blogDetailsSec .detailsBoxWrap .blogDetailsWrap .blogContent .blogDetailsImg figure img {
    width: 100%;
}

.blogDetailsSec .detailsBoxWrap .blogDetailsWrap .blogContent .blogDetailsImg .blogInfo {
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    padding: 30px 40px;
    position: absolute;
    border-top: 1px solid #ffffff70;
}

.blogDetailsSec .detailsBoxWrap .blogDetailsWrap .blogContent .blogDetailsImg .blogInfo ul {
    display: flex;
    align-items: center;
}

.blogDetailsSec .detailsBoxWrap .blogDetailsWrap .blogContent .blogDetailsImg .blogInfo ul li {
    display: flex;
    margin-bottom: 0;
    position: relative;
    align-items: center;
}

.blogDetailsSec .detailsBoxWrap .blogDetailsWrap .blogContent .blogDetailsImg .blogInfo ul li:not(:last-child) {
    margin-right: 80px;
}

.blogDetailsSec .detailsBoxWrap .blogDetailsWrap .blogContent .blogDetailsImg .blogInfo ul li:not(:last-child):after {
    top: 50%;
    width: 8px;
    height: 8px;
    content: '';
    right: -46px;
    border-radius: 50%;
    position: absolute;
    background-color: #D9D9D9;
    transform: translateY(-50%);
}

.blogDetailsSec .detailsBoxWrap .blogDetailsWrap .blogContent .blogDetailsImg .blogInfo ul li a {
    display: flex;
    margin-bottom: 0;
    color: #ffffff;
    align-items: center;
}

.blogDetailsSec .detailsBoxWrap .blogDetailsWrap .blogContent .blogDetailsImg .blogInfo ul li a .dateInner {
    font-size: 60px;
    font-weight: 700;
    color: #008FFF;
    line-height: 34px;
    display: inline-block;
    margin-right: 30px;
    font-family: "Encode Sans Expanded", sans-serif;
}

.blogDetailsSec .detailsBoxWrap .blogDetailsWrap .blogContent .blogDetailsImg .blogInfo ul li a .monthInner {
    display: flex;
    align-items: center;
}

.blogDetailsSec .detailsBoxWrap .blogDetailsWrap .blogContent .blogDetailsImg .blogInfo ul li a .monthInner .monthId {
    color: #fff;
}

.blogDetailsSec .detailsBoxWrap .blogDetailsWrap .blogContent .blogDetailsImg .blogInfo ul li a .monthInner .yearId {
    color: #fff;
}

.blogDetailsSec .detailsBoxWrap .blogDetailsWrap .blogContent .blogDetailsTxt {
    margin-bottom: 40px;
}

.blogDetailsSec .detailsBoxWrap .blogDetailsWrap .blogContent .blogDetailsTxt h2 {
    font-size: 40px;
    font-weight: 400;
    line-height: 1.2;
    color: #008FFF;
}

.blogDetailsSec .detailsBoxWrap .blogDetailsWrap .blogContent .blogDetailsShare {
    display: flex;
    align-items: center;
    margin-bottom: 60px;
    padding-bottom: 35px;
    justify-content: space-between;
    border-bottom: 1px solid #A3A3A3;
}

.blogDetailsSec .detailsBoxWrap .blogDetailsWrap .blogContent .blogDetailsShare .shareWrap .shareWrapInner {
    display: flex;
    align-items: center;
}

.blogDetailsSec .detailsBoxWrap .blogDetailsWrap .blogContent .blogDetailsShare .shareWrap .shareWrapInner h3 {
    font-size: 20px;
    font-weight: 600;
    color: #008FFF;
    margin-bottom: 0;
    margin-right: 20px;
}

.blogDetailsSec .detailsBoxWrap .blogDetailsWrap .blogContent .blogDetailsShare .shareWrap .shareWrapInner .socialImg {
    display: flex;
    align-items: center;
}

.blogDetailsSec .detailsBoxWrap .blogDetailsWrap .blogContent .blogDetailsShare .shareWrap .shareWrapInner .socialImg a {
    width: 40px;
    height: 40px;
    display: flex;
    color: #000;
    font-size: 30px;
    align-items: center;
    justify-content: center;
}

.blogDetailsSec .detailsBoxWrap .blogDetailsWrap .blogContent .blogDetailsShare .shareWrap .shareWrapInner .socialImg a:not(:last-child) {
    margin-right: 20px;
}

.blogDetailsSec .detailsBoxWrap .blogDetailsWrap .blogContent .blogDetailsShare .tagWrap .tagWrapInner {
    display: flex;
    align-items: center;
}

.blogDetailsSec .detailsBoxWrap .blogDetailsWrap .blogContent .blogDetailsShare .tagWrap .tagWrapInner h3 {
    font-size: 20px;
    font-weight: 600;
    color: #008FFF;
    margin-bottom: 0;
    margin-right: 20px;
}

.blogDetailsSec .detailsBoxWrap .blogDetailsWrap .blogContent .blogDetailsShare .tagWrap .tagWrapInner ul {
    display: flex;
    align-items: center;
}

.blogDetailsSec .detailsBoxWrap .blogDetailsWrap .blogContent .blogDetailsShare .tagWrap .tagWrapInner ul li {
    margin-bottom: 0px;
}

.blogDetailsSec .detailsBoxWrap .blogDetailsWrap .blogContent .blogDetailsShare .tagWrap .tagWrapInner ul li:not(:last-child) {
    margin-right: 5px;
}

.blogDetailsSec .detailsBoxWrap .blogDetailsWrap .blogContent .blogDetailsShare .tagWrap .tagWrapInner ul li a {
    color: #000;
}

.blogDetailsSec .detailsBoxWrap .blogDetailsWrap .blogContent .blogCommentSec .blogCommentInner {
    padding: 40px 30px 0;
}

.blogDetailsSec .detailsBoxWrap .blogDetailsWrap .blogContent .blogCommentSec .blogCommentInner h2 {
    font-size: 36px;
    font-weight: 700;
    color: #008FFF;
    margin-bottom: 30px;
}

.relatedBlog {}


.sidebarWrapper {
    position: sticky;
    top: 170px;
}

.blockListBg:not(:last-child) {
    border-radius: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.blog-details-wrap {
    position: relative;
    width: 100%;
    height: 480px;
}

.blog-details-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.blog-details-wrap .psContent {
    position: absolute;
    left: 12px;
    bottom: 20px;
    color: #fff;
    padding: 8px;
    font-size: 16px;
    display: inline;
    width: auto;
    font-weight: 400;
    border-radius: 5px;
    background-color: #fff;
}

.blog-details-wrap .psContent p {
    color: var(--color-blue);
    font-weight: 600;
}

.testi-personWrap {
    display: flex;
    margin: 30px 0;
    align-items: center;
}

.figureTs .ts-person {
    width: 78px;
    height: 78px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0;
}

.figureTs .ts-person img {
    width: 100%;
}

.blog-details-head,
.blo-details-content h2,
.blo-details-content h3 {
    font-size: 22px;
    font-weight: 700;
    color: rgba(12, 73, 173, 1);
    font-family: var(--secondary-font);
    margin-bottom: 12px;
}

.blo-details-content p {
    margin-bottom: 25px !important;
}

.blo-details-content .tagList {
    display: none;
}


.rcntBlogsWrap {
    position: relative;
}

.rcntBlogsWrap .prs-nav {
    top: 100%;
}


.blo-details-content .tagList li a {
    color: rgba(95, 95, 95, 1);
    font-weight: 700;
}

.commonNewsWrap .pressSlide {
    display: block;
    text-decoration: none;
    margin: 0;
    margin-bottom: 45px;
    padding: 0 17px;
    padding-bottom: 30px;
}

.commonNewsWrap .pressSlide .pressCard .pressImg {
    height: 252px;
}

.pressSlide {}

/* start blog details comments */
.blogFormWrapInn {
    display: flex;
    flex-direction: column;

    #comments {
        margin-bottom: 20px;
    }

    .commentlist {
        /* order: 1; */
        list-style: none;
        padding-left: 0;
        background-color: #072d9f23;
        padding: 20px;
        border-radius: 10px;

        img {
            width: 60px;
            height: 60px;
            border-radius: 50%;

        }

        .fn {
            font-size: 20px;
            font-weight: 700;
        }

        .says {
            font-size: 20px;
            font-weight: 700;
        }

        .comment-meta {
            font-weight: 700;
            font-size: 20px;

            a {
                color: #000;
                text-decoration: none;
            }
        }

        .reply {
            font-size: 16px;
            font-weight: 700;

            a {
                color: #000;
            }
        }
    }

    .comment-form {
        margin-bottom: 20px;
        display: flex;
        flex-direction: column;

        label {
            font-family: var(--secondary-font);
            font-size: 18px;
            font-weight: 600;
        }

        input,
        textarea {
            width: 100%;
            padding: 16px 25px;
            border-radius: 45px;
            font-family: var(--secondary-font);
            font-size: 18px;
            margin-bottom: 20px;
            box-shadow: none;
            border: none;
            background: #f1f1f1;
            outline: none;
        }

        textarea {
            height: 100px;
            border-radius: 10px;
            resize: none;
            outline: none;
        }


        .comment-notes {
            order: 1;
        }

        .comment-form-author {
            order: 2;
        }

        .comment-form-email {
            order: 3;
        }

        .comment-form-url {
            order: 4;
        }

        .comment-form-comment {
            order: 5;
        }

        .comment-form-cookies-consent {
            order: 6;
            margin-bottom: 15px !important;

            input {
                width: 12px;
                height: 12px;
                border-radius: 3px;
                padding: 0;
                margin-bottom: 0;
                border: 1px solid #ccc;
            }
        }

        .form-submit {
            order: 7;

            input[type="submit"] {
                width: 200px;
                padding: 16px 25px;
                border-radius: 45px;
                font-family: var(--secondary-font);
                font-size: 18px;
                margin: 0 auto;
                box-shadow: none;
                border: none;
                background-color: #072e9f;
                color: #fff;
            }
        }
    }
}

.recentBlogs .pressSlide::after {
    background-color: #fff;
}

.recentBlogs .pressSlide:hover::after {
    background-color: var(--color-blue);
}

.recentBlogs .pressSlider {
    padding-bottom: 20px;
}

/* end blog details comments */

/* responsive */
@media (max-width: 1580px) {
    .single-post {
        .breadcrumbDiv {
            padding-top: 122px;
        }
    }
}

@media(max-width: 1440px) {

    .single-post {
        .breadcrumbDiv {
            padding-top: 115px;
        }
    }

    /* start blog listing */
    .blogSecWrap .searchInputBlg img {
        width: 18px;
    }

    .blogSecWrap .srchWrap .frmWrap .inputTxt {
        padding-left: 55px !important;
        padding-right: 45px !important;
    }

    .blog-details-wrap {
        height: 430px;
    }

    .figureTs .ts-person {
        width: 60px;
        height: 60px;
    }

    .testi-personWrap {
        margin: 15px 0 25px;
    }

    /* end blog lisitng */

    /* start blog listing catagory */
    .catList li a {
        font-size: 14px;
    }

    .catList li span {
        height: 30px;
        width: 30px;
        font-size: 13px;
    }

    .pagination .page-numbers {
        width: 40px;
        height: 40px;

        &.next {
            &::after {
                font-size: 13px;
            }
        }
    }

    .blogSidebar .srchBtn {
        width: 30px;
        height: 30px;
    }

    .sidebarWrapper .srchWrap .frmWrap .inputTxt {
        min-height: 50px;
    }

    /* end blog listing catagory */
}

@media (max-width: 1366px) {

    .blog-details-head,
    .blo-details-content h2,
    .blo-details-content h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .single-post {
        .breadcrumbDiv {
            padding-top: 98px;
        }
    }
}

@media (max-width: 1199px) {
    .single-post {
        .secHead {
            font-size: 25px;
            line-height: 35px;
        }

        .breadcrumbDiv {
            padding-top: 90px;
        }
    }

    .catList li span {
        height: 24px;
        width: 24px;
        font-size: 12px;
    }

    .catList li a {
        width: calc(100% - 30px);
        font-size: 13px;
    }

    .catList li:not(:last-child) {
        margin-right: 12px;
        margin-bottom: 12px;
    }

    .recentBlogs {
        padding-bottom: 90px !important;

        .center-button {
            &.prs-nav {
                .btn {
                    width: 40px;
                    height: 40px;
                }

                .prs-swiper-button-prev {
                    left: calc(50% - 48px);
                }

                .prs-swiper-button-next {
                    right: calc(50% - 48px);
                }
            }
        }
    }
}

@media(max-width: 991px) {

    .single-post {
        .breadcrumbDiv {
            padding-top: 72px;
        }
    }

    .blogBanner {
        height: 230px;
        padding: 120px 15px 15px;
    }

    .commonNewsWrap {
        padding-bottom: 20px;
    }

    .blogListingWrap {
        .pagination {
            justify-content: center;
        }
    }

    .blogRow {
        flex-direction: column-reverse;
        padding-bottom: 40px;
        row-gap: 60px;
    }

    .blog .blogRow {
        padding-bottom: 60px;
    }

    .page-template-downloads .commonNewsWrap .pressSlide .pressCard .pressImg {
        height: 390px;
    }

    .page-template-downloads .pressTextInn .press-text {
        margin-bottom: 0;
    }

    .catList li {
        width: 31%;
    }

    .blog-details-head,
    .blo-details-content h2,
    .blo-details-content h3 {
        font-size: 18px;
    }

    .postSummery a {
        font-size: 14px;
        margin: 10px 0 15px 0;
    }

    .category,
    .blog {
        .commonNewsWrap {
            .pressSlide {
                margin-bottom: 30px;
            }
        }

        .pagination {
            padding: 0 !important;
        }

    }

}

@media (max-width: 768px) {
    .page-template-downloads .commonNewsWrap .pressSlide .pressCard .pressImg {
        height: 330px;
    }
}

@media (max-width: 767px) {
    .recentBlogs .pressSlider {
        padding-bottom: 50px;
    }

    .recentBlogs .pressSlider .pressSlide {
        margin: 0px 8px;
    }
}

@media (max-width: 640px) {
    .page-template-downloads .commonNewsWrap .pressSlide .pressCard .pressImg {
        height: 300px;
    }
}

@media (max-width: 575px) {
    .page-template-downloads .commonNewsWrap .pressSlide .pressCard .pressImg {
        height: auto;
    }

    .blogSecWrap .srchWrap .frmWrap .inputTxt {
        padding-left: 45px !important;
        padding-right: 50px !important;
    }

    .catList li {
        width: 45%;
    }

    .blog-details-wrap {
        height: auto;
    }

}

@media (max-width: 480px) {
    .catList li {
        width: 100%;
    }
}