
.news-page-list .left-side {
    visibility: hidden !important;
    height: 0;
}
/* .new-elementor-item-active{border:1px solid  red;} */
.tag-list a {
    font-weight: 500;
    line-height: 26px;
    color: #575F6F;
    border: 1px solid rgba(87, 95, 111, 0.30);
    border-radius: 6px;
    background: #fff;
    display: inline-block;
    text-transform: capitalize;
    padding: 9px 15px;
    margin: 0 15px 20px 0;
    transition: all 0.4s;
}

.tag-list a {
    color: #575F6F !important;
}

.tag-list a.active {
    background-color: #F78D1B !important;
    border-color: #F78D1B !important;
    color: #fff !important;
}

.tag-list {
    margin-bottom: 40px;
}

.tag-list .right-side {
    width: 262px;
}

.tag-list .left-side {
    width: calc(100% - 262px);
    padding-right: 30px;
}

.right-side {
    width: 262px;
    position: relative;
}

.right-side input {
    width: 100%;
    border: 1px solid rgba(87, 95, 111, 0.20);
    outline: none;
    padding: 13px 45px 13px 55px;
    border-radius: 6px;
    color: #575F6F;
    font-size: 16px;
}

#search-results {
    text-align: center;
    margin-top: 10px;
    font-weight: 500;
}

.right-side:before {
    content: ' ';
    top: 13px;
    left: 15px;
    background-image: url('../images/searchnova.svg');
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
}

.right-side:after {
    content: ' ';
    background-color: #575F6F;
    width: 1px;
    height: 20px;
    position: absolute;
    left: 45px;
    top: 13px;
}

#search-results:empty {
    display: none;
}

#search-results {
    border: 1px solid rgba(87, 95, 111, 0.20);
    border-radius: 4px;
    height: 211px;
    overflow: auto;
    position: absolute;
    z-index: 11;
    margin: 0;
    background: #fff;
    width: 100%;
    text-align: left;
}

#search-results>div {
    padding: 10px 15px 10px;
    font-weight: 700;
    display: block;
    font-size: 18px;
    line-height: 26px;
}

#search-results ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#search-results ul li a {
    display: block;
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    padding: 5px 15px 5px;
    transition: all 0.4s;
    margin: 0;
    border-radius: 0;
    border: 0;
    color: #2355e7;
    border-bottom: 1px solid #0000002e;
}

#search-results ul li a:hover {
    background-color: rgba(0, 0, 0, .1);
    outline: none;
    color: #f78d1b;
}

.posts-grid .post-inner {
    height: 100%;
    display: flex;
    flex-flow: column;
}

.post_content_inner a {
    word-break: break-word;
    overflow-wrap: break-word;
}

.posts-grid .post-item .right-details {
    width: 100%;
    background: #fff;
    border: 1px solid rgba(19, 29, 38, 0.10);
    border-top: 0;
    flex: 1;
}

