/*
Theme Name: Newsify
Theme URI: https://smthemebazar.com/newsify
Author: WPBazar
Author URI: https://themeforest.net/user/wpbazar
Description: Modern Magazine WordPress Theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: newsify
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: 'Open Sans', sans-serif;
    line-height: 1.6;
    font-size: 16px;
    background: #fff;
    color: #353945;
    font-weight: 400;
    border: 0;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins';
    color: #0B101B;
    font-weight: 700;
}

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

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

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

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

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

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

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

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


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

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

* {
    margin: 0;
    padding: 0;
}


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

iframe {
    border: none;
}

a:link,
a:visited {
    text-decoration: none;
}

a {
    display: block;
    color: #2962FF;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}

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

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

a:focus {
    outline: 0;
}

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

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

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


/* Dropcap */

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

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

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

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

.menu-area .container {
	max-width: 1200px;
}

.header-top .container, .blog-area-two .container {
	max-width: 1200px;
}

.theme-breacrumb-area .container {
	max-width: 1200px;
}


/**** POST BLOCKS DESIGN *****/





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



/*** Header ***/


/*** THEME UNIT TEST ***/

.blog-details-content ul li {
    list-style: disc;
}

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

.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: #f9f9f9;
    display: inline-block;
    vertical-align: middle;
    word-wrap: break-word;
    color: #2962FF;
}

a code {
    color: #2962FF;
}

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

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

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

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

.blog-post-comment .comment-respond .comment-form .btn-comments {
    display: inline-block;
    background: #2962FF;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.01em;
    padding: 14px 28px;
    border-radius: 4px;
    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: #2962FF;
}

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

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

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

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

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

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

.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: 30px;
    background-color: #F4F4F4;
    border-radius: 10px;
}

.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: #2962FF;
    border-radius: 50%;
}

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

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

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

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

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

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

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

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

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

.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: #2962FF !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: #2962FF;
}

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

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

.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: #F4F4F4;
    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: #2962FF;
    color: #fff;
    width: 32px;
    height: 32px;
    font-size: 13px;
    text-align: center;
    line-height: 32px;
    border-radius: 50%;
    margin-right: 3px;
}

.theme_author_Socials {
    margin-top: 15px;
}

.theme_author_Socials a:hover {
    background: #0B101B;
    color: #fff;
}


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

.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: #F4F4F4;
    margin-top: 60px;
    border-radius: 20px;
}

.theme_blog_nav_Title a:hover {
    color: #2962FF;
}



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

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

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

.main-container .theme-pagination-style ul.page-numbers li a.page-numbers:hover {
    border: 1px solid #2962FF;
    background-color: #2962FF;
    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: #2962FF!important;
    background: #2962FF!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: #2962FF;
    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 ***/


.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 #2962FF!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: #2962FF;
}

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

.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: 23px;
    margin-bottom: 23px;
}

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

blockquote::before,
.blockquote::before {
    color: rgb(255 53 36 / 10%);
}

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: #2962FF!important;
    border: 1px solid #2962FF!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: #2962FF;
    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 {
        padding-top: 40px;
    padding-bottom: 45px;
}

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

.home-tag-widgett .tagcloud a:hover {
    background: #2962FF!important;
    color: #fff!important;
    border-color: #2962FF!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 {
    margin-top: 20px;
    margin-bottom: 20px;
    list-style: disc;
    padding-left: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

body.page .theme-page-spacing .entry-content h3 {
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 1.2;
    color: #272727;
}

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

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

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

body.page .theme-page-spacing .entry-content blockquote,
body.page .theme-page-spacing .entry-content .blockquote {
    background: #F4F4F4;
}

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

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

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: #2962FF;
    color: #fff;
    border-color: #2962FF;
    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: #2962FF;
    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: #2962FF;
    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 {

    position: relative;
    font-weight: 700;
    font-size: 24px;
    color: #272727;
    padding-left: 0;
    letter-spacing: 0;
    margin-bottom: 20px;
}

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

.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: 0px 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: #111111!important;
    color: #FFFFFF!important;
    border: 1px solid #111111!important;
}

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


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 #2962FF;
	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, #2962FF, #2962FF);
  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 ***/

.white-background {
    background: #FFF;
}
.home-four-background {
    background: #FAFBFF;
}
img,
.img {
    max-width: 100%;
    transition: all 0.3s ease-out 0s;
}
.f-left {
    float: left
}
.f-right {
    float: right
}
.fix {
    overflow: hidden
}
a,
button {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    text-decoration: none;
}
a:focus,
.btn:focus,
button:focus {
    text-decoration: none;
    outline: none;
    box-shadow: none;
}

a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
    color: #2962FF;
    text-decoration: none;
}
a,
button {
    color: #2962FF;
    outline: medium none;
    text-decoration: none;
}
.btn:focus,
button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
    outline: 0
}
.uppercase {
    text-transform: uppercase;
}
.capitalize {
    text-transform: capitalize;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', sans-serif;
    color: #0B101B;
    margin-top: 0px;
    font-style: normal;
    font-weight: 600;
    text-transform: inherit;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}
h1 {
    font-size: 40px;
}
h2 {
    font-size: 35px;
}
h3 {
    font-size: 28px;
}
h4 {
    font-size: 22px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 16px;
}
ul {
    margin: 0px;
    padding: 0px;
}

p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #353945;
    margin-bottom: 15px;
}
hr {
    border-bottom: 1px solid #eceff8;
    border-top: 0 none;
    margin: 30px 0;
    padding: 0;
}
label {
    color: #353945;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}
*::-moz-selection {
    background: #d6b161;
    color: #fff;
    text-shadow: none;
}
::-moz-selection {
    background: #777E90;
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #777E90;
    color: #fff;
    text-shadow: none;
}
*::-moz-placeholder {
    color: #777E90;
    font-size: 14px;
    opacity: 1;
}
*::placeholder {
    color: #777E90;
    font-size: 14px;
    opacity: 1;
}
.theme-overlay {
    position: relative
}
.theme-overlay::before {
    background: #1696e7 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
}
.separator {
    border-top: 1px solid #f2f2f2
}

/* color */
.pink-bg {
    background: #FF3385;
}
.yellow-bg {
    background: #FFAF25;
}
.green-bg {
    background: #3DD800;
}
.orchid-bg {
    background: #AC27C4;
}
.blue-bg {
    background: #2962FF;
}
.cyan-bg {
    background: #678C9D;
}
.violet-bg {
    background: #8224E3;
}
.pink-color {
    color: #FF3385;
}
.blue-color {
    color: #2962FF;
}
.yellow-color {
    color: #FFAF25;
}
.green-color {
    color: #3DD800;
}
.orchid-color {
    color: #AC27C4;
}
.violet-color {
    color: #8224E3;
}

/* Bootstrap 5 */
.container {
    padding-left: 15px;
    padding-right: 15px;
}
.row {
    --bs-gutter-x: 30px;
}
.row.g-0 {
    --bs-gutter-x: 0;
}
.gutter-y-30 {
    --bs-gutter-y: 30px;
}

/* button style */
.btn {
    user-select: none;
    -moz-user-select: none;
    background: transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0;
    padding: 14px 41px;
    text-align: center;
    touch-action: manipulation;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    border: 2px solid #2962FF;
    color: #2962FF;
}
.btn:hover {
    background: #2962FF;
    color: #fff;
}
.btn i {
    font-size: 18px;
    margin-left: 10px;
}
.breadcrumb > .active {
    color: #888;
}

/* scrollUp */
.scroll-top {
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: fixed;
    bottom: 105%;
    right: 50px;
    font-size: 16px;
    border-radius: 5px;
    z-index: 99;
    color: #fff;
    text-align: center;
    cursor: pointer;
    background: #2962ff;
    transition: 1s ease;
    border: none;
}
.scroll-top.open {
    bottom: 30px;
}
.scroll-top::after {
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}
.scroll-top:hover {
    background: #0B101B;
}

.backto {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 10;
    background: #2962ff;
    border-radius: 5px;
    color: #FFFFFF;
    cursor: pointer;
    height: 50px;
	line-height: 50px;
    text-align: center;
    width: 50px;
	font-size: 16px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    display: none;
}

.backto:hover {
    background: #0B101B!important;
    color: #FFFFFF;
}

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

.backto a {
    color: #fff;
    font-size: 20px;
    line-height: 1;
}

.backto::after {
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}






/* 2. Header */
.custom-container {
    max-width: 1330px;
}
.header-top {
    background: #0B101B;
    padding: 14px 0;
    border-bottom: 1px solid #678C9D;
}
.header-top-left {
    display: flex;
    align-items: center;
}
.header-top-left .header-social {
    display: flex;
    align-items: center;
    background: #353945;
    padding: 14px 20px;
    border-radius: 4px 0 0 4px;
}
.header-bottom-right .header-social li,
.header-top-right .header-social li,
.header-top-left .header-social li {
    margin-right: 14px;
}
.header-bottom-right .header-social li:last-child,
.header-top-right .header-social li:last-child,
.header-top-left .header-social li:last-child {
    margin-right: 0;
}
.header-bottom-right .header-social li a,
.header-top-right .header-social li a,
.header-top-left .header-social li a {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    border: 0.5px solid #FFFFFF;
    color: #fff;
    border-radius: 50%;
}
.header-top-right .header-social li a:hover,
.header-top-left .header-social li a:hover {
    background: #2962FF;
    border-color: #2962FF;
}
.header-top-left span {
    background: #2962FF;
    color: #fff;
    line-height: 1;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    padding: 19px 31px;
    border-radius: 0 4px 4px 0;
}
.header-top-left span i {
    font-size: 14px;
    margin-right: 10px;
}
.header-bottom-menu ul,
.header-top-menu ul {
    display: flex;
    align-items: center;
    justify-content: end;
}
.header-bottom-menu ul li,
.header-top-menu ul li {
    margin-right: 20px;
}
.header-bottom-menu ul li:last-child,
.header-top-menu ul li:last-child {
    margin-right: 0;
}
.header-bottom-menu ul li a,
.header-top-menu ul li a {
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    display: block;
}
.header-bottom-menu ul li a:hover,
.header-top-style-three .header-top-menu ul li a:hover,
.header-top-menu ul li a:hover {
    color: #2962FF;
}
.header-top-style-two {
    padding: 8px 0;
    border-bottom: none;
}
.header-top-right .header-social {
    display: flex;
    align-items: center;
    justify-content: end;
}
.header-top-style-three.header-top {
    background: #fff;
    border-bottom: none;
}
.header-bottom-menu ul li a,
.header-top-style-three .header-top-menu ul li a {
    color: #353945;
}
.header-top-style-three .header-top-right .header-social li a {
    border: 0.5px solid #353945;
    color: #353945;
}
.header-top-style-three .header-top-right .header-social li a:hover {
    color: #fff;
    background: #2962FF;
    border-color: #2962FF;
}
.header-bottom {
    background: #FFFFFF;
    box-shadow: 0px 4px 8px #DEE0EB;
    padding: 14px 0;
}
.header-bottom-menu ul {
    justify-content: start;
}
.header-bottom-right .header-social {
    display: flex;
    align-items: center;
    justify-content: end;
}
.header-bottom-right .header-social li a {
    border: 0.5px solid #00ACEE;
    color: #00ACEE;
}
.header-bottom-right .header-social li a:hover {
    color: #fff;
    background: #00ACEE;
}
.header-bottom-right .header-social li:nth-child(2) a {
    border: 0.5px solid #3B5998;
    color: #3B5998;
}
.header-bottom-right .header-social li:nth-child(3) a {
    border: 0.5px solid #0E76A8;
    color: #0E76A8;
}
.header-bottom-right .header-social li:nth-child(2) a:hover {
    color: #fff;
    background: #3B5998;
}
.header-bottom-right .header-social li:nth-child(3) a:hover {
    color: #fff;
    background: #0E76A8;
}

.transparent-header {
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    z-index: 9;
    height: auto;
}
.menu-area {
    background: #0b101b;
    padding: 18px 0;
}
.menu-nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.offcanvas-menu {
    margin-right: 30px;
}
.offcanvas-menu a {
    display: block;
    font-size: 30px;
    color: #fff;
    line-height: 1;
}
.navbar-wrap {
    display: flex;
    flex-grow: 1;
}
.navbar-wrap ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: auto;
}
.navbar-wrap ul li {
    display: block;
    position: relative;
}
.navbar-wrap ul li a {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    padding: 35px 15px;
    display: block;
    line-height: 1;
    position: relative;
    z-index: 1;
}
.navbar-wrap > ul > li.active > a,
.navbar-wrap > ul > li:hover > a {
    color: #2962FF;
}
.navbar-wrap > ul > li.menu-item-has-children > a::before {
    content: "\f078";
    position: absolute;
    font-weight: 700;
    font-family: "Font Awesome 6 Free";
    right: 15px;
    top: 50%;
    font-size: 10px;
    transform: translateY(-50%);
    line-height: 1;
}
.navbar-wrap > ul > li.menu-item-has-children > a {
    padding-right: 30px;
}
.main-menu .navigation li.menu-item-has-children .dropdown-btn {
    display: none;
}
.header-action > ul {
    display: flex;
    align-items: center;
    margin-left: 70px;
}
.header-action > ul li {
    position: relative;
    padding-left: 85px;
}
.header-action > ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 20px;
    background: #fff;
}
.header-action .header-search a {
    background: #3c4049;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
}
.header-action .header-btn .btn {
    color: #fff;
    font-size: 14px;
    padding: 13px 22px;
}
.navbar-wrap ul li .sub-menu {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    min-width: 230px;
    border: 1px solid #f5f5f5;
    background: #ffffff;
    margin: 0;
    transform: scale(1 , 0);
    transform-origin: 0 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-box-shadow: 0px 30px 70px 0px rgba(137,139,142,0.15);
    -moz-box-shadow: 0px 30px 70px 0px rgba(137,139,142,0.15);
    box-shadow: 0px 30px 70px 0px rgba(137,139,142,0.15);
    border-radius: 0;
    padding: 18px 0;
    display: block;
    visibility: hidden;
    opacity: 0;
    z-index: 9;
}
.navbar-wrap ul li .sub-menu li {
    margin-left: 0;
    text-align: left;
    display: block;
}
.navbar-wrap ul li .sub-menu li a {
    padding: 0 10px 0 25px;
    line-height: 40px;
    font-weight: 600;
    color: #0b101b;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.navbar-wrap > ul > li .sub-menu li.active > a {
    color: #2962FF;
}
.navbar-wrap > ul > li .sub-menu li a::before {
    content: "";
    position: absolute;
    left: 20px;
    width: 0;
    height: 2px;
    top: 20px;
    background: #2962FF;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.navbar-wrap > ul > li .sub-menu li:hover > a::before {
    width: 15px;
}
.navbar-wrap > ul > li .sub-menu li:hover > a {
    padding-left: 45px;
}
.navbar-wrap ul li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}
.sticky-menu {
    position: fixed;
    left: 0;
    margin: auto;
    top: 0;
    width: 100%;
    z-index: 99;
    background: #0b101b;
    -webkit-animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    border-radius: 0;
}
.sticky-menu.menu-area {
    padding: 0 0;
}

