/* 

Theme Name: Kiante

Theme URI: http://wowtheme7.com/kiante

Author: Wowtheme7

Author URI: https://themeforest.net/user/wowtheme7

Description: News Magazine WordPress Theme

Version: 1.0.1

License: GNU General Public License v2 or later

License URI: LICENSE

Text Domain: kiante

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

------------------------------******/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');



@font-face {

    font-family: 'MentiText';

    src: url('../../assets/fonts/MentiText-Light.woff2') format('woff2'),

         url('../../assets/fonts/MentiText-Light.woff') format('woff');

    font-weight: 300;

    font-style: normal;



}





@font-face {

    font-family: 'MentiText';

    src: url('../../assets/fonts/MentiText-LightItalic.woff2') format('woff2'),

         url('../../assets/fonts/MentiText-LightItalic.woff') format('woff');

    font-weight: 300;

    font-style: normal;



}





@font-face {

    font-family: 'MentiText';

    src: url('../../assets/fonts/MentiText-Regular.woff2') format('woff2'),

         url('../../assets/fonts/MentiText-Regular.woff') format('woff');

    font-weight: 400;

    font-style: normal;



}





@font-face {

    font-family: 'MentiText';

    src: url('../../assets/fonts/MentiText-SemiBold.woff2') format('woff2'),

         url('../../assets/fonts/MentiText-SemiBold.woff') format('woff');

    font-weight: 600;

    font-style: normal;



}





@font-face {

    font-family: 'SF Pro Display';

    src: url('../../assets/fonts/SFProDisplay-Black.woff2') format('woff2'),

        url('../../assets/fonts/SFProDisplay-Black.woff') format('woff');

    font-weight: 900;

    font-style: normal;

    font-display: swap;

}



@font-face {

    font-family: 'SF Pro Display';

    src: url('../../assets/fonts/SFProDisplay-Bold.woff2') format('woff2'),

        url('../../assets/fonts/SFProDisplay-Bold.woff') format('woff');

    font-weight: 700;

    font-style: normal;

    font-display: swap;

}



@font-face {

    font-family: 'SF Pro Display';

    src: url('../../assets/fonts/SFProDisplay-Heavy.woff2') format('woff2'),

        url('../../assets/fonts/SFProDisplay-Heavy.woff') format('woff');

    font-weight: 900;

    font-style: normal;

    font-display: swap;

}



@font-face {

    font-family: 'SF Pro Display';

    src: url('../../assets/fonts/SFProDisplay-Medium.woff2') format('woff2'),

        url('../../assets/fonts/SFProDisplay-Medium.woff') format('woff');

    font-weight: 500;

    font-style: normal;

    font-display: swap;

}



@font-face {

    font-family: 'SF Pro Display';

    src: url('../../assets/fonts/SFProDisplay-Thin.woff2') format('woff2'),

        url('../../assets/fonts/SFProDisplay-Thin.woff') format('woff');

    font-weight: 100;

    font-style: normal;

    font-display: swap;

}



@font-face {

    font-family: 'SF Pro Display';

    src: url('../../assets/fonts/SFProDisplay-Regular.woff2') format('woff2'),

        url('../../assets/fonts/SFProDisplay-Regular.woff') format('woff');

    font-weight: 400;

    font-style: normal;

    font-display: swap;

}



@font-face {

    font-family: 'SF Pro Display';

    src: url('../../assets/fonts/SFProDisplay-Light.woff2') format('woff2'),

        url('../../assets/fonts/SFProDisplay-Light.woff') format('woff');

    font-weight: 300;

    font-style: normal;

    font-display: swap;

}



@font-face {

    font-family: 'SF Pro Display';

    src: url('../../assets/fonts/SFProDisplay-Semibold.woff2') format('woff2'),

        url('../../assets/fonts/SFProDisplay-Semibold.woff') format('woff');

    font-weight: 600;

    font-style: normal;

    font-display: swap;

}









body {

    font-family: 'SF Pro Display', sans-serif;

    line-height: 1.5;

    font-size: 16px;

    background: #fff;

    color: #363737;

    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: "SF Pro Display", serif !important;

    color: #363737;

    font-weight: 700 !important;

}



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-family: 'Space Grotesk', system-ui, sans-serif; font-weight: 400;

    font-size: 16px;

    margin-bottom: 15px;

    line-height: 1.5;

    color: #8aaa8a;

}



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: inline-block;

    color: #FF3A3A;

    -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: #f0c040;

}



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

    }

}





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





/* 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: 18px;

    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: #FF3A3A;

}



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

}



a code {

    color: #FF3A3A;

}



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: #FF3A3A;

    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: #FF3A3A;

}



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

    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: #111;

    color: #111;

    border: 1px solid;

    letter-spacing: -0.001em;

    display: inline-block;

    font-size: 16px !important;

    padding: 4px 18px!important;

    margin-bottom: 10px;

    border-radius: 4px;

    -webkit-border-radius: 4px;

    -ms-border-radius: 36px;

    transition: all ease 500ms;

    line-height: 24px;

    margin-right: 5px;

}



.tagcloud a:hover,

.wp-block-tag-cloud a:hover {

    background: #FF3A3A;

    color: #fff;

    border-color: #FF3A3A;

}



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

    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: #FF3A3A;

}



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

}



.blog-post-comment .comments-list .trackback .comment-body {

    margin-left: 0;











}



.blog-post-comment .comment-respond .comment-form .btn-comments {

    display: inline-block;

    background: #FF3A3A;

    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: #FF3A3A;

}



#comments {

    clear: both;

    padding: 30px;

    list-style: none;

    background: rgb(245 242 255 / 50%);

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

    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: #FF3A3A;

}



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

    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: #FF3A3A;

    display: inline-block;

    font-size: 18px;

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

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

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

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

    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: #FF3A3A;

    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: #FF3A3A;

}



#comments .pull-right.reply {

    position: absolute;

    float: right;

    right: 0;

    top: 0;

}



#comments .comment-content a {

    color: #FF3A3A;

}



#comments .comment-content {

    color: #111;

}



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

    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: #FF3A3A;

}



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

}



.site-navigation.theme_header_design__One .navbar-light {

    padding: 0;

    background: none;

    border-radius: 0px;

}



.blog-sidebar .widget {

    margin-top: 47px;

}



.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 {

    font-size: 15px;

    font-weight: 400;

    padding: 0;

    line-height: 1.67;

    position: relative;

    width: 100%;

    margin-bottom: 10px;

    display: block;

    transition: all 300ms ease;

}



.blog-sidebar .widget ul li:last-child {

    margin-bottom: 0;

}



.blog-sidebar .widget ul li::before {

    display: none;

}



.blog-sidebar .widget ul li a {

    color: #111;

    display: inline-block;

}



.blog-sidebar .widget ul li a:hover {

    color: #FF3A3A;

}



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

    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: 18px;

}



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: #111;

    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: #FF3A3A;

    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: #FF3A3A;

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

}



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

    border-color: #FF3A3A!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: none;

    padding-left: 15px;

}



.post-layout-style2 .single-blog-content .entry-content ol {

    margin-top: 20px;

    margin-bottom: 20px;

    padding-left: 30px;

}



.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; font-weight: 700;

}



.post-layout-style2 .single-blog-content .entry-content h2 {

    font-size: 22px; font-weight: 700 !important;

    margin-bottom: 15px;

    line-height: 1.2;

}



.post-layout-style2 .single-blog-content .entry-content h3 {

    font-size: 23px; font-weight: 700;

    margin-bottom: 15px;

    line-height: 1.2;

    color: #e8f4e8;

}



.post-layout-style2 .single-blog-content .entry-content h4 {

   font-size: 22px;

  font-weight: 700;

    margin-bottom: 15px;

    line-height: 1.2;

    color: #e8f4e8;

}



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

}



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: 500;

    font-size: 20px;

}



.single-blog-content .single-blog-inner .entry-content p a {

    text-decoration: underline;

    display: inline-block;

    color: #FF3A3A;

}



.single-blog-content .single-blog-inner .entry-content .wp-block-tag-cloud a {

    text-decoration: none;

    display: inline-block;

    color: #fff;

    background: #FF3A3A;

}



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:#e8f4e8;

}



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: #FF3A3A;

    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: #FF3A3A;

}



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

}



.wp-block-image figcaption {

    text-align: left;

}



.wp-block-button .wp-block-button__link {

    background-color: #FF3A3A;

    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: #FF3A3A;

}



.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: #FF3A3A !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", "Open Sans", "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: #FF3A3A;

}



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

}



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

}



.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: 600 !important;
line-height: 1.5 !important;
}

.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: rgb(245 242 255 / 50%);

    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: #111;

    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: #111;

    margin-bottom: 0;

    font-weight: 500;

}



.theme_author_Socials a {

    display: inline-block;

    background: #FF3A3A;

    color: #fff;

    width: 32px;

    height: 32px;

    font-size: 18px;

    text-align: center;

    line-height: 32px;

    border-radius: 50%;

    margin-right: 3px;

}



.theme_author_Socials {

    margin-top: 15px;

}



.theme_author_Socials a:hover {

    background: rgb(255 53 36 / 10%);

    color: #FF3A3A;

}





/*** 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: 18px;

    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: rgb(245 242 255 / 50%);

    margin-top: 60px;

    border-radius: 20px;

}



.theme_blog_nav_Title a:hover {

    color: #FF3A3A;

}



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: #FF3A3A;

    color: #fff;

    border-color: #FF3A3A;

}



.main-container .theme-pagination-style ul.page-numbers li i {

    line-height: 38px;

    color: #FF3A3A;

}



.main-container .theme-pagination-style ul.page-numbers li a.page-numbers:hover {

    border: 1px solid #FF3A3A;

    background-color: #FF3A3A;

    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: #FF3A3A!important;

    background: #FF3A3A!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: #FF3A3A;

    color: #fff;

    font-size: 15px;

    font-weight: 600;

    text-align: center;

    letter-spacing: 0.01em;

    padding: 16px 30px;

    border-radius: 4px;

    width: auto;

    border: 0px solid;

}



.error-page .error-body .btn:hover,

.error-page .error-body .btn:focus,

.error-page .error-body .btn:active {

    border: none;

    outline: none;

    box-shadow: none!important;

    background: none;

}



.error-page .error-body .btn:hover {

    background: #000;

}



body.error404 .main-container {

    padding-top: 30px;

    margin-top: 0;

    padding-bottom: 80px;

}



.header-two-right .header-search-box {

    position: relative;

    right: 30px;

    top: 0px;

}



.header-bookmark-btn {

    display: inline-block;

    position: absolute;

    right: 15px;

    margin-left: 0;

    top: 10px;

}





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



body.admin-bar .body-inner-content {

    margin-top: 0px;

}



.widget_calendar,

table,

.wp-block-calendar {

    font-size: 16px;

    line-height: 28px;

    font-weight: 500;

}



.calendar_wrap nav.wp-calendar-nav {

    position: relative;

    top: 10px;

}



.blog-sidebar .widget_categories .cat-item span.post_count {

    width: 30px;

    height: 22px;

    text-align: center;

    color: #fff;

    border-radius: 6px;

    font-size: 12px;

    line-height: 22px;

    position: relative;

    left: 2px;

}



.main-container.blog-spacing {

    padding-top: 0px !important;

    padding-bottom: 50px !important;

}



.widget_rss h3.widget-title a {

    color: #272727;

}



.sticky .post-list-medium-content {

    background: #f8f8f8;

    border-top: 4px solid #FF3A3A!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: #FF3A3A;

}



.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-weight: 400;

  font-size: 16px;

  line-height: 1.6;

    color: #8aaa8a;

    margin: 0 0 20px 0;

}



.single-meta-content h4.post-author-name a {

    text-transform: capitalize;

}



.blog-details-content ul li {

    font-size: 16px;

    line-height: 1.5;

    color: #8aaa8a;

}



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

    border-radius: 5px;

    color: #FF3A3A!important;

    border-color: #FF3A3A;

}



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

  margin-top: 40px !important;

}



.single-blog-content blockquote {

    padding-bottom: 45px!important;

}



.single-blog-content blockquote,

.single-blog-content .blockquote {

    background: rgb(245 242 255 / 50%);

	border-radius: 15px;

	border-bottom: 5px solid #fbe4e9 !important;

}



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: #111;

    line-height: 1.3;

    font-style: normal;

    font-weight: 500;

    font-size: 20px;

}



.post-layout-style2 .single-blog-content .entry-content ol {

    font-size: 18px;

}



.post-layout-style2 .single-blog-content .entry-content ol li {color:#363737;

    line-height: 1.6; font-size: 19px !important;

    margin-bottom: 20px;

    font-weight: 300;

}



.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 {color:#363737;

    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: #FF3A3A!important;

    border: 1px solid #FF3A3A!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: #FF3A3A;

    color: #fff;

    margin-right: 0px;

}



.blog-details-content table th a {

    color: #272727;

}



.blog-post-comment blockquote,

.blog-post-comment .blockquote {

    background: #eee;

}



.blog-post-comment table td {

    font-size: 14px;

    font-weight: 500;

}



.blog-post-comment p.no-comments {

    font-size: 14px;

    clear: both;

    margin-top: 0;

    line-height: 14px;

}



.post_format-post-format-image .blog-details-content figure img {

    border-radius: 10px;

}



.widget_calendar span.pad {

    display: none;

}



.widget_calendar span.wp-calendar-nav-next {

    display: block;

}



.nav-wrapper .mainmenu li ul li ul.sub-menu {

    position: absolute;

    right: 102%;

    top: 0%;

    left: auto;

    opacity: 0!important;

    filter: Alpha(opacity=0)!important;

    visibility: hidden;

}



.nav-wrapper .mainmenu li ul.sub-menu li:hover ul {

    opacity: 1!important;

    visibility: visible!important;

    transform: none!important;

}



.theme-breadcrumb__Wrapper.theme-breacrumb-area {

    margin-top: 10px;

}



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

    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: #FF3A3A;

    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: #FF3A3A;

}



.home-tag-widgett .tagcloud a:hover {

    background: #FF3A3A!important;

    color: #fff!important;

    border-color: #FF3A3A!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: 0 !important;

    padding-right: 0px;

    padding-bottom: 0 !important;

    padding-left: 0px;

}



body.page .theme-page-spacing .entry-content ul {

    margin-top: 20px;

    margin-bottom: 20px;

    list-style: none;

    padding-left: 20px;

}



body.page .theme-page-spacing .entry-content ul li {

    color: #363737;padding-left: 20px;

	background:url(../../assets/images/bullet-green.png) no-repeat 0 7px;

	

	font-size: 20px; 

  line-height: 1.5;

  color: #363737;

  margin: 0 0 15px 0;

  

}



body.page .theme-page-spacing .entry-content ul li::marker {

    color: #FF3A3A;

}



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: 18px;

}



body.page .theme-page-spacing .entry-content ol li {

    line-height: 1.5;

    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: 20px;

    line-height: 1.5;

    color: #363737;

    margin: 0 0 15px 0; font-weight: 300;

	letter-spacing: -.012px;

}



body.page .theme-page-spacing .entry-content h1 {

    margin-bottom: 15px;

    line-height: 1.2;

    font-size: 35px;

}



body.page .theme-page-spacing .entry-content h2 {

  font-size: 25px;

  margin-bottom: 15px;

  line-height: 1.2;

  font-weight: 700;

}



body.page .theme-page-spacing .entry-content h3 {

    font-size: 20px;

    margin-bottom: 15px;

    line-height: 1.2;

    color: #272727; font-weight: 600;

}



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: rgb(245 242 255 / 50%);

}



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: #FF3A3A;

    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: #FF3A3A;

}



body.page .theme-page-spacing .entry-content blockquote p {

    color: #111;

    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: #FF3A3A;

}



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: #FF3A3A;

    color: #fff;

    border-color: #FF3A3A;

    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: 0px !important;

    padding-right: 0px;

    padding-bottom: 0px !important;

    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: 0 !important;

    padding-right: 0px;

    padding-bottom: 50px !important;

    padding-left: 0px;

}



.post-password-form input[type='submit']:hover {

    background-color: #363737;

    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: #FF3A3A;

    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: #FF3A3A;

    border-radius: 50%;

}



.blog-sidebar .widget_block li.wp-block-latest-comments__comment a {

    color: #111;

    display: inline-block;

}



.blog-sidebar .widget_block li.wp-block-latest-comments__comment .wp-block-latest-comments__comment-author {

    font-weight: bold;

    font-size: 14px;

}



.blog-sidebar .widget_block li.wp-block-latest-comments__comment::last-child {

    margin-bottom: 0;

}



.widget.widget_block .wp-block-group__inner-container h2 {

    padding-bottom: 0px;

    position: relative;

    font-weight: 500;

    font-size: 24px;

    color: #111;

    padding-left: 0;

    letter-spacing: 0;

    border-bottom: 0px solid;

    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: #FF3A3A;

}



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

    position: relative;

    font-weight: 500;

    font-size: 24px;

    color: #111;

    padding-left: 0;

    letter-spacing: 0;

    margin-bottom: 20px;

    line-height: 1.2;

}



.blog-sidebar .widget_block.widget_search .wp-block-search__button {

    position: relative;

    width: auto;

    font-weight: 400;

    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: #363737!important;

    color: #FFFFFF!important;

    border: 1px solid #363737!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 #FF3A3A;

    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, #FF3A3A, #FF3A3A);

    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), 100% 0;

    background-size: 5px 5px, 5px 5px, 2.5em 2.5em;

    background-repeat: no-repeat;

}





/*** Theme CSS ***/





