/**=== Common Style ===**/
body {
    line-height: 1.8rem;
}

.blog-single-banner {
    padding-top: 200px;
}

.blog-single-banner .banner-title {
    line-height: 1.3;
    margin-bottom: 20px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

a {
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    color: #000000;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
    color: var(--primary-color);
}

b, strong {
    font-weight: 600;
}

.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6 {
    color: var(--secondary-color);
}


textarea:focus,
input:focus,
input.form-control:focus,
button:focus,
:focus {
    outline: none;
    box-shadow: none;
}

/** === Predefined Global Classes === **/
.sec_pad {
    padding: 100px 0;
}
.page_wrapper {
    background-color: #f2f4f5;
}

/*=========================================================
=============== Blog List Area ============================
===========================================================*/
.doc_blog_classic_area {
    padding: 120px 0;
    background-color: #f2f4f5;
}
.blog_classic_item .b_top_post_content .post_tag {
    padding-bottom: 10px;
}
.blog_classic_item .b_top_post_content .p_bottom {
    align-items: center;
}
.blog_classic_item .b_top_post_content .p_bottom .learn_btn {
    color: var(--secondary-color);
    font-size: 15px;
    font-weight: 500;
}
.blog_classic_item .b_top_post_content .p_bottom .learn_btn:hover {
    color: var(--primary-color);
}
.blog_classic_item .b_top_post_content .post_author {
    padding-top: 0;
    align-items: center;
    display: flex;
}
.blog_classic_item:hover {
    box-shadow: 0 20px 24px 0 rgba(4, 73, 89, 0.1);
}
.doc_blog_top_post {
    border-radius: 6px;
    margin: 0;
}
.doc_blog_top_post .b_top_post_content {
    padding: 26px 40px 30px;
}
.doc_blog_top_post .b_top_post_content .post_tag {
    padding-bottom: 15px;
}

.doc_blog_top_post .b_top_post_content .post_tag a img {
    margin-bottom: 4px;
    margin-right: 2px;
}

.doc_blog_top_post .b_top_post_content h2 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 25px;
    transition: color 0.2s linear;
    line-height: 1.3em;
    word-break: break-all;
}
.doc_blog_top_post .b_top_post_content h2:hover {
    color: var(--primary-color);
}
.doc_blog_top_post .b_top_post_content p {
    margin-bottom: 22px;
}

.doc_blog_top_post.sticky {
    background: #edfbfe;
    position: relative;
}
.doc_blog_top_post.sticky .sticky-label {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 20px;
    background: var(--primary-color);
    color: #fff;
}
.blog_classic_item {
    overflow: hidden;
    margin-bottom: 30px;
    transition: all 0.2s linear;
    cursor: pointer;
    background-color: #ffffff;
}
.b_top_post_content .post_tag a, .b_top_post_content .post_tag a.c_blue {
    color: var(--black-400);
    margin-top: 0;
}
.b_top_post_content .post_tag a + a {
    padding-left: 0;
}
.doc_blog_classic_area blockquote {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 50px;
    background-color: #ffffff;
    padding: 50px 40px;
    border-left: 4px solid var(--primary-color);
    border-radius: 6px;
}

.doc_blog_classic_area blockquote .c_head {
    color: #6b707f;
    line-height: 34px;
    margin-bottom: 45px;
    font-size: 20px;
}

.doc_blog_classic_area blockquote a.author {
    font-weight: 500;
    font-size: 16px;
    color: var(--secondary-color);
    margin-top: 0;
}

.blog_link_post {
    background: #ffffff;
    border-left: 4px solid var(--primary-color);
    padding: 45px 40px;
    line-height: 34px;
    position: relative;
    overflow: hidden;
    margin-bottom: 50px;
    border-radius: 6px;
}
.blog_link_post:before, .blog_link_post:after {
    content: "";
    position: absolute;
}
.blog_link_post:before {
    background: url("../img/blog/icon_01.png") no-repeat;
    top: 5px;
    left: 40px;
    width: 42px;
    height: 41px;
}
.blog_link_post:after {
    background: url("../img/blog/icon_02.png") no-repeat;
    bottom: -35px;
    right: 30px;
    width: 100px;
    height: 100px;
}
.blog_link_post p {
    font-size: 20px;
    color: #6b707f;
    margin-bottom: 0;
    transition: color 0.2s linear;
}
.blog_link_post p:hover {
    color: var(--primary-color);
}
.b_top_post_content .learn_btn i {
    vertical-align: middle;
    display: inline-block;
    font-size: 20px;
    margin-left: 6px;
    transition: all 0.2s linear, color 0s linear;
}
.b_top_post_content .post_author .round_img {
    border-radius: 50%;
    overflow: hidden;
    margin-right: 15px;
}
.b_top_post_content .post_author .round_img img {
    height: 40px;
    width: auto;
}

.b_top_post_content .post_author .author_text {
    margin-top: 0;
}

.b_top_post_content .post_author .author_text .author_name {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0;
    color: var(--secondary-color);
}

.b_top_post_content .post_author .author_text .author_name:hover {
    color: var(--primary-color);
}
.b_top_post_content .post_author .author_text .date {
    font-size: 13px;
    color: #6b707f;
}

.blog_classic_item .video_post {
    position: relative;
    z-index: 1;
}
.blog_classic_item .video_post:before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(9, 16, 50, 0.2);
    position: absolute;
    z-index: 0;
}

.blog_classic_item .video_icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: white;
    box-shadow: 0 20px 40px 0 rgba(1, 16, 58, 0.14);
    text-align: center;
    line-height: 75px;
    font-size: 30px;
    position: absolute;
    transition: all 0.3s linear;
    display: inline-block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.blog_classic_item .video_icon:before {
    content: "";
    width: 100%;
    height: 100%;
    border: 0.2px solid #fff;
    border-radius: 50%;
    opacity: 0.6;
    position: absolute;
    left: 0;
    transform: scale(1.5);
}
.blog_classic_item .video_icon i {
    color: var(--primary-color);
    text-shadow: 0 6px 13px rgba(12, 118, 142, 0.6);
    position: relative;
}
.blog_classic_item .video_icon i:after {
    width: 300%;
    height: 300%;
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    box-shadow: 0 1px 15px 1px rgba(255, 255, 255, 0.5);
    content: "";
    -webkit-animation: blog_list_pulse 2s infinite;
    -webkit-transform: scale(8);
    -ms-transform: scale(8);
    transform: scale(8);
    animation: blog_list_pulse 2s infinite;
}

/*============ keyframes animation  =============*/
@-webkit-keyframes blog_list_pulse {
    0% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }
    100% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(2);
    }
}
@keyframes blog_list_pulse {
    0% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }
    100% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(2);
    }
}


/**================ End Blog List Area =============**/


/*============================================================
========================= Pagination =========================
==============================================================*/
.pagination .page-numbers {
    width: 36px;
    height: 36px;
    display: inline-flex;
    border-radius: 4px;
    border: 1px solid var(--primary-color);
    text-align: center;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    vertical-align: middle;
    color: var(--primary-color);
    transition: all 0.2s linear;
}
.pagination .page-numbers i {
    font-size: 24px;
}

.pagination .page-numbers {
    margin-left: 2px;
}

.pagination .page-numbers:hover, .pagination .page-numbers.current {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
}
.pagination .page-numbers.current {
    box-shadow: none;
}

/**================ End Pagination =============**/