/* menu-style-two */
.menu-style-two.menu-area {
    background: #fff;
    padding: 0;
}
.menu-style-two .navbar-wrap ul li a {
    color: #0B101B;
    padding: 29px 15px;
}
.menu-style-two .navbar-wrap > ul > li.menu-item-has-children > a {
    padding-right: 30px;
}
.menu-style-two .navbar-wrap > ul > li.active > a,
.menu-style-two .navbar-wrap > ul > li:hover > a {
    color: #2962FF;
}
.menu-style-two .header-action > ul {
    margin-left: 80px;
}
.menu-style-two .header-action > ul li {
    padding-left: 14px;
}
.menu-style-two .header-action > ul li::before {
    display: none;
}
.menu-style-two .header-action a {
    background: transparent;
    width: auto;
    height: auto;
    border-radius: 0;
    color: #000;
    font-size: 16px;
}
.menu-style-two .offcanvas-menu a {
    color: #0B101B;
}

/* menu-style-three */
.menu-area.menu-style-three {
    padding: 0 0;
}
.menu-style-three .header-action > ul li {
    padding-left: 0;
    margin-right: 30px;
}
.menu-style-three .header-action > ul li:last-child {
    margin-right: 0;
}
.menu-style-three .header-action > ul li::before {
    display: none;
}
.menu-style-three .header-action > ul {
    margin-left: 0;
}
.menu-style-three .navbar-wrap ul {
    margin: 0 auto;
}
.menu-style-three .navbar-wrap ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 6px;
    background: #2962FF;
    border-radius: 10px;
    opacity: 0;
}
.menu-style-three .navbar-wrap > ul > li.active > a::after {
    opacity: 1;
}
.menu-style-three .navbar-wrap > ul > li.active > a,
.menu-style-three .navbar-wrap > ul > li:hover > a {
    color: #fff;
}

/* Search */
.search-popup-wrap {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    height: 100%;
    width: 100%;
    z-index: 99;
    padding: 100px 0;
    display: none;
}
.search-wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.search-wrap .title {
    font-size: 47px;
    margin: 0 0 70px 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    letter-spacing: -1px;
    color: #0B101B;
}
.search-form {
    position: relative;
}
.search-form input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #2962ff;
    padding: 10px 50px 20px;
    text-align: center;
    color: #0B101B;
    font-weight: 500;
    font-size: 30px;
    background: transparent;
}
.search-form input::placeholder {
    font-size: 30px;
    color: #fff;
    opacity: .7;
}
.search-btn {
    position: absolute;
    right: 20px;
    background: transparent;
    border: 0;
    font-size: 25px;
    color: #2962FF;
    top: 50%;
    transform: translateY(-50%);
}
.search-close {
    position: absolute;
    top: 5%;
    right: 5%;
    font-size: 30px;
    color: #2962FF;
    cursor: pointer;
}


/* 3. Mobile-menu */
.nav-outer .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 40px;
    line-height: 50px;
    cursor: pointer;
    display: none;
    color: #fff;
    margin-right: 30px;
    top: 15px;
}
.nav-logo img {
    width: 150px;
}
.mobile-menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    padding-right: 30px;
    max-width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
    border-radius: 0px;
    transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
}
.mobile-menu .navbar-collapse {
    display: block !important;
}
.mobile-menu .nav-logo {
    position: relative;
    padding: 30px 25px;
    text-align: left;
}
.mobile-menu-visible {
    overflow: hidden;
}
.mobile-menu-visible .mobile-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}
.mobile-menu .navigation li.current>a:before {
    height: 100%;
}
.menu-backdrop {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    opacity: 0;
    visibility: hidden;
    background: #fff;
}
.mobile-menu-visible .menu-backdrop {
    opacity: 0.80;
    visibility: visible;
}
.mobile-menu .menu-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    background: #fff;
    padding: 0px 0px;
    z-index: 5;
    box-shadow: -9px 0 14px 0px rgb(0 0 0 / 6%);
}
.mobile-menu-visible .mobile-menu .menu-box {
    opacity: 1;
    visibility: visible;
}
.mobile-menu .close-btn {
    position: absolute;
    right: 25px;
    top: 28px;
    line-height: 30px;
    width: 35px;
    text-align: center;
    font-size: 20px;
    color: #312620;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}
.mobile-menu-visible .mobile-menu .close-btn {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}
.mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    float: none;
}
.mobile-menu .navigation li {
    position: relative;
    display: block;
    border-top: 1px solid rgb(0 0 0 / 10%);
}
.mobile-menu .navigation:last-child {
    border-bottom: 1px solid rgb(0 0 0 / 10%);
}
.mobile-menu .navigation li>ul>li:first-child {
    border-top: 1px solid rgb(0 0 0 / 10%);
}
.mobile-menu .navigation li > a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 25px;
    font-size: 14px;
    font-weight: 600;
    color: #0B101B;
    text-transform: capitalize;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border: none;
}
.mobile-menu .navigation li ul li > a {
    font-size: 15px;
    margin-left: 20px;
    text-transform: capitalize;
}
.mobile-menu .navigation li ul li ul li a {
    margin-left: 40px;
}
.mobile-menu .navigation li ul li ul li ul li a {
    margin-left: 60px;
}
.mobile-menu .navigation li > a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.mobile-menu .navigation li.menu-item-has-children .dropdown-btn {
    position: absolute;
    right: 6px;
    top: 6px;
    width: 32px;
    height: 32px;
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    color: #fff;
    background: #2962FF;
    cursor: pointer;
    border-radius: 2px;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 5;
}
.mobile-menu .navigation li.menu-item-has-children .dropdown-btn.open {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul {
    display: none;
}
.mobile-menu .social-links ul {
    display: flex;
    position: relative;
    text-align: center;
    padding: 30px 20px 20px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.mobile-menu .social-links li {
    position: relative;
    display: inline-block;
    margin: 0px 6px 10px;
}
.mobile-menu .social-links li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    position: relative;
    line-height: 32px;
    font-size: 16px;
    color: #0B101B;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
.mobile-menu .social-links li a:hover {
    border-color: #2962FF;
    background: #2962FF;
    color: #fff;
}
.menu-area .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 30px;
    cursor: pointer;
    line-height: 1;
    color: #fff;
    display: none;
    margin-top: 7px;
}

/* Offcanvas-menu */
.extra-info {
    background: #0b101b none repeat scroll 0 0;
    height: 100%;
    padding: 30px;
    position: fixed;
    right: 0;
    top: 0;
    transition: all 0.7s ease 0s;
    width: 340px;
    z-index: 999;
    overflow-y: scroll;
    transform: translateX(100%);
}
.extra-info.active {
    transform: translateX(0);
}
.close-icon {
    margin-top: -16px;
    text-align: right;
}
.close-icon > button {
    background: transparent;
    border: 0 none;
    color: #2962ff;
    cursor: pointer;
    font-size: 20px;
    padding: 0;
}
.side-info {
    border-top: 1px solid #344159;
    padding-top: 25px;
}
.contact-list h4 {
    color: #fff;
    font-weight: 500;
    font-size: 18px;
}
.contact-list p {
    color: #cfcfcf;
    margin: 0;
    margin-bottom: 2px;
    line-height: 26px;
}
.side-instagram {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    margin: -5px;
}
.side-instagram li {
    width: 33.3333%;
    flex: 0 0 33.3333%;
    padding: 5px;
}
.side-instagram li > a {
    display: block;
}
.side-instagram img {
    width: 100%;
}
.social-icon-right > a {
    color: #fff;
    display: inline-block;
    margin-right: 20px;
    text-align: center;
}
.social-icon-right > a:hover {
    color: #2962ff;
}
.offcanvas-overly {
    position: fixed;
    background: #000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}
.offcanvas-overly.active {
    opacity: .5;
    visibility: visible;
}

/* banner */
.banner-bg {
    background-image: url(../img/banner/banner_img.jpg);
    background-size: cover;
    background-position: center;
}
.banner-content .tag {
    margin-bottom: 10px !important;
}
.banner-content .title {
    color: #fff;
    font-size: 48px;
    margin-bottom: 20px;
    font-weight: 700;
}
.banner-content p {
    margin-bottom: 20px;
    color: #fff;
}
.banner-content .btn {
    color: #fff;
}

/* feature */
.feature-wrap {
    background: linear-gradient(126.6deg, rgba(255, 255, 255, 0.12) 28.69%, rgba(255, 255, 255, 0) 100%);
    backdrop-filter: blur(140px);
    border-radius: 8px;
    padding: 20px;
    margin: 0 40px;
    position: relative;
}
.feature-item {
    display: flex;
    align-items: center;
    position: relative;
}
.feature-item:before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 40px;
    background: #353945;
}
.feature-wrap .row [class*="col-"]:last-child .feature-item:before {
    display: none;
}
.feature-img {
    width: 60px;
    flex: 0 0 60px;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 20px;
}
.feature-img img {
    transition: all 1s ease-out;
    transform: scale(1);
}
.feature-item:hover .feature-img img {
    transform: scale(1.1);
}
.feature-content .title {
    color: #fff;
    font-weight: 400;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 150%;
}
.feature-content .read-more {
    font-size: 12px;
    font-weight: 700;
    text-decoration: underline;
}
.feature-content .read-more:hover {
    color: #fff;
}
/* feature-two */
.feature-post-item {
    display: flex;
    align-items: center;
}
.feature-post-thumb {
    width: 115px;
    flex: 0 0 115px;
    margin-right: 12px;
    overflow: hidden;
}
.feature-post-thumb img {
    transform: scale(1);
    transition: all 1s ease-in;
}
.feature-post-item:hover .feature-post-thumb img {
    transform: scale(1.1);
}
.feature-post-content .tag {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    color: #B3B6C1;
    margin-bottom: 12px;
    display: block;
    line-height: 1;
}
.feature-post-content .tag:hover {
    color: #2962FF;
}
.feature-post-content .title {
    font-size: 14px;
    margin-bottom: 12px;
}
.feature-post-active [class*="col-"] {
    padding: 0 15px;
}

/* main-post */
.main-post-item {
    position: relative;
}
.main-post-thumb {
    border-radius: 8px;
    overflow: hidden;
}
.main-post-thumb a {
    display: block;
    position: relative;
}
.main-post-thumb a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 43.88%, rgba(0, 0, 0, 0.8) 100%);
}
.main-post-thumb img {
    transform: scale(1);
    transition: all 1.5s ease-out;
}
.main-post-item:hover .main-post-thumb img {
    transform: scale(1.1);
}
.main-post-content {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 20px;
}
.blog-details-meta .left-side ul li .tag,
.default-post-area-two .default-post-content .tag,
.video-area-two .video-post-content .tag,
.new-post-area-two .new-post-item.small-item .new-post-thumb .tag,
.most-view-item.post-overlay .most-view-content .tag,
.recently-post-content .tag,
.new-post-content .tag,
.banner-content .tag,
.weekly-top-item.post-overlay .weekly-top-content .tag,
.latest-news-content .tag,
.main-post-content .tag {
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    padding: 8px 10px;
    line-height: 1;
    display: inline-block;
    border-radius: 2px;
    margin-bottom: 14px;
}
.latest-news-content .title,
.main-post-content .title {
    font-size: 20px;
    color: #fff;
    margin-bottom: 14px;
}
.blog-item .blog-content .title a,
.default-post-item-two .default-post-content .title a,
.default-post-content .title a,
.video-area-two .video-post-content .title a,
.footer-area-two .footer-news ul li .content .title a,
.new-post-area-two .new-post-content .title a,
.feature-post-content .title a,
.most-view-item .most-view-content .title a,
.gallery-content .title a,
.video-content .title a,
.new-post-content .title a,
.feature-content .title a,
.weekly-top-item.post-overlay .weekly-top-content .title a,
.wt-small-item .content .title a,
.weekly-top-content .title a,
.featured-post-content .title a,
.recently-post-content .title a,
.latest-small-item .content .title a,
.latest-news-content .title a,
.main-post-content .title a {
    position: relative;
    display: inline;
    background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
    background-size: 0% 1px, 0 1px;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size 0.4s linear;
}
.blog-item .blog-content .title a:hover,
.default-post-item-two .default-post-content .title a:hover,
.default-post-content .title a:hover,
.video-area-two .video-post-content .title a:hover,
.footer-area-two .footer-news ul li .content .title a:hover,
.new-post-area-two .new-post-content .title a:hover,
.feature-post-content .title a:hover,
.most-view-item .most-view-content .title a:hover,
.gallery-content .title a:hover,
.video-content .title a:hover,
.new-post-content .title a:hover,
.feature-content .title a:hover,
.weekly-top-item.post-overlay .weekly-top-content .title a:hover,
.wt-small-item .content .title a:hover,
.weekly-top-content .title a:hover,
.featured-post-content .title a:hover,
.recently-post-content .title a:hover,
.latest-small-item .content .title a:hover,
.latest-news-content .title a:hover,
.main-post-content .title a:hover {
    color: inherit;
    background-size: 0 1px, 100% 1px;
}
.post-meta ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.post-meta ul li {
    color: #B3B6C1;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
}
.post-meta ul li i {
    font-size: 14px;
    color: #fff;
    margin-right: 10px;
}
.post-meta ul li:last-child {
    font-size: 14px;
    text-transform: none;
    padding-left: 20px;
    margin-left: 15px;
    line-height: 1;
}
.post-meta ul li:last-child::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 2px;
    background: #fff;
}
.main-post-area .row [class*="col-"]:first-child .main-post-content .tag,
.main-post-area .row [class*="col-"]:first-child .main-post-content .title {
    margin-bottom: 20px;
}

