html{
    scroll-behavior: smooth;
}
body {
    line-height: 1.6;
    font-size: 14px;
    background: #fff;
    color: #4E4E4E;
    font-weight: 500;
    border: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* -moz-font-feature-settings: "ss02";
    -webkit-font-feature-settings: "ss02";
    font-feature-settings: "ss02"; */
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000000;
    font-weight: 700;
}

h1 {
    font-size: 32px;
    line-height: 48px;
}

h2 {
    font-size: 24px;
    line-height: 36px;
}

h3 {
    font-size: 20px;
    margin-bottom: 20px;
}

h4 {
    font-size: 12px;
    line-height: 28px;
}

h5 {
    font-size: 12px;
    line-height: 24px;
}

h6 {
    font-size: 12px;
    line-height: 28px;
}



/* Global styles
================================================== */

img {
    max-width: 100%;
    height: auto;
}

* {
    margin: 0;
    padding: 0;
}


/* ==================================================
// Global styles
================================================== */

iframe {
    border: none;
}
a:link,
a:visited {
    text-decoration: none;
}
a {
    display: block;
    color: var(--theme-main-color);
}

a:hover {
    text-decoration: none;
}
.m-0 {
	margin: 0px !important;
}
.p-0 {
	padding: 0px !important;
}
.media>.pull-left {
    margin-right: 20px;
}

a:focus {
    outline: 0;
}
.unstyled {
    list-style: none;
    margin: 0;
    padding: 0;
}
.clearfix:after {
    display: block;
    width: 100%;
    content: '';
}

body {
    border: 0;
    margin: 0;
    padding: 0;
}

/*** Pagination ***/

ul.page-pagination.theme-widget-pagination-wrapp {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.page-pagination.theme-widget-pagination-wrapp li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    min-width: 42px;
}

ul.page-pagination.theme-widget-pagination-wrapp li a,
ul.page-pagination.theme-widget-pagination-wrapp li span {
    color: #fff;
    font-size: 15px;
    background: #0518c5;
    text-align: center;
    height: auto;
    text-align: center;
    display: block;
    padding-top: 3px;
    padding-bottom: 3px;
}

/* Global */


.theme-page-content {
    background: #FFFFFF;
}
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}
.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}
.screen-reader-text {
    display: none;
}

/* Theme check */

code {
    overflow: auto;
    max-width: 100%;
    padding: 0 1em;
    border: 1px solid #ddd;
    background-color: #f8f8f8;
    display: inline-block;
    vertical-align: middle;
    word-wrap: break-word;
    color: var(--theme-main-color);
}
.sidebar .widget.widget_media_image img {
    margin-top: 0;
}
.sidebar .widget.widget-tags ul li {
    display: inline-block;
    margin-bottom: 8px;
    margin-right: 4px;
}
.sidebar .widget.widget-tags ul li a {
    display: block;
    padding: 5px 20px;
    border: 1px solid #eee;
    color: #666;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.sidebar .widget.widget-tags ul li a:hover {
    background: var(--theme-main-color);
    color: #fff;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.sidebar .widget.widget-tags ul li:last-child {
    margin-bottom: 0;
}



.sidebar ul {
    border: 0;
    padding: 0;
    list-style: none;
}
.page-links .page-link {
    display: inline-block;
    color: var(--theme-main-color);
    margin-right: 5px;
}


/*=======================================
 Post  Comments section
 ========================================*/
 form.comment-form {
	display: flex;
	flex-direction: column;
}
.blog-post-comment .comment-title {
    font-size: 24px;
}
.blog-post-comment .comment-info [class*=col-md-] {
    margin-bottom: 15px;
    position: inherit;
}
.blog-post-comment .comment-content>h3 {
    margin-bottom: .5rem;
}
.blog-post-comment .comment-respond .comment-reply-title {
    font-size: 24px;
}
.comment-respond .comment-reply-title {
    line-height: 1;
    font-weight: bold;
    border-bottom: 1px solid #E4E4E4;
    padding-bottom: 10px;
    margin-bottom: 20px;
    position: relative;
}
.comment-form-wrapper > .comment-respond > .comment-reply-title {
	display: none;
}
.blog-post-comment .comment-respond .comment-form .comment-form-cookies-consent {
    display: none;
}
.blog-post-comment .comments-list .trackback .comment-body {
    margin-left: 0;
}
.blog-post-comment .comment-respond .comment-form .btn-comments {
    display: inline-block;
    background: var(--theme-main-color);
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    padding: 10px 28px;
    width: auto;
    border: 0px solid;
}
.blog-post-comment .comment-respond .comment-form .btn-comments:hover {
    background: rgb(255 53 36 / 10%);
    color: var(--theme-main-color);
}
#comments .comment-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.comment-content a {
    display: inline-block;
}
.comments-area .comment-content p {
    margin-bottom: 20px;
    line-height: 1.8;
    font-size: 14px;
}

p.logged-in-as a {
    display: inline-block;
}

#comments .comment-author .says,
.comment-form-wrapper .comment-form .comment-notes {
    display: none;
}

/* Common */
.comments-list img.comment-avatar {
    width: 46px;
    height: 46px;
}
.comments-list .comment-reply-link {
    padding: 10px;
    line-height: 1;
}
.comments-list .comment-reply-link i {
    display: none;
}
.comments-reply {
    list-style: none;
    margin: 0 0 0 70px;
}

#cancel-comment-reply-link {
    float: none;
    color: var(--theme-main-color);
    display: inline-block;
    font-size: 17px;
    font-weight: 600;
    margin-right: 8px;
}

#cancel-comment-reply-link:hover {
    color: #111827;
}

#comments .comment-list {
    margin: 0;
    padding: 0;
    list-style: none;
}


a.comment-edit-link {
    display: none;
}


/* main page: Comments */

.blog-post-comment .comment-content :where(h1, h2, h3, h4, h5, h6) {
    line-height: 1.2;
    font-weight: 600;
}
.blog-post-comment .comment-content h1 {
    font-size: 30px;
    margin-bottom: 15px;
}
.blog-post-comment .comment-content h2 {
    font-size: 25px;
    margin-bottom: 15px;
}
.blog-post-comment .comment-content h3 {
    font-size: 20px;
    margin-bottom: 15px;
}
.blog-post-comment .comment-content h4 {
    font-size: 18px;
    margin-bottom: 15px;
}
.blog-post-comment .comment-content h5 {
    font-size: 16px;
    margin-bottom: 15px;
}
.blog-post-comment .comment-content h6 {
    font-size: 14px;
    margin-bottom: 15px;
}
.blog-post-comment .comment-content p {
    margin-bottom: 20px;
}
.blog-post-comment .comment-content p:last-child {
    margin-bottom: 0;
}
.blog-post-comment .comment-content .entry-content a {
    text-decoration: underline;
}
.blog-post-comment .comment-content .entry-content a:hover {
    text-decoration: none;
}
.blog-post-comment .comment-content dl,
.comments-area .comment-content :where(ol, ul){
    margin-top: 20px;
    margin-bottom: 20px;
}
.blog-post-comment .comment-content dt {
    margin-bottom: 5px;
}
.blog-post-comment .comment-content dd {
    margin: 0 1rem 1rem;
    font-size: 15px;
    line-height: 26px;
}
.blog-post-comment .comment-content ul {
    list-style: disc;
    padding-left: 20px;
}
.blog-post-comment .comment-content ul li {
    list-style: disc;
    line-height: 1.8;
    margin-bottom: 10px;
}
.blog-post-comment .comment-content ul li ul {
    margin: 10px 0 0;
    list-style-type: circle;
}
.blog-post-comment .comment-content ul li ul li {
    list-style-type: circle;
}
.blog-post-comment .comment-content ol {
    padding-left: 20px;
}
.blog-post-comment .comment-content ol li {
    line-height: 1.8;
    margin-bottom: 10px;
    list-style-type: decimal;
}
.blog-post-comment .comment-content ol li ol {
    margin: 10px 0 0;
}
.blog-post-comment .comment-content :where(b, strong){
    font-weight: 600;
    color: #212529;
}
.blog-post-comment .comment-content :where(code, kbd, tt, var) {
    font-size: .88889em;
    font-family: Menlo, monaco, Consolas, Lucida Console, monospace;
}
.blog-post-comment .comment-content kbd {
    background-color: #fafafa;
}
.blog-post-comment .comment-content :where(mark, ins) {
    background: #fff9c0;
    text-decoration: none;
    color: #111827;
    padding: 0 6px;
}

.blog-post-comment .comment-content :where(abbr,acronym) {
    border-bottom: 1px dotted #484848;
    cursor: help;
}
.blog-post-comment .comment-content :where(mark,ins) {
    background: #fff9c0;
    text-decoration: none;
    color: #111827;
    padding: 0 5px;
}
.blog-post-comment .comment-content kbd {
    background-color: #eee;
    color: var(--theme-main-color);
}

#comments .comment-content a {
    color: var(--theme-main-color);
}
#comments.blog-post-comment .children {
    margin: 0;
    padding: 0;
    list-style-type: none;
    padding-right: 24px !important;
}

#comments .comment-content img {
    margin: 5px 0;
}
.not-found .input-group-btn i {
    line-height: 48px;
}
.not-found .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: var(--theme-main-color);
}
.not-found p small {
    display: block;
}
.blog-sidebar .widget:first-child {
    margin-top: 0;
}
.blog-sidebar .widget {
    border: 0px solid;
    padding: 30px;
    background-color: #F5F5F5;
    border-radius: 16px;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}
.site-navigation.theme_header_design__One .navbar-light {
    padding: 0;
    background: none;
    border-radius: 0px;
}
.blog-sidebar .widget {
    margin-top: 30px;
}
.blog-sidebar .widget .widget-title {
    padding-bottom: 10px;
    position: relative;
    font-weight: 700;
    font-size: 24px;
    color: #272727;
    padding-left: 0;
    border-bottom: 1px solid #E4E4E4;
    margin-bottom: 20px;
}
.blog-sidebar span.post-count {
    float: right;
    font-size: 15px;
}
.nice-select {
    height: 45px;
    border: 1px solid #eee;
    width: 100%;
    color: #555;
    font-size: 13.5px;
    float: none;
    white-space: normal;
}
.nice-select span.current {
    display: block;
    margin-top: 3px;
    font-size: 15px;
}
.nice-select ul.list {
    padding: 0 !important;
    margin: 0 !important;
    list-style-type: none !important;
    border-radius: 0;
    width: 100%;
    overflow-y: auto;
}
.nice-select ul.list li {
    list-style-type: none !important;
    font-size: 14px;
    padding: 8px 15px !important;
    line-height: 1 !important;
    margin: 0 !important;
    min-height: auto;
}
.nice-select ul.list li::before {
    display: none;
}
.blog-sidebar .calendar_wrap caption {
    padding-top: 0;
    caption-side: top;
    font-weight: 500;
    color: #565656;
    font-size: 17px;
}

table {
    margin: 0 0 2rem;
    border-collapse: collapse;
    width: 100%;
    background: #ffffff;
}

table td,
table th {
    padding: 10px 13px;
    border: 1px solid #d3dbe2;
}
.blog-sidebar .calendar_wrap table {
    text-align: center;
    margin-bottom: 0;
}
.blog-sidebar .calendar_wrap table :where( #prev a,#next a) {
    text-decoration: underline;
}
.blog-sidebar .calendar_wrap table :where(#prev a:hover,#next a:hover) {
    text-decoration: none;
}
.blog-sidebar .calendar_wrap table :where(td, th) {
    padding: 8px 5px;
}
.blog-sidebar .widget_categories ul li .children {
    margin-top: 10px;
}
.blog-sidebar .widget_pages ul li.page_item_has_children>a {
    margin-bottom: 10px;
    display: inline-block;
}
.blog-sidebar .widget_recent_comments .recentcomments {
    color: #484848;
}
.blog-sidebar .widget_recent_comments .recentcomments .comment-author-link {
    font-weight: bold;
    font-size: 14px;
}
.blog-sidebar .widget_rss .widget-title .rsswidget {
    display: inline-block;
}
.blog-sidebar .widget_rss ul li {
    margin-bottom: 20px;
}
.blog-sidebar .widget_rss ul li:last-child {
    margin-bottom: 0;
}
.blog-sidebar .widget_search form {
    position: relative;
}
.blog-sidebar .widget_search form .form-control {
    background-color: #ffffff;
    height: 50px;
    padding: 6px 15px;
    border: 1px solid #E4E4E4;
    width: 100%;
    display: block;
    outline: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    border-radius: 0;
    font-size: 15px;
}
.blog-sidebar .widget_search form .form-control:focus {
    border-color: var(--theme-main-color);
    box-shadow: none;
    z-index: 1;
}
.blog-sidebar .widget_search form button {
    position: absolute;
    right: 0;
    outline: 0;
    bottom: 0;
    height: 50px;
    width: 50px;
    z-index: 1;
    border: none;
    color: #ffffff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: var(--theme-main-color);

    font-weight: 600;
    font-size: 15px;
    padding: 0 20px;
    top: 0;
    cursor: pointer;
}
.blog-sidebar .widget_search form button:hover {
    background: #111827;
}
.blog-sidebar .widget_search form button:before {
    position: absolute;
    right: 50%;
    top: 50%;
    font-family: fontAwesome;
    color: #fff;
    content: "\f002 ";
    margin-top: -12px;
    margin-right: -6.5px;
}
.blog-sidebar p {
    font-size: 15px;
    color: #565656;
    line-height: 1.8;
}
.blog-sidebar .widget_text p img {
    margin: 10px 0;
}
.blog-sidebar .widget_text .wp-caption-text {
    border: none;
    text-align: center;
    font-size: 14px;
}
.post-meta.blog_meta_content_Box a {
    display: inline-block;
}
.blog-sidebar .widget.widget_tag_cloud .widget-title {
    margin-bottom: 12px;
}
.blog-sidebar .tagcloud a {
    font-size: 15px !important;
    font-weight: 500 !important;
    color: #595959 !important;
    border-color: #D6D6D6 !important;
    border-radius: 8px !important;
    margin-right: 5px;
    padding: 8px 14px !important;
    line-height: inherit;
    display: inline-block;
    transition: all ease 500ms;
}
.blog-sidebar .tagcloud a:hover {
    background-color: var(--theme-main-color);
    border-color: var(--theme-main-color) !important;
    color: #fff !important;
}
.blog-sidebar .widget_nav_menu .sub-menu {
    margin-top: 8px;
}

table th a {
    text-decoration: underline !important;
}

table th a:hover {
    text-decoration: none !important;
}
.post-layout-style2 .single-blog-content .entry-content ul {
    margin-top: 20px;
    margin-bottom: 20px;
    list-style: disc;
    padding-right: 20px;
}
.post-layout-style2 .single-blog-content .entry-content ol {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-right: 20px;
}
.post-layout-style2 .single-blog-content .entry-content ul li ul {
    margin: 10px 0 0;
    list-style-type: circle;
}
.post-layout-style2 .single-blog-content .entry-content ul li ul li {
    list-style-type: circle;
}
.post-layout-style2 .single-blog-content .entry-content ol li ol {
    margin: 10px 0 0;
}
.post-layout-style2 .single-blog-content .entry-content ul.post-meta {
    padding-left: 0;
    margin: 0 0 20px;
    padding: 0;
    border-bottom: 1px solid #E4E4E4;
}
.post-layout-style2 .single-blog-content .entry-content h1 {
    margin-bottom: 15px;
    line-height: 1.2;
    font-size: 30px;
}
.post-layout-style2 .single-blog-content .entry-content h2 {
    font-size: 25px;
    margin-bottom: 15px;
    line-height: 1.2;
}
.post-layout-style2 .single-blog-content .entry-content h3 {
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 1.2;
    color: #272727;
}
.post-layout-style2 .single-blog-content .entry-content h4 {
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 1.2;
    color: #272727;
}
.post-layout-style2 .single-blog-content .entry-content h5 {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 1.2;
}
.post-layout-style2 .single-blog-content .entry-content h6 {
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 15px;
}
.single-blog-content .single-blog-inner .entry-content p a {
    text-decoration: underline;
    display: inline-block;
    color: var(--theme-main-color);
}
.single-blog-content .single-blog-inner .entry-content .wp-block-tag-cloud a {
    text-decoration: none;
    display: inline-block;
    color: #fff;
    background: var(--theme-main-color);
}

table th a {
    text-decoration: underline !important;
}

table th a:hover {
    text-decoration: none !important;
}
.post-layout-style2 .entry-content dl {
    margin-top: 20px;
    margin-bottom: 20px;
}
.post-layout-style2 .entry-content dt {
    margin-bottom: 5px;
    color: #333333;
}
.post-layout-style2 .entry-content dd {
    margin: 0 1rem 1rem;
    font-size: 15px;
    line-height: 26px;
}
.post-layout-style2 .entry-content dd a {
    text-decoration: underline;
    display: inline-block;
}
.post-layout-style2 .entry-content :where(b, strong) {
    font-weight: 600;
    color: #212529;
}

