/*======== blog banner css ========*/
.hire_blog_banner_sec {
    padding-top: 80px;
    padding-bottom: 80px;
    overflow: hidden;
    /* display: flex;
    align-items: center; */
    position: relative;
    background-color: var(--text-primary);
    background-image: url(../images/blog-bannerimg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.blog_banner_badge {
    margin-bottom: 20px;
}
.blog_banner_badge .badgeitems {
    display: inline-block;
    padding: 4px 15px;
    color: #fff;
    border: 1px solid var(--accent);
    border-radius: 6px;
    margin-bottom: 10px;
}

.h_blog_item_content .headings {
    margin-bottom: 20px;
    font-size: 28px;
    color: #ffff;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.h_blog_item_content .headings a {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.h_blog_item_content p {
    margin-bottom: 20px;
    font-weight: 400;
    line-height: 22px;
    color: #fff;
}
.h_blog_item_content .blog-sub-data {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}

.hire_blog_item .imgbox img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 0;
}
.hire_blog_banner_wr .rightcolms {
    padding-left: 30px;
}
.hire_blog_banner_wr .rightcolmsiner {
    padding-left: 20px;
    border-left: 2px solid #fff;
    max-height: 667px;
    min-height: 100%;
    overflow-y: auto;
}

.hire_blog_item2 {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 25px;
}
.hire_blog_item2 .imgbox {
    flex: 0 0 auto;
    margin-right: 20px;
    width: 240px;
}
.hire_blog_item2 .imgbox img {
    width: 100%;
    object-fit: cover;
    border-radius: 0;
    height: 122px;
}

.hire_blog_item2 .h_blog_item_content2 {
    flex: 1;
}
.h_blog_item_content2 .blogtech_badge_dv {
    margin-bottom: 5px;
}

.h_blog_item_content2 .blogtech_badge {
    text-transform: capitalize;
    display: inline-block;
    padding: 2px 10px;
    color: #fff;
    border: 1px solid var(--accent);
    border-radius: 6px;
    margin-bottom: 5px;
    font-size: 14px;
}

.h_blog_item_content2 .headings {
    margin-bottom: 9px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #ffff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
.h_blog_item_content2 .readm_btnk {
    text-decoration: none;
    color: var(--accent);
    cursor: pointer;
}
.h_blog_item_content2 .readm_btnk svg {
    margin-left: 10px;
}
/*======== blog banner css ========*/
/*======== blog listing css ========*/
.h_dev_blog_list_wr {
    padding-top: 80px;
    padding-bottom: 50px;
}
.blog_filter_tabdv {
    margin-bottom: 40px;
}
.blog_filter_tab {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    flex-wrap: nowrap;
    overflow-y: auto;
    white-space: nowrap;
    padding-bottom: 10px;
}
.blog_filter_tab .filter_btn {
    color: var(--text-secondary);
    font-size: 16px;
    border-radius: 8px;
    border: 2px solid transparent;
    padding: 5px 14px;
    margin-right: 10px;
    cursor: pointer;
}
.blog_filter_tab .filter_btn.active {
    border-color: var(--accent);
    color: var(--accent);
}
.h_related_artcol {
    margin-bottom: 30px;
}

.h_related_articles {
    border-radius: 10px;
    background: #f8f8fa;
    min-height: 100%;
    word-wrap: break-word;
    word-break: break-word;
}
.h_related_articles a {
    cursor: pointer;
    display: block;
}
.h_related_articles .imbox img {
    border-radius: 12px 12px 0 0;
    width: 100%;
    object-fit: cover;
    height: 145px;
    contain-intrinsic-height: unset;
}
.h_related_articles .article_contents {
    padding: 20px 15px;
}
.h_related_articles .topheadingss {
    margin-bottom: 30px;
}
.h_related_articles .badgesdiv {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 25px;
}
.h_related_articles .badgesdiv .art_badge {
    color: #fff;
    border-radius: 3em;
    background: var(--text-secondary);
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 5px;
    margin-right: 5px;
    text-align: center;
    padding: 10px 12px;
}
.h_related_articles .headingss {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 50px;
}
.h_related_articles .headingss a {
    color: var(--text-primary);
    text-decoration: none;
}
.h_related_articles .viewall_btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    font-weight: 400;
    color: var(--text-secondary);
    border-radius: 2em;
    height: 40px;
    border: 1px solid;
    padding: 0 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.h_related_articles .viewall_btn img{
    width: 20px;
}
/*======== blog listing css ========*/
.blog_paginationdiv {
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
}
.blog_paginationdiv .pagination {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    list-style: none;
}
.blog_paginationdiv .pagination .page-item {
    margin: 2px 4px;
}

.blog_paginationdiv.pagination .page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: var(--text-secondary);
    background-color: #fff;
    border: 1px solid var(--border);
    cursor: pointer;
    border-radius: 6px;
}

.blog_paginationdiv.pagination .page-item.active .page-link {
    color: #fff;
    background-color: var(--accent);
    border-color: var(--accent);
}


@media screen and (max-width: 1199px) {

    .h_blog_item_content .headings {
        margin-bottom: 20px;
        font-size: 24px;
        color: #ffff;
        font-weight: 400;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    .hire_blog_banner_wr .rightcolms {
        padding-left: 10px;
    }
    .hire_blog_banner_wr .rightcolmsiner {
        padding-left: 15px;
    }
}
@media screen and (max-width: 1007px) {
   .hire_blog_banner_wr .rightcolms {
        padding-left: 10px;
    }
    .hire_blog_banner_wr .rightcolmsiner {
        padding-left: 0;
        border-left: none;
        border-top: 2px solid #fff;
        margin-top: 30px;
        padding-top: 30px
    }
}
 
@media screen and (max-width: 991px) {
  
}
@media screen and (max-width: 767px) {
  .hire_blog_item2 .imgbox {
        margin-right: 13px;
        width: 150px;
    }
    .h_blog_item_content2 .blogtech_badge {
        font-size: 13px;
        padding: 2px 14px;
    }
    .h_blog_item_content2 .headings {
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 22px;
        -webkit-line-clamp: 2;
        line-clamp: 2;
    }
    .blog_filter_tab .filter_btn {
        font-size: 14px;
        padding: 4px 9px;
        margin-right: 5px;
    }
    .h_related_articles .badgesdiv {
        margin-bottom: 18px;
    }
    .h_related_articles .headingss {
        font-size: 18px;
        line-height: 24px;
    }
    .h_related_articles .topheadingss {
        margin-bottom: 20px;
    }
    .h_related_articles .viewall_btn {
        height: 36px;
        padding: 0 16px;
    }
}

@media screen and (max-width: 575px) {
  
}

@media screen and (max-width: 480px) {
  .hire_blog_item2 .imgbox {
        width: 130px;
    }
}

@media screen and (max-width: 360px) {
    .hire_blog_item2 .imgbox {
        width: 100%;
        margin-right: 0;
    }
    .hire_blog_item2 .h_blog_item_content2 {
        flex: 0 0 auto;
        width: 100%;
        margin-top: 20px;
    }
}