/* main-post-area-two */
.main-post-area-two .main-post-thumb {
    border-radius: 0;
}
.main-post-area-two .main-post-thumb img {
    width: 100%;
}
.main-post-area-two .main-post-content {
    position: absolute;
    left: 25px;
    bottom: 25px;
    right: 25px;
}
.main-post-area-two .main-post-content .title {
    margin-bottom: 10px;
    font-size: 48px;
    font-weight: 700;
}
.main-post-area-two .main-post-content p {
    color: #fff;
    margin-bottom: 20px;
}
.main-post-area-two .main-post-content .tag {
    margin-bottom: 0;
}
.main-post-area-two .main-post-content .tag:hover {
    color: #fff;
}
.main-post-area-two .post-meta-style-two ul li {
    color: #fff;
}
.main-post-area-two .post-meta-style-two ul li i {
    color: #fff;
}
.main-post-area-two .main-post-item.small-item .main-post-content {
    position: unset;
}
.main-post-area-two .main-post-item.small-item .main-post-content {
    position: unset;
    padding: 0;
}
.main-post-area-two .main-post-item.small-item .main-post-content .title {
    font-size: 24px;
    margin-bottom: 0;
    line-height: 1.4;
}
.main-post-area-two .main-post-item.small-item .post-meta-style-two ul {
    margin-bottom: 12px;
}
.main-post-area-two .main-post-item.small-item {
    background: #0B101B;
    padding: 35px;
    min-height: 168px;
    transition: .3s linear;
}
.main-post-area-two .main-post-item.small-item:hover,
.main-post-area-two .main-post-item.small-item.active {
    background: #2962FF;
}
.main-post-area-two .row .col-xl-8 {
    flex: 0 0 63.61%;
    width: 63.61%;
}
.main-post-area-two .row .col-xl-4 {
    flex: 0 0 36.39%;
    width: 36.39%;
}

/* latest-news */
.section-title .title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 0;
    display: inline-block;
    position: relative;
}
.section-title .title::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -12px;
    width: 100%;
    height: 4px;
    background: #2962FF;
    border-radius: 5px;
}
.section-title {
    position: relative;
    border-bottom: 1px solid #B3B6C1;
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    justify-content: space-between;
    flex-wrap: wrap;
}
.latest-news-area .nav-tabs {
    margin-left: auto;
    border-bottom: none;
}
.latest-news-area .nav-tabs .nav-item {
    margin-right: 30px;
}
.latest-news-area .nav-tabs .nav-item:last-child {
    margin-right: 0;
}
.latest-news-area .nav-tabs .nav-link {
    margin-bottom: 0;
    border: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 0;
    color: #B3B6C1;
    font-size: 14px;
    font-weight: 600;
}
.latest-news-area .nav-tabs .nav-item.show .nav-link,
.latest-news-area .nav-tabs .nav-link.active {
    color: #2962FF;
    background-color: transparent;
    border-color: transparent;
}
.blog-item .blog-thumb,
.weekly-top-thumb,
.recently-post-thumb,
.latest-news-thumb {
    overflow: hidden;
    border-radius: 8px 8px 0 0;
}
.blog-item .blog-thumb img,
.new-post-thumb img,
.weekly-top-thumb img,
.recently-post-thumb img,
.latest-news-thumb img {
    transform: scale(1);
    transition: all 1.5s ease-out;
}
.blog-item:hover .blog-thumb img,
.new-post-item:hover .new-post-thumb img,
.weekly-top-item:hover .weekly-top-thumb img,
.recently-post-item:hover .recently-post-thumb img,
.latest-news-item:hover .latest-news-thumb img {
    transform: scale(1.1);
}
.blog-item .blog-content,
.weekly-top-content,
.recently-post-content,
.latest-news-content {
    background: #fff;
    padding: 20px;
    border-radius: 0 0 8px 8px;
}
.recently-post-content .title,
.latest-news-content .title {
    color: #0B101B;
    margin-bottom: 17px;
    line-height: 1.3;
}
.blog-item .blog-content .title a,
.default-post-content .title a,
.feature-post-content .title a,
.wt-small-item .content .title a,
.new-post-content .title a,
.weekly-top-content .title a,
.featured-post-content .title a,
.recently-post-content .title a,
.latest-small-item .content .title a,
.latest-news-content .title a {
    background-image: linear-gradient(#0B101B, #0B101B), linear-gradient(#0B101B, #0B101B);
}
.post-meta-style-two ul {
    display: flex;
    align-items: center;
}
.post-meta-style-two ul li {
    color: #B3B6C1;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    margin-right: 20px;
}
.post-meta-style-two ul li:last-child {
    margin-right: 0;
}
.post-meta-style-two ul li a {
    color: #353945;
}
.post-meta-style-two ul li a:hover {
    color: #2962FF;
}
.post-meta-style-two ul li i {
    font-size: 14px;
    margin-right: 10px;
    color: #353945;
}
.latest-small-item {
    display: flex;
    align-items: center;
}
.latest-small-item .thumb {
    border-radius: 8px 0px 0px 8px;
    overflow: hidden;
    width: 186px;
}
.latest-small-item .thumb img {
    transform: scale(1);
    transition: all 1s ease-out;
}
.latest-small-item:hover .thumb img {
    transform: scale(1.1);
}
.latest-small-item .content {
    background: #fff;
    border-radius: 0px 8px 8px 0px;
    padding: 12px;
}
.featured-post-content .tag,
.latest-small-item .content .tag {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 5px;
}
.featured-post-content .tag:hover,
.latest-small-item .content .tag:hover {
    color: #353945;
}
.featured-post-content .title,
.latest-small-item .content .title {
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 1.5;
}

/* latest-news-area-two */
.latest-news-area-two .latest-news-content .title {
    margin-bottom: 14px;
}
.blog-item .post-meta-style-two ul,
.latest-news-area-two .post-meta-style-two ul {
    padding-bottom: 14px;
    border-bottom: 1px solid #ECECEC;
    margin-bottom: 14px;
}
.latest-news-area-two .latest-news-content p {
    margin-bottom: 7px;
}
/* latest-news-area-three */
.latest-style-three .latest-news-thumb {
    border-radius: 0;
}
.latest-style-three .latest-news-content {
    border-radius: 0;
    border: 1px solid #EEF0F6;
}

/* latest-news-area-four */
.latest-news-area-four .section-title {
    border-bottom: none;
}
.latest-news-area-four .latest-news-thumb {
    border-radius: 0;
}
.latest-news-area-four .latest-news-content {
    border-radius: 0;
    border: 1px solid #EEF0F6;
}
.latest-news-area-four .latest-news-content .title {
    margin-bottom: 12px;
}
.latest-news-area-four .latest-news-content p {
    margin-bottom: 12px;
}
.latest-news-area-four .post-meta-style-two ul {
    border-top: 1px solid #ECECEC;
    padding-top: 14px;
}
.latest-news-area-four .post-meta-style-two ul .author a {
    display: flex;
    align-items: center;
}
.latest-news-area-four .post-meta-style-two ul .author span {
    color: #777E91;
    margin-left: 8px;
    transition: .3s linear;
}
.latest-news-area-four .post-meta-style-two ul .author span:hover {
    color: #2962FF;
}
.latest-news-nav .slick-arrow {
    border: 1px solid #EEF0F6;
    background: #fff;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    font-size: 18px;
    color: #B3B6C1;
}
.latest-news-nav .slick-arrow:hover {
    color: #2962FF;
}
.latest-news-nav .slick-arrow.slick-prev {
    margin-right: 10px;
}
.latest-news-active [class*="col-"] {
    padding: 0 15px;
}

/* default-post */
.default-post-item {
    display: flex;
    align-items: center;
}
.default-post-thumb {
    width: 350px;
    flex: 0 0 350px;
    overflow: hidden;
}
.default-post-thumb img {
    transform: scale(1);
    transition: all 1s ease-out;
}
.default-post-item:hover .default-post-thumb img {
    transform: scale(1.1);
}
.default-post-content {
    background: #F4F5F6;
    padding: 66px 40px;
    min-height: 400px;
}
.default-post-content .title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}
.default-post-content p {
    color: #777E90;
    margin-bottom: 20px;
}
.default-post-content .btn {
    background: #2962FF;
    color: #fff;
}
.default-post-content .btn:hover {
    background: transparent;
    color: #2962FF;
}
.default-post-area .ad-banner-img img {
    border-radius: 0;
}

/* default-post-area-two */
.default-post-item-two {
    position: relative;
}
.default-post-item-two .default-post-content {
    position: absolute;
    background: transparent;
    padding: 20px;
    min-height: auto;
    left: 0;
    bottom: 0;
}
.default-post-area-two .default-post-thumb img {
    transform: scale(1);
    transition: all 1s ease-out;
}
.default-post-item-two:hover .default-post-thumb img {
    transform: scale(1.1);
}
.default-post-item-two .default-post-content .title {
    color: #fff;
}
.default-post-item-two .post-meta-style-two ul li a {
    color: #fff;
}
.default-post-item-two .post-meta-style-two ul li {
    color: #fff;
}
.default-post-item-two .post-meta-style-two ul li i {
    color: #fff;
}
.default-post-nav .nav-tabs {
    border-bottom: none;
    background: #EEF0F6;
    justify-content: center;
}
.default-post-nav .nav-tabs .nav-item.show .nav-link,
.default-post-nav .nav-tabs .nav-link.active {
    color: #2962FF;
    background-color: #fff;
}
.default-post-nav .nav-tabs .nav-link {
    margin-bottom: 0;
    background: 0 0;
    border: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 600;
    color: #B3B6C1;
}
.default-post-item.small-item {
    margin-top: 20px;
}
.default-post-item.small-item .default-post-thumb {
    width: 91px;
    flex: 0 0 91px;
    border-radius: 8px 0 0 8px;
}
.default-post-item.small-item .default-post-content {
    background: #fff;
    padding: 8px;
    min-height: 80px;
    border-radius: 0 8px 8px 0;
}
.default-post-item.small-item .default-post-content .title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
}
.sidebar-newsletter {
    padding: 45px 20px;
    border: 1px dashed #2962FF;
    background: #fff;
    text-align: center;
}
.sidebar-newsletter .title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
}
.sidebar-newsletter p {
    color: #777E91;
    margin-bottom: 30px;
}
.sidebar-newsletter form {
    width: 212px;
    margin: 0 auto;
    position: relative;
}
.sidebar-newsletter form input {
    width: 100%;
    border: 1px solid #B3B6C1;
    padding: 10px 55px 10px 20px;
    background: #fff;
    color: #777E90;
    font-size: 14px;
    font-weight: 600;
    height: 45px;
}
.sidebar-newsletter form input::placeholder {
    color: #777E90;
    font-size: 14px;
    font-weight: 600;
}
.sidebar-newsletter form button {
    border: none;
    background: #2962FF;
    width: 45px;
    height: 45px;
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* category-slider */
.cat-slider-wrap {
    background: #fff;
    padding: 40px 45px;
    border-radius: 0px 0px 10px 10px;
    box-shadow: 0px 20px 40px #E3E8F5;
}
.cat-slider-wrap .row > .col-lg-3 {
    width: 20%;
    flex: 0 0 20%;
}
.cat-slider-wrap .row > .col-lg-9 {
    width: 80%;
    flex: 0 0 80%;
}
.category-title .title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0;
}
.cat-slider-wrap .cat-item {
    position: relative;
}
.cat-slider-wrap .cat-item .tag {
    position: absolute;
    left: 15px;
    top: 15px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    line-height: 1;
    padding: 8px 10px;
    border-radius: 2px;
}
.cat-slider-wrap .cat-item img {
    border-radius: 6px;
}
.category-nav {
    display: flex;
    align-items: center;
    margin-top: 50px;
}
.category-nav button {
    border: 1px solid #EEF0F6;
    background: transparent;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    font-size: 18px;
    color: #B3B6C1;
}
.category-nav button:hover {
    color: #2962FF;
}
.category-nav button:not(:last-child) {
    margin-right: 10px;
}
.category-active [class*="col-"] {
    padding: 0 7px;
}