address {
    margin: 20px 0;
    font-style: italic;
    line-height: 30px;
}
.entry-content code {
    color: var(--theme-main-color);
    border: 0px solid;
    background-color: transparent;
    padding: 0;
}
.entry-content :where(mark,ins) {
    background: #fff9c0;
    text-decoration: none;
    color: #111827;
    padding: 0 5px;
}
.entry-content kbd {
    background-color: #eee;
    color: var(--theme-main-color);
}
.wp-block-columns {
    margin-top: 20px;
    margin-bottom: 20px;
}
.wp-block-image {
    margin-bottom: 20px;
}
.wp-block-image figcaption {
    margin-top: 12px;
}
.wp-block-image figcaption a {
    text-decoration: underline;
    display: inline-block;
    color: var(--theme-main-color);
}


.wp-block-button .wp-block-button__link {
    background-color: var(--theme-main-color);
    font-size: 16px;
    border-radius: 5px;
}
.wp-block-button {
    margin-bottom: 1.5em;
}
.wp-block-button .wp-block-button__link:hover {
    background-color: #111827;
    color: #fff;
}
.wp-block-cover .wp-block-cover-text {
    color: #fff !important;
}
.is-style-outline .wp-block-button__link {
    background-color: transparent !important;
    font-size: 16px;
    border-radius: 5px;
}
.is-style-outline .wp-block-button__link:hover {
    background-color: transparent;
    color: #111827 !important;
    border-color: #111827;
}
.is-style-squared .wp-block-button__link {
    border-radius: 0 !important;
}
.wp-block-cover {
    margin-top: 30px;
    margin-bottom: 30px;
}
.wp-block-cover p.wp-block-cover-text {
    font-weight: bold;
    margin-bottom: 20px !important;
    font-size: 31px !important;
    line-height: 1.5 !important;
}
.wp-block-cover p.wp-block-cover-text strong {
    color: #fff;
}
.wp-block-cover.has-background-dim.alignleft {
    margin-top: 0;
}
.wp-block-cover.has-background-dim-60.has-background-dim .wp-block-cover-text a {
    color: #fff;
}


.wp-block-media-text {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}
.wp-block-media-text .has-large-font-size {
    font-size: 25px !important;
    margin-top: 0 !important;
}
.wp-block-pullquote {
    border-top: 4px solid #555d66;
    border-bottom: 4px solid #555d66;
    color: #40464d;
    border-color: transparent;
    border-width: 2px;
    padding: 0;
    margin: 0 0 1rem;
}
.wp-block-pullquote blockquote {
    color: #111;
    border: none;
    margin-right: 0;
    padding-left: 0;
}
.wp-block-pullquote blockquote p {
    font-size: 2.25em !important;
    font-style: italic !important;
}
.wp-block-pullquote blockquote cite {
    display: inline-block;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    line-height: 1.6;
    text-transform: none;
    color: #767676;
    font-size: 15px;
    font-style: normal;
}
.has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color {
    background-color: var(--theme-main-color);
}
.has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color p {
    color: #000000;
}
.has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color cite {
    display: none;
}
.has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color blockquote {
    max-width: 80%;
    background: transparent;
}
.has-medium-font-size {
    font-size: 20px !important;
}
.has-very-light-gray-color.has-very-light-gray-color {
    color: #fff !important;
}
.single-blog-content .entry-content :where(dl a,ol a,ul a) {
    text-decoration: underline;
    display: inline-block;
}
.single-blog-content .entry-content a:not(.promot-related-posts a) {
    text-decoration-thickness: 2px;
	text-underline-offset: 6px;
    text-decoration-color: var(--theme-main-color);
}
.single-blog-content .entry-content :where(ol a,ul a) {
    color: var(--theme-main-color);
}
.single-blog-content .entry-content ul a .wp-block-cover__inner-container .has-large-font-size {
    color: #f8f9f9 !important;
    font-size: 36px !important;
}
*[class*="wp-block-"] figcaption,
.wp-block-video figcaption,
.blocks-gallery-caption,
.wp-block-embed figcaption,
.wp-block-image figcaption {
    font-size: 14px;
    text-align: left;
}

table td a,
table td a:hover {
    color: var(--theme-main-color);
}
.wp-block-verse {
    font-size: 16px !important;
}
.post-layout-style2 .single-blog-content .entry-content em {
    font-weight: 700;
}
.parent .comment-respond p.form-submit,
.depth-1 .comment-respond p.form-submit {
    margin-bottom: 30px;
}


.blocks-gallery-grid {
    margin-top: 0px !important;
}
.wp-block-gallery .blocks-gallery-caption {
    text-align: center;
    margin: auto;
    margin-bottom: 30px;
}
.blog-sidebar .widget_theme_recent_posts .recent_post_Content li {
    font-weight: 500;
    color: #565656;
    font-size: 14px;
    padding: 0;
}
.blog-sidebar .widget_theme_recent_posts .recent_post_Content li:before {
    display: none;
}
.blog-sidebar .widget_theme_recent_posts .recent_post_Content .recent-post-meta {
    display: none;
}
.blog-sidebar .widget_media_image {
    background: #fff;
    border: 0;
    padding: 0;
}
.blog-sidebar .widget_media_image img {
    border-radius: 10px;
}
.home-tag-widgett {
    background: #FAFAFA;
    padding: 30px;
    border-radius: 15px;
}
.home-tag-widgett h5 {
    font-size: 28px;
    line-height: 1;
    color: #272727;
    font-weight: 700;
    margin-bottom: 20px;
}
.home-tag-widgett .tagcloud a {
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #595959 !important;
    border-color: #D6D6D6 !important;
    border-radius: 8px !important;
    margin-right: 5px;
    padding: 8px 14px !important;
}



.theme_author_Socials a:hover {
    background:rgba(from var(--theme-main-color) r g b / 10%);
    color: var(--theme-main-color);
}
.blog-sidebar .widget  :where(.wp-block-categories-list,.wp-block-archives-list) li {
	padding-right: 14px;
    position: relative;
}
.blog-sidebar .widget :where(.wp-block-categories-list,.wp-block-archives-list) li::before {
	height: 6px;
	width: 6px;
	content: '';
	right: 0;
	top: 7px;
	position: absolute;
	background-color: var(--theme-main-color);
	border-radius: 50%;
}
.blog-sidebar .widget .wp-block-categories-list li::before {
    right: auto;
    left: 0;
    content: "+";
    background-color: transparent;
    color: var(--theme-main-color);
    display: flex;
    align-items: center;
}
.wp-block-categories-list li a {
	z-index: 1;
	position: relative;
}
/*** navigation ***/
.prev_nav_left_Img img,
.prev_nav_Right_Img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.blog_navigation_style1 .theme_blog_nav_Title a {
    color: inherit;
    word-break: break-word;
}
.blog_navigation_style2 .theme_blog_Nav a {
	padding: 1rem 1rem;
    flex-grow: 1;
}
.theme_blog_navigation__Wrap {
    background: #F8F8F8;
}
.theme_blog_nav_Title a:hover {
    color: var(--theme-main-color);
}

