/*
Theme Name: Aurrora
Theme URI: http://gossipthemes.com/aurrora
Author: Gossip Themes
Author URI: http://gossipthemes.com
Description: Creative Agency WordPress Theme
Version: 1.0
Tested up to: 6.6.2
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: aurrora
Tags: two-columns, three-columns, four-columns, right-sidebar, custom-menu, featured-images, full-width-template
*/


/**** 
CSS Indexing

1. Default CSS
2. Header CSS
3. Navigation CSS
4. Footer CSS
5. Breadcrumb CSS
6. Blog CSS
7. Comments CSS
8. Widgets CSS
9. Contact & Quote Form CSS
10.Preloader CSS
11.Responsive CSS

****/

/******------------------------------
-----------Default CSS------------
------------------------------******/

body {
    font-family: 'ClashGrotesk-Regular';
    line-height: 1.4;
    font-size: 18px;
    background: #fff;
    color: #000;
    font-weight: 400;
    border: 0;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'ClashGrotesk-Medium';
    color: #000000;
    font-weight: 500;
}

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

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

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

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

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

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

p {
    font-size: 17px;
    margin-bottom: 15px;
    line-height: 1.8;
    color: #555555;
}

p:last-child {
    margin-bottom: 0;
}


/* 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: #000000;
    -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;
}

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

.media>.pull-left {
    margin-right: 20px;
}

a:focus {
    outline: 0;
}

img.pull-left {
    margin-right: 20px;
    margin-bottom: 20px;
}

img.pull-right {
    margin-left: 20px;
    margin-bottom: 20px;
}

.unstyled {
    list-style: none;
    margin: 0;
    padding: 0;
}


/* Dropcap */

.dropcap {
    font-size: 48px;
    line-height: 60px;
    padding: 0 7px;
    display: inline-block;
    float: left;
    font-weight: 700;
    margin: 5px 15px 5px 0;
    position: relative;
    text-transform: uppercase;
}

.clearfix:after {
    display: block;
    width: 100%;
    content: '';
}

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

@media (min-width: 1600px) {
    .container {
        max-width: 1750px;
    }
}

/*** 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 */

.admin-bar .navbar-sticky.sticky {
    margin-top: 30px;
}

.theme-page-content {
    background: #FFFFFF;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
}

.wp-caption .wp-caption-text {
    font-size: 15px;
    line-height: 20px;
    margin: 0;
    text-align: center;
    padding: 12px 0 0;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}


/* Gallery item */

.gallery {
    margin: 30px -1.1666667% 0;
}

.gallery-item {
    display: inline-block;
    max-width: 33.33%;
    padding: 0 1.1400652% 2.2801304%;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-1 .gallery-item {
    max-width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-icon img {
    margin: 0 auto;
}

.gallery-caption {
    display: block;
    font-size: 14px;
    font-style: italic;
    line-height: 1.6153846154;
    padding-top: 0.5384615385em;
    font-weight: 600;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}


/* WP core style */

.alignnone {
    display: block;
    margin-bottom: 15px;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 15px auto 15px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    max-width: 100%;
}

.wp-caption.alignnone {
    margin: 15px auto 10px;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 14px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.wp-caption .wp-caption-text a {
    text-decoration: underline;
    display: inline-block;
}

.wp-caption .wp-caption-text a {
    color: #000000;
}

.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;
}

.gallery-caption {
    z-index: 100000;
}

.bypostauthor {
    z-index: 100000;
}

@media screen and (min-width: 30em) {

    /* Gallery Columns */
    .gallery-item {
        max-width: 25%;
    }

    .gallery-columns-1 .gallery-item {
        max-width: 100%;
    }

    .gallery-columns-2 .gallery-item {
        max-width: 50%;
    }

    .gallery-columns-3 .gallery-item {
        max-width: 33.33%;
    }

    .gallery-columns-4 .gallery-item {
        max-width: 25%;
    }

    .gallery-columns-5 .gallery-item {
        max-width: 25%;
    }

    .gallery-columns-5 .gallery-item {
        max-width: 20%;
    }

    .gallery-columns-6 .gallery-item {
        max-width: 16.66%;
    }

    .gallery-columns-7 .gallery-item {
        max-width: 14.28%;
    }

    .gallery-columns-8 .gallery-item {
        max-width: 12.5%;
    }

    .gallery-columns-9 .gallery-item {
        max-width: 11.11%;
    }
}


/* 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: #000000;
}

a code {
    color: #000000;
}

p {
    margin: 0 0 25px;
}

p img.alignleft {
    clear: both;
    margin-bottom: 30px;
}

select {
    max-width: 100%;
}

.post-password-form input[type="password"] {
    padding: 5px 15px;
    margin: 0 10px;
    height: 45px;
    padding: 5px 15px;
}

.post-password-form input[type='submit'] {
    background-color: #000000;
    border: none;
    padding: 5px 20px;
    color: #fff;
    cursor: pointer;
    height: 45px;
    font-weight: 600;
}

.post-password-form input[type='submit']:hover {
    background-color: rgb(255 53 36 / 10%);
    color: #000000;
}

.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: #000000;
    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;
}

.tagcloud a,
.wp-block-tag-cloud a {
    display: inline-block;
    font-size: 17px !important;
    text-transform: inherit;
    line-height: 1;
    color: #000 !important;
    font-weight: 400;
    border: 1px solid #000;
    padding: 7px 14px 7px;
    border-radius: 50px;
    margin-right: 5px;
    margin-bottom: 10px;
    background: transparent !important;
}

.tagcloud a:last-child,
.wp-block-tag-cloud a:last-child {
    margin-right: 0px;
}

.sidebar ul {
    border: 0;
    padding: 0;
    list-style: none;
}

.page-links .page-link {
    display: inline-block;
    color: #000000;
    margin-right: 5px;
}

.blog-sidebar h4.wp-block-heading {
    font-size: 22px;
    line-height: 1;
    font-family: 'ClashGrotesk-Medium';
}


/*=======================================
 Post  Comments section
 ========================================*/

.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: 500;
    border-bottom: 1px solid #E4E4E4;
    padding-bottom: 10px;
    margin-bottom: 20px;
    position: relative;
}

.blog-post-comment .comment-respond .comment-form .form-control {
    border-radius: 0;
    height: 72px;
    margin-bottom: 25px;
    border-color: #000;
    color: #000;
}

.blog-post-comment .comment-respond .comment-form .form-control.msg-box {
    height: 260px;
}

.blog-post-comment .comment-respond .comment-form .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #000;
}

.blog-post-comment .comment-respond .comment-form .comment-form-cookies-consent {
    display: none;
}

.blog-post-comment .comment-respond .comment-form .comment-notes {
    font-style: italic;
}

.blog-post-comment .comment-respond .comment-form .btn.btn-primary {
    margin-top: 40px;
}

.blog-post-comment .comments-list .trackback .comment-body {
    margin-left: 0;
}

.loginformuser .form-control {
    height: 100%;
    resize: none;
}

.loginformuser .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #000000;
}

.blog-post-comment .comments-list .trackback .comment-body {
    margin-left: 0;
}

.blog-post-comment .comment-respond .comment-form .btn-comments {
    display: inline-block;
    background: transparent;
    color: #000;
    border-radius: 0px;
    border: 0px solid;
    transition: all .4s ease;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.137em;
    position: relative;
    padding-right: 27px;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 30px;
    background: url(../images/btn-right-arrow.svg) no-repeat scroll 100% center;
    background-size: 15%;
}


.blog-post-comment .comment-respond .comment-form .btn-comments:focus {
    border: none;
    outline: none;
    box-shadow: none;
}

#comments {
    clear: both;
    padding: 0;
    list-style: none;
    background: transparent;
    overflow: hidden;
    border-radius: 0;
}

.comment-num {
    margin-bottom: 25px !important;
    font-size: 20px !important;
    line-height: 1.5;
    font-weight: 700;
    border-bottom: 1px solid #E4E4E4;
    padding-bottom: 10px;
    position: relative;
}

#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 {
    display: none;
}

.blog-post-comment .comment-respond .comment-form .comment-notes {
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-style: normal;
    color: #000;
    font-weight: 400;
    margin-bottom: 50px;
}


/* Common */

.pingback p,
.pingback .says {
    display: none;
}

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

.comments-list .comment-author {
    margin-bottom: 0;
    margin-top: 0;
    font-weight: 700;
    font-size: 15px;
    color: #1c1c24;
    font-style: normal;
    display: block;
    margin-bottom: 5px;
}

.comments-list .comment-author a {
    color: #1c1c24;
}

.comments-list .comment-author a:hover {
    color: #000000;
}

.comments-list .comment-date {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.1818em;
    text-transform: uppercase;
}

.comments-list .comment-body {
    border-bottom: 1px solid #E4E4E4;
    margin-left: 65px;
    font-size: 14px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}

.comments-list img.comment-avatar {
    width: 50px;
    height: 50px;
    border-radius: 100%;
}

.comments-list .comment-reply-link {
    color: #252a37;
    background: #fff;
    display: inline-flex;
    padding: 10px 30px;
    line-height: 1;
    border-radius: 30px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    text-decoration: none;
    border: 1px solid #ded9d9;
}

.comments-list .comment-reply-link i {
    display: none;
}

.comments-list .comment-reply-link:hover {
    background: #000000;
    color: #fff;
}

.comments-counter {
    font-size: 18px;
}

.comments-counter a {
    color: #666;
}

.comments-reply {
    list-style: none;
    margin: 0 0 0 70px;
}

#cancel-comment-reply-link {
    float: none;
    color: #000000;
    display: inline-block;
    font-size: 17px;
    font-weight: 600;
    margin-left: 8px;
}

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

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

#comments .meta-data {
    margin-bottom: 1em;
}

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


/* main page: Comments */

.blog-post-comment .comment-content h1,
.blog-post-comment .comment-content h2,
.blog-post-comment .comment-content h3,
.blog-post-comment .comment-content h4,
.blog-post-comment .comment-content h5,
.blog-post-comment .comment-content 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;
    line-height: 1.8;
    font-size: 14px;
}

.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 ol,
.comments-area .comment-content 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 b,
.blog-post-comment .comment-content strong {
    font-weight: 600;
    color: #212529;
}

.blog-post-comment .comment-content dfn,
.blog-post-comment .comment-content cite,
.blog-post-comment .comment-content em,
.blog-post-comment .comment-content i {
    font-style: italic;
}

.blog-post-comment .comment-content code,
.blog-post-comment .comment-content kbd,
.blog-post-comment .comment-content tt,
.blog-post-comment .comment-content 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 mark,
.blog-post-comment .comment-content ins {
    background: #fff9c0;
    text-decoration: none;
    color: #000;
    padding: 0 6px;
}

.blog-post-comment .comment-content pre {
    font-size: .88889em;
    font-family: "Courier 10 Pitch", Courier, monospace;
    line-height: 1.8;
    overflow: auto;
    background: #fafafa;
    color: #333333;
}

.blog-post-comment .comment-content abbr,
.blog-post-comment .comment-content acronym {
    border-bottom: 1px dotted #484848;
    cursor: help;
}

.blog-post-comment .comment-content code {
    color: #000000;
    border: 0px solid;
    background-color: transparent;
    padding: 0;
}

.blog-post-comment .comment-content mark,
.blog-post-comment .comment-content ins {
    background: #fff9c0;
    text-decoration: none;
    color: #000;
    padding: 0 5px;
}