.posts-grid .post-item .right-details .inner-cover {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.posts-grid .post-item .right-details .read-author {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
}

.posts-grid .post-item .right-details .read-btn a {
    display: inline-block;
}

.posts-grid .post-item .post-image a {
    display: flex;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    overflow: hidden;
}

.posts-grid .post-item .right-details .topic-link {
    display: inline-block;
}

.posts-grid .post-item .right-details .tag-box {
    margin-bottom: 20px;
}

.posts-grid .post-item .right-details .author-avatar {
    display: flex;
    border: 1px solid #575F6F;
    border-radius: 30px;
    overflow: hidden;
    height: 32px;
    width: 32px;
}

.pagination .page-numbers {
    border: 1px solid rgba(87, 95, 111, 0.20);
    border-radius: 6px;
    padding: 5px;
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.pagination .page-numbers.current {
    color: #fff !important;
}

.pagination .page-numbers.dots {
    background-color: transparent !important;
    color: #000 !important;
    border-color: transparent !important;
}

.pagination .page-numbers.next {
    font-size: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M6.94002 4L6.00002 4.94L9.05335 8L6.00002 11.06L6.94002 12L10.94 8L6.94002 4Z' fill='%23131D26'%3E%3C/path%3E%3C/svg%3E");
    background-position: center;
    background-size: 16px;
    background-repeat: no-repeat;
}

.pagination .page-numbers.next:hover {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M6.94002 4L6.00002 4.94L9.05335 8L6.00002 11.06L6.94002 12L10.94 8L6.94002 4Z' fill='%23FFFFFF'%3E%3C/path%3E%3C/svg%3E");
}

.pagination .page-numbers.prev {
    font-size: 0;
    transform: scaleX(-1);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M6.94002 4L6.00002 4.94L9.05335 8L6.00002 11.06L6.94002 12L10.94 8L6.94002 4Z' fill='%23131D26'%3E%3C/path%3E%3C/svg%3E");
    background-position: center;
    background-size: 16px;
    background-repeat: no-repeat;
}

.pagination .page-numbers.prev:hover {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M6.94002 4L6.00002 4.94L9.05335 8L6.00002 11.06L6.94002 12L10.94 8L6.94002 4Z' fill='%23FFFFFF'%3E%3C/path%3E%3C/svg%3E");
}

.table_content .elementor-toc__body {
    max-height: 350px;
}

@media screen and (max-width: 1023px) {

    .tag-list {
        flex-direction: column-reverse;
        row-gap: 24px;
    }

    .tag-list .left-side,
    .tag-list .right-side {
        width: 100%;
    }

    .posts-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 767px) {
    .posts-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}


/**** Single Post Style ****/
.blog_content>div {
    display: block !important;
}

.blog_content {
    display: block !important;
    font-size: 0;
}

.blog_content_topic td {
    border-bottom: 2px solid #e6e6e6;
    padding: 1.25em;
}

.blog_content_topic table tbody>tr:nth-child(odd) {
    background-color: #f9f9f9;
}

.blog_content_topic td strong span {
    font-weight: 700;
}

.blog_content_topic td span {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #575f6f;
}

.blog_content_topic table {
    width: 100%;
}

.blog_content .post_content,
.blog_content .table_content {
    vertical-align: top;
    display: inline-block;
}

.blog_content .table_content {
    position: sticky;
    top: 144px;
}

.blog_content .table_content .elementor-toc__header {
    position: relative;
}

.blog_content .table_content .elementor-toc__header:before {
    content: '';
    display: inline-block;
    background-image: url('../images/toc-icon.svg');
    background-repeat: no-repeat;
    background-position: center;
    height: 36px;
    width: 36px;
    margin-right: 16px;
}

.blog_content .table_content .elementor-toc__header:after {
    content: '';
    height: 1px;
    width: calc(100% - 40px);
    position: absolute;
    background: rgba(19, 29, 38, .2);
    left: 20px;
    bottom: 0;
}

.blog_content .table_content .elementor-toc__list-item .elementor-toc__list-item-text-wrapper {
    align-items: flex-start;
}

.blog_content .table_content .elementor-toc__list-item .elementor-toc__list-item-text-wrapper:before {
    content: '';
    width: 10px;
    height: 1px;
    display: inline-block;
    background-color: currentColor;
    transition: width ease-in 0.25s;
    margin-top: 11px;
}

.blog_content .table_content .elementor-toc__list-item .elementor-toc__list-item-text-wrapper a {
    width: calc(100% - 10px);
    transition: width ease-in 0.25s;
}


.blog_content .table_content .elementor-toc__list-item:before {
    color: var(--item-text-active-color);
}

.post_author_box .elementor-author-box__name {
    margin: 0;
}

.post_author_box .elementor-author-box__avatar {
    background: #EDF6FC;
    padding: 20px;
    border-radius: 50%;
}

.elementor .post_content_inner img {
    border-radius: 10px;
}

.elementor .post_content_inner h2 {
    font-size: 22px;
    line-height: 30px;
    margin-top: 0;
    margin-bottom: 30px;
    font-weight: 700;
}

.elementor .post_content_inner h3 {
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    color: #131D26;
    margin-bottom: 30px;
}

.elementor .post_content_inner p {
    margin-top: 0 !important;
    margin-bottom: 30px !important;
}

.elementor .post_content_inner p strong,
.elementor .post_content_inner ul li strong {
    font-weight: 500;
}

.elementor .post_content_inner .wp-block-table {
    margin-bottom: 30px;
}

.elementor-author-box .elementor-author-box__text {
    display: flex;
}

.elementor-author-box .elementor-author-box__text a:hover .elementor-author-box__name {
    color: #F78D1B !important;
}

.elementor .post_content_inner .wp-block-table tr:nth-child(2n + 1) {
    background-color: #F9F9F9;
}

.elementor .post_content_inner .wp-block-table td,
.elementor .post_content_inner .wp-block-table th {
    border: 1px solid #E6E6E6;
}

.elementor .post_content_inner a {
    transition: all ease-in 0.25s;
}

.elementor .post_content_inner a:hover {
    color: #f78d1b;
}

.post_tag_items a {
    background-color: rgba(247, 141, 27, 0.15) !important;
    border-radius: 4px;
    padding: 4px 12px 4px 12px;
    display: inline-block;
    color: #F78D1B !important;
    margin: 0px 10px;
    text-transform: capitalize;
}

.post_tag_items a:hover {
    background: #F78D1B !important;
    color: #fff !important;
}

.elementor .post_content_inner ul {
    list-style-type: square;
}

.elementor .post_content_inner ul,
.elementor .post_content_inner ol {
    margin: 0 0 30px;
    padding: 0 0 0 20px;
}

.elementor .post_content_inner ol li:not(:first-child) {
    margin-top: 20px;
}

.elementor .post_content_inner ul li::marker {
    color: #f78d1b;
}

.post_content_inner blockquote {
    margin: 0 0 30px;
    border-left: 0;
    background: #2355e7;
    padding: 30px 103px;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    line-height: 26px;
    position: relative;
}

.elementor .post_content_inner blockquote p {
    margin: 0 !important;
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    line-height: 26px;
    display: flex;
    justify-content: center;
}


.post_content_inner blockquote:after,
.post_content_inner blockquote:before {
    content: '';
    width: 54px;
    height: 41px;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.post_content_inner blockquote:before {
    background-image: url("../images/blockquote_bottom.svg");
    bottom: 20px;
    right: 20px;
}

.post_content_inner blockquote:after {
    background-image: url("../images/blockquote_top.svg");
    top: 20px;
    left: 20px;
}


.post_content_inner img {
    margin: 10px 0;
    border-radius: 10px !important;
}

.button_link {
    bottom: 0;
}

.button_link .elementor-button {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 0 !important;
    opacity: 0;
}

@media screen and (max-width: 991px) {

    .blog_content .table_content {
        position: static;
    }

    .elementor .post_content_inner img {
        margin-top: 0;
        float: none !important;
        width: 100% !important;
    }

}

@media screen and (max-width: 767px) {

    .elementor .post_content_inner h2,
    .elementor .post_content_inner h3 {
        margin-bottom: 20px;
    }


    .post_tag_items a {
        margin: 0px 3px;
        padding: 3px 8px 3px;
        font-size: 12px;
    }

    .post_content_inner blockquote {
        padding: 90px 20px;

    }

    .elementor .post_content_inner blockquote p {
        font-size: 16px;
        line-height: 24px;
    }

    .elementor .post_content_inner .wp-block-table .has-fixed-layout {
        width: 800px;
    }



}


/*** Posts Style2 - Datasheet Page ***/

.post_style2 .elementor-posts .elementor-post__card .elementor-post__thumbnail {
    padding: 0 !important;
    height: 300px;
}

.post_style2 .elementor-posts-container.elementor-has-item-ratio .elementor-post__thumbnail img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    transform: none;
    position: static;
    max-width: 100%;
}

.post_style2 .elementor-posts-container.elementor-has-item-ratio .elementor-post__thumbnail:after {
    content: "";
    background: rgba(0, 0, 0, .6);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 10px;
}

.post_style2 .elementor-posts--thumbnail-top .elementor-post__thumbnail__link {
    margin: 0;
}

.post_style2 .elementor-widget-posts .elementor-post__card .elementor-post__badge {
    display: inline-block !important;
    top: 10px;
}

.post_style2 .elementor-posts .elementor-post__card {
    position: relative;
}

.post_style2 .elementor-posts .elementor-post__text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    padding: 70px 20px 20px !important;
    display: flex;
}

.post_style2 .elementor-posts .elementor-post__card .elementor-post__read-more {
    margin-top: auto;
    padding-right: 14px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3C!--!Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--%3E%3Cpath fill='%23ffffff' d='M278.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-160 160c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L210.7 256 73.4 118.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l160 160z'/%3E%3C/svg%3E");
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: right center;
}

.post_style2 .elementor-posts .elementor-post__card .elementor-post__read-more:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.post_style2 .elementor-posts .elementor-post {
    transition: all .5s ease;
}

.post_style2 .elementor-posts .elementor-post:hover {
    transform: scale(1.01);
}

.bottom_line:after {
    content: '';
    position: absolute;
    max-width: 570px;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #000;
    margin: 0 auto;
}


.left-top-box:after,
.right-top-box:after,
.left-bottom-box:after,
.right-bottom-box:after {
    content: '';
    height: 100px;
    width: 100px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    border: 1px solid;
}

.left-top-box:after {
    bottom: -50px;
    right: -50px;
    border-color: var(--e-global-color-secondary);
}

.right-top-box:after {
    bottom: -50px;
    left: -50px;
    border-color: var(--e-global-color-primary);
}

.left-bottom-box:after {
    top: -50px;
    right: -50px;
    border-color: var(--e-global-color-primary);
}

.right-bottom-box:after {
    top: -50px;
    left: -50px;
    border-color: var(--e-global-color-secondary);
}


.space_ul_li ul li:not(:first-child) {
    margin-top: 40px;
}

.space_ul_li li {
    color: #c8cedc;
}

.space_ul_li li strong {
    color: #fff;
}

.resource_posts [rel="tag"] {
    background-color: #ebecef;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 30px;
}

.resorce_loop .e-loop-item>.e-con-boxed {
    height: 100%;
}

.resorce_loop .resource_post_content {
    flex: 1 0 auto !important;
}

.resorce_loop .resource_post_content .resource_tag {
    margin-top: auto;
}

.posts-grid .post-item {
    min-width: 100%;
}

.author-single-name .author-widget {
    display: flex;
    align-items: center;
    gap: 30px;
}

.author-single-name .author-avatar {
    background-color: #edf6fc;
    padding: 20px;
    border-radius: 50%;
}

.author-single-name span.author-name a {
    color: inherit;
}

.author-single-name span.author-name a:hover {
    color: #F78D1B;
}

.author-single-name.archive .author-widget {
    gap: 10px;
}

.author-single-name.archive .author-widget .author-avatar {
    padding: 0;
    background-color: unset;
    border: 1px solid #000;
    height: 32px;
    width: 32px;
}

/* Custom navigation scroll CSS */
.our-custom-navigation a.new-elementor-item-active {
    color: #2355e7 !important;
    text-shadow: 0px 0px 1px var(--item-text-active-color);
}

.our-custom-navigation .elementor-toc__list-item .elementor-toc__list-item-text-wrapper:has(.new-elementor-item-active):before {
    width: 20px !important;
    background-color: var(--item-text-active-color) !important;
}

.our-custom-navigation .elementor-toc__list-item .elementor-toc__list-item-text-wrapper:has(.new-elementor-item-active) a {
    width: calc(100% - 20px);
}

.our-custom-navigation .elementor-toc__body .elementor-toc__list-item-text.elementor-item-active {
    color: inherit !important;
}



/* Post Content Table CSS */

table.tableparent-blog {
    border-radius: 8px;
    border: 0 !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
    margin-bottom: 30px;
    width: 100%;
}

table.tableparent-blog tbody {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
}

table.tableparent-blog tr:nth-child(odd) {
    background: #fff;
}

table.tableparent-blog tr:first-child td:first-child {
    background: #2355E7;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    padding: 15px !important;
    border-bottom: 0;
    border-top-left-radius: 10px;
    border-right: 1px solid #fff;
}

table.tableparent-blog tr:first-child td:nth-child(2) {
    background: #F78D1B;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    padding: 15px !important;
    border-left: 1px solid #fff;
    border-bottom: 0;
    border-top-right-radius: 10px;
}

table.tableparent-blog tr:nth-child(even) {
    background: rgba(87, 95, 111, 0.08);
}

table.tableparent-blog tr td {
    border: 1px solid #c4c6cb;
    padding: 15px !important;
    word-break: break-word;
}

table.tableparent-blog tr,
table.tableparent-blog tr td {
    height: auto !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: #203D93;
    border-bottom: 0 !important;
}

table.tableparent-blog tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
    border-bottom: 1px solid #c4c6cb !important;
}