h1.theme-breacrumb-title {
    font-size: 35px;
    font-weight: 700;
    color: #333;
    margin: 0;
    line-height: 1;
}
.main-container .theme-pagination-style .nav-links {
    display: block;
    width: 100%;
    text-align: left;
}
.main-container .theme-pagination-style ul.page-numbers {
    margin-bottom: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.main-container .theme-pagination-style ul.page-numbers li :where(a.page-numbers,span.page-numbers) {
    width: 40px;
    height: 40px;
    line-height: 38px;
    margin-right: 6px;
    padding: 0;
    text-align: center;
    display: inline-block;
    border: 1px solid #E4E4E4;
    margin-left: auto;
    color: #272727;
    font-size: 16px;
    font-weight: 500;
    background-color: transparent;
    border-radius: 10px;
}
.main-container .theme-pagination-style ul.page-numbers li span.current {
    background: var(--theme-main-color);
    color: #fff;
    border-color: var(--theme-main-color);
}
.main-container .theme-pagination-style ul.page-numbers li i {
    line-height: 38px;
    color: var(--theme-main-color);
}
.main-container .theme-pagination-style ul.page-numbers li a.page-numbers:hover {
    border: 1px solid var(--theme-main-color);
    background-color: var(--theme-main-color);
    color: #fff;
}
.main-container .theme-pagination-style ul.page-numbers li a.page-numbers:hover i {
    color: #fff;
}
.theme-tags__wrapper a {
    color: #999;
    display: inline-block !important;
    font-size: 13px !important;
    padding: 4px 8px;
    transition: all ease 500ms;
    line-height: 26px;
    position: relative;
    white-space: nowrap;
}
.theme-tags__wrapper a:hover {
    color: var(--theme-main-color);
}
.theme-tags__wrapper:not(.tags-style2) a::before {
	content: "";
	position: absolute;
	top: 50%;
    right: 0;
	transform: translate(0, -50%);
	height: 50%;
	width: 1px;
    color:#aaa;
	background-color: currentColor;
	display: block;
}
.theme-tags__wrapper a:first-child:before {
	content:none;
}
.post-share-wrapper a[class*='icon-'] {
	display: flex;
}
.theme_related_post_Grid .blog-post-grid-wrapper .post-excerpt-box p {
    font-size: 14px;
    line-height: 18px;
    color: #565656;
}
.theme_related_post_Grid .blog-post-grid-wrapper .news-post-grid-thumbnail img {
    border-radius: 15px;
}
.theme_related_post_Grid .blog-post-grid-wrapper-four .post-excerpt-box {
    padding-bottom: 0px;
    margin-bottom: 5px;
}


/*==================================================
      404
 ================================================== */

.error-page .error-code {
    font-size: 150px;
    line-height: 1;
    margin-bottom: 25px;
}
.error-page .error-body .btn {
    margin-top: 30px;
    display: inline-block;
    background: var(--theme-main-color);
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.01em;
    padding: 16px 30px;
    border-radius: 4px;
    width: auto;
    border: 0px solid;
}
.error-page .error-body :where(.btn:hover,.btn:focus,.btn:active) {
    border: none;
    outline: none;
    box-shadow: none !important;
    background: none;
}
.error-page .error-body .btn:hover {
    background: #111827;
}

body.error404 .main-container {
    padding-top: 30px;
    margin-top: 0;
    padding-bottom: 80px;
}
.header-two-right .header-search-box {
    position: relative;
    right: 30px;
    top: 0px;
}
.header-bookmark-btn {
    display: inline-block;
    position: absolute;
    right: 15px;
    margin-left: 0;
    top: 10px;
}


/*** Theme New Unit CSS ***/

body.admin-bar .body-inner-content {
    margin-top: 0px;
}
.widget_calendar,
table,
.wp-block-calendar {
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
}
.calendar_wrap nav.wp-calendar-nav {
    position: relative;
    top: 10px;
}
.blog-sidebar .widget_categories .cat-item span.post_count {
    width: 30px;
    height: 22px;
    text-align: center;
    color: #fff;
    border-radius: 6px;
    font-size: 12px;
    line-height: 22px;
    position: relative;
    left: 2px;
}
.widget_rss h3.widget-title a {
    color: #272727;
}
.sticky .post-list-medium-content {
    background: #f8f8f8;
    border-top: 4px solid var(--theme-main-color) !important;
}
.blog-new-layout.theme-layout-mainn .post-wrapper.cat-layout-main-list .category-box a {
    color: #4F4F4F;
    font-weight: 500;
    font-size: 14px;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative;
    transition: all .3s ease-in;
}
.blog-new-layout.theme-layout-mainn .post-wrapper.cat-layout-main-list .category-box a:hover {
    color: var(--theme-main-color);
}
.blog-new-layout.theme-layout-mainn .post-wrapper.cat-layout-main-list .category-box a:after {
    position: absolute;
    right: -5px;
    bottom: 0;
    content: ",";
    font-size: 15px;
}
.blog-new-layout.theme-layout-mainn .post-wrapper.cat-layout-main-list .category-box a:last-child:after {
    display: none;
}


.blog-post-comment .comment-respond p.logged-in-as {
    line-height: 26px;
    font-size: 15px;
    margin-top: 5px;
}
.blog-post-comment .comment-respond .comment-reply-title {
    font-size: 24px;
    line-height: 25px;
}
.comment-respond p {
    margin-bottom: 16px;
}

.blog-details-content p {
    margin: 0 0 15px 0;
}
.blog-details-content p strong{
    color: #404040;
    font-weight: 900;
}
.blog-details-content ul li {
    font-size: 14px;
    line-height: 1.8;
    color: #555555;
    margin-bottom: 10px;
	font-weight: 400;
	list-style: disc;
	list-style-position: inside;
}
/* post-layout-style1 */

.blog-sidebar .widget ,
.post-layout-style1 :where(.post-body,.post-header) {
	background-color: #fff;
}
.post-layout-style2 .single-blog-content .entry-content p:last-child {
    margin: 0;
}

.wp-block-button .wp-block-button__link {
    color: #fff !important;
}
.is-style-outline .wp-block-button__link {
    background-color: transparent !important;
    font-size: 16px;
    border-radius: 5px;
    color: var(--theme-main-color) !important;
    border-color: var(--theme-main-color);
}
.wp-block-button .wp-block-button__link:hover {
    background-color: #111827;
}
.theme-blog-details .post-featured-image {
    margin-bottom: 50px;
}
.sidebar-active .alignfull {
    left: auto;
    right: auto;
    margin-left: 0;
    margin-right: 0;
    width: auto;
}

figure.wp-block-gallery ul.blocks-gallery-grid {
    padding-left: 0 !important;
}
.blog-details-content .wp-block-columns {
    margin-top: 31px;
    margin-bottom: 31px;
}
.blog-details-content .wp-block-columns figure.wp-block-image.size-full.bottom-zero-article-thumb {
    margin-bottom: 0;
}
.bottom-zero-article-thumb img {
    object-fit: cover;
    object-position: center top;
    border-radius: 8px !important;
}
.blog-details-content figure.wp-block-image.size-full.bottom-zero-article-full {
    margin-top: 35px;
    margin-bottom: 35px;
}
.bottom-zero-article-full img {
    margin: 0 auto;
}
.wp-block-image img {
    border-radius: 12px;
}
blockquote,
.blockquote {
    background: rgba(from var(--theme-main-color) r g b / 10%);
    border-radius: 8px;
    padding:20px 100px 20px 20px;
    margin-bottom: 20px !important;
    margin-top: 24px !important;
    overflow: hidden;
    text-align: right;
    position: relative;
    border: none !important;
}
blockquote::before, .blockquote::before {
	content: "\f10e";
	font-family: fontAwesome, 'Font Awesome 5 Free';
	font-size: 48px;
	line-height: 1;
	color: #fff;
	background-color: rgba(from var(--theme-main-color) r g b / 40%);
	position: absolute;
	top: 0px;
	right: 0px;
	font-weight: lighter;
	padding: 20px;
    border-radius: 10px 10px 10px 0px;
	height: 100%;
    display: flex;
	align-items: center;
}
blockquote p,
.blockquote p {
    line-height: 1.6;
    margin-bottom: 0 !important;
    font-weight: 600;
    font-size: 15px;
    color: rgba(from var(--theme-main-color) r g b / 75%);
}
blockquote cite,
.blockquote cite {
    color: rgba(from var(--theme-main-color) r g b / 80%) !important;
    text-align: left;
}
blockquote.has-text-color.has-light-gray-color p {
    font-size: 28px !important;
    line-height: 1.2 !important;
}
blockquote.has-text-color.has-very-dark-gray-color:before {
    color: rgb(255 255 255 / 50%);
}
.post-layout-style2 .single-blog-content .entry-content ol {
    font-size: 17px;
}
.post-layout-style2 .single-blog-content .entry-content ol li {
    line-height: 1.8;
    margin-bottom: 10px;
    font-weight: 500;
}
.post-layout-style2 .single-blog-content .entry-content ol li ol {
    margin: 10px 0 0;
}
.post-layout-style2 .single-blog-content .entry-content ul li ul {
    margin: 10px 0 0;
    list-style-type: circle;
}
.post-layout-style2 .single-blog-content .entry-content ul li ul li {
    list-style-type: circle;
}
.wp-block-archives-dropdown,
.wp-block-categories-dropdown {
    margin-bottom: 28px;
}
.wp-block-archives-dropdown select,
.wp-block-categories-dropdown select {
    width: 100%;
    cursor: pointer;
    height: 45px;
    font-size: 15px;
    padding: 8px 15px;
    width: 100%;
    border: 1px solid #eee;
    color: #272727;
    font-weight: 500;
}
.wp-block-search .wp-block-search__button {
    background: var(--theme-main-color) !important;
    border: 1px solid var(--theme-main-color) !important;
    color: #fff !important;
    cursor: pointer;
}
.wp-block-calendar span.pad {
    display: none;
}
.wp-block-calendar nav.wp-calendar-nav {
    margin-bottom: 35px;
}
.page-links {
    margin-top: 20px;
    margin-bottom: 20px;
    clear: both;
}
.page-links .post-page-numbers {
    width: 35px;
    height: 35px;
    border-radius: 25px;
    background-color: #ffffff;
    border: 1px solid #eee;
    font-size: 15px;
    line-height: 35px;
    color: #0a0c19;
    text-align: center;
    display: inline-block;
    margin-left: 5px;
    text-decoration: none !important;
}
.page-links .page-link {
    display: inline-block;
    background-color: var(--theme-main-color);
    color: #fff;
    margin-right: 0px;
}
.blog-details-content table th a {
    color: #272727;
}
.blog-post-comment p.no-comments {
    font-size: 14px;
    clear: both;
    margin-top: 0;
    line-height: 14px;
}
.post_format-post-format-image .blog-details-content figure img {
    border-radius: 10px;
}
.widget_calendar span.pad {
    display: none;
}
.widget_calendar span.wp-calendar-nav-next {
    display: block;
}
.nav-wrapper .mainmenu li ul li ul.sub-menu {
    position: absolute;
    right: 102%;
    top: 0%;
    left: auto;
    opacity: 0 !important;
    filter: Alpha(opacity=0) !important;
    visibility: hidden;
}
.nav-wrapper .mainmenu li ul.sub-menu li:hover ul {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
}
.theme-breadcrumb__Wrapper.theme-breacrumb-area {
    margin-top: 40px;
}
.not-found form .form-control {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.not-found form .form-control:focus {
    border-color: var(--theme-main-color);
    box-shadow: none;
    z-index: 1;
}
.not-found form button {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.not-found form button:hover {
    background: #111827;
}

ul.footer-nav li a:hover {
    color: var(--theme-main-color);
}
.home-tag-widgett .tagcloud a:hover {
    background: var(--theme-main-color) !important;
    color: #fff !important;
    border-color: var(--theme-main-color) !important;
}
.custom-theme-contactt label {
    font-size: 15px;
    font-weight: 500;
    color: #272727;
    line-height: 1;
    margin-bottom: 8px;
}

body.page .main-container {
    padding-top: 80px;
    padding-right: 0px;
    padding-bottom: 80px;
    padding-left: 0px;
}

body.page:not(.elementor-editor-active) .theme-page-spacing .entry-content ul {
    margin-top: 20px;
    margin-bottom: 20px;
    list-style: disc;
    padding-left: 20px;
}

body.page:not(.elementor-editor-active) .theme-page-spacing .entry-content ul li {
    font-size: 17px;
    line-height: 1.8;
    color: #555555;
}

body.page .theme-page-spacing .entry-content ul li::marker {
    color: var(--theme-main-color);
}

body.page .theme-page-spacing .entry-content ul li ul {
    margin: 10px 0 0;
    list-style-type: circle;
}

body.page .theme-page-spacing .entry-content ul li ul li {
    list-style-type: circle;
}

body.page .theme-page-spacing .entry-content ol {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 20px;
}

body.page .theme-page-spacing .entry-content ol {
    font-size: 17px;
}

body.page .theme-page-spacing .entry-content ol li {
    line-height: 1.8;
    margin-bottom: 10px;
    font-weight: 500;
}

body.page .theme-page-spacing .entry-content ol li ol {
    margin: 10px 0 0;
}
body.page .theme-page-spacing .entry-content h1 {
    margin-bottom: 15px;
    line-height: 1.2;
    font-size: 30px;
}
.post-layout-style4 .entry-content h2 {
	color:#1C1C1C;
	font-weight: 900;
	line-height: 2;
}
.post-layout-style4 .entry-content > :where(h3,h4) {
	color:rgba(from var(--theme-main-color) r g b / 90%);
	font-weight: 600;
	line-height: 2;
    position: relative;
    margin-bottom: 1rem;
	padding-bottom: 0.5rem;
}
.post-layout-style4 .entry-content > :where(h3,h4):before {
	content: "";
	height: 2px;
	width: 2rem;
	background-color: currentColor;
	background: linear-gradient(90deg, rgb(0 0 0 / 10%) 50%, currentColor 50%);
	position: absolute;
	top: calc(100% - 2px);
	right: 0;
}
body.page .theme-page-spacing .entry-content h2 {
    font-size: 25px;
    margin-bottom: 15px;
    line-height: 1.2;
}
body.page .theme-page-spacing .entry-content:not(:has(.elementor-element)) h3{
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 1.2;
    color: #111827;
}

body.page .theme-page-spacing .entry-content h4 {
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 1.2;
    color: #111827;
}

body.page .theme-page-spacing .entry-content h5 {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 1.2;
}

body.page .theme-page-spacing .entry-content h6 {
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 15px;
}

body.page .theme-page-spacing .entry-content :where(blockquote,.blockquote) {
    background: #F8F8F8;
}

body.page .theme-page-spacing .entry-content blockquote {
    padding-bottom: 45px !important;
}

body.page .theme-page-spacing .entry-content dl {
    margin-top: 20px;
    margin-bottom: 20px;
}

body.page .theme-page-spacing .entry-content dt {
    margin-bottom: 5px;
    color: #333333;
}

body.page .theme-page-spacing .entry-content dd {
    margin: 0 1rem 1rem;
    font-size: 15px;
    line-height: 26px;
}

body.page .theme-page-spacing .entry-content dd a {
    text-decoration: underline;
    display: inline-block;
}
body.page .theme-page-spacing .entry-content :where(b,strong) {
    font-weight: 600;
    color: #212529;
}
body.page .theme-page-spacing .entry-content :where(code,kbd,tt,var) {
    font-size: .88889em;
    font-family: Menlo, monaco, Consolas, Lucida Console, monospace;
}
body.page .theme-page-spacing .entry-content :where(mark,ins){
    background: #fff9c0;
    text-decoration: none;
    color: #111827;
    padding: 0 5px;
}
body.page .theme-page-spacing .entry-content kbd {
    background-color: #eee;
    color: var(--theme-main-color);
}
body.page .theme-page-spacing .entry-content blockquote p {
    color: #555;
    line-height: 1.3;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
}
body.page .theme-page-spacing .entry-content p a {
    text-decoration: underline;
    display: inline-block;
    color: var(--theme-main-color);
}
body.page .theme-page-spacing .entry-content table td :where(a,a:hover) {
    color: #272727;
    text-decoration: underline;
    font-weight: 500;
}
body.page .theme-page-spacing .entry-content p:last-child {
    margin: 0;
}


.single-one-bwrap {
    padding:40px 0px;
}
.theme_related_post_Grid .blog-post-grid-wrapper.blog-post-grid-wrapper-four {
    margin-bottom: 0px;
}
.post-password-form input[type='submit']:hover {
    background-color: #111111;
    color: #FFFFFF;
}

p.form-submit {
    margin-bottom: 20px;
}
.blog-sidebar .widget.widget_categories ul li::before {
    top: 9px;
}
.blog-sidebar .widget_categories .cat-item span.post_count {
    color: var(--theme-main-color);
    border-radius: 5px;
}
.blog-sidebar .widget_block li.wp-block-latest-comments__comment {
    color: #484848;
    position: relative;
    margin-bottom: 12px;
    padding-left: 14px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
}
.blog-sidebar .widget_block .wp-block-latest-comments {
    border: 0;
    padding: 0;
    list-style: none;
    line-height: 1.5;
    margin-bottom: 0;
}
.blog-sidebar .widget_block li.wp-block-latest-comments__comment::before {
    height: 7px;
    width: 7px;
    content: '';
    left: 0;
    top: 7px;
    position: absolute;
    background-color: var(--theme-main-color);
    border-radius: 50%;
}
.blog-sidebar .widget_block li.wp-block-latest-comments__comment a {
    color: #555555;
    display: inline-block;
}
.blog-sidebar .widget_block li.wp-block-latest-comments__comment .wp-block-latest-comments__comment-author {
    font-weight: bold;
    font-size: 14px;
}
.blog-sidebar .widget_block li.wp-block-latest-comments__comment::last-child {
    margin-bottom: 0;
}
.widget.widget_block .wp-block-group__inner-container h2 {
    padding-bottom: 0px;
    position: relative;
    font-weight: 700;
    font-size: 24px;
    color: #111827;
    padding-left: 0;
    letter-spacing: 0;
    border-bottom: 0px solid #E4E4E4;
    margin-bottom: 25px;
}
.blog-sidebar .widget_recent_comments .recentcomments a,
.blog-sidebar .widget_block li.wp-block-latest-comments__comment a {
    display: inline;
}
.blog-sidebar .widget_block li.wp-block-latest-comments__comment a:hover {
    color: var(--theme-main-color);
}
.wp-block-search .wp-block-search__inside-wrapper {
    position: relative;
}
.wp-block-search__input {
    background-color: #ffffff;
    height: 50px;
    padding: 6px 15px;
    border: 1px solid #E4E4E4;
    width: 100%;
    display: block;
    outline: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    border-radius: 5px;
    font-size: 15px;
}
.wp-block-search .wp-block-search__label {
    padding-bottom: 0;
    position: relative;
    font-weight: 700;
    font-size: 24px;
    color: #333;
    padding-left: 0;
    letter-spacing: 0;
    margin-bottom: 25px;
    line-height: 1.2;
}
.blog-sidebar .widget_block.widget_search .wp-block-search__button {
    position: relative;
    width: auto;
    font-weight: 600;
    font-size: 13px;
    padding: 0 20px;
	border-radius: 12px;
}
.blog-sidebar .widget_block.widget_search .wp-block-search__button:before {
    display: none;
}
.widget_block.widget_search .wp-block-search__inside-wrapper input[type="search"]::-webkit-input-placeholder {
    color: #272727;
}
.widget_block.widget_search .wp-block-search__inside-wrapper input[type="search"]::-moz-placeholder {
    color: #272727;
}

.comments-style-one .post-comments-title-button,
.comments-style-one li.comment.admin-comment >.comment-wrapper {
	background-color: rgba(from var(--theme-main-color) r g b / 10%);
}
.comments-style-two ul.children li .comment-wrapper {
	background-color:#0000000d;
    padding-right: 8rem;
}

article.tag-pingbacks-2+.blog-post-comment .comment-body {
    margin-left: auto !important;
}
.widget_block.widget_search .wp-block-search__button:hover {
    background-color: #f02006 !important;
    color: #FFFFFF !important;
    border: 1px solid #f02006 !important;
}
.blog-sidebar .widget .widget-title,
.wp-block-search .wp-block-search__label,
.widget.widget_block .wp-block-group__inner-container h2 {
    font-size: 16px;
    line-height: 1;
}

body.page .theme-page-spacing .entry-content ul.comments-list li::marker {
    color: transparent;
}
.comments-list .comment-author cite,
.comment-author vcard cite {
    font-style: normal !important;
}
.blog-sidebar select {
    background-color: white;
    border: thin solid var(--theme-main-color);
    border-radius: 4px;
    display: inline-block;
    font: inherit;
    line-height: 1.5em;
    padding: 0.5em 3.5em 0.5em 1em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-weight: 500;
    background-image: linear-gradient(45deg, transparent 50%, #fff 50%),
        linear-gradient(135deg, #fff 50%, transparent 50%),
        linear-gradient(to right, var(--theme-main-color), var(--theme-main-color));
    background-position: calc(100% - 20px) calc(1em + 2px),
        calc(100% - 15px) calc(1em + 2px),
        100% 0;
    background-size: 5px 5px,
        5px 5px,
        2.5em 2.5em;
    background-repeat: no-repeat;
}


/*** Theme CSS ***/

/*** Header Area ***/

.theme-header-area {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
}
.theme_header__main.header-style-1 {
    box-shadow: 0px 62px 60px rgb(227 227 227 / 20%);
}
.theme_header__main.header-style-one {
    box-shadow: 0px 62px 60px rgb(227 227 227 / 20%);
}
.nav-menu-wrapper .mainmenu ul:not(.ajax-mega-menu ul) {
    margin: 0;
    padding: 0;
    list-style: none;
}
.nav-menu-wrapper .mainmenu ul li:not(.ajax-mega-menu li) {
    display: inline-block;
}
li.menu-item:hover .ajax-mega-menu {
    display: block;
    visibility: visible;
    opacity: 1;
}
.hide-icon ul li.menu-item a .menu-iconcode{
    display: none !important;
}
ul.theme-main-menu li a > svg {
	margin-left: 4px;
    stroke-width: 0.6px;
}
:where(.nav-menu-wrapper .mainmenu,.elementor-nav-menu--main) ul li a:not(.ajax-mega-menu a),li .sub-arrow{
    display: block;
    position: relative;
    font-size: 16px;
    line-height: 18px;
    padding-left: 17px;
    padding-right: 17px;
    padding-top: 8px;
    padding-bottom: 8px;
}
.nav-menu-wrapper .mainmenu ul li:last-child a:not(.ajax-mega-menu a) {
    padding-right: 0;
}
.nav-menu-wrapper .mainmenu ul li a:hover:not(.ajax-mega-menu a) {
    color: #000000;
}
.hide-subtitle li a .menu-item-subtitle {
	display: none;
}
:where(.show-icon, .show-subtitle) ul.theme-main-menu > li.menu-item > a {
	display: flex;
	align-items: center;
    white-space: nowrap;
}
.mainmenu.menu-style2 ul.theme-main-menu > li.menu-item > a {
    flex-direction: column;
}
.mainmenu.menu-style1 ul.theme-main-menu > li.menu-item > a .menu-iconcode{
    margin-left: 4px;
}
.nav-menu-wrapper .mainmenu ul ul li a .menu-iconcode {
	display: none;
}
.header_search_wrap {
    position: relative;
    display: inline-block;
}
.header-signup-btn {
    display: inline-block;
    position: relative;
    margin-left: 22px;
}
.header-signup-btn a {
    display: inline-block;
    position: relative;
    background: var(--theme-main-color);
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 1;
    font-weight: 500;
    border-radius: 30px;
    padding: 16px 37px;
}
.header-signup-btn a:hover {
    background: #f02006;
    color: #fff;
}
.search_main i {
    color: #111827;
}
.slider-top-heading {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}
.slider-top-heading h2.slider-top-title {
    margin-bottom: 12px !important;
}
.slider-top-heading p.slider-top-sub-title {
    color: #A3A3A3 !important;
}
.post-main-slider-section.theme-main-slider-wrapper {
    position: relative;
}
.slider-style1 .theme-main-slider-nav .slick-track {
	display: flex;
	flex-direction: column;
    align-items: center;
	justify-content: center;
}
.slider-style1 .theme-main-slider-nav .blog-post-grid-thumbnail a.blog-post-grid-thumbnail-wrap img {
    border-radius: 16px;
	object-fit: cover;
	width:80px;
	height:80px;
	display: block;
}
.slider-style1 .theme-main-slider-wrap .blog-post-grid-thumbnail a:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	border-radius: 16px;
	background: linear-gradient(90deg, #22272BCC 0%, #22272BE6 100%);
	transition: .3s;
}
.slider-style1 .theme-main-slider-nav .post-meta-list .post-meta {
	font-size: 8px;
    color:#969696;
}
.main-slider-post-block .blog-post-grid-thumbnail {
    position: relative;
}
.main-slider-post-block .blog-post-grid-thumbnail a.blog-post-grid-thumbnail-wrap img {
    width: 100%;
    border-radius: 16px;
    object-fit: cover;
    height: 460px;
    display: block;
}
.slick-track .slick-slide{
    position: relative;
}
.slider-style2 .theme-main-slider-wrap .blog-slider-inner-content {
	position: absolute;
	top: 50%;
	right: 50%;
	transition: all .3s ease-in;
	z-index: 999;
	transform: translate(50%, -50%);
}
.slider-style2 .theme-main-slider-nav {
	position: absolute;
	z-index: 9;
	bottom: 0;
    background-color: rgb(17 17 17 / 75%);
    border-bottom: 7px solid var(--theme-main-color);
}
.slider-style2 .theme-main-slider-nav :where(.post-excerpt-box p,.post-title a) {
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	width: 90%;
	overflow: hidden;
    white-space: nowrap;
}
:where(.slide-arrow-left.slick-arrow i, .slide-arrow-right.slick-arrow i) :not(.cat-slider-style1 .slick-arrow){
    font-size: 22px!important;
    line-height: 40px;
    font-style: normal!important;
}
.slider-style2 .slide-arrow-left.slick-arrow {
    top: auto;
    right: inherit;
    left: 0;
    margin-left: 0px!important;
    margin-right: 5px!important;
}
.slider-style2 .slide-arrow-right.slick-arrow {
    top: auto;
    right: inherit;
    left: 0%!important;
    margin-left: 55px!important;
    margin-right: 0px!important;
}
.slider-style3 .blog-slider-inner-content {
	position: absolute;
    background: rgb(0,0,0);
    background: linear-gradient(90deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.75) 47%, rgba(0,0,0,0.9) 100%);
    bottom: 50%;
	right: 50%;
	box-shadow: 0 0px 30px 0 rgb(119 123 146 / 10%);
	transform: translate(50%, 50%);
}
.slider-style2 .theme-main-slider-wrap a.blog-post-grid-thumbnail-wrap:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
}
.slider-style2 .theme-main-slider-wrap a.blog-post-grid-thumbnail-wrap img {
	height: 600px;
    min-height: 95vh;
}
.slider-style2 .theme-main-slider-wrap .post-excerpt-box:after {
	content: "";
	width: 50%;
	height: 1px;
	display: block;
	position: relative;
    top: 10px;
	right: 50%;
	border-bottom: 1px dashed #ddd;
	transform: translate(50%, 0%);
}
.slider-style2 .cat-prefix:before{
    content: none;
}
.slider-style2 .post-play-btn a {
	box-shadow: inset 0 0 20px 20px rgb(255 255 255 / 40%), inset 0 0 0px 2px rgb(255 255 255 / 40%), 0px 0px 30px 12px rgb(255 255 255 / 40%);
}
.slider-style2  h3.post-title a {
	color: #fff;
	font-size: 32px;
	font-weight: 900;
}
.slider-style2 .post-meta-list {
	color: rgba(255, 255, 255, 0.7);
}
.slider-style2 svg.date-calendar path {
	fill: currentColor;
}
.slider-style2 .theme-main-slider-nav .post-title a{
    font-size: 14px;
    color:#E6E6E6 !important;
    font-weight: 700;
}
.slider-style2 .theme-main-slider-nav .slick-slide {
	border-left: 1px solid #444;
}
.slider-style2 .theme-main-slider-nav .slick-slide:last-child {
	border-left: none;
}
.slider-style2 .theme-main-slider-nav .blog-post-grid-thumbnail a.blog-post-grid-thumbnail-wrap img {
    border-radius: 16px;
	object-fit: cover;
	width:80px;
	height:80px;
	display: block;
}
.slider-style2 .theme-main-slider-nav .main-slider-post-block {
	display: inline-flex !important;
	flex-direction: row;
	overflow: hidden;
}
.slider-style2 .theme-main-slider-nav .blog-post-grid-thumbnail {
	border: 2px solid rgb(172 172 172 / 70%);
}
.slider-style2 .theme-main-slider-nav .post-meta-list .post-meta {
	font-size: 8px;
    color:#969696;
}
.slider-style3 .blog-slider-inner-content :where(h3 a, p){
	color: #fff !important;
}
.slider-style3 .slider-category-box {
	position: relative;
	margin-bottom: 0px;
}
.slider-style3 .slider-category-box a {
	border-radius: 22px;
	font-weight: 500;
	padding: 7px 14px;
	text-align: center;
	margin-right: 5px;
	margin-bottom: 0;

}
.slider-style3 .slider-meta-left-content h4.post-author-name a {
	color: #fff;
}
.slider-style3 .post-title a:after {
	content: "";
	width: 3em;
	height: 2px;
	background-color: #fff;
	display: block;
	margin-top: 10px;
    border-radius: 50px;
}
.slider-style3 .post-meta :where(.timer,a){
color: inherit;
}
.slider-style3 .post-meta-list {
	border-top: 2px dashed #555;
	font-size: 10px;
	color: #fff;
}
.slider-style3 a.read-more-link:has(span){
    background-color: transparent;
    color: inherit;
}
.slider-style3 a .link-title{
    color: inherit;
}
.slider-style3 .post-meta-list .post-meta{
    margin-left: 14px;
}
.slider-style3 .post-meta-list .cat-prefix {
	padding: 0 0 0 2px;
}
.slider-style3 .post-meta-list .cat-prefix:before {
	content: none;
}
.slider-style3 .slider-category-box .cat_Name {
	background-color: rgb(255 255 238 / 20%);
	color: #fff;
}
.slider-category-box {
    position: relative;
    z-index: 9;
}
.slider-category-box a {
    display: inline-block;
}
.slider-category-box a,.news-cat_Name {
    font-size: 9px;
    font-weight: 800;
    padding: 4px;
    line-height: 12px;
}
.theme-main-slider-wrapper .blog-slider-inner-content .post-title a {
    color: #111827;
    line-height: 1.2;
}
.slider-meta-left-author {
    border-radius: 100%;
}
.slider-meta-left-author img {
    width: 100%;
    border-radius: 100% !important;
    max-width: 26px;
}
.slider-meta-left .slider-bottom-meta-list li {
    font-size: 11px;
    line-height: 18px !important;
    font-weight: 500;
    display: inline-flex;
    position: relative;
    padding-left: 12px;
}
.post-list-block-wrapper {
	position: relative;
}
.post-list-block-wrapper:has(+ .post-list-block-wrapper:hover){
    border-bottom:0 !important;
}
.post-list-block-wrapper .slider-bottom-meta-list li:last-child {
	padding-left: 0;
	position: absolute;
	left:0;
}
.read-timer + span.timer {
	font-weight: 700;
    margin-right: 4px;
}
svg.date-calendar,.read-timer{
	margin-left: 4px;
}
span.timer,.month,.post-comment-box span {
	font-weight: 800;
	margin: 0 4px;
}
.post-block-list-style1 .tab-post-grid-content-small .post-title:before {
    position: absolute;
	right: -1em;
	top: 0.4em;
    width: 4px;
	height: 4px;
	background: var(--e-global-color-primary);
	content: "";
	border-radius: 1px;
}
.slider-meta-left .slider-bottom-meta-list div:last-child:before {
    display: none;
}
.slider-meta-right {
    display: flex;
    align-items: center;
}
.post-block-list-style2 {
	background-color: transparent !important;
    overflow: hidden;
}
.post-block-list-style2 .tab-small-thumbnail-wrap:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
}
.post-block-list-style2:first-child {
	border-radius: 24px 24px 0 0;
}
.post-block-list-style2:last-child {
	border-radius:0 0 16px 16px;
}
.post-block-list-style2 .tab-post-grid-content-small {
	position: absolute;
	top: 50%;
	right: 0;
    translate: 0% -50%;
	display: flex;
	justify-content: space-between;
	width: 100%;
    padding: 0 16px;
    z-index: 2;
    align-items: center;
}
.post-block-list-style2 .post-title{
    font-size: 11px;
    font-weight: 700;
    color:#fff;
    position: relative;
	padding-right: 20px;
}
.post-block-list-style2 .post-excerpt-box{
    font-size: 10px;
    color:#fff;
}
.post-block-list-style2 .post-title:before {
	content: "";
	background: url(../images/document-text.svg) no-repeat scroll center;
	background-size: cover;
	width: 15px;
	height: 15px;
	position: absolute;
	top: 1.2em;
	right: 0;
	translate: 0 -0.8em;
}
.post-block-list-style2  .post-meta-readmore svg path {
	fill: #fff;
}
.post-block-list-style2 li:last-child{
    position: static !important;
}
.post-fav-box {
    position: relative;
    background: #ECECEC;
    border-radius: 95px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    display: inline-block;
    margin-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 31px;
    padding-right: 10px;
}
.post-comment-box {
    position: relative;
    line-height: 18px;
    display: flex;
}
.theme-top-stories-wrapper {
    position: relative;
}
.grid-thumbnail-stories-wrap {
    position: relative;
    overflow: hidden;
    min-width: 140px;
    width: 140px;
}
.content-ticker .slick-track {
	display: flex;
	flex-direction: row;
	justify-content: center;
    flex-wrap: nowrap;
}
.grid-thumbnail-stories-wrap a img {
    width: 100%;
    display: block;
    height: 140px;
    object-fit: cover;
    transition: .5s;
}
.cat-box-stories {
    margin-bottom: 10px;
    margin-top: 10px;
}
.top-stories-title {
    margin-left: 15px;
    margin-bottom: 30px;
}
/*** Tab ***/



.news_tab_Block .nav-tabs .nav-link {
    border: none;
    position: relative;
    display: inline-block;
    color: #838383;
    font-size: 12px;
    font-weight: 400;
    background: #FAFAFA;
    border-radius: 50px;
    padding: 11px 20px;
    line-height: 1;
}
.post-block-element.news_tab_Block .nav-tabs .nav-item {
    line-height: 1;
    font-size: inherit;
}
.news_tab_Block .nav-tabs .nav-link.active {
    background: var(--theme-main-color);
    color: #fff;
    font-weight: 800 !important;
}
.tab-section-title {
    margin-bottom: 30px;
}
ul.nav-tabs.slash-seprator li::after{
    content: "/";
}
ul.nav-tabs.slash-seprator li:last-child:after{
    content: none;
}
.news_tab_Block .nav-tabs li.nav-item {
    font-size: 16px !important;
    line-height: 1 !important;
    color: #838383 !important;
    margin-left: 10px;
}
/* post block item */
.small-video-list.style3 .tab-small-thumbnail-wrap::before {
	content: "";
	position: absolute;
	top: -6px;
	width: 90%;
	border-radius: 10px 10px 0 0;
	border: 1px solid #ccd9d9;
	height: 10px;
	transform: translate(-5%, 0px);
	z-index: -1;
}
.small-video-list.style3 {
	grid-template-columns: repeat(auto-fill, minmax(10%, auto));
	grid-template-rows: repeat(auto-fill, minmax(30px, auto));
	grid-auto-rows: minmax(0, auto);
	grid-auto-columns: minmax(10px, auto);
    border-bottom: 1px solid #E4E4E4;
	margin-bottom: 25px;
	padding-bottom: 30px !important;
}
.small-video-list.style3 :where(.news-post-grid-thumbnail,.tab-small-thumbnail-wrap) {
	grid-row: span 3;
	grid-column: span 4;
}
.small-video-list.style3 .post-title {
	grid-row: span 1;
	grid-column: span 6;
    margin: 0;
}
.small-video-list.style3 .post-excerpt-box {
	grid-row: 2 / span 2;
	grid-column: 5 / span 6;
}
.small-video-list.style3 .post-meta-list {
	display: flex;
    grid-column-end: -5;
}
.small-video-list.style3 .custom-meta-data {
	grid-column: span 3;
}
.small-video-list.style3 :where(.custom-meta-data,.post-meta-list){
margin-top: 20px;
}
a.read-more-link:has(span) {
	background-color: #E4E4E4;
    color: #5E5E5E;
    padding: 4px 10px;
    border-radius: 30px;
    font-size: 11px;
	font-weight: 800;
}
 .read-more-link:has(span) svg.arrow-readmore {
	margin-right: 6px;
}
.post-block-item .post-excerpt-box p:after {
	content: "...";
}
/* post block item */
.post-large-thumb.style1 .news-post-grid-thumbnail a:before {
	content: "";
	position: absolute;
	z-index: 1;
	top: 0;
	height: 100%;
	width: 100%;
	background: linear-gradient(0deg, rgba(0,0,0,0.9) 20%, rgba(0,0,0,0.2) 100%);
}
.post-large-thumb.style1 .post-title {
	color: #FFFFFF;
}
:where(.post-large-thumb.style1,.horizontal-post-list_style4) .post-excerpt-box p {
	color: #EEEEEE;
}
.post-large-thumb.style1 .news-cat_Name {
	border-radius: 4px;
	margin: 0px;
	padding: 2.5px 6px 2.5px 6px;
}
:where(.post-large-thumb.style1,.horizontal-post-list_style4) .post-meta {
	color: #969696;
    font-size: 10px;
}
.post-large-thumb.style1 a.read-more-link:has(span) {
	background-color: transparent;
	color: #fff;
	padding: 0;
	font-size: 10px;
	font-weight: 600;
}
.post-large-thumb.style2 .post-title {
	font-size: 18px;
	font-weight: 800;
	color: #727272;
	margin: 12px 0px 0px 0px;
}
.post-large-thumb.style2 :where(.news-cat_Name, .post-meta) {
	font-size: 10px;
	font-weight: 400;
}

.post-large-thumb .news-post-grid-thumbnail {
    position: relative;
}
.post-large-thumb .news-post-grid-thumbnail a img {
    display: block;
    border-radius: 16px;
    height: 290px;
    width: 100%;
    object-fit: cover;
    transition: .3s;
    overflow: hidden;
}
.cat-prefix {
	font-weight: 800;
	color: #fff;
	font-size: 8.5px;
	border-radius: 30px;
	padding: 4px 10px 4px 10px;
	position: relative;
	z-index: 9;
}
.cat-prefix:before {
	content: "";
	width: 100%;
	background-color: rgba(0, 0, 0, 0.24);
    backdrop-filter: blur(4px);
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	border-radius: 22px;
	z-index: -1;
}
.post-large-thumb.style3 .news-post-grid-thumbnail:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	border-radius: 16px;
	background: linear-gradient(180deg, rgba(0,0,0,0) 20%, rgba(0,0,0,0.77) 100%);
    z-index: 1;
    transition: .3s;
}
.post-large-thumb.style4 .before-overlay:before{
    background: linear-gradient(90deg, rgb(0 0 0 / 0%) 20%, rgb(34 39 43 / 90%) 50%);
}
.img-overlay:before{
    content: "";
	position: absolute;
	top: 0;
	right: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
    z-index: 1;
    transition: .3s all ease;
    backdrop-filter: blur(20px);
	background: linear-gradient(to bottom, transparent -20%, #000);
}
.post-block-item:hover .news-post-grid-thumbnail:before {
	transform: scale(1.03);
}
.post-block-item .custom-meta-data {
    z-index: 99;
    align-items: center;
}
.post-block-item .custom-meta-data .post-meta-list{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.post-meta-list .post-meta{
    margin-left: 1em;
    color: #999;
}
.post-block-list-style3 .post-meta-list .post-meta svg path,
:where(svg.date-calendar, .read-timer, .arrow-readmore) path {
	fill: currentColor;
}
.category .post-meta-list .post-meta{
    font-size: 10px;
    color: #999;
}
.category .main-content-inner .post-meta :where(span.timer, .month, .post-comment-box span) {
	font-weight: 500;
}

.post-meta-readmore {
	display: flex;
	justify-content: flex-end;
}
.center-line {
	border: 1px rgba(255, 255, 255, 0.25) dashed;
    width: calc(100% - 10rem);
}
.read-later {
    cursor: pointer;
	width: 12px;
    transition: 0.3s;
    display: flex;
}
.read-later svg {
	max-width: 100%;
}
.post-large-thumb:hover .read-later svg path{
	fill:#fff;
}
.post-large-thumb:hover .read-later {
	width: 16px;
}
.news-cat_Name {
	border-radius: 4px;
	padding: 2.5px 10px;
}
.cat-prefix {
	margin-left: -25px;
}
.cat-prefix + .news-cat_Name {
	padding-right: 30px;
    border-radius: 30px;
}
/* :where(.small-video-list-item.style3,.post-large-thumb.style2,.post-carousel_style1) .cat-prefix {
	margin-left: -25px;
}
:where(.small-video-list-item.style3,.post-large-thumb.style2,.post-carousel_style1) .cat-prefix + .news-cat_Name {
	padding-right: 30px;
    border-radius: 30px;
} */

.post-title {
    font-size: 14px;
	color: #434343;
}
.post-title a {
	color: inherit;
}
.elementor-button .elementor-button-icon {
	display: flex;
}
.elementor-button .elementor-button-icon path {
	/* fill: currentColor; */
}
.tab-small-post-list {
    display: flex;
    position: relative;
}
.tab-small-thumbnail-wrap {
    position: relative;
    width: 100%;
}
.tab-small-thumbnail-wrap a {
    display: block;
}
.tab-small-thumbnail-wrap a img {
    width: 100%;
    display: block;
    height: 155px;
    object-fit: cover;
    transition: .3s;
}
.post-tab-style1 .nav-tabs .nav-link {
	font-size: 10px;
	font-weight: 300;
	background-color: transparent;
}
.post-tab-style1 .tab-small-list-item {
	margin: 0px 8px 0px 8px;
}
.post-tab-style1 .tab-small-list-item:first-child {
	margin-right: 0px;
}
.post-tab-style1 .tab-small-list-item:last-child {
	margin-left: 0px;
}
.post-tab-style1 .tab-small-post-list .tab-post-grid-content-small .post-title {
    margin: 12px 0px 4px 0px;
    font-size: 14px;
	font-weight: 800;
}
.post-tab-style1 .tab-small-post-list .tab-post-grid-content-small .post-excerpt-box {
	color: #F5F5F5;
	font-size: 10px;
}
.post-tab-style1 .tab-small-post-list .post-meta-list .post-meta {
	font-size: 9px;
	font-weight: 300;
}
.post-tab-style1 .tab-small-post-list :where(span.timer, .month, .post-comment-box span,.read-timer + span.timer) {
	font-weight: 300;
}
.theme_post_Tab__block.block-tab-item .tab-bottom-grid-style {
    margin-bottom: 30px;
}
.theme_post_Tab__block.block-tab-item .tab-bottom-grid-style:last-child {
    margin-bottom: 0;
}
.theme_cat_custom_list {
    position: relative;
}
.cat-custom-wrap-box.slick-slide {
    margin-left: 15px;
    margin-right: 15px;
}
.cat-list-inner-content span.category-number {
    color: #757575;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
}
.custom-secheading.elementor-widget-heading {
    margin-bottom: 0 !important;
}
.subscribe-content.elementor-widget {
    max-width: 36%;
    margin: auto;
    margin-bottom: 48px !important;
}
.custom-subscribe-form-wrapper {
    position: relative;
    display: inline-block;
    margin: auto;
}
/* horizontal post list */
.elementor-widget-horizontal-post-list .elementor-widget-container {
	display: grid;
}
.horizontal-post-list_style1 .post-title {
	grid-column: 2 / 4;
}
.horizontal-post-list_style1 .tab-post-grid-content-small {
	grid-column: 1 / 4;
}
.horizontal-post-list_style1  .post-excerpt-box {
	border-top: 1px dashed #DEDEDE;
}
[class*="horizontal-post-list_style"]:where([class*="2"],[class*="3"],[class*="4"]) .tab-small-post-list {
	flex-direction: column;
}
.horizontal-post-list_style2 .tab-small-thumbnail-wrap {
	background-color: #fff;
	padding: 10px 10px 0px;
	border-radius: 15px 15px 20px 20px;
}
.horizontal-post-list_style2 a.read-more-link:has(span) {
	background-color: #A4A4A4;
	color: #fff;
	padding: 5px 10px;
	font-size: 10px;
	font-weight: 600;
}
.horizontal-post-list_style2:hover a.read-more-link:has(span) {
	background-color: var(--theme-main-color);
	transition: all 0.2s;
}

span.link-title {
	white-space: nowrap;
}
.horizontal-post-list_style2 .read-more-link svg.arrow-readmore {
width: 9px;
height: 9px;
}
.horizontal-post-list_style2 .read-more-link:has(span) svg.arrow-readmore path {
    fill: #fff;
}

.horizontal-post-list-wrapper:last-child {
	margin-left:0;
}
.elementor-widget-horizontal-post-list:has(.horizontal-post-list_style3) {
	padding-right: 18px;
	padding-left: 18px;
}
.elementor-widget-horizontal-post-list:has(.horizontal-post-list_style3):before,
.elementor-widget-horizontal-post-list:has(.horizontal-post-list_style3):after{
	content: "";
	height: 88%;
	width: 50px;
	background-color: #666;
	position: absolute;
	top: 12%;
	transform: translate(0%, -6%);
    z-index: -1;
}
.elementor-widget-horizontal-post-list:has(.horizontal-post-list_style3):before {
	right: 0;
	border-radius: 0 16px 16px 0;
}
.elementor-widget-horizontal-post-list:has(.horizontal-post-list_style3):after {
	left: 0;
	border-radius: 16px 0 0 16px;
}
:where(.horizontal-post-list_style3,.horizontal-post-list_style4) .post-title {
    color:#E6E6E6;
    line-height: 2;
}
:where(.horizontal-post-list_style3,.horizontal-post-list_style4,.post-large-thumb.style1) a.read-more-link:has(span) {
	background-color: transparent;
	color: #fff;
	padding: 0;
	font-size: 10px;
	font-weight: 600;
}
:where(.horizontal-post-list_style3,.horizontal-post-list_style4,.post-large-thumb.style1) svg.arrow-readmore{
	background-color: #0DC4DD;
	border-radius: 100%;
	padding: 2px;
}
:where(.horizontal-post-list_style3,.horizontal-post-list_style4,.post-large-thumb.style1) svg.arrow-readmore path {
	fill: #fff;
}
.horizontal-post-list-wrapper .tab-small-thumbnail-wrap a:before {
    content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
    border-radius: inherit;
}
:where(.horizontal-post-list_style3,.horizontal-post-list_style4) .tab-small-thumbnail-wrap a:before{
    box-shadow: 0 0 1px 0px white inset, 0 0 1px 0px black;
}
:where(.horizontal-post-list_style3 ,.horizontal-post-list_style4) .tab-small-thumbnail-wrap a:before {
	background: rgb(0 0 0 / 90%);
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
}
:where(.horizontal-post-list_style3,.horizontal-post-list_style4):hover .tab-small-thumbnail-wrap a:before {
	background: rgb(0 0 0 / 20%);
    transition: all 0.7s ease;
}
.horizontal-post-list_style6 .tab-small-thumbnail-wrap {
	width: 100%;
}
.horizontal-post-list_style6 .tab-small-thumbnail-wrap a {
	border-radius: 16px 16px 0px 0px;
}
.horizontal-post-list_style6 .tab-small-thumbnail-wrap a img {
    height: 350px;
	border-radius: 16px 16px 0px 0px;
}
.horizontal-post-list_style6 .tab-small-thumbnail-wrap a:before {
	background-color: transparent;
	background-image: linear-gradient(180deg, #F1F1F100 72%, #FFFFFF 100%);
}
.horizontal-post-list_style6 .post-title {
	font-size: 15px;
	font-weight: 800;
	margin: 12px 0px;
}
.horizontal-post-list_style6 .post-excerpt-box p {
	font-size: 10px;
	color: #A0A0A0;
}
.horizontal-post-list_style6 .post-meta-list .post-meta {
	font-size: 9px;
	font-weight: 300;
}
.horizontal-post-list_style6 .cat-prefix:before{
    content: none;
}
.horizontal-post-list_style6 .cat-prefix {
        margin-left: -20px;
    }
.horizontal-post-list_style6 .news-cat_Name {
	padding: 4px 8px 5px 8px;
	font-size: inherit;
	font-weight: inherit;
}
.horizontal-post-list_style8 .tab-small-thumbnail-wrap {
	width: 100%;
}
.horizontal-post-list_style8 .post-title {
	font-size: 15px;
	font-weight: 800;
}
.horizontal-post-list_style8 .post-meta-list :where(.post-meta,.post-meta span.timer, .month) {
	font-size: 9px;
}
.horizontal-post-list_style8 .post-meta-list .post-meta {
	margin-left: 0.25em;
}
.horizontal-post-list_style8 .post-excerpt-box p {
	font-size: 11px;
	font-weight: 400;
	color: #888888;
}

/* post carousel style */
.post-carousel_style1 .top-stories-wrap-inner-content .stories-post-inner-content .post-title {
	font-size: 14px;
	font-weight: 600;
    color: #434343;
}
.post-carousel_style1 .post-excerpt-box p {
	font-size: 10px;
}
.post-carousel_style1 .post-meta-list :where(.post-meta,.news-cat_Name,.cat-prefix) {
	font-size: 8px;
	font-weight: 500;
}
.post-carousel_style2 .slick-slide .top-stories-wrap-inner-content {
	grid-template-columns: 1fr;
}
:where(.post-carousel_style2,.post-carousel_style3,.post-carousel_style4) .grid-thumbnail-stories-wrap:before,
.video_large_post_single.style2 .news-post-grid-thumbnail:before,
.before-overlay:before {
	content: "";
    position: absolute;
	left: 0;
	top: 0;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(61, 61, 61, 1) 100%);
	width: 100%;
	height: 100%;
    z-index: 1;
}
.post-carousel_style2 .slick-slide:hover .grid-thumbnail-stories-wrap:before {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255,64,22,1) 100%);
}
.post-carousel_style2 .slick-slide:hover a.post-grid-thumbnail-stories,
:where(.tab-small-thumbnail-wrap,.post-list-block-wrapper):hover a img {
	transform: scale(1.05);
}
.post-carousel_style2 .slick-slide .post-title:before {
	content: "";
	border-bottom: 1px dashed rgb(255 255 255 / 30%);
	width: 70%;
	position: absolute;
	bottom: 0;
	transform: translate(-20%, 0px);
	right: 0;
}
.post-carousel_style2 .custom-dots-arrows {
	grid-template-columns: 1fr auto 1fr;
	float: left;
	transform: translate(200px, 15px);
}
:where(.post-carousel_style3,.post-carousel_style4) .slick-slide .grid-thumbnail-stories-wrap:before {
	background:linear-gradient(180deg, rgba(255, 255, 255, 0) 30%, rgb(34 39 43 / 90%) 80%);
}
:where(.post-carousel_style3,.post-carousel_style4) .slick-slide:hover .grid-thumbnail-stories-wrap:before {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 30%, #90C742 100%);
}
.post-carousel_style3 .top-stories-wrap-inner-content:hover .stories-post-inner-content{
	bottom: 0px;
}
.post-carousel_style3 .top-stories-wrap-inner-content:hover .podcast-icon{
        top: 33.333333%;
}
.podcast-icon svg {
	filter: drop-shadow(0px 0px 7px white);
}
.post-carousel_style4 .post-title {
	font-size: 14px;
	font-weight: 800;
    color: #FFFFFF;
}
:where(.post-carousel_style3,.post-carousel_style4) :where(.post-meta .news-cat_Name, .post-meta, .post-meta .cat-prefix) {
	font-weight: 400;
    color: #FFFFFF;
}
.post-carousel_style4 .post-excerpt-box p{
    font-size: 11px;
	font-weight: 400;
	color: #FFFFFF;
}
.post-carousel_style4 .slick-arrow svg {
	filter: drop-shadow(2px 4px 6px currentColor);
	color: rgb(0 0 0 / 10%);
}
.post-carousel_style4 .post-meta-list .post-meta {
	color: #DDDDDD;
}
.post-carousel_style4 .post-meta-list .post-meta.post-meta-readmore{
	color: #fff;
}
.post-carousel_style5:hover :where(.next-arrow,.prev-arrow){
    opacity: 0.8;
}
.custom-dots-arrows :where(.slick-dots,.slick-arrow) {
	display: flex;
    margin: 0;
}
.custom-dots-arrows ul.slick-dots li {
	list-style-type: none;
    padding: 4px 0px;
}
.custom-dots-arrows .slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 10px;
	height: 4px;
	margin: 0px 3px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: #EAEAEA;
	border-radius: 10px;
}
.custom-dots-arrows .slick-dots li.slick-active button {
	background:#d0d0d0;
}
.custom-dots-arrows .custom-Dots {
	margin: 0 6px;
}
.cat-slider-style1 :where(.slide-arrow-left.slick-arrow i,
.slide-arrow-right.slick-arrow i) {
    font-size: 13px;
    line-height: 30px;
}
.cat-slider-style1 :where(.slide-arrow-left.slick-arrow:hover,
.slide-arrow-right.slick-arrow:hover){
	color: var(--theme-main-color) !important;
	background: transparent !important;
	border-color: var(--theme-main-color) !important;
}
.cat-slider-style2 .custom-dots-arrows {
	display: flex;
	align-items: center;
	cursor: pointer;
	justify-content: space-between;
}
.cat-slider-style22 .category-list-slider {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(100%, auto));
	grid-template-rows: auto auto;
}
.cat-slider-style2 .slick-arrow {
	grid-row-start: 2;
	grid-column: 1 / span 1;
}
.cat-slider-style3 .cat-list-inner-content span.cat-name-single {
	font-size: 10px;
	font-weight: 900;
	color: #FFFFFF;
}
.cat-slider-style3 .cat-list-inner-content .category-secondray-title span {
	font-size: 9px;
	font-weight: 300;
	color: #FFFFFF;
}
.cat-slider-style3 a.category_image_link{
	width: 180px;
	height: 95px;
	background-size: cover;
    min-width: 100%;
}
.cat-slider-style2 .category_image_single {
	position: relative;
    overflow: hidden;
}
:where(.cat-slider-style2,.cat-slider-style3) .category_image_single:before {
	content: "";
	background-color: currentColor;
	height: 100%;
	width: 100%;
	position: absolute;
}

