/*
Theme Name: Posty
Theme URI: https://themedox.com/posty
Author: ThemeDox
Author URI: https://themedox.com
Description: News Magazine WordPress Theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: posty
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: 'Inter', sans-serif;
    line-height: 1.6;
    font-size: 14px;
    background: #fff;
    color: #666;
    font-weight: 500;
    border: 0;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Inter', sans-serif;
    color: #000000;
    font-weight: 600;
}

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: var(--grey-color);
}

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


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

img,
figure {
    -ms-interpolation-mode: bicubic;
    border: 0;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

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

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

a code {
    color: #004cff;
}

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

.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: #004cff;
    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 {
    border-color: #8392A5;
    color: #8392A5;
    border: 1px solid;
    display: inline-block;
    font-size: 17px !important;
    padding: 6px 18px !important;
    margin-bottom: 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 36px;
    transition: all ease 500ms;
    line-height: 29px;
    margin-right: 0px;
}

.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: #004cff;
    margin-right: 5px;
}


/*=======================================
 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: bold;
    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: 45px;
    margin-bottom: 15px;
}

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

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

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

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

.blog-post-comment .comment-respond .comment-form .btn-comments {
    display: inline-block;
    background: #004cff;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    padding: 14px 28px;
    border-radius: 30px;
    width: auto;
    border: 0px solid;
    transition: all .4s ease;
}

.blog-post-comment .comment-respond .comment-form .btn-comments:hover {
    background: rgb(255 53 36 / 10%);
    color: #004cff;
}

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

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


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

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

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

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

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

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

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

.blog-sidebar .widget .widget-title {
    padding-bottom: 10px;
    position: relative;
    font-weight: 700;
    font-size: 24px;
    color: #272727;
    padding-left: 0;
    letter-spacing: 0;
    border-bottom: 1px solid #E4E4E4;
    margin-bottom: 20px;
}

.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: 15px;
    color: #555555;
    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: #004cff;
    border-radius: 50%;
}

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

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

.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: #004cff;
    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: #004cff;
    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: #004cff;
    border-color: #004cff !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: #272727;
}

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

.post-layout-style2 .single-blog-content .entry-content h5 {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 1.2;
}

.post-layout-style2 .single-blog-content .entry-content h6 {
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 15px;
}

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

blockquote,
.blockquote {
    overflow: hidden;
    background-color: #ffffff;
    padding: 50px !important;
    position: relative;
    text-align: center;
    z-index: 1;
    margin-bottom: 20px !important;
    margin-top: 20px !important;
    border-left: 0px !important;
    border-right: 0px !important;
}

blockquote::before,
.blockquote::before {
    color: #efefef;
    content: "\f10d";
    position: absolute;
    left: 50px;
    top: -40px;
    z-index: -1;
    font-family: fontAwesome;
    font-size: 100px;
    font-weight: 900;
}

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: 600;
    font-size: 20px;
}

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

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

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

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

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

.wp-block-button .wp-block-button__link {
    background-color: #004cff;
    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: #004cff;
}

.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: #004cff !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: #004cff;
}

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

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

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

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

.blog-sidebar select {
    height: 45px;
    font-size: 15px;
    padding: 8px 15px;
    width: 100%;
    border: 1px solid #eee;
    color: #272727;
    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: #272727;
    font-weight: 700;
    margin-bottom: 20px;
}

.home-tag-widgett .tagcloud a {
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #595959 !important;
    border-color: #D6D6D6 !important;
    border-radius: 8px !important;
    margin-right: 5px;
    padding: 8px 14px !important;
}


/*** Author Box ***/

.author_bio__Wrapper {
    clear: both;
    overflow: hidden;
    margin-top: 60px;
    padding: 30px 30px 30px;
    border-top: 0px solid #eaeaea;
    border-bottom: 0px solid #eaeaea;
    background: #F8F8F8;
    border-radius: 20px;
}

.author-thumb {
    float: left;
    margin-right: 25px;
    margin-bottom: 20px;
}

.author-thumb img {
    width: 148px;
    height: 148px;
    border-radius: 50%;
}

.theme_author_Info {
    padding-right: 20px;
}

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

h4.theme_author__Name {
    color: #424242;
    margin-top: 0px;
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
}

p.theme_author__Description {
    font-size: 18px;
    line-height: 22px;
    color: #555555;
    margin-bottom: 0;
    font-weight: 500;
}

.theme_author_Socials a {
    display: inline-block;
    background: #004cff;
    color: #fff;
    width: 32px;
    height: 32px;
    font-size: 18px;
    text-align: center;
    line-height: 32px;
    border-radius: 50%;
    margin-right: 3px;
}

.theme_author_Socials {
    margin-top: 15px;
}

.theme_author_Socials a:hover {
    background: rgb(255 53 36 / 10%);
    color: #004cff;
}


/*** 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: 50%;
    border-radius: 10px;
}

.theme_blog_nav_Title {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 0;
    color: #272727;
    word-break: break-all;
}

.theme_blog_nav_Title a {
    margin-bottom: 0;
    color: #272727;
    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: 30px;
    background: #F8F8F8;
    margin-top: 60px;
    border-radius: 20px;
}

.theme_blog_nav_Title a:hover {
    color: #004cff;
}

h1.theme-breacrumb-title {
    font-size: 45px;
    font-weight: 700;
    color: #000000;
    margin: 0;
    line-height: 1;
}

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

.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 a.page-numbers,
.main-container .theme-pagination-style ul.page-numbers li span.page-numbers {
    width: 40px;
    height: 40px;
    line-height: 38px;
    margin-right: 6px;
    padding: 0;
    text-align: center;
    display: inline-block;
    border: 1px solid #E4E4E4;
    margin-left: auto;
    color: #272727;
    font-size: 16px;
    font-weight: 500;
    background-color: transparent;
    border-radius: 0px;
}

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

.main-container .theme-pagination-style ul.page-numbers li i {
    line-height: 38px;
    color: #004cff;
}

.main-container .theme-pagination-style ul.page-numbers li a.page-numbers:hover {
    border: 1px solid #004cff;
    background-color: #004cff;
    color: #fff;
}

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

.theme-tags__wrapper h4 {
    font-size: 20px !important;
    margin-bottom: 15px !important;
    line-height: 1.2 !important;
    color: #272727 !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: #004cff !important;
    background: #004cff !important;
    color: #fff;
}

.theme_related_post_Grid h2 {
    margin-bottom: 22px;
}

.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: #272727;
    margin-bottom: 25px;
}

.error-page .error-body .btn {
    margin-top: 30px;
    display: inline-block;
    background: #004cff;
    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: 80px;
    padding-bottom: 80px;
}

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

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

.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: 24px;
    line-height: 25px;
}

.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: 17px;
    line-height: 1.8;
    color: #555555;
    margin: 0 0 15px 0;
}

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

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

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

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

.theme-blog-details .post-featured-image {
    margin-bottom: 50px;
}

.sidebar-active .alignfull {
    left: auto;
    right: auto;
    margin-left: 0;
    margin-right: 0;
    width: auto;
}

figure.wp-block-gallery ul.blocks-gallery-grid {
    padding-left: 0 !important;
}

.blog-details-content .wp-block-columns {
    margin-top: 31px;
    margin-bottom: 31px;
}

.blog-details-content .wp-block-columns figure.wp-block-image.size-full.bottom-zero-article-thumb {
    margin-bottom: 0;
}

.bottom-zero-article-thumb img {
    height: 275px;
    object-fit: cover;
    object-position: center top;
    border-radius: 20px !important;
}

.blog-details-content figure.wp-block-image.size-full.bottom-zero-article-full {
    margin-top: 35px;
    margin-bottom: 35px;
}

.bottom-zero-article-full img {
    border-radius: 24px !important;
}

blockquote,
.blockquote {
    margin-bottom: 23px !important;
    margin-top: 23px !important;
}

.single-blog-content blockquote {
    padding-bottom: 45px !important;
}

.single-blog-content blockquote,
.single-blog-content .blockquote {
    background: #F8F8F8;
    border-radius: 20px;
}

blockquote::before,
.blockquote::before {
    color: #004cff;
    opacity: .2;
}

blockquote::before,
.blockquote::before {
    content: "\efcd";
    top: 5px;
    font-family: 'IcoFont' !important;
    font-size: 48px;
    line-height: 1;
}

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 p,
.single-blog-content .single-blog-inner .entry-content blockquote p,
.blockquote p {
    color: #555;
    line-height: 1.3;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
}

.post-layout-style2 .single-blog-content .entry-content ol {
    font-size: 17px;
}

.post-layout-style2 .single-blog-content .entry-content ol li {
    line-height: 1.8;
    margin-bottom: 10px;
    font-weight: 500;
}

.post-layout-style2 .single-blog-content .entry-content ol li ol {
    margin: 10px 0 0;
}

.post-layout-style2 .single-blog-content .entry-content ul li ul {
    margin: 10px 0 0;
    list-style-type: circle;
}

.post-layout-style2 .single-blog-content .entry-content ul li ul li {
    list-style-type: circle;
}

.wp-block-archives-dropdown,
.wp-block-categories-dropdown {
    margin-bottom: 28px;
}

.wp-block-archives-dropdown select,
.wp-block-categories-dropdown select {
    width: 100%;
    cursor: pointer;
    height: 45px;
    font-size: 15px;
    padding: 8px 15px;
    width: 100%;
    border: 1px solid #eee;
    color: #272727;
    font-weight: 500;
}

.wp-block-search .wp-block-search__button {
    background: #004cff !important;
    border: 1px solid #004cff !important;
    color: #fff !important;
    cursor: pointer;
}

.wp-block-calendar span.pad {
    display: none;
}

.wp-block-calendar nav.wp-calendar-nav {
    margin-bottom: 35px;
}

.page-links {
    margin-top: 20px;
    margin-bottom: 20px;
    clear: both;
}

.page-links .post-page-numbers {
    width: 35px;
    height: 35px;
    border-radius: 25px;
    background-color: #ffffff;
    border: 1px solid #eee;
    font-size: 15px;
    line-height: 35px;
    color: #0a0c19;
    text-align: center;
    display: inline-block;
    margin-left: 5px;
    text-decoration: none !important;
}

.page-links .page-link {
    display: inline-block;
    background-color: #004cff;
    color: #fff;
    margin-right: 0px;
}

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

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

.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: #004cff;
    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: #004cff;
    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: -12px;
    margin-right: -6.5px;
}

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

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

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

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

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


body.page .theme-page-spacing .entry-content ul li::marker {
    color: #004cff;
}

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, body.page .theme-page-spacing .entry-content ul {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 20px;
}

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

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

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


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

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

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

body.page .theme-page-spacing .entry-content table td a {
    color: #272727;
    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: #004cff;
    color: #fff;
    border-color: #004cff;
    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: 40px;
    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: #004cff;
    border-radius: 5px;
}

.blog-sidebar .widget_block li.wp-block-latest-comments__comment {
    color: #484848;
    position: relative;
    margin-bottom: 12px;
    padding-left: 14px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
}

.blog-sidebar .widget_block .wp-block-latest-comments {
    border: 0;
    padding: 0;
    list-style: none;
    line-height: 1.5;
    margin-bottom: 0;
}

.blog-sidebar .widget_block li.wp-block-latest-comments__comment::before {
    height: 7px;
    width: 7px;
    content: '';
    left: 0;
    top: 7px;
    position: absolute;
    background-color: #004cff;
    border-radius: 50%;
}

.blog-sidebar .widget_block li.wp-block-latest-comments__comment a {
    color: #555555;
    display: inline-block;
}

.blog-sidebar .widget_block li.wp-block-latest-comments__comment .wp-block-latest-comments__comment-author {
    font-weight: bold;
    font-size: 14px;
}

.blog-sidebar .widget_block li.wp-block-latest-comments__comment::last-child {
    margin-bottom: 0;
}

.widget.widget_block .wp-block-group__inner-container h2 {
    padding-bottom: 0px;
    position: relative;
    font-weight: 700;
    font-size: 24px;
    color: #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: #004cff;
}

.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 #E4E4E4;
    width: 100%;
    display: block;
    outline: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    border-radius: 5px;
    font-size: 15px;
}

.wp-block-search .wp-block-search__label {
    padding-bottom: 10px;
    position: relative;
    font-weight: 700;
    font-size: 24px;
    color: #272727;
    padding-left: 0;
    letter-spacing: 0;
    border-bottom: 1px solid #E4E4E4;
    margin-bottom: 20px;
    line-height: 1.2;
}

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

.blog-sidebar .widget_block.widget_search .wp-block-search__button:before {
    display: none;
}

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

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

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

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

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

body.page .theme-page-spacing .entry-content ul.comments-list li::marker {
    color: transparent;
}

.comments-list .comment-author cite,
.comment-author vcard cite {
    font-style: normal !important;
    text-transform: capitalize;
}

.blog-sidebar select {
    background-color: white;
    border: thin solid #004cff;
    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, #004cff, #004cff);
    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 ***/


/*===================================================
    Common Style
====================================================*/

:root {
    --primary-font: "Inter", sans-serif;
    --body-font: "Inter", sans-serif;
    --secondary-font: "jost", sans-serif;
    --primary-color: #004CFF;
    --secondary-color: #15BCF1;
    --light-primary-color: #ECF2FF;
    --heading-color: #212529;
    --white-color: #ffffff;
    --dark-color: #000000;
    --bg-white: #ffffff;
    --bg-dark: #121418;
    --bg-grey: #F3F7FE;
    --bg-grey-2: #F8FAFF;
    --grey-color: #666666;
    --grey-color-2: #C1C1C1;
    --grey-color-3: #F8F8F8;
    --grey-color-4: #606060;
    --grey-color-5: #FDFAF2;
    --pink-color: #F50BEC;
    --blue-color: #15BCF1;
    --blue-color-2: #0378E4;
    --light-blue-color: #640BF5;
    --green-color: #19DB5B;
    --yellow-color: #F5980B;
    --red-color: #004cff;
    --border-1: #BCBCBC;
    --border-2: #D9D9D9;
    --border-3: #939393;
    --box-shadow: 0px 30px 60px 0px rgba(10.000000000000004, 42.999999999999964, 82.99999999999999, 0.14901960784313725);
}

body {
    background-color: #fff;
    font-size: 17px;
    line-height: 27px;
    color: var(--grey-color);
    font-weight: 400;
    letter-spacing: -0.2px;
    position: relative;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    -webkit-font-smoothing: antialiased;
    color: var(--heading-color);
}

h1 {
    font-size: 45px;
    font-weight: 600;
    line-height: 55px;
    margin: 0 0 10px;
    color: var(--heading-color);
}

h2 {
    font-size: 32px;
    line-height: 42px;
    color: var(--heading-color);
    margin: 0 0 10px;
    font-weight: 600;
    letter-spacing: -1px;
}

h3,
h4 {
    margin: 0 0 10px;
    font-weight: 500;
    line-height: 1.5;
    color: var(--heading-color);
    letter-spacing: -0.5px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 16px;
}

h5,
h6 {
    font-size: 14px;
    margin: 0 0 10px;
}

p {
    font-size: 17px;
    line-height: 27px;
    margin-bottom: 15px;
}

a {
    color: var(--heading-color);
}

a,
a:hover {
    text-decoration: none;
}

a:focus {
    outline: 0;
    text-decoration: none;
}

img {
    border: none;
    outline: none;
    max-width: 100%;
}

ul {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
}

/*Form Input Color*/
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #999 !important;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #999 !important;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #999 !important;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #999 !important;
}

button {
    border: none;
    background: none;
}

/*Padding Classes*/
.padding {
    padding: 90px 0;
}

.padding-top {
    padding-top: 90px;
}

.padding-bottom {
    padding-bottom: 90px;
}

.no-padding {
    padding: 0;
}

.sm-padding {
    padding: 15px;
}

.padding-15 {
    padding: 15px;
}

.padding-20 {
    padding: 20px;
}

@media (max-width: 992px) {
    .padding {
        padding: 70px 0;
    }

    .padding-bottom {
        padding-bottom: 70px;
    }

    .padding-top {
        padding-top: 70px;
    }
}

@media (max-width: 767px) {
    .padding {
        padding: 50px 0;
    }

    .padding-bottom {
        padding-bottom: 50px;
    }

    .padding-top {
        padding-top: 50px;
    }
}

/*Default Background Color*/
.bg-grey {
    background-color: var(--bg-grey);
}

.bg-grey-2 {
    background-color: var(--bg-grey-2);
}

.bg-grey-3 {
    background-color: var(--grey-color-5);
}

.bg-dark {
    background-color: var(--bg-dark);
}

.bg-dark-light {
    background-color: var(--bg-dark-light);
}

/*Boder Classes*/
.bd-top {
    border-top: 1px solid #eee;
}

.bd-bottom {
    border-bottom: 1px solid #eee;
}

.bd-left {
    border-left: 1px solid #eee;
}

.bd-right {
    border-right: 1px solid #eee;
}