.blog-post-comment .comment-content kbd {
    background-color: #eee;
    color: #000000;
}

#comments .pull-right.reply {
    position: absolute;
    float: right;
    right: 0;
    top: 0;
}

#comments .comment-content a {
    color: #000000;
}

#comments .comment-content {
    color: #000;
}

.comments-list .comment-author cite {
    font-style: normal;
}

#comments.blog-post-comment .children {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#comments.blog-post-comment .children {
    padding-left: 10px !important;
}

#comments.blog-post-comment .comment-content img {
    margin: 5px 0;
}

.not-found h1 {
    margin-bottom: 20px;
}

.not-found .input-group-btn {
    background: #000000;
    color: #fff;
    padding: 0 20px;
    border: none;
    cursor: pointer;
}

.not-found .input-group-btn i {
    line-height: 48px;
}

.not-found .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #000000;
}

.not-found p {
    line-height: 1.1;
    margin-bottom: 25px;
}

.not-found p small {
    display: block;
}

.blog-sidebar .widget:first-child {
    margin-top: 0;
}

.blog-sidebar .widget {
    border: 0px solid;
    padding: 0px;
    background-color: transparent;
    border-radius: 0px;
}

.site-navigation.theme_header_design__One .navbar-light {
    padding: 0;
    background: none;
    border-radius: 0px;
}

.blog-sidebar .widget {
    margin-top: 50px;
}

.blog-sidebar .widget .widget-title {
    padding-bottom: 0px;
    position: relative;
    font-weight: 500;
    font-size: 22px;
    color: #000000;
    padding-left: 0;
    letter-spacing: 0;
    border-bottom: 0px solid #E4E4E4;
    margin-bottom: 30px;
}

.blog-sidebar .widget ul {
    line-height: 1.5;
    margin-bottom: 0;
}

.blog-sidebar .widget ul li {
    position: relative;
    margin-bottom: 12px;
    padding-left: 14px;
    font-size: 17px;
    color: #000;
    font-weight: 500;
}

.blog-sidebar .widget ul li:last-child {
    margin-bottom: 0;
}

.blog-sidebar .widget ul li::before {
    height: 7px;
    width: 7px;
    content: '';
    left: 0;
    top: 7px;
    position: absolute;
    background-color: #000000;
    border-radius: 50%;
}

.blog-sidebar .widget ul li a {
    color: #000000;
    display: inline-block;
}

.blog-sidebar .widget ul li a:hover {
    color: #000;
}

.blog-sidebar .widget ul li span {
    display: inline-block;
}

.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;
    text-transform: capitalize;
}

.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 #prev a,
.blog-sidebar .calendar_wrap table #next a {
    text-decoration: underline;
}

.blog-sidebar .calendar_wrap table #prev a:hover,
.blog-sidebar .calendar_wrap table #next a:hover {
    text-decoration: none;
}

.blog-sidebar .calendar_wrap table td,
.blog-sidebar .calendar_wrap table 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_rss ul li .rsswidget {
    display: block;
    color: #222222;
    font-weight: bold;
    font-size: 15px;
}

.blog-sidebar .widget_rss ul li .rss-date {
    font-size: 13px;
    margin: 3px 0 10px;
    display: block;
}

.blog-sidebar .widget_rss ul li .rssSummary {
    color: #555;
    line-height: 25px;
    font-size: 14px;
}

.blog-sidebar .widget_rss ul li cite {
    font-weight: bold;
    display: block;
    margin-top: 10px;
    font-style: normal;
    color: #222;
    font-size: 13.5px;
}

.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: #000000;
    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: #000000;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 15px;
    padding: 0 20px;
    top: 0;
    cursor: pointer;
}

.blog-sidebar .widget_search form button:hover {
    background: #000;
}

.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;
    margin-bottom: 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: #000000;
    border-color: #000000 !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;
}

address {
    margin: 20px 0;
    font-style: italic;
    line-height: 30px;
}

.post-layout-style2 .single-blog-content .entry-content ul {
    margin-top: 20px;
    margin-bottom: 20px;
    list-style: disc;
    padding-left: 20px;
}

.post-layout-style2 .single-blog-content .entry-content ol {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 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: #000000;
}

.post-layout-style2 .single-blog-content .entry-content h4 {
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 1.2;
    color: #000000;
}

.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;
}

.blog-details-content ul li::marker {
    color: #000000;
}

blockquote,
.blockquote {
    overflow: hidden;
    padding: 30px 50px !important;
    position: relative;
    padding-left: 70px !important;
    text-align: left;
    z-index: 1;
    margin-bottom: 20px !important;
    margin-top: 20px !important;
    border-left: 0px !important;
    border-right: 0px !important;
    margin-bottom: 25px !important;
    margin-top: 0px !important;
}

blockquote p,
.single-blog-content .single-blog-inner .entry-content blockquote p,
.blockquote p {
    color: #333333;
    line-height: 1.6;
    margin-bottom: 0;
    font-style: italic;
    font-weight: 700;
    font-size: 20px;
}

.single-blog-content .single-blog-inner .entry-content p a {
    text-decoration: underline;
    display: inline-block;
    color: #000000;
}

.single-blog-content .single-blog-inner .entry-content .wp-block-tag-cloud a {
    text-decoration: none;
    display: inline-block;
    color: #fff;
    background: #000000;
}

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

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

.post-layout-style2 .single-blog-content .entry-content dl {
    margin-top: 20px;
    margin-bottom: 20px;
}

.post-layout-style2 .single-blog-content .entry-content dt {
    margin-bottom: 5px;
    color: #333333;
}

.post-layout-style2 .single-blog-content .entry-content dd {
    margin: 0 1rem 1rem;
    font-size: 15px;
    line-height: 26px;
}

.post-layout-style2 .single-blog-content .entry-content dd a {
    text-decoration: underline;
    display: inline-block;
}

.post-layout-style2 .single-blog-content .entry-content b,
.post-layout-style2 .single-blog-content .entry-content strong {
    font-weight: 600;
    color: #212529;
}

address {
    margin: 20px 0;
    font-style: italic;
    line-height: 30px;
}

.post-layout-style2 .single-blog-content .entry-content dfn,
.post-layout-style2 .single-blog-content .entry-content cite,
.post-layout-style2 .single-blog-content .entry-content em,
.post-layout-style2 .single-blog-content .entry-content i {
    font-style: italic;
}

.post-layout-style2 .single-blog-content .entry-content code,
.post-layout-style2 .single-blog-content .entry-content kbd,
.post-layout-style2 .single-blog-content .entry-content tt,
.post-layout-style2 .single-blog-content .entry-content var {
    font-size: .88889em;
    font-family: Menlo, monaco, Consolas, Lucida Console, monospace;
}

.post-layout-style2 .single-blog-content .entry-content code {
    color: #000000;
    border: 0px solid;
    background-color: transparent;
    padding: 0;
}

.post-layout-style2 .single-blog-content .entry-content mark,
.post-layout-style2 .single-blog-content .entry-content ins {
    background: #fff9c0;
    text-decoration: none;
    color: #000;
    padding: 0 5px;
}

.post-layout-style2 .single-blog-content .entry-content kbd {
    background-color: #eee;
    color: #000000;
}

.post-layout-style2 .single-blog-content .entry-content .post-footer {
    margin-top: 20px;
    clear: both;
    border-top: 1px solid #eee;
    list-style: none;
    padding-top: 30px;
}

.wp-block-columns {
    margin-top: 20px;
    margin-bottom: 20px;
}

.wp-block-image {
    margin-bottom: 20px;
}

.wp-block-image figcaption {
    font-size: 14px;
    margin-top: 12px;
}

.wp-block-image figcaption a {
    text-decoration: underline;
    display: inline-block;
    color: #000000;
}

.wp-block-image figcaption {
    text-align: left;
}

.wp-block-button .wp-block-button__link {
    background-color: #000000;
    font-size: 16px;
    border-radius: 5px;
}

.wp-block-button {
    margin-bottom: 1.5em;
}

.wp-block-button .wp-block-button__link:hover {
    background-color: #000;
    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: #000 !important;
    border-color: #000;
}

.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-file a {
    text-decoration: underline;
    font-size: 15px;
    color: #000000;
}

.wp-block-file a:hover {
    text-decoration: none;
}

.wp-block-file .wp-block-file__button {
    border-radius: 4px !important;
    font-size: 14px !important;
    font-weight: 500;
    display: table;
    margin: 10px 0 0;
    background-color: #000000 !important;
}

.wp-block-file .wp-block-file__button:hover {
    background-color: #000 !important;
    color: #fff;
}

blockquote cite,
.blockquote cite {
    display: none;
}

.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: #000000;
}

.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;
}

.post-layout-style2 .single-blog-content .entry-content dl a,
.post-layout-style2 .single-blog-content .entry-content ol a,
.post-layout-style2 .single-blog-content .entry-content ul a {
    text-decoration: underline;
    display: inline-block;
}

.post-layout-style2 .single-blog-content .entry-content ul.post-meta a {
    text-decoration: none;
    color: inherit;
}

.post-layout-style2 .single-blog-content .entry-content ol a,
.post-layout-style2 .single-blog-content .entry-content ul a {
    color: #000000;
}

.post-layout-style2 .single-blog-content .entry-content ul a .wp-block-cover__inner-container .has-large-font-size {
    color: #f8f9f9 !important;
    font-size: 36px !important;
}

.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: #000000;
}

.wp-block-table.is-style-stripes td {
    border-color: #767676;
}

.wp-block-verse {
    font-family: "Poppins", sans-serif !important;
    font-size: 16px !important;
}

.post-layout-style2 .single-blog-content .entry-content em {
    font-weight: 700;
}

.loginformuser {
    margin-top: 20px;
}

.parent .comment-respond p.form-submit,
.depth-1 .comment-respond p.form-submit {
    margin-bottom: 30px;
}

#comments {
    margin-top: 95px;
}

.pingback p,
.pingback .says {
    display: block;
}

.blog-sidebar select {
    height: 45px;
    font-size: 15px;
    padding: 8px 15px;
    width: 100%;
    border: 1px solid #eee;
    color: #000000;
    font-weight: 500;
    cursor: pointer;
}

.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: #000000;
    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;
}


/*** Author Box ***/

.author_bio__Wrapper {
    clear: both;
    overflow: hidden;
    margin-top: 50px;
    padding: 0;
    border-top: 0px solid #eaeaea;
    border-bottom: 0px solid #eaeaea;
    background: #fff;
    border-radius: 0;
}

.author-thumb {
    float: left;
    margin-right: 50px;
    margin-bottom: 0px;
}

.author-thumb img {
    width: 267px;
    height: 354px;
    border-radius: 0;
    object-fit: cover;
}

.theme_author_Info {
    padding-right: 20px;
    margin-top: 75px;
}

h6.theme_author_Title {
    color: #555555;
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 0px;
    line-height: 30px;
    display: none;
}

h4.theme_author__Name {
    color: #000;
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
}

p.theme_author__Description {
    font-size: 20px;
    line-height: 22px;
    color: #000;
    margin-bottom: 45px;
    font-weight: 400;
    font-family: 'Arial';
    max-width: 90%;
}

.theme_author_Socials a {
    display: inline-block;
    color: #000;
    font-size: 21px;
    line-height: 1;
    margin-right: 15px;
}

.theme_author_Socials a:hover {
    color: #ddd;
}


/*** navigation ***/