.theme_post_Tab__block.block-tab-item .row {
    flex-direction: row-reverse;
}
.post-loved-count {
    position: absolute;
    top: 24px;
    right: 24px;
    background: #F6F6F6;
    border-radius: 95px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 31px;
    padding-right: 10px;
}
body.rtl .tab-bottom-grid-style.post-list-block-wrapper:last-child {
	border-bottom-color: transparent !important;
}
.post-list-block-wrapper .tab-small-thumbnail-wrap {
    width: 100%;
}
.post-block-list-style1:hover  li.post-meta-readmore svg path {
	fill: var(--theme-main-color);
}
:where(.post-block-list-style3,.post-block-list-style4) .tab-small-thumbnail-wrap {
	padding-left: 8px;
    flex-shrink: 0;
}
.post-block-list-style3 .tab-small-thumbnail-wrap a img {
	border: 3px solid rgb(172 172 172 / 40%);
}
.post-block-list-style3 .post-title {
	font-size: 14px;
	font-weight: 800;
    color:#606060;
}
.post-block-list-style3 .post-excerpt-box p {
	font-size: 9px;
	font-weight: 400;
	color: #9F9F9F;
}
.post-block-list-style3 .news-cat_Name {
	color: #fff !important;
	border-radius: 4px;
    padding: 2px 4px 2px;
}
.post-block-list-style4 .post-title {
	font-size: 14px;
	font-weight: 800;
	color: #696969;
}
:where(.post-block-list-style4,.post-large-thumb.style2) .post-meta-list .post-meta:before {
    content: "";
	list-style: circle;
	display: list-item;
    list-style-position: inside;
    margin-bottom: 0;
}
.post-block-list-style4 .news-cat_Name {
    padding: 2px 0 2px 4px;
    font-weight: 400;
}
.post-block-list-style4 :where(span.timer, .month, .post-comment-box span) {
	font-weight: 400;
}