/*============================================================
======================= Sidebar Area ========================
==============================================================*/
.sidebar_widget .wp-block-group h1,
.sidebar_widget .wp-block-group h2,
.sidebar_widget .wp-block-group h3,
.sidebar_widget .wp-block-group h4,
.sidebar_widget .wp-block-group h5,
.sidebar_widget .wp-block-group h6,
.sidebar_widget .c_head {
    font-size: 26px;
    font-weight: 600;
    color: var(--secondary-color);
    margin-bottom: 22px;
    line-height: 1.4em;
}

.sidebar_widget + .sidebar_widget {
    margin-top: 53px;
}
.sidebar_widget > ul.list-unstyled {
    margin-top: -10px;
}


.widget.widget_archive ul li a span,
.widget.widget_categories ul li a span {
    margin-left: 10px;
}

/** === Ol & UL List Styling === **/
.blog_single_post  ul.list-box,
.blog_single_post  ol.list-box{
    box-shadow: 0 3px 6px 0 rgba(4, 73, 89, 0.02);
    border: 1px solid #e5ebef;
    padding: 20px;
    border-radius: 2px;
}

.blog_content > ul,
.blog_content > ol {
    margin-top: 20px;
    margin-bottom: 20px;
    list-style: none;
    padding-left: 25px;
}


.blog_single_post  ol li ul li:first-child:first-child,
.blog_single_post  ul li ol li:first-child:first-child,
.blog_single_info .have_comments ul li .media ul > li:first-child,
.blog_single_info .have_comments ul li .media ol > li:first-child,
.blog_single_post  ol ol li:first-child,
.blog_single_post  ul ul li:first-child {
    margin-top: 10px;
}
.blog_single_post  ul:not(.ordered-list) li {
    position: relative;
}


.blog_single_info .have_comments ul li .media ul > li + li,
.blog_single_info .have_comments ol li + li,
.blog_single_post  ul li + li,
.blog_single_post  ol li + li {
    margin-top: 10px;
}
.blog_single_post  ul ul,
.blog_single_post  ol ol {
    border: none;
    border-radius: unset;
    box-shadow: none;
}


/** === List style widgets === **/
.sidebar_widget.widget_nav_menu ul li a,
.sidebar_widget.widget_meta ul li a,
.sidebar_widget.widget_pages ul li a,
.sidebar_widget.widget_block ul li a,
.sidebar_widget.widget_archive ul li a,
.sidebar_widget.widget_categories ul li a{
    font-size: 16px;
    color: var(--secondary-color);
    position: relative;
    padding-left: 20px;
    line-height: 2;
}

.blog_single_post  ul.wp-block-archives-list li a {
    font-size: 16px;
    color: var(--secondary-color);
    position: relative;
    line-height: 2;
}

.blog_sidebar ul li a {
    color: var(--secondary-color);
    line-height: 1.5em;
}


.sidebar_widget.widget_nav_menu ul.sub-menu li:first-child,
.sidebar_widget.widget_categories ul.children li:first-child,
.sidebar_widget.widget_pages ul.children li:first-child,
.blog_single_post  ul.wp-block-archives-list li + li,
.sidebar_widget.widget_nav_menu ul li + li,
.sidebar_widget.widget_meta ul li + li,
.sidebar_widget.widget_pages ul li + li,
.sidebar_widget.widget_archive ul li + li,
.sidebar_widget.widget_categories ul li + li {
    margin-top: 12px;
}

.sidebar_widget.widget_block ul li a::before,
.sidebar_widget.widget_nav_menu ul li a::before,
.sidebar_widget.widget_meta ul li a::before,
.sidebar_widget.widget_pages ul li a::before,
.sidebar_widget.widget_archive ul li a::before,
.sidebar_widget.widget_categories ul li a::before {
    content: "";
    width: 6px;
    height: 6px;
    background: #848d95;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
}

.blog_single_post .wp-block-button.is-style-outline .wp-block-button__link,
.blog_single_post .wp-block-button.is-style-squared .wp-block-button__link {
    border-radius: 0;
}

.sidebar_widget ul li a:hover {
    color: var(--primary-color);
}

.widget ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.comment_inner .media-body ul li ul,
.comment_inner .media-body ul li ul li,
.widget ul ul.children {
    margin-left: 15px
}

ul.list-style {
    margin-bottom: 2rem;
}

ul.list-style li {
    margin-bottom: 0.5rem;
    list-style-type: circle;
}

.widget ul li:last-child {
    border-bottom: none
}

.sidebar_widget.widget_block ul li a,
.widgets ul {
    margin: 0;
    padding: 0
}
.blog_single_post  ol {
    position: relative;
}
.blog_single_post  ol li ul li ol li:before {
    content: none;
}

.page_wrapper ul li ul li,
.page_wrapper ul li + li,
.page_wrapper ol li ol li,
.page_wrapper ol li + li {
    margin-top: 10px;
}

/** === Key === **/
.key, kbd {
    line-height: 0.95rem;
    border: 1px solid #ddd;
    color: #6b707f;
}

.key, kbd, p .key, p kbd {
    display: inline-block;
    min-width: 1em;
    padding: 0.5em 0.6em 0.4em;
    margin: 2px;
    font-size: 0.85rem;
    text-align: center;
    text-decoration: none;
    line-height: 0.6rem;
    -moz-border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    border-radius: 0.3em;
    cursor: default;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    background: #fff;
    border: 1px solid #ddd;
}

/************************ Recent Comments ***************************/
.widget_recent_comments #recentcomments .recentcomments {
    position: relative;
    color: #686d7d;
}
.widget_recent_comments #recentcomments .recentcomments a {
    color: var(--secondary-color);
}
.widget_recent_comments #recentcomments .recentcomments a:hover {
    color: var(--primary-color);
}
.sidebar_widget.widget_recent_comments .comment-author-link {
    font-size: 16px;
    color: var(--secondary-color);
    margin-bottom: 0;
    display: inline-block;
    position: relative;
    padding-left: 22px;
}

.sidebar_widget.widget_block .wp-block-latest-comments {
    padding-left: 0;
}

.sidebar_widget.widget_block .wp-block-latest-comments li {
    position: relative;
    line-height: 30px;
    font-size: 16px;
}

.sidebar_widget.widget_recent_comments ul li::before {
    position: absolute;
    content: "\77";
    font-family: 'ElegantIcons';
    left: 0;
    top: 2px;
    padding-right: 10px;
    font-size: 13px;
    color: var(--primary-color);
}

.widget_recent_comments #recentcomments .recentcomments:not(:last-child) {
    margin-bottom: 20px;
}

.sidebar_widget.widget_block .wp-block-latest-comments li article .wp-block-latest-comments__comment-author {
    color: var(--secondary-color)
}

li.recentcomments {
    line-height: 2;
}

ul li.recentcomments>a {
    padding-left: 0;
    line-height: 30px;
}
.comments_widget li h6 {
    font-size: 13px;
    font-weight: 500;
    color: var(--secondary-color);
    margin-bottom: 12px;
}
.comments_widget li h6 i {
    color: #6b707f;
    padding-right: 8px;
}
.comments_widget li .text {
    display: block;
    background-color: #f3f8f9;
    border: 1px solid #e7edee;
    border-radius: 4px;
    font-size: 16px;
    line-height: 24px;
    color: #686d7d;
    padding: 8px 24px;
}
.comments_widget li + li {
    margin-top: 23px;
}