/* new-post */
.new-post-thumb {
    border-radius: 8px 8px 0px 0px;
    overflow: hidden;
}
.new-post-content {
    background: #fff;
    padding: 20px;
    border-radius: 0 0 8px 8px;
}
.new-post-content .title {
    font-size: 20px;
    margin-bottom: 24px;
}
.new-post-item.small-item {
    display: flex;
    align-items: center;
}
.new-post-item.small-item .new-post-thumb {
    border-radius: 0px 8px 8px 0px;
    width: 173px;
    flex: 0 0 173px;
}
.new-post-item.small-item .new-post-content {
    border-radius: 8px 0px 0px 8px;
    min-height: 170px;
}
.new-post-item.small-item .new-post-content .title {
    font-size: 14px;
    margin-bottom: 15px;
    font-weight: 600;
    line-height: 1.4;
    color: #0B101B;
}
.sidebar-widget {
    background: #fff;
    padding: 20px;
    border: 1px solid #EEF0F6;
}
.sidebar-title {
    display: flex;
    align-items: center;
}
.sidebar-title .title {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0;
    margin-right: 15px;
}
.sidebar-title-dot {
    width: 10px;
    height: 10px;
    background: #2962ff;
    border-radius: 50%;
}
.sidebar-title-line {
    border: 1px solid #B3B6C1;
    height: 4px;
    border-width: 1px 0;
    flex-grow: 1;
}
.new-hot-post li {
    border-bottom: 1px solid #EEF0F6;
    padding-bottom: 15px;
    margin-bottom: 19px;
}
.new-hot-post li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.new-hot-post li span {
    font-size: 12px;
    text-transform: uppercase;
    color: #B3B6C1;
    font-weight: 700;
    display: block;
    margin-bottom: 12px;
}
.new-hot-post li span i {
    font-size: 14px;
    color: #353945;
    margin-right: 10px;
}
.new-hot-post .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.new-hot-post .content .title {
    font-size: 14px;
    margin-bottom: 0;
    line-height: 1.35;
}
.article-content .title a,
.most-read-wrap .mr-post-content .title a,
.popular-post-content .title a,
.new-post-area-two .new-post ul li .title a,
.most-view-item.small-item .most-view-content .title a,
.popular-news-post .content .title a,
.new-hot-post .content .title a {
    position: relative;
    display: inline;
    background-image: linear-gradient(#0B101B, #0B101B), linear-gradient(#0B101B, #0B101B);
    background-size: 0% 1px, 0 1px;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size 0.4s linear;
}
.article-content .title a:hover,
.most-read-wrap .mr-post-content .title a:hover,
.popular-post-content .title a:hover,
.new-post-area-two .new-post ul li .title a:hover,
.most-view-item.small-item .most-view-content .title a:hover,
.popular-news-post .content .title a:hover,
.new-hot-post .content .title a:hover {
    color: inherit;
    background-size: 0 1px, 100% 1px;
}
.new-hot-post .content i {
    color: #777E90;
    font-size: 14px;
}
.new-hot-post .content i:hover {
    color: #2962ff;
}
/* new-post-two */
.new-post-area-two .new-post ul {
    background: #FAFBFF;
}
.new-post-area-two .new-post ul li {
    padding: 25px 0 25px 12px;
    border-bottom: 1px solid #B3B6C1;
}
.new-post-area-two .new-post ul li:last-child {
    border-bottom: none;
}
.new-post-area-two .new-post ul li .title {
    font-size: 14px;
    margin-bottom: 12px;
}
.new-post-area-two .new-post ul li span {
    display: block;
    line-height: 1;
    color: #B3B6C1;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}
.new-post-area-two .new-post ul li span i {
    font-size: 14px;
    color: #353945;
    margin-right: 10px;
}
.new-post-area-two .new-post-item {
    position: relative;
}
.new-post-area-two .new-post-thumb {
    border-radius: 0;
}
.new-post-area-two .new-post-thumb a {
    display: block;
    position: relative;
}
.new-post-area-two .new-post-thumb a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 61.33%, rgba(0, 0, 0, 0.7) 100%);
    z-index: -1;
}
.new-post-area-two .new-post-content {
    background: transparent;
    padding: 20px;
    border-radius: 0;
    position: absolute;
    left: 0;
    bottom: 0;
}
.new-post-area-two .new-post-content .title {
    font-size: 24px;
    margin-bottom: 14px;
    font-weight: 700;
    color: #fff;
}
.new-post-area-two .post-meta li a {
    color: #B3B6C1;
}
.new-post-area-two .new-post-content .tag {
    margin-bottom: 20px;
}
.new-post-area-two .new-post-item.small-item .new-post-thumb {
    border-radius: 0;
    width: auto;
    flex: 0 0 auto;
    position: relative;
}
.new-post-area-two .new-post-item.small-item .new-post-content {
    border-radius: 0;
    min-height: auto;
}
.new-post-area-two .new-post-item.small-item .new-post-thumb .tag {
    position: absolute;
    left: 20px;
    top: 20px;
    margin-bottom: 0;
}
.new-post-area-two .new-post-content span {
    color: #B3B6C1;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
    line-height: 1;
}
.new-post-area-two .new-post-item.small-item .new-post-content .title {
    font-size: 16px;
    color: #fff;
    margin-bottom: 0;
}
.new-post-area-two .ad-banner-img img {
    border-radius: 0;
}


/* ad-banner */
.ad-banner-area {
    background: #EEF0F6;
}
.ad-banner-img img {
    border-radius: 10px;
}

/* weekly-top */
.weekly-top-content .title {
    font-size: 20px;
    margin-bottom: 16px;
}
.wt-small-item .content span,
.weekly-top-content span {
    color: #B3B6C1;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
}
.wt-small-item .content span i,
.weekly-top-content span i {
    font-size: 14px;
    color: #353945;
    margin-right: 10px;
}
.wt-small-item {
    display: flex;
    align-items: center;
}
.wt-small-item .thumb {
    width: 91px;
    flex: 0 0 91px;
    border-radius: 8px 0px 0px 8px;
    overflow: hidden;
}
.wt-small-item .thumb img {
    transform: scale(1);
    transition: all 1s ease-out;
}
.wt-small-item:hover .thumb img {
    transform: scale(1.1);
}
.wt-small-item .content {
    background: #fff;
    padding: 9px 19px 9px 8px;
    border-radius: 0px 8px 8px 0px;
    min-height: 80px;
}
.wt-small-item .content .title {
    font-size: 14px;
    margin-bottom: 8px;
    line-height: 1.3;
}
.weekly-top-item.post-overlay {
    position: relative;
}
.weekly-top-item.post-overlay .weekly-top-thumb {
    border-radius: 8px;
}
.weekly-top-item.post-overlay .weekly-top-content {
    position: absolute;
    left: 0;
    bottom: 0;
    background: transparent;
    padding: 39px;
}
.weekly-top-item.post-overlay .weekly-top-content .tag {
    margin-bottom: 20px;
}
.weekly-top-item.post-overlay .weekly-top-content .post-meta ul {
    margin-bottom: 15px;
}
.weekly-top-item.post-overlay .weekly-top-content .title {
    color: #fff;
    font-size: 20px;
    margin-bottom: 20px;
}
.weekly-top-item.post-overlay .weekly-top-content p {
    margin-bottom: 20px;
    color: #B3B6C1;
}
.weekly-top-item.post-overlay .weekly-top-content .btn {
    background: #fff;
    border-color: #fff;
    padding: 9px 33px;
}
.weekly-top-item.post-overlay .weekly-top-content .btn:hover {
    border-color: #fff;
    background: transparent;
}

/* new-post-area-two */
.section-title.title-style-two .title {
    font-size: 24px;
}

/* recently-post */
.recently-post-content .title {
    font-size: 20px;
    margin-bottom: 20px;
}
.recently-post-content .post-meta-style-two ul {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ECECEC;
}
.recently-post-content p {
    margin-bottom: 20px;
}
.blog-content .read-more,
.latest-news-area-two .latest-news-content .read-more,
.recently-post-content .read-more {
    font-size: 14px;
    font-weight: 700;
}
.blog-content .read-more i,
.latest-news-area-two .latest-news-content .read-more i,
.recently-post-content .read-more i {
    margin-left: 10px;
    font-size: 15px;
    transform: translateX(0);
    transition: .5s ease-out;
}
.blog-content .read-more:hover i,
.latest-news-area-two .latest-news-content .read-more:hover i,
.recently-post-content .read-more:hover i {
    transform: translateX(5px);
}
/* recently-post-area-two */
.recently-post-area-two .recently-post-item {
    display: flex;
    align-items: center;
}
.recently-post-area-two .recently-post-thumb {
    width: 340px;
    flex: 0 0 340px;
    border-radius: 8px 0px 0px 8px;
}
.recently-post-area-two .recently-post-content {
    border-radius: 0 8px 8px 0;
    min-height: 278px;
}
.recently-post-area-two .recently-post-content .tag {
    margin-bottom: 18px;
}
.recently-post-area-two .recently-post-content .title {
    font-size: 24px;
    font-weight: 700;
}
.recently-post-area-two .post-meta-style-two ul {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.sidebar-widget .topics ul li {
    background: #EEF0F6;
    display: block;
    border-radius: 4px;
    padding: 7px 6px;
    margin-bottom: 15px;
}
.sidebar-widget .topics ul li:last-child {
    margin-bottom: 0;
}
.sidebar-widget .topics ul li a {
    display: flex;
    align-items: center;
}
.sidebar-widget .topics ul li a img {
    width: 35px;
    flex: 0 0 35px;
}
.sidebar-widget .topics ul li a span {
    font-size: 14px;
    color: #777E90;
    font-weight: 600;
    display: block;
    position: relative;
    padding-left: 15px;
    margin-left: 10px;
}
.sidebar-widget .topics ul li a span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #C4C4C4;
    width: 1px;
    height: 32px;
}
.sidebar-widget .tag-list ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-left: -4px;
    margin-right: -4px;
    margin-top: -8px;
}
.sidebar-widget .tag-list ul li {
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 8px;
}
.sidebar-widget .tag-list ul li a {
    background: #EEF0F6;
    color: #777E90;
    font-size: 14px;
    line-height: 1;
    display: block;
    padding: 13px 11px;
    font-weight: 600;
    border-radius: 4px;
}
.sidebar-widget .tag-list ul li a:hover {
    background: #2962ff;
    color: #fff;
}
.sidebar-widget.transparent {
    background: transparent;
    padding: 0;
    border: none;
}
.popular-news-post .pn-item {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #EEF0F6;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.popular-news-post .pn-item:last-child {
    margin-bottom: 0;
}
.popular-news-post .pn-item .thumb {
    width: 70px;
    flex: 0 0 70px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
}
.popular-news-post .content .tag {
    font-size: 12px;
    color: #777E90;
    font-weight: 600;
}
.popular-news-post .content .title {
    font-size: 14px;
    margin-bottom: 5px;
}
.popular-news-post .content span {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    color: #B3B6C1;
    display: block;
}
.popular-news-post .content span i {
    font-size: 14px;
    color: #353945;
    margin-right: 10px;
}
.sidebar-widget .last-talk p {
    font-size: 14px;
    margin-bottom: 15px;
}
.sidebar-widget .last-talk ul {
    display: flex;
    align-items: center;
    justify-content: center;
}
.sidebar-widget .last-talk ul li {
    margin: 0 12px;
}
.sidebar-widget .last-talk ul li a {
    width: 37px;
    height: 37px;
    background: #e8e9ed;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 16px;
    color: #00ACEE;
}
.sidebar-widget .last-talk ul li a:hover {
    color: #fff;
    background: #00ACEE;
}
.sidebar-widget .last-talk ul li:nth-child(2) a {
    color: #4267B2;
}
.sidebar-widget .last-talk ul li:nth-child(3) a {
    color: #0E76A8;
}
.sidebar-widget .last-talk ul li:nth-child(2) a:hover {
    color: #fff;
    background: #4267B2;
}
.sidebar-widget .last-talk ul li:nth-child(3) a:hover {
    color: #fff;
    background: #0E76A8;
}

/* popular-post */
.popular-post-thumb {
    overflow: hidden;
}
.popular-post-thumb img {
    transform: scale(1);
    transition: all 1.5s ease-out;
}
.popular-post-item:hover .popular-post-thumb img {
    transform: scale(1.1);
}
.popular-post-content {
    background: #FAFBFF;
    border: 1px solid #EEF0F6;
    padding: 20px;
}
.popular-post-content .title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
}
.popular-active-two [class*="col-"],
.popular-active [class*="col-"] {
    padding: 0 15px;
}
.popular-nav-two .slick-arrow,
.popular-nav .slick-arrow {
    border: none;
    background: transparent;
    color: #B3B6C1;
    font-size: 16px;
}
.popular-nav-two .slick-arrow:hover,
.popular-nav .slick-arrow:hover {
    color: #292680;
}

/* popular-post-area-two */
.popular-post-area-two .popular-post-thumb {
    position: relative;
}
.popular-post-area-two .popular-post-item:hover .popular-post-thumb img {
    transform: scale(1);
}
.popular-post-item .play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 116px;
    height: 116px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 34px;
    color: #2962ff;
    box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.39);
}
.popular-post-area-two .popular-post-content .title {
    font-size: 24px;
    margin-bottom: 0;
    line-height: 1.4;
}
.most-read-wrap .mr-post-item {
    display: flex;
    align-items: center;
}
.most-read-wrap .mr-post-thumb {
    min-width: 130px;
    overflow: hidden;
}
.most-read-wrap .mr-post-thumb img {
    transform: scale(1);
    transition: all 1s ease-out;
}
.mr-post-item:hover .mr-post-thumb img {
    transform: scale(1.1);
}
.most-read-wrap .mr-post-content {
    background: #FAFBFF;
    padding: 12px;
    min-height: 115px;
}
.most-read-wrap .mr-post-content .tag {
    font-size: 12px;
    color: #B3B6C1;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    line-height: 1;
    margin-bottom: 12px;
}
.most-read-wrap .mr-post-content .title {
    font-size: 14px;
    margin-bottom: 12px;
}


/* gallery */
.post-gallery-item {
    position: relative;
}
.gallery-thumb {
    position: relative;
}
.gallery-thumb img {
    width: 100%;
}
.gallery-thumb .tag {
    position: absolute;
    left: 20px;
    top: 20px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    background: #fff;
    color: #777E90;
    border-radius: 2px;
    line-height: 1;
    padding: 8px 10px;
    transition: .3s linear;
}
.post-gallery-item:hover .gallery-thumb .tag {
    background: #2962FF;
    color: #fff;
}
.gallery-content {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 30px 20px;
}
.gallery-content .title {
    font-size: 20px;
    color: #fff;
    margin-bottom: 14px;
}
.gallery-content span {
    font-size: 12px;
    text-transform: uppercase;
    color: #B3B6C1;
    font-weight: 700;
}
.gallery-content span i {
    margin-right: 10px;
}