/*** dark mode toggle ***/
#dark-mode-toggle input[type=radio] {
	display: none;
}
#dark-mode-toggle {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 30px;
    height: 17px;
    border-radius: 30px;
    position: relative;
    transition: all 0.5s ease-in;
    cursor: pointer;
    justify-content: space-between;
    align-items: center
}
.dark-mode-switcher label {
	margin: 0;
	display: flex;
	align-items: center;
	border-radius: 50px;
	justify-content: center;
    transition: all 0.5s ease-in;
}
.dark-mode-switcher label svg {
	width: calc(100% - 5px);
}
.dark-mode-switcher input:not(checked) + label {
	/* display: none; */
}

/*** Author List ***/

.custom-author-list-inner {
    position: relative;
    background: #f8f8f8;
    border-radius: 25px;
    padding: 40px 40px;
    text-align: center;
}
.custom-author-list-inner .author-list-thumb img {
    border-radius: 50%;
    position: relative;
}
.author-list-thumb {
    margin-bottom: 30px;
}
.author-list-content h4 {
    font-size: 22px !important;
    line-height: 1 !important;
    margin-bottom: 5px !important;
}
.author-list-content h4 a {
    color: #111827;
}
.authors-post-number {
    color: #9A9494;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
}
.theme-author-promotion .subscribe-content.elementor-widget {
    max-width: 25%;
    margin-bottom: 38px !important;
}
.tab-small-post-list.postlist-loadmore-item {
    padding: 20px;
}
.post-list-block-wrapper.post-list-block-wrapper-loadmore {
    margin-bottom: 30px;
}
.post-list-block-wrapper.post-list-block-wrapper-loadmore:last-child {
    margin-bottom: 0px;
}
.post-list-block-wrapper.post-list-block-wrapper-loadmore .tab-small-thumbnail-wrap {
    margin-right: 0;
    margin-left: 30px;
}
.post-list-block-wrapper.post-list-block-wrapper-loadmore .slider-post-meta-items.tab-small-col-meta {
    margin-top: 40px;
}
.breadcrumb-nav-top ul {
    margin: 0;
    padding: 0;
    list-style: none;
    background: #E4E4E4;
    display: inline-block;
    margin-bottom: 23px;
}
.breadcrumb-nav-top ul li {
    display: inline-block;
    position: relative;
}
.breadcrumb-nav-top ul li a {
    display: block;
    font-size: 14px;
    line-height: 1px;
    color: #585858;
    font-weight: 500;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;

}
.breadcrumb-nav-top ul li.breadcrumb-home-menu a {
    display: block;
    z-index: 9;
}
.breadcrumb-nav-top ul li.breadcrumb-item-menu a {
    background: #ededed;
    padding-left: 20px;
    padding-right: 16px;
}
.breadcrumb-nav-top ul li.breadcrumb-key-menu a {
    background: #E4E4E4;
    padding-left: 20px;
    padding-right: 10px;
}
.post-block-wrapper-latest.post-block-style-latest {
    display: flex;
    position: relative;
}
.post-thumbnail.latest-post-thumbnail-wrap {
    width: 100%;
    min-width: 220px;
    position: relative;
}
.post-thumbnail.latest-post-thumbnail-wrap a {
    display: block;
}
.post-thumbnail.latest-post-thumbnail-wrap a img {
    width: 100%;
    height: 249px;
    display: block;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    transition: .5s;
}
.post-block-wrapper-latest .latest-post-block-content{
	background: #fff;
}
.post-block-wrapper-latest.post-block-style-latest .latest-post-block-content h3.post-title {
    font-size: 18px;
    line-height: 1;
}
.post-block-wrapper-latest.post-block-style-latest .latest-post-block-content h3.post-title a {
    color: #111827;
}
.post-block-wrapper-latest.post-block-style-latest .latest-post-block-content .post-excerpt-box p {
    color: #7A7A7A;
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 15px;
}
.post-block-wrapper-latest.post-block-style-latest .slider-post-meta-items.tab-small-col-meta {
    margin-top: 25px;
}
.post-view-box {
    position: relative;
    background: #ECECEC;
    border-radius: 95px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    display: inline-block;
    margin-right: 40px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 31px;
    padding-right: 10px;
}
.post-view-box:after {
    position: absolute;
    right: -20px;
    top: 0;
    width: 1px;
    height: 28px;
    background: #CDCDCD;
    content: "";
}
.share-now-box {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    color: #989898;
    display: inline-block;
    margin-left: 47px;
}
.top-header-area {
    background: #f8f8f8;
    position: relative;
    padding: 8px 0;
}
.htop_social a {
    display: inline-block;
    color: #707070;
    margin-right: 10px;
    font-size: 15px;
    line-height: 1;
}
.top-header-area .header-top-btn {
    display: inline-block;
}
.top-header-area .header-top-btn a {
    color: #797979;
    font-weight: 500;
    font-size: 14px;
}
.top-header-area .header-date {
    display: inline-block;
    margin-left: 15px;
    font-size: 14px;
    font-weight: 500;
    color: #9A9A9A;
}
.theme-header-design-two {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e2e2e2;
}
.container.nav-wrapper-one.nav-wrapper-two {
    padding-left: 0;
}
.header-search-two form {
    position: relative;
}
.header_search_wrap.header-search-two input.search-input {
    background: #f4f4f4;
    border: 0px solid;
    width: 350px;
    position: relative;
    display: inline-block;
    border-radius: 16px;
    padding: 12px 0;
    text-indent: 43px;
}
.header_search_wrap.header-search-two button.submit-btn {
    position: absolute;
    left: 15px;
    top: 15px;
    background: transparent;
    border: 0px solid;
    color: #979797;
    font-size: 20px;
    line-height: 1;
}
.theme-navigation-area {
    padding-top: 20px;
    padding-bottom: 20px;
}