/*** HEADER ***/



.top-header-area {

    position: relative;

    padding-top: 8px;

    padding-bottom: 8px;

    border-bottom: 1px solid #C4C4C4;

}



.header-weather,

.header-date {

    display: inline-block;

    font-size: 12px;

    line-height: 16px;

    letter-spacing: 0.003em;

    color: #111;

    position: relative;

    padding-left: 22px;

    margin-right: 32px;

}



.header-weather:before {

    position: absolute;

    left: 0;

    top: 0;

    background: url(http://kiante.test/wp-content/uploads/2022/02/weather-icon.svg) no-repeat scroll 0 0;

    content: "";

    width: 16px;

    height: 16px;

}



.header-date:before {

    position: absolute;

    left: 0;

    top: 0;

    background: url(http://kiante.test/wp-content/uploads/2022/02/header-clock.svg) no-repeat scroll 0 0;

    content: "";

    width: 16px;

    height: 16px;

}



.htop_social {

    text-align: right;

}



.htop_social a {

    display: inline-block;

    width: 24px;

    height: 24px;

    background: #111;

    border-radius: 50px;

    text-align: center;

    color: #fff;

    line-height: 24px;

    font-size: 13px;

    margin-left: 15px;

}



.htop_social a:hover {

    background-color: #FF3A3A;

    color: #fff;

}



.nav-menu-wrapper .mainmenu ul {

    margin: 0;text-align: center;

    padding: 0 0 0 35px;

    list-style: none;

}



.nav-menu-wrapper .mainmenu ul li {

    display: inline-block; padding: 0 0px 0 10px;

    position: relative;

}



.nav-menu-wrapper .mainmenu ul li a {
border-radius: 20px;
    display: block;

    color: #3d5c3d; font-weight: 600;

    font-size: 13px !important;

    line-height: 24px;

    padding:3px 10px; border-bottom:0px solid transparent;

}



.nav-menu-wrapper .mainmenu ul li a:hover {

color: #fff;

}

.nav-menu-wrapper .mainmenu ul li.current-menu-item a{ background:#4ade80; color: #06080d;}

.search_form_main {

    display: none;

}



.logo-area {

position: relative;

  padding-top: 13px;

  padding-bottom: 13px;

}






.nav-menu-wrapper .mainmenu {

    padding-left: 10px;

}





/***Post grid 1 ***/



.post-grid-content-one.post-grid-content-two {

    position: relative;

    top: 0;

    padding: 0;

    bottom: inherit;

}



.post-grid-wrapper-two-inner .post-grid-content-two .category-box {

    margin-top: 20px;

}



.post-grid-wrapper-two-inner .post-grid-content-two h2.post-title {

    color: #111;

}



.post-grid-wrapper-two-inner .post-grid-content-two h2.post-title a {

    color: #111;

}



.post-grid-wrapper-two-inner .post-meta-items div.date-box:before {

    color: #111;

}



.post-grid-wrapper-two-inner .post-meta-items div {

    color: #111;

}



.post-grid-wrapper-two-inner .post-meta-items div {

    color: #111;

}



.post-grid-wrapper-two-inner .post_grid_author_img a {

    color: #111;

}


.author-name .post_grid_author_img {
  display: inline-block; min-width:100px;
  margin-right: 15px;
}




/*** Post List one ***/



.post-list-wrapper-one-inner {

    position: relative;

    margin-bottom: 20px;

    display: flex;

}



.post-list-wrapper-one-inner .list-thumbnail-one-wrap {

    width: 94px;

    min-width: 94px;

    overflow: hidden;

    position: relative;

    margin-right: 15px;

}



.post-list-wrapper-one-inner .list-thumbnail-one-wrap a {

    display: block;

    overflow: hidden;

    border-radius: 5px;

}



.post-list-wrapper-one-inner .list-thumbnail-one-wrap a img {

    width: 100%;

    height: 98px;

    object-fit: cover;

    border-radius: 5px;

    transition: 0.5s;

}



.post-list-content-one h2.post-title {

    font-size: 16px;

    line-height: 24px;

    color: #111;

    font-weight: 400;

    letter-spacing: -0.006em;

    margin-bottom: 15px!important;

}



.post-list-content-one h2.post-title a {

    color: #111;

}



.post-list-content-one .post-meta-items {

    display: flex;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    display: -webkit-box;

    display: -ms-flexbox;

    flex-wrap: wrap;

}



.post-list-content-one .post-meta-items div {

    font-size: 14px;

    line-height: 20px;

    color: #111;

    letter-spacing: -0.001em;

    margin-right: 15px;

    position: relative;

}



.post-list-content-one .post-meta-items div a {

    display: inline-block;

    color: #111;

}



.post-list-content-one .post-meta-items div .date-box {

    padding-left: 22px;

}



.post-list-content-one .post-meta-items div.date-box {

    padding-left: 22px;

    position: relative;

}



.post-list-content-one .post-meta-items div.date-box:before {

    position: absolute;

    left: 0;

    top: 0;

    color: #111;

    content: "\eedc";

    font-family: 'IcoFont';

    font-weight: normal;

}





/*** Breaking posts ***/



.breaking-posts-wrapper {

    border: 1px solid #111;

    height: auto;

    position: relative;

    display: block;

    padding-left: 200px;

    padding-top: 10px;

    padding-bottom: 10px;

    border-radius: 4px;

}



.breaking-ttile {

    position: absolute;

    display: inline-block;

    left: 0;

    top: 0;

    background: #111;

    color: #fff;

    font-size: 16px;

    font-weight: 400;

    letter-spacing: -0.006em;

    line-height: 1.50;

    padding: 11px 32px;

}



.breaking-news-post-date {

    display: inline-block;

    position: relative;

    right: 30px;

    float: right;

    top: 0px;

    background: #111;

    color: #FCFCFC;

    border-radius: 2px;

    letter-spacing: 0.003em;

    font-size: 12px;

    padding: 5px 11px;

    line-height: 1.33;

}



.breaking-news-post-title {

    display: inline-block;

}



.breaking-news-post-title a {

    font-size: 14px;

    letter-spacing: -0.001em;

    color: #111;

    font-weight: 400;

    line-height: 1;

}





/** Post small list **/



.smallgrid-thumbnail-one-wrap {

    position: relative;

}



.smallgrid-thumbnail-one-wrap a {

    display: block;

    overflow: hidden;

    border-radius: 5px;

}



.smallgrid-thumbnail-one-wrap a img {

    width: 100%;

    object-fit: cover;

    border-radius: 5px;

    display: block;

    overflow: hidden;

    transition: 0.5s;

}



.post-grid-wrapper-small-inner .post-grid-content-two .post-excerpt-box p {

    color: #111!important;

}



.post-grid-wrapper-small-inner .post-grid-content-two h2.post-title a {

    color: #111;

}



.post-grid-wrapper-small-inner .post-meta-items div {

    color: #111;

}



.post-grid-wrapper-small-inner .post_grid_author_img a {

    color: #111;

}



.post-grid-wrapper-small-inner .post-grid-content-two .category-box {

    display: inline-block;

    margin-top: 15px;

}





/*** Video Popup ***/



.post-play-btn:after {

    content: "\ecaa";

    border-radius: 100%;

    border: 2px solid #fff;

    font-size: 24px;

    line-height: 44px;

    height: 48px;

    width: 48px;

    letter-spacing: -4px;

    margin: 0px;

    position: absolute;

    color: #fff;

    padding-left: 13px;

    cursor: pointer;

    font-family: 'IcoFont';

}



.post-play-btn {

    position: absolute;

    left: 50%;

    top: 50%;

    z-index: 99;

    margin-top: -24px;

    margin-left: -24px;

}



.post-video {

    display: none;

    transition: all 2s linear;

}



.home-grid-twowrap .post-grid-wrapper-one-inner .post-grid-content-one h2.post-title {

    margin-bottom: 15px!important;

}



.post-gridstyle-two .post-grid-wrapper-two-inner {

    margin-bottom: 30px;

}



.post-gridstyle-two .post-grid-wrapper-one-inner .post-grid-content-one h2.post-title {

    margin-bottom: 15px!important;

}



.post-list-small-wrapper {

    position: relative;

    background: #F5F2FF;

    padding: 30px 30px 30px 30px;

    border-radius: 5px;

}



body.page .theme-page-spacing .entry-content .post-list-small-wrapper h3 {

    font-size: 24px;

    color: #111;

    line-height: 1.33;

    font-family: inherit;

    margin-bottom: 12px;

    font-weight: 500;

}



.smallgrid-thumbnail-one-wrap {

    margin-bottom: 10px;

}



.post-grid-wrapper-small-inner .post-grid-content-two .post-excerpt-box p {

    margin-bottom: 15px!important;

}



.post-list-small-wrapper .post-grid-wrapper-one-inner .post-meta-items div.date-box:before {

    color: #111;

}



.post-list-small-wrapper .post-grid-wrapper-one-inner .post-meta-items div {

    margin-right: 20px;

}



.home-custom-social-widget .elementor-widget-container img {

    width: 100%!important;

}



.elementor-widget-wp-widget-tag_cloud h5 {

    position: relative;

    font-family: "SF Pro Display", sans-serif;

    font-weight: 500;

    font-size: 24px!important;

    line-height: 32px!important;

    letter-spacing: -0.1px;

    padding-left: 14px;

    margin-bottom: 32px!important;

}



.elementor-widget-wp-widget-tag_cloud h5:before {

    position: absolute;

    left: 0;

    top: 0;

    width: 4px;

    height: 32px;

    background: #FF3A3A;

    content: "";

}



.video-grid-bottom .post-grid-wrapper-one-inner .post-grid-content-one h2.post-title {

    margin-bottom: 0!important;

}



.big-col-grid .post-grid-wrapper-one-inner .post-meta-items div {

    margin-right: 50px;

}



.theme-subscribe-form {

    position: relative;

}



.theme-subscribe-form input[type="email"] {

    background: #fff;

    width: 365px;

    border: 0px solid;

    display: inline-block;

    text-indent: 25px;

    font-weight: 400;

    color: #b4b4b4;

    padding: 12px 0 12px;

    font-size: 15px;

    border-radius: 4px;

}



.theme-subscribe-form input[type="submit"] {

    position: absolute;

    right: 0;

    top: 0;

    display: inline-block;

    background: #111;

    border: 0px solid;

    color: #fff;

    font-size: 16px;

    border-radius: 4px;

    line-height: 1;

    font-weight: 500;

    box-shadow: none;

    outline: linen;

    padding: 17px 31px 17px;

    cursor: pointer;

    transition: all .4s ease-in;

}



.theme-subscribe-form input[type="submit"]:hover {

    background: #FF3A3A;

}



.subscribe-heading.elementor-widget {

    margin-bottom: 0!important;

}





/*** Footer ***/



.footer-widget.widget ul {

    margin: 0;

    padding: 0;

    list-style: none;

}



.footer-widget.widget ul li {

    display: block;

    line-height: 1.5;

    margin-bottom: 12px;

    font-size: 16px;

}



.footer-widget.widget ul li a {

    display: inline-block;font-size: 13px !important;

  color: #868787 !important;

    font-weight: 400;

}

.footer-widget.widget ul li a:hover{color:#222;}



.theme_footer_Widegts.hav-footer-topp {padding-top: 10px;
border-top: 1px solid #1a2418;
   

    color: #8aaa8a;

}



.footer-top {

    padding-top: 80px;

    padding-bottom: 60px;

}



.footer-widget.widget h4.widget-title {

    font-size: 24px;

    line-height: 1.33;

    letter-spacing: -0.01em;

    color: #fff;

    font-weight: 500;

    font-family: inherit;

    margin-bottom: 15px;

}



.col-lg-3.col-md-6.col-sm-6.footer_two_Widget {

    padding-left: 90px;

}



.col-lg-3.col-md-6.col-sm-6.footer_three_Widget {

    padding-left: 70px;

}



.col-lg-3.col-md-6.col-sm-6.footer_four_Widget {

    padding-left: 55px;

}



h2.footer-logo {

    color: #FCFCFC;

    font-family: inherit;

    font-weight: 500;

    margin-bottom: 22px;

    margin-top: -5px;

    font-size: 38px;

}



.textwidget p {

    color: #FCFCFC;

    font-weight: 400;

}



p.copyright-text {

    color: #fff;font-size: 16px;

    margin: 20px 0;

}



.footer-top {

    border-bottom: 1px solid rgb(255 255 255 / 10%);

}





/*** Single Post ***/



.post-featured-image img {

    position: relative;

    border-radius: 0px;

    margin-bottom: 0px;

	height: 100%;

  object-fit: cover;

  min-height: 360px;

}



.blog-post-cat.sblog_catt_design {

    display: inline-block;

    margin-bottom: 5px;

}



.blog-post-cat.sblog_catt_design a {

    font-size: 14px;

    line-height: 16px;

    font-weight: 400;

    color: #000;

    padding:0 !important;

    border-radius: 0px;

   letter-spacing: .2px;

}



h1.post-title.single_blog_inner__Title {

    font-size: 35px;font-weight: 500;

    line-height: 1.3;

    letter-spacing: -0.015em;

    margin-bottom: 10px;

}



.single-meta-left-infos {

    display: flex;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    display: -webkit-box;

    display: -ms-flexbox;

    flex-wrap: wrap;

}



.single-meta-left-infos div {

    font-size: 14px;margin-bottom: 0 !important;

    line-height: 20px;display: inline;

    color: #111;

    letter-spacing: -0.001em;

    margin-right: 10px;

    position: relative;

}



.single-meta-left-infos .post_grid_author_img img {

    width: 20px;

    height: 20px;

    display: inline-block;

    border-radius: 50%;

    margin-right: 10px;

}



.post-excerpt-box p {

  line-height: 1.1 !important;

  margin-bottom: 20px;

}



.post-excerpt-box p {

  margin-bottom: 10px;

  font-size: 14px !important;

  line-height: 20px !important;

  color: #8aaa8a;

}



.single-meta-left-infos .post_grid_author_img a {

    display: inline-block;

    color: #111;

}



.single-meta-left-infos div.date-box {

    padding-left: 0;

}



.single-meta-left-infos div.date-box:before {

    position: absolute; display:none;

    left: 0;

    top: 0;

    color: #111;

    font-family: 'IcoFont';

    content: "\eedc";

    font-size: 20px;

    font-weight: normal;

}



.single-top-meta-wrapper {

    margin-bottom: 25px;

}



.single-meta-left-infos .post_grid_author_img {

    margin-right: 0!important;

}



.theme-blog-full-thumb img,

.blog-inner-thumbnail-custom img {

    border-radius: 5px!important;

}



.blog-details-content .wp-block-columns {

    margin-top: 31px;

    margin-bottom: 31px;

}



.blog-details-content .wp-block-columns figure.blog-inner-thumbnail-custom {

    margin-bottom: 0;

}



.blog-details-content figure .theme-blog-full-thumb {

    margin-top: 35px;

    margin-bottom: 35px;

}





/*** Blog & Category Page ***/



.blog-spacing .main-content-inner.category-layout-one .post-block-wrapper-latest {

    margin-bottom: 80px;

}



.blog-spacing .main-content-inner.category-layout-one .post-block-wrapper-latest:last-child {

    margin-bottom: 0px;

}



.blog-block-latest-single-item .latest-post-thumbnail-wrap a {

    display: block;

    overflow: hidden;

    position: relative;

}



.blog-block-latest-single-item .latest-post-thumbnail-wrap img {

    height: 470px;

    width: 100%;

    display: block;

    object-fit: cover;

    object-position: inherit;

    border-radius: 5px;

}



.theme-layout-mainn .latest-post-thumbnail-wrap {

    margin-bottom: 30px;

}



.cat-page-spacing .latest-post-thumbnail-wrap img {

    margin-bottom: 30px;

}



.latest-post-block-content .category-box {

    display: inline-block;

    margin-bottom: 15px;

}



.latest-post-block-content .category-box a, .post-categories .cat-badge {
background: rgba(240,192,64,0.12);
   
    font-size: 13px;

    line-height: 16px;

    font-weight: 400;

    color: #f0c040;

    padding:3px 7px;

    border-radius: 3px;

    letter-spacing: 0.003em;

}

.post-categories {
  margin-bottom: 15px;
}



.blog-block-latest-single-item .latest-post-block-content h3.post-title, #posts-grid .grid-item .post-content h3 a {

    font-size:15px;

    line-height: 1.3;

    letter-spacing: 0.2px;

    margin-bottom: 0px;

    color: #e8f4e8;

    position: relative;

    word-break: break-word;

}



.blog-block-latest-single-item .latest-post-block-content h3.post-title a {

    color: #e8f4e8;

}



.post-read-btn {

    display: inline-block;

    margin-top: 20px;

}



.post-read-btn a {

    background: #363737;

    color: #fff;

    display: inline-block;

    border-radius: 50px;

    padding: 15px 25px;

    font-size: 15px;

    letter-spacing: -0.006em;

    line-height: 1;

}



.post-read-btn a:hover {

    background: #FF3A3A;

    color: #fff;

}



.theme-breadcrumb__Wrapper.theme-breacrumb-area {

    margin-top: 0px;

}



.theme-breadcrumb__Wrapper.theme-breacrumb-area .container {

    background: transparent;

    border-radius: 5px;

    max-width: 1170px;

    padding-top: 50px;

    padding-bottom: 50px;

    padding-left: 0;

}



h1.theme-breacrumb-title {

    font-size: 38px;

    margin: 0;

    font-weight: 400;

    padding: 0;

    line-height: 1;

}



.cat-page-spacing .main-content-inner.category-layout-one .post-block-wrapper-latest {

    margin-bottom: 80px;

}



.cat-page-spacing .main-content-inner.category-layout-one .post-block-wrapper-latest:last-child {

    margin-bottom: 0px;

}



.cat-page-spacing .main-content-inner.category-layout-one .post-block-wrapper-latest {

    margin-bottom: 75px;

}



.widget.widget_elior_recent_post {

    position: relative;

}





/*** Responsive Nav ***/



div.slicknav_menu {

    background: transparent;

    text-align: right;

    font-size: 15px;

    padding: 5px 15px 5px 15px;

}



.slicknav_menu .slicknav_menutxt {

    font-weight: 400;

}



.slicknav_btn {

    float: none;

    display: inline-block;

}



ul.slicknav_nav {

    background: #363737;

    text-align: left;

    position: relative;

    top: -70px;

}



.slicknav_nav li {

    border-bottom: 1px solid rgba(255, 255, 255, 0.1);

}



.slicknav_nav li:last-child {

    border-bottom: 0 solid;

}



a.slicknav_btn {

    background: #FF3A3A;

    border-radius: 0;

    margin: 3px 1px 15px;

    position: relative;

    top: -71px;

    right: 9px;

    border-radius: 0px;

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

}



.slicknav_nav a {

    color: #ffffff;

    padding-left: 20px;

}



.slicknav_menu {

    display: none;

}



.slicknav_nav .slicknav_row,

.slicknav_nav a {

    padding: 10px 0px;

    margin: 0px 0px;

    text-transform: capitalize;

    font-size: 15px;

    font-weight: 500;

    color: #fff;

    padding-left: 20px;

}



.slicknav_nav li a:hover {

    background: #000;

    border-radius: 0;

    color: #fff;

}



.slicknav_nav ul {

    margin: 0 0 0 0px;

}



.kiante-responsive-menu {

    position: absolute;

    right: 0;

    top: 0px;

    width: 100%;

    z-index: 999;

}



.slicknav_menu .slicknav_menutxt {

    text-shadow: none;

}



.slicknav_nav .slicknav_row:hover {

    -webkit-border-radius: 0px;

    -moz-border-radius: 0px;

    border-radius: 0;

    background: #000;

    color: #fff;

}



.slicknav_nav .slicknav_arrow {

    font-size: 15px;

    margin: 0;

    position: absolute;

    right: 20px;

}



.slicknav_menu .slicknav_icon {

    float: left;

    width: 25px;

    height: 25px;

    margin: 0;

    border-radius: 0px;

}



.slicknav_menu .slicknav_icon-bar {

    display: block;

    width: 25px;

    height: 4px;

    box-shadow: none;

    top: 3px;

    position: relative;

}



.slicknav_menu .slicknav_menutxt {

    display: none;

}



ul.slicknav_nav li ul.sub-menu li a {

    padding-left: 30px;

}



ul.slicknav_nav li ul.sub-menu li ul.sub-menu li a {

    padding-left: 15px;

}



.slicknav_nav .slicknav_row,

.slicknav_nav a {

    font-size: 15px;

    font-weight: 400;

}



ul.slicknav_nav {

    background: #363737;

}



.slicknav_nav li:hover {

    background: #363737;

}



.slicknav_nav .slicknav_row:hover {

    background: transparent;

}



.slicknav_nav li a:hover {

    background: transparent

}



ul.slicknav_nav li ul.sub-menu li a>a {

    padding-left: 0;

}



ul.slicknav_nav li ul.sub-menu li ul.sub-menu {

    padding-left: 30px;

}



.slicknav_nav li:hover {

    background: #FF3A3A;

}



.slicknav_nav li {

    border-bottom: 1px solid rgba(255, 255, 255, 0.1);

}



.slicknav_nav li:last-child {

    border-bottom: 0 solid;

}



.logo.theme-logo img {

    max-width: 210px;

}



.wp-block-search .wp-block-search__label {

    margin-bottom: 35px;

}



.sidebar.blog-sidebar {

    padding-left: 30px;

}



.blog-sidebar .widget.widget_block h1,

.blog-sidebar .widget.widget_block h2,

.blog-sidebar .widget.widget_block h3,

.blog-sidebar .widget.widget_block h4,

.blog-sidebar .widget.widget_block h5,

.blog-sidebar .widget.widget_block h6 {

    margin-bottom: 27px;

    font-family: inherit;

    font-weight: 500;

}



.theme-csutom-catlist h5 {

    color: #363737;

    font-family: "SF Pro Display", Sans-serif;

    font-size: 24px!important;

    font-weight: 500;

    line-height: 32px!important;

    letter-spacing: -0.1px;

    margin-bottom: 27px!important;

    padding-left: 14px;

    position: relative;

}



.theme-csutom-catlist h5:before {

    position: absolute; 

    left: 0;

    top: 0;

    background: #FF3A3A;

    height: 32px;

    width: 4px;

    content: "";

}



.theme-csutom-catlist ul {

    margin: 0!important;

    padding: 0!important;

    list-style: none!important;

}



.theme-csutom-catlist ul li {

    font-size: 16px!important;

    margin-bottom: 10px;

}



.theme-csutom-catlist ul li:last-child {

    margin-bottom: 0;

}



.theme-csutom-catlist ul li a {

    color: #363737;

}





/*** Back To Top ***/



.backto {

    position: fixed;

    right: 20px;

    bottom: 20px;

    z-index: 10;

    background: #0074e8;

    border-radius: 5px;

    color: #000;

    cursor: pointer;

    height: 24px;

    text-align: center;

    width: 24px;

    -webkit-transition: all .3s;

    -o-transition: all .3s;

    transition: all .3s;

    display: none;

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

}



.backto:hover {

    background: #363737!important;

    color: #FFFFFF;

}



.backto:hover a {

    color: #FFFFFF;

}



.backto a {

    color: #000;

    font-size: 24px;

    line-height: 1.94;

}





/*----------------------------------------

  ## Search Popup

----------------------------------------*/



.search-popup.active .search-form {

    visibility: visible;

    opacity: 1;

}



.search-popup .search-form {

    min-width: 500px;

    position: absolute;

    position: fixed;

    top: 50%;

    left: 50%;

    visibility: hidden;

    -webkit-transition: all 0.4s ease-in;

    transition: all 0.4s ease-in;

    opacity: 0;

    -webkit-transform: translate(-50%, -50%);

    transform: translate(-50%, -50%);

    z-index: 999;

}



.search-popup .search-form .form-group .form-control,

.search-popup .search-form .search-input {

    border: none;

    border-top-right-radius: 5px;

    border-bottom-right-radius: 5px;

    height: 54px;

    line-height: 54px;

    padding: 0 100px 0 30px;

    font-size: 18px;

    border-radius: 0;

    width: 100%;

}



.search-popup .search-form .form-group .form-control,

.search-popup .search-form .search-input {

    border: none;

    outline: none;

    box-shadow: none;

    border-radius: 5px 5px 5px 5px;

}



.search-popup .search-form .submit-btn {

    position: absolute;

    right: 0px;

    top: 0;

    width: 60px;

    height: 54px;

    border: 0;

    border-radius: 0 5px 5px 0;

    background: #FF3A3A;

    color: #fff;

    -webkit-transition: all 0.4s ease-in;

    transition: all 0.4s ease-in;

    padding: 0;

    text-align: center;

    cursor: pointer;

    z-index: 1;

}



.search-popup .search-form .submit-btn:hover {

    background: #ff756b;

}



.search-popup .search-form .submit-btn:focus,

.search-popup .search-form .submit-btn:active,

.search-popup .search-form .submit-btn:hover,

.search-popup .search-form .submit-btn:focus-visible {

    border: none;

    outline: none;

    box-shadow: none;

    border-radius: 0px 5px 5px 0px!important;

}



.body-overlay {

    position: fixed;

    width: 100%;

    height: 100%;

    display: block;

    background-color: #000;

    z-index: 999;

    content: "";

    right: 0;

    top: 0;

    visibility: hidden;

    opacity: 0;

    -webkit-transition: all 0.4s ease-in;

    transition: all 0.4s ease-in;

    cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVBAMAAABbObilAAAAMFBMVEVMaXH////////////////////////////////////////////////////////////6w4mEAAAAD3RSTlMAlAX+BKLcA5+b6hJ7foD4ZP1OAAAAkUlEQVR4XkWPoQ3CUBQAL4SktoKAbCUjgAKLJZ2ABYosngTJCHSD6joUI6BZgqSoB/+Shqde7sS9x3OGk81fdO+texMtRVTia+TsQtHEUJLdohJfgNNPJHyEJPZTsWLoxShqsWITazEwqePAn69Sw2TUxk1+euPis3EwaXy8RMHSZBIlRcKKnC5hRctjMf57/wJbBlAIs9k1BAAAAABJRU5ErkJggg==), progress;

    -webkit-backdrop-filter: blur(5px);

    backdrop-filter: blur(5px);

}



.body-overlay.active {

    visibility: visible;

    opacity: 0.8;

}



a.search-box-btn {

    display: inline-block;

    color: #363737;

}



a.search-box-btn:hover,

a.search-box-btn:hover i {

    color: #FF3A3A;

}



a.navSidebar-button {

    display: inline-block;

}



a.navSidebar-button:hover i {

    color: #FF3A3A;

}



.search-popup .search-form .submit-btn:focus,

.search-popup .search-form .submit-btn:active {

    border: none;

    outline: none;

    border-radius: 0;

}





/*===============================

 	  Preloader

================================*/



#preloader {

    position: fixed;

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    background-color: #FF3A3A;

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

    }

}



.post-grid-wrapper-two-inner .post-meta-items div.post-comment-box:before {

    position: absolute;

    left: 0;

    top: 2px;

    background: url(http://kiante.test/wp-content/uploads/2022/03/comment-icon.svg) no-repeat scroll 0 0;

    content: "";

    width: 16px;

    height: 16px;

}



.post-grid-wrapper-two-inner .post-meta-items div.post-comment-box a {

    color: #363737;

}



.post-grid-wrapper-two-inner .post-meta-items div.post-comment-box {

    padding-left: 30px;

}





/*** Dropdown Navigation ***/



.nav-menu-wrapper-two .mainmenu li ul.sub-menu {

    position: absolute;

    left: 0;

    top: 40px;

    z-index: 100;

    padding: 16px 28px 16px 28px;

    background: #fff;

    min-width: 220px;

    text-align: left;

    opacity: 0;

    visibility: hidden;

    -webkit-transform: translateY(-15px);

    -ms-transform: translateY(-15px);

    transform: translateY(-15px);

    -webkit-transition: all 500ms ease;

    -o-transition: all 500ms ease;

    transition: all 500ms ease;

    border-radius: 0px;

    border: 0px solid;

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

    border-radius: 5px;

}



.nav-menu-wrapper-two .mainmenu li ul.sub-menu li {

    display: block;

    position: relative;

    padding: 10px 0px;

}



.nav-menu-wrapper-two li ul.sub-menu li a {

    display: inline-block;

    font-size: 16px;

    font-weight: 700;

    color: #363737;

    padding: 0px 0px;

    line-height: 1.2;

    position: relative;

    z-index: 1;

    -webkit-box-shadow: none;

    box-shadow: none;

    -webkit-transition: all 300ms ease;

    -o-transition: all 300ms ease;

    transition: all 300ms ease;

    border-radius: 0px;

}



.nav-menu-wrapper-two .mainmenu li ul.sub-menu li a:hover {

    color: #FF3A3A;

}



.nav-menu-wrapper-two .mainmenu li ul.sub-menu li:first-child a {

    padding-left: 0px;

}



.nav-menu-wrapper-two .mainmenu li ul.sub-menu li:last-child a {

    padding-right: 0px;

}



.nav-menu-wrapper-two .mainmenu li:hover ul.sub-menu {

    opacity: 1;

    visibility: visible;

    -webkit-transform: scale(1) translateY(0px);

    -ms-transform: scale(1) translateY(0px);

    transform: scale(1) translateY(0px);

}



.nav-menu-wrapper-two .mainmenu li ul li ul.sub-menu {

    position: absolute;

    right: 118%;

    top: 0%;

    left: auto;

    opacity: 0!important;

    filter: Alpha(opacity=0)!important;

    visibility: hidden;

    min-width: 225px;

}



.nav-menu-wrapper-two .mainmenu li ul.sub-menu li:hover ul {

    opacity: 1!important;

    visibility: visible!important;

    transform: none!important;

}



.nav-menu-wrapper-two .mainmenu li ul.sub-menu {

    top: 115%;

}



.nav-menu-wrapper-two .mainmenu ul>li.menu-item-has-children>a:after {

    content: "\ea4e";

    color: #878787;

    font-family: 'remixicon' !important;

    padding-left: 0px;

    opacity: 1;

    font-weight: normal;

    position: relative;

    top: 3px;

    font-size: 16px;

    left: -1px;

    vertical-align: 0;

    margin-left: 0;

    border: 0;

}



.post-gridstyle-two .post-grid-wrapper-one-inner .post-grid-content-one h2.post-title:hover a,

.post-list-content-one h2.post-title a:hover,

.theme-csutom-catlist ul li a:hover,

.blog-block-latest-single-item .latest-post-block-content h3.post-title a:hover {

    color: #4ade80;

}



.footer-widget.widget ul li a:hover {

    color: #fff;

    opacity: .8;

}





/*** Slider Main ***/



.theme_post_grid__Slider.theme-main-slider {

    position: relative;

    overflow: visible;

}



.blog-post-slide-item {

    position: relative;

}



.blog-post-slide-wrap {

    background-position: left top;

    background-repeat: no-repeat;

    background-size: cover;

    background-attachment: scroll;

    position: relative;

    max-width: 100%;

    margin: 0 0 0 auto;

    border-radius: 10px;

    height: 570px;

}



.blog-post-slide-content {

    position: absolute;

    bottom: 0;

    left: 0;

    width: 100%;

    display: inline-block;

}



.blog-post-slide-content-inner {

    padding-bottom: 40px;

    padding-left: 40px;

    padding-right: 40px;

    padding-top: 10px;

    position: relative;

    z-index: 99;

}



.blog-post-slide-item.slick-slide.slick-current.slick-active {

    padding-bottom: 0px;

    margin-bottom: 0px;

}



body.page .theme-page-spacing .entry-content .blog-post-slide-content h2.post-title {

    text-align: left;

    font-size: 40px;

    line-height: 1.40;

    font-weight: 400;

    margin-bottom: 12px!important;

    max-width: 80%;

}



body.page .theme-page-spacing .entry-content .blog-post-slide-content h2.post-title a {

    color: #fff;

    transition: all .4s ease-in;

}



body.page .theme-page-spacing .entry-content .blog-post-slide-content h2.post-title a:hover {

    color: #fff;

}



.author-name a {

    display: inline-block;

}



.blog-post-slide-content .post-meta-items {

    display: flex;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    display: -webkit-box;

    display: -ms-flexbox;

    flex-wrap: wrap;

    text-align: left;

    display: block;

    margin-bottom: 0px;

}



.blog-post-slide-content .post-meta-items div {

    font-size: 14px;

    font-weight: 400;

    line-height: 1;

    color: #fff;

    position: relative;

    margin-right: 35px;

    padding-right: 0;

    display: inline-block;

}



.blog-post-slide-content .post-meta-items div a {

    color: #fff;

    font-size: 15px;

    font-weight: 400;

}



.blog-post-slide-content .post-meta-items div a:hover {

    color: #FF3A3A;

}



.blog-post-slide-content .category-box {

    margin-bottom: 18px;

    display: inline-block;

    position: relative;

    background: #fff;

    border-radius: 4px;

}



.blog-post-slide-content .category-box a {

    display: inline-block;

    padding: 8px 12px;

    font-weight: 400;

    font-size: 14px;

    font-weight: 400;

    line-height: 1;

    border-radius: 3px;

    color: #fff;

}



.blog-post-slide-content .post-meta-items .author-name img {

    width: 34px;

    height: 34px;

    border-radius: 50%;

    margin-right: 14px;

    display: inline-block;

}



.slide-arrow-left.slick-arrow,

.slide-arrow-right.slick-arrow {

    position: absolute;

    z-index: 10;

    display: inline-block!important;

    margin: 0!important;

    width: auto;

    height: auto;

    line-height: 1;

    background: transparent!important;

    text-align: center;

    color: #fff!important;

    transition: all 0.25s ease-in 0s;

    padding: 0!important;

    cursor: pointer;

    font-family: IcoFont!important;

    opacity: 0;

}



.slide-arrow-left.slick-arrow i,

.slide-arrow-right.slick-arrow i {

    font-size: 44px!important;

    line-height: 1;

    font-style: normal!important;

}



.slide-arrow-right.slick-arrow {

    top: auto;

    right: 30px;

    bottom: 200px;

}



.slide-arrow-left.slick-arrow {

    top: auto;

    left: 30px;

    bottom: 200px;

}



.slide-arrow-left.slick-arrow:hover,

.slide-arrow-right.slick-arrow:hover {

    color: #fff!important;

}



.theme-slider-main-wrap:hover .slide-arrow-right.slick-arrow,

.theme-slider-main-wrap:hover .slide-arrow-left.slick-arrow {

    opacity: 1;

}



.theme-slider-main-wrap .blog-post-slide-item {

    margin: 0 11px;

    overflow: hidden;

    position: relative;

}



.theme-slider-main-wrap .blog-post-slide-content::after {

    position: absolute;

    content: '';

    width: 100%;

    height: 100%;

    left: 0;

    top: 0;

    border-radius: 10px;

    background: -webkit-linear-gradient(180deg, rgba(21, 21, 21, 0) 0%, #151515 100%);

    background: -o-linear-gradient(180deg, rgba(21, 21, 21, 0) 0%, #151515 100%);

    background: linear-gradient(180deg, rgba(21, 21, 21, 0) 0%, #151515 100%);

    -webkit-transition: all 0.4s ease;

    -o-transition: all 0.4s ease;

    transition: all 0.4s ease;

}



.blog-post-slide-content .post-meta-items div.date-box {

    padding-left: 25px;

}



.blog-post-slide-content .post-meta-items div.date-box:before {

    position: absolute;

    left: 0;

    top: 0;

    font-size: 16px;

    color: #fff;

    font-family: 'remixicon' !important;

    content: "\f20f";

}



.blog-post-slide-content .post-meta-items div.comment-box {

    padding-left: 25px;

}



.blog-post-slide-content .post-meta-items div.comment-box:before {

    position: absolute;

    left: 0;

    top: 0;

    font-size: 16px;

    color: #fff;

    font-family: 'remixicon' !important;

    content: "\eb51";

}



.breaking-news-post-title a:hover {

    color: #FF3A3A;

}



.footer-bottom {

    background: #363737;

}



.main-container.blog-spacing {

    padding-top: 0px !important;

    padding-bottom: 50px !important;

}



.single-one-bwrap {

    padding-top: 0px;

    padding-bottom: 100px;

}



body.page .main-container {

    padding-top: 100px;

    padding-bottom: 100px;

}



body.page .theme-page-spacing .entry-content blockquote p {

    font-weight: 500;

}



blockquote::before,

.blockquote::before {

    content: "\efcd";

    top: 5px;

    font-family: 'IcoFont' !important;

    font-size: 48px;

    line-height: 1;

}



.not-found form button:before {

    margin-top: -7px;

    margin-right: -7.5px;

    font-family: 'IcoFont';

    color: #fff;

    content: "\ed11";

    line-height: 1;

}



.post-list-small-wrapper .small-arrow-left {

    display: inline-block;

    position: absolute;

    background: transparent;

    top: -40px;

    font-size: 25px;

    right: 25px;

    line-height: 1;

    color: #FF3A3A;

    cursor: pointer;

}



.post-list-small-wrapper .small-arrow-right {

    display: inline-block;

    position: absolute;

    background: transparent;

    top: -40px;

    font-size: 25px;

    right: 0px;

    line-height: 1;

    color: #FF3A3A;

    cursor: pointer;

}



.post-list-small-wrapper .small-arrow-left i {

    font-style: normal!important;

}



.post-list-small-wrapper .small-arrow-right i {

    font-style: normal!important;

}





/*** New Unit Test ***/



.latest-post-block-content .category-box {

    display: inline-block;

    margin-bottom: 8px;

}



.latest-post-block-content .category-box a {

    margin-right: 5px;

    margin-bottom: 7px;

    display: inline-block;

}



.blog-block-latest-single-item .latest-post-thumbnail-wrap img {

  height: 100% !important;

  display: block;

  object-position: inherit;

  border-radius: 5px;

  object-fit: cover;

  width: 100% !important;

}



.blog-sidebar .widget .widget-title {

    padding-bottom: 0px;

    position: relative;

    font-weight: 500;

    font-size: 24px;

    color: #363737;

    padding-left: 0;

    letter-spacing: 0;

    border-bottom: 0px solid;

    margin-bottom: 20px;

}



.blog-sidebar .widget .widget-title,

.wp-block-search .wp-block-search__label,

.widget.widget_block .wp-block-group__inner-container h2 {

    font-size: 24px;

    line-height: 1.2;

    font-family: inherit;

    font-weight: 500;

}



.sidebar.blog-sidebar .textwidget p {

    color: #363737;

}



.blog-sidebar .widget_search form button {

    line-height: 1;

}



.blog-sidebar .widget_search form button:before {

    position: absolute;

    right: 50%;

    top: 50%;

    font-family: 'IcoFont';

    color: #fff;

    content: "\ed11";

    margin-top: -7px;

    margin-right: -7.5px;

    font-weight: normal;

}



.blog-sidebar .tagcloud a {

    border-color: #363737!important;

    color: #363737!important;

    border: 1px solid;

    letter-spacing: -0.001em;

    display: inline-block;

    font-size: 14px !important;

    padding: 4px 18px!important;

    margin-bottom: 10px;

    border-radius: 4px!important;

    -webkit-border-radius: 4px;

    -ms-border-radius: 36px;

    transition: all ease 500ms;

    line-height: 24px;

    margin-right: 5px;

}



.blog-sidebar .widget_nav_menu .sub-menu li {

    padding-left: 14px;

    position: relative;

}



.blog-sidebar .widget_nav_menu .sub-menu {

    margin-top: 8px;

}



.blog-sidebar .widget_nav_menu .sub-menu li:after {

    position: absolute;

    left: 0;

    top: 6px;

    content: "\ea6e";

    font-family: 'remixicon' !important;

    font-size: 15px;

    font-weight: 400;

    line-height: 1;

}



span.posts-count {

    display: inline-block;

    position: absolute;

    right: 0;

    top: 0;

    background: #FF3A3A;

    width: 30px;

    height: 26px;

    color: #fff;

    text-align: center;

    font-weight: 400;

    font-size: 15px;

    line-height: 26px;

    border-radius: 3px;

}



.blog-sidebar .widget ul li {

    font-size: 16px;

    line-height: 1.67;

}



.blog-sidebar select {

    border: 1px solid #eee;

    height: 42px;

}



.blog-sidebar select#archives-dropdown--1 {

    margin-bottom: 8px;

    margin-top: 8px;

}



.blog-new-layout.theme-layout-mainn .sticky .latest-post-block-content {

    background: #f9f9f9;

    border-top: 5px solid #FF3A3A!important;

    padding-left: 35px;

    padding-top: 35px;

    padding-right: 35px;

    padding-bottom: 30px;

    margin-top: 0px;

}



.blog-block-latest-single-item.sticky .latest-post-block-content h3.post-title:before {

    font-family: IcoFont;

    content: "\f003";

    position: absolute;

    right: -2px;

    z-index: 99;

    top: -54px;

    color: #FF3A3A;

    font-size: 35px;

}



.post-single-custom-meta div a {

    text-transform: capitalize;

}



.is-style-outline .wp-block-button__link {

    background-color: transparent !important;

    font-size: 16px;

    border-radius: 0px;

    color: #FF3A3A!important;

    border-color: #FF3A3A;

}



.blog-details-content ul li {

    margin-bottom: 10px; background:url(../../assets/images/arrow-check.png) no-repeat 0 9px; padding-left: 14px;

    line-height: 1.5;font-weight: 400;

    font-size: 20px;

}



hr {

  margin: 50px 0 40px !important;

}



.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt a,

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta a,

.wp-block-latest-comments__comment-meta a,

.wp-block-latest-posts a,

.wp-block-rss__item-title a {

    color: #363737!important;

    text-decoration: none!important;

}



pre {

    background: #f9f9f9!important;

    padding: 20px!important;

    overflow: auto;

    font-size: 15px !important;

    white-space: pre-wrap !important;

    word-wrap: break-word !important;

    color: #363737!important;

    font-family: "Courier 10 Pitch", Courier, monospace !important;

    margin: 20px 0!important;

}



.blog-details-content table th a {

    color: #363737;

    text-decoration: none!important;

}



.blog-post-comment blockquote,

.blog-post-comment .blockquote {

    background: #fff;

}



#comments .comment-author .says {

    display: block;

    line-height: 1.5;

}



#comments .comments-list .comment-author cite.fn {

    display: none;

}



.comments-list img.comment-avatar {

    float: left;

}



.theme_related_posts_Wrapper {

    margin-top: 60px;

}



.theme_related_post_Grid .post-grid-wrapper-one-inner .post-grid-content-one h2.post-title {

    font-size: 24px;

    margin-top: 15px;

    line-height: 1.2;

}



.theme_related_post_Grid .post-grid-wrapper-one-inner .grid-thumbnail-one-wrap img {

    height: 160px;

}



@media (min-width: 1400px) {

    .single-one-bwrap {

        min-height: 730px;

    }

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

    }

	

    .main-container.blog-spacing,

    .main-container.cat-page-spacing {

        min-height: 585px;

    }

	

    body.error404 .main-container {

        min-height: 725px;

    }

}





@media (min-width: 2110px) {

    .single-one-bwrap {

        min-height: 800px;

    }

	.main-container.blog-spacing,

    .main-container.cat-page-spacing {

        min-height: 790px;

    }

    body.error404 .main-container {

        min-height: auto;

    }

	

}



@media (min-width: 2111px) and (max-width: 2300px) {

    .single-one-bwrap {

        min-height: 800px;

    }

	.main-container.blog-spacing,

    .main-container.cat-page-spacing {

        min-height: 790px;

    }

    body.error404 .main-container {

        min-height: 740px;

    }

	

}



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

	

	body.error404 .main-container {

        min-height: 870px;

    }

	

}



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



	body.error404 .main-container {

        min-height: 720px;

    }

	

}