/* featured-post */
.featured-post-item {
    display: flex;
    align-items: center;
}
.featured-post-thumb {
    min-width: 160px;
    border-radius: 8px 0px 0px 8px;
    overflow: hidden;
}
.featured-post-thumb img {
    transform: scale(1);
    transition: all 1s ease-out;
}
.featured-post-item:hover .featured-post-thumb img {
    transform: scale(1.1);
}
.featured-post-content {
    background: #fff;
    padding: 12px 15px;
    border-radius: 0 8px 8px 0;
    min-height: 115px;
}
.featured-post-content .post-meta ul li i {
    color: #B3B6C1;
}
.featured-post-content .post-meta ul li:last-child::before {
    background: #B3B6C1;
}
.home-three-featured-post .featured-post-content {
    border: 1px solid #EEF0F6;
}
.home-three-featured-post .featured-post-content .tag {
    color: #B3B6C1;
}

/* most-view */
.most-view-wrap {
    background: #EEF0F6;
    padding: 55px 20px 40px 60px;
}
.most-view-item.post-overlay {
    position: relative;
}
.most-view-thumb {
    border-radius: 8px;
    overflow: hidden;
}
.most-view-thumb img {
    transform: scale(1);
    transition: all 1.5s ease-out;
}
.most-view-item:hover .most-view-thumb img {
    transform: scale(1.1);
}
.most-view-item.post-overlay .most-view-content {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 20px;
}
.most-view-item.post-overlay .most-view-content .title {
    font-size: 20px;
    color: #fff;
    margin-bottom: 14px;
    line-height: 1.4;
}
.most-view-wrap .row .col-5 {
    flex: 0 0 47%;
    width: 47%;
}
.most-view-wrap .row .col-7 {
    flex: 0 0 53%;
    width: 53%;
}
.most-view-wrap .row [class*="col-"] {
    padding: 0 8px;
}
.most-view-item.post-overlay .post-meta-style-two ul li a {
    color: #B3B6C1;
}
.most-view-item.post-overlay .post-meta-style-two ul li i {
    color: #B3B6C1;
}
.most-view-item.small-item {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 8px;
    min-height: 107px;
}
.most-view-item.small-item .most-view-thumb {
    width: 124px;
    flex: 0 0 124px;
}
.most-view-item.small-item .most-view-content {
    padding: 10px 21px 10px 15px;
}
.most-view-item.small-item .most-view-content .title {
    font-size: 14px;
    margin-bottom: 13px;
    line-height: 1.4;
}
.most-view-item.small-item .most-view-content .tag {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 7px;
    display: block;
}
.social-connection ul li {
    display: block;
    margin-bottom: 8px;
}
.social-connection ul li:last-child {
    margin-bottom: 0;
}
.social-connection ul li a {
    background: #4080FF;
    border-radius: 4px;
    color: #fff;
    display: flex;
    align-items: center;
}
.social-connection ul li a span {
    font-size: 14px;
    font-weight: 500;
    border-left: 1px solid #fff;
    padding: 12px;
}
.social-connection ul li a i {
    width: 48px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}
.social-connection ul li:nth-child(2) a {
    background: #40BFF5;
}
.social-connection ul li:nth-child(3) a {
    background: #EF4E41;
}
.sidebar-widget .hc-item {
    margin-bottom: 8px;
}
.sidebar-widget .hc-item:last-child {
    margin-bottom: 0;
}
.sidebar-widget .hc-item a {
    width: 100%;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 60px;
    padding: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sidebar-widget .hc-item .cta-name {
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    display: block;
}
.sidebar-widget .hc-item .count {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #777E90;
    background: #fff;
    font-weight: 600;
    transition: all .3s linear;
    font-size: 14px;
}
.sidebar-widget .hc-item:hover .count {
    background: #2962ff;
    color: #fff;
}


/* most-view-area-two */
.most-view-area-two .nav-tabs {
    border-bottom: none;
}
.most-view-area-two .nav-tabs .nav-link {
    margin-bottom: 0;
    background: 0 0;
    border: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 11px 16px;
    color: #B3B6C1;
    font-size: 14px;
    font-weight: 600;
    background: #F4F5F6;
    line-height: 1;
}
.most-view-area-two .nav-tabs .nav-item.show .nav-link,
.most-view-area-two .nav-tabs .nav-link.active {
    color: #2962FF;
    border-color: none,
}
.most-view-area-two .most-view-item.post-overlay {
    position: relative;
}
.most-view-area-two .most-view-thumb {
    border-radius: 0;
}
.most-view-area-two .most-view-item.post-overlay .most-view-content {
    position: absolute;
}
.most-view-area-two .most-view-item.post-overlay .most-view-content .title {
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 1.5;
}
.most-view-area-two .tab-content .row .col-xl-5 {
    flex: 0 0 44.45%;
    width: 44.45%;
}
.most-view-area-two .tab-content .row .col-xl-7 {
    flex: 0 0 55.55%;
    width: 55.55%;
}
.most-view-area-two .most-view-item.small-item .most-view-content {
    padding: 15px;
    min-height: 107px;
}
.most-view-area-two .sidebar-widget {
    border: none;
}

/* video */
.video-bg {
    background-image: url(../img/bg/video_bg.jpg);
    background-position: center;
    background-size: cover;
    padding: 60px 0;
}
.video-content {
    width: 80%;
    margin: 0 auto 50px;
}
.video-content .sub-title {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 24px;
}
.video-content .title {
    color: #fff;
    font-size: 36px;
    margin-bottom: 24px;
}
.video-content .post-meta-style-two ul {
    justify-content: center;
    margin-bottom: 24px;
}
.video-content .post-meta-style-two ul li {
    color: #fff;
}
.video-content .post-meta-style-two ul li a {
    color: #fff;
}
.video-content .post-meta-style-two ul li i {
    color: #b3b6c1;
}
.video-content .video-btn {
    width: 70px;
    height: 70px;
    background: #2962ff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50%;
    font-size: 24px;
    margin: 0 auto;
}
.video-area .feature-item:before {
    display: none;
}
.video-thumbnail .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}
.video-thumbnail .progress {
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #B3B6C1;
  background-image: linear-gradient(to right, #2962ff, #2962ff);
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: background-size .4s ease-in-out;
}
.video-thumbnail-active {
    padding: 0 15px;
}


/* video-area-two */
.video-area-two {
    background: #0B101B;
}
.video-area-two .section-title {
    border-bottom: none;
}
.video-area-two .section-title .title {
    color: #fff;
}
.video-area-two .section-title .view-all {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 4px;
    border-bottom: 1px solid #fff;
}
.video-area-two .section-title .view-all:hover {
    color: #2962FF;
}
.video-area-two .video-post-item.post-overlay {
    position: relative;
}
.video-area-two .video-post-thumb {
    position: relative;
}
.video-area-two .video-post-item.post-overlay .video-post-thumb img {
    width: 100%;
}
.video-area-two .video-post-thumb .play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 82px;
    height: 82px;
    background: #2962ff;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 18px;
}
.video-area-two .video-post-item.post-overlay .video-post-content {
    position: absolute;
    left: 40px;
    bottom: 30px;
    right: 40px;
}
.video-area-two .video-post-content .tag {
    margin-bottom: 20px;
}
.video-area-two .video-post-content .title {
    color: #fff;
    font-size: 24px;
    margin-bottom: 0;
    font-weight: 700;
}
.video-area-two .video-item-wrap {
    padding: 30px 30px 52px 30px;
    background: #353945;
}
.video-post-item.small-item {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #4A5061;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.video-post-item.small-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.video-post-item.small-item .video-post-thumb {
    width: 124px;
    flex: 0 0 124px;
    margin-right: 10px;
}
.video-post-item.small-item .video-post-thumb img {
    border: 4px solid #fff;
}
.video-post-item.small-item .video-post-content .title {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 600;
}
.video-post-item.small-item .video-post-content span {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    color: #B3B6C1;
    display: block;
}
.video-post-item.small-item .video-post-content span i {
    font-size: 14px;
    margin-right: 10px;
    color: #777E90;
}
.ripple-white {
    border-radius: 50%;
    -webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-white 1s linear infinite;
    transition: .5s;
    -webkit-transition: .5s;
}
@-webkit-keyframes ripple-white {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,255,255,0.3), 0 0 0 10px rgba(255,255,255,0.3), 0 0 0 20px rgba(255,255,255,0.3);
        box-shadow: 0 0 0 0 rgba(255,255,255,0.3), 0 0 0 10px rgba(255,255,255,0.3), 0 0 0 20px rgba(255,255,255,0.3);
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255,255,255,0.3), 0 0 0 20px rgba(255,255,255,0.3), 0 0 0 30px rgba(255,255,255,0);
        box-shadow: 0 0 0 10px rgba(255,255,255,0.3), 0 0 0 20px rgba(255,255,255,0.3), 0 0 0 30px rgba(255,255,255,0);
    }
}
@keyframes ripple-white {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,255,255,0.3), 0 0 0 10px rgba(255,255,255,0.3), 0 0 0 20px rgba(255,255,255,0.3);
        box-shadow: 0 0 0 0 rgba(255,255,255,0.3), 0 0 0 10px rgba(255,255,255,0.3), 0 0 0 20px rgba(255,255,255,0.3);
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255,255,255,0.3), 0 0 0 20px rgba(255,255,255,0.3), 0 0 0 30px rgba(255,255,255,0);
        box-shadow: 0 0 0 10px rgba(255,255,255,0.3), 0 0 0 20px rgba(255,255,255,0.3), 0 0 0 30px rgba(255,255,255,0);
    }
}

/* article */
.article-thumb {
    overflow: hidden;
}
.article-thumb img {
    transform: scale(1);
    transition: all 1.5s ease-out;
}
.article-item:hover .article-thumb img {
    transform: scale(1.1);
}
.article-content {
    padding: 20px;
    border: 1px solid #EEF0F6;
}
.article-content .title {
    font-size: 20px;
    margin-bottom: 0;
}
.article-item.small-item {
    display: flex;
    align-items: center;
}
.article-item.small-item .article-thumb {
    width: 127px;
    flex: 0 0 127px;
    margin-right: 12px;
}
.article-item.small-item .article-content {
    padding: 0;
    border: none;
}
.article-item.small-item .article-content .tag {
    color: #B3B6C1;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    line-height: 1;
    margin-bottom: 12px;
}
.article-item.small-item .article-content .title {
    font-size: 14px;
    margin-bottom: 12px;
}
.article-item.small-item .article-content span {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    color: #B3B6C1;
    display: block;
    line-height: 1;
}
.article-item.small-item .article-content span i {
    font-size: 14px;
    margin-right: 10px;
}