/* Margin Class */
.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-35 {
    margin-top: 35px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-45 {
    margin-top: 45px;
}

.mt-50 {
    margin-top: 50px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-45 {
    margin-bottom: 45px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-60 {
    margin-bottom: 60px;
}

/*Transition Effect*/
a,
a:hover,
.form-control,
.form-control:hover,
button {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

/*Scrollbar Style*/
::-webkit-scrollbar {
    width: 8px;
    height: 8px
}

::-webkit-scrollbar-thumb {
    cursor: poSyne;
    background-color: var(--primary-color);
}

::selection {
    background-color: var(--primary-color);
    color: #fff
}

-webkit-::selection {
    background-color: var(--primary-color);
    color: #fff
}

::-moz-selection {
    background-color: var(--primary-color);
    color: #fff
}

/* Site Preloader*/
.loaded .site-preloader {
    opacity: 0;
    visibility: hidden;
}

.site-preloader {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    background: #fff;
    top: 0;
    left: 0;
}

.site-preloader .spinner {
    background-color: var(--primary-color);
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px;
}

.spinner {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    -webkit-animation: scaleout 1.0s infinite ease-in-out;
    animation: scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes scaleout {
    0% {
        -webkit-transform: scale(0)
    }

    100% {
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}

@keyframes scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
        opacity: 0;
    }
}

/*Default Button*/
.btn-group {
    display: flex;
    align-items: center;
    column-gap: 30px;
}

.btn-group-left a {
    margin-right: 10px;
}

/* Default Btn */
.default-btn {
    background: var(--primary-color);
    font-family: var(--primary-font);
    font-size: 16px;
    color: var(--white-color);
    font-weight: 600;
    line-height: 1px;
    display: inline-block;
    text-transform: capitalize;
    letter-spacing: 0px;
    padding: 25px 35px;
    overflow: hidden;
    position: relative;
    border-radius: 50px;
    z-index: 1;
}

.default-btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.2);
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: -moz-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: -ms-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: -o-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: -1;
}

.default-btn:hover:before {
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

.default-btn:hover {
    color: var(--white-color);
}

.download-btn {
    padding: 15px 25px;
}

.default-btn .btn-icon {
    display: inline-block;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #ddd;
}

.default-btn img {
    width: 14px;
}

@media (max-width: 600px) {
    .default-btn {
        font-size: 13px;
        line-height: 1;
        padding: 15px 18px;
    }
}

/* Post Card */
.post-card .post-thumb-2,
.post-card .post-thumb {
    border-radius: 5px;
    margin-bottom: 25px;
    overflow: hidden;
}

.post-card .post-thumb img {
    height: 180px;
    width: 100%;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
}

.post-card .post-content .title {
    font-size: 20px;
    font-weight: 600;
    margin: 15px 0 0 0;
    max-width: 300px;
    width: 100%;
}

.post-content .title a {
    background: linear-gradient(var(--heading-color) 0%, var(--heading-color) 98%);
    background-size: 0 2px;
    background-repeat: no-repeat;
    background-position: left 100%;
}

.post-content .title a:hover {
    color: var(--heading-color);
    background-size: 100% 2px;
}

.post-card:hover .post-thumb img {
    transform: scale(1.05);
}

/* Card Btn */
.card-btn {
    color: var(--white-color);
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    padding: 7px 15px 7px 10px;
    text-transform: uppercase;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
    transition: all 0.3s ease-in-out;
    position: relative;
    display: inline-block;
}

.card-btn:hover {
    transform: translateY(-2px);
}

.card-btn:after {
    background-color: var(--pink-color);
    content: "";
    height: 90%;
    width: 13px;
    position: absolute;
    right: -13px;
    bottom: 0;
    opacity: 0.2;
}

.card-btn-2 {
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    color: #787A7B;
}

/* Play Btn */
.play-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.play-btn .play-icon {
    width: 55px;
    height: 55px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    color: var(--primary-color);
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-animation: play-btn-ripple 2s linear infinite;
    animation: play-btn-ripple 2s linear infinite;
}

.play-btn .play-icon svg {
    width: 12px;
}

.play-btn small {
    font-size: 12px;
    position: relative;
    color: #6a7c92;
    display: inline-block;
    font-family: "Work Sans", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0;
    margin-left: 15px;
}

/* Play Button Ripple Effect */
@-webkit-keyframes play-btn-ripple {
    0% {
        -webkit-box-shadow: 0px 0px 0px 0px rgba(73, 82, 232, 0.08), 0px 0px 0px 5px rgba(73, 82, 232, 0.08), 0px 0px 0px 12px rgba(73, 82, 232, 0.08);
        box-shadow: 0px 0px 0px 0px rgba(73, 82, 232, 0.08), 0px 0px 0px 5px rgba(73, 82, 232, 0.08), 0px 0px 0px 12px rgba(73, 82, 232, 0.08);
    }

    100% {
        -webkit-box-shadow: 0px 0px 0px 5px rgba(73, 82, 232, 0.08), 0px 0px 0px 12px rgba(73, 82, 232, 0.08), 0px 0px 0px 18px rgba(73, 82, 232, 0);
        box-shadow: 0px 0px 0px 5px rgba(73, 82, 232, 0.08), 0px 0px 0px 12px rgba(73, 82, 232, 0.08), 0px 0px 0px 18px rgba(73, 82, 232, 0);
    }
}

@keyframes play-btn-ripple {
    0% {
        -webkit-box-shadow: 0px 0px 0px 0px rgba(73, 82, 232, 0.08), 0px 0px 0px 5px rgba(73, 82, 232, 0.08), 0px 0px 0px 12px rgba(73, 82, 232, 0.08);
        box-shadow: 0px 0px 0px 0px rgba(73, 82, 232, 0.08), 0px 0px 0px 5px rgba(73, 82, 232, 0.08), 0px 0px 0px 12px rgba(73, 82, 232, 0.08);
    }

    100% {
        -webkit-box-shadow: 0px 0px 0px 5px rgba(73, 82, 232, 0.08), 0px 0px 0px 12px rgba(73, 82, 232, 0.08), 0px 0px 0px 18px rgba(73, 82, 232, 0);
        box-shadow: 0px 0px 0px 5px rgba(73, 82, 232, 0.08), 0px 0px 0px 12px rgba(73, 82, 232, 0.08), 0px 0px 0px 18px rgba(73, 82, 232, 0);
    }
}


/* Section Heading */


.section-heading .section-title {
    font-size: 36px;
    line-height: 1;
    font-weight: 600;
    display: block;
    margin-bottom: 0;
}

.title-border {
    position: relative;
    z-index: 1;
}

.title-border:after {
    content: "";
    height: 1px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    border-bottom: 1px dashed var(--border-3);
    z-index: -1;
}

.section-heading .section-title span {
    background-color: var(--white-color);
    padding-right: 40px;
    line-height: 1;
}

.section-heading .desc {
    max-width: 650px;
    width: 100%;
    margin: 0 auto;
}

.section-heading .desc:last-child {
    margin-bottom: 0;
}

.section-heading .default-btn {
    margin-top: 25px;
}


.section-heading-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


@media (max-width: 992px) {
    .section-heading {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .section-heading .sub-title {
        font-size: 12px;
    }

    .section-heading .sub-title i {
        font-size: 14px;
    }

    .section-heading .section-title {
        font-size: 28px;
        line-height: 36px;
    }

    .section-heading .section-title br {
        display: none;
    }

    .about-bottom {
        flex-direction: column;
        row-gap: 20px;
        align-items: baseline !important;
    }

    .about-bottom:before {
        display: none;
    }

    .title-border:after {
        display: none;
    }
}

/*  Custom Cursor */
.dl-cursor {
    display: none;
}

@media (min-width: 992px) {
    .dl-cursor {
        display: block;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        position: fixed;
        left: 0;
        top: 0;
        user-select: none;
        pointer-events: none;
        transform: translate(50%, 50%);
        visibility: hidden;
        z-index: 10000;
        -webkit-transition: all .5s cubic-bezier(.165, .84, .44, 1);
        transition: all .5s cubic-bezier(.165, .84, .44, 1);
    }

    .dl-cursor:before {
        background-color: var(--heading-color);
        content: "";
        width: 100%;
        height: 100%;
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: 0;
    }

    .dl-cursor.cursor-grow:before {
        opacity: 0.7;
        transform: scale(1.5);
        transition: all 0.3s ease;
    }

    .dl-cursor.hide {
        opacity: 0;
        transition: opacity 0.3s ease;
        transition-delay: 0.4s;
    }

    .dl-cursor.hide .inner {
        transform: scale(0.1);
        transition: transform 0.3s ease;
    }

    .dl-cursor.cross:before {
        font-family: "DL-Icons";
        content: "\e9b3";
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        opacity: 1;
        transform: scale(2);
        transition: all 0.3s ease;
    }
}

/*Check List*/

.check-list li {
    display: flex;
    align-items: center;
}

.check-list li:not(:last-of-type) {
    margin-bottom: 10px;
}

.check-list li i {
    background: var(--primary-color);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #fff;
    margin-right: 10px;
}


/*Page Header*/
.page-header {
    background-color: #F7F7F7;
    border-top: 1px solid var(--border-2);
}

.page-header-content {
    padding: 30px 0;
}

.page-header-content ul {
    display: flex;
    align-items: center;
}

.page-header-content ul li {
    position: relative;
    line-height: 1;
}

.page-header-content ul li:not(:last-of-type):after {
    content: "/";
    margin-right: 5px;
    margin-left: 5px;
}

.page-header-content ul li a {
    font-size: 16px;
    color: var(--heading-color);
}

.page-header-content ul li.active a {
    font-weight: 600;
}

.page-header-content ul li a:hover {
    color: var(--primary-color);
}

/*Overlay*/
.overlay {
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

/*Rattings*/

.rattings li {
    display: inline-block;
    color: #FF9529;
    font-size: 14px;
    margin: 0 -2px;
}


/* Carousel Dots */
.carousel-pagination span {
    background-color: #bbb;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    opacity: 1;
    transition: all .6s cubic-bezier(.75, 0, .175, 1);
}

.carousel-pagination span.swiper-pagination-bullet-active {
    background-color: var(--primary-color);
    box-shadow: 0px 0px 0px 3px rgba(75, 131, 255, 0.5);
    transition: all .6s cubic-bezier(.75, 0, .175, 1);
}

/* Carousel Navigation */
.carousel-wraper {
    position: relative;
}

.carousel-navigation button {
    background: #fff;
    box-shadow: var(--box-shadow);
    width: 45px;
    height: 45px;
    font-size: 28px;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    left: calc(-45px / 2);
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    visibility: hidden;
    opacity: 0;
}

.carousel-navigation button.carousel-button-next {
    left: auto;
    right: calc(-45px / 2);
}

.carousel-navigation button:hover {
    background: var(--primary-color);
    color: #fff;
}

.carousel-wraper:hover .carousel-navigation button {
    visibility: visible;
    opacity: 1;
}


/*Scrool Up*/
#scrollup {
    width: 45px;
    height: 45px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    overflow: hidden;
    z-index: 999;
}

.scroll-to-top {
    background-color: var(--primary-color);
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 20px;
    padding: 0;
    line-height: 40px;
    color: #fff;
    border-radius: 50%;
    outline: none;
    text-decoration: none;
    transform: translateY(150%);
    transition: all 0.3s ease-in-out;
}

#scrollup.show {
    opacity: 1;
}

#scrollup.show .scroll-to-top {
    transform: translateY(0);
    transition: all 0.3s ease-in-out;
}

.scroll-to-top:hover {
    color: #fff;
    text-decoration: none;
    opacity: 0.8;
    transition: all 0.3s ease-in-out;
}

/*===================================================
    Blog
====================================================*/

/*Post Category*/
.post-category {
    background-color: var(--primary-color);
    position: absolute;
    right: 20px;
    top: 20px;
    font-family: var(--primary-font);
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    border-radius: 0;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.post-category:hover {
    color: #fff;
}

/*Post Details*/

/* .post-details .post-thumb {
    min-height: 350px;
    position: relative;
    margin-bottom: 40px;
}

.post-details .post-thumb img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    object-position: center;
}

.post-details p {
    font-size: 18px;
    letter-spacing: -0.5px;
    line-height: 30px;
    margin-bottom: 40px;
}

blockquote {
    background-color: #fff;
    padding: 40px;
    border: 1px solid #eee;
    border-left: 3px solid var(--primary-color);
    color: var(--heading-color);
    font-family: var(--primary-font);
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    text-transform: capitalize;
    display: block;
    margin: 0;
    margin-bottom: 40px;
}

blockquote i.las {
    color: var(--primary-color);
    display: block;
    margin-bottom: 10px;
    font-size: 40px;
}

blockquote span {
    font-family: var(--primary-font);
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    text-transform: capitalize;
    color: var(--grey-color);
    display: block;
    margin-top: 15px;
}

.post-details-gallery {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 10px;
    margin: 40px 0;
} */

.post-details .tags li a {
    background-color: #fff;
    border: 1px solid #eee;
    margin: 0;
}

/* Post Navigation */
.post-navigation {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 50px;
    align-items: center;
    margin: 40px 0;
}

.post-navigation li:last-child {
    text-align: right;
}

.post-navigation li a {
    font-family: var(--primary-font);
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    color: var(--heading-color);
    letter-spacing: -0.5px;

}

.post-navigation li a:hover {
    text-decoration: underline;
}

.post-navigation li a:hover>span {
    text-decoration: none;
}

.post-navigation li a span {
    font-family: var(--primary-font);
    font-size: 12px;
    font-weight: 600;
    color: var(--grey-color);
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
    text-decoration: none;
}

.post-navigation li a span i {
    color: #a5a6aa;
    margin-right: 5px;
}

.post-navigation li:last-child a span i {
    margin-left: 5px;
    margin-right: auto;
}

/*Auhtor Box*/
.author-box {
    background-color: #fff;
    border: 1px solid #eee;
    padding: 40px;
    display: grid;
    align-items: center;
    grid-template-columns: 80px 1fr;
    grid-column-gap: 20px;
    line-height: 1;
    margin-bottom: 40px;
}

.author-info p {
    margin-bottom: 25px;
}

.social-icon li {
    display: inline-block;
}

.social-icon li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #ddd;
}

.social-icon li a:hover {
    color: var(--primary-color);
}

.social-icon li:not(:last-of-type) {
    margin-right: 10px;
}

@media (max-width: 767px) {
    .author-box {
        grid-template-columns: 1fr;
    }

    .author-box .author-thumb img {
        margin-bottom: 20px;
    }
}

/*Comments*/
.comments-box {
    margin-bottom: 40px;
}

.comment-title {
    font-weight: 600;
    color: var(--heading-color);
    display: inline-block;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 30px;
    line-height: 1;
}

.comment-title:before {
    background-color: var(--primary-color);
    width: 100%;
    height: 2px;
    position: absolute;
    content: "";
    left: 0;
    bottom: 3px;
}

.comments-box .comment-inner {
    display: grid;
    grid-template-columns: 60px 1fr;
    grid-column-gap: 20px;
}

.comments-box .comment {
    margin-bottom: 40px;
}

.comments-box .children {
    margin-left: 50px;
    margin-top: 40px;
}

.comments-box .comment-thumb img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-top: 5px;
}

.comments-meta h4 {
    font-size: 20px;
    font-weight: 500;
    display: block;
}

.comments-meta h4 span {
    font-family: var(--body-font);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.2px;
    text-transform: capitalize;
    color: var(--grey-color);
    display: block;
}

.comment-area p {
    font-size: 17px;
    line-height: 27px;
    margin-bottom: 10px;
}

/*Comment Form*/
.comment-form {
    margin-top: -15px;
}

.comment-form .form-control {
    background-color: #fff;
    height: 60px;
    border-radius: 0;
    border: 1px solid #eee;
    box-shadow: none;
    outline: none;
}

.comment-form .form-control.comment {
    height: 150px;
}

#form-messages {
    display: none;
    margin-top: 15px;
    margin-bottom: 0;
}

#form-messages.alert-danger,
#form-messages.alert-success {
    display: block;
}

/*Sidebar Widget*/
.sidebar-widget {
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 3px;
    overflow: hidden;
    padding: 30px;
}

.sidebar-ads a img {
    width: 100%;
    border-radius: 3px;
}

.sidebar-widget:not(:first-of-type) {
    margin: 30px 0;
}

@media(max-width:992px) {
    .sidebar-widget.widget-2 {
        margin-bottom: 0;
    }
}


/*Search*/
.sidebar-widget .search-form {
    position: relative;
}

.sidebar-widget .search-form .form-control {
    background-color: #fff;
    border-radius: 2px;
    box-shadow: none;
    outline: none;
    height: 50px;
    border: 1px solid #eee;
    padding-right: 40px;
}

.sidebar-widget .search-form .search-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 100%;
    font-size: 25px;
    color: var(--grey-color);
}

/*Widget Title*/
.widget-title {
    display: block;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}

.widget-title h3 {
    font-weight: 600;
    color: var(--heading-color);
    display: inline-block;
    padding-bottom: 10px;
    position: relative;
    margin: 0;
    line-height: 1;
}

.widget-title h3:before {
    background-color: var(--primary-color);
    width: 100%;
    height: 2px;
    position: absolute;
    content: "";
    left: 0;
    bottom: 3px;
}

/*Category List*/

.category-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.3s ease;
    position: relative;
    padding-left: 15px;
}

.category-list li:before {
    background-color: var(--primary-color);
    box-shadow: 0px 0px 0px 3px rgba(21, 126, 251, 0.5);
    border-radius: 50%;
    width: 5px;
    height: 5px;
    content: "";
    position: absolute;
    left: 0;
    top: calc(50% - 2.5px);
}

.category-list li:not(:last-of-type) {
    margin-bottom: 10px;
}

.category-list li a {
    font-weight: 500;
    color: var(--grey-color);
}

.category-list li a:hover {
    color: var(--heading-color);
    text-decoration: none;
}

.category-list li span {
    border: 1px solid #ddd;
    font-size: 14px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 2px;
    text-align: center;
}

.category-list li:hover span {
    background-color: var(--primary-color);
    color: #fff;
    transition: all 0.3s ease;
}

/*Thumb Posts*/

.thumb-post li {
    display: inline-flex;
    align-items: flex-start;
    justify-content: space-between;
}

.thumb-post li:not(:last-of-type) {
    margin-bottom: 20px;
}

.thumb-post li .thumb {
    flex-shrink: 0;
    width: 80px;
    height: 70px;
    margin: 0 15px 0 0;
    position: relative;
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    overflow: hidden;
}