/*** Footer ***/

.footer-top {
    background: #F8F8F8;
    padding-top: 80px;
    padding-bottom: 60px;
}

p.footer-overview-text {
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    color: #767676;
}
.col-lg-3.col-md-6.col-sm-6.footer_one_Widget {
    max-width: 31%;
    flex: 0 0 31%;
}
.col-lg-3.col-md-6.col-sm-6.footer_two_Widget {
    flex: 0 0 20%;
    max-width: 20%;
    padding-left: 60px;
}
.col-lg-3.col-md-6.col-sm-6.footer_three_Widget {
    flex: 0 0 16%;
    max-width: 16%;
}
.footer-top h4.widget-title {
    font-size: 21px;
    line-height: 1.3;
    margin-bottom: 25px;
}
.footer-top .footer-widget h3 {
    font-size: 21px;
    line-height: 1.3;
    margin-bottom: 25px;
}
.footer-top ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-top ul li {
    display: block;
}
.footer-top ul li a {
    font-size: 16px;
    display: block;
    line-height: 1.2;
    margin-bottom: 10px;
    font-weight: 500;
    color: #857F7F;
}


a.footer-email-box,
a.footer-tel {
    position: relative;
    font-size: 18px;
    line-height: 23px;
    display: inline-block;
    font-weight: 700;
    padding-left: 32px;
    color: #272D2F;
}
.col-lg-3.col-md-6.col-sm-6.footer_four_Widget {
    flex: 0 0 33%;
    max-width: 33%;
}
.footer-bottom {
    background: rgb(130 130 130 / 8%);
    padding: 30px 0;
}

p.copyright-text {
    font-size: 14px;
    line-height: 20px;
    color: #696969;
    font-weight: 500;
}

a.footer-email-box:before,
a.footer-tel:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
	background: url(../images/icon-message.svg) no-repeat scroll center;
    background-size: cover;
    width: 24px;
    height: 22px;
}
.bottom-loop-right .elementor-widget-wp-widget-tag_cloud {
    background: #F8F8F8;
    border-radius: 20px;
    position: relative;
    padding: 30px 30px 30px 30px;
}
.bottom-loop-right .elementor-widget-wp-widget-tag_cloud h5 {
    font-size: 24px !important;
    line-height: 1 !important;
    font-weight: 700 !important;
    margin-bottom: 25px !important;
}
.bottom-loop-right .elementor-widget-wp-widget-tag_cloud .tagcloud a {
    background: rgba(142, 142, 142, 0.1);
    border: 0px solid;
    border-radius: 86px;
    font-size: 18px !important;
    line-height: 1;
    color: #686767;
    padding: 10px 19px !important;
    margin-right: 6px;
    font-weight: 500;
}
.bottom-loop-right .elementor-widget-wp-widget-tag_cloud .tagcloud a:hover {
    background: rgb(255 24 78 / 10%);
    color: var(--theme-main-color);
}
.theme-top-stories-wrapper .top-stories-title h2 {
    margin-bottom: 12px !important;
}


/*----------------------------------------
  ## Search Popup
----------------------------------------*/

.header-search-box {
    font-size: 20px;
    color: #111827;
    line-height: 1;
    margin-top: 0px;
    display: inline-block;
}
.header-search-box a {
    color: #111827;
}
.header-search-box a i {
    display: inline-block;
    position: relative;
    margin-right: 0px;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}
.header-search-two a.search-box-btn {
    margin-right: 0px;
}
.search-inline .search-form {
    min-width: 250px;
}
.search-inline .search-form :where(.form-group .form-control,.search-input) {
    height: 54px;
    line-height: 54px;
    padding: 0 100px 0 30px;
    font-size: 14px;
    width: 100%;
    border: none;
    outline: none;
    box-shadow: none;
    border-radius: 18px 20px 18px 18px;
}
.search-inline .search-form .submit-btn {
    position: absolute;
    right: -5px;
    top: 0;
    width: 60px;
    height: 54px;
    border: 0;
    border-radius: 0 18px 18px 0;
    background: var(--theme-main-color);
    color: #fff;
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
    padding: 0;
    text-align: center;
    cursor: pointer;
    z-index: 1;
}
.search-inline .search-form .submit-btn:hover {
    background: #f02006;
}
.search-inline .search-form :where(.submit-btn:focus,.submit-btn:active,.submit-btn:hover,.submit-btn:focus-visible){
    border: none;
    outline: none;
    box-shadow: none;
    border-radius: 0px 18px 18px 0px !important;
}
.search-popup.active .search-form {
    visibility: visible;
    opacity: 1;
}
.search-popup .search-form {
    min-width: 500px;
    position: absolute;
    position: fixed;
    top: 50%;
    left: 50%;
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 999;
}
.search-popup .search-form :where(.form-group .form-control,.search-input) {
    height: 54px;
    line-height: 54px;
    padding: 0 100px 0 30px;
    font-size: 14px;
    width: 100%;
    border: none;
    outline: none;
    box-shadow: none;
    border-radius: 8px 10px 8px 8px;
}
.search-popup .search-form .submit-btn {
    position: absolute;
    right: -5px;
    top: 0;
    width: 60px;
    height: 54px;
    border: 0;
    border-radius: 0 8px 8px 0;
    background: var(--theme-main-color);
    color: #fff;
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
    padding: 0;
    text-align: center;
    cursor: pointer;
    z-index: 1;
}
.search-popup .search-form .submit-btn:hover {
    background: #f02006;
}

.body-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    display: block;
    background-color: #111827;
    z-index: 999;
    content: "";
    right: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
    cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVBAMAAABbObilAAAAMFBMVEVMaXH////////////////////////////////////////////////////////////6w4mEAAAAD3RSTlMAlAX+BKLcA5+b6hJ7foD4ZP1OAAAAkUlEQVR4XkWPoQ3CUBQAL4SktoKAbCUjgAKLJZ2ABYosngTJCHSD6joUI6BZgqSoB/+Shqde7sS9x3OGk81fdO+texMtRVTia+TsQtHEUJLdohJfgNNPJHyEJPZTsWLoxShqsWITazEwqePAn69Sw2TUxk1+euPis3EwaXy8RMHSZBIlRcKKnC5hRctjMf57/wJbBlAIs9k1BAAAAABJRU5ErkJggg==), progress;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}
.body-overlay.active {
    visibility: visible;
    opacity: 0.8;
}

a.search-box-btn {
    display: inline-block;
}

a.search-box-btn:hover,
a.search-box-btn:hover i {
    color: var(--theme-main-color);
}

a.navSidebar-button {
    display: inline-block;
}

a.navSidebar-button:hover i {
    color: var(--theme-main-color);
}
.search-popup .search-form .submit-btn:focus,
.search-popup .search-form .submit-btn:active {
    border: none;
    outline: none;
    border-radius: 0;
}


/*** Back To Top ***/

.backto {
    color: #FFFFFF;
    display: none;
    box-shadow: none;
}
.backto:hover {
    background: #f02006;
    color: #FFFFFF;
}
.backto a {
    line-height: 1.84;
}
.post-fav-box:before {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 26px;
    height: 26px;
    background: url(../images/view-liona.svg) no-repeat scroll center center;
    background-size: auto;
    content: "";
    background-color: #fff;
    border-radius: 50px;
}
.post-loved-count:before {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 26px;
    height: 26px;
    background: url(../images/view-liona.svg) no-repeat scroll center center;
    background-size: auto;
    content: "";
}
.post-view-box:before {
    position: absolute;
    left: 1px;
    top: 1px;
    width: 26px;
    height: 26px;
    background: url(../images/view-icon.svg) no-repeat scroll left center;
    background-size: cover;
    content: "";
}
.theme-top-stories-wrapper .top-stories-title p,
.theme-post-tab-wrapper.blog-tab-wrapper .tab-section-title p {
    color: #A3A3A3 !important;
}
.theme-post-tab-wrapper.blog-tab-wrapper .tab-section-title h2 {
    margin-bottom: 12px !important;
}
.custom-secheading h2.elementor-heading-title {
    margin-bottom: 12px !important;
}
.footer-subscribe-area {
    position: relative;
}
.footer-email {
    width: 100%;
    display: block;
    border: 0px solid;
    text-indent: 15px;
    padding: 17px 0;
    border-radius: 14px;
    height: 62px;
}
.footer-submit {
    position: absolute;
    top: 0;
    right: 0;
    background: var(--theme-main-color);
    border: 0px solid;
    display: inline-block;
    padding: 22px 17px;
    line-height: 1;
    color: #fff;
    font-weight: 600;
    border-top-right-radius: 14px;
    border-bottom-right-radius: 14px;
    cursor: pointer;
}
.choice-title-right {
    margin-bottom: 12px !important;
}
.footer-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 20px;
}
.footer-nav li {
    display: inline-block;
    position: relative;
}
.footer-nav li a {
    display: inline-block;
    color: #696969;
    font-size: 14px;
    font-weight: 500;
    padding-left: 40px;
    line-height: 20px;
}
.custom-subscribe-form-wrapper input[type="submit"]:hover {
    background: #f02006;
    color: #fff;
}
.become-author-btn a.elementor-button:hover {
    box-shadow: none !important;
}
.htop_social a:hover,
.footer-social a:hover {
    color: var(--theme-main-color);
}
.footer-social {
    margin-top: 55px;
}
.footer-social a {
    display: inline-block;
    font-size: 24px;
    color: #857F7F;
    margin-right: 15px;
    line-height: 1;
}
/*** Responsive Nav ***/
.z-999 {
	z-index: 999;
}
.fweight-inherit{
    font-weight: inherit;
}
.liona-sidnav {
    height: 100%;
    width: 0;
    position: fixed;
    top: 0;
    right: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 50px;
}
.liona-sidnav.sidnav-open {
	width: 15rem;
	box-shadow: -2px 0px 3px 0 rgb(0 0 0 / 10%);
}
.liona-sidnav .closenav {
	position: absolute;
	top: 0;
	left: 25px;
	font-size: 36px;
	margin-right: 50px;
}
.liona-sidnav li.menu-item-has-children:not(.open-submenu) ul.sub-menu {
	height: 0;
    font-size: 0;
    overflow: hidden;
}
.liona-sidnav li.open-submenu ul.sub-menu {
	height: auto;
    font-size: inherit;
}
.liona-sidnav li a{
    position: relative;
    padding: 0.5rem;
}
li.open-submenu > a {
    background-color: #eee;
}
.liona-sidnav li a > svg path {
	fill: currentColor;
}
.liona-sidnav ul li li {
	padding-right: 1.5rem;
}
.liona-sidnav :where(ul,li){
    transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
/* .liona-sidnav li.menu-item-has-children > a:before {
    content: "\f053";
    content: "\f104";
    font-family: fontawesome,'Font Awesome 5 Free';
    font-weight: bold;
	position: absolute;
    left:0px;
	top: 50%;
	padding: 10px 16px;
	transform: translate(0px, -50%);
} */
.sidnav-menu li.menu-item {
	position: relative;
}
.sidnav-menu li span.menu-arrows {
	position: absolute;
	top: 6px;
	left: 16px;
}
div.slicknav_menu {
    background: transparent;
    text-align: right;
    font-size: 15px;
    padding: 5px 15px 5px 15px;
}
.slicknav_menu .slicknav_menutxt {
    font-weight: 400;
}
.slicknav_btn {
    float: none;
    display: inline-block;
}

ul.slicknav_nav {
    background: #111827;
    position: relative;
    top: -70px;
}
.slicknav_nav li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.slicknav_nav li:last-child {
    border-bottom: 0 solid;
}

a.slicknav_btn {
    background: transparent !important;
    border-radius: 0;
    margin: 3px 1px 15px;
    position: relative;
    top: -71px;
    right: 9px;
    border-radius: 0px;
    box-shadow: none;
}
.slicknav_nav a {
    color: #ffffff;
    padding-left: 20px;
}
.slicknav_menu {
    display: none;
}
.slicknav_nav .slicknav_row,
.slicknav_nav a {
    padding: 10px 0px;
    margin: 0px 0px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    padding-left: 20px;
}
.slicknav_nav li a:hover {
    background: #111827;
    border-radius: 0;
    color: #fff;
}
.slicknav_nav ul {
    margin: 0 0 0 0px;
}
.liona-responsive-menu {
    position: absolute;
    right: 0;
    top: 0px;
    width: 100%;
    z-index: 999;
}
.slicknav_menu .slicknav_menutxt {
    text-shadow: none;
}
.slicknav_nav .slicknav_row:hover {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0;
    background: #111827;
    color: #fff;
}
.slicknav_nav .slicknav_arrow {
    font-size: 15px;
    margin: 0;
    position: absolute;
    right: 20px;
}
.slicknav_menu .slicknav_icon {
    float: left;
    width: 25px;
    height: 25px;
    margin: 0;
    border-radius: 0px;
}
.slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 25px;
    height: 4px;
    box-shadow: none;
    top: 3px;
    position: relative;
}
.slicknav_menu .slicknav_menutxt {
    display: none;
}

ul.slicknav_nav li ul.sub-menu li a {
    padding-left: 30px;
}

ul.slicknav_nav li ul.sub-menu li ul.sub-menu li a {
    padding-left: 15px;
}
.slicknav_nav .slicknav_row,
.slicknav_nav a {
    font-size: 15px;
    font-weight: 400;
}

ul.slicknav_nav {
    background: #111827;
}
.slicknav_nav li:hover {
    background: #111827;
}
.slicknav_nav .slicknav_row:hover {
    background: transparent;
}
.slicknav_nav li a:hover {
    background: transparent
}

ul.slicknav_nav li ul.sub-menu li a>a {
    padding-left: 0;
}

ul.slicknav_nav li ul.sub-menu li ul.sub-menu {
    padding-left: 30px;
}
.slicknav_nav li:hover {
    background: var(--theme-main-color);
}


.breadcrumb-nav-top.blog-breadcrumb-bg ul {
    background: #ededed;
}
.blog_layout_one_Top .share-now-box {
    display: none;
}