/************************ Category List *****************************/
.categorie_list li a {
    font-size: 16px;
    color: var(--secondary-color);
    position: relative;
    padding-left: 20px;
}
.categorie_list li a:before {
    content: "";
    width: 6px;
    height: 6px;
    background: #aab0c0;
    position: absolute;
    left: 0;
    top: 6.5px;
}
.categorie_list li a span {
    padding-left: 10px;
}
.categorie_list li a:hover {
    color: var(--primary-color);
}
.categorie_list li a:hover:before {
    background: var(--primary-color);
}
.categorie_list li + li {
    margin-top: 8px;
}
.widget_nav_menu ul.sub-menu li,
.widget_categories ul.children li {
    margin-left: 15px;
    border: none;
    padding-bottom: 0;
}

/**=== Nav Menu Widget ===**/
.widget_nav_menu .menu li {
    margin-right: 0
}

/**=== Recent Post ===**/
.sidebar_widget.recent_news_widget .recent_post_item {
    align-items: center;
    display: flex;
}

.recent_post_item a {
    margin-right: 20px;
}

.recent_post_item img {
    border-radius: 5px;
}
.recent_post_item .media-body h5 {
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    transition: color 0.2s linear;
    color: var(--secondary-color);
    margin-bottom: 0;
}
.recent_post_item .media-body h5:hover {
    color: var(--primary-color);
}
.recent_post_item .media-body .entry_post_date {
    font-size: 13px;
    color: #848d95;
    line-height: 16px;
}

.recent_post_item .media-body .entry_post_date img {
    margin-right: 6px;
}

.recent_post_item + .recent_post_item {
    margin-top: 20px;
}

.sidebar_widget.widget_recent_entries li a {
    font-weight: 500;
    transition: color 0.2s linear;
}

.widget.widget_recent_entries li {
    padding: 10px 0 15px 0
}

.sidebar_widget.widget_recent_entries ul li .post-date {
    font-size: 14px;
    color: var(--black-400);
}

.widget.widget_recent_entries li:first-child {
    padding-top: 0;
}

.widget.widget_recent_entries li a:hover {
    color: var(--primary-color);
}


/******************** Calender Widget ******************/
.calendar_wrap {
    border: 1px solid var(--primary-color);
    border-radius: 6px;
    overflow: hidden;
}

.sidebar_widget .calendar_wrap table {
    width: 100%;
    color: #444;
}
.wp-block-calendar .wp-calendar-nav span a {
    text-decoration: none;
}
.footer_widget .widget_calendar caption,
.footer_widget .wp-block-calendar caption,
.sidebar_widget .wp-calendar-table caption {
    caption-side: top;
    padding-top: 0;
    font-weight: 600;
    color: #ffffff;
    background: var(--primary-color);
    text-align: center;
    height: 42px;
    line-height: 42px;
    font-size: 15px;
}

.footer_widget .widget_calendar caption {
    height: 50px;
    line-height: 50px;
}

.sidebar_widget .calendar_wrap thead tr th {
    color: #3e454c;
    border-top: none;
}

.sidebar_widget .calendar_wrap tbody td,
.sidebar_widget .calendar_wrap tbody th {
    border: none;
    width: 33px;
    height: 28px;
    line-height: 28px;
    text-align: center;
}

.calendar_wrap td#today {
    background: var(--primary-color);
    border-radius: 2px;
    color: #fff;
    text-align: center;
}

.sidebar_widget .calendar_wrap tbody td#today a {
    color: #fff;
}

.sidebar_widget .calendar_wrap tfoot {
    background: #f5f5f5;
}

.sidebar_widget .calendar_wrap tfoot td {
    font-size: 15px;
    color: #888888;
    padding: 0 15px;
    height: 42px;
}

.sidebar_widget .calendar_wrap tfoot td a {
    color: #888888;
}

.sidebar_widget .calendar_wrap tfoot td#prev {
    text-align: left;
}

.sidebar_widget .calendar_wrap tfoot td#next {
    text-align: right;
}

nav.wp-calendar-nav {
    display: flex;
    width: 100%;
    justify-content: space-between;
    background: var(--primary-color);
    padding: 5px 15px;
    font-size: 15px;
    height: 42px;
    line-height: 34px;
}

nav.wp-calendar-nav span a {
    color: #ffffff;
}

img.alignnone.wp-image-907 {
    height: auto;
    width: 100%
}

.wp-block-calendar {
    margin-bottom: 30px;
}
.wp-block-calendar table thead tr th {
    font-weight: 600;
    text-align: center;
}


/********************** Page Links ************************/
.page-links {
    clear: both;
    margin: 0 0 1.5em;
    padding-top: 1em;
}

.page-links>.page-links-title {
    border: 0;
    color: #4c5267;
    height: auto;
    margin: 0;
    padding-right: .5em;
    width: auto
}

.page-links span.post-page-numbers.current {
    background: var(--primary-color);
    color: #fff;
    width: 40px;
    height: 40px;
    border: 1px solid var(--primary-color);
    display: inline-block;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    border-radius: 0;
    margin: 0 3px;
}

.page_wrapper pre {
    background-color: #ffffff;
}

.blog-post-area .blog_single_post {
    border-radius: 10px;
    background-color: #ffffff;
}

.blog-post-area .is_not_tag .single-post-item {
    border-radius: 10px;
}

.blog_single_post ul li a[title="WordPress post_class() Function"] {
    font-size: .875em;
    color: #d63384;
    display: inline-block;
}

.have_comments .comment_box li.trackback .comment-body,
.have_comments .comment_box li.pingback .comment-body,
.have_comments .comment_box li.trackback .comment-body a,
.have_comments .comment_box li.pingback .comment-body a {
    color: var(--secondary-color)
}

.blog_single_post ul li a {
    color: var(--body-color)
}

span.screen-reader-text {
    width: 40px;
    height: 40px;
    border: 1px solid #e7e7f6;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    color: #677294;
    font-size: 16px;
    border-radius: 0;
    background-color: #fbfbfd;
    margin: 0 3px;
}
.page-links a.post-page-numbers {
    width: 40px;
    height: 40px;
    border: 1px solid #e7e7f6;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    color: #677294;
    font-size: 16px;
    border-radius: 0;
    background-color: #fbfbfd;
    margin: 0 3px;
}
a.post-page-numbers:hover {
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: #fff;
}

@media screen and (min-width:77.5em) {
    .page-links a,
    .page-links>span {
        margin: 0 .25em .25em 0
    }
}

@media screen and (min-width:77.5em) {
    .page-links a,
    .page-links>span {
        margin: 0 .25em .25em 0
    }
}


/** === Table Design === **/
.page_wrapper table,
.blog_single_post  table {
    border: 1px solid #d6d6d6;
}
.page_wrapper table thead,
.comment_inner ul li table tbody tr:first-child,
.blog_single_post  table thead {
    background: #f5f5f5;
}
.page_wrapper .table_shortcode thead {
    background: #06a8cb;
}
.page_wrapper table td,
.page_wrapper table th,
.blog_single_post  table td,
.blog_single_post  table th {
    padding: 12px;
}
.page_wrapper table a,
.blog_single_post  table a {
    color: #6b707f;
    text-decoration: none;
}

.blog_single_post  table tbody tr td {
    text-align: center;
}

.sidebar_widget.widget_recent_comments ul li
.blog_post_author .media-body h5 a {
    color: var(--secondary-color);
}

.comment_inner ul li table tbody tr td,
.blog_single_post table tbody tr,
.page_wrapper table tbody tr {
    border-bottom-style: solid;
    border-color: #d6d6d6;
    border-bottom-width: 1px;
}

.page_wrapper table tbody tr th {
    font-weight: 700;
}