.thumb-post .thumb-post-info {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

.thumb-post .thumb-post-info h3 {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
}

.thumb-post .thumb-post-info h3 a {
    color: var(--heading-color);
    background: linear-gradient(var(--primary-color) 0%, var(--primary-color) 98%);
    background-size: 0 2px;
    background-repeat: no-repeat;
    background-position: left 100%;
}

.thumb-post .thumb-post-info h3 a:hover {
    background-size: 100% 2px;
}

.thumb-post .thumb-post-info .date {
    font-weight: 500;
    font-size: 14px;
    font-family: var(--primary-font);
    text-transform: capitalize;
    color: var(--grey-color);
    display: flex;
    align-items: center;
    line-height: 1;
}

.thumb-post .thumb-post-info .date i {
    color: var(--primary-color);
    margin-right: 5px;
}

/*Tags*/
.tags li {
    display: inline-block;
}

.tags li a {
    background-color: #eee;
    display: inline-block;
    font-family: var(--primary-font);
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 600;
    color: var(--grey-color);
    padding: 3px 15px;
    margin: 0 3px 10px 0;
    border-radius: 2px;
}

.tags li a:hover {
    background-color: var(--primary-color);
    color: #fff;
}

/*Pagination*/
.pagination-wrap li {
    display: inline-block;
    margin: 0 10px 0 0;
}

.pagination-wrap li a {
    background-color: #fff;
    border: 1px solid #eee;
    color: var(--grey-color);
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 2px;
    text-align: center;
    display: inline-block;
    cursor: poSyne;
}

.pagination-wrap li a:hover,
.pagination-wrap li a.active {
    background-color: var(--primary-color);
    border: 1px solid #124a94;
    color: #fff;
}


/*===================================================
    Table of Contets
=====================================================

    01 Navigation
    02 Trending Section
    03 Hero Post Area
    04 Cta Section
    05 Editor Post Area
    06 Categories Section
    07 News Post Area
    08 Watch Section
    09 Subscribe Section
    10 Recent Post Area
    11 Contact Section
    12 Fashion Blog Area
    13 Travel Post 
    14 Tech Post Area
    15 Video Post Area
    16 Video Section
    17 Promo Section
    18 Latest Post Area
    19 Trending Section
    20 Author Details
    21 Blog Default
    22 Single Layout 1
    23 Layout Header
    24 About Section
    25 Skill Section
    26 Team Section
    27 Error Section
    28 Contact Section
    29 Team Details
    30 Footer Section

===================================================
    Table of Contets
====================================================*/

/*===================================================
    01 Navigation
====================================================*/
header.main-header.transparent {
    background-color: var(--white-color);
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    border: none;
    transition: all 0.3s ease-in-out;
    z-index: 99;
}

.main-header {
    position: relative;
    z-index: 2;
}

.navigation-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Top Bar */

.top-bar {
    background-color: var(--dark-color);
}

.top-bar-wrap {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.top-bar-wrap .top-bar-left {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.top-bar-wrap .top-bar-left .link-title {
    color: var(--white-color);
    font-size: 12px;
    font-weight: 200;
    margin-bottom: 0;
    line-height: 1;
    margin-top: 1px;
}

.top-bar-wrap .top-bar-left ul {}

.top-bar-wrap .top-bar-left ul li {
    display: inline-flex;
}

.top-bar-wrap .top-bar-left ul li a {
    font-family: var(--primary-font);
    color: var(--white-color);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.2px;
}

.top-bar-wrap .top-bar-left ul li:not(:last-of-type):after {
    content: "-";
    color: var(--white-color);
    margin-left: 6px;
}

@media (min-width: 767px) {
    .top-bar-right .date {
        color: var(--white-color);
        font-size: 12px;
        font-weight: 500;
        line-height: 1;
        display: flex;
        align-items: center;
    }

    .top-bar-right .date i {
        font-size: 14px;
        margin-right: 5px;
    }
}

@media (max-width: 767px) {
    .top-bar-wrap {
        justify-content: center;
    }

    .top-bar-right {
        display: none;
    }
}

/* Mid Header */
.mid-header {
    background-color: var(--grey-color-3);
    border-bottom: 1px solid #DEDEDE;
}

.mid-header-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
}

.mid-header-wrap .mid-header-left ul {
    display: flex;
    align-items: center;
    column-gap: 6px;
}


.mid-header-wrap .mid-header-left ul li a {
    color: #1DA1F2;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #1DA1F2;
    border-radius: 50%;
}

.mid-header-wrap .mid-header-left ul li a:hover {
    background-color: #1DA1F2;
    color: var(--white-color);
    border: 1px solid var(--secondary-color);
}

.mid-header-wrap .mid-header-left ul li a.facebook {
    border: 1px solid #3B5998;
    color: #3B5998;
}

.mid-header-wrap .mid-header-left ul li a.facebook:hover {
    background-color: #3B5998;
    color: var(--white-color);
}

.mid-header-wrap .mid-header-left ul li a.instagram {
    border: 1px solid #E1306C;
    color: #E1306C;
}

.mid-header-wrap .mid-header-left ul li a.instagram:hover {
    background-color: #E1306C;
    color: var(--white-color);
}

.mid-header-wrap .mid-header-left ul li a.linkedin {
    border: 1px solid #0077b5;
    color: #0077b5;
}

.mid-header-wrap .mid-header-left ul li a.linkedin:hover {
    background-color: #0077b5;
    color: var(--white-color);
}

.mid-header-wrap .mid-header-left ul li a.pinterest {
    border: 1px solid #E60023;
    color: #E60023;
}

.mid-header-wrap .mid-header-left ul li a.pinterest:hover {
    background-color: #E60023;
    color: var(--white-color);
}

.mid-header-wrap .mid-header-right {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.mid-header-wrap .mid-header-right .header-btn {
    text-transform: uppercase;
    padding: 20px 25px;
    font-size: 15px;
    font-weight: 500;
    border-radius: 50px;
}

.mid-header-wrap .mid-header-right .user {
    background-color: var(--bg-grey-2);
    color: var(--primary-color);
    font-size: 20px;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.mid-header-wrap .mid-header-right .user:hover {
    background-color: var(--primary-color);
    color: var(--white-color);
}

.bottom-header {
    background-color: var(--grey-color-3);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bottom-header .sidebar-trigger {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    row-gap: 7px;
    padding: 0;
}

.bottom-header .sidebar-icon span {
    background-color: var(--heading-color);
    width: 30px;
    height: 3px;
    display: block;
    border-radius: 2px;
    transition: all 0.3s ease-in-out;
}

.bottom-header .sidebar-icon span:last-child {
    width: 15px;
}

.bottom-header .sidebar-icon:hover span:last-child {
    width: 30px;
}

.bottom-header .sidebar-icon:hover span:first-child {
    width: 15px;
}

.bottom-header .site-logo .dark {
    display: none;
	display: block !important;
}

.header-right .toggle-switch {
    position: relative;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 30px;
}

.header-right .toggle-switch label {
    position: absolute;
    width: 100%;
    height: auto;
    background-color: var(--dark-color);
    border-radius: 50px;
    cursor: pointer;
}

.header-right .toggle-switch input {
    position: absolute;
    display: none;
}

.header-right .toggle-switch .slider {
    position: absolute;
    width: 60px;
    height: 30px;
    border-radius: 50px;
    border: 1px solid var(--border-1);
    transition: 0.3s;
}

.header-right .toggle-switch .slider::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 3px;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    box-shadow: inset 10px -1px 0px 0px var(--dark-color);
    background-color: var(--grey-color-3);
    transition: 0.3s;
}

.header-right .toggle-switch input.active~.slider::before {
    background-color: var(--white-color);
    transform: translate(32px, -50%);
    box-shadow: none;
}

@media (max-width: 767px) {
    .mid-header-wrap {
        padding: 20px 0;
        justify-content: center;
    }

    .mid-header-wrap .mid-header-right,
    .mid-header-wrap .mid-header-left {
        display: none;
    }
}

/* Header 1 */
.header-1 .navigation-wrapper .site-logo {
    max-width: 125px;
    display: none;
}

.logo-dark {
    display: block;
    max-width: 290px;
}

.logo-light {
    display: block;
    max-width: 290px;
}

.header-1 .sticky-header.sticky-fixed-top .navigation-wrapper .site-logo {
    display: block;
	display: block !important;

}

.header-1 .sticky-header.sticky-fixed-top .navigation-wrapper .sidebar-icon {
    display: none;
}

/* Header 2 */

.header-2 .top-bar {
    background-color: var(--white-color);
}

.header-2 .top-bar-wrap .top-bar-left .link-title {
    color: var(--heading-color);
    font-weight: 500;
}

.header-2 .top-bar-right .date,
.header-2 .top-bar-wrap .top-bar-left ul li a {
    color: var(--heading-color);
}

.header-2 .top-bar-wrap .top-bar-left ul li:not(:last-of-type):after {
    color: var(--heading-color);
}

.header-2 .bottom-header {
    background-color: var(--dark-color);
}

.header-2 .bottom-header.bottom-2 {
    background-color: #F42A79;
}

.header-2 .navigation-menu-wrap {
    display: flex;
    align-items: center;
    column-gap: 30px;
}

.header-2 .site-logo {
    max-width: 125px;
	display: block !important;
}

.header-2 .main-menu li a {
    color: var(--white-color);
}

.header-2 .main-menu li a:hover:before {
    background-color: var(--white-color);
}

.header-2 .main-menu li li a {
    color: var(--heading-color);
}

.header-2 .main-menu li li a:hover:before {
    background-color: var(--primary-color);
}

.header-2 .header-right .toggle-switch .slider {
    border: 1px solid var(--white-color);
}

.header-2 .header-right .toggle-switch .slider::before {
    box-shadow: inset 10px -1px 0px 0px var(--white-color);
    background-color: transparent;
}

.header-2 .header-right .toggle-switch input:checked~.slider::before {
    background-color: var(--white-color);
}

.header-2 .header-right .search-icon:before {
    background-color: var(--white-color);
}

.header-2 .header-right .search-icon i {
    background-color: var(--white-color);
    color: var(--heading-color);
}

.header-2 .bottom-header.bottom-2 .sidebar-icon span {
    background-color: var(--white-color);
}

.header-2 .bottom-header.bottom-2 .header-right .search-icon i {
    background-color: #DD1664;
    color: var(--white-color);
}

/* Header 3 */
.header-3 .bottom-header {
    background-color: var(--white-color);
}

@media (min-width: 992px) {
    .header-3 .main-menu li a {
        color: var(--heading-color);
    }

    .header-3 .navigation-menu {
        height: 100px;
    }

    .header-3 .site-logo {
        max-width: 145px;
    }
}

.header-3 .header-right .toggle-switch .slider {
    border: 1px solid var(--heading-color);
}

.header-3 .header-right .toggle-switch .slider::before {
    box-shadow: inset 10px -1px 0px 0px var(--heading-color);
    background-color: transparent;
}

.header-3 .header-right .toggle-switch input:checked~.slider::before {
    background-color: var(--heading-color);
}

.header-3 .header-right .search-icon:before {
    display: none;
}

.header-3 .header-right .search-icon {
    padding-left: 0;
}

.header-3 .header-right .search-icon i {
    background-color: #FFF0ED;
}

.header-3 .header-right .user {
    background-color: #FFF0ED;
    color: var(--primary-color);
    font-size: 20px;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-left: 15px;
}

@media (max-width:992px) {
    .header-3 .line-menu {
        background-color: var(--heading-color);
    }

    .header-3 .header-right {
        justify-content: flex-end;
    }

    .header-3 .mobile-menu-icon {
        margin-left: 20px;
    }
}

.header-3 .bottom-header.bottom-3 .header-right .user,
.header-3 .bottom-header.bottom-3 .header-right .search-icon i {
    background-color: #ECF2FF;
    height: 40px;
    width: 40px;
    transition: all 0.3s ease-in-out;
}

.header-3 .bottom-header.bottom-3 .header-right .user:hover,
.header-3 .bottom-header.bottom-3 .header-right .search-icon i:hover {
    background-color: var(--primary-color);
    color: var(--white-color)
}

/* Sticky Header */

.main-menu {
    display: none;
    column-gap: 30px;
}

header-1 .site-logo img {
    max-width: 170px;
}

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

.header-right .header-right-item {
    align-items: center;
    column-gap: 14px;
}

.header-right .search-icon {
    margin-left: 15px;
    padding-left: 15px;
    position: relative;
}

.header-right .search-icon:before {
    background-color: var(--border-2);
    content: "";
    width: 1px;
    height: 25px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.header-right .search-icon i {
    background-color: var(--white-color);
    color: var(--primary-color);
    font-size: 18px;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(-90deg);
    cursor: pointer;
    border-radius: 50%;
}

@media (max-width: 1200px) {
    .navigation-inner {
        grid-template-columns: 130px 1fr 130px;
        grid-column-gap: 30px;
    }

    .navigation-menu {
        padding: 0 35px;
        column-gap: 20px;
    }

    .main-menu {
        column-gap: 20px;
    }
}

@media (min-width: 992px) {
    .navigation-wrapper {
        background-color: transparent;
    }

    .sticky-header {
        background-color: #fff;
        width: 100%;
        position: fixed;
        left: 0;
        top: 0;
        transform: translateY(-100%);
        z-index: 99;
    }

    .sticky-header header.main-header {
        background-color: #fff;
        border-bottom: 1px solid #eee;
    }

    .sticky-header .navigation-menu {
        box-shadow: none;
    }

    .sticky-header.sticky-fixed-top {
        transition: transform 1s ease;
        will-change: transform;
        transform: translateY(0);
    }

    header.main-header.transparent.sticky-fixed-top .navigation-menu {
        height: 80px;
    }

    .navigation-menu {
        height: 75px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        transition: all 0.3s ease-in-out;
    }

    .main-menu {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        height: 100%;
    }

    .main-menu li {
        position: relative;
        height: 100%;
        display: flex;
        align-items: center;
    }

    .main-menu li i.fa-solid {
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        display: flex;
        align-items: center;
    }

    .main-menu li.dropdown_menu {
        padding-right: 14px;
    }

    .main-menu li.dropdown_menu i {
        transition: all 200ms linear;
        font-size: 14px;
    }

    .main-menu li.dropdown_menu:hover i {
        transform: rotateZ(-180deg);
    }

    .main-menu li a {
        font-family: var(--primary-font);
        color: var(--heading-color);
        font-size: 15px;
        line-height: 1;
        font-weight: 600;
        position: relative;
        text-transform: uppercase;
    }

    .main-menu li a:hover {
        color: var(--primary-color);
    }

    .main-menu li.active a {
        color: var(--primary-color);
    }

    .main-menu li.active a:before {
        transform: scaleX(1);
    }

    .main-menu li.active li a {
        color: var(--heading-color);
    }

    .main-menu li li.active a {
        color: var(--primary-color);
    }

    .main-menu li a:before {
        background-color: var(--primary-color);
        content: "";
        position: absolute;
        left: 0;
        bottom: -8px;
        display: inline-block;
        width: 100%;
        height: 2px;
        -webkit-transform-origin: left;
        -ms-transform-origin: left;
        transform-origin: left;
        -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transition: 0.3s cubic-bezier(0.45, 0.1, 0, 0.95);
        -o-transition: 0.3s cubic-bezier(0.45, 0.1, 0, 0.95);
        transition: 0.3s cubic-bezier(0.45, 0.1, 0, 0.95);
    }

    .main-menu li a:hover:before {
        -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1);
    }

    .main-menu li ul {
        background-color: #fff;
        border: 1px solid #eee;
        padding: 16px 0;
        width: 250px;
        position: absolute;
        top: 100%;
        left: -28px;
        border-radius: 0px;
        visibility: hidden;
        opacity: 0;
        z-index: 1;
        -webkit-transform: rotate3d(1, 0, 0, -90deg);
        transform: rotate3d(1, 0, 0, -90deg);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        transition: all .6s ease;
    }

    .main-menu li:hover ul {
        visibility: visible;
        transition: all .6s ease;
        opacity: 1;
        transform: none;
    }

    .main-menu li li {
        margin: 0 10px;
        padding: 10px 18px;
    }

    .main-menu li li a {
        font-weight: 600;
        display: block;
        color: var(--heading-color);
        position: relative;
    }

    .main-menu li li a:before {
        background-color: var(--primary-color);
        content: "";
        width: 0;
        height: 2px;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        transition: all .5s ease-in-out;
    }

    .main-menu li:hover li.dropdown_menu>i {
        position: absolute;
        right: 0;
        top: 10px;
        transform: rotateZ(-90deg);
    }

    .main-menu li:hover li a:hover {
        color: var(--primary-color);
        padding-left: 15px;
    }

    .main-menu li:hover li a:hover:before {
        width: 10px;
    }

    .main-menu li:hover li ul {
        left: 100%;
        top: 10%;
        visibility: hidden;
        opacity: 0;
        transition: all 200ms linear;
    }

    .main-menu li:hover li:hover ul {
        top: 0;
        visibility: visible;
        transition: all 200ms linear;
        opacity: 1;
    }

    .main-menu li li.active a:before {
        width: 10px;
    }

    .main-menu li li.active a {
        padding-left: 15px;
    }
}

.mobile-menu-icon,
.mobile-navigation-menu {
    display: none;
}

@media (max-width: 992px) {

    .sticky-header {
        display: none;
    }

    .header-right {
        width: 100%;
        height: 70px;
    }

    .site-logo {
        max-width: 120px;
    }

    .navigation-inner {
        grid-template-columns: 1fr 1fr;
    }

    .navigation-inner .site-logo {
        padding: 15px 0;
    }

    /* Mobile Menu */
    .navigation-menu {
        display: none;
    }

    .mobile-menu-icon {
        display: block;
        margin-left: 20px;
    }

    .burger-menu {
        width: 20px;
        height: 18px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        cursor: pointer;
        -webkit-transition: transform 330ms ease-out;
        -moz-transition: transform 330ms ease-out;
        -o-transition: transform 330ms ease-out;
        transition: transform 330ms ease-out;
    }

    .menu-open .burger-menu {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .line-menu {
        background-color: var(--white-color);
        border-radius: 0;
        width: 100%;
        height: 2px;
    }

    .saas-home .line-menu {
        background-color: var(--white-color);
    }

    .line-menu.line-half {
        width: 50%;
    }

    .line-menu.first-line {
        transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
        transform-origin: right;
    }

    .menu-open .line-menu.first-line {
        -webkit-transform: rotate(-90deg) translateX(3px);
        -moz-transform: rotate(-90deg) translateX(3px);
        -o-transform: rotate(-90deg) translateX(3px);
        transform: rotate(-90deg) translateX(3px);
    }

    .line-menu.last-line {
        align-self: flex-end;
        transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
        transform-origin: left;
    }

    .menu-open .line-menu.last-line {
        -webkit-transform: rotate(-90deg) translateX(-3px);
        -moz-transform: rotate(-90deg) translateX(-3px);
        -o-transform: rotate(-90deg) translateX(-3px);
        transform: rotate(-90deg) translateX(-3px);
    }

    #mobile-menu-close {
        position: absolute;
        right: 18px;
        top: 20px;
        width: 60px;
        height: 60px;
        font-size: 40px;
        color: var(--dark-color);
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
    }

    #mobile-menu-close:hover {
        color: var(--primary-color);
    }

    .mobile-navigation-menu {
        background-color: var(--white-color);
        border-right: 1px solid #eee;
        position: fixed;
        left: -100%;
        top: 0;
        width: 400px;
        height: 100vh;
        padding: 100px 0 50px;
        box-shadow: var(--shadow-sm);
        display: block;
        visibility: hidden;
        opacity: 0;
        transition: all .3s linear;
        overflow-y: scroll;
        z-index: 1000;
    }

    .open-mobile-menu.mobile-navigation-menu {
        left: 0;
        visibility: visible;
        opacity: 1;
        transition: all .3s linear;
    }

    .mobile-navigation-menu .main-menu {
        display: block;
    }

    .mobile-navigation-menu .dropdown-plus {
        width: 100px;
        height: 49px;
        line-height: 49px;
        position: absolute;
        top: 2px;
        right: 32px;
        cursor: pointer;
        z-index: 1;
    }

    .mobile-navigation-menu .dropdown-plus:before,
    .mobile-navigation-menu .dropdown-plus:after {
        position: absolute;
        content: "";
        top: 21px;
        right: 10px;
        width: 10px;
        height: 2px;
        background-color: var(--bg-dark);
    }

    .mobile-navigation-menu .dropdown-plus:after {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .mobile-navigation-menu .dropdown-plus.dropdown-open:after {
        display: none;
    }

    .mobile-navigation-menu ul {
        padding-left: 0;
    }

    .mobile-navigation-menu ul li {
        position: relative;
        margin: 0;
        display: block;
        padding: 0;
    }

    .mobile-navigation-menu ul li>a {
        display: block;
        padding: 15px 40px;
        font-family: var(--primary-font);
        color: var(--dark-color);
        font-size: 18px;
        line-height: 1;
        font-weight: 700;
    }

    .mobile-navigation-menu ul li:hover>a,
    .mobile-navigation-menu li li:hover>a {
        color: var(--primary-color);
    }

    .mobile-navigation-menu ul li ul li ul,
    .mobile-navigation-menu ul li ul {
        background-color: transparent;
        width: 100%;
        opacity: 1;
        padding: 0;
        visibility: visible;
        position: inherit;
        display: none;
        top: inherit;
        left: inherit;
        box-shadow: none;
    }

    .mobile-navigation-menu li li {
        padding: 0 20px;
    }

    .mobile-navigation-menu li li {
        padding-left: 10px;
    }

    .mobile-navigation-menu li li:last-child {
        border-bottom: none;
    }

    .mobile-navigation-menu li li>a {
        color: var(--grey-color);
        font-weight: 600;
        font-size: 18px;
        padding: 14px 20px 14px 40px;
    }
}

@media (max-width: 600px) {
    .mobile-navigation-menu {
        width: 100%;
    }
}

/* Side Area */
.sidebar-trigger.open .trigger-opener rect {
    display: block;
    transform: scaleX(1);
    transform-origin: right;
    transition: transform .31s cubic-bezier(.25, .1, .11, .99)
}

.sidebar-trigger.close svg rect {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0)
}

.sidebar-trigger.open:hover .trigger-opener rect:first-child {
    transform: scaleX(1.5)
}

.sidebar-trigger.open:hover .trigger-opener rect:last-child,
.sidebar-trigger.open:hover .trigger-opener rect:nth-child(2) {
    transform: scaleX(.68)
}

.sidebar-trigger.close:hover .sidebar-close rect {
    animation: sidebar-close-anim .62s forwards cubic-bezier(.25, .1, .11, .99)
}

.sidebar-trigger.close:hover .sidebar-close rect:last-child {
    animation: sidebar-close-anim .62s forwards cubic-bezier(.25, .1, .11, .99) .16s
}

@keyframes sidebar-close-anim {
    0% {
        clip-path: inset(0 0 0 0);
        -webkit-clip-path: inset(0 0 0 0);
    }

    50% {
        clip-path: inset(0 0 0 100%);
        -webkit-clip-path: inset(0 0 0 100%);
    }

    51% {
        clip-path: inset(0 100% 0 0);
        -webkit-clip-path: inset(0 100% 0 0);
    }

    100% {
        clip-path: inset(0 0 0 0);
        -webkit-clip-path: inset(0 0 0 0);
    }
}

/* Popup Sidebox */
#sidebar-overlay,
.sidebar-trigger,
.sidebar-area {
    display: none;
}

.sidebar-trigger {
    display: block;
}

.sidebar-area {
    background-color: var(--white-color);
    border-left: 1px solid #eee;
    padding: 60px 50px;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateX(100%);
    width: 450px;
    height: 100%;
    z-index: 9999;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    overflow: scroll;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
}

.open-sidebar .sidebar-area {
    right: 0;
    visibility: visible;
    transform: translate(0);
}

.sidebar-trigger.close {
    position: absolute;
    right: 30px;
    top: 30px;
    color: var(--grey-color);
}

.sidebar-trigger.close svg {
    fill: currentColor;
    stroke: none;
    width: 20px;
    height: 20px;
}

.sidebar-content .site-logo {
    margin-bottom: 40px;
}

.sidebar-content .site-logo img {
    max-width: 200px;
}

.sidebar-content .sidebar-info li {
    font-size: 18px;
}

.sidebar-content .sidebar-social li {
    display: inline-block;
    margin: 0 3px;
    padding-top: 30px;
}

.sidebar-content .sidebar-social li a {
    display: inline-block;
    border: 1px solid var(--border-1);
    font-size: 16px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.sidebar-content .sidebar-social li a:after {
    background-color: var(--primary-color);
    width: 40px;
    height: 40px;
    border-radius: 59%;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    opacity: 1;
    transform: translate(-50%, -50%) scale(0);
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    transition: 0.4s;
}

.sidebar-content .sidebar-social li a:hover {
    border: 1px solid var(--primary-color);
    color: #fff;
}

.sidebar-content .sidebar-social li:hover a:after {
    visibility: visible;
    opacity: 1;
    transition: 0.4s;
    transform: translate(-50%, -50%) scale(1);
}

.sidebar-content .list-post-area {
    margin: 50px 0 20px 0;
}

/*Scrollbar Style*/
.sidebar-area::-webkit-scrollbar {
    width: 8px;
    height: 8px
}

.sidebar-area::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #ccc;
}

.sidebar-area::selection {
    background-color: #999;
    color: #fff
}

.sidebar-area-webkit-::selection {
    background-color: #999;
    color: #fff
}

.sidebar-area::-moz-selection {
    background-color: #999;
    color: #fff
}

#sidebar-overlay {
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    transition: all 0s ease-in-out;
    width: calc(100% - 400px);
    z-index: -1;
}

.open-sidebar #sidebar-overlay {
    opacity: 1;
    z-index: 1002;
    transition: all 0.6s ease-in-out;
    transition-delay: 0.3s;
}

@media (max-width: 992px) {
    .sidebar-content .list-post-area.list-2 {
        grid-template-columns: 1fr;
        grid-gap: 0;
    }

    .sidebar-area {
        width: 350px;
    }
}

@media (max-width: 767px) {
    .sidebar-area {
        width: 350px;
        padding: 60px 30px;
    }

    .sidebar-content .list-post-area.list-2 .list-post-card .post-img {
        height: 90px;
        width: 90px;
    }

    .sidebar-content .list-post-area.list-2 .list-post-card {
        grid-template-columns: 90px 1fr;
    }
}

/* Search Box */
#popup-search-box {
    position: fixed;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    right: 0;
    white-space: nowrap;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 500ms ease all;
    -moz-transition: 500ms ease all;
    transition: 500ms ease all;
}

.open-search-box #popup-search-box {
    opacity: 1;
    visibility: visible;
}

#searchbox-overlay {
    height: 100%;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    transition: all 0s ease-in-out;
    width: 100%;
    z-index: -1;
}

.open-search-box #searchbox-overlay {
    opacity: 1;
    z-index: 1002;
    cursor: none;
    transition: all 0.6s ease-in-out;
    transition-delay: 0.3s;
}

#popup-search-box .box-inner-wrap {
    background-color: #fff;
    border-bottom: 1px solid #eee;
    padding: 90px 0;
    width: 100%;
    transform: translateY(-100%);
    transition: all ease-in-out 0.3s;
    box-shadow: 0 10px 60px rgb(0 0 0/10%);
}

.open-search-box #popup-search-box .box-inner-wrap {
    transform: translateY(0);
}

#popup-search-box .box-inner-wrap form {
    position: relative;
    margin: 0 auto;
}

#popup-search-box .box-inner-wrap input::-webkit-input-placeholder {
    color: #666;
}

#popup-search-box .box-inner-wrap input:-ms-input-placeholder {
    color: #666;
}

#popup-search-box .box-inner-wrap input::placeholder {
    color: #666;
    font-size: 18px;
}

#popup-search-box .box-inner-wrap input {
    background: transparent;
    font-family: space grotesk, sans-serif;
    width: 600px;
    padding: 15px 30px;
    padding-right: 80px;
    border: none;
    border-bottom: 1px solid var(--border-2);
    font-size: 18px;
    color: #666;
}

#popup-search-box .box-inner-wrap input::-webkit-input-placeholder {
    color: #666 !important;
}

#popup-search-box .box-inner-wrap input::-moz-placeholder {
    color: #666 !important;
}

#popup-search-box .box-inner-wrap input::-moz-placeholder {
    color: #666 !important;
}

#popup-search-box .box-inner-wrap input:-ms-input-placeholder {
    color: #666 !important;
}

#popup-search-box .box-inner-wrap input:focus {
    outline: none;
    border-bottom: 1px solid var(--border-2);
}