table.tableparent-blog tr:last-child td:nth-child(2) {
    border-bottom-right-radius: 10px;
    border-bottom: 1px solid #c4c6cb !important;
}

.custom-blog-structure .bottom-full-cta-parent {
    padding: 50px;
    border-radius: 30px;
    margin-top: 40px;
}

.custom-blog-structure .bottom-full-cta-parent h2 {
    color: #fff;
}

.custom-blog-structure .bottom-full-cta-parent p {
    color: #fff;
}

.custom-blog-structure .bottom-full-cta-button {
    margin-top: 30px;
}




@media screen and (max-width: 767px) {

    .left-top-box:after,
    .right-top-box:after,
    .left-bottom-box:after,
    .right-bottom-box:after {
        display: none;
    }

    .center_image,
    .center_image .elementor-widget-container {
        position: static !important;
        transform: none !important;
        margin: 0 !important;
        display: flex;
        justify-content: center !important;
        align-items: center !important;
    }

    .grid_table_th {
        position: sticky !important;
        top: 80px;
    }

    .blog_content_topic td {
        padding: 8px 15px;
    }

    .blog_content_topic td span {
        font-size: 16px;
        line-height: 22px;
    }
}

@media screen and (max-width: 480px) {
    body .staying-img .elementor-element img {
        height: 250px !important;
    }
}