.comment_inner ul li table tbody tr th,
.comment_inner ul li table tbody tr td,
.blog_single_post table thead tr th,
.blog_single_post table tbody tr th,
.blog_single_post table tbody tr  td,
.page_wrapper table tbody tr th,
.page_wrapper table tbody tr td {
    border-right-style: solid;
    border-color: #d6d6d6;
    border-right-width: 1px;
}


.comment_inner ul li table tbody tr td a {
    color: var(--body-color)
}

/** === Cookie Bar === **/
.cookieAcceptBar {
    position: fixed;
    left:0;
    right: 0;
    text-align: center;
    background: rgb(51, 51, 51);
    color: rgb(204, 204, 204);
    padding: 0 0 10px;
    z-index: 9;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}
.cookieAcceptBar p {
    margin-bottom: 0;
    padding-top: 10px;
}
.cookieAcceptBar a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}
.cookieAcceptBar button {
    cursor: pointer;
    border: none;
    background-color: var(--primary-color);
    color: #fff;
    text-transform: uppercase;
    margin-top: 10px;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    margin-left: 40px;
    font-size: 12px;
}


/** === Screen text === **/
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute!important;
    height: 1px;
    width: 1px;
    overflow: hidden
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    clip: auto!important;
    color: #21759b;
    display: block;
    font-size: 15px;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

#content[tabindex="-1"]:focus {
    outline: 0
}


/****************** Archives Dropdown *********************/
.wp-block-categories-dropdown.wp-block-categories select,
.wp-block-archives-dropdown select,
.wp-block-archives select,
.wp-block-categories select,
.widget select,
#new-post select {
    width: 100% !important;
    height: 50px;
    color: rgba(23,24,25, 0.5);
    margin: 0 auto;
    display: table;
    background: #fff;
    padding: 0 20px;
    border-color: #cccccc;
    font-size: 16px;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
    background-image: url("data:image/svg+xml;utf8,<svg fill='DARKGRAY' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 98%;
    background-position-y: 10px;
    padding-right: 2rem;
    border-radius: 3px;
}
.wp-block-archives-dropdown select {
    margin-bottom: 30px;
}

.footer_widget .widget_calendar .calendar_wrap table thead tr th,
.footer_widget .widget_calendar .calendar_wrap table tbody tr td {
    color: rgba(255, 255, 255, 0.6);
}

.widget_calendar .calendar_wrap table tbody tr td a {
    color: var(--primary-color)
}

/*********************** RSS Feeds *****************************/
.sidebar_widget.widget_rss ul li a.rsswidget {
    font-weight: 600;
    color: #7a7a7a;
    line-height: 1.3em;
}
.sidebar_widget.widget_rss ul li a.rsswidget:hover {
    color: var(--primary-color);
}

.sidebar_widget.widget_rss .rsswidget img.rss-widget-icon {
    margin-right: 5px;
}
.sidebar_widget.widget_rss span.rss-date {
    display: block;
    padding-bottom: 5px;
    font-size: 15px;
    color: #999;
}

.sidebar_widget.widget_rss cite {
    color: #999;
    font-weight: 500;
}

.widget_rss cite::before {
    content: "- ";
}

.sidebar_widget.widget_rss ul li {
    margin-top: 25px;
    line-height: 1.8;
}


/***************************** Search Form Widget *********************************/
input.search-field {
    width: 95%;
    height: 40px;
    background: #f7f7f7
}

input.search-submit {
    width: 60px;
    height: 40px;
    background: transparent;
    padding: 5px;
    font-size: 14px!important;
    margin-left: -12px;
    margin-top: -1px
}

.no-results .page-content input.form-control,
.sidebar_widget.widget_search form input.form-control {
    border-color: #171d24;
    border-radius: 4px !important;
}

.widget_search .search-form {
    height: 60px;
    background: #fff;
    box-shadow: 5px 10px 25px rgba(15, 24, 40, 0.04);
    position: relative;
    border-radius: 5px;
}

.widget_search .search-form .form-control {
    font-size: 15px;
    width: 100%;
    height: 100%;
    border: none;
    padding: 0 20px 0 20px;
    background: 0 0;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.widget_search .search-form button {
    position: absolute;
    background: 0 0;
    padding: 0;
    border: 0;
    right: 22px;
    top: 52%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 16px;
    color: #282835;
    z-index: 0;
}

.no-results .page-content input.form-control {
    width: 100%
}
.no-results .page-header {
    position: relative;
    z-index: 1;
}
.no-results .page-header .page-title {
    font-size: 50px;
    margin-bottom: 12px;
}
.no-results .page-content p {
    margin-bottom: 20px;
}

.wp-block-search__input {
    width: 100%;
    font-size: 16px;
    border: 1px solid #dfe2e7 !important;
    border-right-style: none !important;
    border-radius: 4px 0 0 4px;
    padding-left: 20px;
    padding-right: 0;
    height: 50px;
    color: #181b31;
    box-shadow: none;
    position: relative;
    z-index: 0;
}
.wp-block-search .wp-block-search__button {
    margin-left: 0;
    word-break: normal;
    padding: 1px 38px;
    transition: all .4s;
    border-radius: 0 4px 4px 0;
    border: 1px solid #dfe2e7;
    border-left-style: none;
    background-color: #dfe2e7;
}
.wp-block-search__inside-wrapper {
    margin: 20px 0;
}


/************************** Text Widget  ***************************/
.blog_single_post  p a[target='_blank'],
.textwidget strong {
    font-weight: bold;
}
.textwidget p {
    line-height: 1.9em;
}
.b_top_post_content p:empty,
.widget p:empty {
    display: none;
}
.wp-caption .wp-caption-text {
    margin: .5em 0;
    font-size: 15px;
}
.wp-caption-text {
    text-align: center
}

/************************** Tag Cloud Widget **************************/
.tagcloud a,
.wp-block-tag-cloud a,
.post_tag_info .post_tag a {
    font-size: 14px !important;
    line-height: 30px;
    color: #404040;
    border: 1px solid #e0e0e0;
    padding: 0 20px;
    display: inline-block;
    margin: 0 5px 10px 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-transform: capitalize;
}

.tagcloud a:hover {
    border-color: var(--primary-color);
    color: var(--primary-color);
}

.wp-block-tag-cloud a:hover,
.sidebar-box .tagcloud a:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #ffffff;
}

/*=============================================================
===================== Single Blog Post ========================
=============================================================**/
.page_wrapper .page-area {
    background-color: #fff;
    padding: 35px 40px 15px;
    border-radius: 10px;
    box-shadow: 0 10px 40px rgb(0 0 0 / 8%);
}

.blog_single_post + .comment_inner,
.page_wrapper .page-area + .comment_inner,
.page_wrapper .page-area + .blog_comment_box {
    margin-top: 50px;
}