#popup-search-box .box-inner-wrap button {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 100%;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: 0 0;
    border: none;
    color: #666;
    font-size: 30px;
    -webkit-transition: 500ms ease all;
    -moz-transition: 500ms ease all;
    transition: 500ms ease all;
}

#popup-search-box .box-inner-wrap button:hover {
    color: var(--primary-color);
}

#popup-search-box .box-inner-wrap button:focus {
    outline: none;
}

.search-close {
    font-size: 30px;
    color: #666;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.165, 0.85, 0.45, 1);
}

.search-close:hover {
    color: var(--primary-color);
    transform: scale(1.1);
}

.popup-sidebox {
    display: none;
}

@media (min-width: 992px) {
    .popup-sidebox {
        background-color: #222;
        padding: 80px;
        position: fixed;
        right: -100%;
        top: 0;
        width: 500px;
        height: 100%;
        z-index: 9999;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        visibility: hidden;
        transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    }

    .open-sidebox .popup-sidebox {
        right: 0;
        visibility: visible;
    }

    #sidebox-overlay {
        height: 100%;
        left: 0;
        opacity: 0;
        overflow: hidden;
        position: fixed;
        top: 0;
        transition: all 0s ease-in-out;
        width: calc(100% - 400px);
        z-index: -1;
    }

    .open-sidebox #sidebox-overlay {
        opacity: 1;
        z-index: 1002;
        cursor: none;
        transition: all 0.6s ease-in-out;
        transition-delay: 0.3s;
    }

    .sidebox-content .site-logo {
        margin-bottom: 25px;
        max-width: 200px;
    }

    .sidebox-content p {
        font-size: 18px;
        font-weight: 400;
        color: #999;
        margin-bottom: 30px;
    }

    .sidebox-content .sidebox-list li span {
        text-transform: capitalize;
        display: block;
        font-size: 16px;
        font-weight: 400;
        color: #999;
        margin-bottom: 5px;
    }

    .sidebox-content .sidebox-list li {
        font-size: 20px;
        font-weight: 600;
        color: #fff;
    }

    .sidebox-content .sidebox-list li.call {
        color: #f90;
        font-size: 28px;
        font-weight: 700;
    }

    .sidebox-content .sidebox-list li:not(:last-of-type) {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 600px) {
    #popup-search-box .box-inner-wrap form {
        width: 90%;
    }

    #popup-search-box .box-inner-wrap input,
    #popup-search-box .box-inner-wrap button {
        font-size: 3em;
    }
}

/*Popup Input Color*/
.popup-search input::-webkit-input-placeholder,
.popup-search textarea::-webkit-input-placeholder {
    color: #666 !important;
}

.popup-search input:-moz-placeholder,
.popup-search textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #666 !important;
}

.popup-search input::-moz-placeholder,
.popup-search textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #666 !important;
}

.popup-search input:-ms-input-placeholder,
.popup-search textarea:-ms-input-placeholder {
    color: #666 !important;
}

/*===================================================
    Trending Section
====================================================*/
.trending-area {
    padding: 20px 0;
}

.trending-item {
    display: grid;
    align-items: center;
    grid-template-columns: 85px 1fr;
    grid-gap: 10px;
}

.trending-item .trending-thumb {
    max-width: 85px;
}

.trending-item .trending-thumb img {
    width: 100%;
    object-fit: cover;
}

.trending-item .trending-content {
    margin-top: 1px;
}

.post-content .category,
.trending-item .trending-content span {
    font-size: 12px;
    color: #848080;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
    display: block;
    margin-bottom: 6px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.trending-item .trending-content span:hover {
    color: var(--primary-color);
}

.trending-item .trending-content .trending-title {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 0;
    max-width: 250px;
    width: 100%;
}

/*===================================================
    News Area
====================================================*/

.hero-text {
    display: grid;
    align-items: center;
    grid-template-columns: 100px 1fr;
    grid-gap: 10px;
    padding-bottom: 20px;
}

.hero-text .news {
    background-color: var(--light-primary-color);
    color: var(--primary-color);
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
}

.hero-text .news img {
    margin-bottom: 2px;
    margin-right: 5px;
}

.hero-text span {
    font-size: 15px;
    color: var(--heading-color);
    font-weight: 500;
}

.news-carousel {
    height: 70px;
    line-height: 70px;
    position: relative;
}

.news-carousel .swiper-arrow {
    position: absolute;
    top: 17px;
    right: 0;
    display: flex;
    align-items: center;
    column-gap: 10px;
    z-index: 2;
}

.news-carousel .swiper-arrow .swiper-nav {
    font-size: 15px;
    color: var(--grey-color);
    height: 35px;
    width: 35px;
    border: 1px solid var(--border-1);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.news-carousel .swiper-arrow .swiper-nav:hover {
    background-color: var(--primary-color);
    color: var(--white-color);
    border: 1px solid var(--primary-color);
}

@media (max-width:992px) {
    .news-carousel .swiper-arrow {
        display: none;
    }
}

/*===================================================
    Hero Post Area
====================================================*/
.hero-post-area {
    padding: 25px 0 90px 0;
}

.post-area-wrap {
    display: grid;
    grid-template-columns: 1fr 620px 1fr;
    grid-gap: 25px;
}

.post-carousel {
    height: 100%;
}

.post-carousel-card {
    position: relative;
    height: 100%;
}

.post-carousel-card .post-carousel-thumb {
    height: 100%;
}

.post-carousel-card .post-carousel-thumb img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 7px;
}

.post-carousel-card .post-carousel-content {
    position: absolute;
    left: 45px;
    bottom: 50px;
    z-index: 2;
}

.post-carousel-card.card-2 .post-carousel-content {
    width: 100%;
    position: absolute;
    left: 50%;
    bottom: 50px;
    transform: translateX(-50%);
}

.post-carousel-card .post-carousel-content .title {
    font-size: 36px;
    font-weight: 600;
    margin: 0 auto;
    line-height: 1.3;
    max-width: 450px;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.post-carousel-card .post-carousel-content .title a {
    color: var(--white-color);
    background: linear-gradient(var(--white-color) 0%, var(--white-color) 98%);
    background-size: 0 2px;
    background-repeat: no-repeat;
    background-position: left 100%;
}

.post-carousel-card .post-carousel-content .title a:hover {
    background-size: 100% 2px;
}

.post-carousel-content .post-list li {
    color: var(--white-color);
    font-size: 14px;
    font-weight: 200;
    display: inline-flex;
    align-items: center;
    position: relative;
}

.post-carousel-content .post-list li:not(:last-of-type) {
    margin-right: 20px;
    padding-right: 20px;
}

.post-carousel-content .post-list li:not(:last-of-type):after {
    content: "-";
    color: var(--white-color);
    position: absolute;
    top: 50%;
    right: -5px;
    transform: translateY(-50%);
}

.post-carousel-content .post-list li a {
    color: var(--white-color);
    font-weight: 600;
    margin-left: 5px;
}

.post-carousel-content .post-list li i {
    margin-right: 5px;
}

.post-carousel-card.card-2 .post-carousel-thumb {
    position: relative;
    z-index: 1;
}

.post-carousel-card.card-2 .post-carousel-thumb:before {
    background: linear-gradient(to bottom, rgba(99, 92, 92, 0) 0%, rgba(17, 17, 17, 0.5) 100%);
    filter: blur(50px);
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all .4s ease-in-out;
    z-index: 1;
}

.post-carousel .swiper-arrow {
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translateY(-50%);
    z-index: 1;
}

.post-carousel .swiper-arrow .swiper-nav {
    background-color: var(--white-color);
    color: var(--heading-color);
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    transition: all 0.3s ease-in-out;
}

.post-carousel .swiper-arrow .swiper-nav:hover {
    background-color: var(--primary-color);
    color: var(--white-color);
}

.post-carousel .swiper-arrow .swiper-nav.swiper-next {
    margin-bottom: 10px;
}

.post-card-wrap .post-card:not(:last-of-type) {
    margin-bottom: 28px;
}

.post-area-right {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 25px;
}

/* List post area */

.tab-wrap {
    background-color: var(--white-color);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.08);
}

.tab-wrap .nav-tabs {
    column-gap: 10px;
    border: none;
    margin-bottom: 20px;
}

.tab-wrap .nav-item .nav-link {
    background-color: var(--grey-color-3);
    color: var(--heading-color);
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    border-radius: 5px 5px 0 0;
    line-height: 1;
    padding: 10px 15px;
    border: none;
}

.tab-wrap .nav-item .nav-link.active {
    background-color: var(--primary-color);
    color: var(--white-color);
}

.list-post-card {
    display: grid;
    grid-template-columns: 70px 1fr;
    grid-gap: 10px;
    align-items: center;
}

.list-post-card:not(:last-of-type) {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--border-2);
}

.list-post-card .post-img {
    height: 70px;
    width: 70px;
    border-radius: 50%;
    overflow: hidden;
}

.list-post-card .post-content .category:hover {
    color: var(--primary-color);
}

.list-post-card .post-content .title {
    font-size: 15px;
    line-height: 1.3;
    font-weight: 600;
    margin: 0;
    max-width: inherit;
    width: 100%;
}

.list-post-card .post-content span {
    font-size: 14px;
    line-height: 1;
}

@media(max-width: 1400px) {
    .list-post-card .post-content .title {
        font-size: 14px;
    }

    .post-card .post-content .title {
        font-size: 18px;
    }

    .list-post-card:not(:last-of-type) {
        padding-bottom: 25px;
        margin-bottom: 25px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .post-area-wrap {
        grid-template-columns: 450px 1fr;
    }

    .post-area-wrap.wrap-2 {
        grid-template-columns: 100%;
    }

    .post-area-wrap.wrap-2 .post-carousel-card .post-carousel-thumb {
        height: 400px;
    }

    .post-carousel-card .post-carousel-content .title {
        font-size: 28px;
    }
}

@media(max-width: 992px) {

    .hero-post-area {
        padding-bottom: 70px;
    }

    .post-area-wrap {
        grid-template-columns: 100%;
    }

    .list-post-card:not(:last-of-type) {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
}

@media(max-width: 767px) {
    .hero-post-area {
        padding: 20px 0 40px 0;
    }

    .hero-text {
        flex-direction: column;
        row-gap: 10px;
        text-align: center;
    }

    .post-area-right {
        grid-template-columns: 1fr;
    }

    .post-carousel-card .post-carousel-content {
        left: 20px;
        bottom: 20px;
    }

    .post-carousel-card .post-carousel-content .title {
        font-size: 26px;
    }

    .post-carousel .swiper-arrow {
        top: 45%;
        right: 20px;
    }
}

/* Area 2 */

.hero-post-area.area-2 {
    padding: 90px 0;
}

.top-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-area .section-heading {
    margin-bottom: 0;
}

.top-area .right-btn {
    background-color: var(--bg-grey-2);
    padding-left: 40px;
}

.top-area .right-btn.white {
    background-color: var(--white-color);
}

.top-area .right-btn .default-btn {
    background-color: transparent;
    font-size: 14px;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    padding: 20px 25px;
    overflow: hidden;
}

.top-area .right-btn .default-btn:hover {
    background-color: var(--primary-color);
    color: var(--white-color);
    transform: translateY(0px);
}

.hero-post-area.area-2 .post-area-wrap {
    display: grid;
    grid-template-columns: 620px 1fr;
}

.hero-post-area.area-2 .section-heading .section-title span {
    background-color: var(--bg-grey-2);
}

.post-card-wrap.wrap-2 .post-card .post-content .title {
    margin-bottom: 5px;
}

.list-post-area.list-2 .list-post-card {
    grid-template-columns: 120px 1fr;
}

.list-post-area.list-2 .list-post-card:not(:last-of-type) {
    margin-bottom: 33px;
    padding-bottom: 0;
    border: none;
}

.list-post-area.list-2 .list-post-card .post-img {
    width: 120px;
    height: 90px;
    border-radius: 5px;
}

.list-post-area.list-2 .list-post-card .post-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 992px) {
    .hero-post-area.area-2 {
        padding: 70px 0;
    }

    .hero-post-area.area-2 .post-area-wrap {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .hero-post-area.area-2 {
        padding: 50px 0;
    }

    .top-area .right-btn .default-btn {
        padding: 15px 25px;
    }
}

/* Area 3 */

.hero-post-3 {
    padding: 90px 0 65px 0;
}

.top-post {
    position: relative;
}

.top-post .post-thumb {
    margin-bottom: 0;
}

.top-post .post-thumb img {
    height: 420px;
}

.top-post .post-content {
    position: absolute;
    left: 60px;
    bottom: 60px;
}

.top-post .post-content .title {
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 10px;
    max-width: 600px;
}

.top-post .post-content .post-list li,
.top-post .post-content .title a {
    color: var(--white-color);
}

.top-post .post-content .title a {
    background: linear-gradient(var(--white-color) 0%, var(--white-color) 98%);
    background-size: 0 2px;
    background-repeat: no-repeat;
    background-position: left 100%;
}

.top-post .post-content .title a:hover {
    background-size: 100% 2px;
}

.top-post .post-content .post-list li span a {
    color: var(--white-color);
}

.top-post .post-content .post-list li span a:hover {
    color: var(--primary-color);
}

.top-post.top-2 .post-content {
    left: 40px;
    bottom: 40px;
}

.top-post.top-2 .post-content .title {
    font-size: 28px;
    max-width: 300px;
}

.top-post.top-2 .post-content .card-btn {
    background-color: var(--primary-color);
}

.gadget-card .post-thumb {
    border-radius: 5px 5px 0 0;
    margin-bottom: 0;
}

.gadget-card .post-thumb img {
    height: 230px;
}

.gadget-card .post-content {
    background-color: var(--white-color);
    padding: 30px;
    border-radius: 0 0 5px 5px;
}

.gadget-card .post-content .title {
    font-size: 24px;
    margin-bottom: 10px;
    max-width: 100%;
}

@media (max-width: 767px) {

    .top-post.top-2 .post-content,
    .top-post .post-content {
        left: 30px;
        bottom: 30px;
    }

    .top-post.top-2 .post-content .title,
    .top-post .post-content .title {
        font-size: 22px;
    }
}

/* Area 4 */

.hero-post-4 .hero-wrap>div {
    padding: 0;
}

.hero-item {
    padding: 85px 35px 35px 35px;
    transition: all 0.3s ease-in-out;
}


.hero-item .hero-img {
    margin-bottom: 20px;
}

.hero-item .hero-img img {
    height: 250px;
    width: auto;
}

.hero-item.item-1 {
    background-color: #FFF3F4;
}

.hero-item.item-2 {
    background-color: #EEF6FF;
}

.hero-item.item-3 {
    background-color: #F2FFFF;
}

.hero-item.item-4 {
    background-color: #F5EEFA;
}

.hero-item:hover {
    background-color: var(--white-color);
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.05);
}

.hero-card .post-content .title {
    font-size: 24px;
    margin-bottom: 10px;
    max-width: 100%;
}

@media (max-width: 992px) {}

/*===================================================
    Cta Section
====================================================*/
.cta-section {
    padding-bottom: 90px;
}

.cta-wrap {
    position: relative;
    z-index: 1;
}

.cta-wrap .cta-bg {
    background-image: url(../img/bg-img/cta-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    border-radius: 13px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.cta-wrap .cta-content-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 80px 180px;
}

.cta-wrap .cta-content {
    line-height: 1;
}

.cta-wrap .cta-content .discount {
    background-color: #FB7A19;
    font-size: 15px;
    color: var(--white-color);
    font-weight: 500;
    display: inline-block;
    padding: 6px 11px;
    margin-bottom: 13px;
    line-height: 1;
    text-transform: uppercase;
}

.cta-wrap .cta-content .cta-title {
    font-family: var(--secondary-font);
    font-size: 40px;
    color: var(--dark-color);
    margin-bottom: 20px;
}

.cta-wrap .cta-content span {
    color: var(--dark-color);
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1;
    display: block;
}

.cta-wrap .cta-content-wrap .default-btn {
    border-radius: 50px;
    overflow: hidden;
}

@media (max-width: 992px) {

    .cta-section {
        padding-bottom: 70px;
    }

    .cta-wrap .cta-content-wrap {
        padding: 80px 40px;
    }
}

@media (max-width: 767px) {

    .cta-section {
        padding-bottom: 50px;
    }

    .cta-wrap .cta-content-wrap {
        flex-direction: column;
        align-items: baseline;
        row-gap: 30px;
        padding: 40px;
    }

    .cta-wrap .cta-content .cta-title {
        font-size: 30px;
    }
}

/* CTA 2 */
.cta-2 {
    padding-bottom: 0;
}

.cta-2 .cta-wrap .cta-bg {
    background-image: url(../img/bg-img/cta-bg-2.jpg);
}

.cta-2 .cta-wrap .cta-content-wrap {
    padding: 80px 120px;
}

.cta-2 .cta-wrap .cta-content-wrap .title {
    color: var(--white-color);
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 0;
    max-width: 300px;
    width: 100%;
}

@media (max-width: 992px) {
    .cta-2 .cta-wrap .cta-content-wrap {
        padding: 40px;
        flex-direction: column;
        row-gap: 20px;
        align-items: center;
    }

    .cta-2 .cta-wrap .cta-content-wrap .title {
        margin: 0 auto;
        text-align: center;
    }
}

/* Cta 3 */

.cta-3 .cta-content-wrap {
    padding: 0;
}

.cta-3 .default-btn,
.cta-3 .cta-content {
    display: none;
}

.cta-3 .cta-wrap img {
    width: 100%;
    border-radius: 12px;
}

/*===================================================
    Editor Post Area
====================================================*/
.editor-blog-area {
    padding-bottom: 90px;
}

.editor-post-card {
    position: relative;
    margin-bottom: 25px;
}

.editor-post-card .post-thumb {
    max-width: 588px;
    margin-bottom: 0;
}

.editor-post-card .post-thumb img {
    width: 100%;
    height: 396px;
    border-radius: 5px;
}

.editor-post-card .post-content {
    background-color: var(--white-color);
    padding: 45px 40px;
    border: 1px solid #e9e9e9;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.editor-post-card .post-content .title {
    font-size: 22px;
    max-width: 320px;
    margin-bottom: 10px;
}

.editor-post-card .post-content p {
    max-width: 330px;
    width: 100%;
    font-size: 15px;
}

.post-list li {
    color: var(--grey-color-4);
    font-size: 14px;
    font-weight: 400;
    display: inline-flex;
    align-items: center;
    position: relative;
}

.post-list li:not(:last-of-type) {
    margin-right: 15px;
    padding-right: 15px;
}

.post-list li:not(:last-of-type):after {
    content: "-";
    color: var(--grey-color-4);
    position: absolute;
    top: 50%;
    right: -5px;
    transform: translateY(-50%);
}

.post-list li span {
    color: var(--heading-color);
    font-weight: 600;
    margin-left: 5px;
}

.post-list li span a:hover {
    color: var(--primary-color);
}

.post-list li i {
    margin-right: 5px;
}

.editor-post-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 25px;
    grid-row-gap: 25px;
}

.editor-post .post-thumb {
    margin-bottom: 15px;
}

.editor-post .post-thumb img {
    height: 160px;
}

.editor-post .post-content .title {
    font-size: 18px;
    margin-bottom: 4px;
}

.social-box-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-bottom: 40px;
}

.social-box {
    display: flex;
    align-items: center;
    column-gap: 10px;
    padding: 15px 20px 15px 20px;
    border-radius: 5px;
    width: 100%;
    transition: all 0.3s ease-in-out;
}

.social-box i {
    font-size: 40px;
    transition: all 0.3s ease-in-out;
}

.social-box .title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 1;
    transition: all 0.3s ease-in-out;
}

.social-box .title span {
    color: #797D81;
    font-size: 12px;
    font-weight: 400;
    display: block;
    margin-top: 5px;
    transition: all 0.3s ease-in-out;
}

.social-box:hover .icon,
.social-box:hover .title a {
    color: var(--white-color);
}

.social-box:hover .title span {
    color: var(--white-color);
}

.social-box.facebook {
    background-color: #F5F8FD;
}

.social-box.facebook i {
    color: #3B5998;
}

.social-box.facebook:hover i {
    color: var(--white-color);
}

.social-box.facebook:hover {
    background-color: #3B5998;
}

.social-box.twitter {
    background-color: #F5F8FD;
}

.social-box.twitter i {
    color: #1DA1F2;
}

.social-box.twitter:hover i {
    color: var(--white-color);
}

.social-box.twitter:hover {
    background-color: #1DA1F2;
}

.social-box.youtube {
    background-color: #FFF4F4;
}

.social-box.youtube i {
    color: #FF0000;
}

.social-box.youtube:hover i {
    color: var(--white-color);
}

.social-box.youtube:hover {
    background-color: #FF0000;
}

.social-box.spotify {
    background-color: #EEFFF4;
}

.social-box.spotify i {
    color: #1DB954;
}

.social-box.spotify:hover i {
    color: var(--white-color);
}

.social-box.spotify:hover {
    background-color: #1DB954;
}

.social-box.insta {
    background-color: #FFF6F9;
}

.social-box.insta i {
    color: #E1306C;
}

.social-box.insta:hover i {
    color: var(--white-color);
}

.social-box.insta:hover {
    background-color: #E1306C;
}

.social-box.pinterest {
    background-color: #FFF4F5;
}

.social-box.pinterest i {
    color: #F60C19;
}

.social-box.pinterest:hover i {
    color: var(--white-color);
}

.social-box.pinterest:hover {
    background-color: #F60C19;
}