@media (min-width: 2600px) {

    .single-one-bwrap {

        min-height: 1024px;

    }

	.main-container.blog-spacing,

    .main-container.cat-page-spacing {

        min-height: 790px;

    }

    body.error404 .main-container {

        min-height: 950px;

    }

}



@media (min-width: 2800px) {

    .single-one-bwrap {

        min-height: 1140px;

    }

	.main-container.blog-spacing,

    .main-container.cat-page-spacing {

        min-height: 890px;

    }

    body.error404 .main-container {

        min-height: 1100px;

    }

}



@media (min-width: 3200px) {

    .single-one-bwrap {

        min-height: 1220px;

    }

	.main-container.blog-spacing,

    .main-container.cat-page-spacing {

        min-height: 1090px;

    }

    body.error404 .main-container {

        min-height: 1280px;

    }

}



.error-btn-custom {

    margin-top: 40px;

    display: inline-block;

    background: #FF3A3A;

    font-weight: 500;

    text-align: center;

    width: auto;

    border: 0px solid;

    color: #fff;

    border-radius: 5px;

    padding: 16px 22px;

    font-size: 15px;

    letter-spacing: -0.006em;

    line-height: 1;

}



.error-btn-custom:hover {

	background: #363737;

	color: #fff;

}



.error-page .error-code {

    margin-bottom: 35px;

}