.blog-banner-area {
    background-image: linear-gradient(91.28deg, #ffffff 2.19%, #fff6d6 97.81%);
}
.single-post-item {
    padding-bottom: 42px;
}

.single-post-item p:not(:last-child) {
    margin-bottom: 20px;
}
.single-post-item ul {
    padding-left: 40px;
    padding-bottom: 20px;
}

.single-post-item ul li {
    list-style-type: disc;
    padding-left: 0;
}

.footer_widget .has-avatars.wp-block-latest-comments,
.single-post-item figure ul li.blocks-gallery-item {
    padding-left: 0;
}

.post-content .post-category {
    margin-bottom: 23px;
}

.post-content .post-category .cate-btn {
    margin-bottom: 5px;
}

/******************* Single Post **********************/
.blog-post-area .post_social_icon {
    position: fixed;
    width: 50px;
    height: 100%;
    top: -100px;
    z-index: 999;
    margin-left: -70px;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
    transform: translateY(50px);
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: #051441;
}

.blog-post-area .post_social_icon.active {
    opacity: 1;
    visibility: visible;
}

.blog-post-area .post_social_icon span {
    font-size: 14px;
    font-weight: 500;
    color: var(--secondary-color);
    line-height: 20px;
}

.blog-post-area .post_social_icon ul {
    margin-top: 26px;
}

.blog-post-area .post_social_icon ul li a {
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    background-color: transparent;
    color: #535a60;
    margin-bottom: 10px;
    border: 1px solid #c8ccd0;
    transition: all 0.3s ease-out;
    width: 35px;
    height: 35px;
    line-height: 33px;
    font-size: 14px;
}

.blog-post-area .post_social_icon ul li a:hover {
    border-color: var(--primary-color);
    background-color: var(--primary-color);
    color: #fff;
}

.blog_single_post ul.wp-block-rss,
.blog_single_post  ol {
    padding-left: 40px;
}


.page_wrapper .comment_inner ul li {
    list-style: none;
}

.blog_single_post  .blog_single_img {
    display: block;
    margin-bottom: 25px;
}

.blog_single_post  img, .blog_classic_item img,
img.aligncenter, video, .widget img, .about_widget .img img,
.blog_single_post  .blog_single_img img {
    max-width: 100%;
    height: auto;
}
.blog_single_post  p {
    font-size: 16px;
    line-height: 30px;
}

.blog_single_post p > input {
    width: auto;
}


.blog_single_post  > p {
    margin-bottom: 22px;
}

.blog_post_author {
    background: #f3f8f9;
    padding: 40px;
    padding-right: 70px;
    margin-top: 35px;
    border-radius: 5px;
}
.blog_post_author .author_img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin-right: 30px;
    overflow: hidden;
}
.blog_post_author .media-body h5 {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 20px;
}
.single_list {
    list-style: none;
    box-shadow: 0 3px 6px 0 rgba(4, 73, 89, 0.2);
    border: 1px solid #e5ebef;
    padding: 20px;
    margin-top: 10px;
    margin-bottom: 25px;
    border-radius: 2px;
}

blockquote {
    background: #f5f7fa;
    border-left: 8px solid var(--primary-color);
    padding: 50px 60px;
    position: relative;
    z-index: 0;
    margin-bottom: 40px;
    box-shadow: var(--theme-dropshadow);
    border-radius: 10px;
}

blockquote p {
    line-height: 34px;
    margin-bottom: 45px;
    font-size: 20px;
}
blockquote cite {
    font-weight: 500;
    font-size: 16px;
    color: var(--secondary-color);
    font-style: normal;
}
.doc_blog_classic_area blockquote:before {
    background: url(../img/blog/quote_top.png) no-repeat scroll left top;
    width: 132px;
    height: 81px;
    top: 0;
}
figure.wp-block-pullquote blockquote:before,
blockquote.has-light-gray-color:before,
blockquote.has-text-align-right:before {
    left: 45px;
}
.doc_blog_classic_area blockquote:after {
    background: url(../img/blog/quote_bottom.png) no-repeat scroll left bottom;
    width: 77px;
    height: 75px;
    right: 40px;
    bottom: 30px;
}

.blog_details .tag-widget a {
    display: inline-block;
    height: 30px;
    padding: 7px 20px;
    font-size: 15px;
    color: var(--body-color);
    border-radius: 3px;
    border: 1px solid #e0e0e0;
    background-color: transparent;
    margin: 5px 0 0 10px;
    line-height: 15px;
}

.blog_details .tag-widget a:hover {
    border-color: var(--primary-color);
    color: var(--primary-color);
}

.blog_single_post  .post-password-form p input[type="submit"]:hover {
    background-color: var(--primary-color);
    color: #ffffff;
}

.single-post-area .tag-widget {
    background-color: #f9f9f9;
    padding: 30px;
    border-top: 1px solid #ececec;
    clear: both;
}
.tag-widget .tag-list li a {
    background: #ffffff;
}

.blog_single_post .post-password-form p input[type="submit"] {
    background-color: var(--primary-color);
    color: #ffffff;
    text-transform: capitalize;
}

/******************** Author User Meta *********************/
.author-media-widget {
    display: flex;
    padding: 36px 50px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}
.author-media-widget .author-img {
    margin-right: 20px;
}

.author-media-widget .author-img img {
    max-width: inherit;
}