.post-author-box {
    background-color: #EFEFEF;
    padding: 50px;
    border: 1px solid var(--border-2);
    position: relative;
    z-index: 1;
}

.post-author-box .bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.post-author-box img {
    height: 140px;
    width: 140px;
    border-radius: 50%;
}

.post-author-box .author {
    font-size: 24px;
    font-weight: 600;
    margin: 25px 0 15px 0;
    line-height: 1;
}

.post-author-box p {
    font-size: 15px;
    margin-bottom: 25px;
}

@media (max-width: 1200px) {

    .editor-post-wrap {
        grid-template-columns: repeat(2, 1fr);
    }

    .social-box-wrap {
        grid-template-columns: 1fr;
    }

    .post-author-box {
        padding: 30px 20px;
    }
}

@media (max-width: 992px) {

    .editor-blog-area {
        padding-bottom: 70px;
    }

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

    .social-box-wrap {
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(2, 1fr);
        margin-top: 40px;
    }
}

@media (max-width: 767px) {

    .editor-blog-area {
        padding-bottom: 50px;
    }

    .editor-post-wrap {
        grid-template-columns: 1fr;
    }

    .editor-post-card .post-content {
        padding: 20px;
    }

    .social-box-wrap {
        grid-template-columns: 1fr;
    }

    .social-box-wrap .social-box {
        justify-content: center;
    }
}

/*===================================================
    Categories Section
====================================================*/
.categorie-item {
    position: relative;
}

.categorie-thumb img {
    width: 100%;
    height: 300px;
    border-radius: 10px;
    transition: 0.3s all ease-in-out;
}

.categorie-content {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 100%;
    line-height: 1;
}

.categorie-content span {
    font-size: 15px;
    color: var(--white-color);
    font-weight: 400;
    margin-bottom: 10px;
    display: block;
}

.categorie-content .categorie-title a {
    color: var(--white-color);
    font-size: 22px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 15px;
}

.categorie-content .categorie-btn {
    background-color: transparent;
    border: 1px solid var(--white-color);
    padding: 15px 15px;
    font-size: 12px;
    font-weight: 500;
    overflow: hidden;
}

.categorie-content .categorie-btn:before {
    display: none;
}

.categorie-content .categorie-btn:hover {
    box-shadow: none;
}

.categorie-item:hover .categorie-thumb img {
    border-radius: 50%;
}

@media (max-width: 992px) {

    .categories-section {
        padding-bottom: 45px;
    }

    .categorie-item {
        margin-bottom: 25px;
    }

    .categorie-list {
        display: grid;
        grid-gap: 25px;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
    }
}

@media (max-width:767px) {

    .categorie-list {
        grid-template-columns: 1fr;
        grid-gap: 0px;
    }

    .categories-section {
        padding-bottom: 25px;
    }
}

/* Categorie 2 */

.categorie-2 {}

.categorie-2 .categorie-item:hover .categorie-thumb img {
    border-radius: 0;
}

.categorie-2 .categorie-content {
    position: absolute;
    transform: translate(0);
    bottom: 0;
    left: 0;
    height: 100%;
}

.categorie-2 .categorie-content .top-item {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    bottom: auto;
}

.categorie-2 .categorie-content .bottom-item {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    top: auto;
}

.categorie-2 .categorie-content .categorie-title {
    margin-bottom: 0;
}

.categorie-2 .categorie-item .categorie-thumb {
    overflow: hidden;
}

.categorie-2 .categorie-item:hover .categorie-thumb img {
    transform: scale(1.05) rotate(2deg);
}

/*===================================================
    News Post Area
====================================================*/
.news-post {
    display: grid;
    grid-template-columns: 300px 1fr;
    grid-gap: 20px;
    align-items: center;
    padding: 20px;
    border: 1px solid var(--border-2);
    border-radius: 5px;
}

.news-post:not(:last-of-type) {
    margin-bottom: 20px;
}

.news-post .post-thumb {
    margin-bottom: 0;
}

.news-post .post-thumb img {
    width: 300px;
    height: 250px;
    border-radius: 5px;
}

.news-post .post-content .title {
    font-size: 24px;
    max-width: inherit;
    margin-bottom: 5px;
}

.news-post .post-list {
    margin-bottom: 10px;
}

.news-post p {
    font-size: 15px;
    line-height: 1.5;
}

.news-post .news-post-btn {
    font-size: 12px;
    color: var(--grey-color);
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--border-2);
    border-radius: 50%;
}

.news-post .news-post-btn:hover {
    background-color: var(--primary-color);
    color: var(--white-color);
    border: 1px solid var(--primary-color);
}

.poster {
    background-color: #EF2525;
    padding: 50px 50px 210px 50px;
    border-radius: 10px;
    position: relative;
    z-index: 1;
}