/* blog */
.blog-item .blog-content .title {
    font-size: 20px;
    margin-bottom: 14px;
}
.blog-item .blog-content p {
    margin-bottom: 10px;
}
.blog-sidebar .ad-banner-img img {
    border-radius: 0;
}
.blog-area-two .blog-item {
    display: flex;
    align-items: center;
}
.blog-area-two .blog-item .blog-thumb {
    border-radius: 8px 0 0 8px;
    width: 255px;
    flex: 0 0 255px;
}
.blog-area-two .blog-item .blog-content {
    border-radius: 0 8px 8px 0;
    min-height: 244px;
}
.blog-area-two .blog-content .title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
}
.blog-area-two .blog-item .post-meta-style-two ul {
    border-bottom: 1px solid #2962FF;
}
.blog-area-two .blog-item .blog-content p {
    margin-bottom: 0;
    color: #777E90;
}
.blog-area-two .sidebar-widget .ad-banner-content {
    left: 34px;
}
/* blog-details */
.blog-details-item-wrap {
    background: #fff;
    padding: 40px 60px;
    border-radius: 8px;
}
.blog-details-item-wrap .main-title {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 10px;
}
.blog-details-item-wrap .info {
    color: #0B101B;
    margin-bottom: 30px;
}
.blog-details-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid #B3B6C1;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.blog-details-meta .left-side ul {
    display: flex;
    align-items: center;
}
.blog-details-meta .left-side ul li {
    margin-right: 20px;
}
.blog-details-meta .left-side ul li:last-child {
    margin-right: 0;
}
.blog-details-meta .left-side ul li .tag {
    margin-bottom: 0;
}
.blog-details-meta .left-side ul li {
    font-size: 12px;
    font-weight: 700;
    color: #777E90;
    text-transform: uppercase;
}
.blog-details-meta .left-side ul li i {
    font-size: 14px;
    margin-right: 10px;
    line-height: 1;
}
.blog-details-meta .right-side ul {
    display: flex;
    align-items: center;
}
.blog-details-meta .right-side ul li {
    color: #353945;
    font-size: 16px;
    font-weight: 700;
    margin-right: 10px;
}
.blog-details-meta .right-side ul li:first-child {
    margin-right: 14px;
}
.blog-details-meta .right-side ul li:last-child {
    margin-right: 0;
}
.blog-details-item-wrap .post-img img {
    border-radius: 8px;
}
.blog-details-item-wrap .second-title {
    font-size: 14px;
    margin-bottom: 30px;
    line-height: 1.4;
}
.blog-details-item-wrap p {
    color: #777E90;
    margin-bottom: 30px;
}
.blog-details-item-wrap .third-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
}
.blog-details-item-wrap .post-img p {
    font-size: 14px;
    text-align: center;
    font-style: italic;
    margin-bottom: 0;
    margin-top: 10px;
}
.blog-details-item-wrap .blockquote {
    background: #f3f6ff;
    padding: 27px 33px 26px 39px;
    margin-bottom: 30px;
    position: relative;
}
.blog-details-item-wrap .blockquote::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 6px;
    background: #2962FF;
}
.blog-details-item-wrap .blockquote p {
    margin-bottom: 0;
    color: #585A6C;
    font-size: 18px;
    font-weight: 500;
}
.blog-details-item-wrap .last-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
}
.blog-details-item-wrap .ad-banner img {
    border-radius: 8px;
}
.blog-details-bottom {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid #B3B6C1;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.blog-details-tags ul {
    display: flex;
    align-items: center;
}
.blog-details-tags ul li {
    margin-right: 20px;
}
.blog-details-tags ul li:last-child {
    margin-right: 0;
}
.blog-details-tags ul li a {
    border: 1px solid #EBEBEB;
    color: #777E90;
    font-weight: 500;
    line-height: 1;
    display: block;
    border-radius: 4px;
    padding: 16px 30px;
}
.blog-details-tags ul li a:hover {
    background: #2962FF;
    color: #fff;
}
.blog-details-social ul {
    display: flex;
    align-items: center;
    border: 1px solid #EBEBEB;
    border-radius: 4px;
    padding: 12px 30px;
}
.blog-details-social .title {
    color: #777E90;
    font-weight: 500;
    margin-right: 34px;
}
.blog-details-social ul li {
    margin-right: 10px;
}
.blog-details-social ul li:last-child {
    margin-right: 0;
}
.comment-wrap .title {
    font-size: 24px;
    margin-bottom: 30px;
}
.comments-avatar {
    display: flex;
    align-items: center;
    margin-bottom: 13px;
}
.comments-avatar .avatar-img {
    width: 48px;
    flex: 0 0 48px;
    margin-right: 10px;
}
.comments-avatar .avatar-img img {
    border-radius: 50%;
}
.comments-avatar .avatar-name .title {
    margin-bottom: 0;
    font-weight: 700;
    font-size: 14px;
}
.comments-avatar .avatar-name span {
    color: #B4BBC6;
    display: block;
}
.comment-list p {
    color: #353945;
    width: 85%;
}
.comment-bottom ul {
    display: flex;
    align-items: center;
}
.comment-bottom ul li {
    color: #8991A0;
    font-weight: 700;
    margin-right: 20px;
}
.comment-bottom ul li:last-child {
    margin-right: 0;
}
.comment-bottom ul li a {
    color: #8991A0;
}
.comment-bottom ul li a i {
    margin-right: 5px;
}
.comment-bottom ul li a:hover {
    color: #2962FF;
}
.comments-form {
    margin-top: 60px;
}
.comments-form .title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}
.comments-form .form-grp {
    margin-bottom: 25px;
}
.comments-form .form-grp input,
.comments-form .form-grp textarea {
    width: 100%;
    background: #FAFBFF;
    border: 1px solid rgba(179, 182, 193, 0.4);
    padding: 20px 30px;
    color: #777E91;
    font-size: 16px;
    border-radius: 4px;
    height: 60px;
}
.comments-form .form-grp input::placeholder,
.comments-form .form-grp textarea::placeholder {
    color: #777E91;
    font-size: 16px;
}
.comments-form .form-grp textarea {
    min-height: 148px;
    max-height: 148px;
}
.comments-form .submit-btn .btn {
    background: #2962ff;
    color: #fff;
    height: 60px;
}
.comments-form .submit-btn .btn:hover {
    background: transparent;
    color: #2962ff;
}
.blog-details-sidebar img {
    border-radius: 0;
}
.blog-details-sidebar .ad-banner-content.text-center {
    left: 50%;
    transform: translateX(-50%);
}
.blog-details-area-two .blog-details-item-wrap .main-title {
    width: 80%;
}
.blog-details-area-two .blog-details-item-wrap .info {
    color: #777E91;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid #EEF0F6;
}
.blog-details-area-three .blog-details-meta .left-side,
.blog-details-area-two .blog-details-meta .left-side {
    display: flex;
    align-items: center;
}
.blog-details-area-three .author-img,
.blog-details-area-two .author-img {
    width: 60px;
    flex: 0 0 60px;
    margin-right: 20px;
}
.blog-details-area-three .author-content .title,
.blog-details-area-two .author-content .title {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
}
.blog-details-area-three .author-content span,
.blog-details-area-two .author-content span {
    color: #777E90;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    display: block;
}
.blog-details-area-three .author-content span i,
.blog-details-area-two .author-content span i {
    font-size: 14px;
    color: #353945;
    margin-right: 10px;
}
.blog-details-area-two .comments-form {
    border-bottom: 1px solid #B3B6C1;
    padding-bottom: 30px;
}
.blog-details-area-three .blog-details-item {
    position: relative;
}
.blog-details-area-three .blog-details-thumb img {
    border-radius: 8px;
}
.blog-details-area-three .blog-details-content {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 40px;
}
.blog-details-area-three .blog-details-content .tag {
    color: #fff;
    margin-bottom: 10px;
}
.blog-details-area-three .blog-details-content > .title {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    padding-bottom: 20px;
    border-bottom: 1px solid #777E91;
    margin-bottom: 20px;
}
.blog-details-area-three .author-content .title {
    color: #fff;
}
.blog-details-area-three .author-content span i {
    color: #fff;
}
.blog-details-area-three .blog-details-meta .right-side ul li {
    color: #fff;
}
.blog-details-area-three .blog-details-meta {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}


/* newsletter */
.newsletter-area {
    background: #fff;
    padding: 25px 0;
}
.newsletter-content {
    width: 82%;
}
.newsletter-content .title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 40px;
    width: 80%;
}
.newsletter-content form {
    position: relative;
}
.newsletter-content form input {
    width: 100%;
    border: none;
    background: #EEF0F6;
    border-radius: 4px;
    padding: 16px 160px 16px 24px;
    height: 52px;
    color: #777E90;
    font-size: 15px;
}
.newsletter-content form input::placeholder {
    color: #777E90;
    font-size: 15px;
}
.newsletter-content form button {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    background: #2962FF;
    border-radius: 0px 4px 4px 0px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 15px 36px;
    height: 52px;
    transition: .3s linear;
}
.newsletter-content form button:hover {
    background: #0b101b;
}
.newsletter-wrap {
    background: #fff;
    padding: 50px 278px;
}
.newsletter-area-two .newsletter-content {
    width: 100%;
}
.newsletter-area-two .newsletter-content .title {
    font-size: 36px;
    width: 90%;
    margin: 0 auto 40px;
}
/* newsletter-area-three */
.newsletter-area-three .newsletter-wrap {
    background: #2962ff;
    padding: 65px 149px 80px;
    display: flex;
    align-items: end;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    z-index: 1;
}
.newsletter-area-three .newsletter-wrap .title {
    color: #fff;
    font-size: 20px;
    margin-bottom: 0;
    margin-right: 100px;
    width: 36%;
}
.newsletter-area-three .newsletter-wrap .title span {
    font-size: 36px;
    font-weight: 700;
    display: block;
}
.newsletter-area-three .newsletter-wrap form {
    position: relative;
    flex-grow: 1;
}
.newsletter-area-three .newsletter-wrap form input {
    border: none;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 4px;
    height: 52px;
    width: 100%;
    padding: 15px 160px 15px 24px;
    font-size: 15px;
    color: #fff;
}
.newsletter-area-three .newsletter-wrap form input::placeholder {
    color: #fff;
    font-size: 15px;
}
.newsletter-area-three .newsletter-wrap form button {
    background: #FFAF25;
    border-radius: 0px 4px 4px 0px;
    border: none;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    line-height: 1;
    font-size: 14px;
    font-weight: 600;
    padding: 19px 36px;
    height: 52px;
}
.newsletter-area-three .newsletter-wrap form button:hover {
    background: #0b101b;
}
.newsletter-area-three .newsletter-wrap img {
    position: absolute;
    z-index: -1;
}
.newsletter-area-three .newsletter-wrap .shape-one {
    left: 0;
    top: 0;
    animation-name: zoom-fade;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.newsletter-area-three .newsletter-wrap .shape-two {
    right: 0;
    bottom: 0;
}
@-webkit-keyframes zoom-fade {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

@keyframes zoom-fade {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}


/* footer */
.footer-area {
    background: #0B101B;
}
.footer-logo-area {
    border-bottom: 1px solid #B3B6C1;
    padding-bottom: 20px;
}
.footer-social ul {
    display: flex;
    align-items: center;
    justify-content: end;
}
.footer-social ul li {
    margin-right: 25px;
}
.footer-social ul li:last-child {
    margin-right: 0;
}
.footer-social ul li a {
    width: 37px;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #B3B6C1;
    border-radius: 50%;
    color: #B3B6C1;
    font-size: 14px;
}
.footer-social ul li a:hover {
    border-color: #2962FF;
    background: #2962FF;
    color: #fff;
}
.footer-content p {
    color: #B3B6C1;
    margin-bottom: 40px;
}
.footer-content .btn {
    color: #fff;
    padding: 10px 22px;
}
.footer-content .btn i {
    font-size: 20px;
    line-height: 1;
    margin-left: 10px;
}
.footer-widget .fw-title .title {
    font-size: 16px;
    color: #fff;
    margin-bottom: 0;
    font-weight: 700;
}
.footer-link ul li {
    margin-bottom: 14px;
}
.footer-link ul li:last-child {
    margin-bottom: 0;
}
.footer-link ul li a {
    color: #B3B6C1;
    font-size: 16px;
}
.footer-link ul li a:hover {
    color: #fff;
}
.footer-contact ul li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}
.footer-contact ul li:last-child {
    margin-bottom: 0;
}
.footer-contact ul li .icon {
    color: #B3B6C1;
    font-size: 24px;
    margin-right: 15px;
    line-height: 1;
    margin-top: 2px;
}
.footer-contact ul li .content p {
    margin-bottom: 0;
    color: #B3B6C1;
}
.footer-bottom {
    border-top: 1px solid #B3B6C1;
    padding: 20px 0;
}
.copyright-text p {
    margin-bottom: 0;
    color: #B3B6C1;
    font-size: 14px;
}
.footer-bottom-right p {
    color: #B3B6C1;
    margin-bottom: 0;
    font-size: 14px;
}
/* footer-area-two */
.footer-area-two {
    background: #0B101B;
}
.footer-area-two .footer-widget p {
    margin-bottom: 60px;
    color: #B3B6C1;
    width: 90%;
}
.footer-area-two .footer-social ul {
    justify-content: start;
}
.footer-area-two .footer-social ul li {
    margin-right: 15px;
}
.footer-area-two .footer-social ul li:last-child {
    margin-right: 0;
}
.footer-area-two .footer-social ul li a {
    width: 40px;
    height: 40px;
    border: none;
    color: #fff;
    font-size: 24px;
    background: #C13584;
}
.footer-area-two .footer-social ul li:nth-child(2) a {
    background: #1DA1F2;
}
.footer-area-two .footer-social ul li:nth-child(3) a {
    background: #0077B5;
}
.footer-area-two .footer-social ul li:nth-child(4) a {
    background: #3B5998;
}
.footer-area-two .fw-title .title {
    display: inline-block;
    position: relative;
}
.footer-area-two .fw-title .title::before {
    content: "";
    position: absolute;
    right: -48px;
    top: 50%;
    transform: translateY(-50%);
    background: #FFAF25;
    width: 28px;
    height: 2px;
}
.footer-area-two .footer-link ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}
.footer-area-two .footer-link ul li a i {
    margin-right: 8px;
    font-size: 12px;
}
.footer-area-two .footer-link ul li a:hover {
    color: #2962FF;
}
.footer-area-two .footer-news ul li {
    display: flex;
    align-items: center;
}
.footer-area-two .footer-news ul li .thumb {
    width: 70px;
    flex: 0 0 70px;
    margin-right: 12px;
    overflow: hidden;
}
.footer-area-two .footer-news ul li .thumb img {
    transform: scale(1);
    transition: all 1s ease-out;
}
.footer-area-two .footer-news ul li:hover .thumb img {
    transform: scale(1.1);
}
.footer-area-two .footer-news ul li .content .title {
    color: #fff;
    font-size: 14px;
    margin-bottom: 0;
}
.footer-area-two .footer-news ul li {
    margin-bottom: 20px;
}
.footer-area-two .footer-news ul li:last-child {
    margin-bottom: 0;
}
.footer-instagram ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -5px -10px -5px;
}
.footer-instagram ul li {
    padding: 0 5px 10px 5px;
    width: 33.333%;
    flex: 0 0 33.333%;
}
.footer-area-two .footer-bottom {
    border-top: none;
    padding: 13px 0;
    background: #151C2B;
}
.footer-area-two .copyright-text p {
    color: #EEF0F6;
}
.footer-area-two .footer-bottom-right ul {
    display: flex;
    align-items: center;
    justify-content: end;
}
.footer-area-two .footer-bottom-right ul li {
    position: relative;
    margin-left: 8px;
    padding-left: 8px;
}
.footer-area-two .footer-bottom-right ul li:first-child {
    margin-left: 0;
    padding-left: 0;
}
.footer-area-two .footer-bottom-right ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 20px;
    background: #EEF0F6;
}
.footer-area-two .footer-bottom-right ul li:first-child::before {
    display: none;
}
.footer-area-two .footer-bottom-right ul li a {
    color: #EEF0F6;
    font-size: 14px;
}
.footer-area-two .footer-bottom-right ul li a:hover {
    color: #2962FF;
}
.footer-area-two .row [class*="col-"]:last-child .footer-widget {
    margin-left: 39px;
}


/*** MY CSS ***/

body.elementor-page .theme-page-spacing .entry-content i {
    font-style: normal;
}

h1.text-logo a {
    color: #fff;
}

.post-block-item.post-block-one .theme-category-box {
    margin-bottom: 6px;
}

.post-block-item.post-block-one .main-post-thumb img {
	width: 100%;
}

.post-block-item.post-block-one .post-meta ul, .post-meta-style-two ul {
	margin: 0!important;
	padding: 0!important;
	list-style: none!important;
}

.latest-small-item .thumb {
	height: 100%;
}

.post-meta-style-two ul li a {
	display: inline-block;
}

.theme_post_Tabone__content .latest-news-thumb img {
	width: 100%;
	object-fit: cover;
}

.theme_post_Tab__content .latest-small-item .thumb img {
    width: 100%;
    object-fit: cover;
}

.theme_post_Tab__content .latest-small-item {
    align-items: normal;
}

.theme_post_Tab__content .theme-category-box {
	line-height: 1;
}

.theme_post_Tab__content .theme-category-box a {
	display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 5px;
	line-height: 18px;
}

.theme_post_Tab__wrapper .section-title {
	margin-bottom: 40px;
	padding-bottom: 0;
}

.theme_post_Tab__content .latest-small-item .content .title {
    margin-bottom: 10px!important;
}

.theme_post_Tab__content .tab-bottom-grid-style {
    margin-bottom: 20px;
}

.theme_post_Tab__content .tab-bottom-grid-style:last-child {
    margin-bottom: 0px;
}