/********************************* Comment Form *************************************/
.blog_comment_box {
    background: #fff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}
.comment_inner {
    background: #fff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    margin-bottom: 50px;
}
.page_wrapper .page_content {
    margin-bottom: 100px;
}

.blog_comment_box form .form-group {
    max-width: 100%;
}

.blog_single_post .wp-block-columns.alignwide .wp-block-column ol {
    padding-left: 2rem;
}

.blog_single_post .wp-block-columns.alignwide .wp-block-column blockquote.wp-block-quote {
    padding: 25px;
}


.have_comments .comment_box, .have_comments .comment_box .children {
    padding-left: 0;
}

.comment_inner .c_head,
.blog_comment_box .c_head {
    font-size: 24px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: var(--secondary-color);
    line-height: 30px;
    margin-bottom: 20px;
}
.comment_inner .comment_box li.post_comment {
    border-top: 1px solid #dde1e5;
}

.comment_inner .comment_box .post_comment .post_author_two p {
    padding-bottom: 20px;
    padding-top: 0;
}

.have_comments ul li .comment_author .media-body ul li ul,
.have_comments ul li .comment_author .media-body ul li ul li,
.blog_comment_box p.no-comments {
    margin-left: 0;
}
.blog_comment_box p.logged-in-as {
    margin-bottom: 40px;
}
.logged-in .blog_comment_box .get_quote_form {
    padding-top: 0;
}
.logged-in .comment_text {
    padding-bottom: 0
}
.blog_comment_box .comment-form-cookies-consent > input {
    margin-right: 10px;
    width: 14px;
    height: 14px;
    cursor: pointer;
    position: relative;
}

.blog_comment_box .comment-form-cookies-consent > input[type=checkbox]::before {
    position: absolute;
    content: "";
    background-image: url(https://donority.droitlab.com/wp-content/uploads/2022/01/MicrosoftTeams-image.png);
    height: 14px;
    width: 14px;
    top: 0;
    left: 0;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center;
}

.blog_comment_box .comment-form-cookies-consent input[type=checkbox]:checked::before {
    opacity: 1;
    background-color: var(--primary-color);
}

.blog_comment_box .comment-form-cookies-consent > input[type=checkbox]::after {
    content: "";
    width: 14px;
    height: 14px;
    background-color: #ffffff;
    border: 1px solid #D9DDE3;
    position: absolute;
}


.comment_inner .comment_box .has_children ul.children li {
    margin-left: 70px;
}

.comment_inner .post_comment .media-body p {
    margin-bottom: 30px;
}

.comment_inner .post_comment .media-body p a {
    color: #000000;
    display: inline-block;
}

p.comment-form-cookies-consent {
    display: flex;
    align-items: center;
    font-size: 15px;
    margin-bottom: 28px;
}
.comment_box .post_comment .comment_author {
    padding-top: 40px;
    display: flex;
}
.comment_box .post_comment .comment_author .img_rounded {
    border-radius: 50%;
    margin-right: 30px;
}
.comment_box .post_comment .comment_author .media-body {
    position: relative;
    width: 100%;
}

.page_wrapper ol, .page_wrapper ul,
.comment_box .post_comment .comment_author .media-body ul,
.comment_box .post_comment .comment_author .media-body ol {
    padding-left: 25px;
}

.page_content ul li + li,
.page_content ul li ul li,
.page_content ol li + li,
.page_content ol li ol li,
.sidebar_widget.widget_block .wp-block-latest-posts li + li,
.sidebar_widget.widget_block ul.wp-block-archives-list li + li,
.sidebar_widget.widget_block ul.wp-block-categories-list li + li,
.comment_box .post_comment .comment_author .media-body ol li + li,
.comment_box .post_comment .comment_author .media-body ol li ol li,
.comment_box .post_comment .comment_author .media-body ul li + li,
.comment_box .post_comment .comment_author .media-body ul li ul li {
    margin-top: 10px;
}

.comment_box .post_comment .comment_author .media-body .comment_info {
    position: relative;
}

.comment_box .post_comment .comment_author .media-body .comment_info h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 6px;
    color: var(--secondary-color);
}
.comment_box .post_comment .comment_author .media-body .comment_info .comment_date {
    font-size: 15px;
    color: #6b707f;
    margin-bottom: 20px;
}
.comment_box .post_comment .comment_author .media-body .comment_reply {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    font-weight: 500;
    color: var(--secondary-color);
    transition: all 0.2s linear;
}
.comment_box .post_comment .comment_author .media-body .comment_reply i {
    vertical-align: middle;
    font-size: 15px;
    position: relative;
    padding-left: 5px;
}
.comment_box .post_comment .comment_author .media-body .comment_reply:hover {
    color: var(--primary-color);
}
.comment_box .post_comment .reply_comment {
    padding-left: 80px;
}
.blog_comment_box .get_quote_form {
    padding-top: 20px;
}
.blog_comment_box .get_quote_form .form-group {
    margin-bottom: 30px;
    position: relative;
    margin-top: 0;
}
.blog_comment_box .get_quote_form .form-group .form-control {
    height: 60px;
    border-radius: 4px;
    border: 2px solid #e6e6e6;
    font-size: 14px;
    line-height: 1.4;
    padding-left: 30px;
    box-shadow: none;
    background-color: transparent;
}
.blog_comment_box .get_quote_form .form-group .form-control.placeholder {
    color: #6b707f;
}
.blog_comment_box .get_quote_form .form-group .form-control:-moz-placeholder {
    color: #6b707f;
}
.blog_comment_box .get_quote_form .form-group .form-control::-moz-placeholder {
    color: #6b707f;
}
.blog_comment_box .get_quote_form .form-group .form-control::-webkit-input-placeholder {
    color: #6b707f;
}

.blog_comment_box .get_quote_form .form-group .form-control:focus {
    border: 2px solid var(--primary-color);
}
.blog_comment_box .get_quote_form .form-group .form-control.message {
    height: 160px;
    padding-top: 22px;
}

.get_quote_form .form-group .floating-label {
    position: absolute;
    pointer-events: none;
    left: 40px;
    top: 16px;
    transition: 0.2s;
    margin-bottom: 0;
    color: var(--body-color);
}


.get_quote_form .form-control:focus ~ .floating-label {
    top: -13px;
    left: 26px;
    font-size: 12px;
    color: var(--primary-color);
    background-color: #fff;
    padding: 0 5px 0 5px;
}


.blog_comment_box .get_quote_form .thm_btn {
    background: var(--primary-color);
    color: #fff;
    border-color: var(--primary-color);
    box-shadow: none;
}
.blog_comment_box .get_quote_form .thm_btn:hover {
    color: var(--primary-color);
    border-color: var(--secondary-color);
    background-color: var(--secondary-color);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.blog_comment_box .get_quote_form .thm_btn::before {
    background-color: #171d24;
    position: absolute;
    left: -1px;
    top: -1px;
    z-index: -1;
    height: 103%;
    width: 102%;
    border-radius: 4px;
    content: "";
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    -webkit-transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -moz-transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -o-transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -moz-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.blog_comment_box .get_quote_form .thm_btn:hover::before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
}
.have_comments .trackback,
.have_comments .pingback {
    margin-bottom: 16px;
}
.have_comments .comment_box table {
    border: 1px solid #d6d6d6;
}

.blog_single_info table thead tr th,
.blog_single_info table tbody tr th,
.blog_single_info table tbody tr td {
    border-right: 1px solid #d6d6d6;
}

.page_wrapper .page_content > ul,
.page_wrapper .page_content > ol,
.have_comments ul li .media-body > ol,
.have_comments ul li .media-body > ul {
    margin-top: 20px;
    margin-bottom: 20px;
}

.single-post-item ul li ol > li::before {
    display: none;
}

.single-post-item ul li ol li,
.single-post-item ul li ol li ul li,
.blog_single_post ol li ul li  {
    list-style: none;
}

.blog_single_post ul.wp-block-rss li.wp-block-rss__item,
.blog_single_post  ul.wp-block-archives-list li,
.page_wrapper ul li,
.comment_inner .media-body ul li,
.have_comments ul li.post_comment .media-body ul {
    list-style: disc;
}

.page_wrapper ol li,
.blog_single_post  ol li,
.single-post-item ul li ol li,
.blog_single_post  ol li ul li ol li,
.single-post-item ul li ol li,
.comment_inner .media-body ol li {
    list-style-type: decimal;
}

.blog_single_post ul.wp-block-rss li.wp-block-rss__item,
.single-post-item ul li ol > li,
.blog_single_post ol li ul li ol li {
    padding-left: 0;
}

/*=============================================================
===================== Footer Widgets Area =====================
=============================================================**/
footer .footer_widget  {
    padding-bottom: 40px;
}

.footer_widget .widget_recent_comments ul li {
    color: var(--black-100);
    position: relative;
}

.footer_widget .widget_recent_comments ul li a {
    display: inline-block;
}

.footer_widget .widget_rss ul li span {
    color: var(--black-350);
    font-size: 15px;
}

.footer_widget .widget_block h2,
.footer_widget .f_widget > .f_title {
    color: #fff;
    font-size: 18px;
    margin-bottom: 35px;
    font-weight: 500;
}

.footer_widget .widget_media_image > .f_title {
    font-size: 24px;
    font-weight: 700;
}

.footer_widget ul li + li,
.footer_widget ul li ul.children li:first-child {
    padding-top: 25px;
}

.footer_widget .widget_nav_menu ul li .sub-menu li {
    padding-top: 25px;
}

.footer_widget  .widget_text .textwidget p,
.footer_widget  .widget_text .textwidget p strong,
.footer_widget  .widget_text .textwidget .wp-caption .wp-caption-text,
.footer_widget  .widget_rss ul li .rssSummary {
    color: #999999;
}

.footer_widget  .widget_tag_cloud .tagcloud a {
    color: rgba(255, 255, 255, 0.6);
    border-color: rgba(255, 255, 255, 0.6);
}

.footer_widget  .widget_tag_cloud .tagcloud a:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #FFFFFF;
}

.footer_widget  .widget_calendar table {
    caption-side: top;
}

.footer_widget  nav.wp-calendar-nav {
    line-height: 42px;
    height: 50px;
}

.footer_widget .wp-block-calendar tbody td,
.footer_widget ol li,
.footer_widget ol li a {
    color: rgba(255, 255, 255, 0.6);
}


.wp-block-calendar tbody td#today {
    background-color: var(--primary-color);
    color: #ffffff;
}