.blog-post-comment .comment-respond .comment-form .btn-comments:hover {

	background: #363737;

	color: #fff;

}



.error-page .error-code {

    font-size: 135px;

	color: #363737;

}

.category-date ul li {

  display: inline;

  font-size: 13px !important;

  position: relative;

}

.category-date ul li {

  display: inline;

  font-size: 13px !important;

  position: relative;

}



.logo.theme-logo {

  text-align: center;

}



#big-post{ position:relative; background:#fff; border-radius: 0; padding: 30px; margin-bottom: 30px; border-bottom: 1px solid #e6e6e6;}  

.latest-post-thumbnail-wrap img { border-radius: 10px; display: block; width: 100%; object-fit: cover; height: 330px;}

#big-post .top-post-wpr .post-excerpt-box p { line-height: 1.6 !important; font-size: 16px !important; margin: 0 !important;color: #5d5b59;}

#big-post h3 { font-size: 38px; color: rgb(23, 23, 23); line-height: 1.1;}

#big-post h3 a{color: #363737; font-size: 30px; line-height: 38px;}



.surbox .blue { font-size: 60px; font-weight: 700; display: block; text-align: center; color:#6549f3 !important;}

.surbox p{ text-align:center;}

.fourboxwpr{ position:relative; padding:30px 0;}

.fourboxwpr .icon { float: left;margin-right: 15px; max-width: 50px; width:100%;}

#outerwpr{ background:#f0f0fc; padding: 50px 0;}

.surveybox { margin-bottom: 50px;}

#outerwpr .boxicon p { line-height: 1.3;float: left; font-size: 20px; font-weight: 600; color: #182030; padding-top: 10px;}

.fourboxwpr .row { margin-bottom: 20px;}

.group:after{content:"";display:table;clear:both;}

#recent-post-wpr .pt-cv-thumbnail { height: 220px !important; object-fit: cover; border-radius: 0 0 60px;}

#recent-post-wpr { position: relative; padding: 50px 0;}

#recent-post-wpr h3 a{color:#212121; font-size: 26px; margin-top: 35px; line-height: 1.2;}

#recent-post-wpr .pt-cv-meta-fields { position: absolute; bottom: 66px; left: 0;}





#sidebar .recent-post-blog-item { display: inline-table; width: 49%;  padding: 0 5px;}

#sidebar .recent-postthumb img { border-radius: 7px; display: block; margin-bottom: 10px;}

#sidebar .recent-post-list-inner h3 a{color:#000;}

#sidebar .recent-post-list-inner h3 { font-size: 18px !important; line-height: 1.2; font-weight: 500; background:transparent; text-align: left; padding:0;border-radius: 0px;}

#sidebar .recent-post-blog-item p{ display:none !important; }

#sidebar h3 { font-size: 25px; background: #f1f1f1; padding: 10px 15px; border-radius: 5px; font-weight: 600;}

.nav-menu-wrapper { float: right;}

#ez-toc-container{border: 0 !important;}

div#ez-toc-container ul li{margin-bottom: 7px !important;}

#ez-toc-container a { color: #ff5233 !important;}

#ez-toc-container ul { margin-left: 15px !important; margin-top: 6px;}

#ez-toc-container a:hover { text-decoration: none !important;}

.saboxplugin-desc { width: 76% !important; float: left !important; padding-left: 0 !important; margin-left: 0 !important;}

.saboxplugin-wrap{background: #f8f8f8 !important; border-radius: 10px !important; border-bottom: 5px solid #ccc !important;}

.prod-image { margin-top: 20px !important; margin-bottom: 20px !important;}

.breadcrumb-container.theme1 li:last-child a { color: #888 !important;}

.breadcrumb-container.theme1 a { font-size: 15px !important;}

#footnav ul li { display: inline-block; margin: 0 15px 15px 0;}

#footnav .footer-widget.widget ul { margin: 0; padding: 0px 0 0 0;}

#main-content .related-post-wpr h3 a { font-size: 20px; font-weight: 700; color: #000; margin-top: 10px; line-height: 1.3;}

#main-content .first-pera p { line-height: 1.6;}

#main-content .first-pera{ margin-bottom: 0px !important;}

#heading-wpr { text-align: center; position: relative; margin-bottom: 50px; background: #f9f9f9; padding: 30px; border-radius: 10px;}

#category-post-wpr .row{ margin-bottom: 50px; }

#category-post-wpr .recent-post-wpr h3 { font-size: 18px; color: #000; position:relative; margin-left: 20px; margin-bottom:7px; font-weight: 400; line-height: 1.3 !important; }

#category-post-wpr .recent-post-wpr h3 a{padding-left: 24px; font-weight: 600; transition: all 0.5s ease;}

#category-post-wpr .recent-post-wpr h3 a:hover{color:#878787;}

.catname { margin-bottom: 30px;}



#category-post-wpr .recent-post-wpr h3:before{content: "»"; font-size: 1.5em; font-weight:700; padding-right: 0.2em; position: absolute; top: -8px;}

#main-content .theme_related_post_Grid h3 a { font-size: 18px; margin-top: 18px; line-height: 1.3; font-weight: 500;}

#main-content div#ez-toc-container .ez-toc-title{ font-weight: 700 !important}

#post-author { margin: 30px 0 0;}

#authopage { margin: 25px 0 30px 0; position: relative; margin-bottom: 50px;}

#authopage .vcard.author { display: none !important;}



.surbox .blue { font-size: 60px; font-weight: 700; display: block; text-align: center; color:#6549f3 !important;}

.surbox p{ text-align:center;}

.fourboxwpr{ position:relative; padding:30px 0;}

.fourboxwpr .icon { float: left;margin-right: 15px; max-width: 50px; width:100%;}

#outerwpr{ background:#f0f0fc; padding: 50px 0;}

.surveybox { margin-bottom: 50px;}



#outerwpr .boxicon p { line-height: 1.3;float: left; font-size: 20px; font-weight: 600; color: #182030; padding-top: 10px;}

.fourboxwpr .row { margin-bottom: 20px;}

.group:after{content:"";display:table;clear:both;}



#outerwpr .boxicon { border: 2px solid #fff; display: block; padding: 20px; border-radius: 20px; box-shadow: inset 0 2px 4px 0 rgba(0,0,0,.05); box-shadow-colored: inset 0 2px 4px 0 var(0 0 #000); }

#post-author .saboxplugin-wrap .saboxplugin-gravatar img { max-width: 100px; height: 100px; border-radius: 0; object-fit: cover; width: 100%;}

.blue-section{ background:transparent; padding: 80px 0; position:relative;}

.post-sec-top {background: #171717; margin-top: -116px; z-index: 999999; position: relative; padding: 0; border-radius: 0 0 100px 0; margin-bottom: 50px; overflow: hidden;}

.post-sec-top .leftbox-wpr{ padding:65px 50px; position:relative; text-align: center;}

.post-sec-top .leftbox-wpr h1{color:#000;}

.post-sec-top .leftbox-wpr .bredbred ul li a{color:#000;}



#bred .breadcrumb-container.theme1 a { color: #a6a6a6 !important; font-size: 13px !important; font-weight: 300 !important;}

#bred .breadcrumb-container li .separator { color: #a6a6a6;}

.date-box1 {font-size: 11px; margin-top: -22px; display: inline-block; margin-left: 0px; color: #8aaa8a !important;text-transform: uppercase;}

.author-name a { display: inline-block; position: relative; top: 0px;color: #e8f4e8; font-size: 12px; text-transform: uppercase;letter-spacing: .2px;}

#category-post-wpr #big-post .row { margin-bottom: 0;}

#recent-post-wpr h4 { font-size: 30px; margin-bottom: 20px;}

#recent-post-wpr h4 a { font-size: 36px;margin-bottom: 20px; color: #212121;}

#big-post .top-post-wpr {  position: relative; width: 100%;padding: 60px 0 0 20px; text-align: center;}

#main-content .category-date{ position:relative; padding:7px 0 0px;}

#main-content .category-date ul li {display: inline-block; margin: 0 5px;color: #5d5b85; font-size: 11px !important; position:relative; text-transform: uppercase;}

#main-content .category-date ul li a{color: #5d5b85 !important;}

#main-content .category-date ul li:last-child::after{ display:none;}

#main-content .category-date ul li::after { background: #a6a6a6; width: 3px; height: 3px;  position: absolute; right: -9px; top: 50%; content: ""; margin-top: -1px;}

body.home #main-content .avatar{ display:none !important;}

#home-post .author-name a { top: 0;}



#main-content .category-date ul li a{color:#5769e7;background: transparent !important;}

#main-content .category-date ul{ margin:0 0 10px 0; padding:0;}

#ez-toc-container a:hover{text-decoration: none !important;}

#bred .breadcrumb-container.theme1 a:first-child { padding-left: 0 !important;}

#main-content img.sab-custom-avatar { max-width: 40px !important; width: 100%; border-radius: 100%; margin-right: 10px;}





#bottom-ctc-box{ position:relative; background:url(../../assets/images/bg-bottom.svg) no-repeat top center; background-size:cover; text-align:center; padding: 50px 0;}

#bottom-ctc-box h4 { font-size: 32px; font-weight: 600; margin-bottom: 17px;}

.menu-main-navigation-container #primary-menu li:first-child a{background: transparent; padding: 10px 0px 9px; border-radius: 0; font-size: 16px; }

.authorboxleft .authorimg { width: 80px; border-radius: 50px; overflow: hidden; height: 80px; object-fit: cover;}

.authorboxleft p{ font-weight: 700; margin: 0 0 7px; font-size: 16px; line-height: 1.2;}

.authorboxleft .position { font-size: 13px; line-height: 18px !important; margin: 0; display: block; color: #212121;}






.authorboxleft { width: 53%; position:relative; margin: 0 auto;}



#authopage .saboxplugin-wrap .saboxplugin-desc p{font-size: 18px !important; line-height: 26px !important;}

#authopage .saboxplugin-wrap .saboxplugin-gravatar img { max-width: 80px; height: 80px; border-radius: 80px; object-fit: cover;}

#authopage .saboxplugin-desc { width: 86% !important;}

.disclaimer { position:relative;padding-bottom: 30px;padding-top: 0;}

.disclaimer p{color:#363737 !important; font-size: 14px !important; line-height: 1.4; }

.disclaimer h5{color:#363737 !important; font-weight: 700; font-size: 16px;}

#heading-section{ position:relative; padding:120px 0 20px; text-align:center;}

#heading-section h1{color:#000;}

#pagecontent{ position:relative; max-width: 730px; margin:0 auto;}

#pagecontent h2{font-size: 26px;}

#pagecontent article { padding: 0px 0; position: relative;}



/*body.home #search-nav { display: block;}

#search-nav { display: none;}*/



#toptwobox { padding: 50px 0; position: relative;}

.punchline-about { width: 90%; padding-top: 50px;}

#toptwobox .punchline-about h1{ margin-bottom: 15px;}

#toptwobox .punchline-about p{ font-size: 22px; line-height: 1.4;}

.Answers-That-Matter { border-radius: 30px 0px 30px 0px; overflow: hidden;}



.left-right-box { position: relative;}

.left-right-box .box { padding: 30px 30px 30px 30px;}

.left-right-box .image1 { border-radius: 30px; overflow: hidden; max-width: 500px; width:100%; text-align:center; display:block;margin: 0 auto;}

.left-right-box .image1 img{ object-fit: cover;}

.left-right-box .row{ margin-bottom: 50px;}



#bottom-ctc-box.ab-page{ position:relative; background:url(../../assets/images/Asking-Portal-platform-bg.webp) no-repeat top center; background-size:cover; text-align:center; padding: 50px 0;}

#bottom-ctc-box.ab-page h4 { font-size: 32px; font-weight: 600; margin-bottom: 17px;}

#page-author { background: #f4f9ff; padding: 30px; max-width: 1050px; margin: 0 auto 50px; border-bottom: 2px solid #cbe2fe; border-radius: 0 0 20px 20px;}

#page-author h4{ font-size: 22px; font-weight: 700;}

#page-author p{ margin-bottom: 5px;}

#page-author .authrimage1 { margin: 0;}

#socialmedia ul {list-style:none; border-bottom: 1px solid #222; width: 50%; margin: 0 auto;padding:0;}

#socialmedia ul li a svg:hover { opacity: 0.5;}

#socialmedia ul li a{ transition: all 0.5s ease;}

#socialmedia ul li{ display:inline-block; background:none; padding:0 2px;}

.footnav h4, .disclaimer h4 { position: relative !important;margin-bottom: 20px;}

.footnav h4:after, .disclaimer h4:after{ background:#222; position:absolute; left:0; bottom:0; width:60%; height:1px; content:"";}

.disclaimer h4:after{ width:100%;}

.footlogo {max-width: 100px; margin: 0 auto 25px;}

.firstbox { text-align: center;}

.footer-widget.widget ul li a:hover{color:#555;}

.authorh1{ display:none !important;}



#main-content .main-content-inner .latest-post-thumbnail-wrap { border-radius:10px;  overflow: hidden;}

#main-content .post-block-wrapper-latest { width: 33%; display: inline-grid; margin-bottom: 30px;position: relative;padding: 0 15px;}

.cat-page-wpr h1{ text-align:center; font-size: 40px;}

body.home .main-container.blog-spacing { padding-bottom: 0 !important; padding-top: 0 !important;}



.pt-cv-page { margin-bottom: 60px !important;}

#category-post-wpr .recent-post-wpr h3{ padding-left: 0 !important; margin-left: 0 !important;}

#category-post-wpr .recent-post-wpr h3 a { padding-left: 0;}

body.home #category-post-wpr .recent-post-wpr h3::before{ display:none;}

/*#main-content .post-block-wrapper-latest:first-child { display: none !important;}*/

#main-content .category-date ul li{ font-size: 15px;}



#top-heading-section { position: relative; text-align: center; padding: 0px 0 50px; max-width: 960px; margin: 0 auto;}

.bottom-content-grey { position: relative; padding: 50px; border-radius: 30px; background: #f9f9f9; margin-bottom: 50px; margin-top: 50px;}

.bottom-content-grey h2 {border-bottom: 1px solid #3254d4; color: #3254d4; margin-bottom: 15px; padding-bottom: 10px;}

.latest-post-thumbnail-wrap { text-align: center;}

.grey-box-dislr { position: relative; background: #f5f5f5; padding: 0; border-radius: 10px; margin-bottom: 20px;}

.grey-box-dislr p{color:#000 !important; padding:10px 20px !important;}

#tocbox { background: #f9f9f9; padding: 30px; border-radius: 10px; margin-bottom: 30px; position: relative;}

#tocbox #ezw_tco-2 .ez-toc-widget-container ul.ez-toc-list li.active { background-color: transparent !important;}

#tocbox ul li { background: none !important; padding-left: 0;}

#main-content ul li, #main-content ol li, #ezw_tco-2 .ez-toc-widget-container ul.ez-toc-list li a{ font-size: 16px !important; line-height: 1.6; color:#e8f4e8; margin-bottom:10px;}  

#bred ol li { font-size: 13px !important;}

.breadcrumb-container.theme1 a{padding: 5px 5px !important;}



#main-content .authorbox-home p { font-size: 12px; color: #868787; margin-bottom: 10px;}

.authorimg-wpr { max-width: 40px; border-radius: 100%; overflow: hidden;}



#navbg { border-top: 1px solid #ebeae8; border-bottom: 1px solid #ebeae8; display: block; position: relative; z-index: 99; padding: 0;}

.group:after{content:"";display:table;clear:both;}

.nav-menu-wrapper { float: none !important;}



#home-post .author-name a, .single-meta-left-infos div.date-box { color: #868787 !important;font-size: 11px !important;}

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

.bottom-footer ul li { display: inline-block !important; margin: 0 5px; font-size: 15px; color:#fff !important; position:relative;}

.bottom-footer ul li:after{content:"."; position:absolute; right: -6px; top: -3px; width:1px; height:1px; background:#868792;}

.bottom-footer ul li a{font-size: 15px; color:#fff !important;}


ol, ul{ padding-left: 25px; margin-bottom: 15px;}
.copyright-text { display: inline-block;color:#fff !important; font-size: 13px;}

#nav_menu-2 { display: inline-block;}

#search-nav div.tnp-subscription{display: block;margin: 0 0 20px 0; max-width: 500px;  width: 100%;}

#search-nav .tnp-field.tnp-field-button { display: inline-block;}

#search-nav .tnp-field.tnp-field-email { width: 70%; display: inline-flex; border: 1px solid #000; border-radius: 10px 0 0 10px; overflow: hidden;}

#search-nav .tnp-submit { cursor: pointer;}

#search-nav .tnp-subscription input.tnp-submit{border-radius: 0 10px 10px 0px; border: 1px solid #000;}

#search-nav label { display: none !important;}



#contactform { position: relative; margin: 0 auto; max-width: 600px;}

#contactform .wpcf7-submit { display: block !important; text-align: center !important; font-size: 20px !important;}



#main-content #pagecontent p, #main-content #pagecontent ul li, #main-content #pagecontent ol li{ font-size:16px !important; font-weight: 400; margin-bottom: 20px; color:#8aaa8a;line-height: 1.6;}

#post-sec-top .container { max-width: 760px; margin: 0 auto; position: relative;}

.post-featured-image { border-radius: 10px; overflow: hidden; margin-bottom: 30px; margin-top: 20px; display: block; position: relative; text-align: center;}

#post-sec-top { padding: 100px 0; position: relative;}

#post-sec-top h1{ padding-bottom: 7px; margin-bottom: 7px;
  font-size: clamp(2.6rem, 5.5vw, 4.2rem);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.15;
  background: linear-gradient(135deg, #e8f4e8 55%, #4ade80);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

#heading-section h1 { padding-bottom: 7px; margin-bottom: 7px;
  font-size: clamp(1.9rem, 4vw, 2.75rem);
  letter-spacing: -0.035em;
  line-height: 1.15;
  background: linear-gradient(135deg, #e8f4e8 55%, #4ade80);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; font-weight: 600 !important;
}





#post-sec-top .blockquote em, #post-sec-top .blockquote p, #post-sec-top .blockquote p em { font-weight: 500 !important; font-size: 20px !important; line-height: 1.5 !important; margin-bottom:0; color: #333;}

.icon-social img { max-width: 20px !important; margin: 0 2px 2px !important;}

.blog-post-cat a { color:#a6a6a6 !important; text-transform: uppercase; margin-bottom: 0px !important;}

#big-post .top-post-wpr .avatar.avatar-21.photo.sab-custom-avatar { display: none;}

#post-sec-top h3, #pagecontent h3{color:#4ade80; font-size: 16px;}
#post-sec-top h2{font-size: 35px;}
#pagecontent h2{color:#e8f4e8; font-size: 22px;}
#pagecontent strong{color:#e8f4e8;}

#accordion h3 { font-size: 20px; font-weight:600; color:#001e43; padding: 20px 0px; margin-bottom:0; line-height: 1.2; cursor: pointer; /*box-shadow: 0px 18px 20px 1px rgba(0,0,0,0.15);border-radius: 3px;*/}

#accordion ul li{ background: url(../images/black-dot.png) no-repeat 0 8px; margin-bottom: 15px; padding-left: 15px; font-size: 16px; line-height: 1.5;}

.ui-icon{width:25px;height:26px;display:inline-block;vertical-align:middle;margin-top:-5px;position:relative;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat;float:right;-webkit-transition:-webkit-transform .2s ease-in-out;transition:-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out,-webkit-transform .2s ease-in-out}.nums{font-weight:700;color:#0c64b3;}.ui-icon,.ui-widget-content .ui-icon{background-position:0 -31px;background-image:url(../../assets/images/plu-minus.png);background-repeat:no-repeat}.ui-state-active .ui-icon,.ui-button:active .ui-icon{background:url(../images/plu-minus.png);background-position:0 4px;background-repeat:no-repeat}.section4 #accordion h3{font-size:18px;line-height:23px;margin-bottom:0;font-weight:700;display:block;background:#f9f9f9;color:#171717;text-align:left;padding:20px 16px;cursor:poMatter;border-bottom:1px solid rgba(0,0,0,0.12);position:relative}.section4 #accordion h3:before{background:none}.ui-accordion-content{padding:10px 0;background:transparent;}

#accordion h3:focus-visible{ outline: none;}

#accordion .accordion-wrp{border-bottom: 1px solid #e1e5ef;}

.faqs-home { margin: 20px 0 35px; position: relative;}

.faqs-home .ui-accordion-content { padding: 0 0 30px 0; background: transparent;}

.linktext a { color: #999 !important;}

.authorbox-home p strong.linktext a { font-size: 16px !important; color: #333 !important;}



#main-content.catpage .avatar { display: none;}

#main-content.catpage .author-name a { top: 0;}

#main-content.authopage-wpr .avatar { display: none;}

#main-content.authopage-wpr .author-name a { top: 0;}



.author-name { border-bottom: 1px solid #ebeae8; padding-bottom: 15px; margin-bottom: 30px;}

.logo-area .container { max-width: 100%; padding: 0 25px;}

.main-content-inner.category-layout-one.has-fblog { padding: 30px 0; position: relative;}

#main-content.search-page-wpr .author-name img { display: none;}



body.home .author-name{ border:0;}

#homesearch-post .search-box-btn { float: right;}



#newsletter-sidebar .tnp-field.tnp-field-button { display: inline-block; width: 32%;}

#newsletter-sidebar .tnp-field { width: 65%; display: inline-block;}

#newsletter-sidebar #tnp-1 { width: 100%;}

#newsletter-sidebar .tnp-field input[type="submit"] { position: inherit; cursor: pointer;}

#newsletter-sidebar .tnp-field label { display: none;}

#newsletter-sidebar .tnp-subscription input.tnp-submit { border-radius: 0 10px 10px 0px; border: 1px solid #000;}

#newsletter-sidebar .tnp-field.tnp-field-email {display: inline-flex; border: 1px solid #000; border-radius: 10px 0 0 10px; overflow: hidden;}

.tnp-subscription input.tnp-submit{ background-color: #000 !important;}

 .tnp-subscription input[type="submit"]{ font-size: 15px !important;}

.tnp-subscription input[type="email"]{padding: .6em !important;}

 

.table-responsive.table-wpr td { padding: 15px !important;}

 #search-nav .container { padding-top: 30px;}

 

#main-content .single-blog-content h2{ position:relative; text-align:center;display: block; width: 100%;padding-bottom: 0px;margin: 30px 0 15px;}
 

 #cateogry-page-wpr {

  background: #f9f9f9;

  padding: 50px 0 60px;

  position: relative;

  margin-bottom: 50px;

}



#cateogry-page-wpr h1 {

  font-size: 45px;

  font-weight: 700;

  color: #000;

  text-align: center;

  margin-bottom: 25px !important;

}



#cateogry-page-wpr p {

  color: #000 !important;

  text-align: center;

  font-size: 16px !important;

  margin-bottom: 0 !important;

}


#post-sec-top h1 {color:#e8f4e8 !important; text-align: left !important;}
#post-sec-top h2{color: #f7e800 !important; font-size: 35px; text-align: left !important;}

.disclaimer-wpr h3 { font-size: 14px; color: #f1f1f1; margin-bottom: 5px;}
.disclaimer-wpr p{ font-size: 13px !important;}
.copyright p { font-size: 14px;}

#footnav ul{ margin:0; padding:0;}
#footnav ul li { display: inline-block;}
#home-post .author-name ul li { display: inline-block; margin: 0 10px 0 0;}

.nav-logo.visible-xs { display: none;}

.table.table-bordered.table-striped tr.tr-heading td strong { color: #f8b22b !important; font-weight: 700; line-height: 1.1 !important;}
.saboxplugin-wrap { display: none !important;}
.post_grid_author_img img {
  max-width: 30px;display: inline-block !important;
  height: 36px;
  object-fit: cover;
}

img{vertical-align:middle;max-width:100%;height:auto;-ms-gellixpolation-mode:bicubic;}

@media (max-width: 1100px) {

.post-sec-top .leftbox-wpr { padding: 30px 40px;}

h1.post-title.single_blog_inner__Title { font-size: 32px;}

#newsletter-sidebar .tnp-field.tnp-field-button { width: 30%;}

#newsletter-sidebar .tnp-field { width: 62%;}

}



@media (max-width: 1000px) {

.fourboxwpr .icon { float: none; margin-bottom: 0px;}

#page-author .authrimage1 { margin: 0 0 15px 0;}

.punchline-about { width: 95%; padding-top: 30px;}

.logo.theme-logo img { max-width: 200px !important;}



.header-search-box {top: 0 !important; margin-top: -30px !important;}

  .logo-area { padding-top: 20px !important;}

  .logo.theme-logo { text-align: center;z-index: 999; position: relative;display: inline-block;}

  #newsletter-sidebar { display: none;}

  .main-container.blog-spacing { padding-top: 0 !important;}

}




@media (max-width: 991px) {

.left-right-box .box {padding: 0px 15px 30px;}
a.slicknav_btn {   top: -51px !important;  right: -90px !important; }
}



@media (max-width: 767px) {
	 ul.slicknav_nav {
    top: 0 !important;}
	
	 a.slicknav_btn {right: -75px !important; top: -47px !important; }
	 ul.slicknav_nav { top: -53px !important;}

.catname { max-width: 300px; margin: 30px 0;}

.surbox .blue { font-size: 50px;}

#outerwpr .boxicon{ margin-bottom: 20px;}

.fourboxwpr .row { margin-bottom: 0px;}

.logo.theme-logo img { max-width: 180px !important;}

#big-post .top-post-wpr {  position: relative; width: 100%; margin-bottom: 50px; padding: 30px 0 0 0px !important;}

.left-right-box .box { padding: 30px 15px 30px;}

.punchline-about {   width: 100%; padding-top: 0; margin-bottom: 25px; text-align: center;}

#page-author .authrimage1 {max-width: 90px;}  

#page-author p{ font-size: 15px;}

#search-nav .tnp-field.tnp-field-email { width: 67%;}

#main-content .post-block-wrapper-latest {width: 49%; display: inline-grid !important;}

.blog-block-latest-single-item .latest-post-block-content h3.post-title { font-size: 22px !important;}

.main-container.blog-spacing { padding-top: 0 !important;}

 .logo-area { padding-top: 30px; padding-bottom: 15px !important;}

 .header-search-box{right: 50px;}

 blockquote, .blockquote { padding: 50px 30px !important;}

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

 div.ez-toc-widget-container ul.ez-toc-list { padding: 0 !important;}



}



@media (max-width: 640px) {

 .main-container.blog-spacing {padding-top: 30px !important; padding-bottom: 30px !important;}

 #heading-wpr h1 {font-weight: 700; font-size: 35px; line-height: 1.1;}

 .main-container.blog-spacing { padding-top: 40px !important;}

 .post-sec-top{border-radius: 0 0 70px 0;}

 .footer-widget.widget ul li{margin-bottom: 16px !important; }
.logo-area { padding: 5px 0 !important;  }
.nav-inner {display: block !important; }
 }

 

 @media (max-width: 540px) {

.main-container.blog-spacing { padding-top: 30px !important; padding-bottom: 30px !important; }

.logo.theme-logo img { max-width: 150px !important;}

.logo-area {padding-top: 7px !important;}

}



@media (max-width: 480px) {

.catname { max-width: 170px; margin: 30px 0;}

.main-container.blog-spacing {padding-top: 25px !important; padding-bottom: 0 !important;}

#big-post{padding: 30px 20px;}

#bred .breadcrumb-container.theme1 a{font-size: 13px !important;}

#main-content .post-block-wrapper-latest {width: 99%; display: block !important;}
.logo-area .container {padding: 0 0px 0 0px !important;}
.hero{padding-top: 120px !important;}
}

@media (max-width: 410px) {
  a.slicknav_btn { right: -35px !important;}
  }

@media (max-width: 380px) {
  a.slicknav_btn { right: 17px !important;}
  }