.footer-submit:hover {
    background: #f02006;
}
.admin-nav-box {
    display: none !important;
}

body.admin-bar li.admin-nav-box {
    display: block !important;
}

li.admin-nav-box a:hover {
    background: transparent !important;
    color: var(--theme-main-color);
}
.blog-details-meta-wrap .slider-meta-right {
    display: none;
}

/*** Unit CSS ***/

#comments .comment-author .says {
    display: block;
    line-height: 1.5;
}

#comments .comments-list .comment-author cite {
    display: none;
}
#comments.blog-post-comment .comment-content img {
    margin: 11px 0;
}
ul.comments-list > li{
    margin-bottom:1rem;
}
.comments-style-one ul.comments-list > li:has(:not(ul)) > .comment-wrapper{
    border-radius: 0.75rem;
}
.comments-style-one  ul.comments-list > li:has(ul) > .comment-wrapper{
    border-bottom-left-radius: 0rem;
}
.comments-style-one ul.comments-list ul li:last-child > .comment-wrapper{
    border-bottom-left-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
}
#comments .comment-content table a {
    color: #111827;
}
.blog-post-comment .comment-content pre {
    font-size: 14px;
    line-height: 1.8;
    font-family: "Courier 10 Pitch", Courier, monospace;
    overflow: auto;
    background: #eee;
    color: #111827;
    overflow: auto;
    padding: 20px !important;
    white-space: pre-wrap !important;
    word-wrap: break-word !important;
}
body.page .theme-page-spacing .entry-content table :where(td a,th a) {
    color: #111827;
    font-weight: 500;
    text-decoration: none !important;
}

body.page:not(.elementor-editor-active) .theme-page-spacing .entry-content ul li {
    margin-bottom: 10px;
}

body.page .theme-page-spacing .entry-content ol li {
    line-height: 1.5;
    margin-bottom: 10px;
}
.blog-post-comment .comment-respond .comment-reply-title {
    margin-bottom: 20px !important;
}

body.page .theme-page-spacing .entry-content .comment-respond p.logged-in-as {
    margin-bottom: 0px;
    font-size: 15px;
    line-height: 26px;
}
.comment-respond .comment-reply-title {
    padding-bottom: 27px;
}

body.page .theme-page-spacing .entry-content .depth-1 .comment-respond p.form-submit {
    margin-bottom: 30px;
}
.blog-post-comment .comment-respond .comment-form .btn-comments:hover {
    background: #f02006;
    color: #fff;
}
.blog-post-comment .comment-respond .comment-form .btn-comments:focus {
    outline: none;
    box-shadow: none;
}
footer nav.hfe-nav-menu__layout-vertical :where( li.menu-item:hover, li.menu-item:hover a){
    border-radius: 60px;
}
.elementor-social-icons-wrapper .elementor-social-icon:hover svg path{
	fill:inherit;
}

@media (min-width: 1400px) {
    .single-one-bwrap {
        min-height: 960px;
    }

    .main-container.blog-spacing,
    .main-container.cat-page-spacing {
        min-height: 580px;
    }

    body.error404 .main-container {
        min-height: 540px;
    }

}


@media (min-width: 1900px) {
    .single-one-bwrap {
        min-height: 960px;
    }

    .main-container.blog-spacing,
    .main-container.cat-page-spacing {
        min-height: 580px;
    }

    body.search .main-container.blog-spacing {
        min-height: 650px;
    }

    body.error404 .main-container {
        min-height: 740px;
    }
}


@media (min-width: 2110px) {
    .single-one-bwrap {
        min-height: 990px;
    }

    .main-container.blog-spacing,
    .main-container.cat-page-spacing {
        min-height: 790px;
    }

    body.error404 .main-container {
        min-height: auto;
    }

}

@media (min-width: 2111px) and (max-width: 2300px) {
    .single-one-bwrap {
        min-height: 990px;
    }

    .main-container.blog-spacing,
    .main-container.cat-page-spacing {
        min-height: 790px;
    }

    body.error404 .main-container {
        min-height: 790px;
    }

}

@media (min-width: 2301px) and (max-width: 2599px) {

    body.error404 .main-container {
        min-height: 920px;
    }

}

@media (min-width: 2400px) and (max-width: 2599px) {

    body.error404 .main-container {
        min-height: 720px;
    }

}

@media (min-width: 2600px) {
    .single-one-bwrap {
        min-height: 1024px;
    }

    .main-container.blog-spacing,
    .main-container.cat-page-spacing {
        min-height: 790px;
    }

    body.error404 .main-container {
        min-height: 1000px;
    }
}

@media (min-width: 2800px) {
    .single-one-bwrap {
        min-height: 1140px;
    }

    .main-container.blog-spacing,
    .main-container.cat-page-spacing {
        min-height: 890px;
    }

    body.error404 .main-container {
        min-height: 1200px;
    }

}

@media (min-width: 3200px) {
    .single-one-bwrap {
        min-height: 1220px;
    }

    .main-container.blog-spacing,
    .main-container.cat-page-spacing {
        min-height: 1090px;
    }

    body.error404 .main-container {
        min-height: 1300px;
    }
}
.error-page .error-body .error-btn-custom {
    margin-top: 30px;
    display: inline-block;
    background: var(--theme-main-color);
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    padding: 16px 30px;
    border-radius: 30px;
    width: auto;
    border: 0px solid;
}
.error-page .error-body :where(.error-btn-custom:hover,.error-btn-custom:focus,.error-btn-custom:active) {
    border: none;
    outline: none;
    box-shadow: none !important;
    background: #f02006;
}

body.error404 .main-container {
    padding-top: 60px;
    margin-top: 0;
    padding-bottom: 60px;
}
.top-stories-wrap-inner-content,
.tab-small-post-list,
.cat-custom-wrap,
.custom-author-list-inner,
.post-tab-block-element.news_tab_Block .blog-post-tab-wrap.post-block-item,
.category-layout-one .post-block-wrapper-latest.post-block-style-latest,
.custom-subscribe-form-wrapper input[type="email"] {
    transition: all .3s ease-in;
}
:where(.slick-slide,.swiper-slide) *{
    transition: all .3s ease-in-out;
}
.theme_cat_custom_list .slick-list {
    padding-bottom: 30px;
}
.custom-author-list-inner:hover {
    background: #fff;
    box-shadow: 0px 7px 20px rgb(0 0 0 / 6%);
}
/*** Dropdown navigation ***/
.nav-menu-wrapper .mainmenu li {
    position: relative;
}
.nav-menu-wrapper .mainmenu li ul.sub-menu {
    position: absolute;
    right: 0;
    top: 40px;
    z-index: 100;
    padding: 16px 28px 16px 28px;
    background: #fff;
    min-width: 230px;
    text-align: right;
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border-radius: 0px;
    border: 0px solid;
    box-shadow: 0 0 15px rgb(0 0 0 / 7%);
    border-radius: 12px;
    opacity: 0;
    visibility: hidden;
}
.nav-menu-wrapper .mainmenu li.left-side ul.sub-menu {
	right: auto;
	left: 0;
}
.nav-menu-wrapper .mainmenu li.mega-menu-style1 li ul.sub-menu {
    box-shadow: 0 0 15px rgb(0 0 0 / 0%);
	opacity: 1 !important;
	visibility: visible;
	position: static;
	padding: 0;
	padding-top: 24px;
	min-width: fit-content;
    transform: translateY(0px) !important;
}
.nav-menu-wrapper .mainmenu ul.theme-main-menu > li.mega-menu-style1 li.menu-item {
	margin: 0 !important;
}
.nav-menu-wrapper .mainmenu li ul.sub-menu li {
    display: block;
    position: relative;
    padding: 8px 0px;
}
.nav-menu-wrapper li ul.sub-menu li a {
    display: block;
    font-size: 15px;
    font-weight: 500;
    color: #686868;
    padding: 0px 0px;
    line-height: 1.2;
    position: relative;
    z-index: 1;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    border-radius: 0px;
}
.nav-menu-wrapper .mainmenu li ul.sub-menu li a:hover {
    color: #111827;
    background: transparent;
}
.nav-menu-wrapper .mainmenu li ul.sub-menu li:first-child a {
    padding-left: 0px;
}
.nav-menu-wrapper .mainmenu li ul.sub-menu li:last-child a:not(.ajax-mega-menu a) {
    padding-right: 0px;
}
.nav-menu-wrapper .mainmenu li:hover > ul.sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1) translateY(0px);
    -ms-transform: scale(1) translateY(0px);
    transform: scale(1) translateY(0px);
}
.nav-menu-wrapper .mainmenu li ul li ul.sub-menu {
    position: absolute;
    right: 118%;
    top: 0%;
    left: auto;
    opacity: 0 !important;
    filter: Alpha(opacity=0) !important;
    visibility: hidden;
    min-width: 225px;
}
.nav-menu-wrapper .mainmenu li ul.sub-menu li:hover:not(.mega-menu-style1) ul {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
}
.nav-menu-wrapper .mainmenu li ul.sub-menu {
    top: 105%;
}
.nav-main-wrap ul > li > .menu-arrows:after {
    content: "\f107";
    font-family:fontawesome,'Font Awesome 5 Free';
    padding-left: 0px;
    opacity: 0.8;
    position: relative;
    top:0px;
    font-size: 13px;
    left: 0px;
    vertical-align: 0;
    margin-left: 0;
    border: 0;
}
.nav-main-wrap ul ul > li.menu-item-has-children > .menu-arrows:after {
    display: none;
}
.nav-menu-wrapper .mainmenu ul li:last-child a:not(.ajax-mega-menu a) {
    padding-right: 17px;
}
.nav-menu-wrapper .mainmenu ul li:has(.menu-arrows) a:not(.ajax-mega-menu a) {
	padding-left: 4px;
}
.nav-menu-wrapper .mainmenu ul.theme-main-menu > li.menu-item {
	display: flex;
	align-items: center;
    position: relative;
}
.nav-menu-wrapper .mainmenu ul.theme-main-menu > li.menu-item.mega-menu-style1 {
	position: relative;
}
li.menu-item.mega-menu-style1:hover > ul.sub-menu {
	overflow: auto;
	height: auto;
}
li.menu-item.mega-menu-style1 > ul.sub-menu > li {
	white-space: nowrap;
}
li.menu-item.mega-menu-style1 > ul.sub-menu > li > a {
	font-weight: 700 !important;
	padding: 12px 0;
}
li.menu-item.mega-menu-style1 > ul.sub-menu > li > a:before {
	content: "";
	position: absolute;
	background-color: var(--theme-main-color);
	border-radius: 100px;
	height: 3px;
	top: 100%;
	width:1.5rem;
}
li.menu-item.mega-menu-style1 > ul.sub-menu > li > a:after {
	content:none;
}

ul.slicknav_nav li ul.sub-menu li ul.sub-menu {
    display: block !important;
}

ul.slicknav_nav li ul.sub-menu li ul.sub-menu li {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

ul.slicknav_nav li ul.sub-menu li ul.sub-menu {
    padding-left: 30px;
    padding-right: 50px;
}

ul.slicknav_nav li ul.sub-menu li a {
    display: block;
}
.slicknav_nav li:hover {
    background: var(--theme-main-color);
}

ul.slicknav_nav li ul.sub-menu li a {
    display: block;
    font-size: 15px;
    color: #fff;
    padding: 10px 0;
    padding-left: 30px;
}

/** Extra CSS **/

nav.wc-pagination ul.page-pagination li i {
    font-size: 26px;
	line-height: 40px;
}
.blog-sidebar .widget_block li.wp-block-latest-comments__comment {
    color: #565656;
    position: relative;
    margin-bottom: 12px;
    padding-left: 14px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
}
.blog-sidebar .widget_block .wp-block-latest-comments {
    border: 0;
    padding: 0;
    list-style: none;
    line-height: 1.5;
    margin-bottom: 0;
}
.blog-sidebar .widget_block li.wp-block-latest-comments__comment::before {
    display: none;
}
.blog-sidebar .widget_block li.wp-block-latest-comments__comment a {
    color: #111827;
    display: inline-block;
}
.blog-sidebar .widget_block li.wp-block-latest-comments__comment .wp-block-latest-comments__comment-author {
    font-weight: bold;
    font-size: 14px;
}
.blog-sidebar .widget_block li.wp-block-latest-comments__comment::last-child {
    margin-bottom: 0;
}
.blog-sidebar .wp-block-page-list li.wp-block-pages-list__item.has-child>a {
    margin-bottom: 10px;
    display: inline-block;
}
.blog-sidebar select {
    height: 37px;
}
.post-block-wrapper-latest.post-block-style-latest .latest-post-block-content h3.post-title {
    position: relative;
}
.blog-new-layout.theme-layout-mainn .sticky {
    background: rgb(38 96 255 / 10%);
    border-top: 0px solid #f02006;
    padding-left: 20px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}
.blog-block-latest-single-item.sticky .latest-post-block-content h3.post-title:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f08d";
    position: absolute;
    right: 0px;
    top: 0px;
    color: #f02006;
    font-size: 25px;
}
.post-thumbnail.latest-post-thumbnail-wrap a img {
    height: 100%;
}
.blog-sidebar .widget_categories .cat-item span.post_count {
    color: #fff;
}
.blog-sidebar .widget_search form button {
    line-height: 1;
}
.blog-sidebar .widget_search form button:before {
	position: absolute;
    right: 50%;
    top: 50%;
    font-family: 'IcoFont';
    color: #fff;
    content: "\ed11";
    margin-top: -7px;
    margin-right: -7.5px;
    font-weight: normal;
}
.blog-sidebar .widget_search form button:hover {
    background: #f02006!important;
}
.blog-sidebar .widget .widget-title {
    padding-bottom: 0;
    position: relative;
    font-weight: 700;
    font-size: 24px;
    color: #111827;
    padding-left: 0;
    border-bottom: 0px solid #E4E4E4;
    margin-bottom: 25px;
}
.blog-sidebar select#archives-dropdown--1 {
    margin-bottom: 10px;
    margin-top: 10px;
}
.blog-sidebar .widget.widget_tag_cloud .widget-title {
    margin-bottom: 35px;
}
.blog-sidebar .tagcloud a, .single-blog-content .entry-content .wp-block-tag-cloud a {
	background: rgba(142, 142, 142, 0.1);
    border: 0px solid!important;
    border-radius: 86px!important;
    font-size: 18px!important;
    line-height: 1;
    color: #686767!important;
    padding: 10px 19px !important;
    margin-right: 6px;
    font-weight: 500!important;
}
.blog-sidebar .tagcloud a:hover, .single-blog-content .entry-content .wp-block-tag-cloud a:hover {
	background: rgb(255 24 78 / 10%);
    color: var(--theme-main-color)!important;
}
.blog-post-comment .comment-content :where(ul, ol) {
    margin-top: 20px;
    margin-bottom: 20px;
}
.blog-post-comment .comment-content ul li::marker {
    color: var(--theme-main-color);
}
.post-layout-style2 .single-blog-content .tag-edge-case .entry-content :where(ol li ul, ul li ol) {
	margin-top: 10px;
    margin-bottom: 10px;
}
.blog-block-latest-single-item .latest-post-block-content h3.post-title,
.single-blog-header h1.post-title.single_blog_inner__Title {
    word-break: break-word;
}
.blog-details-content .wp-block-calendar {
    margin-bottom: 20px;
}
.has-avatars .wp-block-latest-comments__comment-excerpt a,
.has-avatars .wp-block-latest-comments__comment-meta a,
.wp-block-latest-comments__comment-meta a,
.wp-block-latest-posts a,
.wp-block-rss__item-title a {
    color:#111827!important;
    text-decoration: none!important;
}
.wp-block-latest-posts.wp-block-latest-posts__list li {
    list-style: none;
}
.blog-details-content .wp-block-search .wp-block-search__inside-wrapper {
    margin-bottom: 35px;
}
.blog-post-comment :where(blockquote,.blockquote){
    background: #efefef;
}

pre {
    background: #eeeeee!important;
    padding: 20px!important;
    overflow: auto;
    font-size: 15px !important;
    white-space: pre-wrap !important;
    word-wrap: break-word !important;
    color: #111827!important;
    font-family: "Courier 10 Pitch", Courier, monospace !important;
    margin: 20px 0!important;
	border-radius: 20px;
}