.post-grid-wrapper-column .recently-post-thumb img {
    width: 100%;
    object-fit: cover;
}

.post-grid-wrapper-column .section-title {
    margin-bottom: 45px;
}

.post-grid-wrapper-column .recently-post-item {
    margin-bottom: 30px;
}

.recently-post-content .post-meta-style-two ul {
    margin-bottom: 20px!important;
    padding-bottom: 20px!important;
}

.post-gallery-item .gallery-thumb img {
	width: 100%!important;
	height: 522px;
	object-fit: cover;
}

.theme-posts-grid-slider .col-lg-3 {
	padding-right: 0!important;
	padding-left: 0!important;
}

.theme-posts-grid-slider .gallery-thumb .tag {
    color: #fff;
}

h1.text-logo {
    font-size: 32px;
    margin: 0;
    line-height: 1;
    padding: 0;
}

.post-block-list-wrapper-column .featured-post-thumb img {
    width: 100%;
    object-fit: cover;
	height: 115px;
}

.post-block-list-wrapper-column .featured-post-item {
    margin-bottom: 20px;
}

.post-block-list-wrapper-column .post-meta ul {
    margin: 0!important;
    padding: 0!important;
    list-style: none!important;
}

.post-block-list-wrapper-column .post-meta ul li {
    color: #B3B6C1!important;
	line-height: 1.5!important;
}

.post-block-list-wrapper-column .featured-post-content {
    width: 100%;
}

.post-block-list-wrapper-column .section-title {
    margin-bottom: 50px;
}

.post-block-list-wrapper-column .section-title h2:before {
    display: none;
}

.newsletter-content .title {
    font-size: 28px!important;
    margin-bottom: 40px!important;
}

.newsletetr-one-inner.form {
    position: relative;
}

.newsletter-content .newsletetr-one-inner input[type="email"] {
    width: 100%;
    border: none;
    background: #EEF0F6;
    border-radius: 4px;
    padding: 16px 160px 16px 24px;
    height: 52px;
    color: #777E90;
    font-size: 15px;
}

.newsletter-content .newsletetr-one-inner input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    background: #2962FF;
    border-radius: 0px 4px 4px 0px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 15px 36px;
    height: 52px;
    transition: .3s linear;
	cursor: pointer;
}

.newsletter-content .newsletetr-one-inner input[type="submit"]:hover {
    background: #0b101b;
	color: #fff;
}

.post-block-weekly-overlay .weekly-top-thumb img {
    height: 720px;
    object-fit: cover;
}

.weekly-top-item.post-overlay .weekly-top-content .post-meta ul {
    margin-top: 0!important;
    padding: 0!important;
    list-style: none!important;
}

.post-block-weekly-overlay .post-meta ul li {
    color: #B3B6C1!important;
    font-size: 12px!important; 
}

.blogsmallblock-list .wt-small-item .thumb img {
    height: 90px;
    width: 100%;
    object-fit: cover;
}

.blogsmallblock-list {
    margin-bottom: 20px;
}

.section-title.theme-section-title h2 {
    margin-bottom: 0!important;
}

.theme-posts-featured-slider .feature-post-thumb img {
    height: 115px!important;
    width: 100%;
    object-fit: cover;
}

.theme-posts-featured-slider .feature-post-item-inner {
	display: flex;
    align-items: center;
}

.theme-posts-featured-slider .feature-post-content .title {
	margin-bottom: 12px!important;
}

.theme-posts-featured-slider .feature-post-item {
    margin-left: 15px;
    margin-right: 15px;
}

.new-post-list-onee .section-title .title {
    margin-bottom: 0!important;
	font-size: 24px!important;
}

.new-post-area-two.new-post-list-onee .new-post ul li:last-child {
	border-bottom: none;
}

.new-post-list-twoo .mr-post-item {
	margin-bottom: 20px;
}

.new-post-list-twoo .mr-post-item:last-child {
	margin-bottom: 0;
}

.most-read-wrap.new-post-list-twoo .mr-post-thumb img {
    height: 115px;
    width: 100%;
    object-fit: cover;
}

.most-read-wrap .mr-post-content .title {
    margin-bottom: 12px!important;
}

.theme-category-box.cat-box-topp {
	display: inline-block;
    position: absolute;
    top: 20px;
    left: 20px;
}

.theme-category-box.cat-box-topp a {
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    padding: 8px 10px;
    line-height: 1;
    display: inline-block;
    border-radius: 2px;
    margin-bottom: 14px;
}

.theme-category-box.cat-box-topp a:before {
	display: none;
}

.theme_post_Tab__content  .post-block-item .theme-category-box {
    margin-bottom: 9px;
}

.latest-news-area.news_tab__Wrapper .section-title .title {
    margin-bottom: 0;
}

.wt-small-item .content .title {
    margin-bottom: 8px!important;
}

.weekly-top-item.post-overlay .weekly-top-content p {
    margin-bottom: 20px!important;
    color: #B3B6C1!important;
}

.blog-post-weekly-wrapper .weekly-top-thumb img {
	height: 396px;
    width: 100%;
    object-fit: cover;
}

.post-grid-wrapper-column .recently-post-content .section-title h2 {
	margin-bottom: 0;
}

.post-grid-wrapper-column .section-title h2, .post-block-list-wrapper-column .section-title h2 {
    margin-bottom: 0!important;
}

.gallery-content .title {
    margin-bottom: 14px!important;
}

.post-block-list-wrapper-column .section-title h2:before {
	content: "";
    position: absolute;
    left: 0;
    bottom: -12px;
    width: 100%;
    height: 4px;
    background: #2962FF;
    border-radius: 5px;
	display: block;
}

/*** Footer ***/

.footer-top {
    padding-top: 80px;
    padding-bottom: 40px;
}

h2.footer-logo {
    color: #fff;
    line-height: 1;
    margin-bottom: 25px;
}

.footer-widget.widget_text p {
	color: #B3B6C1;
}

.footer-widget h4.widget-title, .footer-widget h4 {
	
	font-size: 16px;
    color: #fff;
    margin-bottom: 25px;
    font-weight: 700;
} 

.footer-widget ul li {margin-bottom: 14px;}

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

.footer-widget ul li a {color: #B3B6C1;font-size: 16px;}

p.copyright-text {
	color: #B3B6C1;
}

.col-sm-6.footer_two_Widget {
	padding-left: 40px;
}

.col-sm-6.footer_three_Widget {
	padding-left: 40px;
}

.theme-posts-featured-slider .post-meta-style-two ul li {
    line-height: 1.5!important;
    color: #B3B6C1!important;
}

.post-block-item.post-block-one .main-post-thumb img {
    object-fit: cover;
}

.new-post-area-two .new-post ul {
    margin: 0!important;
    padding: 0!important;
    list-style: none!important;
}

.popular-post-slider .popular-post-item {
    margin-left: 15px;
    margin-right: 15px;
}

.popular-post-slider .section-title {margin-bottom: 40px;}

.popular-post-slider .section-title h2.title {
	font-size: 36px!important;
	margin-bottom: 0!important;

}

.popular-post-slider .post-meta-style-two ul li {
    color: #B3B6C1!important;
}

.popular-post-thumb img {
    width: 100%;
    object-fit: cover;
}

.most-read-wrap.new-post-list-twoo .section-title {
    margin-bottom: 40px;
}

.most-read-wrap.new-post-list-twoo .section-title h2 {
    margin-bottom: 0!important;
}

.latest-news-borderd .recently-post-content {
    border-left: 1px solid #EEF0F6;
    border-right: 1px solid #EEF0F6;
    border-bottom: 1px solid #EEF0F6;
}

.sidebar-widget.elementor-widget h5 {
    font-size: 16px!important;
    margin-right: 15px!important;
	position: relative;
}

.topics ul {
	margin: 0!important;
    padding: 0!important;
    list-style: none!important;
}

.elementor-widget-wp-widget-tag_cloud {
    background: #fff;
    padding: 20px;
    border: 1px solid #EEF0F6;
}

.tagcloud a, .wp-block-tag-cloud a {
    border-color: transparent!important;
    color: #777E90;
    border: 1px solid;
    display: inline-block;
    font-weight: 600;
    background: #EEF0F6;
    font-size: 14px !important;
    padding: 13px 15px!important;
    margin-bottom: 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 36px;
    transition: all ease 500ms;
    line-height: 1;
    margin-right: 0px;
}

.tagcloud a:hover, .wp-block-tag-cloud a:hover {
	
background: #2962ff;
color: #fff;

}

.last-talk p {
    font-size: 14px;
    margin-bottom: 15px;
}
.last-talk ul {
    display: flex!important;
    align-items: center;
    justify-content: left!important;
	margin: 0!important;
    padding: 0!important;
    list-style: none!important;
	
}
.last-talk ul li {
    margin: 0 12px;
}

.last-talk ul li a {
    width: 37px;
    height: 37px;
    background: #e8e9ed;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 16px;
    color: #00ACEE;
}

.last-talk ul li a:hover {
    color: #fff;
    background: #00ACEE;
}
.last-talk ul li:nth-child(2) a {
    color: #4267B2;
}
.last-talk ul li:nth-child(3) a {
    color: #0E76A8;
}
.last-talk ul li:nth-child(2) a:hover {
    color: #fff;
    background: #4267B2;
}
.last-talk ul li:nth-child(3) a:hover {
    color: #fff;
    background: #0E76A8;
}

.last-talk p {
    font-size: 14px!important;
	line-height: 24px!important;
    margin-bottom: 15px!important;
}

.sidebar-widget .last-talk ul li:first-child {
    margin-left: 0;
}

.search-btn {
    cursor: pointer;
}

body.blog .main-container.blog-spacing, body.archive .main-container.blog-spacing {
    background: #F3F6FF;
}

.category-layout-two.main-blog-layout .blog-item {margin-bottom: 30px;}

.category-layout-two.main-blog-layout .blog-item:last-child {margin-bottom: 0;}

.blog-area-two .blog-item.post-wrapper .blog-thumb img {
    height: 244px;
    object-fit: cover;
    display: block;
}

.blog-area-two .blog-item .post-meta-style-two ul {
    border-bottom: 1px solid #2962FF;
    padding-bottom: 14px!important;
    margin-bottom: 14px!important;
}

.blog-area-two .blog-item .post-meta-style-two ul li {
    line-height: 1.5;
}


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

.sidebar-widget.blog-sidebar .widget {
	border: 1px solid #EEF0F6;
    padding: 20px;
    background-color: #fff; 
    border-radius: 0px;
}

.border-custom-stylee img, .border-custom-stylee .recently-post-thumb, .latest-news-thumb, .border-custom-stylee .featured-post-thumb, .border-custom-stylee .weekly-top-thumb, .border-custom-stylee .main-post-thumb {
	border-radius: 0!important;
}

.custom-readlistt .most-read-wrap .mr-post-thumb {
    width: 130px;
}

.blog-area-two .blog-item.post-wrapper .blog-thumb img {
    width: 100%;
}

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

.contact-list.mb-30:last-child {margin-bottom: 0;}

.contact-list.mb-30:first-child {
	border-top: 1px solid #344159;
    padding-top: 25px;
}

.instagram-pic img {
    height: 60px;
    object-fit: cover;
}

.instagram-pic {
    margin-top: 20px;
}

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

.author_bio__Wrapper, .theme_blog_navigation__Wrap, #comments {
    background: #F3F6FF;
    border-radius: 8px;
}

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

.blog-post-comment .comment-respond .comment-form .btn.btn-primary:hover {
	background: #0B101B;
	color: #fff;
}

.theme_blog_nav_Title a {
    word-break: break-word;
}

.blog-post-cat.sblog_catt_design a {
	font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    padding: 8px 10px;
    line-height: 1;
    display: inline-block;
    border-radius: 2px;
    margin-bottom: 14px;
	
}

h1.post-title.single_blog_inner__Title {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 10px;
}

.single-top-meta-wrapper {
    margin-bottom: 30px;
}

.single-one-bwrap {
    padding-top: 100px;
    padding-bottom: 100px;
}

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

.blog-details-content .wp-block-columns figure.wp-block-image.size-full.blog-inner-thumbnail-custom {
    margin-bottom: 0;
}

.blog-details-content figure.wp-block-image.size-full.theme-blog-full-thumb {
    margin-top: 35px;
    margin-bottom: 35px;
	border-radius: 8px;
}

figure.wp-block-image.blog-ads-image {
    margin-top: 30px;
    margin-bottom: 28px;
	
}


.post-featured-image img, .blog-ads-image img {border-radius: 8px!important}

.theme-blog-full-thumb img {border-radius: 8px!important;}

blockquote::before, .blockquote::before {
    color: rgb(41 98 255 / 20%);
}

blockquote::before, .blockquote::before {
    left: 50px;
    top: 15px;
    font-size: 52px;
    font-weight: 600;
}

.blog-details-content ul li::marker {
    color: #2962FF;
	list-style: disc;
}


.theme_blog_nav_Title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
}

/*===============================
 	  Preloader
================================*/

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #2962FF;
    z-index: 9999999;
}

.spinner {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-top: -20px;
    display: inline-block;
    vertical-align: middle;
    left: 50%;
    top: 50%;
    margin-left: -20px;
}

.double-bounce1,
.double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
    0%,
    100% {
        -webkit-transform: scale(0.0)
    }
    50% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bounce {
    0%,
    100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }
    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

.border-custom-stylee .weekly-top-content {
    padding: 20px;
    border: 1px solid #EEF0F6;
}

.border-custom-stylee .wt-small-item .thumb {
	border-radius: 0;
}

.blog-sidebar .widget_media_image figure {
    margin-bottom: 0;
}

.video-area-two .video-post-content .title {
    color: #fff!important;
    font-size: 24px!important;
    margin-bottom: 0!Important;
    font-weight: 700;
}

.video-area-two .video-item-wrap {
    padding: 30px 30px 30px 30px!important;
    background: #353945;
    margin: 0!important;
    list-style: none!important;
}

.video-post-item.small-item {
    border-bottom: 1px solid #4A5061!important;
    padding-bottom: 30px!important;
    margin-bottom: 30px!important;
}