.poster .poster-men {
    background-image: url(../img/images/poster-men.jpg);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: contain;
    width: 228px;
    height: 244px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.poster .bg-shape {
    background-image: url(../img/bg-img/poster-shape.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    width: 100%;
    height: 75%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.poster-content .title {
    color: var(--white-color);
    font-size: 24px;
    font-weight: 600;
    margin: 20px 0 25px 0;
}

.poster-content .poster-btn {
    background-color: var(--white-color);
    color: var(--primary-color);
    font-size: 15px;
    font-weight: 500;
    padding: 20px;
    overflow: hidden;
}

.trending-post-wrap {
    margin-bottom: 40px;
}

.categorie-wrap .section-heading .section-title,
.trending-post-wrap .section-heading .section-title {
    font-size: 24px;
}

.trending-post-wrap .list-post-area.list-2 .list-post-card {
    grid-template-columns: 130px 1fr;
}

.trending-post-wrap .list-post-area.list-2 .list-post-card .post-img {
    width: 130px;
    height: 120px;
}

.list-post-area.list-2 .list-post-card .post-content .title {
    font-size: 18px;
}

.trending-post-wrap .list-post-area.list-2 .list-post-card:not(:last-of-type) {
    margin-bottom: 20px;
}

.categorie-wrap .categorie-list {}

.categorie-wrap .categorie-list li {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 15px 20px;
    border-radius: 5px;
    position: relative;
    transition: all 0.3s ease-in-out;
    z-index: 1;
    overflow: hidden;
}

.categorie-wrap .categorie-list li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.categorie-wrap .categorie-list li:not(:last-of-type) {
    margin-bottom: 20px;
}

.categorie-wrap .categorie-list li:before {
    background-color: var(--primary-color);
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    transition: all 0.3s ease-in-out;
}

.categorie-wrap .categorie-list li.active:before,
.categorie-wrap .categorie-list li:hover:before {
    visibility: visible;
    opacity: 1;
}


.categorie-wrap .categorie-list li .list-title {
    color: var(--white-color);
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 1;
}

.categorie-wrap .categorie-list li .list-title span {
    font-size: 15px;
    font-weight: 400;
}

.categorie-wrap .categorie-list li a i {
    background-color: #8B919650;
    color: var(--white-color);
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
}

.categorie-wrap .categorie-list li.active a i,
.categorie-wrap .categorie-list li a:hover i {
    background-color: var(--white-color);
    color: var(--heading-color);
}

.post-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
    margin-top: 30px;
}

.pagination-list {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.pagination-right a,
.pagination-list li a {
    height: 40px;
    width: 40px;
    font-size: 15px;
    font-weight: 600;
    color: var(--heading-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--border-2);
    transition: all 0.3s ease-in-out;
}

.pagination-list li.active a,
.pagination-right a:hover,
.pagination-list li a:hover {
    background-color: var(--primary-color);
    color: var(--white-color);
    border: 1px solid var(--primary-color);
}

@media(max-width: 1200px) {

    .news-post {
        grid-template-columns: 100%;
    }

    .news-post .post-thumb img {
        width: 100%;
    }
}

@media(max-width: 992px) {
    .poster {
        margin-top: 40px;
    }

    .list-post-area.list-2 {
        display: grid;
        grid-gap: 25px;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
    }
}

@media(max-width: 767px) {
    .list-post-area.list-2 {
        display: grid;
        grid-gap: 0;
        grid-template-columns: 1fr;
    }
}

/*===================================================
    Watch Section
====================================================*/
.thumb-carousel-wrap {
    max-width: 80%;
    width: 100%;
    margin: 0 auto;
    margin-top: -110px;
}

.carousel-post {
    position: relative;
}

.carousel-post .post-text {
    position: absolute;
    top: 80px;
    left: 200px;
    right: 200px;
}

.carousel-post .post-text .header {
    font-size: 36px;
    line-height: 1;
    color: var(--white-color);
    font-weight: 500;
    display: flex;
    align-items: center;
    column-gap: 20px;
}

.carousel-post .post-text .header span {
    width: 100%;
    height: 100%;
    border-bottom: 1px dashed var(--white-color);
}

.carousel-post .post-text .header span:nth-child(2) {
    display: inline-block;
    height: auto;
    border-bottom: none;
    text-align: center;
    white-space: nowrap;
}

.carousel-post .post-content {
    position: absolute;
    left: 350px;
    top: 50%;
    transform: translateY(-50%);
}

.carousel-post .post-content .title {
    font-size: 60px;
    color: var(--white-color);
    max-width: 700px;
    line-height: 1.3;
}

.carousel-post .post-content .title a {
    color: var(--white-color);
    background: linear-gradient(var(--white-color) 0%, var(--white-color) 98%);
    background-size: 0 2px;
    background-repeat: no-repeat;
    background-position: left 100%;
}

.carousel-post .post-content .title a:hover {
    background-size: 100% 2px;
}

.carousel-post .post-content .post-list {
    margin-top: 20px;
}

.carousel-post .post-content .post-list li:not(:last-of-type):after,
.carousel-post .post-content .post-list li a,
.carousel-post .post-content .post-list li {
    color: var(--white-color);
    font-weight: 200;
}

.carousel-post .post-content .post-list li a {
    font-weight: 500;
}

.carousel-post .video-btn {
    position: absolute;
    right: 350px;
    top: 50%;
    transform: translateY(-50%);
}

.carousel-post .video-btn a {
    background-color: var(--primary-color);
    font-size: 50px;
    color: var(--white-color);
    height: 120px;
    width: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.watch-section .swiper-arrow {
    display: flex;
    align-items: center;
    column-gap: 10px;
    position: absolute;
    bottom: 140px;
    right: 300px;
    z-index: 1;
}

.watch-section .swiper-arrow .swiper-nav {
    color: var(--white-color);
}

/* Carousel Thumb Area */

.carousel-thumb-post {
    position: relative;
}

.carousel-thumb-post .carousel-thumb img {
    width: 100%;
    border-radius: 7px;
}

.carousel-thumb-post .thumb-content {
    display: grid;
    grid-template-columns: 50px 1fr;
    align-items: center;
    column-gap: 10px;
    position: absolute;
    bottom: 30px;
    left: 30px;
}

.carousel-thumb-post .thumb-content .thumb-video {
    background-color: rgba(0, 0, 0, 0.4);
    color: var(--white-color);
    font-size: 20px;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.thumb-carousel-wrap .swiper-slide.swiper-slide-thumb-active .thumb-content .thumb-video,
.carousel-thumb-post .thumb-content .thumb-video:hover {
    background-color: var(--primary-color);
}

.carousel-thumb-post .thumb-content .thumb-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 0;
}

.carousel-thumb-post .thumb-content .thumb-title a {
    color: var(--white-color);
}

.carousel-thumb-post .thumb-time {
    background-color: rgba(0, 0, 0, 0.4);
    color: var(--white-color);
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    padding: 5px 8px;
    position: absolute;
    top: 20px;
    right: 20px;
}

@media (max-width: 1600px) {

    .carousel-post .post-content {
        left: 300px;
    }

    .carousel-post .video-btn {
        right: 300px;
    }

    .carousel-post .post-content .title {
        font-size: 50px;
    }
}

@media (max-width: 1400px) {
    .carousel-post .post-content .title {
        font-size: 45px;
    }

    .carousel-post .post-content {
        left: 200px;
    }

    .carousel-post .video-btn {
        right: 200px;
    }
}

@media (max-width: 1350px) {

    .carousel-thumb-post .thumb-content {
        bottom: 15px;
        left: 15px;
    }

    .carousel-thumb-post .thumb-content .thumb-title {
        font-size: 15px;
    }
}

@media (max-width: 1200px) {
    .carousel-post .post-content .title {
        font-size: 35px;
    }

    .carousel-post .post-content {
        left: 200px;
    }

    .carousel-post .video-btn {
        right: 200px;
    }
}

@media (max-width: 1100px) {
    .carousel-post .post-content .title {
        font-size: 30px;
        max-width: 400px;
    }

    .carousel-post .post-content {
        left: 150px;
    }

    .carousel-post .video-btn {
        right: 150px;
    }

    .thumb-carousel-wrap {
        margin-top: -70px;
    }

    .carousel-post .post-text {
        top: 50px;
    }

    .carousel-post .video-btn a {
        width: 90px;
        height: 90px;
    }
}

@media (max-width: 992px) {

    .carousel-post .post-text {
        top: 25px;
        right: 125px;
        left: 125px;
    }

    .carousel-post .post-text .header {
        font-size: 26px;
    }

    .thumb-carousel-wrap {
        margin-top: -40px;
    }

    .watch-section .swiper-arrow {
        right: 200px;
        bottom: 60px;
    }
}

@media (max-width: 767px) {
    .carousel-post {
        height: 500px;
    }

    .carousel-post .post-img {
        height: 500px;
    }

    .carousel-post .post-img img {
        height: 100%;
        object-fit: cover;
    }

    .carousel-post .post-content {
        left: 20px;
        top: 45%;
    }

    .carousel-post .post-text {
        left: 115px;
    }

    .carousel-post .post-text .header {
        flex-wrap: wrap;
    }

    .carousel-post .post-text .header span {
        display: none;
    }

    .carousel-post .video-btn {
        top: 78%;
        right: auto;
        left: 20px;
    }

    .carousel-thumb-post {
        max-width: 300px;
        width: 100%;
        margin: 0 auto;
    }
}

/*===================================================
    Subscribe Section
====================================================*/
.subscribe-section {
    padding-top: 90px;
}

.subscribe-content {
    margin-bottom: 90px;
}

.subscribe-content .title {
    font-size: 36px;
    line-height: 1.3;
    font-weight: 600;
    max-width: 420px;
    width: 100%;
    margin-bottom: 35px;
}

.subscribe-content .subscribe-form {
    position: relative;
    max-width: 600px;
    width: 100%;
}

.subscribe-content .subscribe-form .form-control {
    font-size: 15px;
    padding: 15px 15px 15px 60px;
    border: 1px solid var(--border-2);
    box-shadow: none;
    outline: none;
    border-radius: 100px;
}

.subscribe-content .subscribe-form .form-control:focus {
    box-shadow: none;
    outline: none;
}

.subscribe-content .subscribe-form .default-btn {
    font-size: 16px;
    font-weight: 400;
    padding: 15px 35px;
    text-transform: uppercase;
    position: absolute;
    right: 3px;
    top: 50%;
    transform: translateY(-50%);
}

.subscribe-content .subscribe-form .default-btn i {
    font-size: 18px;
    padding-right: 10px;
}

.subscribe-content .subscribe-form .form-icon {
    font-size: 20px;
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 992px) {
    .subscribe-content {
        text-align: center;
    }

    .subscribe-content .title {
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .subscribe-content .subscribe-form {
        margin: 0 auto;
    }

    .subscribe-thumb {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .subscribe-content .title {
        font-size: 30px;
    }

    .subscribe-content .subscribe-form .default-btn {
        font-size: 13px;
        padding: 15px;
    }

    .subscribe-content .subscribe-form .default-btn i {
        font-size: 14px;
        padding-right: 5px;
    }
}


/*===================================================
    Recent Post Area
====================================================*/
.recent-post-area .news-post {
    grid-template-columns: 240px 1fr;
}

.recent-post-area .top-area .right-btn {
    background-color: var(--white-color);
}

.recent-post-area .news-post .post-thumb img {
    height: 180px;
}

.recent-post-area .news-post .post-content .title {
    font-size: 20px;
}

@media (max-width: 1400px) {
    .recent-post-area .news-post .post-content .title {
        font-size: 16px;
    }

    .recent-post-area .post-list li:not(:last-of-type) {
        margin-right: 5px;
        padding-right: 5px;
    }
}

@media (max-width: 1200px) {
    .recent-post-area .news-post {
        grid-template-columns: 170px 1fr;
    }
}

@media (max-width: 992px) {
    .recent-post-area .news-post {
        grid-template-columns: 100%;
    }

    .recent-post-area .news-post .post-thumb img {
        width: 100%;
        height: 250px;
    }
}

/*===================================================
    Contact Section
====================================================*/
.map-wrapper {
    height: 400px;
}

.contact-section {
    background-image: url(../img/gradiant-bg-2.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.contact-heading {
    margin-bottom: 40px;
}

.contact-section .contact-details li {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    color: var(--heading-color);
    font-weight: 500;
}

.contact-section .contact-details li i {
    background: var(--bg-gradient);
    color: #fff;
    font-size: 25px;
    margin-right: 15px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 1px;
}

.contact-form-group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
}

.contact-form .form-field .form-control {
    background-color: transparent;
    border: 1px solid #bbb;
    height: 50px;
    border-radius: 0;
    box-shadow: none;
    outline: none;
}

.contact-form .form-field.message .form-control {
    height: auto;
}

.contact-form-group .form-field.message {
    grid-column-end: span 2;
}

.contact-form-group .form-field .form-control:focus {
    border: 1px solid var(--primary-color);
}

@media(max-width:992px) {

    .contact-section {
        background-position: center right;
        padding-top: 100px;
    }

    .contact-form .form-field.submit-btn {
        grid-column-end: span 2;
    }

    .contact-section .globe {
        display: none;
    }
}

@media(max-width:767px) {
    .contact-section {
        padding-top: 80px;
    }

}

/*===================================================
    Fashion Blog Area
====================================================*/
.fashion-blog-area .post-card .post-thumb img {
    width: 420px;
    height: 100%;
}

.fashion-blog-area .post-card .post-content .title {
    max-width: inherit;
    font-size: 22px;
    margin-bottom: 10px;
}

.fashion-blog-area .fashion-blog-top {
    margin-bottom: 30px;
}

.fashion-blog-area .list-post-card .post-img {
    width: 140px;
    height: 110px;
    border-radius: 7px;
}

.fashion-blog-area .list-post-card {
    grid-template-columns: 140px 1fr;
}

@media (max-width: 992px) {
    .fashion-blog-area .post-card {
        margin-bottom: 25px;
    }

    .fashion-blog-area .list-post-card {
        margin-bottom: 25px;
    }

    .fashion-blog-area .list-post-card.card-2 {
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .fashion-blog-area .fashion-blog-top {
        margin-bottom: 20px;
    }
}

/* Fashion 2 */
.fashion-2 {
    padding: 90px 0 65px 0;
}

.fashion-2 .post-card {
    margin-bottom: 25px;
}

.fashion-2 .fashion-blog-top {
    margin-bottom: 0;
}

@media (max-width: 992px) {
    .fashion-2 {
        padding: 90px 0 45px 0;
    }
}

@media (max-width: 767px) {
    .fashion-2 {
        padding: 90px 0 25px 0;
    }
}

/*===================================================
    Fashion Blog Area
====================================================*/
.hero-post-2 .hero-container {
    max-width: 1820px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.hero-post-wrap {
    display: grid;
    grid-template-columns: 430px 1fr 430px;
    grid-gap: 50px;
}

.hero-post-left .post-card .post-thumb img {
    height: 240px;
}

.hero-post-left .post-card .post-content .title {
    max-width: 100%;
    font-size: 24px;
    margin-bottom: 10px;
}

.hero-post-mid .post-card.card-2 {
    border: 1px solid var(--border-2);
}

.hero-post-mid .post-card.card-2 .post-thumb img {
    height: 500px;
}

.hero-post-mid .post-card.card-2 .post-content {
    padding: 35px;
    padding-top: 0;
}

.hero-post-mid .post-card.card-2 .post-content .title {
    font-size: 36px;
    max-width: 100%;
    margin-bottom: 10px;
}

.hero-post-mid .post-card.card-2 .post-content p {
    margin-bottom: 0;
}

.post-card-box {
    display: grid;
    grid-template-columns: 400px 1fr;
    grid-gap: 30px;
    align-items: center;
}

.post-card-box .post-card .content-1 {
    margin-bottom: 7s0px;
}

.post-card-box .post-card .title {
    margin-bottom: 10px;
    margin-top: 0;
}

@media (max-width: 1500px) {
    .post-card-box {
        grid-template-columns: 200px 1fr;
    }

    .post-card-box .post-card .title {
        font-size: 17px;
    }
}

@media (max-width: 1400px) {
    .hero-post-wrap {
        grid-template-columns: 350px 1fr 350px;
        grid-gap: 30px;
    }

    .post-card-box {
        grid-template-columns: 200px 1fr;
    }

    .post-card-box .post-card .title {
        font-size: 17px;
    }
}

@media (max-width: 1200px) {
    .hero-post-mid .post-card.card-2 .post-content .title {
        font-size: 24px;
    }

    .post-card-box {
        grid-template-columns: 1fr;
    }

}

@media (max-width: 992px) {
    .hero-post-wrap {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .post-card-box {
        grid-template-columns: 1fr;
    }

    .hero-post-mid .post-card.card-2 .post-thumb img {
        height: 300px;
    }

    .hero-post-mid .post-card.card-2 .post-content .title {
        font-size: 24px;
    }
}

/*===================================================
    Travel Post 
====================================================*/

.travel-card .post-thumb img {
    height: 240px;
}

.travel-card .post-content .title {
    font-size: 24px;
    max-width: 100%;
    margin-bottom: 10px;
}

.travel-card .post-content .post-list {
    margin-bottom: 15px;
}

.travel-card .post-content p {
    font-size: 15px;
}

.travel-post-wrap {
    padding-bottom: 47px;
    border-bottom: 1px solid var(--border-2);
}

.travel-card-2 {
    display: grid;
    grid-template-columns: 1fr 150px;
    grid-gap: 25px;
    align-items: center;
}

.travel-card-2:not(:last-of-type) {
    margin-bottom: 45px;
    padding-bottom: 45px;
    border-bottom: 1px solid var(--border-2);
}

.travel-card-2 .post-thumb {
    margin-bottom: 0;
}

.travel-card-2 .post-thumb img {
    height: 140px;
    width: 150px;
}

.travel-card-2 .post-content .title {
    font-size: 20px;
    margin-bottom: 10px;
}

.poster-2 {
    padding: 40px 40px 110px 40px;
}

.poster-2 .poster-men {
    width: 190px;
}

@media (max-width: 767px) {

    .travel-post-wrap {
        margin-bottom: 30px;
        padding-bottom: 35px;
    }

    .travel-card {
        margin-bottom: 30px;
    }

    .travel-card-2:not(:last-of-type) {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
}

/*===================================================
    Tech Post Area
====================================================*/

.tech-blog-area .top-area .right-btn {
    background-color: var(--white-color);
}

.tech-top-post {
    margin-bottom: 25px;
}

.tech-top-post .post-thumb img {
    border-radius: 7px;
    height: 240px;
}

.tech-top-post .post-content .title {
    font-size: 24px;
    max-width: 100%;
    margin-bottom: 10px;
}

.tech-top-post .post-content .post-list {
    margin-bottom: 10px;
}

.tech-post-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 25px;
}

.tech-post-wrap .travel-card-2 {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.tech-post-wrap .travel-card-2.border-line {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid var(--border-2);
}

.tech-blog-area .list-post-card .post-content .title {
    font-size: 20px;
}

.tech-blog-area .list-post-card:not(:last-of-type) {
    margin-bottom: 30px;
    padding-bottom: 30px;
}

@media (max-width:992px) {
    .tech-post-wrap {
        margin-bottom: 40px;
    }
}

@media (max-width:767px) {
    .tech-post-wrap {
        grid-template-columns: 1fr;
    }
}

/*===================================================
    Video Post Area
====================================================*/

.video-post-area {
    background-color: #131313;
}

.video-post-area .section-heading .section-title {
    color: var(--white-color);
    font-weight: 500;
}

.video-post-area .section-heading .section-title span {
    background-color: #131313;
}

.video-post-area .top-area .right-btn {
    background-color: #131313;
}

.video-post-area .top-area .right-btn .default-btn {
    border: 1px solid var(--white-color);
    color: var(--white-color);
}

.video-post-area .top-area .right-btn .default-btn:hover {
    border: 1px solid var(--primary-color);
}

.video-post-wrap {
    position: relative;
    height: 100%;
}

.video-post-wrap .video-thumb {
    height: 100%;
    border-radius: 5px;
    overflow: hidden;
}

.video-post-wrap .video-thumb img {
    height: 100%;
    object-fit: cover;
}

.video-post-wrap .video-btn a {
    background-color: #ED3410;
    color: var(--white-color);
    font-size: 40px;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video-post-wrap .video-btn a:hover {
    background-color: var(--white-color);
    color: #ED3410;
}

.video-post-wrap .post-card {
    position: absolute;
    bottom: 60px;
    left: 60px;
}

.video-post-wrap .post-card .post-content .title {
    font-size: 50px;
    line-height: 1.3;
    font-weight: 500;
    max-width: 100%;
    margin-bottom: 10px;
}

.video-post-list .list-post-card .post-content .title a,
.video-post-wrap .post-card .post-content .title a {
    color: var(--white-color);
    background: linear-gradient(var(--white-color) 0%, var(--white-color) 98%);
    background-size: 0 2px;
    background-repeat: no-repeat;
    background-position: left 100%;
}

.video-post-list .list-post-card .post-content .title a:hover,
.video-post-wrap .post-card .post-content .title a:hover {
    background-size: 100% 2px;
}

.video-post-wrap .post-card .post-content .post-list li a,
.video-post-wrap .post-card .post-content .post-list li {
    color: var(--white-color);
}

.video-post-list .list-post-card:not(:last-of-type) {
    margin-bottom: 34px;
    padding-bottom: 0;
    border: none;
}

.video-post-list .list-post-card .post-content .title {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 7px;
}

.video-post-list .list-post-card .post-content .title a {
    color: var(--white-color);
}


.video-post-list .list-post-card .post-content .post-list li {
    color: #999999;
}

.video-post-list .list-post-card .post-content .post-list li span a {
    color: var(--white-color);
}

@media (max-width: 992px) {
    .video-post-wrap {
        margin-bottom: 40px;
    }

    .video-post-wrap .post-card {
        bottom: 30px;
        left: 40px;
    }

    .video-post-wrap .post-card .post-content .title {
        font-size: 36px;
    }
}

@media (max-width: 767px) {
    .video-post-wrap .video-thumb img {
        height: 500px;
        object-fit: cover;
    }

    .video-post-wrap .post-card .post-content .title {
        font-size: 24px;
    }
}

/*===================================================
    Video Section
====================================================*/
.video-section {
    background-color: #131313;
}

.video-section .section-heading .section-title {
    text-align: center;
}

.video-section .section-heading .section-title span {
    background-color: #131313;
    padding: 0 40px;
    color: var(--white-color);
}

.video-section .video-container {
    max-width: 1840px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}

.video-post {
    border-radius: 10px;
    overflow: hidden;
}

.video-post .post-thumb {
    position: relative;
    margin-bottom: 0;
}

.video-post .post-thumb .video-btn a {
    background-color: var(--primary-color);
    color: var(--white-color);
    font-size: 30px;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video-post .post-thumb .video-btn a:hover {
    background-color: var(--white-color);
    color: var(--primary-color);
}

.video-post .post-thumb img {
    height: 300px;
}

.video-post .post-content {
    background-color: var(--white-color);
    padding: 30px;
}

.video-post .post-content .title {
    font-size: 24px;
    margin: 0 0 10px 0;
    max-width: 100%;
}

@media (max-width: 992px) {
    .video-post .post-content .title {
        font-size: 18px;
    }
}

/*===================================================
    Promo Section
====================================================*/

.promo-wrap {
    background-color: #F8FAFF;
    max-width: 1320px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
    border: 1px solid #D6D6D6;
    border-radius: 30px;
    padding: 80px 45px 35px 45px;
}

.promo-wrap .promo-header .title {
    font-size: 40px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.2);
    letter-spacing: 10px;
    margin-bottom: 0;
}

.promo-card {
    display: grid;
    grid-template-columns: 120px 1fr;
    grid-gap: 20px;
    align-items: center;
    margin-bottom: 45px;
}

.promo-card .post-thumb {
    margin-bottom: 0;
}

.promo-card .post-thumb img {
    height: 120px;
    width: 120px;
    border-radius: 50%;
}

.promo-card .post-content .title {
    font-size: 20px;
    max-width: 100%;
    margin: 10px 0;
}

.promo-card:hover .post-thumb img {
    transform: scale(1);
}

@media (max-width: 1300px) {
    .promo-card {
        grid-template-columns: 1fr;
    }
}

/*===================================================
    Latest Post Area
====================================================*/
.left-post-area {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 25px;
}

.latest-post .post-thumb img {
    height: 300px;
}

.latest-post .post-content .title {
    font-size: 24px;
    max-width: 100%;
}

.latest-post .post-content p {
    margin-bottom: 0;
}

.latest-post .post-content .post-list {
    margin: 10px 0;
}

.list-post-area.latest-list .list-post-card:not(:last-of-type) {
    margin-bottom: 23px;
}

.list-post-area.latest-list .list-post-card .post-img {
    height: 120px;
}

@media (max-width: 992px) {
    .left-post-area {
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .left-post-area {
        grid-template-columns: 1fr;
    }
}

/*===================================================
    Latest Post Area
====================================================*/
.latest-post-area .section-heading {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.latest-post-area .section-heading .section-title span {
    padding: 0 40px;
}

.latest-card {
    margin-bottom: 40px;
}

.latest-card .post-content .title {
    font-size: 24px;
    max-width: 100%;
    margin-bottom: 10px;
}

.latest-btn .default-btn {
    border-radius: 5px;
}

/*===================================================
    Hero Carousel
====================================================*/
.carousel-card {
    position: relative;
    height: 100vh;
}

.carousel-card .post-img {
    height: 100%;
}

.carousel-card .post-img img {
    height: 100%;
    object-fit: cover;
}

.carousel-card .post-content {
    position: absolute;
    top: 40%;
    left: 300px;
    transform: translateY(-50%);
}

.carousel-card .post-content .title {
    font-size: 50px;
    color: var(--white-color);
    margin: 20px 0;
    max-width: 740px;
}

.carousel-card .post-content .title a,
.carousel-card .post-content .post-list li span a,
.carousel-card .post-content .post-list li {
    color: var(--white-color);
}

.carousel-card .post-content .post-list li span a:hover {
    color: var(--primary-color);
}

.carousel-card .post-content .title a {
    background: linear-gradient(var(--white-color) 0%, var(--white-color) 98%);
    background-size: 0 2px;
    background-repeat: no-repeat;
    background-position: left 100%
}

.carousel-card .post-content .title a:hover {
    background-size: 100% 2px;
}

.hero-thumb-wrap {
    margin-top: -180px;
    padding-bottom: 30px;
}

.hero-thumb-wrap .carousel-content {
    border: 1px solid var(--white-color);
    cursor: pointer;
    border-radius: 5px;
}

.hero-thumb-wrap .carousel-content .title {
    background-color: #D9D9D920;
    font-size: 16px;
    color: var(--white-color);
    padding: 40px 30px;
    margin-bottom: 0;
}

.hero-thumb-wrap .swiper-slide.swiper-slide-thumb-active .carousel-content {
    background-color: var(--white-color);
}

.hero-thumb-wrap .swiper-slide.swiper-slide-thumb-active .carousel-content .title {
    color: var(--heading-color);
}

@media (max-width: 1600px) {
    .carousel-card .post-content {
        left: 115px;
    }
}

@media (max-width: 1400px) {
    .carousel-card .post-content {
        left: 125px;
    }
}


@media (max-width: 992px) {
    .carousel-card {
        height: 700px;
    }

    .carousel-card .post-content {
        left: 65px;
    }

    .carousel-card .post-content .title {
        font-size: 36px;
        max-width: 500px;
    }
}

@media (max-width: 767px) {

    .carousel-card .post-content {
        left: 15px;
    }

    .carousel-card .post-content .title {
        font-size: 32px;
        max-width: 500px;
    }
}

/*===================================================
    Trending Section
====================================================*/

.trending-section-2 .section-heading .section-title {
    text-align: center;
}

.trending-section-2 .section-heading .section-title span {
    background-color: var(--bg-grey-2);
    padding: 0 40px;
}

.trending-card .post-thumb img {
    height: 220px;
}

.trending-card .post-content .title {
    max-width: 100%;
    margin: 10px 0;
}


/*===================================================
    Author Details
====================================================*/
.author-details-box {
    background-color: var(--bg-grey-2);
    display: grid;
    grid-template-columns: 250px 1fr;
    grid-gap: 20px;
    align-items: center;
    padding: 50px 190px 50px 45px;
}

.author-details-box .author-img img {
    height: 250px;
    width: 250px;
    border-radius: 50%;
}

.author-info .name {
    color: var(--heading-color);
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.author-info .prof {
    color: var(--heading-color);
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
    text-transform: capitalize;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid var(--border-2);
    display: block;
}

.author-social {
    column-gap: 10px;
}

.author-social .follow {
    font-size: 16px;
    color: var(--heading-color);
    font-weight: 400;
    margin-bottom: 0;
}

.author-social .social-list {
    column-gap: 5px;
}

.author-social .social-list li {
    line-height: 1;
}

.author-social .social-list li a {
    font-size: 16px;
}

.author-social .social-list li a:hover {
    color: var(--primary-color);
}

@media (max-width: 992px) {
    .author-details-box {
        grid-template-columns: 1fr;
        padding: 50px;
    }

    .author-details-box .author-img {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .author-details-box {
        padding: 20px;
    }
}

/*===================================================
    Blog Default
====================================================*/
.blog-default-card {
    padding: 20px;
    border: 1px solid var(--border-2);
    border-radius: 5px;
}

.blog-default-card:not(:last-of-type) {
    margin-bottom: 25px;
}

.blog-default-card .post-thumb img {
    height: 390px;
    border-radius: 8px;
}

.blog-default-card .post-content .title {
    font-size: 36px;
    font-weight: 600;
    max-width: 100%;
    margin-bottom: 15px;
    line-height: 1.3;
}

.blog-default-card .post-content .post-list {
    margin-bottom: 15px;
}

.blog-default-card .post-content p {
    margin-bottom: 20px;
}

.blog-default-card .post-content .news-post-btn {
    font-size: 18px;
    color: var(--grey-color);
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--border-2);
    border-radius: 50%;
}

.blog-default-card .post-content .news-post-btn:hover {
    background-color: var(--primary-color);
    color: var(--white-color);
    border: 1px solid var(--primary-color);
}

@media (max-width: 767px) {
    .blog-default-card .post-content .title {
        font-size: 26px;
    }

    .blog-default-card .post-thumb img {
        height: 290px;
    }
}

/*===================================================
    Single Layout 1
====================================================*/

.post-layout-1 .top-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 170px;
    margin-bottom: 35px;
    flex-wrap: wrap;
}

.single-card .post-content .title {
    color: var(--heading-color);
    display: inline-block;
    font-size: 39px;
    font-weight: 700;
    max-width: 100%;
    margin-bottom: 10px;
}

body.single-post .single-card .post-content .post-list {
    margin-bottom: 15px;
}

.single-card .post-content p {
    margin-bottom: 0;
    max-width: 880px;
    width: 100%;
    line-height: 1.8;
}

.post-social span {
    display: block;
    margin-bottom: 10px;
}

.social-list {
    column-gap: 5px;
}

.social-list li a {
    color: #1DA1F2;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #1DA1F2;
    border-radius: 50%;
}

.social-list li a:hover {
    background-color: #1DA1F2;
    color: var(--white-color);
    border: 1px solid var(--secondary-color);
}

.social-list li a.facebook {
    color: #3B5998;
    border: 1px solid #3B5998;
}

.social-list li a.facebook:hover {
    background-color: #3B5998;
    color: var(--white-color);
    border: 1px solid #3B5998;
}

.social-list li a.instagram {
    color: #E1306C;
    border: 1px solid #E1306C;
}

.social-list li a.instagram:hover {
    background-color: #E1306C;
    color: var(--white-color);
    border: 1px solid #E1306C;
}

.social-list li a.linkedin {
    color: #0077b5;
    border: 1px solid #0077b5;
}

.social-list li a.linkedin:hover {
    background-color: #0077b5;
    color: var(--white-color);
    border: 1px solid #0077b5;
}

.social-list li a.pinterest {
    color: #E60023;
    border: 1px solid #E60023;
}

.social-list li a.pinterest:hover {
    background-color: #E60023;
    color: var(--white-color);
    border: 1px solid #E60023;
}

.post-layout-content .layout-desc {
    color: var(--heading-color);
    font-size: 18px;
    line-height: 1.8;
}

.post-layout-content .layout-title {
    font-size: 24px;
    font-weight: 600;
    margin: 30px 0 20px 0;
}

.content-box {
    padding: 50px 30px;
    box-shadow: 1px 0px 12px -5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 1px 0px 12px -5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 0px 12px -5px rgba(0, 0, 0, 0.3);
    margin-bottom: 40px;
}

.content-box .title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.content-box .content-list-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.content-box .content-list-wrap .content-list li {
    color: var(--heading-color);
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.content-box .content-list-wrap .content-list li:not(:last-of-type) {
    margin-bottom: 10px;
}

.content-box .content-list-wrap .content-list li i {
    color: #1CD27B;
    font-size: 18px;
    margin-right: 10px;
}

.layout-desc-2 {
    line-height: 1.8;
    font-size: 18px;
}

.layout-desc-2 span {
    color: var(--heading-color);
    font-weight: 600;
}

blockquote {
    padding: 30px 60px;
    text-align: center;
    border: 1px solid var(--border-2);
    border-radius: 10px;
    margin: 50px 0;
}

blockquote img {
    margin-bottom: 30px;
}

blockquote p {
    font-size: 20px;
    color: var(--heading-color);
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 30px;
}

blockquote span {
    font-size: 18px;
    font-style: italic;
    color: var(--heading-color);
    position: relative;
    display: inline-block;
    margin-left: 80px;
}

blockquote span:before {
    content: '';
    background-color: var(--primary-color);
    width: 60px;
    height: 2px;
    position: absolute;
    left: -80px;
    top: 54%;
    transform: translateY(-50%);
}

.layout-img-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 25px;
    margin: 50px 0;
}

.layout-img-wrap img {
    width: 100%;
}

.content-list-2 li {
    font-size: 16px;
    display: flex;
    align-items: center;
}

.content-list-2 li:not(:last-of-type) {
    margin-bottom: 10px;
}

.content-list-2 li i {
    color: #1CD27B;
    font-size: 18px;
    margin-right: 10px;
}

.post-layout-1 .content-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    margin: 30px 0;
}

.post-layout-1 .content-wrap .content-right {
    height: 100%;
    display: flex;
    align-items: center;
    box-shadow: 1px 0px 12px -5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 1px 0px 12px -5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 0px 12px -5px rgba(0, 0, 0, 0.3);
}

.post-layout-1 .content-wrap .content-right span {
    display: block;
    font-size: 25px;
    font-style: italic;
    padding: 0 30px;
    line-height: 1.4;
}

.medi-list {
    margin-bottom: 60px;
}

.medi-list li {
    color: var(--heading-color);
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.medi-list li:not(:last-of-type) {
    margin-bottom: 15px;
}

.medi-list li i {
    color: var(--heading-color);
}

.layout-social-box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 25px;
    border: 1px dashed var(--border-2);
    border-radius: 5px;
    margin-bottom: 40px;
}

.layout-social-box .box-left {
    display: flex;
    align-items: center;
    column-gap: 5px;
}

.layout-social-box .box-left .tag {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}

.layout-social-box .box-left ul {
    margin-top: 2px;
}

.layout-social-box .box-left ul li {
    display: inline-flex;
}

.layout-social-box .box-left ul li a {
    font-size: 15px;
    color: var(--heading-color);
    font-weight: 600;
}

.layout-social-box .box-right {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.layout-social-box .box-right .share {
    margin-bottom: 0;
}

.article-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 20px;
    margin-bottom: 40px;
}

.article-wrap .article-item .arrow {
    color: #8F8E8E;
    display: flex;
    align-items: center;
    column-gap: 10px;
    font-size: 18px;
    margin-bottom: 20px;
}

.article-wrap .article-item .arrow:hover {
    color: var(--heading-color);
}

.article-wrap .article-item .article-thumb {
    display: grid;
    grid-template-columns: 60px 1fr;
    grid-gap: 10px;
    align-items: center;
}

.article-wrap .article-item .article-thumb img {
    border-radius: 50%;
}

.article-wrap .article-item .article-thumb h3 {
    margin-bottom: 0;
}

.article-wrap .article-item .article-thumb a {
    color: var(--heading-color);
    font-size: 18px;
    font-weight: 500;
    max-width: 300px;
    width: 100%;
    display: block;
}

.article-wrap .article-item .article-thumb a:hover {
    color: var(--primary-color);
}

.article-wrap .article-item.right-article {
    text-align: right;
}

.article-wrap .article-item.right-article .article-thumb {
    grid-template-columns: 1fr 60px;
}

.article-wrap .article-item.right-article .arrow {
    justify-content: end;
}

/* Comment Area */

.comment-area {
    margin-bottom: 50px;
}

.comment-area .layout-title {
    margin-bottom: 30px;
}

.comment-item {
    display: grid;
    grid-template-columns: 60px 1fr;
    grid-gap: 20px;
}

.comment-item .comment-thumb img {
    height: 60px;
    width: 60px;
    border-radius: 50%;
}

.comment-item.item-2 {
    padding-left: 70px;
}

.comment-item:not(:last-of-type) {
    margin-bottom: 35px;
    padding-bottom: 35px;
    border-bottom: 1px solid var(--border-2);
}

.comment-item .comment-info-wrap {
    max-width: 750px;
    width: 100%;
}

.comment-item .comment-info-wrap p {
    font-size: 16px;
    margin: 20px 0 0 0;
}

.comment-item .comment-info-wrap .comment-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.comment-info-wrap .comment-info .author {
    font-size: 18px;
    color: var(--heading-color);
    font-weight: 600;
    margin-bottom: 0;
}

.comment-info-wrap .comment-info .author span {
    color: #797979;
    font-size: 16px;
    font-weight: 400;
    display: block;
    line-height: 1;
    margin-top: 10px;
}

.comment-info-wrap .comment-info .reply {
    font-size: 16px;
    color: var(--heading-color);
    font-weight: 500;
}

.comment-info-wrap .comment-info .reply:hover {
    color: var(--primary-color);
}

/* Blog Comment Form */

.blog-form-wrap .layout-title {
    line-height: 1;
}

.blog-form-wrap p {
    margin-bottom: 40px;
}

.blog-form .form-group .form-control {
    border: 1px solid var(--border-2);
    padding: 15px;
    box-shadow: none;
    outline: none;
    margin-bottom: 25px;
}

.blog-form .form-group .form-control:focus {
    outline: none;
    box-shadow: none;
}

.blog-form .default-btn {
    border-radius: 5px;
}

@media (max-width: 1400px) {
    .top-content {
        row-gap: 30px;
    }
}

@media (max-width: 992px) {
    .content-box {
        padding: 30px 15px;
    }

    .blog-form-wrap {
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .single-card .post-content .title {
        font-size: 30px;
    }

    .content-box .content-list-wrap {
        flex-wrap: wrap;
        row-gap: 15px;
    }

    blockquote {
        padding: 30px;
    }

    blockquote p {
        font-size: 16px;
    }

    .post-layout-1 .content-wrap {
        grid-template-columns: 1fr;
    }

    .post-layout-1 .content-wrap .content-right span {
        font-size: 25px;
        padding: 20px;
    }

    .layout-social-box {
        row-gap: 20px;
    }

    .layout-social-box .box-right {
        flex-wrap: wrap;
        row-gap: 10px;
    }

    .article-wrap .article-item.right-article .article-thumb {
        grid-template-columns: 1fr;
        grid-auto-flow: dense;
    }

    .article-wrap .article-item.right-article .article-thumb img {
        margin-left: auto;
        grid-row-start: 1;
    }

    .article-wrap .article-item .article-thumb {
        grid-template-columns: 1fr;
    }
}

/* Layout 2  */

.post-layout-1.layout-2 {
    max-width: 865px;
    width: 100%;
    padding: 90px 15px;
    margin: 0 auto;
    position: relative;
}

.post-layout-1.layout-2 .top-content {
    margin-bottom: 20px;
}

.post-layout-1.layout-2 .top-content .post-social {
    position: absolute;
    top: 90px;
    left: -60px;
}

.post-layout-1.layout-2 .top-content .post-social li {
    margin-bottom: 10px;
}

@media (max-width: 992px) {
    .post-layout-1.layout-2 .top-content .post-social {
        position: inherit;
        display: flex;
        align-items: center;
        column-gap: 20px;
    }

    .post-layout-1.layout-2 .top-content .post-social li {
        display: inline-flex;
    }

    .post-layout-1.layout-2 .top-content .post-social span {
        margin-bottom: 0;
    }

    .post-layout-1.layout-2 .top-content .post-social li {
        margin-bottom: 0;
    }
}

/*===================================================
    Layout Header
====================================================*/
.layout-header {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.layout-header.header-2 {
    height: 660px;
}

.layout-header .overlay {
    background-color: rgba(0, 0, 0, 0.5);
}

.single-card.card-2 .post-content .title {
    color: var(--white-color);
}

.single-card.card-2 .post-content .post-list li span a,
.single-card.card-2 .post-content .post-list li {
    color: var(--white-color);
}

.single-card.card-2 .post-content .post-list li span a:hover {
    color: var(--primary-color);
}

.single-card.card-2 .post-content p {
    color: var(--white-color);
}

.layout-header .top-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 20px;
    padding: 200px 0 60px 0;
}

.layout-header .top-content .social-list li a {
    color: var(--white-color);
}

.layout-header .top-content .social-list li a.facebook {
    background-color: #3B5998;
}

.layout-header .top-content .social-list li a.twitter {
    background-color: #1DA1F2;
}

.layout-header .top-content .social-list li a.linkedin {
    background-color: #0077b5;
}

.layout-header .top-content .social-list li a.instagram {
    background-color: #E1306C;
}

.layout-header .top-content .social-list li a.pinterest {
    background-color: #E60023;
}

.layout-header .post-social span {
    color: var(--white-color);
}

@media (max-width: 992px) {

    .layout-header.header-2 {
        height: 300px;
    }

    .layout-header .top-content {
        padding: 70px 0;
    }
}

/*===================================================
    About Section
====================================================*/
.about-content {
    padding-right: 20px;
}

.about-content .title {
    font-size: 38px;
    margin-bottom: 20px;
    font-weight: 700;
}

.about-list-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 10px;
    margin: 30px 0 40px 0;
}

.about-list-wrap .about-list li {
    color: var(--heading-color);
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.about-list-wrap .about-list li:not(:last-of-type) {
    margin-bottom: 10px;
}

.about-list-wrap .about-list li i {
    color: #1CD27B;
    font-size: 18px;
    margin-right: 10px;
}

.about-content .about-year {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 1;
}

.about-thumb {
    padding-left: 20px;
}

.about-thumb img {
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
}

@media (max-width: 992px) {
    .about-content {
        padding-right: 0;
        margin-bottom: 30px;
    }

    .about-thumb {
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .about-content .title {
        font-size: 30px;
    }

    .about-content .about-year {
        font-size: 30px;
    }

    .about-content {
        margin-bottom: 50px;
    }
}

/*===================================================
    Skill Section
====================================================*/
.skill-section {
    background-color: #F9F9F9;
    position: relative;
}

.skill-section .skill-bg {
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.skill-content {
    padding-left: 40px;
}

.skill-heading span {
    color: var(--primary-color);
    font-size: 24px;
    font-weight: 500;
    display: block;
    margin-bottom: 15px;
}

.skill-heading .title {
    font-size: 40px;
    font-weight: 600;
    max-width: 400px;
    width: 100%;
    line-height: 1.3;
    margin: 20px 0;
}

.skill-heading p {
    margin-bottom: 40px;
}

.skills-items .skills-item {
    margin-bottom: 40px;
    overflow: hidden;
}

.skills-item:last-child {
    margin-bottom: 0;
}

.skills-items .skills-item h5 {
    color: var(--heading-color);
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0px
}

.skills-items .skills-item .progress {
    height: 10px;
    background-color: rgba(255, 24, 78, 0.5);
    box-shadow: none;
    border-radius: 15px;
}

.skills-items .skills-item .progress,
.skills-items .skills-item .progress .progress-bar {
    border-radius: 15px;
    overflow: visible;
}

.skills-items .skills-item .progress .progress-bar {
    line-height: 5px;
    background-color: var(--primary-color);
    position: relative;
}

.skills-items .skills-item .progress .progress-bar span {
    color: var(--heading-color);
    position: absolute;
    top: -15px;
    right: -15px;
    font-size: 14px;
    font-weight: 600;
}

@media (max-width: 992px) {

    .skill-content {
        padding-left: 0;
    }

    .skill-bg {
        display: none;
    }
}

@media (max-width: 767px) {

    .skill-heading .title {
        font-size: 30px;
    }

    .skill-content {
        padding: 0 15px;
    }
}

/*===================================================
    Team Section
====================================================*/

.team-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 50px;
    row-gap: 20px;
    width: 100%;
    margin-bottom: 55px;
}

.team-top .left-item .title {
    font-size: 40px;
    margin-bottom: 0;
    font-weight: 600;
    text-transform: capitalize;
    display: inline-block
}

.team-top .right-item p {
    max-width: 600px;
    width: 100%;
    margin-left: auto;
    margin-bottom: 0;
}

.team-item {}

.team-item .team-thumb {
    margin-bottom: 30px;
    border-radius: 10px;
    overflow: hidden;
}

.team-item .team-thumb img {
    width: 100%;
    height: 430px;
    object-fit: cover;
    transition: 0.3s all ease-in-out;
}

.team-item .team-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.team-item .team-content .title {
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 0;
}

.team-item .team-content .title span {
    color: #8A8888;
    font-size: 16px;
    display: block;
    font-weight: 400;
    margin-top: 10px;
}

.team-social li {
    display: inline-flex;
}

.team-social li:not(:last-of-type) {
    margin-right: 5px;
}

.team-social li a {
    color: #1DA1F2;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #1DA1F2;
    border-radius: 50%;
}

.team-social li a:hover {
    background-color: #1DA1F2;
    color: var(--white-color);
    border: 1px solid var(--secondary-color);
}

.team-social li a.facebook {
    color: #3B5998;
    border: 1px solid #3B5998;
}

.team-social li a.facebook:hover {
    background-color: #3B5998;
    color: var(--white-color);
    border: 1px solid #3B5998;
}

.team-social li a.instagram {
    color: #E1306C;
    border: 1px solid #E1306C;
}

.team-social li a.instagram:hover {
    background-color: #E1306C;
    color: var(--white-color);
    border: 1px solid #E1306C;
}

.team-social li a.linkedin {
    color: #0077b5;
    border: 1px solid #0077b5;
}

.team-social li a.linkedin:hover {
    background-color: #0077b5;
    color: var(--white-color);
    border: 1px solid #0077b5;
}

.team-item:hover .team-thumb img {
    transform: scale(1.04);
}

@media (max-width: 992px) {
    .team-section {
        padding: 70px 0 45px 0;
    }

    .team-item .team-thumb img {
        height: auto;
    }

    .team-top {
        flex-direction: column;
        align-items: baseline;
        margin-bottom: 40px;
    }

    .team-item {
        margin-bottom: 25px;
    }
}

@media (max-width: 767px) {
    .team-section {
        padding: 50px 0 25px 0;
    }
}

.team-2 {
    padding: 90px 0 65px 0;
}

.team-2 .team-item {
    margin-bottom: 25px;
}

@media (max-width: 992px) {
    .team-2 {
        padding: 70px 0 55px 0;
    }
}

@media (max-width:767px) {
    .team-2 {
        padding: 50px 0 25px 0;
    }
}

/* Team Nav */
.team-nav-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    flex-wrap: wrap;
    row-gap: 30px;
}

.team-nav-wrap .title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 1;
}

.team-nav-wrap .swiper-arrow {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.team-nav-wrap .swiper-arrow .swiper-nav {
    background-color: #FFD3CB;
    color: var(--primary-color);
    font-size: 20px;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
}

.team-nav-wrap .swiper-arrow .swiper-nav:hover {
    background-color: var(--primary-color);
    color: var(--white-color);
}

/*===================================================
    Error Section
====================================================*/
.error-content {}

.error-content .title {
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 30px;
}

.error-content p {
    font-size: 16px;
    max-width: 650px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .error-content .title {
        font-size: 30px;
    }
}

/*===================================================
    Contact Section
====================================================*/
.adress-wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.adress-box .title {
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 20px;
}

.adress-list li span {
    color: var(--heading-color);
    max-width: 200px;
    display: block;
}

.adress-list li {
    font-size: 16px;
    display: flex;
}

.adress-list li:not(:last-of-type) {
    margin-bottom: 15px;
}

.adress-list li i {
    color: var(--primary-color);
    font-size: 20px;
    margin-top: 3.5px;
    padding-right: 10px;
}

.adress-list.list-2 li {
    color: var(--heading-color);
    font-weight: 500;
}

.adress-list.list-2 li a {
    color: #666;
    font-weight: 400;
    display: block;
    margin-left: 5px;
}

.adress-list.list-2 li a:hover {
    color: var(--primary-color);
}

.contact-form-wrap .title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 15px;
}

.contact-form-wrap p {
    margin-bottom: 20px;
}

.contact-form .form-group .form-control {
    margin-bottom: 25px;
    padding: 15px;
    box-shadow: none;
    border-radius: 5px;
}

.contact-form .form-group .form-control:focus {
    border: 1px solid var(--border-2);
}

.contact-form .form-group .form-control.address {
    height: 250px;
}

.contact-content {
    padding-right: 30px;
}

.map-wrapper {
    padding-left: 30px;
}

@media (max-width: 992px) {
    .contact-content {
        padding-right: 0;
        margin-bottom: 40px;
    }

    .map-wrapper {
        height: 100%;
        overflow: hidden;
        padding-left: 0;
    }

    .adress-wrap {
        flex-wrap: wrap;
        row-gap: 30px;
    }
}

/*===================================================
    Team Details
====================================================*/
.team-details {}

.team-details-left img {
    width: 100%;
    height: 430px;
    object-fit: cover;
}

.team-member-info {
    padding: 38px;
    box-shadow: 1px 0px 12px -5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 1px 0px 12px -5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 0px 12px -5px rgba(0, 0, 0, 0.3);
}

.team-member-info .title {
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 10px;
}

.team-list {
    margin: 30px 0;
}

.team-list li {
    color: #8A8888;
    font-weight: 600;
}

.team-list li:not(:last-of-type) {
    margin-bottom: 10px;
}

.team-list li span,
.team-list li a {
    color: #8A8888;
    font-weight: 400;
}

.team-list li a:hover {
    color: var(--primary-color);
}

.team-details-content {
    padding: 65px 40px;
    box-shadow: 1px 0px 12px -5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 1px 0px 12px -5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 0px 12px -5px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

.team-details-content .title {
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 30px;
}

@media (max-width:992px) {
    .team-details-left {
        margin-bottom: 50px;
    }

    .team-details-left img {
        height: 100%;
    }
}

/*===================================================
    Footer Section
====================================================*/
.footer-section {
    background-color: var(--bg-dark);
}

.footer-item .footer-header {
    color: var(--white-color);
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 35px;
}

.footer-item .footer-content .desc {
    color: #B9B9B9;
    margin-bottom: 32px;
}

.footer-item .contact-list>li {
    color: var(--white-color);
    font-size: 15px;
    line-height: 1;
}

.footer-item .contact-list>li:not(:last-of-type) {
    margin-bottom: 12px;
}

.footer-item .contact-list li a {
    color: #B9B9B9;
}

.footer-social {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.footer-social li:not(:last-of-type) {
    margin-bottom: 0;
    margin-right: 15px;
}

.footer-social li a {
    font-size: 20px;
    color: #A4ADB6;
}

.footer-social li a:hover {
    color: var(--white-color);
}

.footer-content .footer-post-list li {
    display: grid;
    grid-template-columns: 110px 1fr;
    align-items: center;
    grid-gap: 15px;
}

.footer-content .footer-post-list li:not(:last-of-type) {
    margin-bottom: 13px;
}

.footer-content .footer-post-list li img {
    height: 80px;
    width: 110px;
    border-radius: 5px;
    object-fit: cover;
}

.footer-content .post-title a {
    color: var(--white-color);
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 0;
    max-width: 250px;
    width: 100%;
    display: block;
}

.footer-content .post-title a:hover {
    color: var(--primary-color);
}

.footer-content .post-title a span {
    display: block;
    font-size: 14px;
    color: #999;
    line-height: 1;
    margin-top: 10px;
}

.footer-content .comment-list li {
    display: grid;
    grid-template-columns: 40px 1fr;
    align-items: center;
}

.footer-content .comment-list li:not(:last-of-type) {
    margin-bottom: 30px;
}

.footer-content .comment-list li .icon {
    background-color: #28292B;
    color: var(--white-color);
    font-size: 20px;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.footer-content .comment-list li .comment-content {
    padding-left: 25px;
}

.footer-content .comment-list li .comment-content .comment-author {
    color: var(--primary-color);
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.footer-content .comment-list li .comment-content .comment-author a {
    color: var(--primary-color);
}

.footer-content .comment-list li .comment-content .comment-author span {
    color: #929294;
    text-transform: lowercase;
    font-style: italic;
    font-size: 14px;
}

.footer-content .comment-list li .comment-content .comment {
    color: var(--white-color);
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 0;
    max-width: 300px;
    width: 100%;
    display: block;
}

.footer-bottom {
    background-color: #0E1013;
    padding: 20px 0;
    border-bottom: 1px solid #333537;
}

.footer-bottom-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-bottom .footer-logo {
    max-width: 130px;
    width: 100%;
}

.footer-bottom .footer-menu-list li {
    display: inline-flex;
}

.footer-bottom .footer-menu-list li:not(:first-of-type) {
    margin-left: 45px;
}

.footer-bottom .footer-menu-list li a {
    color: var(--grey-color-2);
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1;
}

.footer-bottom .footer-menu-list li a:hover {
    color: var(--white-color);
}

.copyright-area {
    background-color: #0E1013;
    padding: 20px 0;
}

.copyright-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.copyright-wrap p {
    color: var(--grey-color-2);
    font-size: 15px;
    margin-bottom: 0;
}

.copyright-wrap p span {
    color: var(--primary-color);
}

.copyright-wrap .list {}

.copyright-wrap .list li {
    display: inline-flex;
}

.copyright-wrap .list li:not(:first-of-type) {
    margin-left: 25px;
}

.copyright-wrap .list li a {
    color: var(--grey-color-2);
    font-size: 15px;
    line-height: 1;
    font-weight: 400;
}

.copyright-wrap .list li a:hover {
    color: var(--white-color);
}

@media (max-width: 992px) {
    .footer-top {
        padding-bottom: 20px;
    }

    .footer-item {
        margin-bottom: 50px;
    }

    .footer-bottom .footer-logo {
        max-width: 100px;
    }

    .footer-bottom .footer-menu-list li:not(:first-of-type) {
        margin-left: 20px;
    }
}

@media (max-width: 767px) {

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

    .footer-bottom-wrap {
        flex-direction: column;
        row-gap: 15px;
    }

    .footer-bottom .footer-menu-list li a {
        font-size: 12px;
    }

    .footer-bottom .footer-menu-list li:not(:first-of-type) {
        margin-left: 15px;
    }

    .copyright-wrap {
        flex-direction: column;
        row-gap: 5px;
    }

    .copyright-wrap .list li a {
        font-size: 12px;
    }
}


/*** New CSS ***/

body.elementor-page .post-card ul.post-list {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.post-card ul.post-list li {
    font-size: 14px !important;
    line-height: inherit !important;
    color: var(--grey-color-4) !important;
}

.post-card ul.post-list li i,
.elementor-widget-container i {
    font-style: normal !important;
}

.post-carousel-card .post-carousel-content .title a,
.post-card-wrap h3.title a,
.trending-content h4 a,
.post-content .title a {
    display: inline;
}

.post-list-style-template-one .list-post-area.list-2 .list-post-card .post-img a {
    height: 100%;
}

.post-list-style-template-one .list-post-area.list-2 .list-post-card .post-img a img {
    min-height: 100%;
    object-fit: cover;
}

.recent-post-area.post-list-grid-style-template-one .news-post {
    margin-bottom: 20px;
}

.theme-subscribe-style-one .subscribe-content .subscribe-form .default-btn {
    border: 0px solid;
    top: 4.75px;
    right: 4.75px;
    transform: none;
    padding: 22px 28px 22px 60px;
}

.theme-subscribe-style-one .subscribe-form .lab.la-telegram-plane {
    position: absolute;
    right: 140px;
    top: 18px;
    z-index: 1;
    color: #fff;
}

.subscribe-content .subscribe-form .form-control {
    position: relative;
}

.theme-subscribe-style-one .subscribe-form:before {
    position: absolute;
    top: 13px;
    left: 30px;
    font-family: 'Line Awesome Free';
    font-weight: 900;
    content: "\f0e0";
    color: var(--grey-color);
    z-index: 1;
    font-size: 20px;
}

.post-block-template-one-wrap .post-card .post-content .title {
    max-width: 100%;
}


.news-post-wrap.post-list-style-template-two.style-2 .post-card.news-post {
    padding: 0;
    border: 0;
    display: flex;
    align-items: normal;
    position: relative;
    grid-gap: unset;
}

.news-post-wrap.post-list-style-template-two.style-2 .news-post .post-thumb {
    max-width: 100%;
    margin-right: 24px;
}

.news-post-wrap.post-list-style-template-two.style-2 .news-post .post-thumb img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.post-list-style-template-three .travel-card-2.border-line {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid var(--border-2);
}

.post-list-style-template-three:last-child .travel-card-2.border-line {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: 0px solid var(--border-2);
}

.post-list-style-template-four .list-post-card:not(:last-of-type) {
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.post-list-grid-style-template-video .video-post-wrap .video-thumb img {
    width: 100%;
}

.post-list-grid-style-template-video .post-content .post-list li {
    color: var(--white-color) !important;
}

.post-list-grid-style-template-video.video-grid-template .post-content .post-list li {
    color: var(--grey-color-4) !important;
}

.post-list-grid-style-illustration .col-lg-3.col-md-6:nth-child(2) .item-1 {
    background-color: #EEF6FF;
}

.post-list-grid-style-illustration .col-lg-3.col-md-6:nth-child(3) .item-1 {
    background-color: #F2FFFF;
}

.post-list-grid-style-illustration .col-lg-3.col-md-6:nth-child(4) .item-1 {
    background-color: #F5EEFA;
}

.post-list-grid-style-illustration-two .post-content a.cat-template-simple-style {
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    color: #787A7B;
}


.main-container.blog-single .post-featured-image img {
    transition: 0.35s ease-in;
    display: block;
    overflow: hidden;
    width: 100%;
    object-fit: cover;
    height: 475px;
    border-radius: 10px;
}

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

.blog-post-comment .comment-respond .comment-form .comment-notes {
    display: block;
    color: #0a0e15cc;
    font-size: 15px;
    font-weight: 400;
    line-height: 36px;
    margin-bottom: 20px;
}

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

.blog-post-comment .comment-respond .comment-form .form-control {
    height: 56px;
    margin-bottom: 10px;
    background: #fff;
    border: 1px solid var(--border-2);
    border-radius: 5px;
    padding: 15px 22px;
}

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

#comments .form-submit input[type="submit"] {
    display: inline-block;
    background: var(--primary-color);
    position: relative;
    color: #fff;
    padding: 18px 37px 18px 37px;
    border-radius: 10px;
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    border-right: 5px;
}

.theme_post_list_tab__wrapper a.cat-template-simple-style {
    font-size: 12px;
    color: #848080;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
    display: block;
    margin-bottom: 6px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.theme_post_list_tab__wrapper .list-post-card .post-img img {
    height: 70px !important;
    object-fit: cover;
}

.theme_post_list_tab__wrapper .post-area-right-2 {
    padding-bottom: 58px;
}

.gray-title-bg-simple .section-heading .section-title span {
    background-color: #f8faff;
}


.theme-slide-template-four .carousel-post img {
    height: 796px !important;
    object-fit: cover;
    width: 100% !important;
}

.theme-slide-template-four .carousel-thumb img {
    height: 233px !important;
    object-fit: cover;
    width: 100% !important;
}

.new-grid-bottom-unique .post-list-grid-style-template-two.style-1 {
    padding-bottom: 0 !important;
}

.theme-slide-template-four .carousel-post .post-content .post-list li {
    color: var(--white-color) !important;
}


.custom-grid-any .post-list-style-template-three .travel-card-2.border-line {
    padding-bottom: 45px;
    margin-bottom: 45px;
}

.post-list-style-template-four .post-img img {
    height: 70px !important;
    object-fit: cover;
}

.post-list-grid-style-template-video .post-img img {
    height: 70px !important;
}

.post-list-grid-style-illustration-three .post-thumb-2 img {
    height: 300px !important;
    width: 100% !important;
    object-fit: cover;
}

.sports-slider .carousel-card .post-img img {
    width: 100% !important;
}

.sports-slider .post-card ul.post-list li {
    color: #fff !important;
}

.footer_one_Widget .widget_text p {
    color: #B9B9B9;
    margin-bottom: 32px;
}

.footer-item .contact-list li a {
    color: #B9B9B9;
    display: inline-block;
}

.footer-item h4.widget-title,
.footer-item .wp-block-heading {
    color: var(--white-color);
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 35px;
}

ul.wp-block-latest-posts li {
    position: relative;
    color: #fff;
    padding-left: 28px;
    margin-bottom: 22px;
}

ul.wp-block-latest-posts li:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 7px;
    height: 7px;
    background: var(--primary-color);
    content: "";
    border-radius: 50%;
    margin-top: -3.5px;
}

ul.wp-block-latest-posts li a {
    color: #fff;
}

.page-header-content a {
    display: inline-block;
}

.page-header-content ul li {
    font-size: 16px;
    color: var(--heading-color);
}

.page-header-content ul li.active,
.page-header-content ul li.active a {
    font-weight: 600;
}


.post-block-template-three-wrap .post-carousel-card {
    position: relative;
}

.post-block-template-three-wrap .post-carousel-card:before,
.post-list-grid-style-template-video .video-thumb:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .35) 47%, #000 100%);
    background: -o-linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .35) 47%, #000 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .35) 47%, #000 100%);
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    z-index: 9;
}

.post-block-template-three-wrap .post-carousel-content {
    z-index: 9;
}

.theme-slide-template-four .carousel-post .post-img,
.theme-slide-template-four .carousel-thumb,
.post-list-grid-style-template-video .video-thumb,
.sports-slider .carousel-card .post-img {
    position: relative;
}

.theme-slide-template-four .carousel-post .post-img:before,
.theme-slide-template-four .carousel-thumb:before,
.sports-slider .carousel-card .post-img:before {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 70%);
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    content: "";
    z-index: 9;
}

.theme-slide-template-four .carousel-thumb:before {
    background: rgb(0 0 0 / 50%);
}

.theme-slide-template-four .carousel-post .post-text,
.theme-slide-template-four .carousel-post .video-btn,
.theme-slide-template-four .carousel-post .post-content,
.theme-slide-template-four .thumb-title,
.theme-slide-template-four .thumb-video,
.theme-slide-template-four .thumb-time,
.post-list-grid-style-template-video .post-card,
.sports-slider .post-content {
    z-index: 9;
}

.panel-widget-content .footer-content .post-title a {
    color: var(--heading-color);
}

.contact-form .default-btn {
    border: 0px solid;
    box-shadow: none;
}

ul.skills-items {
    margin-top: 50px;
}

.theme_related_posts_Wrapper {
    display: none;
}

.team-section .team-item {
    margin-bottom: 30px;
}

.color-light-blog .post-content .post-list li {s
    color: var(--white-color) !important;
}

.panel-widget-content h4.widget-title {
    font-size: 20px;
    margin-top: 40px;
}

.sticky-fixed-top .bottom-header .site-logo .dark {
    display: block;
}

.sticky-fixed-top .bottom-header .site-logo .light {
    display: block;
}

.elementor-widget-container .post-pagination {
    display: none;
}


@media (max-width: 992px) {

    .mobile-menu-icon .line-menu {
        background-color: var(--primary-color);
    }

    .list-post-area.video-post-list {
        margin-top: 60px;
    }

    .recent-post-area.post-list-grid-style-template-one .news-post .post-thumb img,
    .post-list-style-template-two .news-post .post-thumb img {
        width: 100% !important;
    }


}


@media(max-width: 767px) {

    .theme-subscribe-style-one .subscribe-content .subscribe-form .default-btn {
        border: 0px solid;
        top: 2px;
        right: 2px;
        transform: none;
        padding: 19px 28px 19px 60px;
    }


    .theme-subscribe-style-one .subscribe-form .lab.la-telegram-plane {
        right: 118px;
        top: 19px;
    }

    .recent-post-area.post-list-grid-style-template-one .news-post .post-thumb img,
    .post-list-style-template-two .news-post .post-thumb img {
        width: 100% !important;
    }

    section.news-area.theme-slide-template-three {
        display: none;
    }


    ul.wp-block-latest-posts li {
        margin-bottom: 15px;
        font-size: 15px;
    }

    .section-heading .section-title {
        font-size: 22px;
        line-height: 36px;
    }

}

@media(max-width: 375px) {

    .section-heading .section-title {
        font-size: 22px;
        line-height: 36px;
    }


    .custom-grid-any .post-list-style-template-three .travel-card-2.border-line {
        padding-bottom: 45px;
        margin-bottom: 45px;
        display: block;
    }

    .custom-grid-any .post-list-style-template-three .post-thumb,
    .travel-card-2 .post-thumb img {
        width: 100% !important;
        height: 180px !important;
        margin-top: 20px !important;
    }

}


/*** Extra CSS ***/

.theme-logo h1.text-logo {
    font-size: 34px;
    line-height: 1;
    margin-bottom: 0;
}

.theme-logo h1.text-logo a {
    color: #fff;
}

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

.single-one-bwrap {
    padding-top: 120px;
    padding-bottom: 100px;
}

.comments-list {
    padding: 0;
}

.comments-list img.comment-avatar {
    float: left;
}

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

#comments .comments-list .comment-author cite {
    display: none;
}

.comments-list .comment-author {
    margin-bottom: 10px;
}

#comments .meta-data {
    margin-bottom: 5px;
}

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

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

.comments-list .comment-body {
    margin-bottom: 28px;
}

.blog-post-comment .comment-content pre {
    font-size: 14px;
    line-height: 1.65;
    overflow: auto;
    background: #eee;
    color: #666666;
    overflow: auto;
    padding: 20px !important;
    white-space: pre-wrap !important;
    word-wrap: break-word !important;
}

.comment-num {
    font-size: 26px !important;
}

#comments .pull-right.reply {
    top: 0px;
}

body.page .main-container {
    padding-top: 120px;
    padding-bottom: 120px;
}

body.page .theme-page-spacing .entry-content table td a,
body.page .theme-page-spacing .entry-content table th a {
    color: #000;
    font-weight: 500;
    text-decoration: none !important;
}

body.page .theme-page-spacing .entry-content table td a:hover,
body.page .theme-page-spacing .entry-content table th a:hover {
    color: #000;
}

.blog-post-comment .comment-respond .comment-reply-title {
    margin-bottom: 10px !important;
}

body.page .theme-page-spacing .entry-content .comment-respond p.logged-in-as {
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 1.2px;
}

.comment-respond .comment-reply-title {
    padding-bottom: 27px;
}

body.page .theme-page-spacing .entry-content .depth-1 .comment-respond p.form-submit {
    margin-bottom: 30px;
}

body.page blockquote.wp-block-quote {
    background: rgb(10 14 21 / 4%);
    border-radius: 20px;
}

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

.comments-list .comment-author a {
    color: #666666;
    display: inline-block;
}

.blog-post-comment .comment-respond .comment-form .btn-comments:hover {
    background: #666666;
    color: #fff;
}

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

.body-inner-content {
    min-height: 100vh;
}

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

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

.widget_nav_menu ul.sub-menu li {
    padding-left: 8px;
}

.widget_nav_menu ul.sub-menu li:before {
    left: -6px;
}

.comment-num {
    font-size: 24px !important;
    font-weight: 500;
}

.blog.main-container article.post-block-style-wrapper.sticky {
	/* background: rgb(67 62 237 / 3%); */
    /* border-top: 5px solid #004cff; */
    padding-left: 30px;
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 20px;
}

.blog.main-container .post-block-style-wrapper .post-block-content-wrap h2.post-title {
    position: relative;
}

.blog.main-container article.post-block-style-wrapper.sticky .post-block-content-wrap h2.post-title:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f08d";
    position: absolute;
    right: 0px;
    top: 0px;
    color: #07C5BD;
    font-size: 25px;
}

.blog-sidebar .widget ul li {
    font-size: 16px;
    color: #666666;
    font-weight: 400;
}

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

.blog-sidebar select#archives-dropdown--1 {
    margin-bottom: 10px;
    margin-top: 10px;
}

.blog-sidebar select {
    height: 42px;
    font-size: 16px;
}

.blog-sidebar .calendar_wrap caption {
    color: #666666;
}

.blog-sidebar .widget_categories .cat-item span.post_count {
    color: #fff;
    background: #004cff!important;
}

.blog-sidebar .widget_recent_comments .recentcomments .comment-author-link {
    font-weight: 600;
    font-size: 16px;
}

.blog-sidebar .widget_rss ul li .rsswidget {
    color: #666666;
    font-weight: 600;
    font-size: 17px;
}

.blog-sidebar .widget_rss ul li .rssSummary {
    font-size: 15px;
}

.blog-sidebar .widget_rss ul li cite {
    font-weight: 500;
    color: #666666;
    font-size: 14px;
}

.blog-sidebar .widget_search form button {
    height: 50px;
}

.blog-sidebar .widget_search form button:before {
    position: absolute;
    right: 50%;
    top: 50%;
    font-family: 'IcoFont';
    color: #fff;
    content: "\ed11";
    margin-top: -12px;
    margin-right: -7.5px;
    font-weight: normal;
}

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

.blog-sidebar p {
    font-size: 16px;
    color: #666666;
}

.blog-sidebar .widget_block li.wp-block-latest-comments__comment .wp-block-latest-comments__comment-author {
    font-weight: bold;
    font-size: 16px;
    color: #666666;
}

.blog-sidebar ul.wp-block-categories-list.wp-block-categories li {
    color: #666666;
    font-size: 16px;
    line-height: 1.556;
    font-weight: 400;
    margin-bottom: 12px;
    border-bottom: 0px solid rgb(10 14 21 / 12%);
    padding-bottom: 0;
    padding-left: 14px;
}

.blog-sidebar ul.wp-block-categories-list.wp-block-categories li:before {
    height: 7px;
    width: 7px;
    content: '';
    left: 0;
    top: 9px;
    position: absolute;
    background: #004cff;
    border-radius: 50%;
}

.blog-details-content p {
    font-size: 16px;
}

.comments-list .comment-author a {
    font-weight: 500;
}

.theme-blog-details figure img {
    border-radius: 0px;
}

.wp-block-image figcaption {
    color: #666666;
    text-align: center;
}

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

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

.blog-details-content p {
    line-height: 1.8;
    margin: 0 0 30px 0;
}

.wp-block-gallery.columns-2.is-cropped.alignleft.extraclass {
    margin-right: 15px;
}

.post-layout-style2 .single-blog-content .entry-content ol li {
    font-weight: 400;
}

.post-layout-style2 .single-blog-content .entry-content .wp-block-column ol {
    margin-top: 0;
    padding-left: 15px;
}

.theme-blog-details figure {
    margin-top: 0px;
    margin: 0 0 1em;
}

blockquote.wp-block-quote.has-text-align-right.extraclass {
    text-align: right;
    text-decoration: none;
}

blockquote.wp-block-quote.has-text-align-right.extraclass a {
    text-decoration: none;
    color: #0a0e15cc;
    font-style: normal;
    font-weight: 500;
}

.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: #004cff !important;
    color: #fff;
    padding: 5px 10px;
    text-decoration: none;
}

.post-layout-style2 .single-blog-content .entry-content ul.wp-block-archives li {
    font-size: 16px;
}

.post-layout-style2 .single-blog-content .entry-content ul.wp-block-archives li a {
    color: #666666;
    text-decoration: none;
    font-weight: 400;
}

.post-layout-style2 .single-blog-content .entry-content ul.wp-block-archives li a:hover {
    color: #004cff;
}

.post-layout-style2 .single-blog-content .entry-content label.wp-block-archives__label {
    margin-bottom: 15px;
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt a,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta a,
.wp-block-latest-comments__comment-meta a,
.wp-block-latest-posts a,
.wp-block-rss__item-title a {
    color: #666666 !important;
    text-decoration: none !important;
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
    list-style: none;
}

.blog-details-content .wp-block-search .wp-block-search__inside-wrapper {
    margin-bottom: 35px;
}

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

.blog-details-content table th a {
    color: #666666;
    text-decoration: none !important;
}

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

.wp-block-gallery.columns-2.is-cropped.alignleft.extraclass {
    margin-right: 15px;
}

.post-layout-style2 .single-blog-content .entry-content .wp-block-column ol {
    margin-top: 0;
    padding-left: 15px;
}

.single-blog-content .wp-block-column blockquote {
    margin-top: 0 !important;
    padding: 25px !important;
}

.single-blog-content .single-blog-inner .entry-content .wp-block-column blockquote p {
    font-size: 15px;
}

.single-blog-content .wp-block-columns.alignwide blockquote:before {
    content: "\efcd";
    left: 12px;
    top: 10px;
    font-family: 'IcoFont' !important;
    font-size: 24px;
}

.blog-details-content ul li {
    margin-bottom: 10px;
    font-weight: 400;
}

.post-layout-style2 .single-blog-content .entry-content ol li {
    margin-bottom: 10px;
}

.blog-details-content ul li {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
}

.post-layout-style2 .single-blog-content .entry-content ol {
    font-size: 16px;
}

.post-layout-style2 .single-blog-content .entry-content ol li {
    line-height: 1.5;
    font-weight: 400;
}

.page-links .page-link {
    width: 100%;
}

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

.single-blog-content .wp-block-tag-cloud a {
    color: #0a0e1599 !important;
    text-decoration: none !important;
    font-weight: 400;
}

.single-blog-content .wp-block-tag-cloud a:hover {
    color: #0a0e15cc!important;
}

.wp-block-media-text .has-large-font-size {
    font-size: 23px !important;
}

.post-layout-style2 .single-blog-content .entry-content code {
    color: #666666;
}

.post-password-form input[type='submit']:hover {
    background-color: #004cff;
}

.blog-post-comment .comment-content ul {
    margin-top: 20px;
    margin-bottom: 20px;
}

.blog-post-comment .comment-content ol {
    margin-top: 20px;
    margin-bottom: 20px;
}

.blog-post-comment .comment-content ul li::marker {
    color: #004cff;
}

.post-layout-style2 .single-blog-content .tag-edge-case .entry-content ol li ul {
    margin-top: 10px;
    margin-bottom: 10px;
}

.post-layout-style2 .single-blog-content .tag-edge-case .entry-content ul li ol {
    margin-top: 10px;
    margin-bottom: 10px;
}

.wp-block-search__input {
    height: 50px;
}

.blog-sidebar .widget_block li.wp-block-latest-comments__comment .wp-block-latest-comments__comment-author {
    font-weight: 600;
}

.theme-breadcrumb-area h5.page-short-description {
    display: none;
}

.blog-sidebar ul.wp-block-categories-list.wp-block-categories li:before {
    background: #004cff;
}

body.admin-bar .header-style-one {
    padding-top: 32px;
}

.main-container.blog-single .post-featured-image img {
    width: auto;
    height: auto;
}

.blog.main-container .post-block-style-wrapper .slider-category-box.tab-cat-box a {
    font-size: 15px;
    line-height: 1;
    text-transform: inherit;
    display: inline-block;
    position: relative;
    margin-right: 8px;
    padding-right: 8px;
}

.blog.main-container .post-block-style-wrapper .slider-category-box.tab-cat-box a:before {
    position: absolute;
    right: -1px;
    top: 50%;
    content: "";
    width: 1px;
    height: 16px;
    margin-top: -8px;
    background: #0E0C1E;
    opacity: 0.25;
}

.blog.main-container .post-block-style-wrapper .slider-category-box.tab-cat-box a:last-child:before {
    display: none;
}


.blog-sidebar ul.wp-block-categories-list.wp-block-categories li:before {
    background: #004cff;
}

.blog-sidebar .widget .widget-title {
    padding-bottom: 0;
    border-bottom: 0px solid #e4e4e4;
}

.blog.main-container .post-block-style-wrapper .latest-post-thumbnail-wrap a img {
    width: auto;
    height: auto;
}

.blog.main-container .post-block-style-wrapper .latest-post-block-content h2.post-title, .main-container.blog-single h1.post-title {
    word-wrap: break-word;
}

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

.wp-block-group-is-layout-constrained {
    margin: 25px 0 0;
}

.wp-block-group-is-layout-constrained p {
    color: #212529;
}

.wp-block-post-template-is-layout-flow li.wp-block-post {
    margin-bottom: 35px;
}

.wp-block-navigation__responsive-container-content ul.wp-block-page-list {
    list-style: none!important;
    padding: 0!important;
}

.wp-block-navigation__responsive-container-content ul.wp-block-page-list li {
    margin-right: 12px;
    margin-bottom: 0!important;
    padding-bottom: 0!important;
}

.wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content {
    text-decoration: none!important;
    color: #212529!important;
    padding-bottom: 3px;
    padding-right: 0;
}

.wp-block-navigation__responsive-container-content ul.wp-block-page-list li ul {
    margin-top: 0!important;
}

.wp-block-comments ol.wp-block-comment-template {
    padding-left: 0!important;
}

.wp-block-post-comments-form input[type=submit] {
    display: inline-block;
    background: #004cff;
    position: relative;
    color: #fff;
    padding: 26px 40px 26px 40px;
    border-radius: 10px;
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    border: 0px solid;
}

.wp-block-post-comments-form input[type=submit]:hover {
    background: #004cff;
    color: #fff;
}

.post-layout-style2 .single-blog-content .entry-content ul.wp-block-categories a {
    text-decoration: none;
    color: #666666;
}

.post-layout-style2 .single-blog-content .entry-content ul.wp-block-latest-posts__list.wp-block-latest-posts, .post-layout-style2 .single-blog-content .entry-content ul.wp-block-social-links {
    padding-left: 0!important;
}

.single-blog-content .wp-block-tag-cloud a {
    color: #fff!important;
    text-decoration: none !important;
    font-weight: 400;
    border-color: #004cff;
}

.post-layout-style2 .single-blog-content .entry-content ul.wp-block-page-list a {
    text-decoration: none;
    color: #666666;
}

.blog-sidebar .widget_rss ul li .rsswidget {
    color: #212529;
}

.blog-sidebar .widget_block li.wp-block-latest-comments__comment .wp-block-latest-comments__comment-author {
    color: #212529;
}

.theme-blog-details figure img {
    height: inherit!important;
}

.nav-menu-wrapper .mainmenu li ul li ul.sub-menu {
    position: absolute;
    right: 118%!important;
    left: 100%!important;
    top: -2px!important;
    opacity: 0 !important;
    filter: Alpha(opacity=0) !important;
    visibility: hidden;
}

.nav-menu-wrapper .mainmenu li ul.sub-menu li:hover ul {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
}

.single-blog-content .single-blog-inner .entry-content .wp-block-tag-cloud a:hover {
    color: #fff!important;
}

.single-blog-content .single-blog-inner .entry-content .comment-content blockquote {
    background: #f9f8ff;

}

a.card-btn.cat-color-bg {
    background: #004cff!important;
    margin-bottom: 5px;
}

.site-logo .text-logo:last-child {
    display: none;
}


.blog-default-card .post-content .title, .single-card .post-content .title {
    word-wrap: break-word;
}

.post-social {
    display: none;
}

a.card-btn.cat-color-bg:hover {
    color: #fff!important;
}

.single-one-bwrap {
    padding-top: 90px;
    padding-bottom: 90px;
}

.single-card .post-content .title {
    max-width: 960px;
    display: block;
}

.blog-post-comment .comment-respond .comment-reply-title {
    margin-bottom: 0px !important;
    border: 0px;
}

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

.tab-wrap .nav-tabs {
    padding-left: 0!important;
    margin-top: 0!important;
}

.header-2 .site-logo .text-logo:last-child {
    display: block;
}

.header-2 .site-logo .text-logo:nth-child(2) {
    display: none;
}