.theme_blog_Nav.post_nav_Left,
.theme_blog_Nav.post_nav_Right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.prev_nav_left_Img,
.prev_nav_Right_Img {
    height: 100px;
    width: 85px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    border-radius: 10px;
}

.prev_nav_left_Img {
    margin-right: 15px;
}

.prev_nav_Right_Img {
    margin-left: 15px;
}

.theme_blog_Nav.post_nav_Left:not(.no-thumb) {
    padding-right: 15px;
}

.theme_blog_Nav.post_nav_Right:not(.no-thumb) {
    text-align: right;
    padding-left: 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.prev_nav_left_Img img,
.prev_nav_Right_Img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: none;
    border-radius: none;
}

.theme_blog_nav_Title {
    font-size: 22px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 0;
    color: #000000;
    word-break: break-all;
}

.theme_blog_nav_Title a {
    margin-bottom: 0;
    color: #000000;
    word-break: break-word;
}

.theme_blog_nav_Label {
    font-size: 17px;
    margin-bottom: 0px;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.theme_blog_navigation__Wrap {
    margin-bottom: 0;
    padding: 0;
    background: transparent;
    margin-top: 75px;
    border-radius: 0;
}

.theme_blog_nav_Title a:hover {
    color: #000000;
}

h1.theme-breacrumb-title {
    font-size: 50px;
    font-weight: 500;
    color: #000;
    margin: 0;
    line-height: 1;
    text-transform: inherit;
}

.main-container .pagination {
    margin-bottom: 0px;
    margin-top: 80px;
}

.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 {
    line-height: 1;
    margin: 0 8px;
}

.main-container .theme-pagination-style ul.page-numbers li a.page-numbers,
.main-container .theme-pagination-style ul.page-numbers li span.page-numbers {
    width: auto;
    height: auto;
    line-height: 1;
    margin-right: 0;
    padding: 0;
    margin-left: 0px !important;
    text-align: left;
    display: inline-block;
    border: 0px solid;
    color: #000;
    font-size: 20px;
    font-weight: 400;
    background-color: transparent;
    line-height: 1;
    border-radius: 0;
}

.main-container .theme-pagination-style ul.page-numbers li span.current {
    background: transparent;
    color: #000;
    border-color: transparent;
}

.main-container .theme-pagination-style ul.page-numbers li i {
    line-height: 1;
    color: #000;
}

.main-container .theme-pagination-style ul.page-numbers li a.page-numbers:hover {
    border: 0px solid #000000;
    background-color: transparent;
    color: #000;
}

.main-container .theme-pagination-style ul.page-numbers li a.page-numbers:hover i {
    color: #000;
}

.theme-tags__wrapper h4 {
    font-size: 20px !important;
    margin-bottom: 15px !important;
    line-height: 1.2 !important;
    color: #000000 !important;
    margin-right: 10px;
    display: inline-block;
}

.theme-tags__wrapper a {
    border-color: #e4e4e4;
    color: #A0A0A0;
    border: 1px solid;
    display: inline-block !important;
    font-size: 15px !important;
    padding: 5px 18px;
    margin-bottom: 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 36px;
    transition: all ease 500ms;
    line-height: 29px;
}

.blog-single .tag-lists a:not(:first-child) {
    margin-left: 6px;
}

.theme-tags__wrapper a:hover {
    border-color: #000 !important;
    background: #000 !important;
    color: #fff;
}

h2.related-post-title {
    font-size: 22px;
    font-weight: 600;
    position: relative;
    padding-left: 32px;
    line-height: 1.137;
    margin-bottom: 60px;
    text-transform: uppercase;
}

h2.related-post-title:before {
    position: absolute;
    left: 0px;
    top: 2px;
    width: 20px;
    height: 21px;
    background: url(../images/title-shape.svg) no-repeat scroll left center;
    background-size: cover;
    content: "";
    margin-top: 0px;
}

.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 {
    display: block;
    font-size: 150px;
    line-height: 1;
    color: #000000;
    margin-bottom: 25px;
}

.error-page .error-body .btn {
    margin-top: 30px;
    display: inline-block;
    background: #000;
    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 .btn:hover,
.error-page .error-body .btn:focus,
.error-page .error-body .btn:active {
    border: none;
    outline: none;
    box-shadow: none !important;
    background: none;
}

.error-page .error-body .btn:hover {
    background: #000;
}

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;
}

.main-container.blog-spacing {
    padding-top: 100px;
    padding-bottom: 100px;
}

.widget_rss h3.widget-title a {
    color: #000000;
}

.sticky .post-list-medium-content {
    background: #f8f8f8;
    border-top: 4px solid #000 !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: #000000;
}

.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;
}

.cat-layout-main-list .post-list-medium-content .post-meta-items div.author-name {
    text-transform: capitalize;
}

.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: 36px;
    line-height: 1.08;
    border-bottom: 0px;
    margin-bottom: 5px;
    padding-bottom: 0px;
    text-transform: inherit;
}

.comment-respond p {
    margin-bottom: 0;
}

.blog-post-comment .comment-respond .comment-form .btn.btn-primary {
    margin-top: 10px;
}

.blog-details-content p {
    font-size: 19px;
    line-height: 1.4;
    color: #000;
    margin: 0 0 30px 0;
    font-weight: 400;
}

.single-meta-content h4.post-author-name a {
    text-transform: capitalize;
}

.blog-details-content ul li {
    font-size: 19px;
    line-height: 1.8;
    color: #000;
}

.post-layout-style2 .single-blog-content .entry-content p:last-child {
    margin: 0;
}

.post-body p:last-child {
    clear: both;
    float: none;
}

.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: #000000 !important;
    border-color: #000000;
}

.wp-block-button .wp-block-button__link:hover {
    background-color: #000;
}

.theme-blog-details .post-featured-image {
    margin-bottom: 50px;
    margin-top: 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 {
    height: 350px;
    object-fit: cover;
    object-position: center top;
    border-radius: 0px !important;
}

.blog-details-content figure.bottom-zero-article-full {
    margin-top: 50px;
    margin-bottom: 50px;
}

.bottom-zero-article-full img {
    border-radius: 0px !important;
    width: 100%;
    object-fit: cover;
}

.single-blog-content blockquote,
.single-blog-content .blockquote {
    background: transparent;
    border-radius: 0px;
}

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%);
}

blockquote::before,
.blockquote::before {
    content: "\efcd";
    top: 50%;
    font-family: 'IcoFont' !important;
    left: 0;
    font-size: 48px;
    line-height: 1;
    margin-top: -24px;
    color: #BEBEBE;
    opacity: 1;
    position: absolute;
}

blockquote p,
.single-blog-content .single-blog-inner .entry-content blockquote p,
.blockquote p {
    color: #000;
    line-height: 1.3;
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    max-width: 90%;
}

.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: #000000;
    font-weight: 500;
}

.wp-block-search .wp-block-search__button {
    background: #000 !important;
    border: 1px solid #000 !important;
    color: #fff !important;
    cursor: pointer;
    font-size: 16px;
}

.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: #000000;
    color: #fff;
    margin-right: 0px;
}

.blog-details-content table th a {
    color: #000000;
}

.blog-post-comment blockquote,
.blog-post-comment .blockquote {
    background: #eee;
}

.blog-post-comment table td {
    font-size: 14px;
    font-weight: 500;
}

.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: 0px;
}

.not-found form {
    position: relative;
}

.not-found form .form-control {
    background-color: #ffffff;
    height: 50px;
    padding: 6px 15px;
    border: 1px solid #eeeeee;
    width: 100%;
    display: block;
    outline: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    border-radius: 0;
}

.not-found form .form-control:focus {
    border-color: #000000;
    box-shadow: none;
    z-index: 1;
}

.not-found 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: #000000;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 15px;
    padding: 0 20px;
    top: 0;
    cursor: pointer;
}

.not-found form button:hover {
    background: #000;
}

.not-found form button:before {
    position: absolute;
    right: 50%;
    top: 50%;
    font-family: fontAwesome;
    color: #fff;
    content: "\f002 ";
    margin-top: -9.5px;
    margin-right: -6.5px;
}

.theme_img_cat_Itemlist span.category-btnn {
    transition: all .3s ease;
}

ul.footer-nav li a:hover {
    color: #000000;
}

.home-tag-widgett .tagcloud a:hover {
    background: #000000 !important;
    color: #fff !important;
    border-color: #000000 !important;
}

.custom-theme-contactt label {
    font-size: 15px;
    font-weight: 500;
    color: #000000;
    line-height: 1;
    margin-bottom: 8px;
}

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

body.page .theme-page-spacing .entry-content ul {
    margin-top: 20px;
    margin-bottom: 20px;
    list-style: disc;
    padding-left: 20px;
}

body.page .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: #000000;
}

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: 400;
}

body.page .theme-page-spacing .entry-content ol li ol {
    margin: 10px 0 0;
}

/**
body.page .theme-page-spacing .entry-content p {
    font-size: 17px;
    line-height: 1.8;
    color: #000;
    margin: 0 0 15px 0;
}

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

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 h3 {
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 1.2;
    color: #000;
}

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

**/

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 blockquote,
body.page .theme-page-spacing .entry-content .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 b,
body.page .theme-page-spacing .entry-content strong {
    font-weight: 600;
    color: #212529;
}

body.page .theme-page-spacing .entry-content address {
    margin: 20px 0;
    font-style: italic;
    line-height: 30px;
}

body.page .theme-page-spacing .entry-content dfn,
body.page .theme-page-spacing .entry-content cite,
body.page .theme-page-spacing .entry-content em,
body.page .theme-page-spacing .entry-content i {
    font-style: italic;
}

body.page .theme-page-spacing .entry-content code,
body.page .theme-page-spacing .entry-content kbd,
body.page .theme-page-spacing .entry-content tt,
body.page .theme-page-spacing .entry-content var {
    font-size: .88889em;
    font-family: Menlo, monaco, Consolas, Lucida Console, monospace;
}

body.page .theme-page-spacing .entry-content code {
    color: #000000;
    border: 0px solid;
    background-color: transparent;
    padding: 0;
}

body.page .theme-page-spacing .entry-content mark,
body.page .theme-page-spacing .entry-content ins {
    background: #fff9c0;
    text-decoration: none;
    color: #000;
    padding: 0 5px;
}

body.page .theme-page-spacing .entry-content kbd {
    background-color: #eee;
    color: #000000;
}

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: #000000;
}

body.page .theme-page-spacing .entry-content table td a {
    color: #000000;
    text-decoration: underline;
    font-weight: 500;
}

body.page .theme-page-spacing .entry-content table td a:hover {
    text-decoration: none;
}

body.page .theme-page-spacing .entry-content p:last-child {
    margin: 0;
}

body.page .theme-page-spacing .entry-content .page-links .post-page-numbers.current {
    background: #000000;
    color: #fff;
    border-color: #000000;
    border-radius: 0px;
}

body.page .theme-page-spacing .entry-content .page-links .post-page-numbers {
    border-radius: 0;
}

body.page .theme-page-spacing .entry-content #comments {
    margin-top: 80px;
}

.single-one-bwrap {
    padding-top: 60px;
    padding-right: 0px;
    padding-bottom: 80px;
    padding-left: 0px;
}

.theme_related_post_Grid .blog-post-grid-wrapper.blog-post-grid-wrapper-four {
    margin-bottom: 0px;
}