::-webkit-input-placeholder,
::-moz-placeholder,
::-ms-input-placeholder,::placeholder {
    color: #9AA5B6;
	font-size: inherit;
    opacity: 1;
}
.blog-details-content table th a {
    color: #111827;
    text-decoration: none!important;
}
.blog-details-content table th a:hover {
    color: #f02006;
}
.wp-block-gallery.columns-2.is-cropped.alignleft.extraclass {
    margin-right: 15px;
}
.post-layout-style2 .single-blog-content .entry-content .wp-block-column ol {
    margin-top: 0;
    padding-left: 15px;
}
.single-blog-content .wp-block-column blockquote {
    margin-top: 0!important;
    padding: 25px!important;
}
.single-blog-content .single-blog-inner .entry-content .wp-block-column blockquote p {
    font-size: 15px;
}
.single-blog-content .wp-block-columns.alignwide blockquote:before {
    content: "\efcd";
    left: 12px;
    top: 10px;
    font-family: 'IcoFont' !important;
    font-size: 24px;
}
.post-layout-style2 .single-blog-content .entry-content ul.wp-block-archives li a {
    color: #555555;
    text-decoration: none;
    font-weight: 500;
}
.post-block-wrapper-latest.post-block-style-latest .latest-post-block-content h3.post-title {
    line-height: 1.2;
    margin-bottom: 15px;
}
.custom-themee-contactt label {
    font-size: 15px;
    font-weight: 500;
    color: #111827;
    line-height: 1;
    display: block;
}
.custom-themee-contactt .fnamee,
.fmessage {
    background: #f9f9f9;
    border: 0px solid;
    outline: none;
    height: 50px;
    border-radius: 18px;
    padding: 0 20px;
    font-weight: 400;
    line-height: 28px;
    color: #858585;
    width: 100%;
    margin-bottom: 20px;
}
.custom-themee-contactt .fmessage {
    resize: none;
    height: 150px;
    box-sizing: border-box;
    padding: 20px;
}
.custom-themee-contactt .fsubmitt {
    display: inline-block;
    background: var(--theme-main-color);
    border: 0px solid;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    padding: 14px 48px;
    border-radius: 8px;
    margin-top: 5px;
    cursor: pointer;
    transition: all .3s ease-in;
}
.custom-themee-contactt .fsubmitt:hover {
    background: #f02006;
    color: #fff;
}
.not-found form button:hover {
    background: #f02006;
}

:where(.slide-arrow-left.slick-arrow:hover, .slide-arrow-right.slick-arrow:hover):not(.cat-list-slider .slick-arrow) {
    color: #fff!important;
    background: var(--theme-main-color)!important;
    border-color: var(--theme-main-color)!important;
}
.theme-top-stories-wrap .slide-arrow-left.slick-arrow {
    top: -78px;
    right: 20px;
    left: inherit;
    margin-left: 0px!important;
    margin-right: 55px!important;
    margin-bottom: 0px!important;
}
.theme-top-stories-wrap .slide-arrow-right.slick-arrow {
    top: -78px;
    right: 0%!important;
    left: inherit;
    margin-left: 5px!important;
    margin-right: 15px!important;
    margin-bottom: 0px!Important;
}
.cat-custom-wrap-slider .slide-arrow-left.slick-arrow {
    top: -78px;
    right: 20px;
    left: inherit;
    margin-left: 0px!important;
    margin-right: 55px!important;
    margin-bottom: 0px!important;
}
.cat-custom-wrap-slider .slide-arrow-right.slick-arrow {
    top: -78px;
    right: 0%!important;
    left: inherit;
    margin-left: 5px!important;
    margin-right: 15px!important;
    margin-bottom: 0px!Important;
}
/*===============================
 	  Preloader
================================*/
.spinner {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-top: -20px;
    vertical-align: middle;
    margin-left: -20px;
}
.double-bounce1,
.double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}
.double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}
@-webkit-keyframes sk-bounce {
    0%,
    100% {
        -webkit-transform: scale(0.0)
    }
    50% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bounce {
    0%,
    100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }
    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}
.custom-subscribe-form-wrapper:before {
    position: absolute;
    left: 18px;
    top: 50%;
    content: "";
    background: url(../images/placeholder-icon.svg) no-repeat scroll center;
    background-size: cover;
    width: 19px;
    height: 16px;
    margin-top: -8px;
}
.post-meta {
    display: flex;
    align-items: center;
    line-height: 1;
}
a.footer-tel:before {
    background: url(../images/icon-tel.svg) no-repeat scroll center;
    width: 23px;
    height: 23px;
}
.wp-block-search__input {
    border-radius: 12px; 
}

body.search.search-results .blog main-container.blog-spacing .post-block-wrapper-latest.post-block-style-latest {
    margin-bottom: 12px;
}
.blog-sidebar .widget_search form .form-control {
    border-radius: 12px;
}
.blog-sidebar .widget_search form button {
    border-radius: 30px;
}
.theme_post_Tabone__content.tab-content .tab-small-post-list {
    align-items: center;
}

.theme_post_Tabone__content.tab-content .block-tab-item .tab-bottom-grid-style .slider-meta-right {
	display: none;
}
:where(.post-block-item,.horizontal-post-list-wrapper) .post-excerpt-box p {
    font-size: 9px;
    line-height: 22px;
    font-weight: 400;
}
.home-three-grid .slider-meta-right {
	display: none!important;
}
.blog-sidebar .widget_block li.wp-block-latest-comments__comment {
    padding-left: 0;
}
.category-layout-two .blog-post-tab-wrap.post-block-item.post-block-item-one {
    margin-bottom: 30px;
}
.category-layout-two .blog-post-tab-wrap.post-block-item.post-block-item-one h3.post-title {
    max-width: 100%;
    word-wrap: break-word;
}
.category .post-excerpt-box p {
	font-size: 11px;
	line-height: 24px;
	font-weight: 400;
}
.single-two-post-style .row.single-blog-content {
    margin-left: 160px;
    margin-right: 160px;
}
.single-two-post-style .post-featured-image img {
    width: 100%;
    height: auto;
}
video.video-player {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
    z-index: 99;
    object-fit: cover;
}
.video-play-btn:hover i.ri-play-circle-fill, i.ri-play-circle-fill.paused {
	z-index: 9999 !important;
}
i.ri-play-circle-fill.paused:before {
	content: "\efd6";
}
.post-video-embed:not(.active) {
    display: none;
}
.post-video-embed.active {
	background-color: rgb(51 51 51 / 50%);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}
.post-video-embed.active > div{
	position: absolute;
	left: 0;
	width: 50%;
	top: 50%;
	transform: translate(50%, -50%);
    z-index: 999;
}
@media (min-width: 992px) and (max-width: 1299px) {

.single-two-post-style .row.single-blog-content {
    margin-left: 75px;
    margin-right: 75px;
}
}
@media (max-width: 991px) {

.single-two-post-style .row.single-blog-content {
    margin-left: auto;
    margin-right: auto;
}
}
.custom-author-list-section .custom-author-list-inner {
    margin-bottom: 30px;
}
.header-style-two .logo.theme-logo {
    text-align: center;
}
.header-style-two .htop_social a {
    display: inline-block;
    font-size: 18px;
    color: #111827;
    margin-right: 12px;
}
.header-divider {
    max-width: 1200px;
    margin: auto;
    height: 1px;
    background: #E4E4E4;
    margin-top: 30px;
    margin-bottom: 15px;
}
.header-style-two nav.nav-main-wrap {
    text-align: center;
}
@media (max-width: 991px) { 
.header-divider {
    display:  none;
}
.header-style-two a.slicknav_btn {
    top: -74px;
    right: 0px;
}
.header-style-two .htop_social {
    display: inline-block;
    position: absolute;
    left: 15px;
    top: 10px;
}
.header-style-two .header-signup-btn {
    display: none;
}
}

@media (max-width: 500px) { 
.header-style-two .htop_social {
    display: none;
}
.header-style-two .logo.theme-logo {
    text-align: left;
}
}

/*** Sticky header ***/
.stick-top {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: all .3s ease 0s;
}

@media (min-width: 1025px) {

    .stick-top.sticky {
        position: sticky;
        left: 0;
        top: 0;
        background: #fff;
        z-index: 999;
        transition: all .3s ease 0s;
    }

    body.admin-bar .stick-top.sticky {
        top: 32px!important;
    }

}

.header-divider {
    max-width: 1250px; 
}

a.slicknav_btn {
    border-radius: 5px; 
}

/******------------------------------
-----------Dark Mode CSS-------------
------------------------------******/
body.likhun-dark {
    background: var(--shark-color-950);
    color: var(--text-color);
}
.header-right-content {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.logo.dark-mode-logo{
    display: none;
}
.liona-heading_style3 {
	display: grid;
	grid-template-rows: auto auto;
	grid-template-columns: min-content auto;
    align-items: center;
}
.liona-heading_style3 .heading-icon {
	grid-row: span 2;
	grid-column: span 1;
}
.liona-heading_style3 :where(h2,p){
	grid-column: span 1;
}
.liona-heading_style1 {
	display: flex;
	align-items: center;
}
.liona-heading_style2 {
	display: grid;
	grid-template-rows: 3fr;
}
.liona-heading_style2 .heading-icon {
	grid-row-start: 2;
}
.liona-heading_style2 :where(h2,p) {
	grid-row-start: 1;
}
:where(.post-large-thumb,.post-block-item):hover :where(.grid-thumbnail-stories-wrap a img,.news-post-grid-thumbnail a img,
.news-post-grid-thumbnail:before) {
    transform: scale(1.03);
    transition: all 0.3s;
}
.grid-thumbnail-stories-wrap a img, .news-post-grid-thumbnail a img,
.grid-thumbnail-stories-wrap:before, .news-post-grid-thumbnail:before {
    transition: all 0.3s;
}
.slider-meta-right .post-comment-box{
    color: #4E4E4E;
}

iframe {
    border-radius: 20px;
}
.no-left-col {
	flex-direction: row-reverse;
} 
.no-left-col .blog-sidebar.pr-16 {
	padding-left: 4rem;
    padding-right: 0 !important;
}
.slicknav_menu .slicknav_icon-bar {
    border-radius: 5px;
}
.megamenu-sub-menu .megamenu-item .blog-post-tab-wrap.post-block-item.post-block-item-one .news-post-grid-thumbnail a img{
    height: 200px !important;
    object-fit: cover !important;
}
.megamenu-col-wrapper nav.nav-main-wrap ul.theme-main-menu li.menu-item-has-children:before {
    position: absolute;
    right: 0;
    top: 22px;
    font-size: 16px;
    color: #878787;
    content: "\f107";
    font-family:fontawesome,'Font Awesome 5 Free';
    line-height: 1;
}

nav.nav-main-wrap .theme-main-menu li ul.megamenu-sub-menu .elementor-section a {
    font-size: 15px !important;
}

nav.nav-main-wrap .theme-main-menu li ul.megamenu-sub-menu .elementor-section a.news-cat_Name {
    padding: 7px 14px!important;
    display: inline;
}

#theme-header-two nav.nav-main-wrap ul.theme-main-menu li ul.megamenu-sub-menu{
	left: 50% !important;
}
.video_large_post_single.style1:before,
.video_large_post_single.style1:after {
	content: "";
	position: absolute;
	top: -16px;
	left: 0;
	width: 92%;
	height: 10px;
	border-radius: 10px 10px 0 0;
    z-index: -1;
}
.video_large_post_single.style1:before {
	transform: translate(4%, 6px);
	width: 92%;
	background-color: #ddd;
}
.video_large_post_single.style1:after {
	transform:translate(9.5%, -3px);
	width: 84%;
	background-color: #eee;
    z-index: -2;
}
.post-block-item.style1 {
	grid-template-columns: repeat(auto-fit, minmax(150px, 100%));
    margin-bottom: 16px;
    position: relative;
}
.post-block-item.style1 :where(.news-post-grid-thumbnail,.post-title,.post-excerpt-box) {
	grid-column: span 8;
}
.post-block-item.style1 :where(.custom-meta-data,.post-meta-list) {
	grid-column: span 4;
}
.post-block-item.style1 .cat-prefix + .news-cat_Name {
	padding-right: 30px;
	border-radius: 30px;
}
.post-block-item.style3 .post-title {
	font-size: 14px;
	font-weight: 800;
	color: #434343;
}

.video_large_post_single.style2 .news-post-grid-thumbnail:before {
	background:linear-gradient(180deg, rgb(34 39 43 / 70%) 0%, rgb(34 39 43 / 70%) 80%);
}
.video_large_post_single.style2:hover .news-post-grid-thumbnail:before {
	background:linear-gradient(180deg, rgb(34 39 43 / 40%) 0%, rgb(34 39 43 / 40%) 100%);
}
.video_large_post_single.style2 .cat-prefix:before {
	content:none;
}
.video_large_post_single.style2 .post-meta a.read-more-link:has(span) {
	background-color: transparent;
	color: #90C742;
	font-size: 13px;
	font-weight: 700;
}
.video_large_post_single.style2 .post-meta-list .post-meta a.read-more-link :where(span,svg,svg path ) {
	color: #90C742;
    fill: currentColor !important;
    filter: drop-shadow(0px 0px 7px currentColor);
}
.video_large_post_single.style2 span.cat-prefix {
	font-size: inherit;
    font-weight: 500;
}
.video_large_post_single.style4 .news-post-grid-thumbnail {
	border-radius: var(--el-single-video-border-radius);
}
.video_large_post_single.style4 .cat-prefix:before {
	content:none;
}
#video_large_post_single .news-post-grid-thumbnail .video-play-icon-wrap .video-play-btn i{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    font-size: 100px;
    font-weight: 300;
    color: #f8f8f8;
}
.small-video-list .tab-small-thumbnail-wrap .video-play-icon-wrap span i{
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    font-size: 50px;
    font-weight: 300;
    color: #f8f8f8;
}

#post_block_grid_list .top-stories-wrap-inner-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.post-thumbnail-box .author-list-thumb img{
    height: 200px;
    width: 100%;
    object-fit: cover;
}
.post-thumbnail-box .custom-author-list-inner{
    padding-top: 40px;
    padding-bottom: 10px !important;
    padding-left: 40px;
    padding-right: 40px;
}
.author-list-content {
    padding-bottom: 15px;
}
.suffixes-dots .post-excerpt-box p:after {
	content: "\2026";
}

.custom-gutter{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.main-container .theme-pagination-style ul.page-numbers li i:hover{
	color: #ffffff !important;
}
.hidden {
	display: none;
}
.related-posts .post-excerpt-box p {
	font-size: 11px !important;
	font-weight: 400 !important;
	color: #888888;
}
.related-posts .post-meta-readmore svg path{
	color: #888;
}
form.wpcf7-form {
	direction: rtl;
}
.acc-btn .elementor-button-content-wrapper {
    align-items: center;
}
.acc-btn .elementor-button-icon svg {
	width: 1.2rem;
}
.acc-btn .elementor-button-icon svg path {
	stroke: currentColor;
}
.acc-btn .elementor-button:hover svg {
	fill: transparent !important;
}
.content-ticker-wrapper svg path {
	fill: var(--theme-main-color);
}
.savelater-list ul li:before ,
.content-ticker .content-ticker-posts:before {
	content: "";
	height: 4px;
	width: 4px;
	display: inline-block;
	background-color: var(--theme-main-color);
	border-radius: 100%;
	position: absolute;
    top: 50%;
    translate: 0% -50%;
	right: -5px;
}
.content-ticker:hover {
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -ms-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}
.content-ticker {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-name: ticker;
    animation-name: ticker;
    -webkit-animation-duration: 30s;
    animation-duration: 30s;
}

@-webkit-keyframes ticker {
    100% {
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
      visibility: visible;
    }
    0% {
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
    }
  }
  @keyframes ticker {
    100% {
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
      visibility: visible;
    }
    0% {
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
    }
  }

.off-canvas-content:has(.content-loader-wrapper) {
	height: 100%;
}
.before-content-\#:before {
	content: "#";
	font-weight: 700;
}
.content-loader,
.content-loader:before,
.content-loader:after {
    border-radius: 50%;
    width: 0.5rem;
    height: 0.5rem;
    animation-fill-mode: both;
    animation: bblFadInOut 1.8s infinite ease-in-out;
}

.content-loader {
    color: var(--theme-main-color);
    font-size: 7px;
    position: relative;
    text-indent: -9999em;
    transform: translateZ(0);
    animation-delay: -0.16s;
}

.content-loader:before,
.content-loader:after {
    content: '';
    position: absolute;
    top: 0;
}

.content-loader:before {
    left: -3.5em;
    animation-delay: -0.32s;
}

.content-loader:after {
    left: 3.5em;
}
.bg-theme-main-color-10 {
    background: rgba(from var(--theme-main-color) r g b / 10%);
}
.bg-main-color-gradient {
    background:linear-gradient(to right, var(--theme-main-color), color-mix(in srgb, var(--theme-main-color), black 50%));
}
.border-main-color-mix {
    border-color:color-mix(in srgb, var(--theme-main-color), black 50%);;
}
.bg-main-color-gradient2 {
    background:linear-gradient(to right, var(--theme-main-color) 0%, #000);
}
@keyframes bblFadInOut {

    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em
    }

    40% {
        box-shadow: 0 2.5em 0 0
    }
}
.sideways-rl{
    writing-mode: sideways-rl;
}