.video-post-item.small-item .video-post-content .title {
    font-size: 17px!important;
    margin-bottom: 15px!important;
    font-weight: 600!important;
}

.newsify_video_posts_tab_Wrapper .video_tab_list_Content {
    height: auto!important;
}

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

.tab_small_list_video_Item li:last-child .video-post-item.small-item {
    margin-bottom: 0!important;
    padding-bottom: 0!important;
    border-bottom: 0!important;
}

.video-area-two .video-post-item.post-overlay .video-post-thumb img {
    height: 473px;
    object-fit: cover;
}

.video-area-two .section-title .title {
    font-size: 36px!important;
    margin-bottom: 0!important;
}

.video-area-two .section-title {
    border-bottom: none;
    margin-bottom: 40px;
}

/*** Unit test ***/

.blog-item.post-wrapper.nofeatured-blog .blog-content {min-height: auto;}

.blog-item.post-wrapper.nofeatured-blog {display: block;}

.blog-area-two .blog-item .blog-content {
    width: 100%;
}

.blog-item.post-wrapper.hasfeatured-blog {
    align-items: normal;
}

.blog-area-two .blog-item.post-wrapper .blog-thumb img {
    height: auto;
}

.blog-area-two .blog-item .blog-content {
    min-height: auto;
}

.theme-cnavas-navwrap {
	display: none;
}

.header-top {
    display: none;
}

.blog-sidebar select#archives-dropdown--1 {
    margin-bottom: 8px;
    margin-top: 8px;
}

.blog-sidebar select {
    border: 1px solid #eee;
}

.blog-sidebar .widget_categories .cat-item span.post_count {
    color: #fff;
}

span.posts-count {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    background: #2962FF;
    width: 30px;
    height: 26px;
    color: #fff;
    text-align: center;
    font-weight: 500;
    font-size: 15px;
    line-height: 26px;
    border-radius: 9px;
}

.blog-sidebar select {
    height: 42px;
}

.theme-layout-mainn .blog-block-latest-single-wrapper {
    margin-bottom: 30px;
}

.theme-layout-mainn .blog-block-latest-single-wrapper:last-child {
    margin-bottom: 0px;
}

.sticky .blog-item.post-wrapper {
    border-top: 5px solid #2962FF!important;
    padding-left: 10px;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 8px;
    margin-top: 0px;
}

.blog-area-two .blog-content .title {
    position: relative;
}

.sticky .blog-item.post-wrapper h4.title:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f08d";
    position: absolute;
    right: 0px;
    top: 0px;
    color: #2962FF;
    font-size: 25px;
}

.sticky .blog-item.post-wrapper .blog-content {
	background: transparent;
}

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

.blog-details-content ul li {
    font-size: 17px;
    line-height: 1.5;
    margin-bottom: 10px;
}

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

.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: #0B101B;
    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 .theme-page-spacing .entry-content ul li {
    line-height: 1.5;
    color: #555555;
    margin-bottom: 10px;
}

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

.blog-post-comment .comment-respond .comment-reply-title {
    margin-bottom: 20px!important;
}

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

.comment-respond .comment-reply-title {
    padding-bottom: 27px;
}

body.page .theme-page-spacing .entry-content .depth-1 .comment-respond p.form-submit {
    margin-bottom: 30px;
}

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

.comments-list .comment-author a {
    color: #0B101B;
    display: inline-block;
}

.header-action > ul {
    list-style: none;
}

li.header-search {
    display: none;
}

.error-btn-custom {
    margin-top: 30px;
    display: inline-block;
    background: #2962FF;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.01em;
    padding: 16px 30px;
    border-radius: 0px;
    width: auto;
    border: 0px solid;
}

.error-btn-custom:hover {
	background: #0B101B;
	color: #fff;
}

body.error404 .main-container {
    padding-top: 80px;
    padding-bottom: 110px;
}

body.search-no-results .main-container.blog-spacing, body.search .main-container.blog-spacing {
    background: #F3F6FF;
}

.header-top {
    background: #0B101B;
    padding: 13px 0;
    border-bottom: 0px solid #678C9D;
}

.calender-box {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    margin-right: 50px;
    padding-right: 50px;
    position: relative;
    text-transform: uppercase;
}

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

ul.header-social {
    margin: 0;
    padding: 0;
    list-style: none;
}

.header-top-right .header-social li {
    display: inline-block;
}

.calender-box i {
    display: inline-block;
    margin-right: 10px;
}

.calender-box:before {
    position: absolute;
    right: 0;
    top: -5px;
    width: 1px;
    height: 20px;
    content: "";
    background: #fff;
}

.menu-area {
	background: #fff;
    padding:  8px 0;
	position: relative;
}

.menu-area:before {
    position: absolute;
    left: auto;
    top: 0;
    width: 100%;
    height: 100px;
    background: url(../images/nav-bg.svg) no-repeat scroll center center;
    background-size: cover;
    content: "";
}

.navbar-wrap ul li a {
    color: #0B101B;
}


.header-action .header-search a {
    background: transparent;
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    color: #777E90;
    font-size: 21px;
}

h1.text-logo a {
    color: #0B101B;
}

.offcanvas-menu a {
    color: #777E91;
}

.offcanvas-menu {
    margin-right: 20px;
}

.header-action > ul li::before {
    background: #777E91;
}

.latest-news-content {
    background: #fff;
    padding: 20px;
    border-radius: 0 0 8px 8px;
    border: 1px solid #EEF0F6;
}

.theme_post_Tabone__content .latest-news-item .latest-news-thumb {
	border-radius: 8px!important;
    border-bottom-left-radius: 0!important;
    border-bottom-right-radius: 0!important
}

.theme_post_Tabone__content .tab-bottom-grid-style .latest-small-item .thumb {
    border-radius: 4px 4px 4px 4px;
}

.blog-post-weekly-wrapper.post-block-weekly .weekly-top-content {
    border: 1px solid #EEF0F6;
}


.blogsmallblock-list .wt-small-item .content {
    background: #fff;
    padding: 9px 10px 9px 12px;
    border-radius: 0px;
    min-height: 80px;
}


.blogsmallblock-list .wt-small-item .thumb {
    border-radius: 4px 4px 4px 4px;
}

.news_post_grid_design.recently-post-area.post-grid-wrapper-column .recently-post-content {
    border: 1px solid #EEF0F6;
}

section.featured-post-area.post-block-list-wrapper-column .featured-post-thumb {
    border-radius: 8px 8px 8px 8px;
}

.logo.theme-logo img {
    min-width: 180px;
}

.header-top-menu ul li a {
    font-weight: 500;
}

.menu-area .mobile-nav-toggler {
    color: #0B101B;
}

h1.post-title.single_blog_inner__Title {
    font-size: 40px;
    line-height: 1.15;
}

.menu-area.no-nav-header {
    min-height: 100px;
    padding: 34px 0;
}

@media (min-width: 1400px) {
    .single-one-bwrap {
        min-height: 100vh;
    }
    .main-container.blog-spacing,
    .main-container.cat-page-spacing {
        min-height: 560px;
    }
    body.error404 .main-container {
        min-height: 540px;
    }

}


@media (min-width: 1900px) {
    .single-one-bwrap {
        min-height: 100vh;
    }
	
    .main-container.blog-spacing,
    .main-container.cat-page-spacing {
        min-height: 615px;
    }
	
    body.error404 .main-container {
        min-height: 750px;
    }
}


@media (min-width: 2110px) and (max-width: 2599px) {
    .single-one-bwrap {
        min-height: 100vh;
    }
	.main-container.blog-spacing,
    .main-container.cat-page-spacing {
        min-height: 790px;
    }
    body.error404 .main-container {
        min-height: 900px;
    }
	
}


@media (min-width: 2600px) {
    .single-one-bwrap {
        min-height: 100vh;
    }
	.main-container.blog-spacing,
    .main-container.cat-page-spacing {
        min-height: 860px;
    }
    body.error404 .main-container {
        min-height: 1000px;
    }

}

@media (min-width: 2800px) {
    .single-one-bwrap {
        min-height: 100vh;
    }
	.main-container.blog-spacing,
    .main-container.cat-page-spacing {
        min-height: 940px;
    }
    body.error404 .main-container {
        min-height: 1100px;
    }

}

@media (min-width: 3200px) {
    .single-one-bwrap {
        min-height: 100vh;
    }
	.main-container.blog-spacing,
    .main-container.cat-page-spacing {
        min-height: 1090px;
    }
    body.error404 .main-container {
        min-height: 1280px;
    }
}

.blog-area-two .blog-item .post-meta-style-two ul {
    border-bottom: 1px solid #ddd;
}


.post-grid-wrapper-column .post-meta-style-two ul li {
    color: #B3B6C1!important;
}

li.header-search {
    display: block;
}

.navbar-wrap ul li .sub-menu li ul {
    right: 102%;
    left: auto;
    top: 40%;
}

@media (max-width: 767px) {

.menu-area {
    background: #f8f8f8;
}

.menu-area:before {
	display: none;
}

}



.header-top {
    background: #0B101B;
    padding: 13px 0;
    border-bottom: 0px solid #678C9D;
}

.calender-box {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    margin-right: 50px;
    padding-right: 50px;
    position: relative;
    text-transform: uppercase;
}

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

ul.header-social {
    margin: 0;
    padding: 0;
    list-style: none;
}

.header-top-right .header-social li {
    display: inline-block;
}

.calender-box i {
    display: inline-block;
    margin-right: 10px;
}

.calender-box:before {
    position: absolute;
    right: 0;
    top: -5px;
    width: 1px;
    height: 20px;
    content: "";
    background: #fff;
}

.menu-area {
	background: #fff;
    padding:  8px 0;
	position: relative;
}

.menu-area:before {
    position: absolute;
    left: auto;
    top: 0;
    width: 100%;
    height: 100px;
    background: url(../images/nav-bg.svg) no-repeat scroll center center;
    background-size: cover;
    content: "";
}

.navbar-wrap ul li a {
    color: #0B101B;
}


.header-action .header-search a {
    background: transparent;
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    color: #777E90;
    font-size: 21px;
}

h1.text-logo a {
    color: #0B101B;
}

.offcanvas-menu a {
    color: #777E91;
}

.offcanvas-menu {
    margin-right: 20px;
}

.header-action > ul li::before {
    background: #777E91;
}

.latest-news-content {
    background: #fff;
    padding: 20px;
    border-radius: 0 0 8px 8px;
    border: 1px solid #EEF0F6;
}

.theme_post_Tabone__content .latest-news-item .latest-news-thumb {
	border-radius: 8px!important;
    border-bottom-left-radius: 0!important;
    border-bottom-right-radius: 0!important
}

.theme_post_Tabone__content .tab-bottom-grid-style .latest-small-item .thumb {
    border-radius: 4px 4px 4px 4px;
}

.blog-post-weekly-wrapper.post-block-weekly .weekly-top-content {
    border: 1px solid #EEF0F6;
}


.blogsmallblock-list .wt-small-item .content {
    background: #fff;
    padding: 9px 10px 9px 12px;
    border-radius: 0px;
    min-height: 80px;
}


.blogsmallblock-list .wt-small-item .thumb {
    border-radius: 4px 4px 4px 4px;
}

.news_post_grid_design.recently-post-area.post-grid-wrapper-column .recently-post-content {
    border: 1px solid #EEF0F6;
}

section.featured-post-area.post-block-list-wrapper-column .featured-post-thumb {
    border-radius: 8px 8px 8px 8px;
}

.logo.theme-logo img {
    min-width: 180px;
}

.header-top-menu ul li a {
    font-weight: 500;
}

.menu-area .mobile-nav-toggler {
    color: #0B101B;
}

h1.post-title.single_blog_inner__Title {
    font-size: 40px;
    line-height: 1.15;
}

.post-grid-wrapper-column .post-meta-style-two ul li, .most-read-wrap .post-meta-style-two ul li {
    color: #B3B6C1!important;
}

.blog-area-two .blog-item .post-meta-style-two ul {
    border-bottom: 1px solid #ddd;
}

.header-top-right .header-social li a, .header-top-left .header-social li a {
    font-size: 16px;
    border: 1px solid #FFFFFF; 
}

.footer-widget h4.widget-title, .footer-widget h4 {
    font-size: 18px; 
}

.footer-contact h4 {
	font-size: 18px; 
}

.header-top-right .header-social li a, .header-top-left .header-social li a {
    font-size: 16px;
    border: 0px solid #FFFFFF;
}

.newsletter-content {
    width: 100%;
}

.newsletter-content .title {
    font-size: 44px!important;
    margin-bottom: 40px!important;
    line-height: 1.2!important;
    text-transform: capitalize;
    width: 100%;
}

.post-meta-style-two ul li a, .wt-small-item .content span i, .weekly-top-content span i, .post-meta-style-two ul li i, .new-post-area-two .new-post ul li span i, .video-post-item.small-item .video-post-content span i {
    color: #B3B6C1;
}

.blog-post-grid-wrapper.post-block-item.post-block-one i {
	 color: #B3B6C1;
}

.sticky .blog-item.post-wrapper {
    background: #fff;
}

.search-form input::placeholder {
	color: #fff;
}

.search-popup-wrap {
    background: rgb(0 0 0 / 90%);
}

.search-btn {
    font-size: 22px;
    color: #fff;
	right: 20px;
}

.search-form input {
    border-bottom: 1px solid rgb(255 255 255 / 60%);
	color: #fff;
	text-align: left;
 padding-left: 20px;
}

.search-close {
    color: #fff;
}

.search-wrap .title {
	display: none;
}

.blog-item.post-wrapper.nofeatured-blog .blog-content {
    border-radius: 8px;
}

.offcanvas-menu a {
    font-size: 27px;
}

.offcanvas-overly {
    transition: .2s ease-in;
}

h1.post-title.single_blog_inner__Title {
	-ms-word-wrap: break-word;
    word-wrap: break-word;
}

.blog-area-two .blog-content.no-excerpt-blog .post-meta-style-two ul {
    border-bottom: 0!important;
}

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