.main-container.cat-page-spacing {
    padding-top: 80px;
    padding-right: 0px;
    padding-bottom: 80px;
    padding-left: 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: #000000;
    border-radius: 5px;
}

.blog-sidebar .widget_block li.wp-block-latest-comments__comment {
    color: #000;
    position: relative;
    margin-bottom: 12px;
    padding-left: 0px;
    font-size: 15px;
    font-weight: 400;
    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: #000000;
    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: 500;
    font-size: 24px;
    color: #000;
    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: #000000;
}

.blog-sidebar .widget ul li::before {
    top: 8px;
}

.blog-sidebar .widget.widget_categories ul li::before {
    top: 8px;
}

.blog-sidebar .widget_categories ul li .children li::before {
    top: 8px;
}

.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 #000;
    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;
}

.wp-block-search .wp-block-search__label {
    padding-bottom: 0px;
    position: relative;
    font-weight: 500;
    font-size: 22px;
    color: #000;
    padding-left: 0;
    letter-spacing: 0;
    border-bottom: 0px solid #E4E4E4;
    margin-bottom: 30px;
    line-height: 1;
}

.blog-sidebar .widget_block.widget_search .wp-block-search__button {
    position: relative;
    width: auto;
    font-weight: 400;
    font-size: 15px;
    padding: 0 12px;
    border-radius: 0px;
}

.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: #000000;
}

.widget_block.widget_search .wp-block-search__inside-wrapper input[type="search"]::-moz-placeholder {
    color: #000000;
}

article.tag-pingbacks-2+.blog-post-comment .comment-body {
    margin-left: auto !important;
}

.comments-list .comment-body,
.blog-post-comment .comment-content p,
.blog-post-comment p.no-comments {
    font-size: 17px;
    font-family: 'Arial';
}

.widget_block.widget_search .wp-block-search__button:hover {
    background-color: #000 !important;
    color: #FFFFFF !important;
    border: 1px solid #000 !important;
}

.blog-sidebar .widget .widget-title,
.wp-block-search .wp-block-search__label,
.widget.widget_block .wp-block-group__inner-container h2 {
    font-size: 22px;
    line-height: 1;
    font-family: 'ClashGrotesk-Medium';
}

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;
    text-transform: capitalize;
}

.blog-sidebar select {
    background-color: white;
    border: thin solid #000000;
    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;
}