.wp-block-calendar tbody tr td a {
    text-decoration: none;
    color: var(--primary-color);
}

.wp-block-calendar tbody td#today a {
    text-decoration: none;
    color: #ffffff;
}

.footer_widget ol li footer time {
    margin-top: 5px;
}
.wp-block-calendar table {
    margin-bottom: 0;
}

/*==================================================
 ================== Unit Test  =====================
 ==================================================*/
/** === Gutenberg Cover Block === **/
.blog_single_post  .wp-block-cover-text a,
.wp-block-cover-text a:focus,
.wp-block-cover-text a:hover,
.wp-block-cover {
    color: #fff;
}

/** === Gutenberg Button Block === **/
.color-accent,
.color-accent-hover:hover,
.color-accent-hover:focus,
:root .has-accent-color,
.has-drop-cap:not(:focus):first-letter,
.wp-block-button.is-style-outline {
    color: var(--primary-color);
}

.is-style-outline .wp-block-button__link {
    background-color: transparent;
    border: 2px solid;
}

.wp-block-button__link,
.wp-block-button__linka:not([href]):not([tabindex]) {
    background: var(--primary-color);
    color: #fff;
    border-color: var(--primary-color);
    padding: 10px 25px;
    text-align: center;
    border-radius: 4px;
    font-size: 16px;
    transition: all 0.3s linear;
}
.wp-block-button.alignleft {
    margin-right: 15px;
}
.wp-block-button.is-style-outline {
    color: var(--primary-color);
}
.wp-block-button.is-style-outline .wp-block-button__link:hover {
    background: var(--primary-color);
    color: #fff;
    border-color: var(--primary-color);
}
.wp-block-button {
    margin: 26px 0;
    color: #fff;
}

.widget + .widget {
    clear: both;
}
.wp-block-image figcaption {
    margin-bottom: 0.5em;
}


/*********************** Gallery styling **********************/
.gallery {
    margin-bottom: 1.5em;
    width: 100%
}
.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%
}

.gallery figure.gallery-item .gallery-icon img {
    border-radius: 0;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%
}

.gallery-columns-4 .gallery-item {
    max-width: 25%
}

.gallery-columns-5 .gallery-item {
    max-width: 20%
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%
}

.gallery-caption {
    display: block;
    color: #707070;
    color: rgba(51, 51, 51, .7);
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    line-height: 1.5;
    padding: .5em 0
}


.blog_single_post .wp-block-gallery.is-cropped .blocks-gallery-item img {
    height: auto;
}

.blog_single_post figure figcaption.blocks-gallery-caption em {
    font-weight: 700;
}

figure.gallery-item {
    margin-bottom: 10px;
    display: inline-block
}

figcaption.blocks-gallery-caption {
    margin: 0 auto;
    margin-bottom: 20px;
}

.blocks-gallery-grid, .wp-block-gallery {
    margin-left: 20px;
}

.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
    line-height: 1.4;
}

.blocks-gallery-grid{
    border: none !important;
    padding: 0 !important;
    margin: 0 0 0 -20px !important;
    border-radius: unset !important;
    box-shadow: none !important;
}

.byline,
.updated:not(.published),
.sidebar_widget.widget_block ul li a::before,
.blocks-gallery-grid ul li::before,
.wp-block-gallery ul li::before {
    display: none;
}
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
    margin-bottom: 10px;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
    margin-right: 1em;
    margin-bottom: 10px;
}
.page_wrapper p img.size-full.wp-image-904.alignright {
    clear: both;
    margin: 0;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

.clear:before,
.clear:after,
.guten_elements:before,
.guten_elements:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after {
    content: "";
    display: table;
    table-layout: fixed
}

.clear:after,
.guten_elements:after,
.comment-content:after,
.site-header:after,
.site-content:after {
    clear: both
}

img.attachment-full.size-full {
    width: auto;
    height: auto;
}

.single .byline,
.group-blog .byline {
    display: inline
}

.comment-content a {
    word-wrap: break-word
}

.bypostauthor {
    display: block
}

.infinite-scroll .posts-navigation {
    display: none
}

embed, iframe, object {
    max-width: 100%
}

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    max-width: 100%;
}

pre {
    background: #f5f5f5;
    color: #666;
    font-family: monospace;
    font-size: 15px;
    margin: 20px 0;
    overflow: auto;
    padding: 20px;
    white-space: pre-wrap;
    word-wrap: break-word
}

table {
    margin: 0 0 1.5em;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0
}

th {
    font-weight: 500;
    text-align: left;
    padding-right: 10px!important
}

td, th {
    padding: 8px;
}
.article-content ol li {
    list-style-type: decimal;
    margin-left: 2em;
    padding: 5px
}
figure {
    clear: both;
    border: none;
    margin: 0 0 1rem;
}
figure figcaption {
    text-align: center;
}

.page_wrapper p,
.wp-block-pullquote.is-style-solid-color blockquote p,
.wp-block-media-text,
.wp-block-cover {
    margin-bottom: 26px;
}

.comments_widget,
.categorie_list, .comment_box,
ul.list-style li:last-child, table tr td p:last-child,
.about_widget .text p, .blog_post_author .media-body p,
.page_wrapper .blog_comment_box .get_quote_form p.form-submit {
    margin-bottom: 0;
}

.blog_single_post  blockquote.wp-block-quote.is-style-large {
    padding: 50px 60px;
}

.blog_single_post  ul.wp-block-archives-list li,
.wp-block-pullquote {
    padding: 0;
}

.blog_single_post  p.has-large-font-size {
    font-size: 28px;
    line-height: 1.5;
}
.blog_single_post  p[style="font-size:46px"] {
    line-height: 69px;
}

.wp-block-group.has-background {
    padding: 30px 30px 12px 30px;
}
.wp-block-columns {
    margin: 34px 0 0 0;
}


/** Elementor reset CSS **/
.elementor-widget:not(:last-child) {
    margin-bottom: 0 !important;
}

/**=============================== Responsive Device ====================================**/
@media(min-width: 991px) and (max-width: 1200px){
    .full-width-doc .doc_rightsidebar .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
        width: 169px;
    }
    .full-width-doc:not(.onepage-doc) .doc_left_sidebarlist {
        width: 200px;
    }
}



/** === Unit test data styling === **/
@media (min-width: 1220px) {
    .entry-content > .alignfull {
        margin-bottom: 8rem;
        margin-top: 8rem;
    }
}

@media (min-width: 1000px) {
    figure.wp-block-gallery.alignwide {
        margin-bottom: 6rem;
        margin-top: 6rem;
    }
}

/** === Gutenberg === **/
@media (min-width: 700px) {
    .alignnone,
    .aligncenter,
    .alignleft,
    .alignright,
    .alignwide,
    .wp-block-archives:not(.alignwide):not(.alignfull),
    .wp-block-categories:not(.alignwide):not(.alignfull),
    .wp-block-code,
    .wp-block-cover:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
    .wp-block-embed:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
    .wp-block-gallery:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
    .wp-block-group:not(.has-background):not(.alignwide):not(.alignfull),
    .wp-block-image:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
    .wp-block-latest-comments:not(.aligncenter):not(.alignleft):not(.alignright),
    .wp-block-latest-posts:not(.aligncenter):not(.alignleft):not(.alignright),
    .wp-block-media-text:not(.alignwide):not(.alignfull),
    .wp-block-preformatted,
    .wp-block-pullquote:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright),
    .wp-block-quote,
    .wp-block-quote.is-large,
    .wp-block-quote.is-style-large,
    .wp-block-verse,
    .wp-block-video:not(.alignwide):not(.alignfull) {
        margin-bottom: 1.5rem;
        margin-top: 1rem;
    }
    .aligncenter {
        margin-right: auto;
        margin-left: auto;
    }
    figure.wp-block-gallery.alignwide {
        margin-bottom: 4rem;
        margin-top: 4rem;
    }
}