.blog-sidebar select {
    background-image: linear-gradient(45deg, transparent 50%, #fff 50%),
        linear-gradient(135deg, #fff 50%, transparent 50%),
        linear-gradient(to right, #000000, #000000);
    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 CSS ***/

.theme-header-area {
    position: relative;
    padding-top: 31px;
    padding-bottom: 31px;
}

.theme-header-area .nav-menu-wrapper {
    text-align: center;
}

@media (min-width: 1900px) {

    .theme-header-area .nav-menu-wrapper {
        text-align: left;
        margin-left: 150px;
    }

}

.nav-menu-wrapper .mainmenu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-menu-wrapper .mainmenu ul li {
    position: relative;
    display: inline-block;
}

.nav-menu-wrapper .mainmenu ul li a {
    display: block;
    position: relative;
    font-size: 18px;
    line-height: 1;
    color: #000;
    text-transform: uppercase;
    padding-left: 27px;
    padding-right: 27px;
    font-weight: 400;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: 'ClashGrotesk-Medium';
    transition: all .4s ease;
}

.nav-menu-wrapper .mainmenu ul li a:before {
    position: absolute;
    right: 8px;
    top: 12px;
    width: 12px;
    height: 13px;
    background: url(../images/btn-right-arrow.svg) no-repeat scroll left center;
    background-size: cover;
    content: "";
    margin-top: 0px;
    opacity: 0;
    transition: all .3s ease-in;
}

.nav-menu-wrapper .mainmenu ul li a:hover:before {
    opacity: 1;
}

.header-bottom-line {
    max-width: 1720px;
    background: #000;
    margin: auto;
    height: 0.7px;
}

.header-right-content {
    display: flex;
    position: relative;
    justify-content: flex-end;
    align-items: center;
}

.search-form-main form {
    position: relative;
    display: inline-block;
    width: 222px;
    margin-right: 0px;
}

.search-form-main form input.hsearch-input {
    border: 0px solid;
    background: transparent;
    border-radius: 126px;
    width: 100%;
    position: relative;
    text-indent: 15px;
    display: inline-block;
    padding: 10px 0;
    height: 38px;
    border: 1px solid #000000;
    text-transform: uppercase;
    font-size: 18px;
    color: #828282;
}

.search-form-main form button.hsearch-button {
    border: 0px solid;
    position: absolute;
    right: 15px;
    top: 10px;
    background: transparent;
    color: #130F26;
    line-height: 1;
    font-size: 18px;
    cursor: pointer;
}

.logo.theme-logo h1 {
    font-size: 38px;
    line-height: 1;
    margin: 0;
    letter-spacing: 0px;
}

.haeder-right-btn a {
    display: inline-block;
    margin-right: 30px;
    color: #000;
    line-height: 1;
    font-size: 20px;
    text-transform: uppercase;
}


/*** Hero 1 Post Block ***/

article.post-block-list-item-wrapper {
    position: relative;
}

.post-block-list-item-inner {
    position: relative;
    display: flex;
    justify-content: flex-start;
    transition: all .3s ease-in;
}

.post-block-list-item-inner .post-block-media-wrap {
    display: block;
    overflow: hidden;
    width: 100%;
    margin-right: 60px;
    min-width: 850px;
    max-width: min-content;
}

.post-block-list-item-inner .post-block-media-wrap a {
    display: block;
    overflow: hidden;
}

.post-block-list-item-inner .post-block-media-wrap a img {
    width: 100%;
    display: block;
    height: 678px;
    object-fit: cover;
    transition: .35s ease-in;
}


.post-block-list-item-inner .post-block-content-wrap {
    padding-top: 90px;
}

.post-block-list-item-inner .post-category-box a {
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1;
    color: #000;
    font-weight: 400;
    border: 1px solid #000;
    padding: 6px 15px 4px;
    border-radius: 108px;
    margin-right: 7px;
    margin-bottom: 4px;
    font-family: 'Arial';
}

.post-block-list-item-inner .post-category-box a:hover {
    background: #000;
    color: #fff;
}

.post-block-list-item-inner .post-category-box {
    margin-bottom: 6px;
}

body.page .theme-page-spacing .entry-content .post-block-list-item-inner .post-item-title h2.post-title {
    font-size: 77px;
    font-weight: 600;
    line-height: 1.104;
    text-transform: uppercase;
    margin-bottom: 0;
}

body.page .theme-page-spacing .entry-content .post-block-list-item-inner .post-item-title h2.post-title a {
    color: #000;
}

.post-block-list-item-inner .post-item-title {
    max-width: 780px;
    margin-bottom: 20px;
}

.post-block-list-item-inner .post-block-meta-list {
    flex-wrap: wrap;
    line-height: 1;
    display: flex;
    align-items: center;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
}

.post-block-list-item-inner .post-meta-author-box a {
    display: inline-block;
    color: #000;
}

.post-block-list-item-inner .post-block-meta-list div {
    position: relative;
    margin-right: 10px;
    padding-right: 10px;
}

.post-block-list-item-inner .post-block-meta-list div:before {
    position: absolute;
    right: -2px;
    top: 0px;
    color: #000;
    content: "/";
}

.post-block-list-item-inner .post-block-meta-list div:last-child:before {
    display: none;
}

.post-block-list-item-inner .post-excerpt-box.excerpt-bottom {
    display: block;
    position: absolute;
    bottom: 0px;
    width: 100%;
    max-width: 470px;
}

body.page .theme-page-spacing .entry-content .post-block-list-item-inner .post-excerpt-box.excerpt-bottom p {
    font-size: 18px;
    line-height: 22px;
    color: #000;
    font-weight: 400;
}


/*** Hero Section ***/

.elementor-widget-button .elementor-button {
    font-family: 'ClashGrotesk-Regular';
}

.elementor-widget-button .elementor-button-icon svg {
    width: 16px;
}

.medium-font-wrap.elementor-widget-text-editor {
    font-family: 'ClashGrotesk-Medium';
}

.home-social-hero a {
    display: block;
    font-size: 16px;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 8px;
    font-family: 'ClashGrotesk-Medium';
    font-weight: 500;
}

.home-two-banner h1.elementor-heading-title span {
    line-height: 1;
    position: relative;
    top: 35px;
    right: -28px;
    display: inline-block;
}

/*** Video box ***/

.post-video-thumbnail.theme-video-box-wrap {
    position: relative;
}

.theme-video-box-wrap .video-block-post-image {
    position: relative;
    overflow: hidden;
}

.theme-video-box-wrap .video-block-post-image:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0;
    background: linear-gradient(rgb(0 0 0 / 0%) 0%, rgb(0 0 0 / 40%));
    content: "";
    z-index: 1;
}

.theme-video-box-wrap .video-block-post-image a {
    position: relative;
    transition: .3s ease-in;
    display: block;
    overflow: hidden;
}

.theme-video-box-wrap .video-block-post-image a img {
    height: 600px;
    transition: .35s ease-in;
    display: block;
    overflow: hidden;
    width: 100%;
    object-fit: cover;
}

.video-play-icon-wrap {
    position: absolute;
    display: inline-block;
    left: 40px;
    bottom: 40px;
    width: auto;
    height: auto;
    background: transparent;
    border-radius: 50px;
    z-index: 9;
}

a.video-caption-wrap {
    display: inline-block;
    position: absolute;
    left: 100px;
    color: #fff;
    font-size: 20px;
    line-height: 1;
    width: 160px;
    top: 30px;
}

.video-play-icon-wrap a.theme-play-btn {
    display: inline-block;
    position: relative;
    width: 81px;
    height: 81px;
    background: #fff;
    border-radius: 50px;
}

.video-play-icon-wrap a.theme-play-btn::before {
    position: absolute;
    left: 50%;
    top: 50%;
    content: "";
    margin-top: 0;
    font-family: 'IcoFont' !important;
    content: "\ec74";
    display: flex;
    margin-left: -9px;
    margin-top: -12.5px;
}

.theme-info-box-wrapper {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: all .4s ease-in;
}

.theme-info-box-wrapper .info-box-title h2 {
    font-size: 40px;
    line-height: 1.1;
    margin-bottom: 33px;
}

.info-box-divider {
    display: block;
    background: #e4e4e4;
    width: 100%;
    height: 1px;
    margin: 0;
}

.info-box-number {
    margin-top: 22px;
}

.info-box-number h4 {
    font-size: 32px;
    line-height: 1;
    color: #000;
    display: block;
    position: relative;
    padding-left: 35px;
    margin: 0;
}

.info-box-number h4:before {
    position: absolute;
    left: 0px;
    top: 3px;
    background: url(../images/text-icon.png) no-repeat scroll left center;
    width: 27px;
    height: 27px;
    content: "";
    background-size: 100%;
}

.theme-info-box-wrapper:hover .info-box-divider {
    background: rgba(56, 56, 56, 1);
}

/*** Section Title 01 ***/

.section-title-wrapper.section-title-style-one .row {
    align-items: center;
}

.left-title-wrap {
    position: relative;
    padding-left: 120px;
}

.left-ttile-arrow-wrap {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 40px;
}

.section-title-style-one .left-title-wrap h4.section-sub-title {
    font-size: 24px;
    line-height: 1.25;
    font-weight: 400;
    margin-bottom: 5px;
    position: relative;
    padding-left: 28px;
}

.section-title-style-one .left-title-wrap h4.section-sub-title:before {
    position: absolute;
    left: 0px;
    top: 50%;
    width: 18px;
    height: 19px;
    background: url(../images/title-shape.svg) no-repeat scroll left center;
    background-size: cover;
    content: "";
    margin-top: -9px;
}

.section-title-style-one .left-title-wrap h2.section-title {
    font-size: 40px;
    line-height: 1.225;
    margin: 0;
    font-weight: 500;
    position: relative;
    max-width: 600px;
}

.section-title-style-one .right-title-description {
    position: relative;
    padding-left: 48px;
    font-size: 20px;
    line-height: 1.375;
    margin: 0;
    font-weight: 400;
    max-width: 430px;
    margin-top: 35px;
}

.section-title-style-one .right-title-description:before {
    position: absolute;
    left: 0px;
    top: 50%;
    width: 34px;
    height: 35px;
    background: url(../images/title-shape-two.svg) no-repeat scroll left center;
    background-size: cover;
    content: "";
    margin-top: -17px;
}


/*** Home Portfolio list ***/

@keyframes image-fade-in-aurrora {
    0% {
        opacity: 0;
        visibility: hidden;
        transform: translateY(calc(-50% + 8px))
    }

    100% {
        opacity: 1;
        visibility: visible;
        transform: translateY(-50%)
    }
}

@keyframes image-fade-out-aurrora {
    0% {
        opacity: 1;
        visibility: visible;
        transform: translateY(-50%)
    }

    100% {
        opacity: 0;
        visibility: hidden;
        transform: translateY(calc(-50% - 8px))
    }
}

.creative-post-list-wrapper article.post-creative-list-item {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
    float: left;
    vertical-align: top;
    min-height: 1px;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.creative-post-list-wrapper article.post-creative-list-item:before {
    transform-origin: left;
    transition: transform .88s cubic-bezier(.4, .01, .14, .99) .24s;
    transform: scaleX(1);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #d4d4d4;
    content: "";
    display: block;
    top: inherit;
    max-width: 100%;
}

.post-creative-item-inner {
    transition: opacity 0s .1s;
    transform: translateY(0);
    opacity: 1;
    will-change: transform;
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    z-index: 1;
}

.creative-post-list-media {
    position: absolute;
    top: 75%;
    left: inherit;
    right: 22%;
    width: auto;
    transform: translateY(calc(-50% + 8px));
    opacity: 0;
    visibility: hidden;
    z-index: 2;
    width: 100%;
    min-width: 612px;
    max-width: min-content;
    animation: image-fade-out-aurrora .66s forwards cubic-bezier(.4, .01, .14, .99);
    z-index: 99;
}


.creative-post-list-media a {
    display: block;
    width: 100%;
}

.creative-post-list-media a img {
    display: block;
    width: 100%;
    height: 363px;
    object-fit: cover;
    max-width: 612px;
}

.creative-post-list-content {
    max-width: 100%;
}

.creative-post-list-wrapper article.post-creative-list-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.creative-post-list-wrapper article.post-creative-list-item:last-child:before {
    display: none;
}

.post-creative-item-inner:hover .creative-post-list-media {
    animation: image-fade-in-aurrora .66s forwards cubic-bezier(.4, .01, .14, .99) .18s;
}

.creative-post-list-wrapper article.post-creative-list-item .post-item-title h2.post-title {
    font-size: 90px;
    line-height: 1;
    font-weight: 500;
    margin: 0;
}

.portfoilo-heading-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 80px;
}

.portfolio-post-list-one-wrapper .portfolio-title {
    position: relative;
    padding-left: 30px;
}

.portfolio-post-list-one-wrapper .portfolio-title h2 {
    font-size: 64px;
    font-weight: 400;
    line-height: 1;
    margin: 0;
}

.portfolio-post-list-one-wrapper .portfolio-title span.title-dot {
    position: absolute;
    left: 0;
    top: 50%;
    width: 20px;
    height: 20px;
    background: transparent;
    border-radius: 50px;
    border: 1px solid #000;
    margin-top: -10px;
}

.portfolio-post-list-one-wrapper .portfolio-title span.title-dot:before {
    position: absolute;
}

.portfolio-post-list-one-wrapper .portfolio-title span.title-dot:after {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 10px;
    height: 10px;
    background: #000;
    content: "";
    border-radius: 50%;
    margin-left: -5px;
    margin-top: -5px;
}

.portfolio-post-list-one-wrapper .portfolio-sub-title {
    position: relative;
    padding-left: 48px;
    font-size: 20px;
    line-height: 1.375;
    margin: 0;
    font-weight: 400;
    max-width: 440px;
}

.portfolio-post-list-one-wrapper .portfolio-sub-title:before {
    position: absolute;
    left: 0px;
    top: 50%;
    width: 34px;
    height: 35px;
    background: url(../images/title-shape-two.svg) no-repeat scroll left center;
    background-size: cover;
    content: "";
    margin-top: -17px;
}

.portfolio-post-list-one-wrapper .post-item-cat-wrap {
    display: inline-block;
    position: absolute;
    top: 35%;
    right: 60px;
}

.portfolio-post-list-one-wrapper .creative-post-list-content-inner {
    position: relative;
}

.portfolio-post-list-one-wrapper .post-item-cat-wrap a {
    display: inline-block;
    font-size: 22px;
    line-height: 27px;
    position: relative;
    margin-right: 4px;
    padding-right: 4px;
}

.portfolio-post-list-one-wrapper .post-item-cat-wrap a:after {
    position: absolute;
    right: -1px;
    bottom: 0;
    content: ",";
}

.portfolio-post-list-one-wrapper .post-item-cat-wrap a:last-child:after {
    display: none;
}

.portfolio-post-list-one-wrapper .post-item-cat-wrap a:last-child {
    margin-right: 0px;
    padding-right: 0px;
}

.creative-post-list-wrapper article.post-creative-list-item .post-item-title h2.post-title a {
    position: relative;
}

.creative-post-list-wrapper article.post-creative-list-item .post-item-title h2.post-title a:before {
    position: absolute;
    right: 0px;
    top: 50%;
    width: 19px;
    height: 20px;
    background: url(../images/btn-right-arrow.svg) no-repeat scroll left center;
    background-size: cover;
    content: "";
    margin-top: -9.5px;
}

.all-products-btn {
    text-align: center;
    margin-top: 65px;
    position: relative;
    z-index: 9;
}

.all-products-btn a {
    display: inline-block;
    color: #000;
    font-size: 30px;
    line-height: 1;
    text-decoration: underline;
    position: relative;
    padding-right: 25px;
}

.all-products-btn a:before {
    position: absolute;
    right: 0px;
    top: 50%;
    width: 16px;
    height: 17px;
    background: url(../images/btn-right-arrow.svg) no-repeat scroll left center;
    background-size: cover;
    content: "";
    margin-top: -8px;
}

.all-products-btn a:after {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #000;
    content: "";
    display: inline-block;
}


/* @Keyframe */
@keyframes rotating {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

a.go-to-project-btn {
    width: 180px;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    margin-right: 15px;
}

a.go-to-project-btn img {
    display: block;
    animation: rotating 15s infinite linear;
}

a.go-to-project-btn:before {
    position: absolute;
    left: 75px;
    top: 65px;
    width: 28px;
    height: 50px;
    background: url(../images/scroll-arrow.png) no-repeat scroll left center;
    background-size: cover;
    content: "";
    margin-top: 0;
    z-index: 9;
}


/*** Brands ***/

.brand-item-wrap {
    width: 300px;
    height: 300px;
    background: #F5F5F580;
    border-radius: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #F5F5F580;
    transition: all .4s ease;
}

.brand-inner-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.brand-item-wrap:hover {
    border: 1px solid #000;
}

.title-max-width .section-title-style-one .left-title-wrap h2.section-title {
    max-width: 575px;
}

.brand-inner-wrap a {
    display: block;
    position: relative;
    overflow: hidden;
}

/***  Testimonials ***/

.testimonial-content p {
    font-size: 28px;
    color: #000;
    line-height: 1.23;
    font-weight: 500;
    max-width: 1070px;
    font-family: 'ClashGrotesk-Medium';
}

.testimonial-author {
    position: relative;
    padding-left: 90px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.testimonial-author h4 {
    font-size: 26px;
    font-weight: 500;
    line-height: 1.2;
    margin: 0;
}

.testimonial-author:before {
    position: absolute;
    left: 0px;
    top: 50%;
    width: 75px;
    height: 75px;
    background: url(../images/quote.png) no-repeat scroll left center;
    background-size: cover;
    content: "";
    margin-top: -37.5px;
}

.testimonial-author span {
    font-size: 18px;
    line-height: 1.25;
    color: #969696;
    display: inline-block;
}

.testimonial-divider {
    display: block;
    width: 100%;
    background: #D4D4D4;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 60px;
}

.single-testimonial-item-inner {
    float: right;
    overflow: hidden;
}

.testimonial-nav {
    display: inline-block;
    position: absolute;
    top: 200px;
    left: 120px;
    display: flex;
    align-items: center;
}

.testimonial-nav button {
    background: #F3F3F3;
    margin: 0;
    padding: 0;
    display: inline-block;
    border: 0px solid;
    box-shadow: none;
    outline: none;
    line-height: 1;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    font-size: 36px;
    font-weight: normal !important;
    text-align: center;
    line-height: 120px;
}

.testimonial-nav button i {
    font-style: normal !important;
    color: #818181;
}

.testimonial-nav button.slick-prev.slick-arrow {
    margin-right: 10px;
}

.testimonial-nav button.slick-next.slick-arrow {
    margin-left: 10px;
}

.testimonial-nav button:hover {
    background: #000000;
}

.testimonial-nav button:hover i {
    color: #fff;
}

.testimonial-section-title h4.sub-title {
    font-size: 24px;
    line-height: 1.25;
    font-weight: 400;
    margin-bottom: 5px;
    position: relative;
    padding-left: 28px;
}

.testimonial-section-title h4.sub-title:before {
    position: absolute;
    left: 0px;
    top: 50%;
    width: 18px;
    height: 19px;
    background: url(../images/title-shape.svg) no-repeat scroll left center;
    background-size: cover;
    content: "";
    margin-top: -9px;
}

.testimonial-section-title h2.title {
    font-size: 40px;
    line-height: 1.225;
    margin: 0;
    font-weight: 500;
    position: relative;
    max-width: 600px;
}

/*** Animated Text ***/


.animated-text-wrapper-l,
.animated-text-wrapper-r {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 120px;
    top: auto;
    left: 0;
    margin: 0px 0 0px 0;
    z-index: 1;
}

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

    .animated-text-wrapper-l,
    .animated-text-wrapper-r {
        min-height: 120px;
        margin: -14px 0 -4px 0;
    }
}

.animated-text-l,
.animated-text-r {
    position: absolute;
    height: 120px !important;
    display: flex;
    white-space: nowrap;
    top: 0;
    top: auto;
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.animated-text-wrapper-r {
    padding-top: 20px;
    padding-bottom: 20px;
}

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

    .animated-text-l,
    .animated-text-r {
        height: 120px !important;
    }

    .bottom-animated-text .animated-text-wrapper-r {
        min-height: 80px;
    }


}

.animated-text-l {
    left: 50%;
    -webkit-animation: animated-text-animation-l 40s linear infinite;
    animation: animated-text-animation-l 40s linear infinite;
}

.animated-text-r {
    right: 50%;
    -webkit-animation: animated-text-animation-r 18s linear infinite;
    animation: animated-text-animation-r 18s linear infinite;
}

.animated-text-l .animated-text-content-l,
.animated-text-r .animated-text-content-r {
    position: relative;
    display: block;
    width: 100%;
    line-height: 1;
    height: 84px !important;
    white-space: nowrap;
    font-style: normal;
    font-weight: 400;
    font-size: 84px;
    text-align: center !important;
    text-transform: uppercase;
    color: #000;
    margin: 13px auto 13px auto;
    z-index: 1;
    padding-left: 45px;
    padding-right: 45px;
}


.animated-text-r .animated-text-content-r::before {
    position: absolute;
    left: -28px;
    top: 50%;
    width: 40px;
    height: 40px;
    background: url(../images/circle-animated.png) no-repeat scroll left center;
    background-size: cover;
    content: "";
    margin-top: -20px;
}

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

    .animated-text-l .animated-text-content-l,
    .animated-text-r .animated-text-content-r {
        font-size: 40px;
    }

    .bottom-animated-text .animated-text-r .animated-text-content-r {
        font-size: 40px !important;
    }

}

.animated-text-l .animated-text-content-l span,
.animated-text-r .animated-text-content-r span {
    color: #000;
}


.bottom-animated-text .animated-text-r .animated-text-content-r {
    font-size: 84px;
    margin: 0px auto 0px auto;
    height: 84px !important;
    padding-left: 25px;
    padding-right: 25px;
}

.bottom-animated-text .animated-text-r .animated-text-content-r:before {
    display: none
}

.animated-text-r a {
    display: inline-block;
    position: relative;
}

.animated-text-r a:nth-child(odd) .animated-text-content-r {
    color: #C0C0C0;
}

.bottom-animated-text .animated-text-r a:nth-child(odd) .animated-text-content-r {
    color: #000;
}


@supports((text-stroke: 1px #5f5f5f) or (-webkit-text-stroke: 1px #5f5f5f)) {

    .animated-text-l .animated-text-content-l span,
    .animated-text-r .animated-text-content-r span {
        color: transparent;
        -webkit-text-stroke: 1px #5f5f5f;
        text-stroke: 1px #5f5f5f;
        text-shadow: none;
    }
}

@-webkit-keyframes animated-text-animation-l {
    0% {
        -webkit-transform: translate(-40%, 0%);
    }

    100% {
        -webkit-transform: translate(-60%, 0%);
    }
}

@keyframes animated-text-animation-l {
    0% {
        transform: translate(-40%, 0%);
    }

    100% {
        transform: translate(-60%, 0%);
    }
}

@-webkit-keyframes animated-text-animation-r {
    0% {
        -webkit-transform: translate(40%, 0%);
    }

    100% {
        -webkit-transform: translate(60%, 0%);
    }
}

@keyframes animated-text-animation-r {
    0% {
        transform: translate(40%, 0%);
    }

    100% {
        transform: translate(60%, 0%);
    }
}

.animated-heading-top h2.elementor-heading-title {
    position: relative;
    display: inline-block;
    padding-left: 30px;
}

.animated-heading-top h2.elementor-heading-title:before {
    position: absolute;
    left: 0;
    top: 50%;
    width: 20px;
    height: 20px;
    background: transparent;
    border-radius: 50px;
    border: 1px solid #000;
    margin-top: -10px;
    content: "";
}

.animated-heading-top h2.elementor-heading-title:after {
    position: absolute;
    left: 10px;
    top: 50%;
    width: 10px;
    height: 10px;
    background: #000;
    content: "";
    border-radius: 50%;
    margin-left: -5px;
    margin-top: -5px;
}

.team-wrap-custom .elementor-widget-container img {
    height: 410px !important;
    object-fit: cover;
    width: 100% !important;
}

.step-section-wrap .elementor-element-populated {
    max-width: 360px;
    background: #F5F5F580;
    height: 360px;
    border-radius: 50%;
}

.step-section-wrap h2.elementor-heading-title {}


.step-section-wrap h2.elementor-heading-title span {
    display: block;
    font-size: 16px;
    line-height: 1;
    color: #666;
    margin-bottom: 10px;
}

/*** Portfolio Archive Page ***/

.portfolios-grid-area.theme-portfolios-grid-wrapper .container {
    max-width: 1320px;
}

.theme-portfolios-grid-wrapper article.portfolio {
    position: relative;
    clear: both;
    margin-bottom: 40px;
}

.portfolio-grid-item-wrap-inner {
    position: relative;
    z-index: 1;
}

.portfolio-media-image {
    position: relative;
    overflow: hidden;
    transition: 0.6s ease-in-out;
    margin-bottom: 24px;
}

.portfolio-media-image:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: inherit;
    transition: 0.35s;
    background: rgba(34, 35, 40, 0.3);
    opacity: 0;
}

.portfolio-media-image img {
    transform: translateY(0);
    transition: 0.5s;
    height: 400px;
    object-fit: cover;
    width: 100%;
}

.portfolio-img-overlay {
    display: flex;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: 0.5s;
    background: transparent;
}

.portfolio-wrap-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 24px;
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.portfolio-grid-item-wrap-inner:hover .portfolio-media-image:after {
    opacity: 1;
}

.portfolio-grid-item-wrap-inner:hover .portfolio-img-overlay {
    opacity: 1;
}

.portfolio-item-cat-box {
    position: relative;
}

.portfolio-item-cat-box a {
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    position: relative;
    margin-right: 4px;
    padding-right: 4px;
}

.portfolio-item-cat-box a:after {
    position: absolute;
    right: -1px;
    bottom: 0;
    content: ",";
}

.portfolio-item-cat-box a:last-child:after {
    display: none;
}

.portfolio-item-cat-box a:last-child {
    margin-right: 0px;
    padding-right: 0px;
}

.portoflio-item-title h3 {
    font-size: 30px;
    line-height: 1.2;
    margin: 10px 0 0;
}

/*** Portfolio Details ***/

.theme-portfolio-page-wrap {
    padding-top: 0px;
    padding-bottom: 100px;
}

.theme_blog_navigation__Wrap .container {
    max-width: 1320px;
}


/*** Blog Layout ***/

.blog.main-container .container,
.single-one-bwrap .container {
    max-width: 1320px;
}

.post-block-meta-list.single-post-metalist {
    display: flex;
    align-items: center;
    position: relative;
}

.single-post-metalist .post-category-box {
    position: relative;
}

.single-post-metalist .post-category-box a {
    display: inline-block;
    font-size: 16px;
    text-transform: inherit;
    line-height: 1;
    color: #000 !important;
    font-weight: 400;
    border: 1px solid #000;
    padding: 6px 17px;
    border-radius: 50px;
    margin-right: 7px;
    margin-bottom: 6px;
    background: transparent !important;
}


.single-post-metalist .post-category-box a:last-child {
    margin-right: 0px;
}

.post-thumbnail.latest-post-thumbnail-wrap {
    margin-bottom: 30px;
}

.post-thumbnail.latest-post-thumbnail-wrap img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}

.single-post-metalist .post-meta-date-box {
    font-size: 18px;
    line-height: 1;
    margin-left: 10px;
    padding-left: 12px;
    position: relative;
    top: -2px;
}

.single-post-metalist .post-meta-date-box:after {
    position: absolute;
    left: 0;
    top: 0;
    content: "/";
}

.single-post-metalist .post-category-box a:hover {
    background: #000 !important;
    color: #fff !important;
}

h3.post-title.single_blog_inner__Title {
    font-size: 54px;
    line-height: 1.08;
    margin-top: 5px;
    margin-bottom: 5px;
}

.blog.main-container .container .post-excerpt-box p {
    font-size: 18px;
    line-height: 1.223;
    margin: 0;
    font-weight: 400;
}

.category-layout-one .post-block-wrapper-latest {
    margin-bottom: 80px;
}

.category-layout-one .post-block-wrapper-latest:last-child {
    margin-bottom: 0;
}

.sidebar.blog-sidebar {
    padding-left: 26px;
}

.breadcrumb-inner-wrapp {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #000;
    border-top: 0px solid #000;
    padding-bottom: 40px;
    padding-top: 40px;
}

h1.theme-breacrumb-title {
    font-size: 60px;
    font-weight: 500;
    color: #000;
    margin: 0;
    line-height: 1;
    text-transform: capitalize;
}

.breadcrumb-nav-top.blog-breadcrumb-bg {
    margin-left: 30px;
}

.breadcrumb-nav-top ul {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.breadcrumb-nav-top ul li {
    position: relative;
    display: inline-block;
    line-height: 1;
}

.breadcrumb-nav-top ul li a {
    position: relative;
    display: block;
    color: #000;
    font-size: 16px;
    line-height: 1;
    margin-left: 5px;
}

.breadcrumb-nav-top ul li a:before {
    position: absolute;
    left: -7px;
    top: 0;
    content: "/";
}

.breadcrumb-nav-top ul li:first-child a:before {
    display: none;
}

.post-featured-image img {
    width: 100%;
    position: relative;
    height: 630px;
    object-fit: cover;
}

.post-meta-author-box a {
    display: inline-block;
}

.single-blog-header .post-meta-author-box {
    font-size: 18px;
    line-height: 1;
    position: relative;
    top: -2px;
    margin-left: 12px;
}

h1.post-title.single_blog_inner__Title {
    font-size: 56px;
    font-weight: 500;
    text-transform: inherit;
    line-height: 1.104;
    margin-bottom: 20px;
    word-break: break-word;
}

.header-divider-one {
    background: #DFE3E7;
    height: 1px;
    width: 100%;
    max-width: 1730px;
    margin: auto;
    margin-top: 0px;
    display: none;
}

body.single-post .header-divider-one {
    display: block;
}


.theme-custom-map iframe {
    filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
}

.custom-themee-contactt {
    background: #F5F5F580;
    padding: 40px 50px;
    max-width: 650px;
}

.custom-themee-contactt h2 {
    font-size: 32px;
    line-height: 1;
    margin-bottom: 10px;
}

.contact-form-info {
    margin-bottom: 30px;
}

.contact-form-info p {
    color: #000;
    font-size: 16px;
}

.custom-themee-contactt .fmessage,
.custom-themee-contactt .fnamee {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    height: auto;
    border: 0 solid #000;
    border-radius: 0;
    display: block;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border: 1px solid #000;
    text-indent: 15px;
    width: 100%;
    padding: 11px 0;
    padding-left: 0;
    margin-bottom: 15px;
    cursor: pointer;
}

.custom-themee-contactt .fsubmitt {
    display: inline-block;
    background: 0 0;
    color: #000;
    border-radius: 0;
    border: 0 solid;
    transition: all .4s ease;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.137em;
    position: relative;
    padding-right: 23px;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 30px;
    background: url(../images/btn-right-arrow.svg) no-repeat scroll 100% center;
    background-size: auto;
    background-size: 15%;
    text-transform: uppercase;
}


/* Entrance Animations */
@keyframes themeFadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 30px, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.themeFadeInUp {
    animation-name: themeFadeInUp;
}

.themeFadeInUp.animated {
    animation-duration: 1s;
}


/* Entrance Animations */
@keyframes themeFadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -30px, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.themeFadeInDown {
    animation-name: themeFadeInDown;
}

.themeFadeInDown.animated {
    animation-duration: 1s;
}


/* Entrance Animations */
@keyframes themeFadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-30px, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.themeFadeInLeft {
    animation-name: themeFadeInLeft;
}

.themeFadeInLeft.animated {
    animation-duration: 1s;
}

/* Entrance Animations */
@keyframes themeFadeInRight {
    from {
        opacity: 0;
        transform: translate3d(30px, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.themeFadeInRight {
    animation-name: themeFadeInRight;
}

.themeFadeInRight.animated {
    animation-duration: 1s;
}


/*** Panel Nav ***/


/* Menu Sidebar */
.menu-sidebar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.menu-sidebar button {
    cursor: pointer;
    margin-left: 20px;
    display: flex;
    justify-content: center;
    background: transparent;

}


/** hidden-sidebar * */
.hidden-bar {
    position: fixed;
    right: -350px;
    top: 0px;
    opacity: 0;
    width: 425px;
    height: 100%;
    z-index: 99999;
    overflow-y: auto;
    visibility: hidden;
    background-color: #fff;
    border-left: 1px solid #fff;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;

    box-shadow: 0 0 15px 0 rgb(0 0 0 / 6%);

}


@media only screen and (max-width: 375px) {
    .hidden-bar {
        width: 300px;
    }
}

.side-content-visible .hidden-bar {
    right: 0px;
    opacity: 1;
    visibility: visible;
}

.hidden-bar .inner-box {
    position: relative;
    padding: 50px 50px 50px;
}


@media only screen and (max-width: 375px) {
    .hidden-bar .inner-box {
        padding-left: 25px;
        padding-right: 25px;
    }
}

.hidden-bar .inner-box .cross-icon {
    position: absolute;
    right: 30px;
    top: 30px;
    cursor: pointer;
    color: #000;
    font-size: 20px;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.hidden-bar .inner-box h4 {
    position: relative;
    color: #000;
    margin-bottom: 20px;
    margin-top: 40px;
    text-transform: capitalize;
    font-size: 22px;
    line-height: 1;
}

.form-back-drop {
    position: fixed;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(0, 0, 0, 0.7);
    visibility: hidden;
    z-index: 9990;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.side-content-visible .form-back-drop {
    opacity: 1;
    visibility: visible;
}


.header-panel-nav-box.menu-sidebar button {
    color: #fff;
    border: none;
    width: 25px;
    height: 16px;
    background: url(../images/burger-nav.svg) no-repeat scroll center center;
    background-size: 100%;
}

ul.contact-info-list {
    margin: 0;
    padding: 0;
    list-style: inherit;
    margin-left: 18px;
}

ul.contact-info-list li {
    line-height: 1.6;
    font-size: 17px;
}

.panel-nav-social {
    margin-top: 45px;
}

.panel-nav-social a {
    display: inline-block;
    color: #000;
    font-size: 20px;
    margin-right: 20px;
    line-height: 1;
}

h2.wp-block-heading.footer-logo {
    font-size: 28px;
    line-height: 1;
    margin-bottom: 30px;
    margin-top: -20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
}

.header-panel-nav-widget.widget_text p {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 400;
}

.footer-widget h4.widget-title {
    font-size: 24px;
    line-height: 1.25;
    margin-bottom: 30px;
    font-weight: 500;
}

.footer-widget.widget_nav_menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-widget.widget_nav_menu ul li {
    font-size: 18px;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: 500;
    font-family: 'ClashGrotesk-Medium';
}

.footer-widget h4.widget-title {
    font-size: 24px;
    line-height: 1.25;
    margin-bottom: 30px;
    font-weight: 500;
}

.footer-widget.widget_nav_menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-widget.widget_nav_menu ul li {
    font-size: 18px;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: 500;
    font-family: 'ClashGrotesk-Medium';
}

.footer_one_Widget {
    position: relative;
}

.footer_one_Widget .widget_text p {
    font-size: 18px;
    line-height: 1.2;
    font-family: 'ClashGrotesk-Medium';
    font-weight: 500;
    color: #000;
    margin-bottom: 15px;
}

h2.wp-block-heading.position-logo {
    position: absolute;
    left: -80px;
    bottom: 67px;
    display: inline-block;
    font-size: 64px;
    line-height: 1;
    transform: rotate(-90deg);
}

.footer_one_Widget {
    padding-left: 210px;
}

.footer_two_Widget .widget_nav_menu {
    padding-left: 140px;
}

.footer_three_Widget .widget_nav_menu {
    padding-left: 60px;
}

.footer-divider {
    width: 100%;
    background: #D2D2D2;
    height: 1px;
    margin: auto;
    max-width: 1720px;
}

p.copyright-text {
    font-size: 17px;
    line-height: 1;
    font-family: 'ClashGrotesk-Medium';
    color: #000;
    margin: 0;
}

.footer-bottom {
    padding: 20px 0;
}

.footer-top {
    padding-bottom: 60px;
}

p.widget-firstp {
    margin-top: 32px;
}

.theme-subscribe-form-wrapper {
    position: relative;
}

.theme-subscribe-form-wrapper h2 {
    font-size: 24px;
    line-height: 1.25;
    margin-bottom: 30px;
    font-weight: 500;
}

.subscribe-form-inner {
    position: relative;
    width: 100%;
}

.femail {
    max-width: 100%;
    width: 100%;
    border: 0px solid;
    border-radius: 0;
    outline: 0;
    text-indent: 0;
    padding: 6px 0;
    border-bottom: 1px solid #B0B0B0;
}

.subscribe-submit-btn {
    font-size: 20px;
    line-height: 42px;
    letter-spacing: 0px;
    min-width: 25px;
    height: auto;
    padding: 0px 0px 0px 0px;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    margin-bottom: 0;
    border: unset;
    border-radius: unset;
    cursor: pointer;
    -webkit-appearance: none;
    transition: 0.4s;
    position: absolute;
    right: 0;
    top: 0;
    background: transparent;
    font-weight: 500;
    font-family: 'ClashGrotesk-Medium';
}


/*** Back To Top ***/

.backtotop {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 10;
    background: #000;
    border-radius: 30px;
    color: #FFFFFF;
    cursor: pointer;
    height: 44px;
    text-align: center;
    width: 44px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    display: none;
    box-shadow: none;
}

.backtotop:hover {
    background: #000 !important;
    color: #FFFFFF;
}

.backtotop:hover a {
    color: #FFFFFF;
}

.backtotop a {
    color: #fff;
    font-size: 24px;
    line-height: 1.84;
}

.footer-divider-top {
    width: 100%;
    background: #E4E4E4;
    height: 1px;
    margin: auto;
    max-width: 1720px;
}

.theme_footer_Widegts.hav-footer-topp .footer-top {
    padding-top: 92px;
}

.custom-post-widget-blog article.post-trending-list-item {
    position: relative;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.custom-post-widget-blog .post-block-media-wrap {
    display: block;
    overflow: hidden;
    width: 100%;
    max-width: min-content;
    margin-right: 20px;
    min-width: 150px !important;
}

.custom-post-widget-blog .post-block-media-wrap a {
    display: block;
    overflow: hidden;
}

.custom-post-widget-blog .post-block-media-wrap a img {
    width: 100%;
    display: block;
    object-fit: cover;
    transition: .35s ease-in;
    height: 120px !important;
}

.custom-post-widget-blog .post-block-meta-list {
    flex-wrap: wrap;
    line-height: 1;
    display: flex;
    align-items: center;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 2px;
}

.custom-post-widget-blog .post-block-meta-list div {
    position: relative;
    margin-right: 10px;
    padding-right: 10px;
}

.custom-post-widget-blog .post-meta-date-box {
    display: none;
}

article.post-trending-list-item .post-trending-item-inner .post-category-box a {
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    color: #000;
    font-weight: 400;
    border: 1px solid #000;
    padding: 5px 15px 3px;
    border-radius: 108px;
    margin-right: 4px;
    margin-bottom: 4px;
    text-transform: capitalize;
}

.custom-post-widget-blog .post-item-title h2.post-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.25em;
    margin-bottom: 0;
}

.trending-post-list-wrapper article.post-trending-list-item .post-trending-item-inner .post-item-title h2.post-title a {
    color: #000;
}

body.tax-theme_portfolio_cat .post-meta-date-box {
    display: none !important;
}


body.search .single-post-metalist .post-meta-date-box {
    margin-left: 0;
    padding-left: 0;
    position: relative;
}

body.search .single-post-metalist .post-meta-date-box:after {
    display: none;
}


/*** Responsive Nav ***/

div.slicknav_menu {
    background: transparent;
    text-align: right;
    font-size: 15px;
    padding: 5px 0px 5px 0px;
}

.slicknav_menu .slicknav_menutxt {
    font-weight: 400;
}

.slicknav_btn {
    float: none;
    display: inline-block;
}

ul.slicknav_nav {
    background: #000;
    text-align: left;
    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: #000;
    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;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    padding-left: 20px;
}

.slicknav_nav li a:hover {
    background: #000;
    border-radius: 0;
    color: #fff;
}

.slicknav_nav ul {
    margin: 0 0 0 0px;
}

.aurrora-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: #000;
    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;
    border-radius: 0;
}

.slicknav_btn .slicknav_icon-bar+.slicknav_icon-bar {
    margin-top: 3px;
    border-radius: 0;
}

.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: #000;
}

.slicknav_nav li:hover {
    background: #000;
}

.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: #000000;
}

ul.slicknav_nav li ul.sub-menu li a {
    display: block;
    color: #fff !important;
    padding: 10px 0;
    padding-left: 30px;
    text-transform: capitalize;
}

.nav-wrapper-one {
    position: relative;
}

/*** Dropdown navigation ***/

.nav-menu-wrapper .mainmenu li ul.sub-menu,
.nav-menu-wrapper .mainmenu li ul.aurrora-submenu {
    position: absolute;
    left: 27px;
    top: 40px;
    z-index: 100;
    padding: 22px 30px 22px 30px;
    background: #000;
    min-width: 192px;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    -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: none;
    border-radius: 0px;
}

.nav-menu-wrapper .mainmenu li ul.sub-menu li,
.nav-menu-wrapper .mainmenu li ul.aurrora-submenu li {
    display: block;
    position: relative;
    padding: 5px 0px;
}

.nav-menu-wrapper li ul.sub-menu li a,
.nav-menu-wrapper .mainmenu li ul.aurrora-submenu li a {
    display: block;
    font-size: 17px;
    color: #fff !important;
    padding: 0px 0px;
    line-height: 1.3;
    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;
    text-transform: capitalize;
}

.nav-menu-wrapper .mainmenu li ul.sub-menu li a:hover,
.nav-menu-wrapper .mainmenu li ul.aurrora-submenu li a:hover {
    color: #000;
    background: transparent;
}

.nav-menu-wrapper .mainmenu li ul.sub-menu li:first-child a,
.nav-menu-wrapper .mainmenu li ul.aurrora-submenu li:first-child a {
    padding-left: 0px;
}

.nav-menu-wrapper .mainmenu li ul.sub-menu li:last-child a,
.nav-menu-wrapper .mainmenu li ul.aurrora-submenu li:last-child a {
    padding-right: 0px;
}

.nav-menu-wrapper .mainmenu li:hover ul.sub-menu,
.nav-menu-wrapper .mainmenu li:hover ul.aurrora-submenu {
    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,
.nav-menu-wrapper .mainmenu li ul li ul.aurrora-submenu {
    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 ul,
.nav-menu-wrapper .mainmenu li ul.aurrora-submenu li:hover ul {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
}

.nav-menu-wrapper .mainmenu li ul.sub-menu,
.nav-menu-wrapper .mainmenu li ul.aurrora-submenu {
    top: 105%;
}

.nav-menu-wrapper .mainmenu ul li:last-child a {
    padding-right: 27px;
}

.nav-menu-wrapper li ul.sub-menu li a:before,
.nav-menu-wrapper .mainmenu li ul.aurrora-submenu li a:before {
    display: none;
}

.blog-sidebar .widget.widget_tag_cloud {
    margin-top: 30px;
}

.not-found form button:before {
    font-family: 'IcoFont';
    color: #fff;
    content: "\ed11";
}

.not-found form button:hover {
    background: #000;
}

.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: #000 !important;
}

h3.post-title.single_blog_inner__Title {
    font-size: 48px;
    margin-top: 10px;
    margin-bottom: 15px;
}

.blog.main-container .container .post-excerpt-box p {
    font-size: 18px;
    line-height: 1.223;
    margin: 0;
    font-weight: 400;
    color: #000;
}

.blog.main-container .container .post-excerpt-box p {
    line-height: 1.35;
}

.post-block-meta-list.single-post-metalist {
    flex-wrap: wrap;
}


/*** Dark Mode CSS ***/

body.likhun-dark {
    background: #141414;
    color: #ffffff;
}

.mode-switcher {
    display: inline-block;
    position: relative;
    font-size: 22px;
    line-height: 1;
    margin-left: 20px;
    margin-right: 0;
    top: 1px;
    cursor: pointer;
}

body.likhun-dark .grid-content-top h3.post-title a, body.likhun-dark .theme-latest-post-block-wrapper h3.post-title a, body.likhun-dark .post-block-list-small-inner h3.post-title a, body.likhun-dark .news-post-grid-content.grid-content-inner h3.post-title a {
    color: #fff!important;
}

body.likhun-dark .nav-menu-wrapper .mainmenu ul li a, body.likhun-dark .logo.theme-logo h1 a {
    color: #fff;
}

body.likhun-dark .theme-home-one-hero .elementor-heading-title, body.likhun-dark .theme-home-one-hero .elementor-element, body.likhun-dark .home-social-hero a {
    color: #fff!important;
}

body.likhun-dark .search-form-main form input.hsearch-input {
    border: 1px solid #B0B0B0;
}

body.likhun-dark .header-panel-nav-box.menu-sidebar button {
    background: url(../images/burger-nav-white.svg) no-repeat scroll center center;
}

body.likhun-dark .elementor-widget-text-editor {
    color: #fff!important;
}

body.likhun-dark .animated-text-l .animated-text-content-l, body.likhun-dark .animated-text-r .animated-text-content-r, body.likhun-dark .animated-text-r a:nth-child(odd) .animated-text-content-r {
    color: #ffff;
}

body.likhun-dark .elementor-button {
    fill: #fff!important;
    color: #fff!important;
    background: transparent!important;
}

body.likhun-dark .elementor-heading-title {
    color: #fff!important;
}

body.likhun-dark .section-title-style-one .left-title-wrap h2.section-title, body.likhun-dark .section-title-style-one .left-title-wrap h4.section-sub-title, body.likhun-dark .theme-info-box-wrapper .info-box-title h2 a{
    color: #fff;
}

body.likhun-dark .info-box-number h4, body.likhun-dark .portfolio-post-list-one-wrapper .portfolio-title h2, body.likhun-dark .creative-post-list-wrapper article.post-creative-list-item .post-item-title h2.post-title a {
    color: #fff;
}

body.likhun-dark .portfolio-post-list-one-wrapper .post-item-cat-wrap a {
    color: #B0B0B0;
}

body.likhun-dark .creative-post-list-wrapper article.post-creative-list-item .post-item-title h2.post-title a:before {
    background: url(../images/btn-right-arrow-white.svg) no-repeat scroll left center;
}

body.likhun-dark .brand-item-wrap {
    background: #fff;
}

body.likhun-dark .testimonial-section-title h2.title, body.likhun-dark .testimonial-section-title h4.sub-title{
    color: #fff;
}

body.likhun-dark .testimonial-content p {
    color: #B0B0B0;
}

body.likhun-dark .testimonial-author h4 {
    color: #fff;
}

body.likhun-dark .footer-widget.widget_nav_menu a, body.likhun-dark p.copyright-text {
    color: #B0B0B0;
}

body.likhun-dark .footer-widget h3, body.likhun-dark .footer_one_Widget .widget_text p, body.likhun-dark .footer-widget h4.widget-title, body.likhun-dark h2.wp-block-heading.position-logo, body.likhun-dark .theme-subscribe-form-wrapper h2 {
    color:  #fff;
}

body.likhun-dark .femail {
    background: transparent;
}

body.likhun-dark .subscribe-submit-btn {
    color: #fff;
}

body.likhun-dark .elementor-divider-separator {
    border-color: #423f3f!important;
}

body.likhun-dark .creative-post-list-wrapper article.post-creative-list-item:before {
    background: #423f3f;
}

body.likhun-dark .all-products-btn a {
    color: #fff;
}

body.likhun-dark .all-products-btn a:before {
    background: url(../images/btn-right-arrow-white.svg) no-repeat scroll left center;
}

body.likhun-dark .all-products-btn a:after {
    background: #fff;
}

body.likhun-dark .backtotop {
    background: #fff;
}

body.likhun-dark .backtotop a {
    color: #000;
}

body.likhun-dark h1.theme-breacrumb-title {
    color: #fff;
}

body.likhun-dark .breadcrumb-inner-wrapp {
    border-bottom: 1px solid #423f3f;
}

body.likhun-dark .elementor-button {
    background: #000!important;
}

body.likhun-dark .elementor-5 .elementor-element.elementor-element-e0b0172 .elementor-button, body.likhun-dark .elementor-1154 .elementor-element.elementor-element-e0b0172 .elementor-button {
    background: transparent!important;
}

body.likhun-dark .elementor-5 .elementor-element.elementor-element-e0b0172 .elementor-button svg, body.likhun-dark .elementor-1154 .elementor-element.elementor-element-e0b0172 .elementor-button svg {
    opacity: 0!important;
}

body.likhun-dark .elementor-counter-number-wrapper, body.likhun-dark .elementor-counter-title, body.likhun-dark .breadcrumb-nav-top ul li a {
    color: #fff!important;
}

body.likhun-dark .animated-heading-top h2.elementor-heading-title:before {
    border: 1px solid #fff;
}

body.likhun-dark .animated-heading-top h2.elementor-heading-title:after {
    background: #fff;
}

body.likhun-dark .footer-divider-top, body.likhun-dark .footer-divider {
    background: #423f3f;
}

body.likhun-dark .step-section-wrap .elementor-element-populated {
    background: #000;
}

body.likhun-dark h3.post-title.single_blog_inner__Title a {
    color: #fff;
}

body.likhun-dark .blog.main-container .container .post-excerpt-box p {
    color: #B0B0B0;
}

body.likhun-dark .single-post-metalist .post-category-box a {
    color: #B0B0B0!important;
    border: 1px solid #B0B0B0;
}

body.likhun-dark .single-post-metalist .post-meta-date-box {
    color: #B0B0B0!important;
}

body.likhun-dark .blog-sidebar .widget .widget-title, body.likhun-dark .wp-block-search .wp-block-search__label, body.likhun-dark .widget.widget_block .wp-block-group__inner-container h2, body.likhun-dark .blog-sidebar h4.wp-block-heading {
    color: #fff;
}

body.likhun-dark .blog-sidebar .widget ul li a, body.likhun-dark .trending-post-list-wrapper article.post-trending-list-item .post-trending-item-inner .post-item-title h2.post-title a {
    color: #B0B0B0;
}

body.likhun-dark .tagcloud a, body.likhun-dark .wp-block-tag-cloud a, body.likhun-dark article.post-trending-list-item .post-trending-item-inner .post-category-box a {
    color: #B0B0B0!important;
    border: 1px solid #B0B0B0;
}

body.likhun-dark .blog-sidebar .widget ul li::before {
    background-color: #fff;
}

body.likhun-dark .main-container .theme-pagination-style ul.page-numbers li a.page-numbers, body.likhun-dark .main-container .theme-pagination-style ul.page-numbers li span.page-numbers, body.likhun-dark .main-container .theme-pagination-style ul.page-numbers li i, body.likhun-dark .custom-themee-contactt h2 {
    color: #fff;
}

body.likhun-dark .custom-themee-contactt {
    background: #000;
}

body.likhun-dark .contact-form-info p, body.likhun-dark .portfolio-item-cat-box a {
    color: #B0B0B0;
}

body.likhun-dark .custom-themee-contactt .fsubmitt, body.likhun-dark .portoflio-item-title h3 a, body.likhun-dark .theme_blog_nav_Title a {
    color: #fff;
}

body.single-theme_portfolio.likhun-dark .elementor-widget-container p {
    color: #B0B0B0;
}

body.likhun-dark a.go-to-project-btn img {
    display: none;
}

body.likhun-dark a.go-to-project-btn {
    background: url(../images/circle-text.svg) no-repeat scroll left center;
    background-size: cover;
    animation: rotating 15s infinite linear;
}

body.likhun-dark a.go-to-project-btn:before {
    display: none;
}

body.likhun-dark .left-ttile-arrow-wrap svg {
    stroke: #fff;
}

body.likhun-dark .section-title-style-one .left-title-wrap h4.section-sub-title:before, body.likhun-dark .testimonial-section-title h4.sub-title:before {
    background: url(../images/title-shape-white.svg) no-repeat scroll left center;
}


body.likhun-dark .portfolio-post-list-one-wrapper .portfolio-sub-title:before {
    background: url(../images/title-shape-two-white.svg) no-repeat scroll left center;
}

body.likhun-dark h1.post-title.single_blog_inner__Title, body.likhun-dark .blog-details-content p, body.likhun-dark blockquote p, body.likhun-dark .single-blog-content .single-blog-inner .entry-content blockquote p, body.likhun-dark .blockquote p, body.likhun-dark .blog-post-comment .comment-respond .comment-reply-title, body.likhun-dark p.logged-in-as a, body.likhun-dark .blog-post-comment .comment-respond .comment-form .btn-comments {
	color: #fff;
}

body.likhun-dark .blog-post-comment .comment-respond p.logged-in-as, body.likhun-dark .blog-details-content ul li, body.likhun-dark .blog-details-content ul li::marker {
	color: #ddd;
}

figure.wp-block-image.size-full.footer-blogo {
    position: absolute;
    left: -78px;
    top: 89px;
    display: inline-block;
    margin: 0;
    transform: rotate(-90deg);
}

figure.wp-block-image.size-full.footer-blogo img {
    width: 230px;
}


.logo.theme-logo-light, figure.wp-block-image.size-full.footer-blogo.footerlogo-light {
    display: none;
}

body.likhun-dark .logo.theme-logo, body.likhun-dark figure.wp-block-image.size-full.footer-blogo {
    display: none;
}

body.likhun-dark .logo.theme-logo-light, body.likhun-dark figure.wp-block-image.size-full.footer-blogo.footerlogo-light {
    display: block;
}

.search-form-main, .mode-switcher {
    display: none;
}