@media (min-width: 482px) {
    .blog_single_post  .post-password-form p input[type="submit"] {
        padding: 10px 50px;
    }
    .blog_single_post  .post-password-form p input[type="password"] {
        padding: 10px 5px;
    }
}


@media (max-width: 1560px) {
    .blog-post-area .post_social_icon {
        margin-left: -75px;
    }
}

@media (max-width:1500px) {
    .table_shortcode thead th,
    .table_shortcode tbody tr td,
    .table_shortcode tbody tr th {
        padding-left: 15px;
        padding-right: 15px;
    }
}


@media (max-width: 1199px){
    .blog_sidebar.pl-40{
        padding-left: 0;
    }
    .doc_blog_top_post .b_top_post_content{
        padding: 40px 20px;
    }
    .blog_grid_post .grid_post_content {
        padding: 25px 25px 35px;
    }
    .table_shortcode thead th,
    .table_shortcode tbody tr td,
    .table_shortcode tbody tr th {
        white-space: nowrap;
        padding-left: 6px;
        padding-right: 6px;
    }
    .table_shortcode tbody tr td{
        text-align: center;
    }
}

@media(max-width:991px){
    .blog_sidebar{
        max-width: 330px;
        margin-top: 50px;
    }
    .blog_classic_item img{
        max-width: 100%;
    }
    .doc_blog_top_post .b_top_post_content{
        padding-left: 25px;
        padding-right: 25px;
    }
    .table_shortcode thead th,
    .table_shortcode tbody tr td,
    .table_shortcode tbody tr th {
        padding-left: 15px;
        padding-right: 15px;
    }
}


@media(max-width:767px){
    .search_form {
        max-width: 220px;
    }
    .open_icon{
        display: block;
    }
    .shortcode_info{
        padding-top: 80px;
    }
}

@media (max-width:670px){
    .blog_grid_post{
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }
    .blog_grid_post img{
        width: 100%;
    }
    .blog_sidebar{
        margin-left: auto;
        margin-right: auto;
    }
    .pagination {
        justify-content: center;
    }
    .blog_post_author{
        padding-right: 30px;
    }
}


@media (max-width:576px){
    .blog_classic_item .b_top_post_content{
        padding-left: 15px;
        padding-right: 15px;
    }
    .post_tag a{
        font-size: 15px;
    }
    .post_tag a + a {
        padding-left: 5px;
    }
    .doc_blog_top_post .b_top_post_content h3{
        font-size: 22px;
        line-height: 28px;
    }
    .video_icon{
        width: 60px;
        line-height: 63px;
        height: 60px;
    }
    .video_icon:before{
        transform: scale(1.3);
    }
    .blog_single_breadcrumb_area .single_post_author .text .post_tag:before{
        display: none;
    }
    .blog_single_breadcrumb_area .single_post_author .text h4{
        display: block;
    }
    .blog_single_breadcrumb_area .single_post_author .text .post_tag {
        padding-left: 0;
    }
    .wp-block-pullquote.is-style-solid-color blockquote p {
        font-size: 16px;
    }
    .blog_comment_box .comment-form-cookies-consent {
        display: flex;
    }
    .blog_comment_box .comment-form-cookies-consent > input {
        margin-top: 5px;
        margin-right: 12px;
    }
}

@media (max-width: 450px) {
    .blog_classic_item .b_top_post_content .p_bottom{
        display: block !important;
    }
    .blog_classic_item .b_top_post_content .post_author{
        margin-top: 15px;
    }
    blockquote,
    .blog_post_author{
        padding-left: 20px;
        padding-right: 20px;
    }
    .blog_single_breadcrumb_area .post_tag a + a{
        padding-left: 0;
    }
    .blog_single_breadcrumb_area .post_tag a + a:before{
        margin-right: 4px;
    }
    .blog_post_author,.comment_box .post_comment .comment_author{
        display: block;
    }
    .blog_post_author .author_img,.comment_box .post_comment .comment_author .img_rounded {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .comment_box .post_comment .reply_comment {
        padding-left: 0;
    }

}

.blog_sidebar .sidebar_widget.widget_block .wp-block-group {
    margin-top: 0;
}


/*----------------------------------------------------*/
/*----------------------------------------------------*/
/*----------------------------------------*/
/* Error Area CSS
/*----------------------------------------*/
.error_area {
    display: flex;
    position: relative;
    z-index: 1;
    min-height: 620px; }

.error_dot {
    position: absolute;
    border-radius: 50%; }
.error_dot.one {
    width: 8px;
    height: 8px;
    background: var(--primary-color);
    left: 325px;
    top: 120px;
    animation: spin2 2s infinite alternate; }
.error_dot.two {
    width: 16px;
    height: 16px;
    background: #f99e43;
    left: 170px;
    bottom: 260px;
    animation: spin1 1s infinite alternate; }
.error_dot.three {
    width: 30px;
    height: 30px;
    background: #beebf5;
    animation: spin1 2s infinite alternate;
    right: 225px;
    top: 370px; }
.error_dot.four {
    width: 6px;
    height: 6px;
    background: #ffa3be;
    bottom: 148px;
    right: 185px;
    animation: spin2 2s infinite alternate; }

.error_content_two {
    max-width: 970px;
    margin: 0 auto; }
.error_content_two h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px; }
.error_content_two p {
    font-size: 18px;}

.error_img {
    padding-bottom: 55px;
    position: relative;
    z-index: 1; }
.error_img .error_shap {
    left: 50%;
    transform: translateX(-50%);
    z-index: -1; }
.error_img .clipInDown {
    display: inline-block;
    position: relative;
    animation-name: clipInDown; }
.error_img .one {
    top: -50px; }
.error_img .two {
    margin: 0 12px;
    top: -12px; }
.error_img .three {
    top: -58px; }
.error_img .img_one {
    animation: customUp 1.5s infinite alternate; }
.error_img .img_two {
    animation: customUp 1.8s infinite alternate; }
.error_img .img_three {
    animation: customUp 2s infinite alternate; }

.error_search {
    margin-bottom: 40px;
    padding-top: 25px; }
.error_search .form-control {
    height: 60px;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 16px 50px 0 rgba(3, 62, 75, 0.1);
    font-size: 16px;
    font-weight: 400;
    color: var(--secondary-color);
    border: 0;
    padding-left: 30px;
}
.error_search .form-control::placeholder {
    color: #82879c;
}

.error_home_btn {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    border-radius: 6px;
    background: var(--primary-color);
    display: inline-block;
    padding: 14px 28px;
    text-transform: capitalize;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.18s ease-in-out;
}
.error_home_btn:hover {
    box-shadow: none;
    color: var(--primary-color);
    background-color: var(--secondary-color);
}
.error_search input[type=text]:focus {
    border: 1px solid var(--primary-color);
}


.contact-form-select select.wpcf7-form-control {
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
    background: transparent;
    background-image: url(../img/blog/arrow.png);
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: 50%;
}