/*
Theme Name:		 Newsprk Child
Theme URI:		 http://wp.quomodosoft.com/newsprk/
Description:	 Newsprk Child is a child theme of Newsprk
Author:			 QuomodoTheme
Author URI:		 http://quomodosoft.com/
Template:		 newsprk
Version:		 1.0.0
Text Domain:	 newsprk-child
*/


/*
    Add your custom styles here
*/

@charset "UTF-8";
/*================================================
    Blog & Pages
==================================================*/

@media (min-width: 768px) and (max-width: 991px) {
    .dark-theme .topbar .top_date_social > div:first-child {
        padding-right: 0;
        margin-right: 0;
    }

    .searching .v1search_form button {
        min-width: 80%;
    }
}
/*------------------------
    GLOBAL STYLES
--------------------------*/
@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
      max-width: 1300px !important;
    }
}

.quomodo-content-container {
    margin-top: 30px;
}
table th {
    white-space: nowrap;
}
.post-body p {
    margin-bottom: 15px !important;
}
select {
    max-width: 100%;
}
select {
    border: 1px solid rgba(0, 0, 0, 0.2);
    color: #1c223a;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #ffffff url("../img/arrow.png") no-repeat center right 16px / auto;
}
.post-password-form input[type=password] {
    padding: 5px 15px;
}
.post-password-form input[type=submit] {
    background-color: #E3335F;
    border-color: #E3335F;
    padding: 6px 55px;
    color: #fff;
}
.post-password-form input[type=submit] {
    background-color: #E3335F;
    border-color: #E3335F;
    padding: 6px 55px;
    color: #fff;
}

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

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

.wp-caption {
    margin-bottom: 8px;
    max-width: 100%;
    border-radius: 0;
    padding: 0;
    clear: both;
}
.wp-caption.aligncenter {
    margin-bottom: 10px;
}
.wp-caption .wp-caption-text {
    text-align: center;
    margin-top: 4px;
    font-style: italic;
    
    margin-bottom: 30px;
}

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

/*-- HTML Formate --*/
.wp-block-quote:not(.is-large),
.wp-block-quote:not(.is-style-large),
blockquote {
    padding: 20px 20px 20px 40px;
    border-left: 5px solid #E3335F;
    margin: 15px 0;
    background: #3B2C73;
    position: relative;
    color: #fff;
}
.wp-block-quote:not(.is-large) p,
.wp-block-quote:not(.is-style-large) p,
blockquote p {
    margin-bottom: 0;
}
.wp-block-quote:not(.is-large) a,
.wp-block-quote:not(.is-style-large) a,
blockquote a {
    color: #666;
}

blockquote cite a {
    color: #ffffff;
    display: inline-block;
    margin-top: 10px;
}
.next_prev .next_next_single,
.next_prev .next_prv_single {
   
    width: 100%;
}
/* table */
table {
    border: 1px solid #D3D3D3;
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    border-right: 0;
    border-top: 0;
    word-break: keep-all;
}

.wp-block-table td,
.wp-block-table th {
    border-color: #D3D3D3;
    padding: 10px;
}

table > tbody > tr > td,
table > tbody > tr > th,
table > tfoot > tr > td,
table > tfoot > tr > th,
table > thead > tr > td,
table > thead > tr > th {
    padding: 10px;
    border: 1px solid #D3D3D3;
    border-bottom: 0;
    border-left: 0;
}

table > tbody > tr:nth-child(2n+1) > td {
    background-color: #fcfcfc;
}

div#calendar_wrap caption {
    margin: 0;
    padding: 10px;
}

.table-striped > tbody > tr:nth-child(odd),
table > tbody > tr:nth-child(odd) {
    border: 1px solid #e7e7e7;
}

dt {
    font-weight: bold;
    margin-bottom: 6px;
}

/* Sticky */
.meta-featured-post {
    display: none;
}

.sticky.post {
    background: #fff;
}
.sticky.post .post-body {
    overflow: hidden;
    position: relative;
}
.sticky.post .meta-featured-post {
    display: block;
    position: absolute;
    right: -35px;
    top: 18px;
    background: #E3335F;
    width: auto;
    height: auto;
    padding: 12px 45px;
    color: #fff;
    display: inline-block;
    transform: rotate(45deg);
    font-size: 12px;
    -webkit-transform: rotate(45deg);
}

.post__grid__layout__style__1.sticky {
    background: inherit;
    overflow: hidden;
}

.post__grid__layout__style__1.sticky .single_post_text:before {
    content: "sticky";
    position: absolute;
    right: -16px;
    top: 14px;
    font-size: 12px;
    transform: rotate(45deg);
    z-index: -1;
    text-transform: uppercase;
    background: #6C964D !important;
    line-height: 1;
    padding: 5px 28px;
    color: #fff;
    letter-spacing: 1px;
    transform-origin: bottom;
}


.post__grid__layout__style__1.sticky .single_post_text {
    border: 1px solid #dee2e6;
    padding: 20px;
    z-index: 1;
    position: relative;
    overflow: hidden;
}

/* Gallery item */
.gallery-item {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    margin: 0 0 1.5em;
    padding: 0 1em 0 0;
    width: 50%;
}

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

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

.gallery-item a,
.gallery-item a:focus,
.gallery-item a:hover {
    box-shadow: none;
    background: none;
    display: inline-block;
    max-width: 100%;
}

.gallery-item a img {
    display: block;
    transition: -webkit-filter 0.2s ease-in;
    transition: filter 0.2s ease-in;
    transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.gallery-item a:focus img,
.gallery-item a:hover img {
    -webkit-filter: opacity(60%);
    filter: opacity(60%);
}

.gallery-caption {
    display: block;
    text-align: left;
    padding: 0 10px 0 0;
    margin-bottom: 0;
}

.wp-block-button {
    margin-bottom: 7px;
}
.is-style-squared .wp-block-button__link {
    border-radius: 0;
}
.gallery-caption,
.wp-caption {
    color: #666;
    font-size: 13px;
    font-style: italic;
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

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

.aligncenter,
div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: 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.alignnone {
    margin: 5px 20px 20px 0;
}

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

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

@media screen and (min-width: 30em) {
  
    .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%;
    }
}
/*-- Category listing --*/
article.post {
    margin: 0 0 30px;
}

.entry-header .post-title {
    word-wrap: break-word;
}
.entry-header .entry-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 10px;
    word-wrap: break-word;
}
.entry-header .entry-title a {
    color: #313845;
}
.entry-header .entry-title a:hover {
    color: #E3335F;
}

.main-container {
    padding: 80px 0;
}

.archives .inner_table .table_content ul {
    margin: 0;
    padding: 0;
}
.archives .inner_table .table_content ul li {
    list-style: none;
}
.archives .breadcrumb {
    background: none;
    padding-left: 0;
    margin: 0;
    
}
.breadcrumb .fa-home {
    color: #6C964D !important;
}
ol.breadcrumb li,ol.breadcrumb li a {
    margin-right: 5px;
}
ol.breadcrumb li:last-child {
    max-width: 320px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.author .breadcrumb {
    padding-left: 0;
    background: transparent;
}

/* Pagination */
.pagination {
    margin: 0;
}
.pagination li {
    line-height: 20px;
    outline: 0;
    margin-right: 10px;
}
.pagination li a,
.pagination li span {
    width: 40px;
    height: 40px;
    line-height: normal;
    text-align: center;
    line-height: 41px;
    display: inline-block;
    color: #A9A9A9;
    border-radius: 3px;
}
.pagination li a:focus,
.pagination li span:focus {
    outline: 0;
}
.pagination li a i,
.pagination li span i {
    line-height: 40px;
}
.pagination li.active a,
.pagination li:hover a {
    color: #ffffff;
    background: #87BB60 !important;
    border-color: #87BB60 !important;
}
.pagination li.active a:hover,
.pagination li:hover a:hover {
    background: #87BB60 !important;
}
.pagination li.pagination-dots {
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 30px;
    line-height: 1;
}
.pagination li:last-child {
    margin-right: 0;
}

/*-- Blog single --*/
.blog-single .author_content {
    margin-left: -49px;
}
.blog-single .post-single .page_comments .cat .post-cat {
    padding-right: 8px;
}
.blog-single .post-single .page_category .page_category .post-cat {
    padding-right: 8px;
}
.blog-single .post-single .page_category a {
    text-transform: uppercase;
    color: #6C964D !important;
    letter-spacing: 1px;
}
.blog-single .inline {
    padding: 0;
}
.blog-single .author_about .author_img {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    overflow: hidden;
    height: 80px;
    width: 80px;
    text-align: center;
    line-height: 80px;
    border: 1px solid #E4E5E6;
}

.post__author__content ul {
    margin: 0;
    padding: 0;
    margin-top: 10px;
}

.post__author__content .author_img img {
    border-radius: 50%;
    padding: 3px;
    margin-top: -2px;
}

.post-details .entry-header {
    padding: 0 80px;
}
.post-details .entry-header .entry-title {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 0;
}
.post-details table td,
.post-details table th {
    border: 1px solid #D3D3D3;
}
.post-details .entry-thumbnail {
    margin: 20px 0 40px;
}
.post-details .entry-thumbnail img {
    box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.25);
}
.post-details .post-body {
    padding: 30px 70px 0;
}

.post-cat {
    display: inline-block;
}

.blog-single .meta-blog {
    display: inline-block;
    margin-bottom: 2px;
    align-items: center;
    word-break: break-all;
}
.blog-single .meta-blog span {
    margin-left: 10px;
    color: #a2a6ad;
}
.blog-single .meta-blog span.date svg {
    padding-right: 3px;
}
.blog-single .meta-blog span svg {
    color: #E3335F;
}
.blog-single .meta-blog span a {
    color: #a2a6ad;
    font-size: 0.8rem;
    padding-left: 5px;
}
.blog-single .meta-blog span:first-child {
    margin-left: 0;
}
.blog-single .entry-footer {
    padding-left: 70px;
    padding-right: 70px;
}
.blog-single .post-navigation .post-next a,
.blog-single .post-navigation .post-previous a {
    color: #222222;
}
.blog-single .post-navigation .post-next a:hover,
.blog-single .post-navigation .post-previous a:hover {
    color: #E3335F;
}
.blog-single .post-navigation h3 {
    color: #222222;
}
.blog-single select {
    padding: 8px;
}
.blog-single .wp-block-search input[type=search] {
    max-width: 80%;
    background: #ffffff;
    border: 1px solid #a2a6ad;
    outline: none;
    transition: 0.2s cubic-bezier(0, 0, 0.41, 1.87);
}
.blog-single .wp-block-search .wp-block-search__button {
    padding: 16px 20px 15px 22px;
    height: 100%;
    background: #87BB60 !important;
    color: #fff;
    border: none;
}

.entry-content h3 {
    font-size: 24px;
    font-weight: bold;
}
.entry-content h4 {
    font-size: 22px;
}
.entry-content table {
    margin: 20px 0;
}
.entry-content .post-footer {
    clear: both;
    margin-top: 15px;
}
.entry-content .post-footer a {
    text-decoration: none;
    border: 1px solid;
}
.entry-content .page-links,
.post-nav-links {
    margin-left: 5px;
    overflow: hidden;
    width: 100%;
    margin-top: 50px;
}
.entry-content .page-links span {
    display: inline-block;
}
.entry-content .page-links span.page-link {
    margin-right: 5px;
}
.entry-content .page-links a span {
    color: #ffffff !important;
    background-color: #E3335F;
    border-color: #E3335F;
}
.entry-content .page-links .page-link-text {
    margin-right: 10px;
}

.quomodo-content-container .page-links,
.entry-content .page-links {
    clear: both;
    display: inline-flex;
    margin-top: 20px;
    align-items: center;
}
.quomodo-content-container .page-links{
    margin-top: 30px;
}
.quomodo-content-container .page-links a,
.quomodo-content-container .page-links span,
.entry-content .page-links a,
.entry-content .page-links span,
.post-nav-links a,
.post-nav-links span {
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    border: 1px solid #87BB60 !important;
    border-radius: 3px;
    margin-left: 10px;
    padding-top: 6px;
    transition: 0.3s;
}
.quomodo-content-container .page-links a:hover,
.quomodo-content-container .page-links span.current,
.entry-content .page-links a:hover,
.entry-content .page-links span.current,
.post-nav-links a:hover,
.post-nav-links span.current {
    background: #87BB60 !important;
    color: #fff;
}

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

.logo-title {
    padding-top: 10px;
}

.page-title {
    margin-bottom: 30px;
}

/* Post navigation */
.post-navigation {
    background: rgba(227, 51, 95, 0.1);
    padding: 31px;
    margin-bottom: 60px;
    margin-top: 60px;
}
.post-navigation .post-next,
.post-navigation .post-previous {
    padding: 0 40px;
    width: 50%;
    border-left: 1px solid #D3D3D3;
    border-right: 1px solid #D3D3D3;
    display: table-cell;
    position: relative;
    vertical-align: middle;
}
.post-navigation h3:hover,
.post-navigation span:hover {
    color: #E3335F;
}
.post-navigation h3 {
    font-size: 16px;
    line-height: 26px;
    margin: 5px 0;
    font-weight: bold;
    word-wrap: break-word;
}
.post-navigation i {
    margin: 0 5px;
    color: #f7faff;
}
.post-navigation .post-previous {
    text-align: left;
    float: left;
    border-left: 0 none;
    border-right: 0 none;
    padding: 0 40px 0 0;
}
.post-navigation .post-next {
    text-align: right;
    float: right;
    border-right: 0 none;
    padding: 0 0 0 40px;
}

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

/* Common */
.pingback .says,
.pingback p {
    display: none;
}

.comments-list .pingback .comment-body {
    margin-left: 0;
}

/*-- Archive --*/
.error404 .input-group-btn,
.not-found .input-group-btn,
.search-no-results button.input-group-btn.search-button {
    background: #3B2C73;
    color: #fff;
    padding: 0 20px;
    border: none;
    cursor: pointer;
}

.textwidget img {
    margin: 10px 0;
}

.not-found .input-group-btn {
    background: #E3335F;
    color: #FFFFFF;
    padding: 0 20px;
}

/* Theme check */
.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: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

.bypostauthor,
.gallery-caption {
    display: block;
}

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

/* Gutenberg CSS
==================================================*/
.sidebar-inactive .wp-block-image.alignfull img {
    width: 100%;
}

.wp-block-image img {
    margin: 0 !important;
}

.wp-block-separator,
hr {
    background-color: #eeeeee;
    height: 1px;
    max-width: calc(6 * (100vw / 12) - 28px);
    text-align: left;
    margin: 3.5em 0;
}

.wp-block-separator.is-style-wide,
hr.is-style-wide {
    max-width: 100%;
}

.wp-block-separator.is-style-dots {
    text-align: left;
    max-width: 50%;
    height: 14px;
    line-height: 10px;
    overflow: hidden;
}

.wp-block-separator.is-style-dots:before {
    content: "··············";
    padding-left: 2px;
}

/*------------------------------
    Quote
-------------------------------*/
.sidebar-inactive .wp-block-pullquote.alignfull {
    padding: 1em 3.5em;
}

/*------------------------------
    Gallery caption
-------------------------------*/
.wp-caption,
.wp-caption-overlay .wp-caption,
figure {
    border: 0;
    margin: 0;
    padding: 0;
    clear: both;
    position: relative;
    max-width: 100%;
}

.wp-block-gallery .blocks-gallery-image figcaption {
    padding: 40px 10px 5px;
    margin-bottom: 10px;
    font-size: 14px;
    transition: margin-bottom 0.3s ease;
}

.wp-block-gallery .blocks-gallery-item figcaption {
    padding: 40px 10px 5px;
    font-size: 14px;
    transition: margin-bottom 0.3s ease;
}

.wp-block-image figcaption,
.wp-block-image figure figcaption {
    text-align: center;
}

.img-link {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}

/*------------------------------
    Banner
-------------------------------*/
.page-header .page-title {
    margin-bottom: 0;
}

/*-----------------------------
    BLOG POST DEFAULT GRID
------------------------------*/
.post .blog__post__item .post__item__details {
    background: #ffffff;
    padding: 25px;
    z-index: 1;
    position: relative;
}

.post.sticky .blog__post__item {
    overflow: hidden;
}

.post.sticky .post__item__details {
    padding: 25px;
}

.blog .single_post.blog__post__item h4 {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 15px;
}

.blog .single_post.blog__post__item .meta {
    font-size: 14px;
}

.blog__post__item span.post__author {
    margin-left: 0;
}

.blog .blog__post__item .meta a {
    font-weight: 500;
}

.blog__post__item .post__item__details p {
    margin-bottom: 0;
}

.blog__post__item a.post__date,
.blog__post__item a.random__cat {
    text-transform: capitalize;
    position: relative;
}

.blog .blog__post__item .read__more {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    margin-top: 20px;
    display: inline-block;
}

.blog .blog__post__item .read__more:hover {
    letter-spacing: 2px;
}

.blog .blog__post__item .read__more:hover:after {
    width: 35px;
}

.blog__post__item .read__more:after {
    display: inline-block;
    content: "";
    background: url("../img/icon/right__long__arrow.png") no-repeat scroll right center;
    width: 25px;
    height: 7px;
    margin-left: 10px;
    transition: 0.3s;
}

.post .blog__post__item .post__item__details .quote {
    font-size: 50px;
    position: absolute;
    right: 20px;
    top: 25px;
    opacity: 0.3;
    z-index: -1;
}

.single_post .js-modal-btn {
    cursor: pointer;
}
/*-----------------------------
    GLOBAL POST META STYLE
------------------------------*/
.meta a,
.meta2 a,
.meta3 a,
.meta4 a,
.meta5 a,
.post__meta a {
    position: relative;
    margin-right: 10px;
    display: inline-block;
}
.meta a:last-child:after,
.meta2 a:last-child:after,
.meta3 a:last-child:after,
.meta4 a:last-child:after,
.meta5 a:last-child:after,
.post__meta a:last-child:after {
    display: none;
}

.meta a:after,
.meta2 a:after,
.meta3 a:after,
.meta4 a:after,
.meta5 a:after,
.post__meta a:after {
    content: "/";
    display: inline-block;
    margin-left: 10px;
    transform: rotate(20deg);
    color: #17222B;
    opacity: 0.3;
}

.meta5 a:after {
    content: "|";
    color: #ffffff;
    transform: rotate(0);
    opacity: 0.7;
}

.sidebar .meta a,
.sidebar .meta2 a,
.sidebar .meta3 a,
.sidebar .meta4 a,
.sidebar .meta5 a,
.sidebar .post__meta a {

    margin-right: 0;
    
}
.sidebar .widget4_carousel .post_img.number {
    left: 0;
}

.footer .meta a:after,
.footer .meta2 a:after,
.footer .meta3 a:after,
.footer .meta4 a:after,
.footer .meta5 a:after,
.footer .post__meta a:after {
    color: #ffffff;
}

.single_post .post__meta {
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
}

.single_post .post__meta a:first-child {
    color: #87BB60 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.meta img,
.meta2 img,
.meta3 img,
.post__author img {
    border-radius: 50%;
    padding: 3px;
    border: 1px solid #E4E5E6;
    margin-right: 5px;
    width: 48px;
    height: 48px;
}

/*-----------------------------
    GLOBAL POST GRID STYLE
------------------------------*/
.post__grid__layout__style__1 .single_post_text h4,
.post__grid__layout__style__2 .single_post_text h4,
.post__grid__layout__style__3 .single_post_text h4,
.post__grid__layout__style__4 .single_post_text h4,
.post__grid__layout__style__5 .single_post_text h4,
.post__grid__layout__style__6 .single_post_text h4,
.post__grid__layout__style__7 .single_post_text h4 {
    font-size: 24px;
    line-height: 1.3em;
    margin-bottom: 24px;
}

.post__grid__layout__style__5 .single_post_text h4 {
    margin-bottom: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
    .tablet_full_width {
        width: 100% !important;
        max-width: 100%;
        flex: 100%;
    }
}
/*-----------------------------
    POST GRID STYLE 1
------------------------------*/
.post__grid__layout__style__1 {
    display: flex;
    margin-bottom: 40px;
    align-items: center;
}

.post__grid__layout__style__1 > div {
    flex: 1;
}

.post__grid__layout__style__1 .post_img {
    width: 50%;
    margin-right: 20px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .post__grid__layout__style__1 {
        display: block;
    }

    .post__grid__layout__style__1 .post_img {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .post__grid__layout__style__1 .single_post_text {
        width: 100%;
    }
}
@media only screen and (max-width: 767px) {
    .post__grid__layout__style__1 {
        display: block;
    }

    .post__grid__layout__style__1 .post_img {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .post__grid__layout__style__1 .single_post_text {
        width: 100%;
    }
}
.post__grid__layout__style__1.sticky .post_img {
    margin-bottom: 0;
}
/*-----------------------------
    POST GRID STYLE 2
------------------------------*/
.post__grid__layout__style__2 {
    margin-bottom: 40px;
}

.post__grid__layout__style__2 .post_img {
    margin-bottom: 20px;
}

/*-----------------------------
    POST GRID STYLE 3
------------------------------*/
.post__grid__layout__style__3 {
    background: #333;
    min-height: 150px;
    margin-bottom: 30px;
}

.post__grid__layout__style__3 .single_post_text h4 {
    margin-bottom: 0;
}

.post__grid__layout__style__3 .post_img img {
    width: 100%;
}

.post__grid__layout__style__3 .gradient1:after {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), transparent);
}

/*-----------------------------
    POST GRID STYLE 4
------------------------------*/
.post__grid__layout__style__4 {
    margin-bottom: 40px;
}

.post__grid__layout__style__4 .post_img {
    margin-bottom: 20px;
    position: relative;
}

.post__grid__layout__style__4 .post_img span.post__tranding__bedge {
    height: 30px;
    width: 30px;
    font-size: 12px;
    line-height: 30px;
    left: 10px;
    top: 10px;
    position: absolute;
    background: red;
    text-align: center;
    border-radius: 50%;
    color: #fff;
}

/*-----------------------------
    POST GRID STYLE 5
------------------------------*/
.post__grid__layout__style__5 {
    display: flex;
    margin-bottom: 40px;
    align-items: center;
}

.post__grid__layout__style__5 > div {
    flex: 1;
}

.post__grid__layout__style__5 .post_img {
    width: 50%;
    margin-right: 20px;
}

.post__grid__layout__style__5 .read__more {
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    margin-top: 20px;
}

.post__grid__layout__style__5 .read__more:after {
    display: inline-block;
    content: "";
    background: url("../img/icon/right__long__arrow.png") no-repeat scroll right center;
    width: 25px;
    height: 7px;
    margin-left: 10px;
    transition: 0.3s;
}

.post__grid__layout__style__5 .read__more:hover:after {
    width: 35px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .post__grid__layout__style__5 {
        display: block;
    }

    .post__grid__layout__style__5 .post_img {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .post__grid__layout__style__5 .single_post_text {
        width: 100%;
    }
}
@media only screen and (max-width: 767px) {
    .post__grid__layout__style__5 {
        display: block;
    }

    .post__grid__layout__style__5 .post_img {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .post__grid__layout__style__5 .single_post_text {
        width: 100%;
    }
}
/*-----------------------------
    POST GRID STYLE 6
------------------------------*/
.post__grid__layout__style__6 {
    padding: 25px 25px 40px;
    background: #ffffff;
    border-radius: 7px;
    margin-bottom: 30px;
}

.post__grid__layout__style__6 .post_img {
    margin-bottom: 20px;
    border-radius: 7px;
    overflow: hidden;
}

.post__grid__layout__style__6 .post__meta {
    letter-spacing: 1px;
    font-size: 12px;
    position: relative;
    line-height: 1;
    margin-top: 30px;
}

.post__grid__layout__style__6 .post__meta:before {
    position: relative;
    width: 3px;
    height: 20px;
    background: #87BB60 !important;
    content: "";
    display: inline-block;
    left: -25px;
    top: 4px;
}

.post__grid__layout__style__6 .post__meta a:first-child {
    color: #87BB60 !important;
}

/*-----------------------------
    POST GRID STYLE 7
------------------------------*/
.post__grid__layout__style__7 {
    border-radius: 7px;
    overflow: hidden;
    margin-bottom: 30px;
}

.post__grid__layout__style__7 .single_post_text {
    padding: 25px;
    background: #fff;
}

.post__grid__layout__style__7 .post__meta {
    position: absolute;
    left: 0;
    top: 20px;
}

.post__grid__layout__style__7 .post__meta a:last-child {
    background: #87BB60 !important;
    padding: 9px 20px;
    border-radius: 0 50px 50px 0;
    margin: 0;
    color: #fff;
    height: 30px;
    font-size: 12px;
}

.post__grid__layout__style__7 .post__meta a:last-child:before {
    display: none;
}

/*------------------------------
   Post single / Details post
-------------------------------*/
.post-single .page_comments ul {
    margin: 0;
    padding: 0;
}
.post-single .page_comments ul li {
    text-transform: capitalize;
    font-weight: 400;
}
.post-single .tags ul {
    margin: 0;
    padding: 0;
}

/*------------------------------
    COMMENTS AREA
-------------------------------*/

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

.blog-post-comment .comment .comment-respond,
.page .blog-post-comment .comment-respond {
    margin-top: 40px;
    margin-top: 30px;
    border-top: 1px solid #dee2e6;
    padding-top: 30px;
}
.comment-reply-title {
    margin-bottom: 8px;
}
.blog-post-comment .comment-form input[type=text] {
    padding: 15px;
    min-height: 60px;
    border-radius: 1px;
    margin-top: 10px;
}
.blog-post-comment .comment-form input[type=email] {
    padding: 15px;
    min-height: 60px;
    border-radius: 1px;
    margin-top: 10px;
}
.blog-post-comment .comment-form input[type=url] {
    padding: 15px;
    min-height: 60px;
    border-radius: 1px;
    margin-top: 10px;
}
.blog-post-comment .comment-form textarea {
    max-height: 150px;
    border-radius: 1px;
}
.blog-post-comment .comment-form .form-submit {
    margin-bottom: 0;
    margin-top: 20px;
}
.blog-post-comment .comment-form .form-submit input {
    padding: 15px 40px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 1px;
}
.blog-post-comment .comment-form .form-submit input:hover {
    background: black;
}
.blog-post-comment .comment-form .form-submit input:focus {
    background: black;
}
.blog-post-comment .comments-list {
    margin: 30px 0 0;
    padding: 0;
    list-style: none;
}
.blog-post-comment ul.children {
    padding: 0;
}
.blog-post-comment li.comment {
    margin-top: 30px;
    border-top: 1px solid #dee2e6;
    padding-top: 30px;
    position: relative;
    padding-left: 65px;
    list-style: none;
}
.blog-post-comment li.comment .comment_author_thumb {
    position: absolute;
    left: 0;
    top: 33px;
}
.blog-post-comment li.comment .comment_author_thumb img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.blog-post-comment li.comment .meta-data {
    overflow: hidden;
    margin-bottom: 20px;
}
.blog-post-comment li.comment .meta-data .pull-right.reply {
    float: right;
}
.blog-post-comment li.comment .meta-data .comment-author {
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: 500;
    display: block;
    float: left;
}
.blog-post-comment li.comment .meta-data .comment-author .fn {
    font-style: normal;
}
.blog-post-comment li.comment .meta-data .comment-author .says {
    display: none;
}
.blog-post-comment li.comment .meta-data .comment-meta {
    overflow: hidden;
    width: 100%;
    font-size: 14px;
    line-height: 1;
    color: #8A8F94;
}

h3#reply-title {
    font-size: 24px;
}
@media only screen and (max-width: 767px) {
    .blog-post-comment li.comment {
        padding-left: 15px;
        padding-right: 15px;
    }
    .blog-post-comment li.comment .comment_author_thumb {
        position: inherit;
        margin-bottom: 14px;
    }
    .blog-post-comment ul.children li.comment {
        padding-left: 0;
        padding-right: 0;
    }
}
/*===================================
    WIDGETS STYLES
====================================*/
/*-----------------------------
    GLOBAL WIDGET
-------------------------------*/
.single_post_text .meta span {
    margin-left: 10px;
}

.footer .single_post h4,
.sidebar h4 {
    margin-bottom: 0;
}

.footer .meta span {
    margin-left: 0;
}

.sidebar .widget {
    margin-bottom: 50px;
}
.sidebar .widget:last-child {
    margin-bottom: 0;
}
@media only screen and (max-width:992px) {
    .sidebar .widget:last-child {
        margin-bottom: 50px;
    }
}
.sidebar .widget select {
    width: 100%;
    padding: 12px;
}
.sidebar .widget select option {
    padding: 10px;
}
.sidebar .widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.sidebar .widget ul ul {
    padding-left: 15px;
}
.sidebar .widget ul.children {
    padding-left: 15px;
}

/*-----------------------------
    ARCHIVE WIDGET
-------------------------------*/
.widget_archive li {
    text-align: right;
    overflow: hidden;
    padding: 5px 0;
    margin-bottom: 5px;
    display: block;
}
.widget_archive li a {
    float: left;
    display: block;
}

/*-----------------------------
    CATEGORY WIDGET
-------------------------------*/
.widget_categories li {
    text-align: right;
    padding: 5px 0;
    margin-top: 5px;
    overflow: hidden;
}
.widget_categories li a {
    float: left;
}

/*-----------------------------
    PAGES WIDGET
-------------------------------*/
.widget_pages li {
    margin-top: 8px;
}
/*-----------------------------
    META WIDGET
-------------------------------*/
.widget_meta li {
    padding: 5px 0;
}
.widget_meta li a {
    margin-bottom: 5px;
}

/*-----------------------------
    RECENT COMMENS WIDGET
-------------------------------*/
.widget_recent_comments li {
    padding: 5px 0;
    margin-bottom: 10px;
}
.widget_recent_comments li span.comment-author-link {
    display: block;
    font-weight: 600;
}
.widget_recent_comments li span.comment-author-link a {
    display: block;
    font-weight: 600;
}
.widget_recent_comments li a {
    font-weight: 700;
    display: block;
    display: inline-block;
}
.widget_meta ul li a:before {
    font-family: 'Font Awesome 5 Pro';
    position: relative;
    display: inline-block;
    font-size: 14px;
    margin-right: 10px;
  }
  
  .widget_meta>ul>li:first-child a:before {
    content: "\f007";
  }
  
  .widget_meta>ul>li:nth-child(2) a:before {
    content: "\f011";
  }
  
  .widget_meta>ul>li:nth-child(3) a:before {
    content: "\f09e";
  }
  
  .widget_meta>ul>li:nth-child(4) a:before {
    content: "\f075";
  }
  
  .widget_meta>ul>li:last-child a:before {
    content: "\f19a";
    font-family: 'Font Awesome 5 Brands';
  }
/*-----------------------------
    NAV MENU WIDGET
-------------------------------*/
.widget_nav_menu li {
    margin-top: 8px;
}

/*-----------------------------
    RSS WIDGET
-------------------------------*/
.widget_rss li {
    margin-bottom: 30px;
}
.widget_rss li:last-child {
    margin-bottom: 0;
}
.widget_rss li cite {
    margin-top: 10px;
    display: block;
}
.widget_rss li cite:before {
    display: inline-block;
    width: 30px;
    height: 2px;
    background: #C1C4C6;
    content: "";
    margin-right: 10px;
    position: relative;
    top: -5px;
}
.widget_rss li span.rss-date {
    display: block;
    margin-bottom: 10px;
}

/****************************
    CUSOTM WIDGETS
****************************/
/*---------------------------
    SOCIAL WIDGET
---------------------------*/
.widget.social-widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.widget.social-widget ul li {
    display: inline;
    margin-bottom: 5px;
}
.widget.social-widget ul li a {
    display: inline-block;
    width: 35px;
    height: 35px;
    padding-top: 4px;
    text-align: center;
    border: 1px solid;
    margin-right: 5px;
}

/*--------------------------
    RECENT POST WIDGET
---------------------------*/
.widget.single_footer_navigation ul li {
    margin-bottom: 5px;
}

.widget.single_footer_navigation ul li a {
    padding: 3px 0;
    display: block;
}

/*-------------------------
    RECENT STYLE TWO
---------------------------*/
.sidebar .extra_newss .single_extra_news {
    position: relative;
    clear: both;
    padding-right: 50px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.sidebar .extra_newss .single_extra_news h4 {
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px;
}

.sidebar .extra_newss .single_extra_news .news_counter {
    float: right;
    font-size: 36px;
    position: relative;
    position: absolute;
    right: 3px;
    top: 50%;
    transform: translateY(-50%);
}

.sidebar .extra_newss .single_extra_news p {
    line-height: 1;
    margin: 0;
    font-size: 12px;
    text-transform: capitalize;
}

.sidebar > .widget.padding20.mb30 {
    padding: 0;
}

/*--------------------------
    TABS POST WIDGET
---------------------------*/
.sidebar .widget_tab ul {
    display: flex;
}

.sidebar .widget_tab ul li {
    flex: 1;
}

.sidebar .widget_tab ul li a {
    display: block;
    text-align: center;
}

.widget.tab_widgets {
    margin-top: 25px;
}

.widget.tab_widgets .single_post {
    padding: 0;
    display: flex;
    min-height: inherit;
}

.widget.tab_widgets .single_post .post_img {
    position: inherit;
    margin-right: 15px;
    flex: 100px 0 0;
}

/*--------------------------
    MOST SHARE WIDGET
---------------------------*/
.inline.socail_share li {
    font-size: 12px;
    color: #e9eaeb;
}

/*--------------------------
    TWITTER FEEDS WIDGET
---------------------------*/
.single_twitter_feed {
    position: relative;
    padding-left: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed;
}

.twitter_feed_icon {
    position: absolute;
    left: 0;
    top: 12px;
    color: #87BB60 !important;
}

.widget.twitter_feeds p {
    margin-bottom: 0;
}

.single_twitter_feed:last-child {
    border-bottom: 0;
}

/*---------------------------
    CONTACT WIDGET
---------------------------*/
.footer_contact .single_fcontact {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    font-weight: 500;
    text-transform: capitalize;
}

.footer_contact .single_fcontact .fcicon {
    display: inline-block;
    font-size: 25px;
    margin-right: 10px;
}

/*--------------------------
    TRENDING POST WIDGET
---------------------------*/
.single_post span.tranding a {
    color: #ffffff;
}

.widget.blog-author img {
    border-radius: 10px;
}

.blog-author-description {
    margin-top: 20px;
}

/*---------------------------
    FOOTER WIDGETS
----------------------------*/
.footer .widget_calendar table {
    background: #ffffff;
    color: #333333;
}
.footer .widget {
    margin-bottom: 50px;
    color: #ffFFFf;
}
.footer .widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer .widget ul ul {
    padding-left: 15px;
}
.footer .widget ul.children {
    padding-left: 15px;
}
.footer .widget select {
    width: 100%;
    padding: 15px;
}
.footer .widget a {
    color: #ffffff;
}
.footer .widget .single_fcontact .fcicon {
    position: inherit;
    line-height: 1;
}

.footer .widget .border_black {
    border-bottom-color: #3A434B;
}

.footer .widget .single_extra_news p {
    margin-bottom: 0;
}

.footer .widget .single_extra_news h4 {
    font-size: inherit;
    margin-top: 5px;
    font-weight: 500;
}

.footer .widget .single_post_text .meta2 a:last-child {
    color: #747A80;
}

.footer .widget .single_post_text .meta2 a:last-child:before {
    color: inherit;
}

.footer .widget.white_bg {
    background: inherit !important;
}

.footer .widget_tab ul li a {
    color: black;
}

.footer .widget_tab ul li a.active {
    color: white;
}

.footer .widget .single_twitter_feed {
    border-bottom: 1px dashed #3A434B;
}

.sidebar .widget_tab ul {
    display: flex;
}

.sidebar .widget_tab ul li {
    flex: 1;
}

.sidebar .widget_tab ul li a {
    display: block;
    text-align: center;
}

.blog-single .wp-block-button__link {
    color: #fff;
}
.wp-block-button.is-style-outline a.wp-block-button__link {
    color: inherit;
}
@media only screen and (min-width: 992px) {
    .footer .single_footer_navigation {
        margin-bottom: 0;
    }

    .sidebar .widget .social_shares a {
        width: 31% !important;
    }
}
@media screen and (max-width: 767px) {
    .blog-single .post__author__content .author_about {
        padding-left: 150px;
    }
}

aside.blog-sidebar.sidebar {
    padding-left: 20px;
}
@media screen and (max-width: 992px) {
    aside.blog-sidebar.sidebar {
        padding-left: 0;
    }
}
.sidebar .widget.padding20.white_bg.mb30 {
    padding: 0 !important;
    background: transparent !important;
}

.main-container {
    padding-bottom: 50px;
    padding-top: 0;
}

/* Footer logo */
.footer_logo img {
    max-width: 240px;
}

/* sidebar search */
.blog-sidebar .widget_search button {
    position: absolute;
    right: 0;
    top: 0;
}

.blog-sidebar .widget_search form {
    position: relative;
}

.quomodo-author-desc {
    padding-top: 30px;
    color: #17222B;
}

.author__information__content {
    background: #fcfcfc;
    box-shadow: 0 10px 40px rgba(23, 34, 43, 0.05);
    position: relative;
    padding-top: 30px;
}

.theme-1 {
    background: #ffffff;
    box-shadow: 0 10px 40px rgba(23, 34, 43, 0.05);
    z-index: 9;
    position: relative;
}

.footer .widget_search button {
    position: absolute;
    right: 0;
    top: 0;
}

.footer .widget-section {
    padding-top: 80px;
    padding-bottom: 30px;
}
.widget.tab_widgets .post_img.newsprk_sidebar_small {
    height: 58px;
}
.widget.tab_widgets .single_post .post_img.newsprk_sidebar_small {
    margin-right: 0;
}
.post_img.newsprk_sidebar_small .img_wrap {
    width: 80px;
}
.footer.style2 .widget-area {
    padding-top: 40px;
}

.post-single.layout-7 .page_category .post-cat {
    padding-right: 8px;
}

/* Post Layout 1 */
.post-single.layout-3 .quomodo-content-container {
    box-shadow: 0 10px 40px rgba(23, 34, 43, 0.05);
}

.box_shadow_sidebar .widget {
    background: #ffffff;
    box-shadow: 0 10px 20px rgba(23, 34, 43, 0.08);
    padding: 20px;
}
.box_shadow_sidebar .widget .widget-inner.tab_widgets {
    margin-bottom: 0;
}

.related__post__area .single_post_text h4 {
    font-size: 20px;
    font-weight: 700;
}
.related__post__area .single_post_text .meta3 a:first-child {
    text-transform: uppercase;
}

.widget-title2 {
    position: relative;
}

.widget-title2::after {
    background: none repeat scroll 0 0 transparent;
    bottom: -12px;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    background: #fff;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}
.widget-title2:hover:after {
    width: 50%;
}

/*---------FIXING----------*/

.archives .row .row > .tablet_full_width .post__grid__layout__style__1 {
    padding-bottom: 50px;
    border-bottom: 1px solid #dee2e6;
}

.archives .row .row > .tablet_full_width .post__grid__layout__style__1:after {
    position: absolute;
    bottom: -2px;
    width: 40px;
    height: 4px;
    content: "";
    left: 50%;
    transform: translateX(-50%);
}
.archives .row .row > .tablet_full_width:last-child .post__grid__layout__style__1 {
    padding-bottom: 0;
    border-bottom: 0;
}
.archives.padding-top-30 .col-lg-4 .table_content ul li {
    width: 50%;
    float: left;
}
blockquote.wp-block-quote.has-text-align-right.extraclass em a {
    color: #ffffff;
}
.has-large-font-size,
.has-large-font-size + P,
.has-small-font-size {
    line-height: 1.2 !important;
}
[class*=space-] {
    clear: both;
}
.wp-block-pullquote cite {
    display: inline-block;
}

.footer.style2 .widget-area {
    padding-top: 80px;
}
.widget_search form {
    position: relative;
}

.footer {
    font-size: 16px;
    font-weight: 300 !important;
}

.wp-block-cover.has-background-dim {
    color: #fff;
}
figure.wp-block-pullquote.has-background.has-cyan-bluish-gray-background-color blockquote {
    color: #ffffff;
}
[class*=wp-block-] {
    margin-bottom: 30px;
}
.wp-block-button a.wp-block-button__link {
    margin-bottom: 0;
}
.content select {
    width: 100%;
}
table {
    margin-bottom: 20px;
    border-right: 1px solid lightgrey;
    border-bottom: 1px solid lightgrey;
    border-left: 0 !important;
}

table td,
table th {
    border-left: 1px solid lightgrey !important;
    border-top: 1px solid lightgrey !important;
    border-right: 0 !important;
}
.comment-content pre,
.content pre {
    background: #f7f7f7;
    padding: 10px;
    display: inline-block;
    max-width: 100%;
    border-radius: 5px;
}
.comment-content code,
.content code {
    display: inline-block;
    margin: 5px 0;
}
.alignleft,
.alignright {
    clear: both;
}
ul.comments-list .pingback,
ul.comments-list .trackback {
    margin-bottom: 30px;
    border-top: 1px solid #dee2e6;
    padding-top: 30px;
}
.comment-content > ol,
.comment-content > ul {
    margin-bottom: 20px;
}
.widget_recent_entries li {
    margin-bottom: 15px;
}

.widget_recent_entries li:last-child {
    margin-bottom: 0;
}

.widget_recent_entries li .post-date {
    font-size: 14px;
    display: block;
}

.widget_recent_entries li a {
    font-weight: 600;
    font-size: 16px;
}

/*-----------------------
    CALENDAR
------------------------*/

#wp-calendar {
    margin: 0;
    width: 100%;
}

#wp-calendar > caption {
    background: #87BB60 none repeat scroll 0 0 !important;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    caption-side: top;
}

#wp-calendar th {
    background: #f6f9ff;
    padding: 5px 0;
    text-align: center;
    color: #252525;
    font-size: 14px;
}

#wp-calendar tfoot td {
    border: medium none;
    padding-top: 5px;
}

#wp-calendar tfoot td#next {
    text-align: right;
}

#wp-calendar tbody td {
    border-right: 1px solid #e6eeff;
    padding: 5px 0;
    text-align: center;
}

#wp-calendar tbody td a {
    position: relative;
    display: inline-block;
    width: 100%;
    z-index: 1;
}
.footer #wp-calendar tbody td a {
    color: inherit;
}
#wp-calendar tbody td a:before {
    background: #e6eeff;
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    width: 20px;
    border-radius: 50%;
    height: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
}

#wp-calendar tbody td#today,
#wp-calendar tbody td#today a{
    border: 1px solid #87BB60 !important;
    background: #87BB60 !important;
    color: #ffffff;
}
#wp-calendar tfoot tr {
    border: 1px solid #e6eeff;
}
#wp-calendar tfoot tr td {
    padding: 5px 10px;
}
#wp-calendar tbody td#today {
    position: relative;
}
#wp-calendar tbody td#today:before {
    height: 100%;
    width: 1px;
    position: absolute;
    left: -1px;
    top: 0;
    background: #87BB60 !important;
    content: "";
}
.footer-area #wp-calendar tbody td a:before {
    display: none;
}

nav.wp-calendar-nav {
    margin-top: 5px;
}

[class*=wp-block-rss__item] {
    margin-bottom: 20px;
}

ul.wp-block-rss {
    margin-top: 15px;
}
.widget.widget_text .wp-caption .wp-caption-text {
    color: inherit;
    font-style: normal;
}
.blog-sidebar .widget-title,
.footer .widget-title2 {
    font-size: 20px;
}

.blog.home .archives.padding-top-30 {
    padding-top: 50px;
}
.comment .comment-reply-title {
    font-size: 20px;
}

.comment-reply-title small {
    font-size: 14px;
    text-transform: capitalize;
    margin-left: 10px;
    font-weight: 500;
    color: #6C964D !important;
}
.page .post-header h3 {
    font-size: 36px;
    margin-bottom: 30px;
}
blockquote cite {
    margin-top: 10px;
}
ol.wp-block-latest-comments,
ul.wp-block-latest-posts {
    padding-left: 0;
}

@media screen and (max-width: 992px) {
    .blog.home .archives.padding-top-30 {
        padding-top: 50px;
    }
    .page .post-header h3 {
        font-size: 30px;
    }
}
.sidebar .widget_archive li a,
.sidebar .widget_categories li a {
    padding-left: 25px;
    position: relative;
}
.sidebar .widget_archive li a:before,
.sidebar .widget_categories li a:before {
    display: inline-block;
    content: "\f187";
    position: absolute;
    font-family: 'Font Awesome 5 Pro';
    left: 0px;
}

.sidebar .widget_categories li a:before {
    content: "\f07c";
}

.sidebar .widget_pages li a,
.sidebar .widget_nav_menu li a {
    position: relative;
    padding-left: 0;
}
.widget_pages a:before,.widget_nav_menu a:before {
    display: inline-block;
    content: "\f105";
    font-family: 'Font Awesome 5 Pro';
    margin-right: 6px;
    font-size: 14px;
    position: relative;
    bottom: 2px;
}

.sidebar .widget ul.children {
    padding-left: 15px;
}


.not-found h3 {
    font-size: 24px;
    margin-bottom: 10px;
}

.not-found {
    margin-top: 20px;
}

.not-found p {
    margin-bottom: 20px !important
}

.not-found .search-forms form {
    position: relative;
}

.not-found .search-forms form button {
    position: absolute;
    right: 0;
    top: 0;
}

.archive__main__title h2.widget-title {
    margin-bottom: 50px;
}

.widget_tag_cloud .tagcloud a {
    font-size: 15px !important;
    display: inline-block;
    border: 1px solid;
    padding: 5px 15px;
    margin-bottom: 8px;
    margin-right: 3px;
    border-radius: 5px;
    text-transform: capitalize;
}
.widget_tag_cloud .tagcloud a:hover {
    background: #6C964D !important;
    border-color: #6C964D !important;
    color: #fff;
}

.page .archives.padding-top-30 {
    padding-top: 50px;
    padding-bottom: 20px;
}
.page .blog-post-comment.quomodo-blog-comment,.page .blog-post-comment .comment-respond {
    margin-top: 30px;
}
.page .blog-post-comment.quomodo-blog-comment .comment-num{
    padding-top: 30px;
    border-top: 1px solid #dee2e6;
}
.next_prev {
    border-top: 1px solid #dee2e6;
    padding-top: 15px;
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 15px;
    margin-top: 10px;
}

.next_prev > .row {
    position: relative;
}
.next_prev > .row:after {
    position: absolute;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    width: 2px;
    background: #dee2e6;
}
.blog-post-comment.quomodo-blog-comment {
    margin-bottom: 50px;
}

.search.search-no-results.sidebar-inactive .main-container {
    min-height: calc(100% - 100px);
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
@media screen and (max-width: 992px) {
    
    a.menu-toggle.full {
        position: absolute;
        right: 15px;
        top: 10px;
        width: 50px;
        height: 50px;
       
    }
    
    .stellarnav.mobile .menu-toggle {
        display: none !important;
    }
    
    .stellarnav.mobile.top {
        top: 82px;
    }
    
    .stellarnav .menu-toggle span.bars {
        position: absolute;
        left: 0;
        top: 0;
    }
    
    a.menu-toggle.full .bars {display: block;margin-left: 15px;}
    .header-dark     a.menu-toggle.full .bars span {
        background: #ffffff;
    }
    a.menu-toggle.full .bars span {
        width: 35px;
        height: 3px;
        background: #17222B;
        display: block;
        margin: 10px 0;
    }
}

.header-menubar.newsprk-sticky.sticky,
.main-nav.newsprk-sticky.sticky{
	position:fixed;
	top:0;
	left: 0;
	right: 0;
	box-shadow: 0 10px 30px 0 #000;
	z-index: 999;
  animation: sticky  1.2s;
  box-shadow: 0 15px 30px 0 #0000000f;
}
@-webkit-keyframes sticky {
    0% {
        top: -200px;
    }
    100% {
        top: 0;
    }
}
@keyframes sticky {
    0% {
        top: -200px;
    }
    100% {
        top: 0;
    }
}


/* Global elementor widget css */


/* contact */
.single_fcontact span {
  color: #fff;
}

/* news widget */
.footer .extra_newss .single_extra_news p a {
  color: #87BB60 !important;
  font-size: 14px;
}

/* common border widget */
.border_white_top {
  border-top: 1px dashed #3A434B;
}

.searching.active {
  top: 0;
}

/* Common white background */
 .main-section.social-follower,
 .post-card-1 .single_post_text,
 .hm3-style-4-slider,
 .sport_side3.main-section,
 .hm3-style1,
 .hm3-style2,
 .type19,
 .hm3-style3, 
 .style2.tab3 .nav, 
 .style2.tab3 .tab-content, 
 .heading .business3.style4,
 .hm3-style3 .heading,
 .style2 .opinion,
 .finance.main-section,
 .video_posts.main-section,
 .most_view3.main-section,
 .theme-3 .international_news.main-section,
 .theme-4 .tranding3,
 .business3.style4,
 .theme-4 .business_carousel_items,
 .hm4-list-post,
 .theme-4 .business3,
 .theme-4 .category4,
 .theme-4 .tab4,
 .theme-4 .sports_wrap,
 .theme-3 .contact-information
{

  background: #fff;
  
 }
.business3.style4 .readmore3{
  color: #747A80;
}
.business3.style4 .readmore3{
  border-radius: 5px;
}
.business3.style4 .readmore3, .theme-3 .post-card-1.post_type3 .single_post_text .meta3 a, .theme-3 .style2 .post_type15 .single_post_text a {
  font-size: 14px;
}

/* global widget  margin*/
.theme-4 .footer.footer-nav,
.theme-3 .finance ul,
.theme-4 .business_carousel_items .like_cm,
.theme-3 .international_news .like_cm,
.theme-3.sport_side3 .like_cm,
.category4 ul,
.theme-4 .sports_wrap .like_cm,
.theme-4 .finance .like_cm,
.theme-4 .footer_more_news .like_cm,
.theme-3 .post_type3.style1 ul{
  margin: 0;
  padding:0;
  list-style: none;
}

.theme-3 .single_post.type18 .single_post_text a,
.theme-4 .footer_more_news h4{
   font-size: 17px;
}

/* global color */
.theme-3 .finance ul.like_cm li i,
.theme-3 .style1.post_type3 ul.like_cm li i,
.sport_side3.main-section ul.like_cm li i {
  color: #70BDFF;
}
.finance .single_post .single_post_text i:hover,
.sport_side3.main-section ul.like_cm li i:hover,
.theme-3 .style1.post_type3 ul.like_cm li i:hover{
  color: #1091FF;
} 

.post_type11 .youtube_middle {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 60px;
  width: 70px;
  text-align: center;
  line-height: 60px;
  font-size: 60px;
  margin-top: -30px;
  margin-left: -35px;
  color: #FF5555;
}

.type14.type22 .border_black, 
.style2 .type17 .border_black,
.type10.type16 .border_black,
.single_post2_carousel .type8 .border_black{
  margin: 10px 0px 15px 0px;
}

.hm4-list-post .border4,
.tatal_videos4 .border4,
.theme-4 .tab-content .border4,
.style1 .tab_widgets .border_black, 
.download_btn .border_black,
.footer_more_news .border_black,
.sports_wrap .sport_buttom .border4 
{
  margin: 15px 0px;
}
.sports_wrap .finance .border4, .twitter_feeds .border_black {
  margin: 30px 0px;
}
.tranding3 .popular_items .border4{
  margin: 5px 0px 15px 0px;
}

.most_view3 .border_black{
  margin: 20px 0px 20px 0px;
}

.post-card-1 .tranding {
  z-index: 2;
  top:8px;
}

.post-card-1.post_type3 .single_post_text {
  padding:20px;
  font-size: 14px;
}

.theme-3.sport_side3.style2 .single_post_text .meta a:last-child:before
{

  display: none;
 
}
.theme-3.sport_side3.style2 .single_post_text .meta a{
  margin-left:0;
}

.theme-3.most_view3 .single_post.type18 .single_post_text a,

.theme-3 .international_news .single_international .view_author a, 
.theme-4 .single_post_text .meta3 a,
.international_news.theme-3 .like_cm li a{
  font-size: 12px;
}
.theme-3.most_view3 .showmore{
  margin-top:20px;
}


.theme-3  .international_news.single_international h4 a{
  font-size: 20px;
  font-weight: 500;
  color: #17222B;
}
.theme-3 .international_news.main-section .meta{
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 15px;
  color: #1091FF;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}
.theme-3 .international_news .meta.before:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 2px;
  background: #1091FF;
  
}

.theme-3 .international_news.main-section .border_black{
  margin: 15px 0px;
}
.theme-3 .international_news.main-section .single_international .like_cm li {
  font-size: 12px;
}
.theme-3 .international_news.main-section .single_international .like_cm li i {
  color: #70BDFF;
}

.style3 .trand{
  float: left;
  margin-right: 10px;
  padding: 12px 20px;
  background: #17222B;
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 17px;
}

.theme-4 .weather-area {
  font-size: 12px;
  font-weight: 500;
  opacity: 0.5;
  line-height: 12px;
}

.theme-4 .col-lg-4.align-self-center.fix_width_social {
  max-width: 33%;
}
.theme-4 .topbar {
  margin-top: 3px;
}

/* widget video post type */
.theme-4 .tatal_video4 .video4_content .post-meta a{
  font-size: 16px;
  line-height: 20px;
}
.theme-4 .video4_list .post-meta a{
  font-size: 12px;
  line-height: 14px;
  color: #FF5555;
  font-weight: 700;
}

/* widget Block list */

.theme-4 .post_type12 .share_meta4 li a{
   font-size: 15px;
}

.theme-4 .single_post.post_type12 .single_post_text h4 a
{
  font-size: 24px; 
}

/* widget Post tab style 3  */

.theme-4 .tab-content .single_post .single_post_text a:hover{
  font-size: 20px;
}

.theme-4 .tab-content .meta4 span

{
  font-size: 12px;
  font-weight: 500;
  color: #17222B;
  line-height: 28px;
  text-transform: capitalize;
}
.theme-4 .tab-content .share_meta4 a{
  font-size: 16px;
  font-weight: 400;
  color: #17222B;
}

.widget-no-border:before{
  display: none;
}

/* Image overlay */

.gradient1::after {
  content: ""; 
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: tomato;
  opacity: .7;
}

/* footer nav font size */
.theme-4 .footer.footer-nav ul {
   font-size: 16px;
}

/* footer widget more news */

.theme-4 .footer.style6{
  padding: 0;
} 

/* footer widget download button */
.download_btn .sub-title{
 
  font-size: 16px;
}
.download_btn .apps_title{
 margin-bottom: 3px;
}

/* footer copyright widget */
.theme-4 .footer{
  padding: 0;
  margin: 0;
  
}
.theme-4 .footer .copyright  {

  margin-top: 5px;
  padding: 5px 0;
  
}

/* Blog child category */

.sub-category-list .post-cat{
  display: inline-block;
  padding-right: 10px;
}

/* footer copyright */

.footer.style1 .copyright{
   margin-top: 0;
}

.footer .extra_newss .widget-title2{
  margin-bottom:15px;
}

.footer .widget.tab_widgets {
    margin-top: 0;
}

a.see_all{
	display:inline-block;
}

.type10 .post_img {
  height: auto;
}
 /* Header 3 */
.theme-3 .temp_wap {
  position: relative;
  z-index: 2;
  padding-left: 70px;
  display: inline-flex;
  flex-direction: column;
  float: right;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .theme-3 .date3 {
    background : transparent; 
    text-align:right;
  }
}
/* Header 4 */
@media (max-width: 1199px) and (min-width: 992px){
	.theme-4 {
    margin-bottom: 30px;
}
}
/* Popular Post */
.popular_items.scroll_bar::-webkit-scrollbar,
.video4_list.scroll_bar::-webkit-scrollbar {
    background: #dddddd;
    border-radius:5px;
    width:3px;

}

.popular_items.scroll_bar::-webkit-scrollbar-track,
.video4_list.scroll_bar::-webkit-scrollbar-track {
    background: #dddddd;
    border-radius:50px;
}

.popular_items.scroll_bar::-webkit-scrollbar-thumb,
.video4_list.scroll_bar::-webkit-scrollbar-thumb {
    background:linear-gradient(#FF5555,#AB50EF);
    border-radius:5px;
    outline:0
}


.tags li {
    margin-right: 5px;
    margin-bottom: 4px;
}

.theme-1 .main-nav {
    padding: 0;
}
@media (max-width: 767px){
  .theme-1 .logo {
      text-align: left;
  }
  .logo-title {
      padding-top: 10px;
  }
  .theme-4 .v3datentemp {
      display: none;
  }
}

.post .blog__post__item .post__item__details {
    box-shadow: 0 3px 6px rgba(0,0,0,0.05);
}
.post.sticky .blog__post__item {
    overflow: initial;
}

.post__item__details .meta a {
  color:#888e92;
}
.post__item__details .meta a:hover,
.post__item__details .meta a:first-child i {
    color: #87BB60 !important;
}

.blog .blog__post__item .meta a {
    font-weight: 400;
}

.single_post.post__grid__layout__style__1 .meta3 a {
    color: #888e92;
    opacity: 1;
}

.single_post.post__grid__layout__style__1 .meta3 a:first-child,
.single_post.post__grid__layout__style__1 .meta3 a:hover {
    color: #87BB60 !important;
}

.qs_newsp_post-style-5-item .post-thumb {
  position: relative;
}
.qs_newsp_post-style-5-item .post-thumb img {
  width: 100%;
}
.qs_newsp_post-style-5-item .post-thumb span {
  position: absolute;
  top: 15px;
  left: 0;
  background: #87BB60 !important;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  line-height: 30px;
  padding: 0 15px;
  border-radius: 0 30px 30px 0;
}
.qs_newsp_post-style-5-item .post-contact {
  padding: 21px 12px;
  border-radius: 0;
  background-color: transparent;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .qs_newsp_post-style-5-item .post-contact {
    padding: 20px 0;
 }
}
.qs_newsp_post-style-5-item .post-contact .title {
  font-size: 20px;
  line-height: 26px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .qs_newsp_post-style-5-item .post-contact .title {
    font-size: 18px;
    line-height: 24px;
 }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .qs_newsp_post-style-5-item .post-contact .title {
    font-size: 17px;
    line-height: 23px;
 }
}
.qs_newsp_post-style-5-item .post-contact .meta-date span {
  font-size: 13px;
  font-weight: 500;
  color: #17222b;
  padding-left: 12px;
  position: relative;
}
.qs_newsp_post-style-5-item .post-contact .meta-date span::before {
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 12px;
  background: #87BB60 !important;
}
.qs_newsp_post-style-5-item.post-style-big .post-contact .title {
  font-size: 34px;
  line-height: 44px;
  padding-right: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .qs_newsp_post-style-5-item.post-style-big .post-contact .title {
    font-size: 30px;
    line-height: 40px;
 }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .qs_newsp_post-style-5-item.post-style-big .post-contact .title {
    font-size: 28px;
    line-height: 38px;
 }
}
@media (max-width: 767px) {
  .qs_newsp_post-style-5-item.post-style-big .post-contact .title {
    font-size: 24px;
    line-height: 34px;
    padding-right: 0;
 }
}
.qs_newsp_post-style-5-item.post-scrolling-item {
  border-bottom: 1px solid #e7e8e9;
}
.qs_newsp_post-style-5-item.post-scrolling-item .post-contact {
  padding: 21px 0px 43px;
}
.qs_newsp_post-style-5-item.post-scrolling-item .post-contact .title {
  font-size: 24px;
  line-height: 34px;
  margin-top: 16px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .qs_newsp_post-style-5-item.post-scrolling-item .post-contact .title {
    font-size: 20px;
    line-height: 30px;
 }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .qs_newsp_post-style-5-item.post-scrolling-item .post-contact .title {
    font-size: 18px;
    line-height: 28px;
 }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .qs_newsp_post-style-5-item.post-scrolling-item .post-contact .title {
    font-size: 17px;
    line-height: 27px;
 }
}
@media (max-width: 767px) {
  .qs_newsp_post-style-5-item.post-scrolling-item .post-contact .title {
    font-size: 18px;
    line-height: 28px;
 }
}
.qs_newsp_post-style-5-item.post-scrolling-item .post-contact > a {
  font-size: 14px;
  font-weight: 500;
}
.qs_newsp_post-style-5-item.post-scrolling-item .post-contact > a i {
  padding-left: 6px;
}
.qs_newsp_post-item-5 {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.qs_newsp_post-item-5::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(rgba(23, 34, 43, 0) 0%, #17222b 100%);
  opacity: 0.5;
}
.qs_newsp_post-item-5 .post-meta {
  position: absolute;
  left: 0;
  top: 15px;
}
.qs_newsp_post-item-5 .post-meta span {
  background: #87BB60 !important;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  line-height: 30px;
  padding: 0 15px;
  border-radius: 0 30px 30px 0;
}
.qs_newsp_post-item-5 .post-item-thumb img {
  width: 100%;
}
.qs_newsp_post-item-5 .post-item-content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border: 1px solid #e8e8e8;
  border-top: 0;
  padding: 26px;
  border-radius: 0 0 10px 10px;
  z-index: 10;
}
.qs_newsp_post-item-5 .post-item-content::before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0%;
  z-index: -1;
  background: #fff;
  transition: all linear 0.3s;
}
.qs_newsp_post-item-5 .post-item-content .title {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: -72px;
  transition: all linear 0.3s;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .qs_newsp_post-item-5 .post-item-content .title {
    font-size: 20px;
    line-height: 30px;
 }
}
@media (max-width: 767px) {
  .qs_newsp_post-item-5 .post-item-content .title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: -60px;
 }
}
.qs_newsp_post-item-5 .post-item-content .title a {
  color: #fff;
}
.qs_newsp_post-item-5 .post-item-content p {
  opacity: 0;
  transition: all linear 0.5s;
}
.qs_newsp_post-item-5 .post-item-content .post-link .more-btn a {
  font-size: 13px;
  font-weight: 500;
  color: #fff;
}
.qs_newsp_post-item-5 .post-item-content .post-link .more-btn a:hover {
  color: #87BB60 !important;
}
.qs_newsp_post-item-5 .post-item-content .post-link .more-btn a i {
  padding-left: 6px;
}
.qs_newsp_post-item-5 .post-item-content .post-link .social ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.qs_newsp_post-item-5 .post-item-content .post-link .social ul li {
  display: inline-block;
}
.qs_newsp_post-item-5 .post-item-content .post-link .social ul li a {
  height: 30px;
  width: 30px;
  display: inline-block;
  line-height: 30px;
  border-radius: 50%;
  border: 1px solid #b5b5b5;
  font-size: 12px;
  color: #b5b5b5;
  text-align: center;
  margin-left: 6px;
}
.qs_newsp_post-item-5 .post-item-content .post-link .social ul li a:hover {
  background: #87BB60 !important;
  border-color: #87BB60 !important;
  color: #fff;
}
.qs_newsp_post-item-5:hover .post-item-content::before {
  height: 100%;
}
.qs_newsp_post-item-5:hover .post-item-content .title {
  margin-bottom: 0;
}
.qs_newsp_post-item-5:hover .post-item-content .title a {
  color: #17222b;
}
.qs_newsp_post-item-5:hover .post-item-content p {
  opacity: 1;
}
.qs_newsp_post-item-5:hover .post-item-content .post-link .more-btn a {
  color: #17222b;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .qs_newsp_post-item-5.item-3 {
    display: none;
 }
}
.qs_newsp_post-list-5 .qs_newsp_post-list-item {
  border-bottom: 1px solid #e7e8e9;
  padding-bottom: 8px;
  margin-bottom: 23px;
}
.qs_newsp_post-list-5 .qs_newsp_post-list-item .title {
  font-size: 20px;
  line-height: 26px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .qs_newsp_post-list-5 .qs_newsp_post-list-item .title {
    font-size: 16px;
    line-height: 22px;
 }
}
@media (max-width: 767px) {
  .qs_newsp_post-list-5 .qs_newsp_post-list-item .title {
    font-size: 16px;
    line-height: 22px;
 }
}
.qs_newsp_post-list-5 .qs_newsp_post-list-item .text {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.qs_newsp_post-list-5 .qs_newsp_post-list-item .text img {
  min-width: 100px;
  max-height: 90px;
  margin-right: 20px;
}
.qs_newsp_post-list-5 .qs_newsp_post-list-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}


.header-topbar {
  border-bottom: 1px dashed #dcdedf;
  background: #fff;
}
@media (max-width: 767px) {
  .header-topbar {
      display: none;
 }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-topbar {
      display: block;
 }
}
.header-topbar .topbar-social {
  justify-content: flex-end;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-topbar .topbar-social {
      justify-content: center;
      padding-bottom: 15px;
      padding-top: 15px;
 }
}
@media (max-width: 767px) {
  .header-topbar .topbar-social {
      justify-content: center;
      padding-bottom: 15px;
      padding-top: 15px;
 }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-topbar .topbar-social .social {
      padding-right: 30px;
 }
}
@media (max-width: 767px) {
  .header-topbar .topbar-social .social {
      padding-right: 30px;
 }
}
.header-topbar .topbar-social .social ul {
  margin: 0;
  padding: 0 0 0 14px;
  list-style-type: none;
  position: relative;
}
.header-topbar .topbar-social .social ul::before {
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(23, 34, 43, 0.3);
  width: 1px;
  height: 14px;
}
.header-topbar .topbar-social .social ul li {
  display: inline-block;
}
.header-topbar .topbar-social .social ul li a {
  color: rgba(23, 34, 43, 0.75);
  margin-left: 10px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.header-topbar .topbar-social .social ul li a:hover {
  color: #87BB60 !important;
}
.header-topbar .topbar-social p {
  margin-bottom: 0;
  padding-right: 30px;
  font-size: 14px;
  font-weight: 400;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .header-topbar .topbar-social p {
      font-size: 12px;
 }
}
.topbar-trending > span {
  float: left;
  background: #f55;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 6px 18px;
}
.topbar-trending .trending-slider .trending-item p {
  margin-bottom: 0;
  padding: 6px 15px;
  font-size: 14px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .topbar-trending .trending-slider .trending-item p {
      font-size: 13px;
 }
}
.topbar-trending .trending-slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  border: 1px solid rgba(23, 34, 43, 0.25);
  height: 23px;
  width: 23px;
  text-align: center;
  line-height: 21px;
  cursor: pointer;
  background: #fff;
}
.topbar-trending .trending-slider .slick-arrow.prev {
  right: 25px;
}
.topbar-trending .trending-slider .slick-arrow.next {
  right: 0px;
}
.header-centerbar {
  padding: 10px 0;
  background: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-centerbar-ad {
      margin-top: 20px;
 }
}
@media (max-width: 767px) {
  .header-centerbar-ad {
      margin-top: 20px;
 }
}
.header-menubar {
  background: #fff;
}
.header-menu-rightbar {
  margin-left: -10px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header-menu-search ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.header-menu-search ul li {
  display: inline-block;
}
.header-menu-search ul li a {
  font-size: 18px;
  color: rgba(23, 34, 43, 0.5);
  margin: 7px;
}
.nice-select-item {
  margin-left: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .nice-select-item {
      margin-left: 0;
 }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .nice-select-item {
      margin-left: 0;
 }
}
@media (max-width: 767px) {
  .nice-select-item {
      margin-left: 0;
      display: none;
 }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .nice-select-item {
      display: block;
 }
}
.nice-select-item .nice-select {
  border: 0;
  border-left: 1.5px solid rgba(23, 34, 43, 0.3);
  border-right: 1.5px solid rgba(23, 34, 43, 0.3);
  border-radius: 0;
  height: 25px;
  line-height: 25px;
  padding-left: 15px;
  padding-right: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .nice-select-item .nice-select {
      padding-right: 25px;
 }
}
.nice-select-item .nice-select::after {
  height: 10px;
  width: 10px;
  top: 36%;
  right: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .nice-select-item .nice-select::after {
      right: 8px;
 }
}
.header-temperature {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .header-temperature {
      display: none;
 }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-temperature {
      display: block;
 }
}
.header-temperature .icon {
  padding-left: 13px;
  padding-right: 13px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .header-temperature .icon {
      padding-left: 6px;
      padding-right: 6px;
 }
}
.header-temperature .temperature-content .title {
  margin-bottom: 0;
}
.header-temperature .temperature-content .title sup {
  font-size: 16px;
}
.header-temperature .temperature-content .title sup sub {
  font-size: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .header-temperature .temperature-content p {
      font-size: 13px;
 }
}
.header-area {
  box-shadow: 0px 10px 40px rgba(23, 34, 43, 0.05);
  position: relative;
}
.header-area.header-dark .header-topbar {
  background: #17222b;
  border-bottom-color: #44515d;
}
.header-area.header-dark .header-topbar .topbar-trending .trending-slider .trending-item p {
  color: rgba(255, 255, 255, 0.85);
}
.header-area.header-dark .header-topbar .topbar-trending .trending-slider .slick-arrow {
  background-color: transparent;
  border: 1px solid #515a60;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.header-area.header-dark .header-topbar .topbar-trending .trending-slider .slick-arrow:hover {
  background: #87BB60 !important;
  border-color: #87BB60 !important;
  color: #fff;
}
.header-area.header-dark .header-topbar .topbar-social p {
  color: rgba(255, 255, 255, 0.85);
}
.header-area.header-dark .header-topbar .topbar-social .social ul li a {
  color: rgba(255, 255, 255, 0.75);
}
.header-area.header-dark .header-topbar .topbar-social .social ul li a:hover {
  color: #87BB60 !important;
}
.header-area.header-dark .header-centerbar {
  background: #233340;
}
.header-area.header-dark .header-menubar {
  background: #233340;
}
.header-area.header-dark .header-menubar .header-menu .stellarnav.light {
  background-color: transparent;
}
.header-area.header-dark .header-menubar .header-menu .stellarnav.light li a {
  color: #fff;
}
.header-area.header-dark .header-menubar .header-menu .stellarnav.light ul ul {
  background: #233340;
}
.header-area.header-dark .header-menubar .header-menu .stellarnav.light .menu-toggle span.bars span {
  background: #fff;
}
.header-area.header-dark .header-menubar .header-menu .stellarnav.light a {
  color: #fff;
}
.header-area.header-dark .header-menubar .header-menu .stellarnav.light a.dd-toggle .icon-plus::after, .header-area.header-dark .header-menubar .header-menu .stellarnav.light a.dd-toggle .icon-plus::before {
  border-color: #fff;
}
.header-area.header-dark .header-menubar .header-menu .stellarnav.desktop li.has-sub ul li a:hover {
  background: rgba(255, 255, 255, 0.05);
}
.header-area.header-dark .header-menubar .header-menu .stellarnav > ul > li > a:hover, .header-area.header-dark .header-menubar .header-menu .stellarnav > ul > li > a.active {
  background: rgba(255, 255, 255, 0.05);
}
.header-area.header-dark .header-menubar .header-menu .stellarnav.mobile.light ul {
  background: #233340;
}
.header-area.header-dark .header-menubar .header-menu-rightbar .header-menu-search ul li a {
  color: rgba(255, 255, 255, 0.5);
}
.header-area.header-dark .header-menubar .header-menu-rightbar .nice-select-item .nice-select {
  background-color: transparent;
  color: rgba(255, 255, 255, 0.75);
  border-left-color: #65717a;
  border-right-color: #65717a;
}
.header-area.header-dark .header-menubar .header-menu-rightbar .header-temperature .temperature-content .title {
  color: #fff;
}
.header-area.header-dark .header-menubar .header-menu-rightbar .header-temperature .temperature-content p {
  color: rgba(255, 255, 255, 0.6);
}
.header-area.header-5-area .container-fluid {
  padding: 0 60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .header-area.header-5-area .container-fluid {
      padding: 0 20px;
 }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .header-area.header-5-area .container-fluid {
      padding: 0 15px;
 }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area.header-5-area .container-fluid {
      padding: 0 15px;
 }
}
@media (max-width: 767px) {
  .header-area.header-5-area .container-fluid {
      padding: 0 15px;
 }
}

.header-area.header-5-area .header-topbar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.header-area.header-5-area .header-topbar .topbar-trending > span {
  background: rgba(255, 255, 255, 0.08);
}
.header-area.header-5-area .header-topbar .topbar-trending .trending-slider .slick-arrow {
  visibility: hidden;
  opacity: 0;
}
.header-area.header-5-area .header-topbar .topbar-rightbar-item .nice-select-item .nice-select {
  background-color: transparent;
}
.header-area.header-5-area .header-topbar .topbar-rightbar-item .nice-select-item .nice-select > span {
  color: rgba(255, 255, 255, 0.75);
}
.header-area.header-5-area .header-menubar {
  background: #17222b;
}
.header-area.header-5-area .header-menubar .header-menu .stellarnav > ul {
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area.header-5-area .header-menubar .header-menu .stellarnav > ul {
      text-align: left;
 }
}
@media (max-width: 767px) {
  .header-area.header-5-area .header-menubar .header-menu .stellarnav > ul {
      text-align: left;
 }
}
.header-area.header-5-area .header-menubar .header-menu .stellarnav > ul > li > a {
  padding: 27px 18px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .header-area.header-5-area .header-menubar .header-menu .stellarnav > ul > li > a {
      padding: 27px 12px;
 }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area.header-5-area .header-menubar .header-menu .stellarnav > ul > li > a {
      padding: 15px 20px;
 }
}
@media (max-width: 767px) {
  .header-area.header-5-area .header-menubar .header-menu .stellarnav > ul > li > a {
      padding: 15px 20px;
 }
}
.header-area.header-5-area .header-menubar .header-menu .stellarnav > ul > li > a:hover, .header-area.header-5-area .header-menubar .header-menu .stellarnav > ul > li > a.active {
  background-color: transparent;
}
.header-area.header-5-area .header-menubar .header-menu .stellarnav > ul > li > a:hover::before, .header-area.header-5-area .header-menubar .header-menu .stellarnav > ul > li > a.active::before {
  display: none;
}

.theme-4 .welcome_list .slick-slide {
    padding: 20px;
}

.theme-input input {
    font-size: 16px;
    font-weight: 400;
    color: #87BB60 !important;
}

.signup_form form input.cbtn,
.theme-3 .signup_form form input.cbtn,
a.cbtn1,
button.cbtn1,
input.cbtn1 {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 15px 30px;
    background: #87BB60 !important;
    border: none;
}

.dark-theme .topbar .social1 ul li a,
.theme-3 .topbar .social1 li a,
.topbar .social1 ul li a {
    width: 20px;
    height: 20px;
    display: block;
    text-align: center;
    line-height: 20px;
    font-style: 14px;
    color: #17222B;
}

.footer .cta .social2 ul li a {
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 40px;
    font-style: 14px;
    color: #C7CACC;
    background: #212C34;
}

.banner {
    position: relative;
    z-index: 2;
}

.banner:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #17222B;
    opacity: 0.6;
    left: 0;
    top: 0;
    z-index: -1;
}

.inner_overlay {
    position: relative;
    z-index: 2;
}

.inner_overlay:after {
    position: absolute;
    z-index: -1;
    content: "";
    height: 100%;
    width: 60%;
    background: linear-gradient(to left, transparent, #17222B);
    left: 0;
    top: 0;
}

.newsprk-category ul li a {
    position: relative;
    z-index: 2;
}

.newsprk-category ul li a:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    opacity: 0.6;
    left: 0;
    top: 0;
    z-index: -1;
    background: #17222B;
}

.half_bg1 {
    position: relative;
    z-index: 2;
}

.half_bg1:after {
    position: absolute;
    content: "";
    height: 50%;
    width: 100%;
    background: #17222B;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.dark-theme .half_dark_bg1 {
    position: relative;
    z-index: 2;
}

.dark-theme .half_dark_bg1:after {
    position: absolute;
    content: "";
    height: 50%;
    width: 100%;
    background: #233340;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.dark-theme .half_dark_bg60 {
    position: relative;
    z-index: 2;
}

.dark-theme .half_dark_bg60:after {
    position: absolute;
    content: "";
    height: 60%;
    width: 100%;
    background: #233340;
    left: 0;
    top: 0;
    z-index: -1;
}

.half_bg60 {
    position: relative;
    z-index: 2;
}

.half_bg60:after {
    position: absolute;
    content: "";
    height: 60%;
    width: 100%;
    background: #17222B;
    left: 0;
    top: 0;
    z-index: -1;
}

.border_left3 {
    border-left: 3px solid #BDC0C2;
}

.comment_form input,
.comment_form textarea {
    border: 1px solid #C4C7C9;
}

.dark-theme a.cbtn2,
.dark-theme button.cbtn2,
.dark-theme input.cbtn2,
a.cbtn2,
button.cbtn2,
input.cbtn2 {
    padding: 15px 40px;
    font-size: 16px;
    color: #FFFFFF;
    background: #87BB60 !important;
    text-transform: uppercase;
    transition: all 0.3s;
    font-weight: 400;
}
.dark-theme a.cbtn2:hover,
.dark-theme button.cbtn2:hover,
.dark-theme input.cbtn2:hover,
a.cbtn2:hover,
button.cbtn2:hover,
input.cbtn2:hover {
    background: #17222B;
    color: #FFFFFF;
    transition: all 0.3s;
}

.theme-4 a.cbtn4,
.theme-4 button.cbtn4,
.theme-4 input.cbtn4 {
    padding: 15px 40px;
    font-size: 16px;
    color: #FFFFFF;
    background: linear-gradient(90deg, #FF5555, #AB50EF);
    text-transform: uppercase;
    transition: all 0.3s;
    font-weight: 400;
}
.theme-4 a.cbtn4:hover,
.theme-4 button.cbtn4:hover,
.theme-4 input.cbtn4:hover {
    background: linear-gradient(90deg, #FF5555, #AB50EF);
    color: #FFFFFF;
    transition: all 0.3s;
}

a.cbtn3,
button.cbtn3,
input.cbt3 {
    padding: 15px 40px;
    font-size: 16px;
    color: #17222B;
    border: 1px solid #87BB60 !important;
    background: #FFFFFF;
    text-transform: uppercase;
    transition: all 0.3s;
    font-weight: 400;
}
a.cbtn3:hover,
button.cbtn3:hover,
input.cbt3:hover {
    background: #87BB60 !important;
    color: #FFFFFF;
    transition: all 0.3s;
}

.shadow5 {
    box-shadow: 0 72px 20px 0 #fbfbff;
}

/*-----------------------------------
    GLOBAL CSS
-------------------------------------*/
body,
html {
    height: 100%;
}

a {
    color: #17222B;
    -webkit-text-decoration: noen;
    text-decoration: noen;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

a:hover {
    color: #2095f3;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    margin: 0 0 15px;
    color: #17222B;
}

h4:last-of-type {
    margin-bottom: 0;
}
.archives h4,
.entry-content h4 {
    margin-bottom: 15px;
}
p:last-of-type {
    margin-bottom: 0;
    clear: both;
    overflow: hidden;
}

body {
    font-size: 17px;
    line-height: 1.6em;
    color: #17222B;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    word-break: break-word;
    overflow-x: hidden;
}

/* Remove Chrome Input Field's Unwanted Yellow Background Color */
input:-webkit-autofill,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
    box-shadow: 0 0 0 1000px white inset !important;
}

.alignleft {
    float: left;
    margin-right: 20px;
}

.alignright {
    float: right;
    margin-left: 20px;
}

.aligncenter {
    display: block;
    margin: 0 auto 20px;
}

.tuc {
    text-transform: uppercase;
}

.tct {
    text-transform: capitalize;
}

.font_light {
    font-weight: 300;
}

.font_bold {
    font-weight: 700;
}

.font_regular {
    font-weight: 400;
}

.font_thin {
    font-weight: 100;
}

.b {
    font-weight: 700;
}

/*----------------------
    ALIGN
-----------------------*/
.center,
.left,
.right {
    position: relative;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.center {
    text-align: center;
}

.dinline,
.dinline > div,
.dinline a,
.dinline li {
    display: inline-block;
}

/*-----------------------
    FONTS
------------------------*/
.uppercase {
    text-transform: uppercase;
}

.lowercase {
    text-transform: lowercase;
}

.capitalize {
    text-transform: capitalize;
}

.font12 {
    font-size: 14px;
}

.font14 {
    font-size: 14px;
}

.font16 {
    font-size: 16px;
}

.font18 {
    font-size: 18px;
}

.font20 {
    font-size: 20px;
}

.font22 {
    font-size: 22px;
}

.font24 {
    font-size: 24px;
}

.font26 {
    font-size: 26px;
}

.font28 {
    font-size: 28px;
}

.font32 {
    font-size: 32px;
}

.font30 {
    font-size: 30px;
}

.font36 {
    font-size: 36px;
}

.font38 {
    font-size: 38px;
}

.font48 {
    font-size: 48px;
}

.font42 {
    font-size: 42px;
}

.font48 {
    font-size: 48px;
}

.font50 {
    font-size: 50px;
}

.font52 {
    font-size: 52px;
}

.font60 {
    font-size: 60px;
}

.font80 {
    font-size: 80px;
}

.font120 {
    font-size: 120px;
}

.font140 {
    font-size: 140px;
}

/*------------------------------
    RESPONSIVE
-------------------------------*/
@media only screen and (min-width: 1200px) {
    .lg-center {
        text-align: center;
    }

    .lg-left {
        text-align: left;
    }

    .lg-right {
        text-align: right;
    }

    .lg-font12 {
        font-size: 14px;
    }

    .lg-font14 {
        font-size: 14px;
    }

    .lg-font16 {
        font-size: 16px;
    }

    .lg-font18 {
        font-size: 18px;
    }

    .lg-font20 {
        font-size: 20px;
    }

    .lg-font22 {
        font-size: 22px;
    }

    .lg-font24 {
        font-size: 24px;
    }

    .lg-font26 {
        font-size: 26px;
    }

    .lg-font28 {
        font-size: 28px;
    }

    .lg-font32 {
        font-size: 32px;
    }

    .lg-font30 {
        font-size: 30px;
    }

    .lg-font36 {
        font-size: 36px;
    }

    .lg-font38 {
        font-size: 38px;
    }

    .lg-font48 {
        font-size: 48px;
    }

    .lg-font42 {
        font-size: 42px;
    }

    .lg-font48 {
        font-size: 48px;
    }

    .lg-font50 {
        font-size: 50px;
    }

    .lg-font52 {
        font-size: 52px;
    }

    .lg-font60 {
        font-size: 60px;
    }

    .lg-font80 {
        font-size: 80px;
    }

    .lg-font120 {
        font-size: 120px;
    }

    .lg-font140 {
        font-size: 140px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .md-center {
        text-align: center;
    }

    .md-left {
        text-align: left;
    }

    .md-right {
        text-align: right;
    }

    .md-font12 {
        font-size: 14px;
    }

    .md-font14 {
        font-size: 14px;
    }

    .md-font16 {
        font-size: 16px;
    }

    .md-font18 {
        font-size: 18px;
    }

    .md-font20 {
        font-size: 20px;
    }

    .md-font22 {
        font-size: 22px;
    }

    .md-font24 {
        font-size: 24px;
    }

    .md-font26 {
        font-size: 26px;
    }

    .md-font28 {
        font-size: 28px;
    }

    .md-font32 {
        font-size: 32px;
    }

    .md-font30 {
        font-size: 30px;
    }

    .md-font36 {
        font-size: 36px;
    }

    .md-font38 {
        font-size: 38px;
    }

    .md-font48 {
        font-size: 48px;
    }

    .md-font42 {
        font-size: 42px;
    }

    .md-font48 {
        font-size: 48px;
    }

    .md-font50 {
        font-size: 50px;
    }

    .md-font52 {
        font-size: 52px;
    }

    .md-font60 {
        font-size: 60px;
    }

    .md-font80 {
        font-size: 80px;
    }

    .md-font120 {
        font-size: 120px;
    }

    .md-font140 {
        font-size: 140px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .sm-center {
        text-align: center;
    }

    .sm-left {
        text-align: left;
    }

    .sm-right {
        text-align: right;
    }

    .sm-font12 {
        font-size: 14px;
    }

    .sm-font14 {
        font-size: 14px;
    }

    .sm-font16 {
        font-size: 16px;
    }

    .sm-font18 {
        font-size: 18px;
    }

    .sm-font20 {
        font-size: 20px;
    }

    .sm-font22 {
        font-size: 22px;
    }

    .sm-font24 {
        font-size: 24px;
    }

    .sm-font26 {
        font-size: 26px;
    }

    .sm-font28 {
        font-size: 28px;
    }

    .sm-font32 {
        font-size: 32px;
    }

    .sm-font30 {
        font-size: 30px;
    }

    .sm-font36 {
        font-size: 36px;
    }

    .sm-font38 {
        font-size: 38px;
    }

    .sm-font48 {
        font-size: 48px;
    }

    .sm-font42 {
        font-size: 42px;
    }

    .sm-font48 {
        font-size: 48px;
    }

    .sm-font50 {
        font-size: 50px;
    }

    .sm-font52 {
        font-size: 52px;
    }

    .sm-font60 {
        font-size: 60px;
    }

    .sm-font80 {
        font-size: 80px;
    }

    .sm-font120 {
        font-size: 120px;
    }

    .sm-font140 {
        font-size: 140px;
    }
}
@media only screen and (max-width: 767px) {
    .xs-center {
        text-align: center;
    }

    .xs-left {
        text-align: left;
    }

    .xs-right {
        text-align: right;
    }

    .xs-font12 {
        font-size: 14px;
    }

    .xs-font14 {
        font-size: 14px;
    }

    .xs-font16 {
        font-size: 16px;
    }

    .xs-font18 {
        font-size: 18px;
    }

    .xs-font20 {
        font-size: 20px;
    }

    .xs-font22 {
        font-size: 22px;
    }

    .xs-font24 {
        font-size: 24px;
    }

    .xs-font26 {
        font-size: 26px;
    }

    .xs-font28 {
        font-size: 28px;
    }

    .xs-font32 {
        font-size: 32px;
    }

    .xs-font30 {
        font-size: 30px;
    }

    .xs-font36 {
        font-size: 36px;
    }

    .xs-font38 {
        font-size: 38px;
    }

    .xs-font48 {
        font-size: 48px;
    }

    .xs-font42 {
        font-size: 42px;
    }

    .xs-font48 {
        font-size: 48px;
    }

    .xs-font50 {
        font-size: 50px;
    }

    .xs-font52 {
        font-size: 52px;
    }

    .xs-font60 {
        font-size: 60px;
    }

    .xs-font80 {
        font-size: 80px;
    }

    .xs-font120 {
        font-size: 120px;
    }

    .xs-font140 {
        font-size: 140px;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .xsl-center {
        text-align: center;
    }

    .xsl-left {
        text-align: left;
    }

    .xsl-right {
        text-align: right;
    }

    .xsl-font12 {
        font-size: 14px;
    }

    .xsl-font14 {
        font-size: 14px;
    }

    .xsl-font16 {
        font-size: 16px;
    }

    .xsl-font18 {
        font-size: 18px;
    }

    .xsl-font20 {
        font-size: 20px;
    }

    .xsl-font22 {
        font-size: 22px;
    }

    .xsl-font24 {
        font-size: 24px;
    }

    .xsl-font26 {
        font-size: 26px;
    }

    .xsl-font28 {
        font-size: 28px;
    }

    .xsl-font32 {
        font-size: 32px;
    }

    .xsl-font30 {
        font-size: 30px;
    }

    .xsl-font36 {
        font-size: 36px;
    }

    .xsl-font38 {
        font-size: 38px;
    }

    .xsl-font48 {
        font-size: 48px;
    }

    .xsl-font42 {
        font-size: 42px;
    }

    .xsl-font48 {
        font-size: 48px;
    }

    .xsl-font50 {
        font-size: 50px;
    }

    .xsl-font52 {
        font-size: 52px;
    }

    .xsl-font60 {
        font-size: 60px;
    }

    .xsl-font80 {
        font-size: 80px;
    }

    .xsl-font120 {
        font-size: 120px;
    }

    .xsl-font140 {
        font-size: 140px;
    }
}
/*--------------------
    WIDTH
---------------------*/
.width50 {
    width: 50px;
}

.width60 {
    width: 60px;
}

.width70 {
    width: 70px;
}

.width80 {
    width: 80px;
}

.width90 {
    width: 90px;
}

.width100 {
    width: 100px;
}

.width110 {
    width: 110px;
}

.width120 {
    width: 120px;
}

.width50p {
    width: 50%;
}

.width70p {
    width: 70%;
}

.width80p {
    width: 80%;
}

.width90p {
    width: 90%;
}

.width100p,
.width100p img {
    width: 100%;
}

/*-----------------------
    DISPLAY
------------------------*/
.display-table {
    display: table;
}

.display-table-cell {
    display: table-cell;
}

.vertical-align-middle {
    vertical-align: middle;
}

.last-p-mb0 p:last-of-type {
    margin-bottom: 0;
}

.first-h4-mb0 h4:first-of-type {
    margin-bottom: 0;
}

.font300 {
    font-weight: 300;
}

.font400 {
    font-weight: 400;
}

.font500 {
    font-weight: 500;
}

.font600 {
    font-weight: 600;
}

.font700 {
    font-weight: 700;
}

.font800 {
    font-weight: 800;
}

/*--------------------
    CONTENT POSITION
---------------------*/
.fix {
    overflow: hidden;
}

.relative {
    position: relative;
    overflow: hidden;
}

.absulute {
    position: absolute;
}

.v-center {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 9;
}

.h-center {
    left: 50%;
    transform: translateX(-50%);
}

.h-center-reverse {
    right: 50%;
    transform: translateX(50%);
}

.content-center {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.flex-v-center {
    display: flex;
    align-items: center;
}

.display-block {
    display: block;
}

.social-bookmark li {
    display: inline;
}

.social-bookmark li a {
    display: inline-block;
    margin: 0 2px;
    text-align: center;
}

.inline li {
    display: inline;
}

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

.inline-block {
    display: inline-block;
}

@media (min-width: 768px) and (max-width: 991px) {
    .sm-width100p {
        width: 100%;
    }

    .flex-v-center {
        display: inherit;
    }
}
@media only screen and (max-width: 767px) {
    .xs-width100p {
        width: 100%;
    }

    .flex-v-center {
        align-items: inherit;
        display: inherit;
    }
}
/*--------------------------
    MARGIN CSS
----------------------------*/
.mt100 {
    margin-top: 100px;
}

.mt90 {
    margin-top: 90px;
}

.mt80 {
    margin-top: 80px;
}

.mt70 {
    margin-top: 70px;
}

.mt60 {
    margin-top: 60px;
}

.mt50 {
    margin-top: 50px;
}

.mt40 {
    margin-top: 40px;
}

.mt30 {
    margin-top: 30px;
}

.mt20 {
    margin-top: 20px;
}

.mt10 {
    margin-top: 10px;
}

.no-margin {
    margin: 0;
}

.mb100 {
    margin-bottom: 100px;
}

.mb150 {
    margin-bottom: 150px;
}

.mb90 {
    margin-bottom: 90px;
}

.mb80 {
    margin-bottom: 80px;
}

.mb70 {
    margin-bottom: 70px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb0 {
    margin-bottom: 0;
}

@media only screen and (min-width: 1200px) {
    /*----------------------------------
      MEDIUM LAYOUT: 1280px
  -----------------------------------*/
    .lg-mb0 {
        margin-bottom: 0;
    }

    .lg-mb10 {
        margin-bottom: 10px;
    }

    .lg-mb20 {
        margin-bottom: 20px;
    }

    .lg-mb30 {
        margin-bottom: 30px;
    }

    .lg-mb40 {
        margin-bottom: 40px;
    }

    .lg-mb50 {
        margin-bottom: 50px;
    }

    .lg-mb60 {
        margin-bottom: 60px;
    }

    .lg-mb70 {
        margin-bottom: 70px;
    }

    .lg-mb80 {
        margin-bottom: 80px;
    }

    .lg-mb100 {
        margin-bottom: 100px;
    }

    .lg-mt0 {
        margin-top: 0;
    }

    .lg-mt10 {
        margin-top: 10px;
    }

    .lg-mt20 {
        margin-top: 20px;
    }

    .lg-mt30 {
        margin-top: 30px;
    }

    .lg-mt40 {
        margin-top: 40px;
    }

    .lg-mt50 {
        margin-top: 50px;
    }

    .lg-mt60 {
        margin-top: 60px;
    }

    .lg-mt70 {
        margin-top: 70px;
    }

    .lg-mt80 {
        margin-top: 80px;
    }

    .lg-mt100 {
        margin-top: 100px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    /*----------------------------------
      MEDIUM LAYOUT: 1280px
  -----------------------------------*/
    .md-mb0 {
        margin-bottom: 0;
    }

    .md-mb10 {
        margin-bottom: 10px;
    }

    .md-mb20 {
        margin-bottom: 20px;
    }

    .md-mb30 {
        margin-bottom: 30px;
    }

    .md-mb40 {
        margin-bottom: 40px;
    }

    .md-mb50 {
        margin-bottom: 50px;
    }

    .md-mb60 {
        margin-bottom: 60px;
    }

    .md-mb70 {
        margin-bottom: 70px;
    }

    .md-mb80 {
        margin-bottom: 80px;
    }

    .md-mb100 {
        margin-bottom: 100px;
    }

    .md-mt0 {
        margin-top: 0;
    }

    .md-mt10 {
        margin-top: 10px;
    }

    .md-mt20 {
        margin-top: 20px;
    }

    .md-mt30 {
        margin-top: 30px;
    }

    .md-mt40 {
        margin-top: 40px;
    }

    .md-mt50 {
        margin-top: 50px;
    }

    .md-mt60 {
        margin-top: 60px;
    }

    .md-mt70 {
        margin-top: 70px;
    }

    .md-mt80 {
        margin-top: 80px;
    }

    .md-mt100 {
        margin-top: 100px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    /*----------------------------------
      TABLET LAYOUT: 768px
  -----------------------------------*/
    .sm-mb0 {
        margin-bottom: 0;
    }

    .sm-mb10 {
        margin-bottom: 10px;
    }

    .sm-mb20 {
        margin-bottom: 20px;
    }

    .sm-mb30 {
        margin-bottom: 30px;
    }

    .sm-mb40 {
        margin-bottom: 40px;
    }

    .sm-mb50 {
        margin-bottom: 50px;
    }

    .sm-mb60 {
        margin-bottom: 60px;
    }

    .sm-mb70 {
        margin-bottom: 70px;
    }

    .sm-mb80 {
        margin-bottom: 80px;
    }

    .sm-mb100 {
        margin-bottom: 100px;
    }

    .sm-mt0 {
        margin-top: 0;
    }

    .sm-mt10 {
        margin-top: 10px;
    }

    .sm-mt20 {
        margin-top: 20px;
    }

    .sm-mt30 {
        margin-top: 30px;
    }

    .sm-mt40 {
        margin-top: 40px;
    }

    .sm-mt50 {
        margin-top: 50px;
    }

    .sm-mt60 {
        margin-top: 60px;
    }

    .sm-mt70 {
        margin-top: 70px;
    }

    .sm-mt80 {
        margin-top: 80px;
    }

    .sm-mt100 {
        margin-top: 100px;
    }
}
@media only screen and (max-width: 767px) {
    /*----------------------------------
      MOBILE LAYOUT: 320px
  -----------------------------------*/
    .xs-mb0 {
        margin-bottom: 0;
    }

    .xs-mb10 {
        margin-bottom: 10px;
    }

    .xs-mb20 {
        margin-bottom: 20px;
    }

    .xs-mb30 {
        margin-bottom: 30px;
    }

    .xs-mb40 {
        margin-bottom: 40px;
    }

    .xs-mb50 {
        margin-bottom: 50px;
    }

    .xs-mb60 {
        margin-bottom: 60px;
    }

    .xs-mb70 {
        margin-bottom: 70px;
    }

    .xs-mb80 {
        margin-bottom: 80px;
    }

    .xs-mb90 {
        margin-bottom: 90px;
    }

    .xs-mb100 {
        margin-bottom: 100px;
    }

    .xs-mt0 {
        margin-top: 0;
    }

    .xs-mt10 {
        margin-top: 10px;
    }

    .xs-mt20 {
        margin-top: 20px;
    }

    .xs-mt30 {
        margin-top: 30px;
    }

    .xs-mt40 {
        margin-top: 40px;
    }

    .xs-mt50 {
        margin-top: 50px;
    }

    .xs-mt60 {
        margin-top: 60px;
    }

    .xs-mt70 {
        margin-top: 70px;
    }

    .xs-mt80 {
        margin-top: 80px;
    }

    .xs-mt100 {
        margin-top: 100px;
    }
}
/* ----------------------------
    PADDING CSS
------------------------------ */
.section-padding {
    padding: 100px 0 70px;
}

.section-padding2 {
    padding: 100px 0;
}

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

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

.padding5050 {
    padding: 50px 0;
}

.padding2021 {
    padding: 20px 0;
}

.padding6030 {
    padding: 60px 0 30px;
}

.padding15 {
    padding: 15px;
}

/*-----------------*/
.padding-top-10 {
    padding-top: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*--------------------
    PADDING
---------------------*/
.padding100 {
    padding: 100px;
}

.padding90 {
    padding: 90px;
}

.padding80 {
    padding: 80px;
}

.padding70 {
    padding: 70px;
}

.padding60 {
    padding: 60px;
}

.padding50 {
    padding: 50px;
}

.padding40 {
    padding: 40px;
}

.padding30 {
    padding: 30px;
}

.padding20 {
    padding: 20px;
}

.padding10 {
    padding: 10px;
}

.no-padding {
    padding: 0;
}

/*--------------------------------------
        RESPONSIVE
----------------------------------------*/
@media only screen and (min-width: 1200px) {
    .lg-padding-top-10 {
        padding-top: 10px;
    }

    .lg-padding-top-20 {
        padding-top: 20px;
    }

    .lg-padding-top-30 {
        padding-top: 30px;
    }

    .lg-padding-top-40 {
        padding-top: 40px;
    }

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

    .lg-padding-top-60 {
        padding-top: 60px;
    }

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

    .lg-padding-top-80 {
        padding-top: 80px;
    }

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

    .lg-padding-top-100 {
        padding-top: 100px;
    }

    .lg-padding-bottom-10 {
        padding-bottom: 10px;
    }

    .lg-padding-bottom-20 {
        padding-bottom: 20px;
    }

    .lg-padding-bottom-30 {
        padding-bottom: 30px;
    }

    .lg-padding-bottom-40 {
        padding-bottom: 40px;
    }

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

    .lg-padding-bottom-60 {
        padding-bottom: 60px;
    }

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

    .lg-padding-bottom-80 {
        padding-bottom: 80px;
    }

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

    .lg-padding-bottom-100 {
        padding-bottom: 100px;
    }

    /*------------------*/
    .lg-padding100 {
        padding: 100px;
    }

    .lg-padding90 {
        padding: 90px;
    }

    .lg-padding80 {
        padding: 80px;
    }

    .lg-padding70 {
        padding: 70px;
    }

    .lg-padding60 {
        padding: 60px;
    }

    .lg-padding50 {
        padding: 50px;
    }

    .lg-padding40 {
        padding: 40px;
    }

    .lg-padding30 {
        padding: 30px;
    }

    .lg-padding20 {
        padding: 20px;
    }

    .lg-padding10 {
        padding: 10px;
    }

    .lg-padding0 {
        padding: 0;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .md-padding-top-10 {
        padding-top: 10px;
    }

    .md-padding-top-20 {
        padding-top: 20px;
    }

    .md-padding-top-30 {
        padding-top: 30px;
    }

    .md-padding-top-40 {
        padding-top: 40px;
    }

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

    .md-padding-top-60 {
        padding-top: 60px;
    }

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

    .md-padding-top-80 {
        padding-top: 80px;
    }

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

    .md-padding-top-100 {
        padding-top: 100px;
    }

    .md-padding-bottom-10 {
        padding-bottom: 10px;
    }

    .md-padding-bottom-20 {
        padding-bottom: 20px;
    }

    .md-padding-bottom-30 {
        padding-bottom: 30px;
    }

    .md-padding-bottom-40 {
        padding-bottom: 40px;
    }

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

    .md-padding-bottom-60 {
        padding-bottom: 60px;
    }

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

    .md-padding-bottom-80 {
        padding-bottom: 80px;
    }

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

    .md-padding-bottom-100 {
        padding-bottom: 100px;
    }

    /*------------------*/
    .md-padding100 {
        padding: 100px;
    }

    .md-padding90 {
        padding: 90px;
    }

    .md-padding80 {
        padding: 80px;
    }

    .md-padding70 {
        padding: 70px;
    }

    .md-padding60 {
        padding: 60px;
    }

    .md-padding50 {
        padding: 50px;
    }

    .md-padding40 {
        padding: 40px;
    }

    .md-padding30 {
        padding: 30px;
    }

    .md-padding20 {
        padding: 20px;
    }

    .md-padding10 {
        padding: 10px;
    }

    .md-padding0 {
        padding: 0;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .sm-padding-top-10 {
        padding-top: 10px;
    }

    .sm-padding-top-20 {
        padding-top: 20px;
    }

    .sm-padding-top-30 {
        padding-top: 30px;
    }

    .sm-padding-top-40 {
        padding-top: 40px;
    }

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

    .sm-padding-top-60 {
        padding-top: 60px;
    }

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

    .sm-padding-top-80 {
        padding-top: 80px;
    }

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

    .sm-padding-top-100 {
        padding-top: 100px;
    }

    .sm-padding-bottom-10 {
        padding-bottom: 10px;
    }

    .sm-padding-bottom-20 {
        padding-bottom: 20px;
    }

    .sm-padding-bottom-30 {
        padding-bottom: 30px;
    }

    .sm-padding-bottom-40 {
        padding-bottom: 40px;
    }

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

    .sm-padding-bottom-60 {
        padding-bottom: 60px;
    }

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

    .sm-padding-bottom-80 {
        padding-bottom: 80px;
    }

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

    .sm-padding-bottom-100 {
        padding-bottom: 100px;
    }

    /*------------------*/
    .sm-padding100 {
        padding: 100px;
    }

    .sm-padding90 {
        padding: 90px;
    }

    .sm-padding80 {
        padding: 80px;
    }

    .sm-padding70 {
        padding: 70px;
    }

    .sm-padding60 {
        padding: 60px;
    }

    .sm-padding50 {
        padding: 50px;
    }

    .sm-padding40 {
        padding: 40px;
    }

    .sm-padding30 {
        padding: 30px;
    }

    .sm-padding20 {
        padding: 20px;
    }

    .sm-padding10 {
        padding: 10px;
    }

    .sm-padding0 {
        padding: 0;
    }

    /*-----------------*/
    .section-padding {
        padding: 80px 0;
    }

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

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

    .padding-100-50 {
        padding-top: 80px;
        padding-bottom: 30px;
    }

    .padding-100-70 {
        padding-top: 80px;
        padding-bottom: 50px;
    }

    .padding-100-30 {
        padding-top: 80px;
        padding-bottom: 10px;
    }
}
@media only screen and (max-width: 767px) {
    .xs-padding-top-10 {
        padding-top: 10px;
    }

    .xs-padding-top-20 {
        padding-top: 20px;
    }

    .xs-padding-top-30 {
        padding-top: 30px;
    }

    .xs-padding-top-40 {
        padding-top: 40px;
    }

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

    .xs-padding-top-60 {
        padding-top: 60px;
    }

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

    .xs-padding-top-80 {
        padding-top: 80px;
    }

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

    .xs-padding-top-100 {
        padding-top: 100px;
    }

    .xs-padding-bottom-10 {
        padding-bottom: 10px;
    }

    .xs-padding-bottom-20 {
        padding-bottom: 20px;
    }

    .xs-padding-bottom-30 {
        padding-bottom: 30px;
    }

    .xs-padding-bottom-40 {
        padding-bottom: 40px;
    }

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

    .xs-padding-bottom-60 {
        padding-bottom: 60px;
    }

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

    .xs-padding-bottom-80 {
        padding-bottom: 80px;
    }

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

    .xs-padding-bottom-100 {
        padding-bottom: 100px;
    }

    /*------------------*/
    .xs-padding100 {
        padding: 100px;
    }

    .xs-padding90 {
        padding: 90px;
    }

    .xs-padding80 {
        padding: 80px;
    }

    .xs-padding70 {
        padding: 70px;
    }

    .xs-padding60 {
        padding: 60px;
    }

    .xs-padding50 {
        padding: 50px;
    }

    .xs-padding40 {
        padding: 40px;
    }

    .xs-padding30 {
        padding: 30px;
    }

    .xs-padding20 {
        padding: 20px;
    }

    .xs-padding10 {
        padding: 10px;
    }

    .xs-padding0 {
        padding: 0;
    }

    /*----------------*/
    .section-padding {
        padding: 50px 0;
    }

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

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

    .padding-100-50 {
        padding-top: 50px;
        padding-bottom: 0;
    }

    .padding-100-70 {
        padding-top: 50px;
        padding-bottom: 20px;
    }

    .padding-100-30 {
        padding-top: 50px;
        padding-bottom: 0;
    }
}
/* ----------------------------
    BACKGROUND CSS
------------------------------- */
.theme__bg1 {
    position: relative;
    z-index: 2;
}

.theme__bg1:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #233645;
    z-index: -1;
}

.theme__bg2 {
    position: relative;
    z-index: 2;
}

.theme__bg2:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #EBF5F6;
    z-index: -1;
}

.white__bg {
    background: #fff;
}

.bgf {
    background-attachment: fixed;
}

/* ----------------------------
    BORDER CSS
------------------------------ */
.border {
    border: 1px solid #dfdfde;
}

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

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

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

.border-top {
    border-top: 1px solid #dddddd;
}

.border-righ-bottom {
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}

.border_black_1px {
    border: 1px solid #222;
}

.border_black_2px {
    border: 2px solid #222;
}

.border_black_3px {
    border: 3px solid #222;
}

@media only screen and (max-width: 767px) {
    .border-xs {
        border: 1px solid #dddddd;
    }
}
.border-radious3 {
    border-radius: 3px;
    overflow: hidden;
}

.border-radious4 {
    border-radius: 4px;
    overflow: hidden;
}

.border-radious5 {
    border-radius: 5px;
    overflow: hidden;
}

.border-radious55 {
    border-radius: 5px 5px 0 0;
    overflow: hidden;
}

.border-radious7 {
    border-radius: 7px;
    overflow: hidden;
}

.border-radious10 {
    border-radius: 10px;
}

.border-radious20 {
    border-radius: 20px;
}

.border-radious50 {
    border-radius: 50px;
}

.border-_5px_white {
    border: 0.5px solid #fff;
}

/*-----------------------
    SHADOW CSS
------------------------*/
.shadow {
    box-shadow: 0 0 3px #dddddd;
}

.shadow10 {
    box-shadow: 0 0 3px #dddddd;
    transition: 0.3s;
}

.shadow10:hover,
.shadow:hover {
    transform: translateY(-5px);
}

.no-shadow {
    box-shadow: 0 0 0 0 transparent;
}

/* ----------------------------
    FORM & INPUT CSS
------------------------------ */
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
    outline: 0;
}

button:active,
button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
    outline: 0;
}

input[type=color],
input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=range],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
textarea {
    outline: 0;
    width: 100%;
}

input[type=color]:focus,
input[type=date]:focus,
input[type=datetime-local]:focus,
input[type=datetime]:focus,
input[type=email]:focus,
input[type=month]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=range]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=week]:focus,
select:focus,
textarea:focus {
    outline: 0;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

embed,
iframe,
object {
    width: 100%;
}

/*==============
COMMON CSS
=================*/
.bg {
    background-position: center;
    background-size: cover;
}

/*==============
SPACE CSS
=================*/
.space-100 {
    height: 100px;
}

.space-50 {
    height: 50px;
}

.space-80 {
    height: 80px;
}

.space-40 {
    height: 40px;
}

.space-60 {
    height: 60px;
}

.space-70 {
    height: 70px;
}

.space-30 {
    height: 30px;
}

.space-20 {
    height: 20px;
}

.space-15 {
    height: 15px;
}

.space-10 {
    height: 10px;
}

.space-5 {
    height: 5px;
}

.pl-0 {
    padding-left: 0;
}


/*-----------------------
	FONT WEIGHT
-------------------------*/
.theme-input input {
    font-size: 16px;
    font-weight: 400;
    color: #87BB60 !important;
}

.signup_form form input.cbtn,
.theme-3 .signup_form form input.cbtn,
a.cbtn1,
button.cbtn1,
input.cbtn1 {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 15px 30px;
    background: #87BB60 !important;
    border: none;
}

.dark-theme .topbar .social1 ul li a,
.theme-3 .topbar .social1 li a,
.topbar .social1 ul li a {
    width: 20px;
    height: 20px;
    display: block;
    text-align: center;
    line-height: 20px;
    font-style: 14px;
    color: #17222B;
}

.footer .cta .social2 ul li a {
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 40px;
    font-style: 14px;
    color: #C7CACC;
    background: #212C34;
}

.banner {
    position: relative;
    z-index: 2;
}

.banner:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #17222B;
    opacity: 0.6;
    left: 0;
    top: 0;
    z-index: -1;
}

.inner_overlay {
    position: relative;
    z-index: 2;
}

.inner_overlay:after {
    position: absolute;
    z-index: -1;
    content: "";
    height: 100%;
    width: 60%;
    background: linear-gradient(to left, transparent, #17222B);
    left: 0;
    top: 0;
}

.newsprk-category ul li a {
    position: relative;
    z-index: 2;
}

.newsprk-category ul li a:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    opacity: 0.6;
    left: 0;
    top: 0;
    z-index: -1;
    background: #17222B;
}

.half_bg1 {
    position: relative;
    z-index: 2;
}

.half_bg1:after {
    position: absolute;
    content: "";
    height: 50%;
    width: 100%;
    background: #17222B;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.dark-theme .half_dark_bg1 {
    position: relative;
    z-index: 2;
}

.dark-theme .half_dark_bg1:after {
    position: absolute;
    content: "";
    height: 50%;
    width: 100%;
    background: #233340;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.dark-theme .half_dark_bg60 {
    position: relative;
    z-index: 2;
}

.dark-theme .half_dark_bg60:after {
    position: absolute;
    content: "";
    height: 60%;
    width: 100%;
    background: #233340;
    left: 0;
    top: 0;
    z-index: -1;
}

.half_bg60 {
    position: relative;
    z-index: 2;
}

.half_bg60:after {
    position: absolute;
    content: "";
    height: 60%;
    width: 100%;
    background: #17222B;
    left: 0;
    top: 0;
    z-index: -1;
}

.border_left3 {
    border-left: 3px solid #BDC0C2;
}

.comment_form input,
.comment_form textarea {
    border: 1px solid #C4C7C9;
}

.dark-theme a.cbtn2,
.dark-theme button.cbtn2,
.dark-theme input.cbtn2,
a.cbtn2,
button.cbtn2,
input.cbtn2 {
    padding: 15px 40px;
    font-size: 16px;
    color: #FFFFFF;
    background: #87BB60 !important;
    text-transform: uppercase;
    transition: all 0.3s;
    font-weight: 400;
}
.dark-theme a.cbtn2:hover,
.dark-theme button.cbtn2:hover,
.dark-theme input.cbtn2:hover,
a.cbtn2:hover,
button.cbtn2:hover,
input.cbtn2:hover {
    background: #17222B;
    color: #FFFFFF;
    transition: all 0.3s;
}

.theme-4 a.cbtn4,
.theme-4 button.cbtn4,
.theme-4 input.cbtn4 {
    padding: 15px 40px;
    font-size: 16px;
    color: #FFFFFF;
    background: linear-gradient(90deg, #FF5555, #AB50EF);
    text-transform: uppercase;
    transition: all 0.3s;
    font-weight: 400;
}
.theme-4 a.cbtn4:hover,
.theme-4 button.cbtn4:hover,
.theme-4 input.cbtn4:hover {
    background: linear-gradient(90deg, #FF5555, #AB50EF);
    color: #FFFFFF;
    transition: all 0.3s;
}

a.cbtn3,
button.cbtn3,
input.cbt3 {
    padding: 15px 40px;
    font-size: 16px;
    color: #17222B;
    border: 1px solid #87BB60 !important;
    background: #FFFFFF;
    text-transform: uppercase;
    transition: all 0.3s;
    font-weight: 400;
}
a.cbtn3:hover,
button.cbtn3:hover,
input.cbt3:hover {
    background: #87BB60 !important;
    color: #FFFFFF;
    transition: all 0.3s;
}

.shadow5 {
    box-shadow: 0 72px 20px 0 #fbfbff;
}

@media (min-width: 768px) and (max-width: 991px) {
    .dark-theme .topbar .top_date_social > div:first-child {
        padding-right: 0;
        margin-right: 0;
    }

    .searching .v1search_form button {
        min-width: 80%;
    }
}

.theme-1 .site-nav-inner {
    position: relative;
}
.theme-1 .main-nav {
    background: white;
    min-height: 50px;
    box-shadow: 0 3px 7px 0 #f8f8fb;
}
.theme-1 .navbar {
    border-radius: 0;
    border: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
}
.theme-1 .navbar-toggler {
    color: #fff;
    padding: 8px 15px;
    background: #87BB60 !important;
    position: absolute;
    top: -55px;
    z-index: 9;
}
.theme-1 .navbar-toggler-icon {
    width: 25px;
}
.theme-1 .navbar-toggle .i-bar {
    background: #fff;
}
.theme-1 .navbar-collapse {
    padding-left: 0;
}
.theme-1 ul.navbar-nav > li {
    float: left;
    padding: 0;
    position: relative;
}
.theme-1 ul.navbar-nav > li > a {
    padding: 0 15px;
    line-height: 50px;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    margin: 0;
    position: relative;
    transition: 350ms;
    padding: 10px 22px;
}
.theme-1 ul.navbar-nav > li > a i {
    font-weight: 500;
}
.theme-1 ul.navbar-nav > li > a:focus,
.theme-1 ul.navbar-nav > li > a:hover {
    background: none;
}
.theme-1 ul.navbar-nav > li.active a::before,
.theme-1 ul.navbar-nav > li:hover a::before {
    border-color: #87BB60 !important;
    opacity: 1;
    transform: scale(1) translateZ(0);
}
.theme-1 .nav .open > a,
.theme-1 .nav .open > a:focus,
.theme-1 .nav .open > a:hover {
    background: transparent;
    border: 0;
}
.theme-1 .dropdown-submenu {
    position: relative;
}
.theme-1 .dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -2px;
    border-radius: 0;
}
.theme-1 .dropdown-submenu > a:after {
    display: block;
    content: "";
    font-family: "Font Awesome 5 pro";
    float: right;
    margin-top: 3px;
    margin-right: -5px;
}
.theme-1 .dropdown-submenu:hover > a:after {
    border-left-color: #fff;
}
.theme-1 .dropdown-submenu.pull-left {
    float: none;
}
.theme-1 .dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    border-radius: 6px 0 6px 6px;
}
.theme-1 .dropdown-toggle::after {
    display: none;
}
.theme-1 .dropdown-menu {
    text-align: left;
    background: #fff;
    z-index: 100;
    min-width: 230px;
    border-radius: 0;
    border: 0;
    border: 0;
    box-shadow: 0 3px 3px 2px rgba(0, 0, 0, 0.15);
    margin-top: 0;
    padding: 0;
}
.theme-1 .navbar-nav > li > .dropdown-menu {
    border-top: 1px solid #dedede;
}
.theme-1 .navbar-nav > li > .dropdown-menu.mega-menu-content {
    border-top: 0;
}
.theme-1 .dropdown-menu-large {
    min-width: 400px;
}
.theme-1 .dropdown-menu-large > li > ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.theme-1 .dropdown-menu-large > li > ul > li > a {
    padding-left: 0;
}
.theme-1 .dropdown-menu-large > li > ul > li.active > a {
    color: #fc4a00;
}
.theme-1 .navbar-nav > li > .dropdown-menu > a {
    background: none;
}
.theme-1 .dropdown-menu li a {
    display: block;
    font-size: inherit;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    padding: 15px 25px;
    border-bottom: 1px solid #e5e5e5;
    color: #333333;
    background: #f4f4f4;
    text-transform: capitalize;
}
.theme-1 .dropdown-menu li:last-child > a {
    border-bottom: 0;
}
.theme-1 .dropdown-menu > .active > .dropdown-menu > .active > a,
.theme-1 .dropdown-menu > .active > a,
.theme-1 .dropdown-menu > .active > a:focus,
.theme-1 .dropdown-menu > .active > a:hover {
    background: none;
    color: #87BB60 !important;
}
.theme-1 .dropdown-menu > li > a:focus,
.theme-1 .dropdown-menu > li > a:hover {
    background: #87BB60 !important;
    color: #fff;
}
@media (min-width: 767px) {
    .theme-1 ul.nav li.dropdown .dropdown-menu li.dropdown-submenu .dropdown-menu {
        left: 100%;
        top: 0;
        display: none;
    }
    .theme-1 ul.nav li.dropdown .dropdown-menu li.dropdown-submenu:hover .dropdown-menu {
        display: block;
    }
}
.theme-1 .main-nav.dark-bg > .container > .row {
    border: 0;
    background: #272727;
    margin-left: 0;
    margin-right: 0;
}
.theme-1 .dark-bg .navbar-toggler {
    margin-left: 6px;
}
.theme-1 .main-nav.dark-bg ul.navbar-nav > li > a {
    color: #fff;
}
.theme-1 .main-nav.dark-bg ul.navbar-nav > li > a:before {
    border: 0;
}
.theme-1 .main-nav.dark-bg ul.navbar-nav > li.active,
.theme-1 .main-nav.dark-bg ul.navbar-nav > li:hover {
    background: #87BB60 !important;
}
.theme-1 .main-nav.dark-bg .nav-search i {
    color: #fff;
}
.theme-1 .main-nav {
    position: relative;
    padding: 0 15px;
}
.theme-1 .main-nav > .container,
.theme-1 .search-area {
    position: relative;
}
.theme-1 .search-area {
    min-height: 70px;
    padding-right: 0;
}
.theme-1 .nav-search {
    display: inline-block;
    position: relative;
    cursor: pointer;
    top: 0;
    right: 0;
}
.theme-1 .nav-search a {
    color: #fff;
    display: block;
}
.theme-1 .modal-searchPanel .ts-search-group {
    position: relative;
}
.theme-1 .modal-searchPanel .ts-search-group input:not([type=submit]) {
    height: 70px;
    background-color: transparent;
    border-radius: 50px;
    border: 2px solid #fff;
    color: #fff;
    padding: 0 30px;
}
.theme-1 .modal-searchPanel .ts-search-group .search-button {
    background-color: transparent;
    border: 0;
    padding: 0;
    color: #fff;
    position: absolute;
    right: 0;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
    width: 70px;
    border-radius: 0 50px 50px 0;
}
.theme-1 .mfp-bg.xs-promo-popup {
    background-color: rgba(0, 0, 0, 0.87);
    padding-bottom: 100%;
    border-radius: 100%;
    overflow: hidden;
    -webkit-animation: menu-animation 0.8s ease-out forwards;
            animation: menu-animation 0.8s ease-out forwards;
}
@-webkit-keyframes menu-animation {
    0% {
        opacity: 0;
        transform: scale(0.04) translateY(300%);
    }
    40% {
        transform: scale(0.04) translateY(0);
        transition: ease-out;
    }
    40% {
        transform: scale(0.04) translateY(0);
    }
    60% {
        opacity: 1;
        transform: scale(0.02) translateY(0px);
    }
    61% {
        opacity: 1;
        transform: scale(0.04) translateY(0px);
    }
    99.9% {
        opacity: 1;
        height: 0;
        padding-bottom: 100%;
        border-radius: 100%;
    }
    100% {
        opacity: 1;
        transform: scale(2) translateY(0px);
        height: 100%;
        padding-bottom: 0;
        border-radius: 0;
    }
}
@keyframes menu-animation {
    0% {
        opacity: 0;
        transform: scale(0.04) translateY(300%);
    }
    40% {
        transform: scale(0.04) translateY(0);
        transition: ease-out;
    }
    40% {
        transform: scale(0.04) translateY(0);
    }
    60% {
        opacity: 1;
        transform: scale(0.02) translateY(0px);
    }
    61% {
        opacity: 1;
        transform: scale(0.04) translateY(0px);
    }
    99.9% {
        opacity: 1;
        height: 0;
        padding-bottom: 100%;
        border-radius: 100%;
    }
    100% {
        opacity: 1;
        transform: scale(2) translateY(0px);
        height: 100%;
        padding-bottom: 0;
        border-radius: 0;
    }
}
.theme-1 .menu-tab .nav.nav-tabs {
    border-right: 1px solid #dedede;
    padding: 20px 0;
    min-height: 250px;
    margin-top: 0;
}
.theme-1 .menu-tab .nav.nav-tabs > li > a {
    border: 1px solid transparent;
    border-radius: 0;
    font-weight: 400;
    padding: 14px 16px 14px 30px;
    background: #fff;
    text-transform: initial;
    font-size: 14px;
}
.theme-1 .menu-tab .nav.nav-tabs > li > a.active {
    background: #dedede;
    margin-right: -1px;
    border: 1px solid #dedede;
    border-right: 0;
    color: #fc4a00;
    cursor: pointer;
}
.theme-1 .menu-tab .tab-content > .tab-pane {
    padding: 25px 0;
    min-height: 250px;
}
.theme-1 .menu-tab .tab-content > .tab-pane .col-md-3 {
    padding-right: 10px;
    padding-left: 10px;
}
.theme-1 .header.header-menu {
    padding: 0;
}
.theme-1 .header.header-menu .logo {
    padding: 12px 0;
}
.theme-1 .header.header-menu > .container > .row {
    border-bottom: 1px solid #dedede;
    margin-left: 0;
    margin-right: 0;
}
.theme-1 .header.header-menu ul.navbar-nav > li > a {
    line-height: 70px;
}
.theme-1 .header.header-menu ul.navbar-nav > li.mega-dropdown,
.theme-1 .site-nav-inner {
    position: static;
    width: 100%;
}
.theme-1 .header.header-menu .mega-menu-content {
    min-width: 1145px;
    left: -43%;
}
.theme-1 .nav-social-wrap {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
}
.theme-1 .navbar {
    position: absolute;
    top: 70px;
    width: 100%;
    background: #f8f8f8;
    z-index: 9;
    padding: 0;
}
@media (min-width: 992px) {
    .theme-1 .navbar {
        position: static;
        top: 70px;
        width: 100%;
        background: transparent;
    }
    .theme-1 ul.navbar-nav > li > a {
        color: #17222b;
        padding: 0 22px;
    }
    .theme-1 .header.header-menu ul.navbar-nav > li.mega-dropdown,
    .theme-1 .site-nav-inner {
        position: static;
        width: 100%;
    }
}
.theme-1 ul.navbar-nav > li:after {
    position: absolute;
    content: "";
    height: 0;
    width: 100%;
    background: #87BB60 !important;
    bottom: 0;
    left: 0;
    z-index: 2;
    transition: all 0.3s;
}
.theme-1 ul.navbar-nav > li:hover:after {
    height: 2px;
    transition: all 0.3s;
}
@media (min-width: 992px) {
    .theme-1 .header {
        min-height: 70px;
    }
    .theme-1 .main-nav ul.navbar-nav > li > a {
        padding: 0 15px;
        line-height: 70px;
        display: inline-block;
    }
    .theme-1 .main-nav ul.navbar-nav > li {
        position: relative;
        z-index: 2;
        transition: all 0.3s;
    }
    .theme-1 .main-nav ul.navbar-nav > li:before {
        position: absolute;
        content: "";
        height: 0;
        width: 100%;
        background: #f3f3f4;
        z-index: -1;
        left: 0;
        top: 0;
        transition: all 0.3s;
    }
    .theme-1 .main-nav ul.navbar-nav > li:hover:before {
        height: 100%;
        transition: all 0.3s;
    }
    .theme-1 .main-nav ul.navbar-nav > li:hover:after {
        width: 100%;
        transition: all 0.3s;
    }
    .theme-1 .main-nav ul.navbar-nav > li:hover > a {
        color: #87BB60 !important;
        transition: all 0.3s;
    }
    .theme-1 .main-nav ul.navbar-nav > li > a::before {
        position: absolute;
        left: 0;
        content: "";
        width: 1px;
        height: 20px;
        background: rgba(255, 255, 255, 0.2);
        top: 0;
        bottom: 0;
        margin: auto;
    }
    .theme-1 .main-nav ul.navbar-nav > li > a::after {
        position: absolute;
        content: "";
        width: 100%;
        border-right: 1px solid rgba(255, 255, 255, 0.2);
        border-left: 1px solid rgba(255, 255, 255, 0.2);
        height: 100%;
        background: rgba(255, 255, 255, 0.2);
        top: 0;
        bottom: 0;
        right: 0;
        left: auto;
        transition: all 0.4s ease;
        opacity: 0;
    }
    .theme-1 .main-nav ul.navbar-nav > li > a:hover::after {
        opacity: 1;
    }
    .theme-1 blockquote {
        padding: 45px 120px 30px;
    }
}
@media (min-width: 1200px) {

    .theme-1 .navbar-nav li:hover .dropdown-menu {
        display: block;
    }
    .theme-1 .navbar-collapse {
        padding-right: 0;
    }
    .theme-1 .nav-style-boxed .navbar-collapse {
        padding-left: 15px;
    }
    .theme-1 .header.header-menu .mega-menu-content {
        min-width: 1095px;
        margin-left: -27px;
    }
    .theme-1 .main-nav ul.navbar-nav > li > a {
        padding: 0 15px;
    }
    .theme-1 .sidebar {
        margin-left: 40px;
    }
    .theme-1 .sidebar.sidebar-left {
        margin-left: 0;
        margin-right: 40px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {

    .theme-1 .navbar-nav li:hover .dropdown-menu {
        display: block;
    }
    .theme-1 ul.navbar-nav > li {
        padding: 0 6px;
    }
    .theme-1 ul.navbar-nav > li a {
        font-size: inherit;
    }
    .theme-1 .dropdown-menu li a {
        font-size: inherit;
    }
    .theme-1 .header .header-menu .mega-menu-content {
        min-width: 1095px;
        margin-left: -11px;
    }
    .theme-1 .newsletter-form input {
        min-width: 340px;
    }
    .theme-1 .action-box-text {
        font-size: 13px;
    }
    .theme-1 #back-to-top.affix {
        bottom: 35px;
    }
    .theme-1 .mega-menu-content {
        max-width: 940px;
    }
}
@media (min-width: 575px) {
    .theme-1 .main-nav {
        padding: 0;
    }
    .theme-1 .nav-social-wrap {
        padding: 0 15px;
    }
    .theme-1 .navbar-toggler {
        left: 15px;
    }
    .theme-1 .navbar {
        width: 98%;
    }
}
@media (min-width: 768px) and (max-width: 991px) {

    .theme-1 ul.top-info li {
        padding-right: 12px;
    }
    .theme-1 .navbar-fixed {
        position: relative;
        -webkit-animation: none;
                animation: none;
        box-shadow: none;
    }
    .theme-1 .logo {
        padding: 13px 0;
    }
    .theme-1 .logo img {
        width: 100%;
    }
    .theme-1 .navbar-toggle {
        display: block;
        z-index: 1;
    }
    .theme-1 .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
    .theme-1 .navbar-collapse.collapse.show {
        display: block;
    }
    .theme-1 .navbar-collapse ul.navbar-nav {
        float: none !important;
        margin-top: 0;
        width: 100%;
    }
    .theme-1 ul.navbar-nav > li {
        float: none;
        display: block;
    }
    .theme-1 .collapse.in {
        display: block !important;
    }
    .theme-1 .navbar-collapse.in {
        overflow-y: auto;
    }
    .theme-1 ul.nav li.dropdown.open ul.dropdown-menu {
        display: block;
    }
    .theme-1 .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }
    .theme-1 .navbar-collapse {
        background: none;
        width: 100%;
    }
    .theme-1 ul.navbar-nav > li.active > a:after,
    .theme-1 ul.navbar-nav > li:hover > a:after {
        content: "";
    }
    .theme-1 ul.navbar-nav > li > a:before {
        border-bottom: 0;
    }
    .theme-1 .nav-style-boxed ul.navbar-nav > li,
    .theme-1 ul.navbar-nav > li {
        display: block;
    }
    .theme-1 .navbar-nav .open .dropdown-menu > li {
        padding-left: 0;
    }
    .theme-1 .navbar-nav .open .dropdown-menu > li > a {
        line-height: 30px;
        padding: 5px 15px 10px 10px;
    }
    .theme-1 .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 10px 10px;
    }
    .theme-1 ul.navbar-nav {
        padding: 0 0 10px;
    }
    .theme-1 ul.navbar-nav li {
        float: none;
    }
    .theme-1 ul.navbar-nav li a {
        line-height: normal !important;
        color: #333;
        border-top: 1px solid #f1f1f1 !important;
        border-bottom: 0;
        padding: 10px 20px;
        display: block;
        min-width: 350px;
    }
    .theme-1 ul.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-submenu a i {
        margin-top: -22px;
    }
    .theme-1 ul.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-submenu .dropdown-menu {
        left: 0;
        position: relative;
    }
    .theme-1 ul.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-submenu .dropdown-menu a {
        padding-left: 50px;
    }
    .theme-1 ul.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-submenu .dropdown-menu li a {
        padding-left: 35px !important;
    }
    .theme-1 ul.navbar-nav .dropdown-menu {
        float: none;
        position: relative;
        border: 0;
        margin: 0;
        padding: 0;
        box-shadow: none;
        border-top: 0;
        background: none;
    }
    .theme-1 ul.navbar-nav .dropdown-menu li a {
        padding-left: 20px !important;
    }
    .theme-1 ul.navbar-nav > li.header-get-a-quote,
    .theme-1 ul.navbar-nav > li.nav-search {
        display: none;
    }
    .theme-1 .dropdown-submenu > a:after,
    .theme-1 ul.navbar-nav li a i {
        float: right;
        width: 36px;
        height: 28px;
        line-height: 28px;
        margin-top: -5px;
        text-align: center;
        color: #000;
    }
    .theme-1 .dropdown-submenu > a:after {
        margin-right: 0;
    }
    .theme-1 .featured-post-area .pad-r {
        padding-right: 15px;
    }
    .theme-1 .featured-post-area .pad-l {
        padding-left: 15px;
    }
    .theme-1 .sidebar-right {
        margin-top: 50px;
    }
    .theme-1 .sidebar-right .widget {
        margin-left: 0;
    }
    .theme-1 .block.color-aqua,
    .theme-1 .block.color-violet {
        margin-top: 40px;
    }
    .theme-1 .footer-widget {
        display: inline-block;
        margin-bottom: 30px;
    }
    .theme-1 .newsletter-form input {
        width: 90%;
    }
    .theme-1 .footer-info-content {
        padding: 50px 100px 0;
    }
    .theme-1 #back-to-top.affix {
        bottom: 78px;
    }
}
@media (max-width: 767px) {

    .theme-1 .boxed-layout .body-inner {
        margin: 0 auto;
    }
    .theme-1 .trending-bar {
        padding: 20px 0;
    }
    .theme-1 .trending-bar .trending-title {
        float: none;
        border: none;
    }
    .theme-1 .trending-bar .post-title.title-small {
        padding: 10px 0;
    }
    .theme-1 .ts-date {
        padding: 0;
        border-right: 0;
        display: block;
    }
    .theme-1 .top-nav {
        display: block;
        margin: 10px 0;
    }
    .theme-1 .top-bar {
        text-align: center;
    }
    .theme-1 .top-social ul li a {
        padding: 0 10px;
    }
    .theme-1 .navbar-fixed {
        position: relative;
        -webkit-animation: none;
                animation: none;
        box-shadow: none;
    }
    .theme-1 .logo {
        padding: 13px 0 25px;
        text-align: center;
    }
    .theme-1 .navbar-toggle {
        display: block;
        z-index: 1;
    }
    .theme-1 .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
    .theme-1 .navbar-collapse.collapse.show {
        display: block;
    }
    .theme-1 .navbar-collapse.collapse:after {
        display: block;
        content: "";
        clear: both;
    }
    .theme-1 .navbar-collapse,
    .theme-1 .site-nav-inner {
        background: none;
        width: 100%;
    }
    .theme-1 ul.navbar-nav > li.active > a:after,
    .theme-1 ul.navbar-nav > li:hover > a:after {
        content: "";
    }
    .theme-1 ul.navbar-nav > li > a:before {
        border-bottom: 0;
    }
    .theme-1 .navbar-nav .open .dropdown-menu .dropdown-header,
    .theme-1 .navbar-nav .open .dropdown-menu > li > a {
        padding: 10px 15px 10px 10px;
    }
    .theme-1 ul.navbar-nav > li {
        display: block;
    }
    .theme-1 .navbar-nav .open .dropdown-menu > li > a {
        line-height: 30px;
    }
    .theme-1 ul.navbar-nav > li.header-get-a-quote,
    .theme-1 ul.navbar-nav > li.nav-search {
        display: none;
    }
    .theme-1 ul.navbar-nav {
        width: 100%;
        padding: 0 0 10px;
    }
    .theme-1 ul.navbar-nav > li {
        float: none;
    }
    .theme-1 ul.navbar-nav li a {
        line-height: normal !important;
        color: #333;
        border-top: 1px solid #f1f1f1 !important;
        border-bottom: 0;
        padding: 7px 20px;
        display: block;
        background: transparent;
    }
    .theme-1 ul.navbar-nav .dropdown-menu > li > a {
        padding-left: 15px;
    }
    .theme-1 ul.navbar-nav .dropdown-menu {
        float: none;
        position: relative;
        border: 0;
        margin: 0;
        padding: 0;
    }
    .theme-1 ul.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-submenu .dropdown-menu {
        left: 0;
        position: relative;
    }
    .theme-1 ul.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-submenu a i {
        margin-top: -22px;
    }
    .theme-1 ul.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-submenu .dropdown-menu li a {
        padding-left: 20px;
    }
    .theme-1 ul.navbar-nav .dropdown-menu {
        box-shadow: none;
        border-top: 0;
        background: none;
        padding-left: 15px;
    }
    .theme-1 .dropdown-submenu > a:after,
    .theme-1 ul.navbar-nav li a i {
        color: #333;
        float: right;
        line-height: 28px;
        margin-top: -5px;
        margin-right: 10px;
        text-align: center;
    }
    .theme-1 .dropdown-submenu > a:after {
        margin-right: 0;
    }
    .theme-1 .main-nav.dark-bg {
        margin-bottom: 20px;
    }
    .theme-1 .main-nav.dark-bg > .container > .row {
        padding: 0 20px;
    }
    .theme-1 .main-nav.dark-bg ul.navbar-nav > li.active,
    .theme-1 .main-nav.dark-bg ul.navbar-nav > li:hover {
        background: none;
    }
    .theme-1 .main-nav.dark-bg ul.navbar-nav li a {
        color: #17222b;
    }
    .theme-1 .header-top-social {
        margin-bottom: 20px;
    }
    .theme-1 .search-block {
        width: 220px;
    }
    .theme-1 .header.header-menu {
        position: relative;
        margin-bottom: 20px;
    }
    .theme-1 .search-area {
        position: absolute;
        right: 0;
        top: 50px;
    }
    .theme-1 .featured-post-area .pad-r,
    .theme-1 .pad-r-small {
        padding-right: 15px;
        padding-right: 15px;
    }
    .theme-1 .featured-post-area .pad-l,
    .theme-1 .pad-l-small {
        padding-left: 15px;
    }
    .theme-1 .post-title {
        font-size: 18px;
        line-height: 26px;
    }
    .theme-1 .block.color-orange .post-overaly-style.last {
        margin-top: 40px;
    }
    .theme-1 .sidebar-right {
        margin-top: 50px;
    }
    .theme-1 .sidebar-right .widget {
        margin-left: 0;
    }
    .theme-1 .block.color-aqua,
    .theme-1 .block.color-violet {
        margin-top: 40px;
    }
    .theme-1 .social-icon li a i {
        margin-bottom: 10px;
    }
    .theme-1 .post-block-style.post-float-half .post-thumb img {
        max-width: 100%;
        min-height: 100%;
        margin-bottom: 20px;
    }
    .theme-1 .footer-widget {
        display: inline-block;
        margin-bottom: 30px;
    }
    .theme-1 .newsletter-form input {
        width: 90%;
    }
    .theme-1 .footer-info-content {
        padding: 50px 20px 0;
    }
    .theme-1 .footer-social li a i {
        margin-bottom: 10px;
    }
    .theme-1 #back-to-top.affix {
        bottom: 78px;
    }
    .theme-1 .featured-tab .nav-tabs {
        margin: 20px 0;
        position: static;
    }
    .theme-1 .footer-menu .nav {
        display: inline-block;
    }
    .theme-1 #back-to-top {
        bottom: 0;
        right: 20px;
    }
    .theme-1 .block-title > span {
        padding: 9px 10px;
    }
    .theme-1 .featured-tab .nav-tabs > li > a {
        font-size: 14px;
    }
    .theme-1 .category-style2 .post-thumb {
        margin-bottom: 20px;
    }
    .theme-1 .ts-author-comments::after {
        display: none;
    }
    .theme-1 .single-post .post-navigation {
        padding: 30px 0;
    }
    .theme-1 .single-post .post-navigation .post-next,
    .theme-1 .single-post .post-navigation .post-previous {
        width: 100%;
        border: none;
        margin: 10px 0;
    }
}
@media (max-width: 991px) {
    .theme-1 .featured-slider .item .featured-post .post-content {
        padding: 20px;
    }
    .theme-1 .post-video .post-video-content {
        padding: 0 20px 10px;
    }
    .theme-1 .post-video .post-video-content h3 {
        font-size: 18px;
    }
}
.theme-1 h2.post-title.title-small,
.theme-1 h2.post-title.title-small a {
    font-size: 16px;
    color: #17222b;
    margin-top: 10px;
    font-weight: 500;
}
.theme-1 .post-thumb {
    position: relative;
    z-index: 2;
}
.theme-1 a.popup {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 70px;
    width: 70px;
    margin-left: -35px;
    text-align: center;
    margin-top: -35px;
    line-height: 70px;
    font-size: 20px;
    color: #17222b;
    background: #fff;
    border-radius: 50%;
}
.theme-1 .menu_right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.theme-1 .users_area {
    position: relative;
    z-index: 2;
}
.theme-1 .search_form {
    position: absolute;
    height: 100%;
    width: 200px;
    left: -130px;
    top: -95px;
    background: #fff;
    display: none;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s;
}
.theme-1 .search_form.active {
    visibility: visible;
    opacity: 1;
    display: block;
    transition: all 0.4s;
}
.theme-1 .search_form input {
    border: none;
    padding: 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}
@media (max-width: 991px) {
    .theme-1 .featured-slider .item .featured-post .post-content {
        padding: 20px;
    }
    .theme-1 .post-video .post-video-content {
        padding: 0 20px 10px;
    }
    .theme-1 .post-video .post-video-content h3 {
        font-size: 18px;
    }
}
.theme-1 h2.post-title.title-small,
.theme-1 h2.post-title.title-small a {
    font-size: 16px;
    color: #17222b;
    margin-top: 10px;
    font-weight: 500;
}
.theme-1 .post-thumb {
    position: relative;
    z-index: 2;
}
.theme-1 a.popup {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 70px;
    width: 70px;
    margin-left: -35px;
    text-align: center;
    margin-top: -35px;
    line-height: 70px;
    font-size: 20px;
    color: #17222b;
    background: #fff;
    border-radius: 50%;
}
.theme-1 .menu_right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.theme-1 .users_area {
    position: relative;
    z-index: 2;
}
.theme-1 .search_form {
    position: absolute;
    height: 100%;
    width: 200px;
    left: -130px;
    top: -95px;
    background: #fff;
    display: none;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s;
}
.theme-1 .search_form.active {
    visibility: visible;
    opacity: 1;
    display: block;
    transition: all 0.4s;
}
.theme-1 .search_form input {
    border: none;
    padding: 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}
.theme-1 .temp_wap {
    position: relative;
    z-index: 2;
    padding-left: 70px;
    margin-left: 15px;
}
.theme-1 .temp_wap .weather-area {
    font-size: 14px;
    opacity: 0.6;
    line-height: 17px;
}
.theme-1 .temp_wap:before {
    content: "|";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 26px;
    line-height: 1;
    color: #b9bcbf;
}
.theme-1 .temp_icon {
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    position: absolute;
    left: 15px;
}
.theme-1 h3.temp_count {
    position: relative;
    z-index: 2;
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    margin-left: 10px;
    margin-bottom: 0;
}
.theme-1 h3.temp_count:after {
    position: absolute;
    content: "";
    height: 30px;
    width: 30px;
    background: url("../img/icon/s.png");
    background-repeat: no-repeat;
    right: -35px;
}
.theme-1 .lang {
    padding-left: 15px;
}
.theme-1 .lang li {
    position: relative;
    z-index: 2;
    transition: all 0.3s;
}
.theme-1 .lang li a {
    display: inline-block;
    padding: 7px;
}
.theme-1 .lang li:hover ul {
    visibility: visible;
    opacity: 1;
    top: 40px;
    transition: all 0.3s;
}
.theme-1 .lang li ul {
    position: absolute;
    left: 0;
    top: auto;
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    visibility: hidden;
    top: 70px;
    padding: 10px 0;
    transition: all 0.3s;
    width: 120px;
    opacity: 0;
}
.theme-1 .lang li ul li a {
    padding: 5px 15px;
}
.theme-1 .lang li a {
    opacity: 0.75;
    color: #17222b;
}
.theme-1 .lang li a i {
    opacity: 1;
}
.theme-1 .users_area li {
    font-weight: 500;
    padding: 0 4px;
    font-size: 18px;
    color: #8a8f94;
    cursor: pointer;
}
.theme-1 .menu_right > div {
    position: relative;
    z-index: 2;
}
.theme-1 .menu_right > div:last-child {
    padding-right: 0;
}
.theme-1 .menu_right > div:last-child:after {
    display: none;
}
.theme-1 li.new-item {
    position: relative;
    z-index: 2;
    transition: all 0.3s;
}
.theme-1 li.new-item:after {
    position: absolute;
    content: "New";
    height: 30px;
    width: 30px;
    border-radius: 50%;
    font-size: 11px;
    right: 10px;
    top: 50%;
    margin-top: -15px;
    color: #ff5555;
    transition: all 0.3s;
}
.theme-1 li.new-item:hover:after {
    color: #fff;
    transition: all 0.3s;
}

/*----------------------
	FONTFACES
------------------------*/

.theme-input input {
    font-size: 16px;
    font-weight: 400;
    color: #87BB60 !important;
}

.signup_form form input.cbtn,
.theme-3 .signup_form form input.cbtn,
a.cbtn1,
button.cbtn1,
input.cbtn1 {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 15px 30px;
    background: #87BB60 !important;
    border: none;
}

.dark-theme .topbar .social1 ul li a,
.theme-3 .topbar .social1 li a,
.topbar .social1 ul li a {
    width: 20px;
    height: 20px;
    display: block;
    text-align: center;
    line-height: 20px;
    font-style: 14px;
    color: #17222B;
}

.footer .cta .social2 ul li a {
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 40px;
    font-style: 14px;
    color: #C7CACC;
    background: #212C34;
}

.banner {
    position: relative;
    z-index: 2;
}

.banner:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #17222B;
    opacity: 0.6;
    left: 0;
    top: 0;
    z-index: -1;
}

.inner_overlay {
    position: relative;
    z-index: 2;
}

.inner_overlay:after {
    position: absolute;
    z-index: -1;
    content: "";
    height: 100%;
    width: 60%;
    background: linear-gradient(to left, transparent, #17222B);
    left: 0;
    top: 0;
}

.newsprk-category ul li a {
    position: relative;
    z-index: 2;
}

.newsprk-category ul li a:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    opacity: 0.6;
    left: 0;
    top: 0;
    z-index: -1;
    background: #17222B;
}

.half_bg1 {
    position: relative;
    z-index: 2;
}

.half_bg1:after {
    position: absolute;
    content: "";
    height: 50%;
    width: 100%;
    background: #17222B;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.dark-theme .half_dark_bg1 {
    position: relative;
    z-index: 2;
}

.dark-theme .half_dark_bg1:after {
    position: absolute;
    content: "";
    height: 50%;
    width: 100%;
    background: #233340;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.dark-theme .half_dark_bg60 {
    position: relative;
    z-index: 2;
}

.dark-theme .half_dark_bg60:after {
    position: absolute;
    content: "";
    height: 60%;
    width: 100%;
    background: #233340;
    left: 0;
    top: 0;
    z-index: -1;
}

.half_bg60 {
    position: relative;
    z-index: 2;
}

.half_bg60:after {
    position: absolute;
    content: "";
    height: 60%;
    width: 100%;
    background: #17222B;
    left: 0;
    top: 0;
    z-index: -1;
}

.border_left3 {
    border-left: 3px solid #BDC0C2;
}

.comment_form input,
.comment_form textarea {
    border: 1px solid #C4C7C9;
}

.dark-theme a.cbtn2,
.dark-theme button.cbtn2,
.dark-theme input.cbtn2,
a.cbtn2,
button.cbtn2,
input.cbtn2 {
    padding: 15px 40px;
    font-size: 16px;
    color: #FFFFFF;
    background: #87BB60 !important;
    text-transform: uppercase;
    transition: all 0.3s;
    font-weight: 400;
}
.dark-theme a.cbtn2:hover,
.dark-theme button.cbtn2:hover,
.dark-theme input.cbtn2:hover,
a.cbtn2:hover,
button.cbtn2:hover,
input.cbtn2:hover {
    background: #17222B;
    color: #FFFFFF;
    transition: all 0.3s;
}

.theme-4 a.cbtn4,
.theme-4 button.cbtn4,
.theme-4 input.cbtn4 {
    padding: 15px 40px;
    font-size: 16px;
    color: #FFFFFF;
    background: linear-gradient(90deg, #FF5555, #AB50EF);
    text-transform: uppercase;
    transition: all 0.3s;
    font-weight: 400;
}
.theme-4 a.cbtn4:hover,
.theme-4 button.cbtn4:hover,
.theme-4 input.cbtn4:hover {
    background: linear-gradient(90deg, #FF5555, #AB50EF);
    color: #FFFFFF;
    transition: all 0.3s;
}

a.cbtn3,
button.cbtn3,
input.cbt3 {
    padding: 15px 40px;
    font-size: 16px;
    color: #17222B;
    border: 1px solid #87BB60 !important;
    background: #FFFFFF;
    text-transform: uppercase;
    transition: all 0.3s;
    font-weight: 400;
}
a.cbtn3:hover,
button.cbtn3:hover,
input.cbt3:hover {
    background: #87BB60 !important;
    color: #FFFFFF;
    transition: all 0.3s;
}

.shadow5 {
    box-shadow: 0 72px 20px 0 #fbfbff;
}

@media (min-width: 768px) and (max-width: 991px) {
    .dark-theme .topbar .top_date_social > div:first-child {
        padding-right: 0;
        margin-right: 0;
    }

    .searching .v1search_form button {
        min-width: 80%;
    }
}
.inner_bg {
    background: url("../img/bg/inner_bg.jpg");
}

.wlc_overlay {
    position: relative;
    z-index: 2;
}
.wlc_overlay:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(to top, #000, transparent);
    z-index: -1;
    opacity: 0.6;
}


/*-----------------------
	FONT WEIGHT
-------------------------*/
.theme-input input {
    font-size: 16px;
    font-weight: 400;
    color: #87BB60 !important;
}

.signup_form form input.cbtn,
.theme-3 .signup_form form input.cbtn,
a.cbtn1,
button.cbtn1,
input.cbtn1 {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 15px 30px;
    background: #87BB60 !important;
    border: none;
}

.dark-theme .topbar .social1 ul li a,
.theme-3 .topbar .social1 li a,
.topbar .social1 ul li a {
    width: 20px;
    height: 20px;
    display: block;
    text-align: center;
    line-height: 20px;
    font-style: 14px;
    color: #17222B;
}

.footer .cta .social2 ul li a {
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 40px;
    font-style: 14px;
    color: #C7CACC;
    background: #212C34;
}

.banner {
    position: relative;
    z-index: 2;
}

.banner:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #17222B;
    opacity: 0.6;
    left: 0;
    top: 0;
    z-index: -1;
}

.inner_overlay {
    position: relative;
    z-index: 2;
}

.inner_overlay:after {
    position: absolute;
    z-index: -1;
    content: "";
    height: 100%;
    width: 60%;
    background: linear-gradient(to left, transparent, #17222B);
    left: 0;
    top: 0;
}

.newsprk-category ul li a {
    position: relative;
    z-index: 2;
}

.newsprk-category ul li a:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    opacity: 0.6;
    left: 0;
    top: 0;
    z-index: -1;
    background: #17222B;
}

.half_bg1 {
    position: relative;
    z-index: 2;
}

.half_bg1:after {
    position: absolute;
    content: "";
    height: 50%;
    width: 100%;
    background: #17222B;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.dark-theme .half_dark_bg1 {
    position: relative;
    z-index: 2;
}

.dark-theme .half_dark_bg1:after {
    position: absolute;
    content: "";
    height: 50%;
    width: 100%;
    background: #233340;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.dark-theme .half_dark_bg60 {
    position: relative;
    z-index: 2;
}

.dark-theme .half_dark_bg60:after {
    position: absolute;
    content: "";
    height: 60%;
    width: 100%;
    background: #233340;
    left: 0;
    top: 0;
    z-index: -1;
}

.half_bg60 {
    position: relative;
    z-index: 2;
}

.half_bg60:after {
    position: absolute;
    content: "";
    height: 60%;
    width: 100%;
    background: #17222B;
    left: 0;
    top: 0;
    z-index: -1;
}

.border_left3 {
    border-left: 3px solid #BDC0C2;
}

.comment_form input,
.comment_form textarea {
    border: 1px solid #C4C7C9;
}

.dark-theme a.cbtn2,
.dark-theme button.cbtn2,
.dark-theme input.cbtn2,
a.cbtn2,
button.cbtn2,
input.cbtn2 {
    padding: 15px 40px;
    font-size: 16px;
    color: #FFFFFF;
    background: #87BB60 !important;
    text-transform: uppercase;
    transition: all 0.3s;
    font-weight: 400;
}
.dark-theme a.cbtn2:hover,
.dark-theme button.cbtn2:hover,
.dark-theme input.cbtn2:hover,
a.cbtn2:hover,
button.cbtn2:hover,
input.cbtn2:hover {
    background: #17222B;
    color: #FFFFFF;
    transition: all 0.3s;
}

.theme-4 a.cbtn4,
.theme-4 button.cbtn4,
.theme-4 input.cbtn4 {
    padding: 15px 40px;
    font-size: 16px;
    color: #FFFFFF;
    background: linear-gradient(90deg, #FF5555, #AB50EF);
    text-transform: uppercase;
    transition: all 0.3s;
    font-weight: 400;
}
.theme-4 a.cbtn4:hover,
.theme-4 button.cbtn4:hover,
.theme-4 input.cbtn4:hover {
    background: linear-gradient(90deg, #FF5555, #AB50EF);
    color: #FFFFFF;
    transition: all 0.3s;
}

a.cbtn3,
button.cbtn3,
input.cbt3 {
    padding: 15px 40px;
    font-size: 16px;
    color: #17222B;
    border: 1px solid #87BB60 !important;
    background: #FFFFFF;
    text-transform: uppercase;
    transition: all 0.3s;
    font-weight: 400;
}
a.cbtn3:hover,
button.cbtn3:hover,
input.cbt3:hover {
    background: #87BB60 !important;
    color: #FFFFFF;
    transition: all 0.3s;
}

.shadow5 {
    box-shadow: 0 72px 20px 0 #fbfbff;
}

@media (min-width: 768px) and (max-width: 991px) {
    .dark-theme .topbar .top_date_social > div:first-child {
        padding-right: 0;
        margin-right: 0;
    }

    .searching .v1search_form button {
        min-width: 80%;
    }
}
a.readmore,
button.readmore,
input.readmore {
    font-size: 14px;
    font-weight: 400;
    color: #17222B;
    padding: 10px 18px;
    border: 1px solid #50585F;
    line-height: 20px;
    display: inline-block;
    margin-top: 20px;
}
a.readmore:hover,
button.readmore:hover,
input.readmore:hover {
    background: #87BB60 !important;
    color: #FFFFFF;
    border-color: transparent;
}

.download_btn .widget-title {
    margin-bottom: 10px;
}
.download_btn .download_btn_group a.app_btn {
    position: relative;
    z-index: 2;
    display: inline-block;
    font-size: 14px;
    padding-left: 39px;
    border: 1px solid #4E575E;
    padding: 13px 20px 13px 40px;
    background: #F2F6F8;
    border-radius: 3px;
    color: #4E575E;
    line-height: 12px;
    transition: all 0.3s;
}
.download_btn .download_btn_group a.app_btn span {
    display: block;
    line-height: 10px;
    color: #17222B;
    font-size: 15px;
    margin-top: 10px;
    text-transform: uppercase;
    transition: all 0.3s;
}
.download_btn .download_btn_group a.app_btn i {
    position: absolute;
    left: 10px;
    top: 50%;
    font-size: 20px;
    text-align: center;
    height: 30px;
    width: 30px;
    color: #87BB60 !important;
    line-height: 30px;
    margin-top: -15px;
    transition: all 0.3s;
}
.download_btn .download_btn_group a.app_btn:last-child {
    margin-left: 15px;
}
.download_btn .download_btn_group a.app_btn:hover {
    background: #87BB60 !important;
    border-color: #87BB60 !important;
    color: #FFFFFF;
    transition: all 0.3s;
}
.download_btn .download_btn_group a.app_btn:hover i {
    color: #FFFFFF;
    transition: all 0.3s;
}
.download_btn .download_btn_group a.app_btn:hover span {
    color: #FFFFFF;
    transition: all 0.3s;
}

.download_btn.v4 .apps_desc {
    position: relative;
    z-index: 2;
    padding-left: 20px;
}
.download_btn.v4 .apps_desc .apps_title {
    font-size: 24px;
    text-transform: capitalize;
    font-weight: 500;
}
.download_btn.v4 .apps_desc:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 5px;
    background: linear-gradient(90deg, #FF5555, #AB50EF);
    top: 0;
    left: 0;
}
.download_btn.v4 .download_btn_group a.app_btn {
    position: relative;
    z-index: 2;
    display: inline-block;
    font-size: 14px;
    padding-left: 39px;
    border: 1px solid transparent;
    padding: 13px 20px 13px 40px;
    background: linear-gradient(90deg, #FEEDEE, #F7EEFD);
    border-radius: 3px;
    color: #4E575E;
    line-height: 12px;
    transition: all 0.3s;
}
.download_btn.v4 .download_btn_group a.app_btn span {
    display: block;
    line-height: 10px;
    color: #17222B;
    font-size: 15px;
    margin-top: 10px;
    font-weight: 500;
    text-transform: uppercase;
    transition: all 0.3s;
}
.download_btn.v4 .download_btn_group a.app_btn i {
    position: absolute;
    left: 10px;
    top: 50%;
    font-size: 20px;
    text-align: center;
    height: 30px;
    width: 30px;
    color: #87BB60 !important;
    line-height: 30px;
    margin-top: -15px;
    transition: all 0.3s;
    background: linear-gradient(90deg, #FF5555, #AB50EF);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.download_btn.v4 .download_btn_group a.app_btn:last-child {
    margin-left: 15px;
}
.download_btn.v4 .download_btn_group a.app_btn:hover {
    background: #87BB60 !important;
    border-color: #87BB60 !important;
    color: #FFFFFF;
    transition: all 0.3s;
}
.download_btn.v4 .download_btn_group a.app_btn:hover i {
    color: #FFFFFF;
    transition: all 0.3s;
}
.download_btn.v4 .download_btn_group a.app_btn:hover span {
    color: #FFFFFF;
    transition: all 0.3s;
}

.gbtn4 {
    background: linear-gradient(90deg, #FF5555, #AB50EF);
}

a.showmore,
button.showmore,
input.showmore {
    font-size: 14px;
    color: #87BB60 !important;
    background: #F2F9FF;
    border: 1px solid #BADFFF;
    border-radius: 5px;
    width: 100%;
    padding: 13px;
    text-align: center;
}

a.readmore3,
button.readmore3,
input.readmore3 {
    font-size: 14px;
    color: #747A80;
    border-radius: 5px;
    display: inline-block;
    text-transform: uppercase;
}
a.readmore3 img,
button.readmore3 img,
input.readmore3 img {
    opacity: 0.35;
}

a.readmore4,
button.readmore4,
input.readmore4 {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #FF5555;
    position: relative;
    z-index: 2;
}
a.readmore4:after,
button.readmore4:after,
input.readmore4:after {
    position: absolute;
    content: "";
    height: 2px;
    width: 100%;
    bottom: 0;
    left: 0;
    background: linear-gradient(90deg, #FF5555, #AB50EF);
}

/*----------------------
	FONTFACES
------------------------*/

.theme-input input {
    font-size: 16px;
    font-weight: 400;
    color: #87BB60 !important;
}

.signup_form form input.cbtn,
.theme-3 .signup_form form input.cbtn,
a.cbtn1,
button.cbtn1,
input.cbtn1 {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 15px 30px;
    background: #87BB60 !important;
    border: none;
}

.dark-theme .topbar .social1 ul li a,
.theme-3 .topbar .social1 li a,
.topbar .social1 ul li a {
    width: 20px;
    height: 20px;
    display: block;
    text-align: center;
    line-height: 20px;
    font-style: 14px;
    color: #17222B;
}

.footer .cta .social2 ul li a {
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 40px;
    font-style: 14px;
    color: #C7CACC;
    background: #212C34;
}

.banner {
    position: relative;
    z-index: 2;
}

.banner:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #17222B;
    opacity: 0.6;
    left: 0;
    top: 0;
    z-index: -1;
}

.inner_overlay {
    position: relative;
    z-index: 2;
}

.inner_overlay:after {
    position: absolute;
    z-index: -1;
    content: "";
    height: 100%;
    width: 60%;
    background: linear-gradient(to left, transparent, #17222B);
    left: 0;
    top: 0;
}

.newsprk-category ul li a {
    position: relative;
    z-index: 2;
}

.newsprk-category ul li a:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    opacity: 0.6;
    left: 0;
    top: 0;
    z-index: -1;
    background: #17222B;
}

.half_bg1 {
    position: relative;
    z-index: 2;
}

.half_bg1:after {
    position: absolute;
    content: "";
    height: 50%;
    width: 100%;
    background: #17222B;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.dark-theme .half_dark_bg1 {
    position: relative;
    z-index: 2;
}

.dark-theme .half_dark_bg1:after {
    position: absolute;
    content: "";
    height: 50%;
    width: 100%;
    background: #233340;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.dark-theme .half_dark_bg60 {
    position: relative;
    z-index: 2;
}

.dark-theme .half_dark_bg60:after {
    position: absolute;
    content: "";
    height: 60%;
    width: 100%;
    background: #233340;
    left: 0;
    top: 0;
    z-index: -1;
}

.half_bg60 {
    position: relative;
    z-index: 2;
}

.half_bg60:after {
    position: absolute;
    content: "";
    height: 60%;
    width: 100%;
    background: #17222B;
    left: 0;
    top: 0;
    z-index: -1;
}

.border_left3 {
    border-left: 3px solid #BDC0C2;
}

.comment_form input,
.comment_form textarea {
    border: 1px solid #C4C7C9;
}

.dark-theme a.cbtn2,
.dark-theme button.cbtn2,
.dark-theme input.cbtn2,
a.cbtn2,
button.cbtn2,
input.cbtn2 {
    padding: 15px 40px;
    font-size: 16px;
    color: #FFFFFF;
    background: #87BB60 !important;
    text-transform: uppercase;
    transition: all 0.3s;
    font-weight: 400;
}
.dark-theme a.cbtn2:hover,
.dark-theme button.cbtn2:hover,
.dark-theme input.cbtn2:hover,
a.cbtn2:hover,
button.cbtn2:hover,
input.cbtn2:hover {
    background: #17222B;
    color: #FFFFFF;
    transition: all 0.3s;
}

.theme-4 a.cbtn4,
.theme-4 button.cbtn4,
.theme-4 input.cbtn4 {
    padding: 15px 40px;
    font-size: 16px;
    color: #FFFFFF;
    background: linear-gradient(90deg, #FF5555, #AB50EF);
    text-transform: uppercase;
    transition: all 0.3s;
    font-weight: 400;
}
.theme-4 a.cbtn4:hover,
.theme-4 button.cbtn4:hover,
.theme-4 input.cbtn4:hover {
    background: linear-gradient(90deg, #FF5555, #AB50EF);
    color: #FFFFFF;
    transition: all 0.3s;
}

a.cbtn3,
button.cbtn3,
input.cbt3 {
    padding: 15px 40px;
    font-size: 16px;
    color: #17222B;
    border: 1px solid #87BB60 !important;
    background: #FFFFFF;
    text-transform: uppercase;
    transition: all 0.3s;
    font-weight: 400;
}
a.cbtn3:hover,
button.cbtn3:hover,
input.cbt3:hover {
    background: #87BB60 !important;
    color: #FFFFFF;
    transition: all 0.3s;
}

.shadow5 {
    box-shadow: 0 72px 20px 0 #fbfbff;
}

@media (min-width: 768px) and (max-width: 991px) {
    .dark-theme .topbar .top_date_social > div:first-child {
        padding-right: 0;
        margin-right: 0;
    }

    .searching .v1search_form button {
        min-width: 80%;
    }
}
.inner {
    height: 500px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2;
}
.inner .inner_scroll {
    position: absolute;
    bottom: 50px;
    -webkit-animation: updown alternate linear 1s infinite;
            animation: updown alternate linear 1s infinite;
}

@-webkit-keyframes updown {
    0% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes updown {
    0% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}
.title_inner h6 {
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 30px;
    text-transform: capitalize;
}
.title_inner h1 {
    color: #FFFFFF;
    font-size: 44px;
    font-weight: 700;
    text-transform: capitalize;
}

.box {
    background: #ffffff;
    padding: 40px;
}

.single_contact_box {
    margin-bottom: 30px;
    padding-left: 50px;
}
.single_contact_box .contact_title {
    position: relative;
    z-index: 2;
}
.single_contact_box .contact_title:before {
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    background: #87BB60 !important;
    left: -20px;
    top: 50%;
    margin-top: -4px;
}
.single_contact_box .contact_title h3 {
    font-size: 20px;
    color: #17222B;
    font-weight: 500;
}
.single_contact_box .contact_details {
    position: relative;
    z-index: 2;
    margin-top: 10px;
}
.single_contact_box .contact_details p {
    font-size: 14px;
    font-weight: 500;
    color: #8B9095;
    margin-bottom: 5px;
}
.single_contact_box .contact_details h6 {
    font-size: 16px;
    line-height: 26px;
}
.single_contact_box .contact_details .contact_details_icon {
    position: absolute;
    left: -20px;
    font-size: 14px;
    height: 10px;
    width: 10px;
    color: #A7A7A7;
}
.single_contact_box .contact_details .contact_details_icon img {
    max-height: 100%;
    max-width: 100%;
}

.contacts.v4 .contact_title:before {
    background: linear-gradient(90deg, #FF5555, #AB50EF);
}

.cotact_form h3 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 30px;
}

.cotact_form .row .row div {
    padding: 0 5px;
}

/*PAGINATION CSS*/
.cpagination li {
    margin-right: 10px;
}
.cpagination li:last-child {
    margin-right: 0;
}
.cpagination li a {
    height: 45px;
    width: 45px;
    text-align: center;
    padding: 0;
    border-radius: 5px;
    line-height: 2.5;
    border: 1px solid #50585F;
    color: #17222B;
    border-radius: 0;
    background: transparent;
}
.cpagination li a:hover {
    color: #ffffff;
    background: #87BB60 !important;
    border-color: #87BB60 !important;
}

/*PAGINATION CSS*/
.cpagination.v3 li a {
    background: #FFFFFF;
}
.cpagination.v3 li a:hover {
    color: #fff;
    background: #87BB60 !important;
}

/*PAGINATION CSS*/
.cpagination.v4 li a {
    background: #E4E5E6;
}
.cpagination.v4 li a:hover {
    color: #fff;
    background: linear-gradient(90deg, #FF5555, #AB50EF);
}

/*INNER TABLE AREA CSS*/
.inner_table .table_content ul li {
    margin-bottom: 7px;
}
.inner_table .table_content ul li a {
    color: #17222B;
}
.inner_table .table_content ul li .active {
    color: #87BB60 !important;
    font-weight: 500;
}
.inner_table .table_content ul li:last-child {
    margin-bottom: 0;
}
.inner_table .table_content .yearList ul li a {
    color: #39424A;
}

/*ABOUT AUTHOR*/

.author_about {
    position: relative;
    padding-left: 150px;
    min-height: 120px;
    align-items: center;
    display: flex;
}
.author_about .author_img {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    overflow: hidden;
    height: 115px;
    width: 115px;
    text-align: center;
    line-height: 112px;
    border: 2px solid #E4E5E6;
}
.author_about ul li {
    color: #73797F;
    font-size: 15px;
    margin-right: 7px;
}
.author_about ul li:last-child {
    margin-right: 0;
}

/*POINTS*/
.points li {
    font-weight: 500;
    margin-bottom: 5px;
    position: relative;
    z-index: 2;
    padding-left: 15px;
}
.points li:last-child {
    margin-bottom: 0;
}
.points li:before {
    position: absolute;
    content: "";
    height: 6px;
    width: 6px;
    background: #17222B;
    left: 0;
    top: 50%;
    margin-top: -3px;
}
.points li:hover {
    text-decoration: underline;
}

/*SINGLE POST STYLE*/
.page_comments li {
    color: #888E92;
    font-size: 15px;
    font-weight: 500;
    margin-right: 10px;
}
.page_comments li i {
    padding: 5px;
}
.page_comments li:last-child {
    margin-right: 0;
}

.single_post_heading h1 {
    font-size: 36px;
}

span.img_desc {
    color: #888E92;
    font-size: 15px;
    margin-top: 10px;
    display: inline-block;
}

.qhote p {
    padding: 20px 0;
}

.page_category h4,
li.page_category {
    font-size: 16px;
    color: #87BB60 !important;
}

/*TAGS*/
.tags {
    clear: both;
}
.tags li.tag_list {
    font-size: 15px;
    text-align: center;
    padding: 9px 15px;
    border: 1px solid #E4E5E6;
    background: #E4E5E6;
}
.tags li {
    margin-right: 5px;
}
.tags li a {
    font-size: 15px;
    text-align: center;
    padding: 9px 15px;
    border: 1px solid #E4E5E6;
    color: #17222B;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 5px;
}
.tags li a:hover {
    background: #E4E5E6;
}
.tags li:last-child {
    margin-right: 0;
}

/*NEXT PREV POST CSS*/
.next_prv_single {
    padding-left: 20px;
}
.next_prv_single p {
    color: #8A8F94;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.next_prv_single a {
    font-size: 18px;
    font-weight: 500;
    color: #17222B;
}

.comment_form input {
    background: #FFFFFF;
    margin-bottom: 15px;
}
.comment_form textarea {
    background: #FFFFFF;
}
.comment_form input.cbtn {
    margin-bottom: 0;
    border: none;
}

.comment_form2 input {
    margin-bottom: 15px;
}
.comment_form2 input.cbtn {
    margin-bottom: 0;
    border: none;
}

.next_prv_single3:hover {
    background: #87BB60 !important;
}

.comment_list h3 {
    font-size: 24px;
    margin-bottom: 30px;
}

.single_comment {
    padding-left: 60px;
    position: relative;
    z-index: 2;
}
.single_comment a {
    font-size: 18px;
    color: #17222B;
    font-weight: 500;
}
.single_comment p {
    font-size: 17px;
    font-weight: 300;
}
.single_comment .comment_img {
    position: absolute;
    left: 0;
    top: 0;
    height: 45px;
    width: 45px;
}
.single_comment .replay a {
    text-transform: capitalize;
    color: #87BB60 !important;
    font-size: 16px;
}

.comment_list2 .single_comment {
    padding: 20px 20px 20px 80px;
    position: relative;
    z-index: 2;
    margin-bottom: 15px;
}
.comment_list2 .single_comment a {
    font-size: 18px;
    color: #17222B;
    font-weight: 500;
}
.comment_list2 .single_comment p {
    font-size: 17px;
    font-weight: 300;
}
.comment_list2 .single_comment .comment_img {
    position: absolute;
    left: 20px;
    top: 20px;
    height: 45px;
    width: 45px;
}
.comment_list2 .single_comment .replay a {
    text-transform: capitalize;
    color: #87BB60 !important;
    font-size: 16px;
}

.inner_cm {
    margin-left: 30px;
}

.back4040 h3 {
    font-size: 30px;
}

.bridcrumb {
    padding: 20px 0;
}

.author_content {
    margin-bottom: 20px;
}
.author_content a {
    font-size: 30px;
    font-weight: 500;
    color: #17222B;
}

.quote_type2 {
    padding: 30px;
}

/*VIDEO IMG CSS*/
.video_img {
    position: relative;
    z-index: 2;
}

.video_img_icon {
    position: absolute;
    top: 50%;
    left: 50%;
    background: #FF5555;
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    font-size: 28px;
    border-radius: 50%;
    color: #FFFFFF;
    margin-left: -40px;
    margin-top: -40px;
    transition: all 0.3s;
}
.video_img_icon:hover {
    transform: scale(1.1);
    transition: all 0.3s;
    color: #FFFFFF;
}

p.video_img_text {
    position: absolute;
    bottom: 15px;
    left: 15px;
    color: #FFFFFF;
    font-size: 20px;
}

.next_prv_single3 {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
    background: #FFFFFF;
}
.next_prv_single3:hover {
    background: #87BB60 !important;
    transition: all 0.3s;
}
.next_prv_single3:hover p {
    color: #FFFFFF;
}
.next_prv_single3:hover a {
    color: #FFFFFF;
}

.iv a.single_social {
    display: inline-block;
    padding: 13px 13px 13px 40px;
    width: calc(50% - 10px);
}


.theme-input input {
    font-size: 16px;
    font-weight: 400;
    color: #87BB60 !important;
}

.signup_form form input.cbtn,
.theme-3 .signup_form form input.cbtn,
a.cbtn1,
button.cbtn1,
input.cbtn1 {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 15px 30px;
    background: #87BB60 !important;
    border: none;
}

.dark-theme .topbar .social1 ul li a,
.theme-3 .topbar .social1 li a,
.topbar .social1 ul li a {
    width: 20px;
    height: 20px;
    display: block;
    text-align: center;
    line-height: 20px;
    font-style: 14px;
    color: #17222B;
}

.footer .cta .social2 ul li a {
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 40px;
    font-style: 14px;
    color: #C7CACC;
    background: #212C34;
}

.banner {
    position: relative;
    z-index: 2;
}

.banner:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #17222B;
    opacity: 0.6;
    left: 0;
    top: 0;
    z-index: -1;
}

.inner_overlay {
    position: relative;
    z-index: 2;
}

.inner_overlay:after {
    position: absolute;
    z-index: -1;
    content: "";
    height: 100%;
    width: 60%;
    background: linear-gradient(to left, transparent, #17222B);
    left: 0;
    top: 0;
}

.newsprk-category ul li a {
    position: relative;
    z-index: 2;
}

.newsprk-category ul li a:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    opacity: 0.6;
    left: 0;
    top: 0;
    z-index: -1;
    background: #17222B;
}

.half_bg1 {
    position: relative;
    z-index: 2;
}

.half_bg1:after {
    position: absolute;
    content: "";
    height: 50%;
    width: 100%;
    background: #17222B;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.dark-theme .half_dark_bg1 {
    position: relative;
    z-index: 2;
}

.dark-theme .half_dark_bg1:after {
    position: absolute;
    content: "";
    height: 50%;
    width: 100%;
    background: #233340;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.dark-theme .half_dark_bg60 {
    position: relative;
    z-index: 2;
}

.dark-theme .half_dark_bg60:after {
    position: absolute;
    content: "";
    height: 60%;
    width: 100%;
    background: #233340;
    left: 0;
    top: 0;
    z-index: -1;
}

.half_bg60 {
    position: relative;
    z-index: 2;
}

.half_bg60:after {
    position: absolute;
    content: "";
    height: 60%;
    width: 100%;
    background: #17222B;
    left: 0;
    top: 0;
    z-index: -1;
}

.border_left3 {
    border-left: 3px solid #BDC0C2;
}

.comment_form input,
.comment_form textarea {
    border: 1px solid #C4C7C9;
}

.dark-theme a.cbtn2,
.dark-theme button.cbtn2,
.dark-theme input.cbtn2,
a.cbtn2,
button.cbtn2,
input.cbtn2 {
    padding: 15px 40px;
    font-size: 16px;
    color: #FFFFFF;
    background: #87BB60 !important;
    text-transform: uppercase;
    transition: all 0.3s;
    font-weight: 400;
}
.dark-theme a.cbtn2:hover,
.dark-theme button.cbtn2:hover,
.dark-theme input.cbtn2:hover,
a.cbtn2:hover,
button.cbtn2:hover,
input.cbtn2:hover {
    background: #17222B;
    color: #FFFFFF;
    transition: all 0.3s;
}

.theme-4 a.cbtn4,
.theme-4 button.cbtn4,
.theme-4 input.cbtn4 {
    padding: 15px 40px;
    font-size: 16px;
    color: #FFFFFF;
    background: linear-gradient(90deg, #FF5555, #AB50EF);
    text-transform: uppercase;
    transition: all 0.3s;
    font-weight: 400;
}
.theme-4 a.cbtn4:hover,
.theme-4 button.cbtn4:hover,
.theme-4 input.cbtn4:hover {
    background: linear-gradient(90deg, #FF5555, #AB50EF);
    color: #FFFFFF;
    transition: all 0.3s;
}

a.cbtn3,
button.cbtn3,
input.cbt3 {
    padding: 15px 40px;
    font-size: 16px;
    color: #17222B;
    border: 1px solid #87BB60 !important;
    background: #FFFFFF;
    text-transform: uppercase;
    transition: all 0.3s;
    font-weight: 400;
}
a.cbtn3:hover,
button.cbtn3:hover,
input.cbt3:hover {
    background: #87BB60 !important;
    color: #FFFFFF;
    transition: all 0.3s;
}

.shadow5 {
    box-shadow: 0 72px 20px 0 #fbfbff;
}

@media (min-width: 768px) and (max-width: 991px) {
    .dark-theme .topbar .top_date_social > div:first-child {
        padding-right: 0;
        margin-right: 0;
    }

    .searching .v1search_form button {
        min-width: 80%;
    }
}

.dark-theme .site-nav-inner {
    position: relative;
}
.dark-theme .main-nav {
    background: #233340;
}
.dark-theme .navbar {
    border-radius: 0;
    border: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
}
.dark-theme ul.navbar-nav > li {
    float: left;
    padding: 0;
    position: relative;
}
.dark-theme ul.navbar-nav > li > a {
    padding: 0 15px;
    line-height: 50px;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    margin: 0;
    position: relative;
    transition: 350ms;
    padding: 10px 22px;
}
.dark-theme ul.navbar-nav > li > a i {
    font-weight: 500;
}
.dark-theme ul.navbar-nav > li > a:focus,
.dark-theme ul.navbar-nav > li > a:hover {
    background: none;
}
.dark-theme ul.navbar-nav > li.active a::before,
.dark-theme ul.navbar-nav > li:hover a::before {
    border-color: #87BB60 !important;
    opacity: 1;
    transform: scale(1) translateZ(0);
}
.dark-theme .nav .open > a,
.dark-theme .nav .open > a:focus,
.dark-theme .nav .open > a:hover {
    background: transparent;
    border: 0;
}
.dark-theme .lang {
    padding-left: 15px;
}
.dark-theme .lang li {
    position: relative;
    z-index: 2;
    transition: all 0.3s;
}
.dark-theme .lang li a {
    display: inline-block;
    padding: 7px;
}
.dark-theme .lang li:hover ul {
    visibility: visible;
    opacity: 1;
    top: 40px;
    transition: all 0.3s;
}
.dark-theme .lang li ul {
    position: absolute;
    left: 0;
    top: auto;
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    visibility: hidden;
    top: 70px;
    padding: 10px 0;
    transition: all 0.3s;
    width: 120px;
    opacity: 0;
}
.dark-theme .lang li ul li a {
    padding: 5px 15px;
}
.dark-theme .lang li a {
    opacity: 0.75;
    color: #17222b;
}
.dark-theme .lang li a i {
    opacity: 1;
}
.dark-theme ul.navbar-nav > li.mega-dropdown {
    position: static;
}
.dark-theme .dropdown-submenu {
    position: relative;
}
.dark-theme .dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -2px;
    border-radius: 0;
}
.dark-theme .dropdown-submenu > a:after {
    display: block;
    content: "";
    font-family: "Font Awesome 5 pro";
    float: right;
    margin-top: 3px;
    margin-right: -5px;
}
.dark-theme .dropdown-submenu:hover > a:after {
    border-left-color: #fff;
}
.dark-theme .dropdown-submenu.pull-left {
    float: none;
}
.dark-theme .dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    border-radius: 6px 0 6px 6px;
}
.dark-theme .dropdown-toggle::after {
    display: none;
}
.dark-theme .dropdown-menu {
    text-align: left;
    background: #fff;
    z-index: 100;
    min-width: 230px;
    border-radius: 0;
    border: 0;
    border: 0;
    box-shadow: 0 3px 3px 2px rgba(0, 0, 0, 0.15);
    margin-top: 0;
    padding: 0;
}
.dark-theme .navbar-nav > li > .dropdown-menu {
    border-top: 1px solid #dedede;
}
.dark-theme .navbar-nav > li > .dropdown-menu.mega-menu-content {
    border-top: 0;
}
.dark-theme .dropdown-menu-large {
    min-width: 400px;
}
.dark-theme .dropdown-menu-large > li > ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.dark-theme .dropdown-menu-large > li > ul > li > a {
    padding-left: 0;
}
.dark-theme .dropdown-menu-large > li > ul > li.active > a {
    color: #fc4a00;
}
.dark-theme .navbar-nav > li > .dropdown-menu > a {
    background: none;
}
.dark-theme .dropdown-menu li a {
    display: block;
    line-height: normal;
    text-decoration: none;
    padding: 15px 25px;
    border-bottom: 1px solid #17222b;
    color: #FFFFFF;
    background: #29333c;
    text-transform: capitalize;
}
.dark-theme .dropdown-menu li:last-child > a {
    border-bottom: 0;
}
.dark-theme .dropdown-menu > .active > .dropdown-menu > .active > a,
.dark-theme .dropdown-menu > .active > a,
.dark-theme .dropdown-menu > .active > a:focus,
.dark-theme .dropdown-menu > .active > a:hover {
    background: #17222b;
    color: #87BB60 !important;
}
.dark-theme .dropdown-menu > li > a:focus,
.dark-theme .dropdown-menu > li > a:hover {
    background: #17222b;
    color: #fff;
}
@media (min-width: 767px) {
    .dark-theme ul.nav li.dropdown .dropdown-menu li.dropdown-submenu .dropdown-menu {
        left: 100%;
        top: 0;
        display: none;
    }
    .dark-theme ul.nav li.dropdown .dropdown-menu li.dropdown-submenu:hover .dropdown-menu {
        display: block;
    }
}
.dark-theme .mega-menu-content {
    width: 1110px;
    padding: 0;
}
.dark-theme .mega-menu-content-inner {
    padding: 20px 10px;
}
.dark-theme .mega-menu-content .row {
    margin: 0;
}
.dark-theme .main-nav.dark-bg > .container > .row {
    border: 0;
    background: #272727;
    margin-left: 0;
    margin-right: 0;
}
.dark-theme .dark-bg .navbar-toggler {
    margin-left: 6px;
}
.dark-theme .main-nav.dark-bg ul.navbar-nav > li > a {
    color: #fff;
}
.dark-theme .main-nav.dark-bg ul.navbar-nav > li > a:before {
    border: 0;
}
.dark-theme .main-nav.dark-bg ul.navbar-nav > li.active,
.dark-theme .main-nav.dark-bg ul.navbar-nav > li:hover {
    background: #fc4a00;
}
.dark-theme .main-nav.dark-bg .nav-search i {
    color: #fff;
}
.dark-theme .main-nav {
    position: relative;
    padding: 0 15px;
}
.dark-theme .mfp-bg.xs-promo-popup {
    background-color: rgba(0, 0, 0, 0.87);
    padding-bottom: 100%;
    border-radius: 100%;
    overflow: hidden;
    -webkit-animation: menu-animation 0.8s ease-out forwards;
            animation: menu-animation 0.8s ease-out forwards;
}
@keyframes menu-animation {
    0% {
        opacity: 0;
        transform: scale(0.04) translateY(300%);
    }
    40% {
        transform: scale(0.04) translateY(0);
        transition: ease-out;
    }
    40% {
        transform: scale(0.04) translateY(0);
    }
    60% {
        opacity: 1;
        transform: scale(0.02) translateY(0px);
    }
    61% {
        opacity: 1;
        transform: scale(0.04) translateY(0px);
    }
    99.9% {
        opacity: 1;
        height: 0;
        padding-bottom: 100%;
        border-radius: 100%;
    }
    100% {
        opacity: 1;
        transform: scale(2) translateY(0px);
        height: 100%;
        padding-bottom: 0;
        border-radius: 0;
    }
}
.dark-theme .menu-tab .nav.nav-tabs {
    border-right: 1px solid #dedede;
    padding: 20px 0;
    min-height: 250px;
    margin-top: 0;
}
.dark-theme .menu-tab .nav.nav-tabs > li > a {
    border: 1px solid transparent;
    border-radius: 0;
    font-weight: 400;
    padding: 14px 16px 14px 30px;
    background: #fff;
    text-transform: initial;
    font-size: 14px;
}
.dark-theme .menu-tab .nav.nav-tabs > li > a.active {
    background: #dedede;
    margin-right: -1px;
    border: 1px solid #dedede;
    border-right: 0;
    color: #fc4a00;
    cursor: pointer;
}
.dark-theme .menu-tab .tab-content > .tab-pane {
    padding: 25px 0;
    min-height: 250px;
}
.dark-theme .menu-tab .tab-content > .tab-pane .col-md-3 {
    padding-right: 10px;
    padding-left: 10px;
}
.dark-theme .header.header-menu {
    padding: 0;
}
.dark-theme .header.header-menu .logo {
    padding: 12px 0;
}
.dark-theme .header.header-menu > .container > .row {
    border-bottom: 1px solid #dedede;
    margin-left: 0;
    margin-right: 0;
}
.dark-theme .header.header-menu ul.navbar-nav > li > a {
    line-height: 70px;
}
.dark-theme .header.header-menu ul.navbar-nav > li.mega-dropdown,
.dark-theme .site-nav-inner {
    position: static;
    width: 100%;
}
.dark-theme .header.header-menu .mega-menu-content {
    min-width: 1145px;
    left: -43%;
}
.dark-theme .nav-social-wrap {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
}
.dark-theme .navbar {
    position: absolute;
    top: 70px;
    width: 100%;
    background: #f8f8f8;
    z-index: 9;
    padding: 0;
}
@media (min-width: 992px) {
    .dark-theme .navbar {
        position: static;
        top: 70px;
        width: 100%;
        background: transparent;
    }
    .dark-theme ul.navbar-nav > li > a {
        color: #FFFFFF;
        padding: 0 22px;
    }
    .dark-theme .header.header-menu ul.navbar-nav > li.mega-dropdown,
    .dark-theme .site-nav-inner {
        position: static;
        width: 100%;
    }
}
.dark-theme ul.navbar-nav > li:after {
    position: absolute;
    content: "";
    height: 0;
    width: 100%;
    background: #87BB60 !important;
    bottom: 0;
    left: 0;
    z-index: 2;
    transition: all 0.3s;
}
.dark-theme ul.navbar-nav > li:hover:after {
    height: 2px;
    transition: all 0.3s;
}
@media (min-width: 992px) {
    .dark-theme .header {
        min-height: 70px;
    }
    .dark-theme .main-nav ul.navbar-nav > li:hover > a {
        color: #FFFFFF;
    }
    .dark-theme .main-nav ul.navbar-nav > li:before {
        position: absolute;
        content: "";
        height: 0;
        width: 100%;
        background: #2e3d4a;
        z-index: -1;
        left: 0;
        top: 0;
        transition: all 0.3s;
    }
    .dark-theme .main-nav ul.navbar-nav > li:hover:before {
        height: 100%;
        transition: all 0.3s;
    }
    .dark-theme .main-nav ul.navbar-nav > li > a:hover::after {
        opacity: 1;
    }
    .dark-theme blockquote {
        padding: 45px 120px 30px;
    }
}
@media (min-width: 1200px) {

    .dark-theme .navbar-nav li:hover .dropdown-menu {
        display: block;
    }
    .dark-theme .navbar-collapse {
        padding-right: 0;
    }
    .dark-theme .nav-style-boxed .navbar-collapse {
        padding-left: 15px;
    }
    .dark-theme .header.header-menu .mega-menu-content {
        min-width: 1095px;
        margin-left: -27px;
    }
    .dark-theme .main-nav ul.navbar-nav > li > a {
        padding: 0 15px 10px;
    }
    .dark-theme .sidebar {
        margin-left: 40px;
    }
    .dark-theme .sidebar.sidebar-left {
        margin-left: 0;
        margin-right: 40px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {

    .dark-theme .navbar-nav li:hover .dropdown-menu {
        display: block;
    }
    .dark-theme ul.navbar-nav > li {
        padding: 0 6px;
    }
    .dark-theme ul.navbar-nav > li a {
        font-size: 14px;
    }
    .dark-theme .dropdown-menu li a {
        font-size: 14px;
    }
    .dark-theme .header .header-menu .mega-menu-content {
        min-width: 1095px;
        margin-left: -11px;
    }
    .dark-theme .newsletter-form input {
        min-width: 340px;
    }
    .dark-theme .action-box-text {
        font-size: 13px;
    }
    .dark-theme #back-to-top.affix {
        bottom: 35px;
    }
    .dark-theme .mega-menu-content {
        max-width: 940px;
    }
}
@media (min-width: 575px) {
    .dark-theme .main-nav {
        padding: 0;
    }
    .dark-theme .nav-social-wrap {
        padding: 0 15px;
    }
    .dark-theme .navbar-toggler {
        left: 15px;
    }
    .dark-theme .navbar {
        width: 98%;
    }
}
@media (min-width: 768px) and (max-width: 991px) {

    .dark-theme ul.top-info li {
        padding-right: 12px;
    }
    .dark-theme .navbar-fixed {
        position: relative;
        -webkit-animation: none;
                animation: none;
        box-shadow: none;
    }
    .dark-theme .logo {
        padding: 13px 0;
    }
    .dark-theme .logo img {
        width: 100%;
    }
    .dark-theme .navbar-toggle {
        display: block;
        z-index: 1;
    }
    .dark-theme .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
    .dark-theme .navbar-collapse.collapse.show {
        display: block;
    }
    .dark-theme .navbar-collapse ul.navbar-nav {
        float: none !important;
        margin-top: 0;
        width: 100%;
    }
    .dark-theme ul.navbar-nav > li {
        float: none;
        display: block;
    }
    .dark-theme .collapse.in {
        display: block !important;
    }
    .dark-theme .navbar-collapse.in {
        overflow-y: auto;
    }
    .dark-theme ul.nav li.dropdown:hover ul.dropdown-menu {
        display: none;
    }
    .dark-theme ul.nav li.dropdown.open ul.dropdown-menu {
        display: block;
    }
    .dark-theme .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }
    .dark-theme .navbar-collapse {
        background: none;
        width: 100%;
    }
    .dark-theme ul.navbar-nav > li.active > a:after,
    .dark-theme ul.navbar-nav > li:hover > a:after {
        content: "";
    }
    .dark-theme ul.navbar-nav > li > a:before {
        border-bottom: 0;
    }
    .dark-theme .nav-style-boxed ul.navbar-nav > li,
    .dark-theme ul.navbar-nav > li {
        display: block;
    }
    .dark-theme .navbar-nav .open .dropdown-menu > li {
        padding-left: 0;
    }
    .dark-theme .navbar-nav .open .dropdown-menu > li > a {
        line-height: 30px;
        padding: 5px 15px 10px 10px;
    }
    .dark-theme .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 10px 10px;
    }
    .dark-theme ul.navbar-nav {
        padding: 0 0 10px;
    }
    .dark-theme ul.navbar-nav li {
        float: none;
    }
    .dark-theme ul.navbar-nav li a {
        line-height: normal !important;
        color: #333;
        border-top: 1px solid #f1f1f1 !important;
        border-bottom: 0;
        padding: 10px 20px;
        display: block;
        min-width: 350px;
    }
    .dark-theme ul.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-submenu a i {
        margin-top: -22px;
    }
    .dark-theme ul.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-submenu .dropdown-menu {
        left: 0;
        position: relative;
    }
    .dark-theme ul.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-submenu .dropdown-menu a {
        padding-left: 50px;
    }
    .dark-theme ul.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-submenu .dropdown-menu li a {
        padding-left: 35px !important;
    }
    .dark-theme ul.navbar-nav .dropdown-menu {
        float: none;
        position: relative;
        border: 0;
        margin: 0;
        padding: 0;
        box-shadow: none;
        border-top: 0;
        background: none;
    }
    .dark-theme ul.navbar-nav .dropdown-menu li a {
        padding-left: 20px !important;
    }
    .dark-theme ul.navbar-nav > li.header-get-a-quote,
    .dark-theme ul.navbar-nav > li.nav-search {
        display: none;
    }
    .dark-theme .dropdown-submenu > a:after,
    .dark-theme ul.navbar-nav li a i {
        float: right;
        width: 36px;
        height: 28px;
        line-height: 28px;
        margin-top: -5px;
        text-align: center;
        color: #000;
    }
    .dark-theme .dropdown-submenu > a:after {
        margin-right: 0;
    }
    .dark-theme .navbar-nav > li > .dropdown-menu.mega-menu-content {
        display: none !important;
    }
    .dark-theme .featured-post-area .pad-r {
        padding-right: 15px;
    }
    .dark-theme .featured-post-area .pad-l {
        padding-left: 15px;
    }
    .dark-theme .sidebar-right {
        margin-top: 50px;
    }
    .dark-theme .sidebar-right .widget {
        margin-left: 0;
    }
    .dark-theme .block.color-aqua,
    .dark-theme .block.color-violet {
        margin-top: 40px;
    }
    .dark-theme .footer-widget {
        display: inline-block;
        margin-bottom: 30px;
    }
    .dark-theme .newsletter-form input {
        width: 90%;
    }
    .dark-theme .footer-info-content {
        padding: 50px 100px 0;
    }
    .dark-theme #back-to-top.affix {
        bottom: 78px;
    }
}
@media (max-width: 767px) {
    .dark-theme .boxed-layout .body-inner {
        margin: 0 auto;
    }
    .dark-theme .trending-bar {
        padding: 20px 0;
    }
    .dark-theme .trending-bar .trending-title {
        float: none;
        border: none;
    }
    .dark-theme .trending-bar .post-title.title-small {
        padding: 10px 0;
    }
    .dark-theme .ts-date {
        padding: 0;
        border-right: 0;
        display: block;
    }
    .dark-theme .top-nav {
        display: block;
        margin: 10px 0;
    }
    .dark-theme .top-bar {
        text-align: center;
    }
    .dark-theme .top-social ul li a {
        padding: 0 10px;
    }
    .dark-theme .navbar-fixed {
        position: relative;
        -webkit-animation: none;
                animation: none;
        box-shadow: none;
    }
    .dark-theme .logo {
        padding: 13px 0 25px;
        text-align: center;
    }
    .dark-theme .navbar-toggle {
        display: block;
        z-index: 1;
    }
    .dark-theme .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
    .dark-theme .navbar-collapse.collapse.show {
        display: block;
    }
    .dark-theme .navbar-collapse.collapse:after {
        display: block;
        content: "";
        clear: both;
    }
    .dark-theme .navbar-collapse,
    .dark-theme .site-nav-inner {
        background: none;
        width: 100%;
    }
    .dark-theme ul.navbar-nav > li.active > a:after,
    .dark-theme ul.navbar-nav > li:hover > a:after {
        content: "";
    }
    .dark-theme ul.navbar-nav > li > a:before {
        border-bottom: 0;
    }
    .dark-theme .navbar-nav .open .dropdown-menu .dropdown-header,
    .dark-theme .navbar-nav .open .dropdown-menu > li > a {
        padding: 10px 15px 10px 10px;
    }
    .dark-theme ul.navbar-nav > li {
        display: block;
    }
    .dark-theme .navbar-nav .open .dropdown-menu > li > a {
        line-height: 30px;
    }
    .dark-theme ul.navbar-nav > li.header-get-a-quote,
    .dark-theme ul.navbar-nav > li.nav-search {
        display: none;
    }
    .dark-theme ul.navbar-nav {
        width: 100%;
        padding: 0 0 10px;
    }
    .dark-theme ul.navbar-nav > li {
        float: none;
    }
    .dark-theme ul.navbar-nav li a {
        line-height: normal !important;
        color: #333;
        border-top: 1px solid #f1f1f1 !important;
        border-bottom: 0;
        padding: 7px 20px;
        display: block;
        background: transparent;
    }
    .dark-theme ul.navbar-nav .dropdown-menu > li > a {
        padding-left: 15px;
    }
    .dark-theme ul.navbar-nav .dropdown-menu {
        float: none;
        position: relative;
        border: 0;
        margin: 0;
        padding: 0;
    }
    .dark-theme ul.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-submenu .dropdown-menu {
        left: 0;
        position: relative;
    }
    .dark-theme ul.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-submenu a i {
        margin-top: -22px;
    }
    .dark-theme ul.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-submenu .dropdown-menu li a {
        padding-left: 20px;
    }
    .dark-theme ul.navbar-nav .dropdown-menu {
        box-shadow: none;
        border-top: 0;
        background: none;
        padding-left: 15px;
    }
    .dark-theme .dropdown-submenu > a:after,
    .dark-theme ul.navbar-nav li a i {
        color: #333;
        float: right;
        line-height: 28px;
        margin-top: -5px;
        margin-right: 10px;
        text-align: center;
    }
    .dark-theme .dropdown-submenu > a:after {
        margin-right: 0;
    }
    .dark-theme .navbar-nav > li > .dropdown-menu.mega-menu-content {
        display: none !important;
    }
    .dark-theme .main-nav.dark-bg {
        margin-bottom: 20px;
    }
    .dark-theme .main-nav.dark-bg > .container > .row {
        padding: 0 20px;
    }
    .dark-theme .main-nav.dark-bg ul.navbar-nav > li.active,
    .dark-theme .main-nav.dark-bg ul.navbar-nav > li:hover {
        background: none;
    }
    .dark-theme .main-nav.dark-bg ul.navbar-nav li a {
        color: #17222b;
    }
    .dark-theme .header-top-social {
        margin-bottom: 20px;
    }
    .dark-theme .search-block {
        width: 220px;
    }
    .dark-theme .header.header-menu {
        position: relative;
        margin-bottom: 20px;
    }
    .dark-theme .search-area {
        position: absolute;
        right: 0;
        top: 50px;
    }
    .dark-theme .featured-post-area .pad-r,
    .dark-theme .pad-r-small {
        padding-right: 15px;
        padding-right: 15px;
    }
    .dark-theme .featured-post-area .pad-l,
    .dark-theme .pad-l-small {
        padding-left: 15px;
    }
    .dark-theme .post-title {
        font-size: 18px;
        line-height: 26px;
    }
    .dark-theme .block.color-orange .post-overaly-style.last {
        margin-top: 40px;
    }
    .dark-theme .sidebar-right {
        margin-top: 50px;
    }
    .dark-theme .sidebar-right .widget {
        margin-left: 0;
    }
    .dark-theme .block.color-aqua,
    .dark-theme .block.color-violet {
        margin-top: 40px;
    }
    .dark-theme .social-icon li a i {
        margin-bottom: 10px;
    }
    .dark-theme .post-block-style.post-float-half .post-thumb img {
        max-width: 100%;
        min-height: 100%;
        margin-bottom: 20px;
    }
    .dark-theme .footer-widget {
        display: inline-block;
        margin-bottom: 30px;
    }
    .dark-theme .newsletter-form input {
        width: 90%;
    }
    .dark-theme .footer-info-content {
        padding: 50px 20px 0;
    }
    .dark-theme .footer-social li a i {
        margin-bottom: 10px;
    }
    .dark-theme #back-to-top.affix {
        bottom: 78px;
    }
    .dark-theme .featured-tab .nav-tabs {
        margin: 20px 0;
        position: static;
    }
    .dark-theme .footer-menu .nav {
        display: inline-block;
    }
    .dark-theme #back-to-top {
        bottom: 0;
        right: 20px;
    }
    .dark-theme .block-title > span {
        padding: 9px 10px;
    }
    .dark-theme .featured-tab .nav-tabs > li > a {
        font-size: 14px;
    }
    .dark-theme .category-style2 .post-thumb {
        margin-bottom: 20px;
    }
    .dark-theme .ts-author-comments::after {
        display: none;
    }
    .dark-theme .single-post .post-navigation {
        padding: 30px 0;
    }
    .dark-theme .single-post .post-navigation .post-next,
    .dark-theme .single-post .post-navigation .post-previous {
        width: 100%;
        border: none;
        margin: 10px 0;
    }
}
@media (max-width: 991px) {
    .dark-theme .featured-slider .item .featured-post .post-content {
        padding: 20px;
    }
    .dark-theme .post-video .post-video-content {
        padding: 0 20px 10px;
    }
    .dark-theme .post-video .post-video-content h3 {
        font-size: 18px;
    }
}
.dark-theme h2.post-title.title-small,
.dark-theme h2.post-title.title-small a {
    font-size: 16px;
    color: #17222b;
    margin-top: 10px;
    font-weight: 500;
}
.dark-theme .post-thumb {
    position: relative;
    z-index: 2;
}
.dark-theme a.popup {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 70px;
    width: 70px;
    margin-left: -35px;
    text-align: center;
    margin-top: -35px;
    line-height: 70px;
    font-size: 20px;
    color: #17222b;
    background: #fff;
    border-radius: 50%;
}
.dark-theme .menu_right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.dark-theme .users_area {
    position: relative;
    z-index: 2;
}
.dark-theme .search_form {
    position: absolute;
    height: 100%;
    width: 200px;
    left: -130px;
    top: -95px;
    background: #fff;
    display: none;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s;
}
.dark-theme .search_form.active {
    visibility: visible;
    opacity: 1;
    display: block;
    transition: all 0.4s;
}
.dark-theme .search_form input {
    border: none;
    padding: 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}
.dark-theme .temp_wap {
    position: relative;
    z-index: 2;
    padding-left: 70px;
    margin-left: 15px;
}
.dark-theme .temp_wap .weather-area {
    color: #9199a0;
    font-size: 14px;
    line-height: 17px;
}
.dark-theme .temp_wap:before {
    content: "|";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 26px;
    line-height: 1;
    color: #9199a0;
}
.dark-theme .temp_icon {
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    position: absolute;
    left: 15px;
}
.dark-theme h3.temp_count {
    position: relative;
    z-index: 2;
    color: #c7cbcf;
    display: inline-block;
    margin-left: 8px;
    margin-bottom: 0;
}
.dark-theme h3.temp_count:after {
    position: absolute;
    content: "";
    height: 30px;
    width: 30px;
    background: url("../img/icon/s_white.png");
    background-repeat: no-repeat;
    right: -35px;
}
.dark-theme .lang {
    padding-left: 15px;
}
.dark-theme .lang li a {
    font-weight: 500;
    color: #9199a0;
}
.dark-theme .users_area li {
    font-weight: 500;
    padding: 0 6px;
    font-size: 16px;
    cursor: pointer;
    color: #9199a0;
}
.dark-theme .menu_right > div {
    position: relative;
    z-index: 2;
}
.dark-theme .menu_right > div:last-child {
    padding-right: 0;
}
.dark-theme .menu_right > div:last-child:after {
    display: none;
}


.theme-input input {
    font-size: 16px;
    font-weight: 400;
    color: #87BB60 !important;
}

.signup_form form input.cbtn,
.theme-3 .signup_form form input.cbtn,
a.cbtn1,
button.cbtn1,
input.cbtn1 {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 15px 30px;
    background: #87BB60 !important;
    border: none;
}

.dark-theme .topbar .social1 ul li a,
.theme-3 .topbar .social1 li a,
.topbar .social1 ul li a {
    width: 20px;
    height: 20px;
    display: block;
    text-align: center;
    line-height: 20px;
    font-style: 14px;
    color: #17222B;
}

.footer .cta .social2 ul li a {
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 40px;
    font-style: 14px;
    color: #C7CACC;
    background: #212C34;
}

.banner {
    position: relative;
    z-index: 2;
}

.banner:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #17222B;
    opacity: 0.6;
    left: 0;
    top: 0;
    z-index: -1;
}

.inner_overlay {
    position: relative;
    z-index: 2;
}

.inner_overlay:after {
    position: absolute;
    z-index: -1;
    content: "";
    height: 100%;
    width: 60%;
    background: linear-gradient(to left, transparent, #17222B);
    left: 0;
    top: 0;
}

.newsprk-category ul li a {
    position: relative;
    z-index: 2;
}

.newsprk-category ul li a:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    opacity: 0.6;
    left: 0;
    top: 0;
    z-index: -1;
    background: #17222B;
}

.half_bg1 {
    position: relative;
    z-index: 2;
}

.half_bg1:after {
    position: absolute;
    content: "";
    height: 50%;
    width: 100%;
    background: #17222B;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.dark-theme .half_dark_bg1 {
    position: relative;
    z-index: 2;
}

.dark-theme .half_dark_bg1:after {
    position: absolute;
    content: "";
    height: 50%;
    width: 100%;
    background: #233340;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.dark-theme .half_dark_bg60 {
    position: relative;
    z-index: 2;
}

.dark-theme .half_dark_bg60:after {
    position: absolute;
    content: "";
    height: 60%;
    width: 100%;
    background: #233340;
    left: 0;
    top: 0;
    z-index: -1;
}

.half_bg60 {
    position: relative;
    z-index: 2;
}

.half_bg60:after {
    position: absolute;
    content: "";
    height: 60%;
    width: 100%;
    background: #17222B;
    left: 0;
    top: 0;
    z-index: -1;
}

.border_left3 {
    border-left: 3px solid #BDC0C2;
}

.comment_form input,
.comment_form textarea {
    border: 1px solid #C4C7C9;
}

.dark-theme a.cbtn2,
.dark-theme button.cbtn2,
.dark-theme input.cbtn2,
a.cbtn2,
button.cbtn2,
input.cbtn2 {
    padding: 15px 40px;
    font-size: 16px;
    color: #FFFFFF;
    background: #87BB60 !important;
    text-transform: uppercase;
    transition: all 0.3s;
    font-weight: 400;
}
.dark-theme a.cbtn2:hover,
.dark-theme button.cbtn2:hover,
.dark-theme input.cbtn2:hover,
a.cbtn2:hover,
button.cbtn2:hover,
input.cbtn2:hover {
    background: #17222B;
    color: #FFFFFF;
    transition: all 0.3s;
}

.theme-4 a.cbtn4,
.theme-4 button.cbtn4,
.theme-4 input.cbtn4 {
    padding: 15px 40px;
    font-size: 16px;
    color: #FFFFFF;
    background: linear-gradient(90deg, #FF5555, #AB50EF);
    text-transform: uppercase;
    transition: all 0.3s;
    font-weight: 400;
}
.theme-4 a.cbtn4:hover,
.theme-4 button.cbtn4:hover,
.theme-4 input.cbtn4:hover {
    background: linear-gradient(90deg, #FF5555, #AB50EF);
    color: #FFFFFF;
    transition: all 0.3s;
}

a.cbtn3,
button.cbtn3,
input.cbt3 {
    padding: 15px 40px;
    font-size: 16px;
    color: #17222B;
    border: 1px solid #87BB60 !important;
    background: #FFFFFF;
    text-transform: uppercase;
    transition: all 0.3s;
    font-weight: 400;
}
a.cbtn3:hover,
button.cbtn3:hover,
input.cbt3:hover {
    background: #87BB60 !important;
    color: #FFFFFF;
    transition: all 0.3s;
}

.shadow5 {
    box-shadow: 0 72px 20px 0 #fbfbff;
}

@media (min-width: 768px) and (max-width: 991px) {
    .dark-theme .topbar .top_date_social > div:first-child {
        padding-right: 0;
        margin-right: 0;
    }

    .searching .v1search_form button {
        min-width: 80%;
    }
}
body.dark-theme {
    color: #FFFFFF;
}

.dark-theme {
    background: #17222B;
   
}
.dark-theme h1,
.dark-theme h2,
.dark-theme h3,
.dark-theme h4,
.dark-theme h5,
.dark-theme h6 {
    color: #FFFFFF;
}
.dark-theme .widget-title {
    color: #FFFFFF;
}
.dark-theme .single_post {
    position: relative;
    z-index: 2;
    transition: all 0.3s;
}
.dark-theme .topbar ul {
    margin: 0;
    padding: 0;
}
.dark-theme .topbar ul li {
    font-size: 14px;
    opacity: 0.85;
}
.dark-theme .topbar ul .tranding_bar li {
    list-style: none;
    font-weight: 400;
}
.dark-theme .topbar .top_date_social > div {
    display: inline-block;
}
.dark-theme .topbar .top_date_social > div:first-child {
    padding-right: 25px;
    margin-right: 10px;
    position: relative;
    z-index: 2;
}
.dark-theme .topbar .top_date_social > div:first-child:after {
    position: absolute;
    content: "";
    height: 15px;
    width: 2px;
    background: #485057;
    opacity: 0.3;
    right: 5px;
    top: 50%;
    margin-top: -7.5px;
    align-self: start;
}
.dark-theme .topbar .paper_date p {
    font-size: 14px;
    font-weight: 400;
    opacity: 0.85;
}
.dark-theme .topbar .social1 ul {
    margin: 0;
    padding: 0;
}
.dark-theme .topbar .social1 ul li {
    list-style: none;
}
.dark-theme .topbar .social1 ul li a {
    opacity: 0.75;
    font-size: 14px;
}
.dark-theme .post_type3 .single_post_text .post-p {
    color: #FFFFFF;
}
.dark-theme .single_post_text .meta {
    color: #87BB60 !important;
    text-transform: uppercase;
}
.dark-theme .single_post_text .meta span {
    color: #C4C7C9;
    text-transform: capitalize;
}
.dark-theme .single_post_text a {
    color: #FFFFFF;
    font-weight: 500;
}
.dark-theme .single_post_text p {
    color: #FFFFFF;
}
.dark-theme .post_img {
    position: relative;
    z-index: 2;
}
.dark-theme .readmore {
    font-size: 14px;
}
.dark-theme .nav_style1 .owl-nav {
    position: absolute;
    right: 0;
    top: -48px;
}
.dark-theme .nav_style1 .owl-nav div {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border: 1px solid #343e46;
    color: #343e46;
    transition: all 0.3s;
}
.dark-theme .nav_style1 .owl-nav div:last-child {
    margin-left: 14px;
}
.dark-theme .nav_style1 .owl-nav div:hover {
    background: #87BB60 !important;
    border-color: #87BB60 !important;
    color: #FFFFFF;
    transition: all 0.3s;
}
.dark-theme .see_all {
    font-weight: 500;
    font-size: 15px;
    color: #8A8F94;
    text-transform: uppercase;
}
.dark-theme .dark-2 {
    background: #233340;
}
.dark-theme .nav1_dark_style .owl-nav div {
    border: 1px solid #515A60;
    color: #515A60;
}
.dark-theme .nav_style2 .owl-nav div {
    background: #233340;
    color: #FFFFFF;
}
.dark-theme .post_img.number {
    background: #29333C;
}
.dark-theme .post_img.number h2 {
    color: #6A7177;
}
.dark-theme .widgets_type4 .post_img.number {
    background: #29333c;
}
.dark-theme .widgets_type4 .post_img.number h2 {
    color: #697076;
}
.dark-theme .signup_form p {
    color: #6A7177;
    margin-top: 10px;
}
.dark-theme .news_letter {
    background: #29333C;
}
.dark-theme .news_letter p {
    color: #FFFFFF;
}
.dark-theme .about_post_list ul {
    border-bottom: none;
}
.dark-theme .about_post_list li {
    margin-right: 10px;
}
.dark-theme .about_post_list li:last-child {
    margin-right: 0;
}
.dark-theme .about_post_list li a {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 500;
    color: #A0A5A8;
}
.dark-theme .about_post_list li a.active {
    color: #FFFFFF;
}
.dark-theme .bridcrumb {
    color: #C4C7C9;
}
.dark-theme .single_post_text .meta2 {
    margin-bottom: 0;
}
.dark-theme .single_post_text .meta2 a {
    font-size: 14px;
    text-transform: capitalize;
    position: relative;
    z-index: 2;
    line-height: 17px;
    margin-bottom: 5px;
    font-weight: 400;
}
.dark-theme .single_post_text .meta2 a:first-child {
    color: #87BB60 !important;
}
.dark-theme .single_post_text .meta2 a:last-child {
    margin-left: 20px;
    color: #FFFFFF;
    opacity: 0.75;
}
.dark-theme .single_post_text .meta2 a:last-child:before {
    position: absolute;
    content: "/";
    height: 20px;
    width: 10px;
    left: -18px;
    top: 50%;
    margin-top: -10px;
    line-height: 20px;
    color: #FFFFFF;
    opacity: 0.3;
    text-align: center;
}
.dark-theme .single_post_text .meta5 {
    margin-bottom: 0;
}
.dark-theme .single_post_text .meta5 a {
    font-size: 14px;
    text-transform: capitalize;
    position: relative;
    z-index: 2;
    line-height: 17px;
    margin-bottom: 5px;
    color: #FFFFFF;
}
.dark-theme .single_post_text .meta5 a:last-child {
    margin-left: 20px;
    font-weight: 400;
}
.dark-theme .single_post_text .meta5 a:last-child:before {
    position: absolute;
    content: "/";
    height: 20px;
    width: 10px;
    left: -18px;
    top: 50%;
    margin-top: -10px;
    line-height: 20px;
    color: #FFFFFF;
    text-align: center;
}
.dark-theme .single_post_text .meta3 {
    margin-bottom: 10px;
}
.dark-theme .single_post_text .meta3 a {
    font-size: 14px;
    position: relative;
    z-index: 2;
    line-height: 17px;
    font-weight: 500;
    margin-bottom: 5px;
}
.dark-theme .single_post_text .meta3 a:first-child {
    color: #87BB60 !important;
}
.dark-theme .single_post_text .meta3 a:last-child {
    margin-left: 20px;
    color: #FFFFFF;
    opacity: 0.75;
}
.dark-theme .single_post_text .meta3 a:last-child:before {
    position: absolute;
    content: "/";
    height: 20px;
    width: 10px;
    left: -18px;
    top: 50%;
    margin-top: -10px;
    line-height: 20px;
    color: #FFFFFF;
    opacity: 0.3;
    text-align: center;
}
.dark-theme .single_post_text .meta4 {
    margin-top: 0;
}
.dark-theme .single_post_text .meta4 a {
    font-size: 14px;
    text-transform: capitalize;
    position: relative;
    z-index: 2;
    line-height: 17px;
    font-weight: 400;
    color: #FFFFFF;
}
.dark-theme .socail_share {
    margin: 0;
    padding: 0;
}
.dark-theme .socail_share li {
    position: relative;
    z-index: 2;
    list-style: none;
}
.dark-theme .socail_share li a {
    color: #FFFFFF;
    opacity: 0.4;
    font-size: 14px;
}
.dark-theme .socail_share li a i {
    margin-right: 3px;
}
.dark-theme .socail_share li:last-child {
    margin-left: 10px;
    padding-left: 10px;
}
.dark-theme .socail_share li:last-child:after {
    position: absolute;
    content: "";
    height: 10px;
    width: 2px;
    background: #FFFFFF;
    left: -5px;
    top: 50%;
    opacity: 0.4;
    margin-top: -5px;
    border-radius: 50%;
}
.dark-theme .author a {
    color: #FFFFFF;
}
.dark-theme .author ul li {
    display: inline-block;
    color: #C4C7C9;
    font-size: 15px;
}
.dark-theme .author ul li a {
    color: #C4C7C9;
}
.dark-theme .tags li.tag_list {
    border: 1px solid #87BB60 !important;
    background: #87BB60 !important;
    color: #FFFFFF;
}
.dark-theme .tags li a {
    border: 1px solid #87BB60 !important;
    color: #FFFFFF;
    font-weight: 500;
}
.dark-theme .tags li a:hover {
    background: #87BB60 !important;
}
.dark-theme .next_prv_single {
    padding-left: 20px;
}
.dark-theme .next_prv_single p {
    color: #8A8F94;
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 5px;
}
.dark-theme .next_prv_single a {
    font-size: 20px;
    font-weight: 500;
    color: #FFFFFF;
}
.dark-theme .next_prv_single a:hover {
    color: #87BB60 !important;
}
.dark-theme a.cbtn2:hover,
.dark-theme button.cbtn2:hover,
.dark-theme input.cbtn2:hover {
    background: #233340;
}
.dark-theme .points li:before {
    background: #FFFFFF;
}
.dark-theme .next_prv_single3:hover a:hover {
    color: #FFFFFF;
}
.dark-theme .comment_list2 .single_comment a {
    color: #FFFFFF;
}
.dark-theme .comment_form input,
.dark-theme .comment_form2 input {
    border: none;
    background: #29333C;
    margin-bottom: 15px;
    color: #FFFFFF;
}
.dark-theme .comment_form textarea,
.dark-theme .comment_form2 textarea {
    border: none;
    background: #29333C;
    color: #FFFFFF;
}
.dark-theme .comment_form input.cbtn2,
.dark-theme .comment_form2 input.cbtn2 {
    margin-bottom: 0;
    background: #87BB60 !important;
}
.dark-theme .comment_form input.cbtn2:hover,
.dark-theme .comment_form2 input.cbtn2:hover {
    background: #29333C !important;
}
.dark-theme .widget_tab ul li a {
    background: #233340;
    color: #FFFFFF;
}
.dark-theme .widget_tab ul li a.active {
    color: #FFFFFF;
    background: #87BB60 !important;
}
.dark-theme .bold {
    background: #17222B;
}

.theme-input input {
    font-size: 16px;
    font-weight: 400;
    color: #87BB60 !important;
}

.signup_form form input.cbtn,
.theme-3 .signup_form form input.cbtn,
a.cbtn1,
button.cbtn1,
input.cbtn1 {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 15px 30px;
    background: #87BB60 !important;
    border: none;
}

.dark-theme .topbar .social1 ul li a,
.theme-3 .topbar .social1 li a,
.topbar .social1 ul li a {
    width: 20px;
    height: 20px;
    display: block;
    text-align: center;
    line-height: 20px;
    font-style: 14px;
    color: #17222B;
}

.footer .cta .social2 ul li a {
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 40px;
    font-style: 14px;
    color: #C7CACC;
    background: #212C34;
}

.banner {
    position: relative;
    z-index: 2;
}

.banner:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #17222B;
    opacity: 0.6;
    left: 0;
    top: 0;
    z-index: -1;
}

.inner_overlay {
    position: relative;
    z-index: 2;
}

.inner_overlay:after {
    position: absolute;
    z-index: -1;
    content: "";
    height: 100%;
    width: 60%;
    background: linear-gradient(to left, transparent, #17222B);
    left: 0;
    top: 0;
}

.newsprk-category ul li a {
    position: relative;
    z-index: 2;
}

.newsprk-category ul li a:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    opacity: 0.6;
    left: 0;
    top: 0;
    z-index: -1;
    background: #17222B;
}

.half_bg1 {
    position: relative;
    z-index: 2;
}

.half_bg1:after {
    position: absolute;
    content: "";
    height: 50%;
    width: 100%;
    background: #17222B;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.dark-theme .half_dark_bg1 {
    position: relative;
    z-index: 2;
}

.dark-theme .half_dark_bg1:after {
    position: absolute;
    content: "";
    height: 50%;
    width: 100%;
    background: #233340;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.dark-theme .half_dark_bg60 {
    position: relative;
    z-index: 2;
}

.dark-theme .half_dark_bg60:after {
    position: absolute;
    content: "";
    height: 60%;
    width: 100%;
    background: #233340;
    left: 0;
    top: 0;
    z-index: -1;
}

.half_bg60 {
    position: relative;
    z-index: 2;
}

.half_bg60:after {
    position: absolute;
    content: "";
    height: 60%;
    width: 100%;
    background: #17222B;
    left: 0;
    top: 0;
    z-index: -1;
}

.border_left3 {
    border-left: 3px solid #BDC0C2;
}

.comment_form input,
.comment_form textarea {
    border: 1px solid #C4C7C9;
}

.dark-theme a.cbtn2,
.dark-theme button.cbtn2,
.dark-theme input.cbtn2,
a.cbtn2,
button.cbtn2,
input.cbtn2 {
    padding: 15px 40px;
    font-size: 16px;
    color: #FFFFFF;
    background: #87BB60 !important;
    text-transform: uppercase;
    transition: all 0.3s;
    font-weight: 400;
}
.dark-theme a.cbtn2:hover,
.dark-theme button.cbtn2:hover,
.dark-theme input.cbtn2:hover,
a.cbtn2:hover,
button.cbtn2:hover,
input.cbtn2:hover {
    background: #17222B;
    color: #FFFFFF;
    transition: all 0.3s;
}

.theme-4 a.cbtn4,
.theme-4 button.cbtn4,
.theme-4 input.cbtn4 {
    padding: 15px 40px;
    font-size: 16px;
    color: #FFFFFF;
    background: linear-gradient(90deg, #FF5555, #AB50EF);
    text-transform: uppercase;
    transition: all 0.3s;
    font-weight: 400;
}
.theme-4 a.cbtn4:hover,
.theme-4 button.cbtn4:hover,
.theme-4 input.cbtn4:hover {
    background: linear-gradient(90deg, #FF5555, #AB50EF);
    color: #FFFFFF;
    transition: all 0.3s;
}

a.cbtn3,
button.cbtn3,
input.cbt3 {
    padding: 15px 40px;
    font-size: 16px;
    color: #17222B;
    border: 1px solid #87BB60 !important;
    background: #FFFFFF;
    text-transform: uppercase;
    transition: all 0.3s;
    font-weight: 400;
}
a.cbtn3:hover,
button.cbtn3:hover,
input.cbt3:hover {
    background: #87BB60 !important;
    color: #FFFFFF;
    transition: all 0.3s;
}

.shadow5 {
    box-shadow: 0 72px 20px 0 #fbfbff;
}

@media (min-width: 768px) and (max-width: 991px) {
    .dark-theme .topbar .top_date_social > div:first-child {
        padding-right: 0;
        margin-right: 0;
    }

    .searching .v1search_form button {
        min-width: 80%;
    }
}

.theme-3 .site-nav-inner {
    position: relative;
}
.theme-3 .main-nav {
    background: #17222B;
}
.theme-3 .navbar {
    border-radius: 0;
    border: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
}
.theme-3 ul.navbar-nav > li {
    float: left;
    padding: 0;
    position: relative;
}
.theme-3 ul.navbar-nav > li > a {
    padding: 0 15px;
    line-height: 50px;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    margin: 0;
    position: relative;
    transition: 350ms;
    padding: 10px 22px;
}
.theme-3 ul.navbar-nav > li > a i {
    font-weight: 500;
}
.theme-3 ul.navbar-nav > li > a:focus,
.theme-3 ul.navbar-nav > li > a:hover {
    background: none;
}
.theme-3 ul.navbar-nav > li.active a::before,
.theme-3 ul.navbar-nav > li:hover a::before {
    border-color: #87BB60 !important;
    opacity: 1;
    transform: scale(1) translateZ(0);
}
.theme-3 .nav .open > a,
.theme-3 .nav .open > a:focus,
.theme-3 .nav .open > a:hover {
    background: transparent;
    border: 0;
}
.theme-3 ul.navbar-nav > li.mega-dropdown {
    position: static;
}
.theme-3 .dropdown-submenu {
    position: relative;
}
.theme-3 .dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -2px;
    border-radius: 0;
}
.theme-3 .dropdown-submenu > a:after {
    display: block;
    content: "";
    font-family: "Font Awesome 5 pro";
    float: right;
    margin-top: 3px;
    margin-right: -5px;
}
.theme-3 .dropdown-submenu:hover > a:after {
    border-left-color: #fff;
}
.theme-3 .dropdown-submenu.pull-left {
    float: none;
}
.theme-3 .dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    border-radius: 6px 0 6px 6px;
}
.theme-3 .dropdown-toggle::after {
    display: none;
}
.theme-3 .dropdown-menu {
    text-align: left;
    background: #fff;
    z-index: 100;
    min-width: 230px;
    border-radius: 0;
    border: 0;
    border: 0;
    box-shadow: 0 3px 3px 2px rgba(0, 0, 0, 0.15);
    margin-top: 0;
    padding: 0;
}
.theme-3 .navbar-nav > li > .dropdown-menu {
    border-top: 1px solid #dedede;
}
.theme-3 .navbar-nav > li > .dropdown-menu.mega-menu-content {
    border-top: 0;
}
.theme-3 .dropdown-menu-large {
    min-width: 400px;
}
.theme-3 .dropdown-menu-large > li > ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.theme-3 .dropdown-menu-large > li > ul > li > a {
    padding-left: 0;
}
.theme-3 .dropdown-menu-large > li > ul > li.active > a {
    color: #fc4a00;
}
.theme-3 .navbar-nav > li > .dropdown-menu > a {
    background: none;
}
.theme-3 .dropdown-menu li a {
    display: block;
    line-height: normal;
    text-decoration: none;
    padding: 15px 25px;
    color: #FFFFFF;
    background: #29333C;
    text-transform: capitalize;
}
.theme-3 .dropdown-menu li:last-child > a {
    border-bottom: 0;
}
.theme-3 .dropdown-menu > .active > .dropdown-menu > .active > a,
.theme-3 .dropdown-menu > .active > a,
.theme-3 .dropdown-menu > .active > a:focus,
.theme-3 .dropdown-menu > .active > a:hover {
    background: #17222B;
    color: #87BB60 !important;
}
.theme-3 .dropdown-menu > li > a:focus,
.theme-3 .dropdown-menu > li > a:hover {
    background: #17222B;
    color: #fff;
}
@media (min-width: 767px) {
    .theme-3 ul.nav li.dropdown .dropdown-menu li.dropdown-submenu .dropdown-menu {
        left: 100%;
        top: 0;
        display: none;
    }
    .theme-3 ul.nav li.dropdown .dropdown-menu li.dropdown-submenu:hover .dropdown-menu {
        display: block;
    }
}
.theme-3 .mega-menu-content {
    width: 1110px;
    padding: 0;
}
.theme-3 .mega-menu-content-inner {
    padding: 20px 10px;
}
.theme-3 .mega-menu-content .row {
    margin: 0;
}
.theme-3 .main-nav.dark-bg > .container > .row {
    border: 0;
    background: #272727;
    margin-left: 0;
    margin-right: 0;
}
.theme-3 .dark-bg .navbar-toggler {
    margin-left: 6px;
}
.theme-3 .main-nav.dark-bg ul.navbar-nav > li > a {
    color: #fff;
}
.theme-3 .main-nav.dark-bg ul.navbar-nav > li > a:before {
    border: 0;
}
.theme-3 .main-nav.dark-bg ul.navbar-nav > li.active,
.theme-3 .main-nav.dark-bg ul.navbar-nav > li:hover {
    background: #fc4a00;
}
.theme-3 .main-nav.dark-bg .nav-search i {
    color: #fff;
}
.theme-3 .main-nav {
    position: relative;
    padding: 0 15px;
}
.theme-3 .mfp-bg.xs-promo-popup {
    background-color: rgba(0, 0, 0, 0.87);
    padding-bottom: 100%;
    border-radius: 100%;
    overflow: hidden;
    -webkit-animation: menu-animation 0.8s ease-out forwards;
            animation: menu-animation 0.8s ease-out forwards;
}
@keyframes menu-animation {
    0% {
        opacity: 0;
        transform: scale(0.04) translateY(300%);
    }
    40% {
        transform: scale(0.04) translateY(0);
        transition: ease-out;
    }
    40% {
        transform: scale(0.04) translateY(0);
    }
    60% {
        opacity: 1;
        transform: scale(0.02) translateY(0px);
    }
    61% {
        opacity: 1;
        transform: scale(0.04) translateY(0px);
    }
    99.9% {
        opacity: 1;
        height: 0;
        padding-bottom: 100%;
        border-radius: 100%;
    }
    100% {
        opacity: 1;
        transform: scale(2) translateY(0px);
        height: 100%;
        padding-bottom: 0;
        border-radius: 0;
    }
}
.theme-3 .menu-tab .nav.nav-tabs {
    border-right: 1px solid #dedede;
    padding: 20px 0;
    min-height: 250px;
    margin-top: 0;
}
.theme-3 .menu-tab .nav.nav-tabs > li > a {
    border: 1px solid transparent;
    border-radius: 0;
    font-weight: 400;
    padding: 14px 16px 14px 30px;
    background: #fff;
    text-transform: initial;
    font-size: 14px;
}
.theme-3 .menu-tab .nav.nav-tabs > li > a.active {
    background: #dedede;
    margin-right: -1px;
    border: 1px solid #dedede;
    border-right: 0;
    color: #fc4a00;
    cursor: pointer;
}
.theme-3 .menu-tab .tab-content > .tab-pane {
    padding: 25px 0;
    min-height: 250px;
}
.theme-3 .menu-tab .tab-content > .tab-pane .col-md-3 {
    padding-right: 10px;
    padding-left: 10px;
}
.theme-3 .header.header-menu {
    padding: 0;
}
.theme-3 .header.header-menu .logo {
    padding: 12px 0;
}
.theme-3 .header.header-menu > .container > .row {
    border-bottom: 1px solid #dedede;
    margin-left: 0;
    margin-right: 0;
}
.theme-3 .header.header-menu ul.navbar-nav > li > a {
    line-height: 70px;
}
.theme-3 .header.header-menu ul.navbar-nav > li.mega-dropdown,
.theme-3 .site-nav-inner {
    position: static;
    width: 100%;
}
.theme-3 .header.header-menu .mega-menu-content {
    min-width: 1145px;
    left: -43%;
}
.theme-3 .nav-social-wrap {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
}
.theme-3 .navbar {
    position: absolute;
    top: 70px;
    width: 100%;
    background: #f8f8f8;
    z-index: 9;
    padding: 0;
}
@media (min-width: 992px) {
    .theme-3 .navbar {
        position: static;
        top: 70px;
        width: 100%;
        background: transparent;
    }
    .theme-3 ul.navbar-nav > li > a {
        color: #FFFFFF;
        padding: 0 22px;
    }
    .theme-3 .header.header-menu ul.navbar-nav > li.mega-dropdown,
    .theme-3 .site-nav-inner {
        position: static;
        width: 100%;
    }
}
.theme-3 ul.navbar-nav > li:after {
    position: absolute;
    content: "";
    height: 0;
    width: 100%;
    background: #87BB60 !important;
    bottom: 0;
    left: 0;
    z-index: 2;
    transition: all 0.3s;
}
.theme-3 ul.navbar-nav > li:hover:after {
    height: 2px;
    transition: all 0.3s;
}
@media (min-width: 992px) {
    .theme-3 .header {
        min-height: 70px;
    }
    .theme-3 .main-nav ul.navbar-nav > li > a {
        padding: 0 15px;
        line-height: 70px;
        display: inline-block;
    }
    .theme-3 .main-nav ul.navbar-nav > li {
        position: relative;
        z-index: 2;
        transition: all 0.3s;
    }
    .theme-3 .main-nav ul.navbar-nav > li:before {
        position: absolute;
        content: "";
        height: 0;
        width: 100%;
        background: #87BB60 !important;
        z-index: -1;
        left: 0;
        top: 0;
        transition: all 0.3s;
    }
    .theme-3 .main-nav ul.navbar-nav > li:after {
        position: absolute;
        content: "";
        height: 2px;
        width: 0;
        background: #FFFFFF;
        z-index: -1;
        left: 0;
        bottom: 0;
        transition: all 0.3s;
    }
    .theme-3 .main-nav ul.navbar-nav > li:hover:before {
        height: 100%;
        transition: all 0.3s;
    }
    .theme-3 .main-nav ul.navbar-nav > li:hover:after {
        width: 100%;
        transition: all 0.3s;
    }
    .theme-3 .main-nav ul.navbar-nav > li > a:hover::after {
        opacity: 1;
    }
    .theme-3 blockquote {
        padding: 45px 120px 30px;
    }
}
@media (min-width: 1200px) {

    .theme-3 .navbar-nav li:hover .dropdown-menu {
        display: block;
    }
    .theme-3 .navbar-collapse {
        padding-right: 0;
    }
    .theme-3 .nav-style-boxed .navbar-collapse {
        padding-left: 15px;
    }
    .theme-3 .header.header-menu .mega-menu-content {
        min-width: 1095px;
        margin-left: -27px;
    }
    .theme-3 .main-nav ul.navbar-nav > li > a {
        padding: 0 15px;
    }
    .theme-3 .sidebar {
        margin-left: 40px;
    }
    .theme-3 .sidebar.sidebar-left {
        margin-left: 0;
        margin-right: 40px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {

    .theme-3 .navbar-nav li:hover .dropdown-menu {
        display: block;
    }
    .theme-3 ul.navbar-nav > li {
        padding: 0 6px;
    }
    .theme-3 ul.navbar-nav > li a {
        font-size: 14px;
    }
    .theme-3 .dropdown-menu li a {
        font-size: 14px;
    }
    .theme-3 .header .header-menu .mega-menu-content {
        min-width: 1095px;
        margin-left: -11px;
    }
    .theme-3 .newsletter-form input {
        min-width: 340px;
    }
    .theme-3 .action-box-text {
        font-size: 13px;
    }
    .theme-3 #back-to-top.affix {
        bottom: 35px;
    }
    .theme-3 .mega-menu-content {
        max-width: 940px;
    }
}
@media (min-width: 575px) {
    .theme-3 .main-nav {
        padding: 0;
    }
    .theme-3 .nav-social-wrap {
        padding: 0 15px;
    }
    .theme-3 .navbar-toggler {
        left: 15px;
    }
    .theme-3 .navbar {
        width: 98%;
    }
}
@media (min-width: 768px) and (max-width: 991px) {

    .theme-3 ul.top-info li {
        padding-right: 12px;
    }
    .theme-3 .navbar-fixed {
        position: relative;
        -webkit-animation: none;
                animation: none;
        box-shadow: none;
    }
    .theme-3 .logo {
        padding: 13px 0;
    }
    .theme-3 .logo img {
        width: 100%;
    }
    .theme-3 .navbar-toggle {
        display: block;
        z-index: 1;
    }
    .theme-3 .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
    .theme-3 .navbar-collapse.collapse.show {
        display: block;
    }
    .theme-3 .navbar-collapse ul.navbar-nav {
        float: none !important;
        margin-top: 0;
        width: 100%;
    }
    .theme-3 ul.navbar-nav > li {
        float: none;
        display: block;
    }
    .theme-3 .collapse.in {
        display: block !important;
    }
    .theme-3 .navbar-collapse.in {
        overflow-y: auto;
    }
    .theme-3 ul.nav li.dropdown:hover ul.dropdown-menu {
        display: none;
    }
    .theme-3 ul.nav li.dropdown.open ul.dropdown-menu {
        display: block;
    }
    .theme-3 .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }
    .theme-3 .navbar-collapse {
        background: none;
        width: 100%;
    }
    .theme-3 ul.navbar-nav > li.active > a:after,
    .theme-3 ul.navbar-nav > li:hover > a:after {
        content: "";
    }
    .theme-3 ul.navbar-nav > li > a:before {
        border-bottom: 0;
    }
    .theme-3 .nav-style-boxed ul.navbar-nav > li,
    .theme-3 ul.navbar-nav > li {
        display: block;
    }
    .theme-3 .navbar-nav .open .dropdown-menu > li {
        padding-left: 0;
    }
    .theme-3 .navbar-nav .open .dropdown-menu > li > a {
        line-height: 30px;
        padding: 5px 15px 10px 10px;
    }
    .theme-3 .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 10px 10px;
    }
    .theme-3 ul.navbar-nav {
        padding: 0 0 10px;
    }
    .theme-3 ul.navbar-nav li {
        float: none;
    }
    .theme-3 ul.navbar-nav li a {
        line-height: normal !important;
        color: #333;
        border-top: 1px solid #f1f1f1 !important;
        border-bottom: 0;
        padding: 10px 20px;
        display: block;
        min-width: 350px;
    }
    .theme-3 ul.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-submenu a i {
        margin-top: -22px;
    }
    .theme-3 ul.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-submenu .dropdown-menu {
        left: 0;
        position: relative;
    }
    .theme-3 ul.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-submenu .dropdown-menu a {
        padding-left: 50px;
    }
    .theme-3 ul.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-submenu .dropdown-menu li a {
        padding-left: 35px !important;
    }
    .theme-3 ul.navbar-nav .dropdown-menu {
        float: none;
        position: relative;
        border: 0;
        margin: 0;
        padding: 0;
        box-shadow: none;
        border-top: 0;
        background: none;
    }
    .theme-3 ul.navbar-nav .dropdown-menu li a {
        padding-left: 20px !important;
    }
    .theme-3 ul.navbar-nav > li.header-get-a-quote,
    .theme-3 ul.navbar-nav > li.nav-search {
        display: none;
    }
    .theme-3 .dropdown-submenu > a:after,
    .theme-3 ul.navbar-nav li a i {
        float: right;
        width: 36px;
        height: 28px;
        line-height: 28px;
        margin-top: -5px;
        text-align: center;
        color: #000;
    }
    .theme-3 .dropdown-submenu > a:after {
        margin-right: 0;
    }
    .theme-3 .navbar-nav > li > .dropdown-menu.mega-menu-content {
        display: none !important;
    }
    .theme-3 .featured-post-area .pad-r {
        padding-right: 15px;
    }
    .theme-3 .featured-post-area .pad-l {
        padding-left: 15px;
    }
    .theme-3 .sidebar-right {
        margin-top: 50px;
    }
    .theme-3 .sidebar-right .widget {
        margin-left: 0;
    }
    .theme-3 .block.color-aqua,
    .theme-3 .block.color-violet {
        margin-top: 40px;
    }
    .theme-3 .footer-widget {
        display: inline-block;
        margin-bottom: 30px;
    }
    .theme-3 .newsletter-form input {
        width: 90%;
    }
    .theme-3 .footer-info-content {
        padding: 50px 100px 0;
    }
    .theme-3 #back-to-top.affix {
        bottom: 78px;
    }
}
@media (max-width: 767px) {

    .theme-3 .boxed-layout .body-inner {
        margin: 0 auto;
    }
    .theme-3 .trending-bar {
        padding: 20px 0;
    }
    .theme-3 .trending-bar .trending-title {
        float: none;
        border: none;
    }
    .theme-3 .trending-bar .post-title.title-small {
        padding: 10px 0;
    }
    .theme-3 .ts-date {
        padding: 0;
        border-right: 0;
        display: block;
    }
    .theme-3 .top-nav {
        display: block;
        margin: 10px 0;
    }
    .theme-3 .top-bar {
        text-align: center;
    }
    .theme-3 .top-social ul li a {
        padding: 0 10px;
    }
    .theme-3 .navbar-fixed {
        position: relative;
        -webkit-animation: none;
                animation: none;
        box-shadow: none;
    }
    .theme-3 .logo {
        padding: 13px 0 25px;
        text-align: center;
    }
    .theme-3 .navbar-toggle {
        display: block;
        z-index: 1;
    }
    .theme-3 .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
    .theme-3 .navbar-collapse.collapse.show {
        display: block;
    }
    .theme-3 .navbar-collapse.collapse:after {
        display: block;
        content: "";
        clear: both;
    }
    .theme-3 .navbar-collapse,
    .theme-3 .site-nav-inner {
        background: none;
        width: 100%;
    }
    .theme-3 ul.navbar-nav > li.active > a:after,
    .theme-3 ul.navbar-nav > li:hover > a:after {
        content: "";
    }
    .theme-3 ul.navbar-nav > li > a:before {
        border-bottom: 0;
    }
    .theme-3 .navbar-nav .open .dropdown-menu .dropdown-header,
    .theme-3 .navbar-nav .open .dropdown-menu > li > a {
        padding: 10px 15px 10px 10px;
    }
    .theme-3 ul.navbar-nav > li {
        display: block;
    }
    .theme-3 .navbar-nav .open .dropdown-menu > li > a {
        line-height: 30px;
    }
    .theme-3 ul.navbar-nav > li.header-get-a-quote,
    .theme-3 ul.navbar-nav > li.nav-search {
        display: none;
    }
    .theme-3 ul.navbar-nav {
        width: 100%;
        padding: 0 0 10px;
    }
    .theme-3 ul.navbar-nav > li {
        float: none;
    }
    .theme-3 ul.navbar-nav li a {
        line-height: normal !important;
        color: #333;
        border-top: 1px solid #f1f1f1 !important;
        border-bottom: 0;
        padding: 7px 20px;
        display: block;
        background: transparent;
    }
    .theme-3 ul.navbar-nav .dropdown-menu > li > a {
        padding-left: 15px;
    }
    .theme-3 ul.navbar-nav .dropdown-menu {
        float: none;
        position: relative;
        border: 0;
        margin: 0;
        padding: 0;
    }
    .theme-3 ul.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-submenu .dropdown-menu {
        left: 0;
        position: relative;
    }
    .theme-3 ul.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-submenu a i {
        margin-top: -22px;
    }
    .theme-3 ul.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-submenu .dropdown-menu li a {
        padding-left: 20px;
    }
    .theme-3 ul.navbar-nav .dropdown-menu {
        box-shadow: none;
        border-top: 0;
        background: none;
        padding-left: 15px;
    }
    .theme-3 .dropdown-submenu > a:after,
    .theme-3 ul.navbar-nav li a i {
        color: #333;
        float: right;
        line-height: 28px;
        margin-top: -5px;
        margin-right: 10px;
        text-align: center;
    }
    .theme-3 .dropdown-submenu > a:after {
        margin-right: 0;
    }
    .theme-3 .navbar-nav > li > .dropdown-menu.mega-menu-content {
        display: none !important;
    }
    .theme-3 .main-nav.dark-bg {
        margin-bottom: 20px;
    }
    .theme-3 .main-nav.dark-bg > .container > .row {
        padding: 0 20px;
    }
    .theme-3 .main-nav.dark-bg ul.navbar-nav > li.active,
    .theme-3 .main-nav.dark-bg ul.navbar-nav > li:hover {
        background: none;
    }
    .theme-3 .main-nav.dark-bg ul.navbar-nav li a {
        color: #17222B;
    }
    .theme-3 .header-top-social {
        margin-bottom: 20px;
    }
    .theme-3 .search-block {
        width: 220px;
    }
    .theme-3 .header.header-menu {
        position: relative;
        margin-bottom: 20px;
    }
    .theme-3 .search-area {
        position: absolute;
        right: 0;
        top: 50px;
    }
    .theme-3 .featured-post-area .pad-r,
    .theme-3 .pad-r-small {
        padding-right: 15px;
        padding-right: 15px;
    }
    .theme-3 .featured-post-area .pad-l,
    .theme-3 .pad-l-small {
        padding-left: 15px;
    }
    .theme-3 .post-title {
        font-size: 18px;
        line-height: 26px;
    }
    .theme-3 .block.color-orange .post-overaly-style.last {
        margin-top: 40px;
    }
    .theme-3 .sidebar-right {
        margin-top: 50px;
    }
    .theme-3 .sidebar-right .widget {
        margin-left: 0;
    }
    .theme-3 .block.color-aqua,
    .theme-3 .block.color-violet {
        margin-top: 40px;
    }
    .theme-3 .social-icon li a i {
        margin-bottom: 10px;
    }
    .theme-3 .post-block-style.post-float-half .post-thumb img {
        max-width: 100%;
        min-height: 100%;
        margin-bottom: 20px;
    }
    .theme-3 .footer-widget {
        display: inline-block;
        margin-bottom: 30px;
    }
    .theme-3 .newsletter-form input {
        width: 90%;
    }
    .theme-3 .footer-info-content {
        padding: 50px 20px 0;
    }
    .theme-3 .footer-social li a i {
        margin-bottom: 10px;
    }
    .theme-3 #back-to-top.affix {
        bottom: 78px;
    }
    .theme-3 .featured-tab .nav-tabs {
        margin: 20px 0;
        position: static;
    }
    .theme-3 .footer-menu .nav {
        display: inline-block;
    }
    .theme-3 #back-to-top {
        bottom: 0;
        right: 20px;
    }
    .theme-3 .block-title > span {
        padding: 9px 10px;
    }
    .theme-3 .featured-tab .nav-tabs > li > a {
        font-size: 14px;
    }
    .theme-3 .category-style2 .post-thumb {
        margin-bottom: 20px;
    }
    .theme-3 .ts-author-comments::after {
        display: none;
    }
    .theme-3 .single-post .post-navigation {
        padding: 30px 0;
    }
    .theme-3 .single-post .post-navigation .post-next,
    .theme-3 .single-post .post-navigation .post-previous {
        width: 100%;
        border: none;
        margin: 10px 0;
    }
}
@media (max-width: 991px) {
    .theme-3 .featured-slider .item .featured-post .post-content {
        padding: 20px;
    }
    .theme-3 .post-video .post-video-content {
        padding: 0 20px 10px;
    }
    .theme-3 .post-video .post-video-content h3 {
        font-size: 18px;
    }
}
.theme-3 h2.post-title.title-small,
.theme-3 h2.post-title.title-small a {
    font-size: 16px;
    color: #17222B;
    margin-top: 10px;
    font-weight: 500;
}
.theme-3 .post-thumb {
    position: relative;
    z-index: 2;
}
.theme-3 a.popup {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 70px;
    width: 70px;
    margin-left: -35px;
    text-align: center;
    margin-top: -35px;
    line-height: 70px;
    font-size: 20px;
    color: #17222B;
    background: #fff;
    border-radius: 50%;
}
.theme-3 .menu_right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.theme-3 .users_area {
    position: relative;
    z-index: 2;
}
.theme-3 .search_form {
    position: absolute;
    height: 100%;
    width: 200px;
    left: -130px;
    top: -95px;
    background: #fff;
    display: none;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s;
}
.theme-3 .search_form.active {
    visibility: visible;
    opacity: 1;
    display: block;
    transition: all 0.4s;
}
.theme-3 .search_form input {
    border: none;
    padding: 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}
.theme-3 .temp_wap {
    position: relative;
    z-index: 2;
    padding-left: 70px;
}
.theme-3 .temp_wap .weather-area {
    font-size: 14px;
    line-height: 17px;
    color: #9199A0;
}
.theme-3 .temp_icon {
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    position: absolute;
    left: 15px;
}
.theme-3 h3.temp_count {
    position: relative;
    z-index: 2;
    color: #17222B;
    display: inline-block;
    margin-bottom: 0;
}
.theme-3 h3.temp_count:after {
    position: absolute;
    content: "";
    height: 30px;
    width: 30px;
    background: url("../img/icon/s.png");
    background-repeat: no-repeat;
    right: -35px;
}
.theme-3 .lang {
    padding-left: 15px;
}
.theme-3 .lang li a {
    font-weight: 500;
    color: #9199A0;
}
.theme-3 .users_area li {
    font-weight: 500;
    padding: 0 4px;
    font-size: 16px;
    cursor: pointer;
    color: #9199A0;
}
.theme-3 .menu_right > div {
    position: relative;
    z-index: 2;
    padding-right: 15px;
}
.theme-3 .menu_right > div:after {
    position: absolute;
    content: "";
    height: 25px;
    width: 2px;
    background: #65717A;
    right: 0;
    top: 50%;
    margin-top: -12.5px;
}
.theme-3 .menu_right > div:last-child {
    padding-right: 0;
}
.theme-3 .menu_right > div:last-child:after {
    display: none;
}
.theme-3 .date3 {
    background: #29333C;
    padding: 21px;
    color: #fff;
    text-align: center;
}
.theme-3 .main-menu .row {
    padding: 0;
    margin: 0;
}
.theme-3 .main-menu .col-lg-3 {
    padding: 0;
    margin: 0;
}

.theme-input input {
    font-size: 16px;
    font-weight: 400;
    color: #87BB60 !important;
}

.signup_form form input.cbtn,
.theme-3 .signup_form form input.cbtn,
a.cbtn1,
button.cbtn1,
input.cbtn1 {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 15px 30px;
    background: #87BB60 !important;
    border: none;
}

.dark-theme .topbar .social1 ul li a,
.theme-3 .topbar .social1 li a,
.topbar .social1 ul li a {
    width: 20px;
    height: 20px;
    display: block;
    text-align: center;
    line-height: 20px;
    font-style: 14px;
    color: #17222B;
}

.footer .cta .social2 ul li a {
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 40px;
    font-style: 14px;
    color: #C7CACC;
    background: #212C34;
}

.banner {
    position: relative;
    z-index: 2;
}

.banner:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #17222B;
    opacity: 0.6;
    left: 0;
    top: 0;
    z-index: -1;
}

.inner_overlay {
    position: relative;
    z-index: 2;
}

.inner_overlay:after {
    position: absolute;
    z-index: -1;
    content: "";
    height: 100%;
    width: 60%;
    background: linear-gradient(to left, transparent, #17222B);
    left: 0;
    top: 0;
}

.newsprk-category ul li a {
    position: relative;
    z-index: 2;
}

.newsprk-category ul li a:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    opacity: 0.6;
    left: 0;
    top: 0;
    z-index: -1;
    background: #17222B;
}

.half_bg1 {
    position: relative;
    z-index: 2;
}

.half_bg1:after {
    position: absolute;
    content: "";
    height: 50%;
    width: 100%;
    background: #17222B;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.dark-theme .half_dark_bg1 {
    position: relative;
    z-index: 2;
}

.dark-theme .half_dark_bg1:after {
    position: absolute;
    content: "";
    height: 50%;
    width: 100%;
    background: #233340;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.dark-theme .half_dark_bg60 {
    position: relative;
    z-index: 2;
}

.dark-theme .half_dark_bg60:after {
    position: absolute;
    content: "";
    height: 60%;
    width: 100%;
    background: #233340;
    left: 0;
    top: 0;
    z-index: -1;
}

.half_bg60 {
    position: relative;
    z-index: 2;
}

.half_bg60:after {
    position: absolute;
    content: "";
    height: 60%;
    width: 100%;
    background: #17222B;
    left: 0;
    top: 0;
    z-index: -1;
}

.border_left3 {
    border-left: 3px solid #BDC0C2;
}

.comment_form input,
.comment_form textarea {
    border: 1px solid #C4C7C9;
}

.dark-theme a.cbtn2,
.dark-theme button.cbtn2,
.dark-theme input.cbtn2,
a.cbtn2,
button.cbtn2,
input.cbtn2 {
    padding: 15px 40px;
    font-size: 16px;
    color: #FFFFFF;
    background: #87BB60 !important;
    text-transform: uppercase;
    transition: all 0.3s;
    font-weight: 400;
}
.dark-theme a.cbtn2:hover,
.dark-theme button.cbtn2:hover,
.dark-theme input.cbtn2:hover,
a.cbtn2:hover,
button.cbtn2:hover,
input.cbtn2:hover {
    background: #17222B;
    color: #FFFFFF;
    transition: all 0.3s;
}

.theme-4 a.cbtn4,
.theme-4 button.cbtn4,
.theme-4 input.cbtn4 {
    padding: 15px 40px;
    font-size: 16px;
    color: #FFFFFF;
    background: linear-gradient(90deg, #FF5555, #AB50EF);
    text-transform: uppercase;
    transition: all 0.3s;
    font-weight: 400;
}
.theme-4 a.cbtn4:hover,
.theme-4 button.cbtn4:hover,
.theme-4 input.cbtn4:hover {
    background: linear-gradient(90deg, #FF5555, #AB50EF);
    color: #FFFFFF;
    transition: all 0.3s;
}

a.cbtn3,
button.cbtn3,
input.cbt3 {
    padding: 15px 40px;
    font-size: 16px;
    color: #17222B;
    border: 1px solid #87BB60 !important;
    background: #FFFFFF;
    text-transform: uppercase;
    transition: all 0.3s;
    font-weight: 400;
}
a.cbtn3:hover,
button.cbtn3:hover,
input.cbt3:hover {
    background: #87BB60 !important;
    color: #FFFFFF;
    transition: all 0.3s;
}

.shadow5 {
    box-shadow: 0 72px 20px 0 #fbfbff;
}

@media (min-width: 768px) and (max-width: 991px) {
    .dark-theme .topbar .top_date_social > div:first-child {
        padding-right: 0;
        margin-right: 0;
    }

    .searching .v1search_form button {
        min-width: 80%;
    }
}

.theme-3 .container {
    max-width: 1230px;
}
.theme-3 .signup_form form {
    background: #ECEDEE;
    position: relative;
    z-index: 2;
    border-radius: 5px;
    overflow: hidden;
}
.theme-3 .signup_form form input.signup {
    padding: 15px;
    width: 65%;
    margin: 0;
    background: #ECEDEE;
}
.theme-3 .signup_form form input.cbtn {
    position: absolute;
    right: 0;
    top: 0;
    padding: 15px 20px;
}
.theme-3 .user3 {
    position: relative;
    z-index: 2;
    padding-right: 25px;
}
.theme-3 .user3:after {
    position: absolute;
    content: "";
    height: 15px;
    width: 2px;
    background: #B9BCBF;
    right: 10.5px;
    top: 50%;
    margin-top: -7.5px;
}
.theme-3 .topbar .tranding_bar li {
    font-size: 14px;
    font-weight: 400;
    color: #39424A;
}
.theme-3 .topbar li.tranding {
    background: #FFE5E5;
    padding: 12px 20px;
    font-weight: 600;
    color: #FF5555;
    margin-right: 10px;
}
.theme-3 .topbar .top_date_social > div {
    display: inline-block;
}
.theme-3 .topbar .top_date_social > div:first-child {
    padding-right: 10px;
    margin-right: 10px;
    position: relative;
    z-index: 2;
}
.theme-3 .topbar .top_date_social > div:first-child:after {
    position: absolute;
    content: "";
    height: 15px;
    width: 2px;
    right: -3.5px;
    top: 50%;
    margin-top: -7.5px;
}
.theme-3 .topbar .paper_date p {
    font-size: 14px;
    font-weight: 400;
    color: #39424A;
}
.theme-3 .topbar .social1 {
    margin: 0;
    padding: 0;
}
.theme-3 .topbar .social1 li {
    list-style: none;
}
.theme-3 .topbar .social1 li a {
    color: #39424A;
    font-size: 14px;
}
.theme-3 .type19 .single_post_text p {
    font-size: 17px;
    line-height: 23px;
    font-weight: 400;
    color: #17222B;
}
.theme-3 .post_type6 .meta {
    position: relative;
    z-index: 2;
}
.theme-3 .post_type6 .meta:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 2px;
    background: #87BB60 !important;
    z-index: 9;
    left: -40px;
    top: 50%;
    margin-top: -10px;
}
.theme-3 .footer {
    padding: 80px 0 0;
}
.theme-3 .footer .single_contact3 {
    display: inline-block;
    width: 32.33%;
    position: relative;
    z-index: 2;
    padding-left: 20px;
}
.theme-3 .footer .single_contact3 h6 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 5px;
    position: relative;
    z-index: 2;
}
.theme-3 .footer .single_contact3 h6:before {
    position: absolute;
    content: "";
    height: 6px;
    width: 6px;
    background: #87BB60 !important;
    left: -15px;
    top: 50%;
    margin-top: -3px;
}
.theme-3 .footer .single_contact3 p {
    color: #17222B;
    font-size: 15px;
    font-weight: 500;
}
.theme-3 .footer .single_contact3 a {
    color: #17222B;
    font-size: 15px;
    font-weight: 500;
}
.theme-3 .footer .more_newss {
    padding-left: 20px;
    border-left: 1px solid #E7E8E9;
}
.theme-3 .footer .single_footer_nav ul li a {
    color: #17222B;
}
.theme-3 .footer .single_fcontact {
    position: relative;
    z-index: 2;
    padding-left: 30px;
    margin-bottom: 15px;
}
.theme-3 .footer .single_fcontact:last-child {
    margin-bottom: 0;
}
.theme-3 .footer .single_fcontact a {
    color: #17222B;
}
.theme-3 .footer .single_fcontact .fcicon {
    height: 30px;
    width: 30px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -15px;
    line-height: 30px;
}
.theme-3 .footer .widget-title2 {
    font-size: 20px;
    color: #17222B;
    font-weight: 400;
    margin-bottom: 30px;
}
.theme-3 .footer .twitter_feeds .single_twitter_feed {
    position: relative;
    z-index: 2;
    padding-left: 30px;
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}
.theme-3 .footer .twitter_feeds .single_twitter_feed:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}
.theme-3 .footer .twitter_feeds .single_twitter_feed h6 {
    color: #17222B;
}
.theme-3 .footer .twitter_feeds .single_twitter_feed h6 span {
    color: #87BB60 !important;
}
.theme-3 .footer .twitter_feeds .single_twitter_feed p {
    font-size: 14px;
    color: #17222B;
    margin-top: 3px;
}
.theme-3 .footer .twitter_feeds .single_twitter_feed .twitter_feed_icon {
    height: 20px;
    width: 20px;
    color: #87BB60 !important;
    position: absolute;
    left: 0;
    top: 0;
}
.theme-3 .footer .single_more_news {
    position: relative;
    z-index: 2;
}
.theme-3 .footer .single_more_news:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    background: #fff;
    border-radius: 50%;
    left: -27.5px;
    top: 0;
}
.theme-3 .footer .single_more_news:after {
    position: absolute;
    content: "";
    height: 5px;
    width: 5px;
    background: #87BB60 !important;
    border-radius: 50%;
    left: -22.5px;
    top: 5.5px;
}
.theme-3 .footer .extra_newss .single_extra_news {
    margin-bottom: 15px;
    padding-bottom: 30px;
    padding-right: 60px;
    position: relative;
    z-index: 2;
}
.theme-3 .footer .extra_newss .single_extra_news:nth-child(6) {
    margin-bottom: 0;
    padding-bottom: 0;
}
.theme-3 .footer .extra_newss .single_extra_news p {
    color: #87BB60 !important;
    font-size: 14px;
}
.theme-3 .footer .extra_newss .single_extra_news p span {
    color: #747A80;
}
.theme-3 .footer .extra_newss .single_extra_news a {
    color: #17222B;
}
.theme-3 .footer .extra_newss .single_extra_news span.news_counter {
    color: #747A80;
    height: 40px;
    display: inline-block;
    width: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 36px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -25px;
}
.theme-3 .footer .extra_newss .single_fcontact {
    position: relative;
    z-index: 2;
    padding-left: 30px;
    margin-bottom: 15px;
}
.theme-3 .footer .extra_newss .single_fcontact:last-child {
    margin-bottom: 0;
}
.theme-3 .footer .extra_newss .single_fcontact a {
    color: #17222B;
}
.theme-3 .footer .extra_newss .single_fcontact .fcicon {
    height: 30px;
    width: 30px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -15px;
    line-height: 30px;
}
.theme-3 .footer .single_more_news a {
    color: #17222B;
    font-size: 18px;
    font-weight: 500;
}
.theme-3 .footer .single_more_news p.meta {
    color: #87BB60 !important;
    font-weight: 500;
    font-size: 14px;
}
.theme-3 .footer .single_more_news p {
    font-size: 15px;
    font-weight: 300;
    color: body_color;
    line-height: 23px;
    margin-top: 10px;
}
.theme-3 .footer .copyright {
    background: #ECEDEE;
    margin-top: 30px;
    padding: 15px 0;
}
.theme-3 .footer .copyright p {
    color: #747A80;
}
.theme-3 .footer .copyright ul li a {
    color: #17222B;
    padding: 0 10px;
}
.theme-3 .footer .copyright ul li a:hover {
    color: #17222B;
}
.theme-3 .lang-3 a {
    color: #39424A;
}
.theme-3 .single_post_text .meta2 {
    margin-bottom: 0;
}
.theme-3 .single_post_text .meta2 a {
    font-size: 14px;
    text-transform: capitalize;
    position: relative;
    z-index: 2;
    line-height: 17px;
    margin-bottom: 5px;
}
.theme-3 .single_post_text .meta2 a:first-child {
    color: #87BB60 !important;
}
.theme-3 .single_post_text .meta2 a:last-child {
    margin-left: 20px;
    color: #17222B;
    opacity: 0.75;
}
.theme-3 .single_post_text .meta2 a:last-child:before {
    position: absolute;
    content: "|";
    height: 20px;
    width: 10px;
    left: -18px;
    top: 50%;
    margin-top: -10px;
    line-height: 20px;
    color: #17222B;
    opacity: 0.3;
    text-align: center;
}
.theme-3 .single_post_text .meta5 {
    margin-bottom: 0;
}
.theme-3 .single_post_text .meta5 a {
    font-size: 14px;
    text-transform: capitalize;
    position: relative;
    z-index: 2;
    line-height: 17px;
    margin-bottom: 5px;
    color: #FFFFFF;
}
.theme-3 .single_post_text .meta5 a:last-child {
    margin-left: 20px;
    font-weight: 400;
}
.theme-3 .single_post_text .meta5 a:last-child:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 10px;
    left: -18px;
    top: 50%;
    background: #000;
    margin-top: -10px;
    line-height: 20px;
    color: #FFFFFF;
    text-align: center;
}
.theme-3 .single_post_text .meta3 {
    margin-bottom: 0;
    position: relative;
    z-index: 2;
}
.theme-3 .single_post_text .meta3:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 1.5px;
    background: #87BB60 !important;
    left: -20px;
    top: 50%;
    margin-top: -7.5px;
}
.theme-3 .single_post_text .meta3 a {
    font-size: 14px;
    position: relative;
    z-index: 2;
    line-height: 17px;
    font-weight: 500;
    margin-bottom: 0;
}
.theme-3 .single_post_text .meta3 a:first-child {
    color: #87BB60 !important;
}
.theme-3 .single_post_text .meta3 a:last-child {
    margin-left: 20px;
    color: #17222B;
    opacity: 0.75;
}
.theme-3 .single_post_text .meta3 a:last-child:before {
    position: absolute;
    content: "|";
    height: 20px;
    width: 10px;
    left: -18px;
    top: 50%;
    margin-top: -10px;
    line-height: 20px;
    color: #17222B;
    opacity: 0.3;
    text-align: center;
}
.theme-3 .single_post_text .meta {
    margin-bottom: 0;
}
.theme-3 .single_post_text .meta a {
    font-size: 14px;
    text-transform: capitalize;
    position: relative;
    z-index: 2;
}
.theme-3 .single_post_text .meta a:last-child {
    margin-left: 20px;
}
.theme-3 .single_post_text .meta a:last-child:before {
    position: absolute;
    content: "|";
    height: 20px;
    width: 10px;
    left: -18px;
    top: 50%;
    margin-top: -10px;
    line-height: 20px;
    text-align: center;
}
.theme-3 .single_post_text .meta4 {
    margin-top: 0;
}
.theme-3 .single_post_text .meta4 a {
    font-size: 14px;
    text-transform: capitalize;
    position: relative;
    z-index: 2;
    line-height: 17px;
    font-weight: 500;
    color: #17222B;
    opacity: 0.6;
}
.theme-3 .trancarousel_area .nav_style1 .owl-nav {
    position: absolute;
    right: -20%;
    top: 50%;
    margin-top: -11.5px;
}
.theme-3 .trancarousel_area .nav_style1 .owl-nav div {
    border-radius: 3px;
    height: 23px;
    width: 23px;
    line-height: 23px;
}
.theme-3 .trancarousel_area .nav_style1 .owl-nav div:last-child {
    margin-left: 7px;
}
.theme-3 .trancarousel_area .trand {
    float: left;
    margin-right: 10px;
    padding: 12px 20px;
    background: #FFE5E5;
    font-size: 14px;
    font-weight: 500;
    color: #FF5555;
    line-height: 17px;
}
.theme-3 .trancarousel_area .trancarousel_item {
    padding: 12px;
    font-size: 14px;
    line-height: 17px;
    opacity: 0.85;
}
.theme-3 .trancarousel_area .trancarousel_item a {
    color: #17222B;
    opacity: 0.85;
    word-break: break-word;
}
.theme-3 .trancarousel_area .trancarousel_item p {
    color: #17222B;
    opacity: 0.85;
    word-break: break-word;
}
.theme-3 .nav_style1 .owl-nav {
    position: absolute;
    right: 0;
    top: -48px;
}
.theme-3 .nav_style1 .owl-nav div {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 3px;
    border: 1px solid #C1C4C6;
    color: #C1C4C6;
    transition: all 0.3s;
}
.theme-3 .nav_style1 .owl-nav div:last-child {
    margin-left: 14px;
}
.theme-3 .nav_style1 .owl-nav div:hover {
    background: #87BB60 !important;
    border-color: #87BB60 !important;
    color: #FFFFFF;
    transition: all 0.3s;
}
.theme-3 ul.like_cm li {
    display: inline-block;
    margin-right: 20px;
    position: relative;
    z-index: 2;
}
.theme-3 ul.like_cm li:after {
    position: absolute;
    content: "";
    height: 12px;
    width: 2px;
    background: #B9BCBF;
    right: -12px;
    top: 50%;
    margin-top: -6px;
}
.theme-3 ul.like_cm li:last-child:after {
    display: none;
}
.theme-3 ul.like_cm li a {
    font-weight: 500;
    font-size: 17px;
    color: #747A80;
}
.theme-3 ul.like_cm li a i {
    color: #70BDFF;
}
.theme-3 ul.like_cm li:last-child {
    margin-right: 0;
}
.theme-3 .type14 {
    padding-left: 85px;
    min-height: 60px;
}
.theme-3 .type14 .post_img {
    border-radius: 5px;
    overflow: hidden;
    max-height: 52px;
    max-width: 75px;
}
.theme-3 .type14 .single_post_text .meta {
    color: #737A7F;
}
.theme-3 .type16 {
    padding-left: 120px;
    min-height: 60px;
    margin-bottom: 0;
}
.theme-3 .type16 .post_img {
    border-radius: 5px;
    overflow: hidden;
    max-height: 69px;
    max-width: 100px;
}
.theme-3 .post_type15 .single_post_text {
    padding-right: 20%;
}
.theme-3 .post_type15 .single_post_text a {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
}
.theme-3 .meta.before:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 2px;
    background: #87BB60 !important;
    left: -20px;
}
.theme-3 .border_tranding {
    border: 1px solid #FFFFFF;
}
.theme-3 .tranding3 .post_type15 .single_post_text {
    padding-bottom: 0;
}
.theme-3 .type17 {
    padding-right: 20px;
}
.theme-3 .type17 .post_img {
    height: 52px;
    width: 75px;
    border-radius: 5px;
}
.theme-3 .type17 .post_img .img_wrap {
    border-radius: 5px;
}
.theme-3 .type17 .post_img img {
    border-radius: 5px;
}
.theme-3 .type18 .single_post_text {
    padding-top: 20px;
}
.theme-3 .type18 .single_post_text a {
    font-size: 18px;
}
.theme-3 .type18 .post_img img {
    border-radius: 5px;
}
.theme-3 span.batch3.date {
    position: absolute;
    left: 0;
    top: 20px;
    height: 36px;
    background: #87BB60 !important;
    display: flex;
    align-items: center;
    padding: 18px 12px;
    color: #fff;
    font-size: 14px;
    border-radius: 0 30px 30px 0;
}
.theme-3 .feature3 .nav_style1 .owl-nav {
    position: absolute;
    right: 20px;
    top: -70px;
}
.theme-3 .type20 .post_img {
    width: 42%;
}
.theme-3 .type20 .post_img .tranding {
    height: 30px;
    width: 30px;
    font-size: 14px;
    line-height: 30px;
    left: 10px;
    top: 10px;
}
.theme-3 .type20 .single_post_text {
    width: 57%;
}
.theme-3 .type20 .single_post_text a {
    font-size: 24px;
    margin-bottom: 10px;
    line-height: 29px;
}
.theme-3 .type20 .single_post_text li a {
    margin-bottom: 0;
}
.theme-3 .type20 .single_post_text .post-p {
    font-size: 15px;
    color: #39424A;
}
.theme-3 .type20 .single_post_text .meta_col {
    margin-bottom: 15px;
}
.theme-3 .type20 .single_post_text .meta_col p {
    color: #17222B;
    opacity: 0.4;
    font-weight: 500;
}
.theme-3 ul.meta_share li {
    margin-right: 7px;
}
.theme-3 ul.meta_share li:last-child {
    margin-right: 0;
}
.theme-3 ul.meta_share li a {
    font-size: 14px;
    color: #CACCCE;
}
.theme-3 .post_type21 .post_img:after {
    position: absolute;
    content: "";
    height: 40%;
    width: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), transparent);
    left: 0;
    bottom: 0;
}
.theme-3 .post_type21 .post_img .social_share {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 2;
}
.theme-3 .post_type21 .post_img .social_share li a {
    color: #FFFFFF;
}
.theme-3 .post_type21 .post_img .sport_meta_ab {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 2;
}
.theme-3 .post_type21 .post_img .sport_meta_ab li {
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    margin-right: 10px;
    position: relative;
    z-index: 2;
}
.theme-3 .post_type21 .post_img .sport_meta_ab li:after {
    position: absolute;
    content: "";
    height: 12px;
    width: 2px;
    right: -8px;
    top: 50%;
    margin-top: -6px;
    background: #FFFFFF;
}
.theme-3 .post_type21 .post_img .sport_meta_ab li:last-child {
    margin-right: 0;
}
.theme-3 .post_type21 .post_img .sport_meta_ab li:last-child:after {
    display: none;
}
.theme-3 .post_type21 .post_img .sport_meta_ab li a {
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
}
.theme-3 .post_type21 .single_post_text {
    padding-bottom: 0;
}
.theme-3 .post_type21 .single_post_text a {
    font-size: 24px;
    line-height: 32px;
}
.theme-3 .post_type21 .single_post_text ul.like_cm li a {
    font-size: 14px;
}
.theme-3 .type22 {
    padding-left: 120px;
    min-height: 60px;
}
.theme-3 .type22 .post_img {
    border-radius: 5px;
    overflow: hidden;
    max-height: 56.25px;
    max-width: 100px;
}
.theme-3 .type22 .single_post_text .meta {
    color: #87BB60 !important;
}
.theme-3 .tab3 .widgets_small {
    padding-right: 0;
    min-height: 64px;
    padding-left: 80px;
}
.theme-3 .tab3 ul {
    margin-bottom: 0;
    padding-bottom: 10px;
}
.theme-3 .tab3 ul li {
    margin-right: 0;
    width: 33%;
}
.theme-3 .tab3 ul li a {
    padding: 16px 25px;
}
.theme-3 .opinion .single_post_text {
    padding-bottom: 0;
}
.theme-3 .international_news .single_international a {
    font-size: 20px;
    font-weight: 500;
    color: #17222B;
}
.theme-3 .international_news .single_international .view_author a {
    font-size: 14px;
    color: #515960;
}
.theme-3 .international_news .single_international p {
    font-size: 15px;
}
.theme-3 .international_news .single_international .like_cm li a {
    font-size: 14px;
}
.theme-3 .international_news .single_international img {
    border-radius: 5px;
}
.theme-3 .international_news .meta {
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 14px;
    color: #87BB60 !important;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
}
.theme-3 .view_author_details .view_author i {
    color: #87BB60 !important;
}
.theme-3 .view_author_details .view_author a {
    font-size: 14px;
    color: #515960;
}
.theme-3 .view_author_details p {
    color: #515960;
    font-size: 14px;
}
.theme-3 a.single_social {
    display: inline-block;
    padding: 13px;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    z-index: 2;
    padding-left: 35px;
    background: #3B5998;
    margin: 4px 3px;
    color: #FFFFFF;
    overflow: hidden;
    width: 104px;
    line-height: 12px;
    border-radius: 4px;
    text-align: center;
    line-height: 1;
}
.theme-3 a.single_social span.follow_icon {
    position: absolute;
    left: 0;
    font-size: 14px;
    height: 100%;
    width: 30px;
    text-align: center;
    top: 0;
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #334D82;
}
.theme-3 a.single_social span.icon_text {
    display: block;
    line-height: 10px;
    font-size: 11px;
    margin-top: 5px;
}
.theme-3 a.social_twitter {
    background: #1DA1F2;
}
.theme-3 a.social_twitter span.follow_icon {
    background: #1B87CA;
}
.theme-3 a.social_youtube {
    background: #FF5050;
}
.theme-3 a.social_youtube span.follow_icon {
    background: #D04648;
}
.theme-3 a.social_instagram {
    background: #9B45D5;
}
.theme-3 a.social_instagram span.follow_icon {
    background: #803DB3;
}
.theme-3 a.social_vimeo {
    background: #1AB7EA;
}
.theme-3 a.social_vimeo span.follow_icon {
    background: #1999C3;
}
.theme-3 a.social_medium {
    background: #00AB6C;
}
.theme-3 a.social_medium span.follow_icon {
    background: #048F5E;
}
.theme-3 .news_letter {
    background: #E9EAEB;
}
.theme-3 .news_letter p {
    color: #39424A;
    font-size: 17px;
    font-weight: 300;
}
.theme-3 .news3bg {
    background: #F2F6F8;
}
.theme-3 .sociai_style3 a.single_social {
    width: 142px;
    padding-left: 45px;
}
.theme-3 .sociai_style3.inner_socail4 a.single_social {
    width: 46%;
    padding-left: 45px;
}
@media screen and (max-width: 1024px) and (max-width: 1300px) {
    .theme-3 .trancarousel_area .nav_style1 .owl-nav {
        position: absolute;
        right: -15%;
        top: 50%;
        margin-top: -11.5px;
    }
    .theme-3 .temp_wap p {
        font-style: 10px;
    }
}
@media screen and (min-width: 767px) and (max-width: 990px) {
    .theme-3 .post_type15 .post_img img {
        width: 354px;
    }
    .theme-3 a.single_social {
        display: inline-block;
        padding: 13px;
        font-size: 16px;
        font-weight: 500;
        position: relative;
        z-index: 2;
        padding-left: 35px;
        margin: 4px 3px;
        color: #FFFFFF;
        overflow: hidden;
        width: 96px;
        line-height: 12px;
        border-radius: 4px;
    }
    .theme-3 .post_type6 .post_img img {
        width: 800px;
    }
    .theme-3 .trancarousel_area .nav_style1 .owl-nav {
        display: none;
    }
}
@media screen and (max-width: 990px) {
    .theme-3 .logo4 {
        margin: 0 auto 20px;
    }
    .theme-3 .topbar .tranding_bar li {
        font-size: 14px;
    }
}
@media screen and (max-width: 767px) {
    .theme-3 .topbar {
        text-align: center;
        margin-top: 20px;
    }
    .theme-3 .v3datentemp {
        text-align: center;
    }
    .theme-3 .social4.text-right {
        text-align: center;
        margin-bottom: 20px;
    }
    .theme-3 .top_date_social.text-right {
        text-align: center;
    }
    .theme-3 .v3datentemp > div {
        width: 100%;
        float: unset;
        margin-bottom: 10px;
        text-align: center;
    }
    .theme-3 .welcome_txt h1 {
        font-size: 26px;
    }
    .theme-3 .signup_form {
        margin-top: 0;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    .theme-3 .date3 {
        background: transparent;
    }
}
@media screen and (max-width: 767px) {
    .theme-3 .type20 .post_img {
        width: 100%;
    }
    .theme-3 .type20 .single_post_text {
        width: 100%;
    }
    .theme-3 .type20 .single_post_text a {
        font-size: 20px;
        line-height: 24px;
    }
    .theme-3 .type20 .single_post_text p {
        font-size: 14px;
    }
}

.theme-input input {
    font-size: 16px;
    font-weight: 400;
    color: #87BB60 !important;
}

.signup_form form input.cbtn,
.theme-3 .signup_form form input.cbtn,
a.cbtn1,
button.cbtn1,
input.cbtn1 {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 15px 30px;
    background: #87BB60 !important;
    border: none;
}

.dark-theme .topbar .social1 ul li a,
.theme-3 .topbar .social1 li a,
.topbar .social1 ul li a {
    width: 20px;
    height: 20px;
    display: block;
    text-align: center;
    line-height: 20px;
    font-style: 14px;
    color: #17222B;
}

.footer .cta .social2 ul li a {
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 40px;
    font-style: 14px;
    color: #C7CACC;
    background: #212C34;
}

.banner {
    position: relative;
    z-index: 2;
}

.banner:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #17222B;
    opacity: 0.6;
    left: 0;
    top: 0;
    z-index: -1;
}

.inner_overlay {
    position: relative;
    z-index: 2;
}

.inner_overlay:after {
    position: absolute;
    z-index: -1;
    content: "";
    height: 100%;
    width: 60%;
    background: linear-gradient(to left, transparent, #17222B);
    left: 0;
    top: 0;
}

.newsprk-category ul li a {
    position: relative;
    z-index: 2;
}

.newsprk-category ul li a:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    opacity: 0.6;
    left: 0;
    top: 0;
    z-index: -1;
    background: #17222B;
}

.half_bg1 {
    position: relative;
    z-index: 2;
}

.half_bg1:after {
    position: absolute;
    content: "";
    height: 50%;
    width: 100%;
    background: #17222B;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.dark-theme .half_dark_bg1 {
    position: relative;
    z-index: 2;
}

.dark-theme .half_dark_bg1:after {
    position: absolute;
    content: "";
    height: 50%;
    width: 100%;
    background: #233340;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.dark-theme .half_dark_bg60 {
    position: relative;
    z-index: 2;
}

.dark-theme .half_dark_bg60:after {
    position: absolute;
    content: "";
    height: 60%;
    width: 100%;
    background: #233340;
    left: 0;
    top: 0;
    z-index: -1;
}

.half_bg60 {
    position: relative;
    z-index: 2;
}

.half_bg60:after {
    position: absolute;
    content: "";
    height: 60%;
    width: 100%;
    background: #17222B;
    left: 0;
    top: 0;
    z-index: -1;
}

.border_left3 {
    border-left: 3px solid #BDC0C2;
}

.comment_form input,
.comment_form textarea {
    border: 1px solid #C4C7C9;
}

.dark-theme a.cbtn2,
.dark-theme button.cbtn2,
.dark-theme input.cbtn2,
a.cbtn2,
button.cbtn2,
input.cbtn2 {
    padding: 15px 40px;
    font-size: 16px;
    color: #FFFFFF;
    background: #87BB60 !important;
    text-transform: uppercase;
    transition: all 0.3s;
    font-weight: 400;
}
.dark-theme a.cbtn2:hover,
.dark-theme button.cbtn2:hover,
.dark-theme input.cbtn2:hover,
a.cbtn2:hover,
button.cbtn2:hover,
input.cbtn2:hover {
    background: #17222B;
    color: #FFFFFF;
    transition: all 0.3s;
}

.theme-4 a.cbtn4,
.theme-4 button.cbtn4,
.theme-4 input.cbtn4 {
    padding: 15px 40px;
    font-size: 16px;
    color: #FFFFFF;
    background: linear-gradient(90deg, #FF5555, #AB50EF);
    text-transform: uppercase;
    transition: all 0.3s;
    font-weight: 400;
}
.theme-4 a.cbtn4:hover,
.theme-4 button.cbtn4:hover,
.theme-4 input.cbtn4:hover {
    background: linear-gradient(90deg, #FF5555, #AB50EF);
    color: #FFFFFF;
    transition: all 0.3s;
}

a.cbtn3,
button.cbtn3,
input.cbt3 {
    padding: 15px 40px;
    font-size: 16px;
    color: #17222B;
    border: 1px solid #87BB60 !important;
    background: #FFFFFF;
    text-transform: uppercase;
    transition: all 0.3s;
    font-weight: 400;
}
a.cbtn3:hover,
button.cbtn3:hover,
input.cbt3:hover {
    background: #87BB60 !important;
    color: #FFFFFF;
    transition: all 0.3s;
}

.shadow5 {
    box-shadow: 0 72px 20px 0 #fbfbff;
}

@media (min-width: 768px) and (max-width: 991px) {
    .dark-theme .topbar .top_date_social > div:first-child {
        padding-right: 0;
        margin-right: 0;
    }

    .searching .v1search_form button {
        min-width: 80%;
    }
}

.theme-4 .search4 {
    color: white;
    cursor: pointer;
}
.theme-4 .searching_area {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #17222B;
    z-index: 9999;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
}
.theme-4 .searching_area.active {
    visibility: visible;
    opacity: 1;
    transition: all 0.3s;
}
.theme-4 .searching_area_wrap {
    position: relative;
    z-index: 2;
    transition: all 0.3s;
}
.theme-4 .search4_close {
    position: fixed;
    right: 30px;
    top: 20px;
    color: #fff;
    font-size: 30px;
    transition: all 0.3s;
}
.theme-4 .site-nav-inner {
    position: relative;
}
.theme-4 .main-nav {
    background: #17222B;
}
.theme-4 .navbar {
    border-radius: 0;
    border: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
}
.theme-4 ul.navbar-nav > li {
    float: left;
    padding: 0;
    position: relative;
}
.theme-4 ul.navbar-nav > li > a {
    padding: 0 15px;
    line-height: 50px;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0;
    position: relative;
    transition: 350ms;
    padding: 10px 22px;
}
.theme-4 ul.navbar-nav > li > a i {
    font-weight: 500;
}
.theme-4 ul.navbar-nav > li > a:focus,
.theme-4 ul.navbar-nav > li > a:hover {
    background: none;
}
.theme-4 ul.navbar-nav > li.active a::before,
.theme-4 ul.navbar-nav > li:hover a::before {
    border-color: #87BB60 !important;
    opacity: 1;
    transform: scale(1) translateZ(0);
}
.theme-4 .nav .open > a,
.theme-4 .nav .open > a:focus,
.theme-4 .nav .open > a:hover {
    background: transparent;
    border: 0;
}
.theme-4 ul.navbar-nav > li.mega-dropdown {
    position: static;
}
.theme-4 .dropdown-submenu {
    position: relative;
}
.theme-4 .dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -2px;
    border-radius: 0;
}
.theme-4 .dropdown-submenu > a:after {
    display: block;
    content: "";
    font-family: "Font Awesome 5 pro";
    float: right;
    margin-top: 3px;
    margin-right: -5px;
}
.theme-4 .dropdown-submenu:hover > a:after {
    border-left-color: #fff;
}
.theme-4 .dropdown-submenu.pull-left {
    float: none;
}
.theme-4 .dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    border-radius: 6px 0 6px 6px;
}
.theme-4 .dropdown-toggle::after {
    display: none;
}
.theme-4 .dropdown-menu {
    text-align: left;
    background: #fff;
    z-index: 100;
    min-width: 230px;
    border-radius: 0;
    border: 0;
    border: 0;
    box-shadow: 0 3px 3px 2px rgba(0, 0, 0, 0.15);
    margin-top: 0;
    padding: 0;
}
.theme-4 .navbar-nav > li > .dropdown-menu {
    border-top: 1px solid #dedede;
}
.theme-4 .navbar-nav > li > .dropdown-menu.mega-menu-content {
    border-top: 0;
}
.theme-4 .dropdown-menu-large {
    min-width: 400px;
}
.theme-4 .dropdown-menu-large > li > ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.theme-4 .dropdown-menu-large > li > ul > li > a {
    padding-left: 0;
}
.theme-4 .dropdown-menu-large > li > ul > li.active > a {
    color: #fc4a00;
}
.theme-4 .navbar-nav > li > .dropdown-menu > a {
    background: none;
}
.theme-4 .dropdown-menu li a {
    display: block;
    line-height: normal;
    text-decoration: none;
    padding: 15px 25px;
    color: #FFFFFF;
    background: #29333C;
}
.theme-4 .dropdown-menu li:last-child > a {
    border-bottom: 0;
}
.theme-4 .dropdown-menu > .active > .dropdown-menu > .active > a,
.theme-4 .dropdown-menu > .active > a,
.theme-4 .dropdown-menu > .active > a:focus,
.theme-4 .dropdown-menu > .active > a:hover {
    color: #FF5555;
}
.theme-4 .dropdown-menu > li > a:focus,
.theme-4 .dropdown-menu > li > a:hover {
    color: #FF5555;
}
@media (min-width: 767px) {
    .theme-4 ul.nav li.dropdown .dropdown-menu li.dropdown-submenu .dropdown-menu {
        left: 100%;
        top: 0;
        display: none;
    }
    .theme-4 ul.nav li.dropdown .dropdown-menu li.dropdown-submenu:hover .dropdown-menu {
        display: block;
    }
}
.theme-4 .mega-menu-content {
    width: 1110px;
    padding: 0;
}
.theme-4 .mega-menu-content-inner {
    padding: 20px 10px;
}
.theme-4 .mega-menu-content .row {
    margin: 0;
}
.theme-4 .main-nav.dark-bg > .container > .row {
    border: 0;
    background: #272727;
    margin-left: 0;
    margin-right: 0;
}
.theme-4 .dark-bg .navbar-toggler {
    margin-left: 6px;
}
.theme-4 .main-nav.dark-bg ul.navbar-nav > li > a {
    color: #fff;
}
.theme-4 .main-nav.dark-bg ul.navbar-nav > li > a:before {
    border: 0;
}
.theme-4 .main-nav.dark-bg ul.navbar-nav > li.active,
.theme-4 .main-nav.dark-bg ul.navbar-nav > li:hover {
    background: #fc4a00;
}
.theme-4 .main-nav.dark-bg .nav-search i {
    color: #fff;
}
.theme-4 .main-nav {
    position: relative;
    padding: 0 15px;
}
.theme-4 .mfp-bg.xs-promo-popup {
    background-color: rgba(0, 0, 0, 0.87);
    padding-bottom: 100%;
    border-radius: 100%;
    overflow: hidden;
    -webkit-animation: menu-animation 0.8s ease-out forwards;
            animation: menu-animation 0.8s ease-out forwards;
}
@keyframes menu-animation {
    0% {
        opacity: 0;
        transform: scale(0.04) translateY(300%);
    }
    40% {
        transform: scale(0.04) translateY(0);
        transition: ease-out;
    }
    40% {
        transform: scale(0.04) translateY(0);
    }
    60% {
        opacity: 1;
        transform: scale(0.02) translateY(0px);
    }
    61% {
        opacity: 1;
        transform: scale(0.04) translateY(0px);
    }
    99.9% {
        opacity: 1;
        height: 0;
        padding-bottom: 100%;
        border-radius: 100%;
    }
    100% {
        opacity: 1;
        transform: scale(2) translateY(0px);
        height: 100%;
        padding-bottom: 0;
        border-radius: 0;
    }
}
.theme-4 .menu-tab .nav.nav-tabs {
    border-right: 1px solid #dedede;
    padding: 20px 0;
    min-height: 250px;
    margin-top: 0;
}
.theme-4 .menu-tab .nav.nav-tabs > li > a {
    border: 1px solid transparent;
    border-radius: 0;
    font-weight: 400;
    padding: 14px 16px 14px 30px;
    background: #fff;
    text-transform: initial;
    font-size: 14px;
}
.theme-4 .menu-tab .nav.nav-tabs > li > a.active {
    background: #dedede;
    margin-right: -1px;
    border: 1px solid #dedede;
    border-right: 0;
    color: #fc4a00;
    cursor: pointer;
}
.theme-4 .menu-tab .tab-content > .tab-pane {
    padding: 25px 0;
    min-height: 250px;
}
.theme-4 .menu-tab .tab-content > .tab-pane .col-md-3 {
    padding-right: 10px;
    padding-left: 10px;
}
.theme-4 .header.header-menu {
    padding: 0;
}
.theme-4 .header.header-menu .logo {
    padding: 12px 0;
}
.theme-4 .header.header-menu > .container > .row {
    border-bottom: 1px solid #dedede;
    margin-left: 0;
    margin-right: 0;
}
.theme-4 .header.header-menu ul.navbar-nav > li > a {
    line-height: 70px;
}
.theme-4 .header.header-menu ul.navbar-nav > li.mega-dropdown,
.theme-4 .site-nav-inner {
    position: static;
    width: 100%;
}
.theme-4 .header.header-menu .mega-menu-content {
    min-width: 1145px;
    left: -43%;
}
.theme-4 .nav-social-wrap {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
}
.theme-4 .navbar {
    position: absolute;
    top: 70px;
    width: 100%;
    background: #f8f8f8;
    z-index: 9;
    padding: 0;
}
@media (min-width: 992px) {
    .theme-4 .navbar {
        position: static;
        top: 70px;
        width: 100%;
        background: transparent;
    }
    .theme-4 ul.navbar-nav > li > a {
        color: #FFFFFF;
        padding: 0 22px;
    }
    .theme-4 ul.navbar-nav > li:hover > a {
        color: #FF5555;
    }
    .theme-4 .header.header-menu ul.navbar-nav > li.mega-dropdown,
    .theme-4 .site-nav-inner {
        position: static;
        width: 100%;
    }
}
.theme-4 ul.navbar-nav > li:after {
    position: absolute;
    content: "";
    height: 0;
    width: 100%;
    background: #87BB60 !important;
    bottom: 0;
    left: 0;
    z-index: 2;
    transition: all 0.3s;
}
.theme-4 ul.navbar-nav > li:hover:after {
    height: 2px;
    transition: all 0.3s;
}
@media (min-width: 992px) {
    .theme-4 .header {
        min-height: 70px;
    }
    .theme-4 .main-nav ul.navbar-nav > li > a {
        padding: 0 15px;
        line-height: 66px;
        display: inline-block;
    }
    .theme-4 .main-nav ul.navbar-nav > li {
        position: relative;
        z-index: 2;
        transition: all 0.3s;
    }
    .theme-4 .main-nav ul.navbar-nav > li:before {
        position: absolute;
        content: "";
        height: 0;
        width: 100%;
        background: #FFFFFF;
        z-index: -1;
        left: 0;
        top: 0;
        transition: all 0.3s;
    }
    .theme-4 .main-nav ul.navbar-nav > li:after {
        position: absolute;
        content: "";
        height: 3px;
        width: 0;
        background: linear-gradient(90deg, #FF5555, #AB50EF);
        z-index: -1;
        left: 0;
        bottom: 0;
        transition: all 0.3s;
    }
    .theme-4 .main-nav ul.navbar-nav > li:hover:before {
        height: 100%;
        transition: all 0.3s;
    }
    .theme-4 .main-nav ul.navbar-nav > li:hover:after {
        width: 100%;
        transition: all 0.3s;
    }
    .theme-4 .main-nav ul.navbar-nav > li > a:hover::after {
        opacity: 1;
    }
    .theme-4 blockquote {
        padding: 45px 120px 30px;
    }
}
@media (min-width: 1200px) {
    .theme-4 .navbar-nav li:hover .dropdown-menu {
        display: block;
    }
    .theme-4 .navbar-collapse {
        padding-right: 0;
    }
    .theme-4 .nav-style-boxed .navbar-collapse {
        padding-left: 15px;
    }
    .theme-4 .header.header-menu .mega-menu-content {
        min-width: 1095px;
        margin-left: -27px;
    }
    .theme-4 .main-nav ul.navbar-nav > li > a {
        padding: 0 15px;
    }
    .theme-4 .sidebar {
        margin-left: 40px;
    }
    .theme-4 .sidebar.sidebar-left {
        margin-left: 0;
        margin-right: 40px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {

    .theme-4 .navbar-nav li:hover .dropdown-menu {
        display: block;
    }
    .theme-4 ul.navbar-nav > li {
        padding: 0 6px;
    }
    .theme-4 ul.navbar-nav > li a {
        font-size: 14px;
    }
    .theme-4 .dropdown-menu li a {
        font-size: 14px;
    }
    .theme-4 .header .header-menu .mega-menu-content {
        min-width: 1095px;
        margin-left: -11px;
    }
    .theme-4 .newsletter-form input {
        min-width: 340px;
    }
    .theme-4 .action-box-text {
        font-size: 13px;
    }
    .theme-4 #back-to-top.affix {
        bottom: 35px;
    }
    .theme-4 .mega-menu-content {
        max-width: 940px;
    }
}
@media (min-width: 575px) {
    .theme-4 .main-nav {
        padding: 0;
    }
    .theme-4 .nav-social-wrap {
        padding: 0 15px;
    }
    .theme-4 .navbar-toggler {
        left: 15px;
    }
    .theme-4 .navbar {
        width: 98%;
    }
}
@media (min-width: 768px) and (max-width: 991px) {

    .theme-4 ul.top-info li {
        padding-right: 12px;
    }
    .theme-4 .navbar-fixed {
        position: relative;
        -webkit-animation: none;
                animation: none;
        box-shadow: none;
    }
    .theme-4 .logo {
        padding: 13px 0;
    }
    .theme-4 .logo img {
        width: 100%;
    }
    .theme-4 .navbar-toggle {
        display: block;
        z-index: 1;
    }
    .theme-4 .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
    .theme-4 .navbar-collapse.collapse.show {
        display: block;
    }
    .theme-4 .navbar-collapse ul.navbar-nav {
        float: none !important;
        margin-top: 0;
        width: 100%;
    }
    .theme-4 ul.navbar-nav > li {
        float: none;
        display: block;
    }
    .theme-4 .collapse.in {
        display: block !important;
    }
    .theme-4 .navbar-collapse.in {
        overflow-y: auto;
    }
    .theme-4 ul.nav li.dropdown:hover ul.dropdown-menu {
        display: none;
    }
    .theme-4 ul.nav li.dropdown.open ul.dropdown-menu {
        display: block;
    }
    .theme-4 .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }
    .theme-4 .navbar-collapse {
        background: none;
        width: 100%;
    }
    .theme-4 ul.navbar-nav > li.active > a:after,
    .theme-4 ul.navbar-nav > li:hover > a:after {
        content: "";
    }
    .theme-4 ul.navbar-nav > li > a:before {
        border-bottom: 0;
    }
    .theme-4 .nav-style-boxed ul.navbar-nav > li,
    .theme-4 ul.navbar-nav > li {
        display: block;
    }
    .theme-4 .navbar-nav .open .dropdown-menu > li {
        padding-left: 0;
    }
    .theme-4 .navbar-nav .open .dropdown-menu > li > a {
        line-height: 30px;
        padding: 5px 15px 10px 10px;
    }
    .theme-4 .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 10px 10px;
    }
    .theme-4 ul.navbar-nav {
        padding: 0 0 10px;
    }
    .theme-4 ul.navbar-nav li {
        float: none;
    }
    .theme-4 ul.navbar-nav li a {
        line-height: normal !important;
        color: #333;
        border-top: 1px solid #f1f1f1 !important;
        border-bottom: 0;
        padding: 10px 20px;
        display: block;
        min-width: 350px;
    }
    .theme-4 ul.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-submenu a i {
        margin-top: -22px;
    }
    .theme-4 ul.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-submenu .dropdown-menu {
        left: 0;
        position: relative;
    }
    .theme-4 ul.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-submenu .dropdown-menu a {
        padding-left: 50px;
    }
    .theme-4 ul.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-submenu .dropdown-menu li a {
        padding-left: 35px !important;
    }
    .theme-4 ul.navbar-nav .dropdown-menu {
        float: none;
        position: relative;
        border: 0;
        margin: 0;
        padding: 0;
        box-shadow: none;
        border-top: 0;
        background: none;
    }
    .theme-4 ul.navbar-nav .dropdown-menu li a {
        padding-left: 20px !important;
    }
    .theme-4 ul.navbar-nav > li.header-get-a-quote,
    .theme-4 ul.navbar-nav > li.nav-search {
        display: none;
    }
    .theme-4 .dropdown-submenu > a:after,
    .theme-4 ul.navbar-nav li a i {
        float: right;
        width: 36px;
        height: 28px;
        line-height: 28px;
        margin-top: -5px;
        text-align: center;
        color: #000;
    }
    .theme-4 .dropdown-submenu > a:after {
        margin-right: 0;
    }
    .theme-4 .navbar-nav > li > .dropdown-menu.mega-menu-content {
        display: none !important;
    }
    .theme-4 .featured-post-area .pad-r {
        padding-right: 15px;
    }
    .theme-4 .featured-post-area .pad-l {
        padding-left: 15px;
    }
    .theme-4 .sidebar-right {
        margin-top: 50px;
    }
    .theme-4 .sidebar-right .widget {
        margin-left: 0;
    }
    .theme-4 .block.color-aqua,
    .theme-4 .block.color-violet {
        margin-top: 40px;
    }
    .theme-4 .footer-widget {
        display: inline-block;
        margin-bottom: 30px;
    }
    .theme-4 .newsletter-form input {
        width: 90%;
    }
    .theme-4 .footer-info-content {
        padding: 50px 100px 0;
    }
    .theme-4 #back-to-top.affix {
        bottom: 78px;
    }
}
@media (max-width: 767px) {

    .theme-4 .boxed-layout .body-inner {
        margin: 0 auto;
    }
    .theme-4 .trending-bar {
        padding: 20px 0;
    }
    .theme-4 .trending-bar .trending-title {
        float: none;
        border: none;
    }
    .theme-4 .trending-bar .post-title.title-small {
        padding: 10px 0;
    }
    .theme-4 .ts-date {
        padding: 0;
        border-right: 0;
        display: block;
    }
    .theme-4 .top-nav {
        display: block;
        margin: 10px 0;
    }
    .theme-4 .top-bar {
        text-align: center;
    }
    .theme-4 .top-social ul li a {
        padding: 0 10px;
    }
    .theme-4 .navbar-fixed {
        position: relative;
        -webkit-animation: none;
                animation: none;
        box-shadow: none;
    }
    .theme-4 .logo {
        padding: 13px 0 25px;
        text-align: center;
    }
    .theme-4 .navbar-toggle {
        display: block;
        z-index: 1;
    }
    .theme-4 .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
    .theme-4 .navbar-collapse.collapse.show {
        display: block;
    }
    .theme-4 .navbar-collapse.collapse:after {
        display: block;
        content: "";
        clear: both;
    }
    .theme-4 .navbar-collapse,
    .theme-4 .site-nav-inner {
        background: none;
        width: 100%;
    }
    .theme-4 ul.navbar-nav > li.active > a:after,
    .theme-4 ul.navbar-nav > li:hover > a:after {
        content: "";
    }
    .theme-4 ul.navbar-nav > li > a:before {
        border-bottom: 0;
    }
    .theme-4 .navbar-nav .open .dropdown-menu .dropdown-header,
    .theme-4 .navbar-nav .open .dropdown-menu > li > a {
        padding: 10px 15px 10px 10px;
    }
    .theme-4 ul.navbar-nav > li {
        display: block;
    }
    .theme-4 .navbar-nav .open .dropdown-menu > li > a {
        line-height: 30px;
    }
    .theme-4 ul.navbar-nav > li.header-get-a-quote,
    .theme-4 ul.navbar-nav > li.nav-search {
        display: none;
    }
    .theme-4 ul.navbar-nav {
        width: 100%;
        padding: 0 0 10px;
    }
    .theme-4 ul.navbar-nav > li {
        float: none;
    }
    .theme-4 ul.navbar-nav li a {
        line-height: normal !important;
        color: #333;
        border-top: 1px solid #f1f1f1 !important;
        border-bottom: 0;
        padding: 7px 20px;
        display: block;
        background: transparent;
    }
    .theme-4 ul.navbar-nav .dropdown-menu > li > a {
        padding-left: 15px;
    }
    .theme-4 ul.navbar-nav .dropdown-menu {
        float: none;
        position: relative;
        border: 0;
        margin: 0;
        padding: 0;
    }
    .theme-4 ul.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-submenu .dropdown-menu {
        left: 0;
        position: relative;
    }
    .theme-4 ul.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-submenu a i {
        margin-top: -22px;
    }
    .theme-4 ul.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-submenu .dropdown-menu li a {
        padding-left: 20px;
    }
    .theme-4 ul.navbar-nav .dropdown-menu {
        box-shadow: none;
        border-top: 0;
        background: none;
        padding-left: 15px;
    }
    .theme-4 .dropdown-submenu > a:after,
    .theme-4 ul.navbar-nav li a i {
        color: #333;
        float: right;
        line-height: 28px;
        margin-top: -5px;
        margin-right: 10px;
        text-align: center;
    }
    .theme-4 .dropdown-submenu > a:after {
        margin-right: 0;
    }
    .theme-4 .navbar-nav > li > .dropdown-menu.mega-menu-content {
        display: none !important;
    }
    .theme-4 .main-nav.dark-bg {
        margin-bottom: 20px;
    }
    .theme-4 .main-nav.dark-bg > .container > .row {
        padding: 0 20px;
    }
    .theme-4 .main-nav.dark-bg ul.navbar-nav > li.active,
    .theme-4 .main-nav.dark-bg ul.navbar-nav > li:hover {
        background: none;
    }
    .theme-4 .main-nav.dark-bg ul.navbar-nav li a {
        color: #17222B;
    }
    .theme-4 .header-top-social {
        margin-bottom: 20px;
    }
    .theme-4 .search-block {
        width: 220px;
    }
    .theme-4 .header.header-menu {
        position: relative;
        margin-bottom: 20px;
    }
    .theme-4 .search-area {
        position: absolute;
        right: 0;
        top: 50px;
    }
    .theme-4 .featured-post-area .pad-r,
    .theme-4 .pad-r-small {
        padding-right: 15px;
        padding-right: 15px;
    }
    .theme-4 .featured-post-area .pad-l,
    .theme-4 .pad-l-small {
        padding-left: 15px;
    }
    .theme-4 .post-title {
        font-size: 18px;
        line-height: 26px;
    }
    .theme-4 .block.color-orange .post-overaly-style.last {
        margin-top: 40px;
    }
    .theme-4 .sidebar-right {
        margin-top: 50px;
    }
    .theme-4 .sidebar-right .widget {
        margin-left: 0;
    }
    .theme-4 .block.color-aqua,
    .theme-4 .block.color-violet {
        margin-top: 40px;
    }
    .theme-4 .social-icon li a i {
        margin-bottom: 10px;
    }
    .theme-4 .post-block-style.post-float-half .post-thumb img {
        max-width: 100%;
        min-height: 100%;
        margin-bottom: 20px;
    }
    .theme-4 .footer-widget {
        display: inline-block;
        margin-bottom: 30px;
    }
    .theme-4 .newsletter-form input {
        width: 90%;
    }
    .theme-4 .footer-info-content {
        padding: 50px 20px 0;
    }
    .theme-4 .footer-social li a i {
        margin-bottom: 10px;
    }
    .theme-4 #back-to-top.affix {
        bottom: 78px;
    }
    .theme-4 .featured-tab .nav-tabs {
        margin: 20px 0;
        position: static;
    }
    .theme-4 .footer-menu .nav {
        display: inline-block;
    }
    .theme-4 #back-to-top {
        bottom: 0;
        right: 20px;
    }
    .theme-4 .block-title > span {
        padding: 9px 10px;
    }
    .theme-4 .featured-tab .nav-tabs > li > a {
        font-size: 14px;
    }
    .theme-4 .category-style2 .post-thumb {
        margin-bottom: 20px;
    }
    .theme-4 .ts-author-comments::after {
        display: none;
    }
    .theme-4 .single-post .post-navigation {
        padding: 30px 0;
    }
    .theme-4 .single-post .post-navigation .post-next,
    .theme-4 .single-post .post-navigation .post-previous {
        width: 100%;
        border: none;
        margin: 10px 0;
    }
}
@media (max-width: 991px) {
    .theme-4 .featured-slider .item .featured-post .post-content {
        padding: 20px;
    }
    .theme-4 .post-video .post-video-content {
        padding: 0 20px 10px;
    }
    .theme-4 .post-video .post-video-content h3 {
        font-size: 18px;
    }
}
.theme-4 h2.post-title.title-small,
.theme-4 h2.post-title.title-small a {
    font-size: 16px;
    color: #17222B;
    margin-top: 10px;
    font-weight: 500;
}
.theme-4 .post-thumb {
    position: relative;
    z-index: 2;
}
.theme-4 a.popup {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 70px;
    width: 70px;
    margin-left: -35px;
    text-align: center;
    margin-top: -35px;
    line-height: 70px;
    font-size: 20px;
    color: #17222B;
    background: #fff;
    border-radius: 50%;
}
.theme-4 .menu_right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.theme-4 .users_area {
    position: relative;
    z-index: 2;
}
.theme-4 .search_form {
    position: absolute;
    height: 100%;
    width: 200px;
    left: -130px;
    top: -95px;
    background: #fff;
    display: none;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s;
}
.theme-4 .search_form.active {
    visibility: visible;
    opacity: 1;
    display: block;
    transition: all 0.4s;
}
.theme-4 .search_form input {
    border: none;
    padding: 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}
.theme-4 .date4 {
    position: relative;
    z-index: 2;
}
.theme-4 .date4:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 1.5px;
    background: #17222B;
    right: 0;
    top: 0;
    opacity: 0.1;
}
.theme-4 .temp_wap {
    position: relative;
    z-index: 2;
    padding-left: 70px;
    float: right;
}
.theme-4 .temp_wap p {
    font-size: 14px;
    font-weight: 500;
    opacity: 0.5;
    line-height: 12px;
}
.theme-4 .temp_icon {
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    position: absolute;
    left: 15px;
}
.theme-4 h3.temp_count {
    position: relative;
    z-index: 2;
    color: #17222B;
    margin-left: 12px;
    display: inline-block;
    margin-bottom: 0;
}
.theme-4 h3.temp_count:after {
    position: absolute;
    content: "";
    height: 30px;
    width: 30px;
    background: url("../img/icon/s.png");
    background-repeat: no-repeat;
    right: -35px;
}
.theme-4 .lang {
    padding-left: 15px;
}
.theme-4 .lang li a {
    font-weight: 500;
    color: #9199A0;
}
.theme-4 .users_area li {
    font-weight: 500;
    padding: 0 4px;
    font-size: 16px;
    cursor: pointer;
    color: #9199A0;
}
.theme-4 .menu_right > div {
    position: relative;
    z-index: 2;
    padding-right: 15px;
}
.theme-4 .menu_right > div:after {
    position: absolute;
    content: "";
    height: 25px;
    width: 2px;
    background: #65717A;
    right: 0;
    top: 50%;
    margin-top: -12.5px;
}
.theme-4 .menu_right > div:last-child {
    padding-right: 0;
}
.theme-4 .menu_right > div:last-child:after {
    display: none;
}
.theme-4 .date3 {
    background: #29333C;
    padding: 27px;
    color: #fff;
    text-align: center;
}
.theme-4 .main-menu .row {
    padding: 0;
    margin: 0;
}
.theme-4 .main-menu .col-lg-3 {
    padding: 0;
    margin: 0;
}
.theme-4 .main-menu .col-lg-2 {
    padding: 0;
    margin: 0;
}

.theme-input input {
    font-size: 16px;
    font-weight: 400;
    color: #87BB60 !important;
}

.signup_form form input.cbtn,
.theme-3 .signup_form form input.cbtn,
a.cbtn1,
button.cbtn1,
input.cbtn1 {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 15px 30px;
    background: #87BB60 !important;
    border: none;
}

.dark-theme .topbar .social1 ul li a,
.theme-3 .topbar .social1 li a,
.topbar .social1 ul li a {
    width: 20px;
    height: 20px;
    display: block;
    text-align: center;
    line-height: 20px;
    font-style: 14px;
    color: #17222B;
}

.footer .cta .social2 ul li a {
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 40px;
    font-style: 14px;
    color: #C7CACC;
    background: #212C34;
}

.banner {
    position: relative;
    z-index: 2;
}

.banner:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #17222B;
    opacity: 0.6;
    left: 0;
    top: 0;
    z-index: -1;
}

.inner_overlay {
    position: relative;
    z-index: 2;
}

.inner_overlay:after {
    position: absolute;
    z-index: -1;
    content: "";
    height: 100%;
    width: 60%;
    background: linear-gradient(to left, transparent, #17222B);
    left: 0;
    top: 0;
}

.newsprk-category ul li a {
    position: relative;
    z-index: 2;
}

.newsprk-category ul li a:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    opacity: 0.6;
    left: 0;
    top: 0;
    z-index: -1;
    background: #17222B;
}

.half_bg1 {
    position: relative;
    z-index: 2;
}

.half_bg1:after {
    position: absolute;
    content: "";
    height: 50%;
    width: 100%;
    background: #17222B;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.dark-theme .half_dark_bg1 {
    position: relative;
    z-index: 2;
}

.dark-theme .half_dark_bg1:after {
    position: absolute;
    content: "";
    height: 50%;
    width: 100%;
    background: #233340;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.dark-theme .half_dark_bg60 {
    position: relative;
    z-index: 2;
}

.dark-theme .half_dark_bg60:after {
    position: absolute;
    content: "";
    height: 60%;
    width: 100%;
    background: #233340;
    left: 0;
    top: 0;
    z-index: -1;
}

.half_bg60 {
    position: relative;
    z-index: 2;
}

.half_bg60:after {
    position: absolute;
    content: "";
    height: 60%;
    width: 100%;
    background: #17222B;
    left: 0;
    top: 0;
    z-index: -1;
}

.border_left3 {
    border-left: 3px solid #BDC0C2;
}

.comment_form input,
.comment_form textarea {
    border: 1px solid #C4C7C9;
}

.dark-theme a.cbtn2,
.dark-theme button.cbtn2,
.dark-theme input.cbtn2,
a.cbtn2,
button.cbtn2,
input.cbtn2 {
    padding: 15px 40px;
    font-size: 16px;
    color: #FFFFFF;
    background: #87BB60 !important;
    text-transform: uppercase;
    transition: all 0.3s;
    font-weight: 400;
}
.dark-theme a.cbtn2:hover,
.dark-theme button.cbtn2:hover,
.dark-theme input.cbtn2:hover,
a.cbtn2:hover,
button.cbtn2:hover,
input.cbtn2:hover {
    background: #17222B;
    color: #FFFFFF;
    transition: all 0.3s;
}

.theme-4 a.cbtn4,
.theme-4 button.cbtn4,
.theme-4 input.cbtn4 {
    padding: 15px 40px;
    font-size: 16px;
    color: #FFFFFF;
    background: linear-gradient(90deg, #FF5555, #AB50EF);
    text-transform: uppercase;
    transition: all 0.3s;
    font-weight: 400;
}
.theme-4 a.cbtn4:hover,
.theme-4 button.cbtn4:hover,
.theme-4 input.cbtn4:hover {
    background: linear-gradient(90deg, #FF5555, #AB50EF);
    color: #FFFFFF;
    transition: all 0.3s;
}

a.cbtn3,
button.cbtn3,
input.cbt3 {
    padding: 15px 40px;
    font-size: 16px;
    color: #17222B;
    border: 1px solid #87BB60 !important;
    background: #FFFFFF;
    text-transform: uppercase;
    transition: all 0.3s;
    font-weight: 400;
}
a.cbtn3:hover,
button.cbtn3:hover,
input.cbt3:hover {
    background: #87BB60 !important;
    color: #FFFFFF;
    transition: all 0.3s;
}

.shadow5 {
    box-shadow: 0 72px 20px 0 #fbfbff;
}

@media (min-width: 768px) and (max-width: 991px) {
    .dark-theme .topbar .top_date_social > div:first-child {
        padding-right: 0;
        margin-right: 0;
    }

    .searching .v1search_form button {
        min-width: 80%;
    }
}
body.bg4 {
    background: #FAFAFA;
}

.theme-4 {
    background: #fff;
 
}
.theme-4 .container {
    max-width: 1250px;
}
.theme-4 .footer_area3 .logo a {
    margin-bottom: 15px;
}
.theme-4 a:hover {
    color: #FF5555;
}
.theme-4 .page_category h4,
.theme-4 li.page_category {
    color: #FF5555;
}
.theme-4 .logo4 {
    display: flex;
    align-self: center;
    justify-content: center;
    padding: 20px;
    width: 250px;
    height: 150px;
    background: linear-gradient(90deg, #FF5555, #AB50EF);
    text-align: center;
}
.theme-4 .v3datentemp > div {
    width: 45%;
    float: left;
}
.theme-4 .search4 {
    color: white;
    cursor: pointer;
    background: linear-gradient(90deg, #FF5555, #AB50EF);
    display: inline-block;
    padding: 21px;
}
.theme-4 .widget-title {
    padding-left: 40px;
}
.theme-4 .col-lg-4.align-self-center.fix_width_social {
    max-width: 26%;
}
.theme-4 .welcome_list .slick-slide   {
    padding: 0 1px;
}
.theme-4 .welcome_list .single_news_list{
    padding: 20px;
}
.theme-4 .widget-title:before {
    position: absolute;
    content: "";
    height: 5px;
    width: 30px;
    background: linear-gradient(90deg, #FF5555, #AB50EF);
    left: 0;
    top: 50%;
    margin-top: -2.5px;
    z-index: -1;
}
.theme-4 .social4 li {
    display: inline-block;
}
.theme-4 .social4 li a {
    width: 50px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: #ECEDEE;
    font-size: 15px;
    color: #17222B;
    position: relative;
    z-index: 2;
    overflow: hidden;
    transition: all 0.3s;
    display: block;
}
.theme-4 .social4 li a:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: -100%;
    z-index: -1;
    background: linear-gradient(90deg, #FF5555, #AB50EF);
    transition: all 0.3s;
}
.theme-4 .social4 li a:hover {
    color: #FFFFFF;
}
.theme-4 .social4 li a:hover:before {
    left: 0;
    transition: all 0.3s;
}
.theme-4 .slider_arrow4 {
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    height: 160px;
    width: 30px;
    line-height: 160px;
    text-align: center;
    color: #000;
    font-size: 21px;
    z-index: 99;
    transition: all 0.3s;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}
.theme-4 .slider_arrow4.arrow_right {
    left: auto;
    right: 0;
}
.theme-4 .slider_arrow4:hover {
    background: linear-gradient(90deg, #FF5555, #AB50EF);
    color: #fff;
    transition: all 0.3s;
}
.theme-4 a.showmore,
.theme-4 button.showmore,
.theme-4 input.showmore {
    background: #F8EDF9;
    color: #FF5555;
    border: none;
}
.theme-4 .date4 {
    text-align: center;
}
.theme-4 .date4 h5 {
    font-size: 18px;
}
.theme-4 .date4 h5 span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin-top: 5px;
    opacity: 0.6;
}
.theme-4 .logo_area {
    padding: 0;
}
.theme-4 .welcome_txt .title_meta {
    font-weight: 500;
    color: #FFFFFF;
    position: relative;
    z-index: 2;
    padding-left: 15px;
}
.theme-4 .welcome_txt .title_meta:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 5px;
    background: linear-gradient(90deg, #FF5555, #AB50EF);
    left: 0;
    top: 50%;
    margin-top: -10px;
}
.theme-4 .welcome_txt h1 {
    color: #FFFFFF;
    font-size: 44px;
    text-decoration: underline;
}
.theme-4 .welcome4_area_wrap {
    position: relative;
    z-index: 1;
}
.theme-4 .welcome4_area {
    padding: 250px 0 350px;
    position: relative;
    z-index: 2;
}
.theme-4 .welcome_news_list .row > div {
    padding: 1px;
}
.theme-4 .welcome_news_list .single_news_list {
    background: #17222B;
    padding: 25px;
    height: 160px;
    transition: all 0.3s;
    position: relative;
    z-index: 2;
}
.theme-4 .welcome_news_list .single_news_list:after {
    position: absolute;
    content: "";
    height: 5px;
    width: 0;
    background: linear-gradient(90deg, #FF5555, #AB50EF);
    bottom: 0;
    transition: all 0.3s;
    left: 0;
}
.theme-4 .welcome_news_list .single_news_list:hover:after {
    width: 100%;
    transition: all 0.3s;
}
.theme-4 .welcome_news_list .single_news_list a {
    color: #fff;
    transition: all 0.3s;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    margin-top: 10px;
}
.theme-4 .welcome_news_list .single_news_list h4 {
    font-weight: 400;
}
.theme-4 .welcome_news_list .single_news_list p {
    color: #fff;
    transition: all 0.3s;
    font-weight: 500;
}
.theme-4 .welcome_news_list .single_news_list p span {
    color: #fff;
    transition: all 0.3s;
}
.theme-4 .welcome_news_list .single_news_list:hover {
    background: #FFFFFF;
}
.theme-4 .welcome_news_list .single_news_list:hover a {
    color: #17222B;
    transition: all 0.3s;
}
.theme-4 .welcome_news_list .single_news_list:hover p {
    color: #17222B;
    transition: all 0.3s;
}
.theme-4 .welcome_news_list .single_news_list:hover p span {
    color: #FF5555;
    transition: all 0.3s;
}
.theme-4 .single_post_text .meta {
    color: #FF5555;
    text-transform: uppercase;
    line-height: 17px;
    font-size: 14px;
    margin-bottom: 5px;
    position: relative;
    z-index: 2;
}
.theme-4 .single_post_text .meta span {
    color: #50585F;
    text-transform: capitalize;
}
.theme-4 .single_post_text a {
    color: #17222B;
    font-weight: 500;
}
.theme-4 .wrapper_welcome {
    position: relative;
}
.theme-4 .menu4.home4menu {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 99;
}
.theme-4 .welcome_list {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.theme-4 .single_news_list {
    height: 160px;
    background: #17222B;
    padding: 20px;
    color: #FFFFFF;
    position: relative;
    z-index: 2;
    transition: all 0.3s;
    cursor: pointer;
}
.theme-4 .single_news_list h4 {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 23px;
    margin-top: 8px;
}
.theme-4 .single_news_list p {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
}
.theme-4 .single_news_list:before {
    position: absolute;
    content: "";
    height: 4px;
    width: 0;
    background: linear-gradient( 90deg,#87BB60,#87BB60) !important;
    bottom: 0;
    left: 0;
    transition: all .3s;
}
.theme-4 .single_news_list:hover,
.theme-4 .slick-current .single_news_list {
    background: #ffffff;
    transition: all 0.3s;
}
.theme-4 .single_news_list:hover h4,
.theme-4 .single_news_list:hover p,
.theme-4 .slick-current .single_news_list h4,
.theme-4 .slick-current .single_news_list p {
    color: #17222B;
    transition: all 0.3s;
}
.theme-4 .single_news_list:hover span,
.theme-4 .slick-current .single_news_list span {
    color: #FF5555;
    transition: all 0.3s;
}
.theme-4 .single_news_list:hover:before,
.theme-4 .slick-current .single_news_list:before {
    width: 100%;
    transition: all 0.3s;
}
.theme-4 .slick-current .single_news_list .cat{
    color: #3e55c1 !important;
}
.theme-4 .single_post:hover .single_post_text a {
    color: #FF5555;
    transition: all 0.3s;
}
.theme-4 .user3 i {
    color: #17222B;
    opacity: 0.6;
}
.theme-4 .v3datentemp {
    display: flex;
    align-items: center;
}
.theme-4 .trancarousel_area .nav_style1 .owl-nav {
    position: absolute;
    right: -20%;
    top: 50%;
    margin-top: -15px;
}
.theme-4 .trancarousel_area .nav_style1 .owl-nav div {
    height: 30px;
    width: 30px;
    line-height: 30px;
    background: #ECEDEE;
    color: #718594;
    border: none;
}
.theme-4 .trancarousel_area .nav_style1 .owl-nav div:last-child {
    margin-left: 3px;
}
.theme-4 .trancarousel_area p.trand {
    float: left;
    margin-right: 10px;
    padding: 12px 20px;
    background: #17222B;
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 17px;
}
.theme-4 .trancarousel_area .trancarousel_item {
    padding: 12px;
    font-size: 14px;
    line-height: 17px;
    opacity: 0.85;
}
.theme-4 .trancarousel_area .trancarousel_item a {
    color: #17222B;
    opacity: 0.85;
    word-break: break-word;
}
.theme-4 .trancarousel_area .trancarousel_item p {
    color: #17222B;
    opacity: 0.85;
    word-break: break-word;
}
.theme-4 .lang-3 li {
    position: relative;
    z-index: 2;
    transition: all 0.3s;
}
.theme-4 .lang-3 li a {
    display: inline-block;
    padding: 7px;
}
.theme-4 .lang-3 li:hover ul {
    visibility: visible;
    opacity: 1;
    top: 40px;
    transition: all 0.3s;
}
.theme-4 .lang-3 li ul {
    position: absolute;
    left: 0;
    top: auto;
    text-align: left;
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    visibility: hidden;
    top: 70px;
    padding: 10px 0;
    transition: all 0.3s;
    width: 120px;
    z-index: 999;
    opacity: 0;
}
.theme-4 .lang-3 li ul li a {
    padding: 5px 15px;
}
.theme-4 .lang-3 li a {
    opacity: 0.75;
    color: #17222B;
}
.theme-4 .lang-3 li a i {
    opacity: 1;
}
.theme-4 .topbar {
    margin-top: -10px;
    margin-bottom: 3px;
}
.theme-4 .social4 {
    position: relative;
    z-index: 1;
}
.theme-4 .single_post_text .meta2 {
    margin-bottom: 0;
}
.theme-4 .single_post_text .meta2 a {
    font-size: 14px;
    text-transform: capitalize;
    position: relative;
    z-index: 2;
    line-height: 17px;
    margin-bottom: 5px;
}
.theme-4 .single_post_text .meta2 a:first-child {
    color: #FF5555;
}
.theme-4 .single_post_text .meta2 a:last-child {
    margin-left: 20px;
    color: #17222B;
    opacity: 0.75;
}
.theme-4 .single_post_text .meta2 a:last-child:before {
    position: absolute;
    content: "|";
    height: 20px;
    width: 10px;
    left: -18px;
    top: 50%;
    margin-top: -10px;
    line-height: 20px;
    color: #17222B;
    opacity: 0.3;
    text-align: center;
}
.theme-4 .single_post_text .meta5 {
    margin-bottom: 0;
}
.theme-4 .single_post_text .meta5 a {
    font-size: 14px;
    text-transform: capitalize;
    position: relative;
    z-index: 2;
    line-height: 17px;
    margin-bottom: 5px;
    color: #FFFFFF;
}
.theme-4 .single_post_text .meta5 a:last-child {
    margin-left: 20px;
    font-weight: 400;
}
.theme-4 .single_post_text .meta5 a:last-child:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 10px;
    left: -18px;
    top: 50%;
    background: #000;
    margin-top: -10px;
    line-height: 20px;
    color: #FFFFFF;
    text-align: center;
}
.theme-4 .single_post_text .meta3 {
    margin-bottom: 0;
    position: relative;
    z-index: 2;
}
.theme-4 .single_post_text .meta3 a {
    font-size: 14px;
    position: relative;
    z-index: 2;
    line-height: 14px;
    font-weight: 500;
    margin-bottom: 0;
}
.theme-4 .single_post_text .meta3 a:first-child {
    color: #FF5555;
}
.theme-4 .single_post_text .meta3 a:last-child {
    margin-left: 20px;
    color: #17222B;
    opacity: 0.75;
}
.theme-4 .single_post_text .meta3 a:last-child:before {
    position: absolute;
    content: "|";
    height: 20px;
    width: 10px;
    left: -18px;
    top: 50%;
    margin-top: -10px;
    line-height: 20px;
    color: #17222B;
    opacity: 0.3;
    text-align: center;
}
.theme-4 .single_post_text .meta {
    margin-bottom: 0;
}
.theme-4 .single_post_text .meta a {
    font-size: 14px;
    text-transform: capitalize;
    position: relative;
    z-index: 2;
}
.theme-4 .single_post_text .meta a:last-child {
    margin-left: 20px;
}
.theme-4 .single_post_text .meta a:last-child:before {
    position: absolute;
    content: "|";
    height: 20px;
    width: 10px;
    left: -18px;
    top: 50%;
    margin-top: -10px;
    line-height: 20px;
    text-align: center;
}
.theme-4 .single_post_text .meta4 {
    margin-top: 0;
}
.theme-4 .single_post_text .meta4 a {
    font-size: 14px;
    text-transform: capitalize;
    position: relative;
    z-index: 2;
    line-height: 17px;
    font-weight: 500;
    color: #17222B;
    opacity: 0.6;
}
.theme-4 .type16 {
    padding-left: 110px;
    margin-right: 0;
    min-height: 65px;
    margin-bottom: 0;
}
.theme-4 .type16 .post_img {
    border-radius: 3px;
    overflow: hidden;
    max-height: 65px;
    max-width: 90px;
}
.theme-4 .scroll_bar::-webkit-scrollbar {
    width: 2px;
}
.theme-4 .scroll_bar::-webkit-scrollbar-thumb {
    background-color: #A9ACB0;
    outline: 1px solid #A9ACB0;
}
.theme-4 .business_carousel {
    border-radius: 5px;
}
.theme-4 .share_meta4 li a {
    font-size: 15px;
    font-weight: 400;
    color: #17222B;
    opacity: 0.4;
}
.theme-4 .share_meta4 li:nth-child(2) {
    margin-left: 7px;
}
.theme-4 .nav_style4 .owl-nav > div {
    position: absolute;
    top: 50%;
    left: -21px;
    height: 42px;
    width: 42px;
    background: #ffffff;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    margin-top: -21px;
    border: 1px solid #DCDEDF;
}
.theme-4 .nav_style4 .owl-nav > div:hover {
    background: linear-gradient(90deg, #FF5555, #AB50EF);
    color: #FFFFFF;
}
.theme-4 .nav_style4 .owl-nav > div.owl-next {
    position: absolute;
    top: 50%;
    left: auto;
    right: -21px;
    height: 42px;
    width: 42px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    border: 1px solid #DCDEDF;
}
.theme-4 .nav_style4 .owl-nav > div.owl-next:hover {
    background: linear-gradient(90deg, #FF5555, #AB50EF);
    color: #FFFFFF;
}
.theme-4 .meta.before {
    position: relative;
    z-index: 2;
    padding-left: 25px;
    font-weight: 500;
}
.theme-4 .meta.before:before {
    position: absolute;
    content: "";
    height: 3px;
    width: 20px;
    background: linear-gradient(90deg, #FF5555, #AB50EF);
    left: 0;
    top: 50%;
    margin-top: -1.5px;
}
.theme-4 .single_international a {
    font-size: 20px;
    color: #17222B;
    font-weight: 500;
    padding: 15px 0;
}
.theme-4 .single_international img {
    border-radius: 3px;
}
.theme-4 .shadow7 {
    box-shadow: 0 3px 6px #f1f1f1;
}
.theme-4 .bg4 {
    background: #FAFAFA;
}
.theme-4 .finance .single_post_text {
    padding: 20px;
}
.theme-4 span.tranding {
    background: linear-gradient(90deg, #FF5555, #AB50EF);
}
.theme-4 span.batch3.date {
    background: linear-gradient(90deg, #FF5555, #AB50EF);
    position: absolute;
    left: 0;
    top: 20px;
    height: 36px;
    display: flex;
    align-items: center;
    padding: 18px 12px;
    color: #fff;
    font-size: 14px;
    border-radius: 0 30px 30px 0;
}
.theme-4 .share_meta4 ul {
    margin: 0;
    padding: 0;
}
.theme-4 .popular_items.scroll_bar {
    max-height: 430px;
    overflow-y: scroll;
}
.theme-4 .type22 {
    padding-left: 85px;
    margin-right: 0;
    min-height: 50px;
    margin-bottom: 0;
}
.theme-4 .type22 .post_img {
    height: 50px;
    width: 75px;
    min-height: 50px;
}
.theme-4 .type22 .post_img img {
    width: 100%;
    height: 100%;
    border-radius: 3px;
}
.theme-4 .post_type12 .post_img {
    width: 42%;
}
.theme-4 .post_type12 .single_post_text {
    width: 58%;
}
.theme-4 .post_type12 .single_post_text a {
    font-size: 24px;
    line-height: 29px;
}
.theme-4 .post_type12 .single_post_text p {
    font-size: 17px;
    font-weight: 300;
    line-height: 27px;
}
.theme-4 .image_carousel .post_img img {
    border-radius: 7px;
    height: 452px;
    width: 100%;
}
.theme-4 .footer {
    padding: 80px 0 0;
}
.theme-4 .footer .single_contact3 {
    display: inline-block;
    width: 32.33%;
    position: relative;
    z-index: 2;
    padding-left: 20px;
}
.theme-4 .footer .single_contact3 h6 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 5px;
    position: relative;
    z-index: 2;
}
.theme-4 .footer .single_contact3 h6:before {
    position: absolute;
    content: "";
    height: 6px;
    width: 6px;
    background: #FF5555;
    left: -15px;
    top: 50%;
    margin-top: -3px;
}
.theme-4 .footer .single_contact3 p {
    color: #17222B;
    font-size: 15px;
    font-weight: 500;
}
.theme-4 .footer .single_contact3 a {
    color: #17222B;
    font-size: 15px;
    font-weight: 500;
}
.theme-4 .footer .more_newss {
    padding-left: 20px;
    border-left: 1px solid #E7E8E9;
}
.theme-4 .footer .single_footer_nav ul li a {
    color: #17222B;
}
.theme-4 .footer .single_fcontact {
    position: relative;
    z-index: 2;
    padding-left: 30px;
    margin-bottom: 15px;
}
.theme-4 .footer .single_fcontact:last-child {
    margin-bottom: 0;
}
.theme-4 .footer .single_fcontact a {
    color: #17222B;
}
.theme-4 .footer .single_fcontact .fcicon {
    height: 30px;
    width: 30px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -15px;
    line-height: 30px;
}
.theme-4 .footer .widget-title2 {
    font-size: 20px;
    color: #17222B;
    font-weight: 400;
    margin-bottom: 30px;
}
.theme-4 .footer .twitter_feeds .single_twitter_feed {
    position: relative;
    z-index: 2;
    padding-left: 30px;
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}
.theme-4 .footer .twitter_feeds .single_twitter_feed:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}
.theme-4 .footer .twitter_feeds .single_twitter_feed h6 {
    color: #17222B;
}
.theme-4 .footer .twitter_feeds .single_twitter_feed h6 span {
    color: #87BB60 !important;
}
.theme-4 .footer .twitter_feeds .single_twitter_feed p {
    font-size: 14px;
    color: #17222B;
    margin-top: 3px;
}
.theme-4 .footer .twitter_feeds .single_twitter_feed .twitter_feed_icon {
    height: 20px;
    width: 20px;
    color: #87BB60 !important;
    position: absolute;
    left: 0;
    top: 0;
}
.theme-4 .footer .single_more_news {
    position: relative;
    z-index: 2;
}
.theme-4 .footer .single_more_news:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    background: #ffffff;
    border-radius: 50%;
    left: -27.5px;
    top: 0;
}
.theme-4 .footer .single_more_news:after {
    position: absolute;
    content: "";
    height: 5px;
    width: 5px;
    background: #FF9999;
    border-radius: 50%;
    left: -22.5px;
    top: 5.5px;
}
.theme-4 .footer .extra_newss .single_extra_news {
    margin-bottom: 15px;
    padding-bottom: 30px;
    padding-right: 60px;
    position: relative;
    z-index: 2;
}
.theme-4 .footer .extra_newss .single_extra_news:nth-child(6) {
    margin-bottom: 0;
    padding-bottom: 0;
}
.theme-4 .footer .extra_newss .single_extra_news p {
    color: #87BB60 !important;
    font-size: 14px;
}
.theme-4 .footer .extra_newss .single_extra_news p span {
    color: #747A80;
}
.theme-4 .footer .extra_newss .single_extra_news a {
    color: #17222B;
}
.theme-4 .footer .extra_newss .single_extra_news span.news_counter {
    color: #747A80;
    height: 40px;
    display: inline-block;
    width: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 36px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -25px;
}
.theme-4 .footer .extra_newss .single_fcontact {
    position: relative;
    z-index: 2;
    padding-left: 30px;
    margin-bottom: 15px;
}
.theme-4 .footer .extra_newss .single_fcontact:last-child {
    margin-bottom: 0;
}
.theme-4 .footer .extra_newss .single_fcontact a {
    color: #17222B;
}
.theme-4 .footer .extra_newss .single_fcontact .fcicon {
    height: 30px;
    width: 30px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -15px;
    line-height: 30px;
}
.theme-4 .footer .single_more_news a {
    color: #17222B;
    font-size: 18px;
    font-weight: 500;
}
.theme-4 .footer .single_more_news p.meta {
    color: #FF5555;
    font-weight: 500;
    font-size: 14px;
}
.theme-4 .footer .single_more_news p {
    font-style: 15px;
    font-weight: 300;
    color: #3A434B;
    margin-top: 10px;
}
.theme-4 .footer .copyright {
    background: #ECEDEE;
    margin-top: 30px;
    padding: 15px 0;
}
.theme-4 .footer .copyright p {
    color: #747A80;
}
.theme-4 .footer .copyright ul li a {
    color: #17222B;
    padding: 0 10px;
}
.theme-4 .footer .copyright ul li a:hover {
    color: #17222B;
}
.theme-4 a.single_social {
    display: inline-block;
    padding: 13px;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    z-index: 2;
    padding-left: 35px;
    background: #3B5998;
    margin: 4px 3px;
    color: #FFFFFF;
    overflow: hidden;
    width: 104px;
    line-height: 12px;
    border-radius: 4px;
}
.theme-4 a.single_social span.follow_icon {
    position: absolute;
    left: 0;
    font-size: 14px;
    height: 100%;
    width: 30px;
    text-align: center;
    top: 0;
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #334D82;
}
.theme-4 a.single_social span.icon_text {
    display: block;
    line-height: 10px;
    font-size: 11px;
    margin-top: 5px;
}
.theme-4 a.social_twitter {
    background: #1DA1F2;
}
.theme-4 a.social_twitter span.follow_icon {
    background: #1B87CA;
}
.theme-4 a.social_youtube {
    background: #FF5050;
}
.theme-4 a.social_youtube span.follow_icon {
    background: #D04648;
}
.theme-4 a.social_instagram {
    background: #9B45D5;
}
.theme-4 a.social_instagram span.follow_icon {
    background: #803DB3;
}
.theme-4 a.social_vimeo {
    background: #1AB7EA;
}
.theme-4 a.social_vimeo span.follow_icon {
    background: #1999C3;
}
.theme-4 a.social_medium {
    background: #00AB6C;
}
.theme-4 a.social_medium span.follow_icon {
    background: #048F5E;
}
.theme-4 .post_type6 .single_post_text {
    padding: 25px;
}
.theme-4 .post_type6 .single_post_text a {
    font-size: 24px;
    line-height: 30px;
}
.theme-4 ul.like_cm li {
    display: inline-block;
    margin-right: 20px;
    position: relative;
    z-index: 2;
}
.theme-4 ul.like_cm li:after {
    position: absolute;
    content: "";
    height: 12px;
    width: 2px;
    background: #B9BCBF;
    right: -12px;
    top: 50%;
    margin-top: -6px;
}
.theme-4 ul.like_cm li:last-child:after {
    display: none;
}
.theme-4 ul.like_cm li i {
    color: #FF9999;
    margin-right: 4px;
}
.theme-4 ul.like_cm li a {
    font-weight: 500;
    font-size: 14px;
    color: #747A80;
    margin: 0;
    padding: 0;
}
.theme-4 ul.like_cm li a i {
    color: #FF9999;
    margin-right: 4px;
}
.theme-4 ul.like_cm li:last-child {
    margin-right: 0;
}
.theme-4 .post_img img {
    border-radius: 3px;
}
.theme-4 .type18 .post_img img {
    border-radius: 5px;
}
.theme-4 .type18 .single_post_text a {
    font-size: 18px;
    line-height: 22px;
}
.theme-4 .type18 .single_post_text p {
    font-size: 15px;
    font-weight: 300;
    opacity: 0.85;
    line-height: 23px;
}
.theme-4 .single_post_text.py0 {
    padding: 20px 0 0;
}
.theme-4 .topbar li.tranding {
    background: #17222B;
    color: #FFFFFF;
}
.theme-4 .category4 ul li {
    margin-bottom: 10px;
}
.theme-4 .category4 ul li:last-child {
    margin-bottom: 0;
}
.theme-4 .category4 ul li a {
    background: #E8E8EA;
    display: block;
    border-radius: 3px;
    padding: 15px 15px 15px 20px;
    font-size: 20px;
    font-weight: 400;
    color: #17222B;
    position: relative;
    z-index: 2;
}
.theme-4 .category4 ul li a i {
    position: absolute;
    right: 0;
    font-size: 16px;
    color: transparent;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    top: 50%;
    margin-top: -20px;
}
.theme-4 .category4 ul li a:hover {
    color: #FFFFFF;
    font-weight: 500;
    background: linear-gradient(90deg, #FF5555, #AB50EF);
}
.theme-4 .category4 ul li a:hover i {
    color: #FFFFFF;
}
.theme-4 .tatal_video4 {
    padding: 30px;
    height: 635px;
    position: relative;
    z-index: 3;
}
.theme-4 .tatal_video4 .video4_content {
    bottom: 30px;
    left: 30px;
    position: absolute;
    z-index: 9;
}
.theme-4 .tatal_video4 .video4_content a {
    font-size: 44px;
    line-height: 50px;
    font-weight: 700;
    color: #FFFFFF;
}
.theme-4 .tatal_video4 .video4_video {
    display: inline-block;
    padding-left: 70px;
    position: relative;
    z-index: 2;
    margin-top: 20px;
}
.theme-4 .tatal_video4 .video4_video h6 {
    color: #FFFFFF;
}
.theme-4 .tatal_video4 .video4_video h6 span {
    display: block;
    font-weight: 400;
    margin-top: 5px;
}
.theme-4 .tatal_video4 .video4_video .video4_icon {
    position: absolute;
    left: 0;
    top: 50%;
    height: 56px;
    width: 56px;
    text-align: center;
    line-height: 56px;
    margin-top: -28px;
    background: linear-gradient(90deg, #FF5555, #AB50EF);
    border-radius: 50%;
    color: #FFFFFF;
}
.theme-4 .video4_list {
    background: #FFFFFF;
    position: relative;
    max-height: 635px;
    overflow-y: scroll;
}
.theme-4 .video4_list a {
    font-size: 20px;
    color: #17222B;
    font-weight: 400;
}
.theme-4 .video4_list h4 {
    font-size: 20px;
    font-weight: 400;
}
.theme-4 .video4_list:before {
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-right: 13px solid red;
    border-bottom: 7px solid transparent;
    position: absolute;
    content: "";
    left: -12px;
    top: 60px;
}
.theme-4 .video4_list:last-child {
    margin-bottom: 0;
}
.theme-4 .video4_list .video_list_author {
    position: relative;
    z-index: 2;
    padding-left: 35px;
    margin-bottom: 10px;
}
.theme-4 .video4_list .video_list_author i {
    position: absolute;
    left: 0;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    color: #FE9898;
    font-size: 20px;
}
.theme-4 .video4_list .video_list_author h6 {
    font-size: 14px;
    text-transform: uppercase;
    color: #FF5555;
}
.theme-4 .video4_list .video_list_author h6 span {
    display: block;
    margin-top: 5px;
    text-transform: capitalize;
    color: #8A8F94;
    font-weight: 400;
}
.theme-4 .tatal_videos4 .row > div {
    padding: 0;
}
.theme-4 .tatal_videos4 > .row {
    border-radius: 5px;
    overflow: hidden;
}
.theme-4 .science_news {
    background: #FFFFFF;
}
.theme-4 .book_mark {
    position: relative;
    z-index: 2;
    padding-left: 45px;
    margin-top: 15px;
    display: inline-block;
}
.theme-4 .book_mark .bookmark_icon {
    height: 30px;
    width: 30px;
    position: absolute;
    text-align: center;
    line-height: 30px;
    left: 0;
    color: #FF5555;
    top: 50%;
    margin-top: -15px;
    border-radius: 50%;
    border: 1px solid #FF5555;
}
.theme-4 .book_mark h6 {
    font-size: 14px;
}
.theme-4 .book_mark h6 span {
    display: block;
    font-weight: 400;
    font-size: 14px;
    margin-top: 5px;
}
.theme-4 .science_carousel_items p.post-p {
    font-size: 15px;
    font-weight: 300;
}
.theme-4 .science_carousel_items .single_post_text a {
    font-size: 20px;
}
.theme-4 p.meta.meta_style4 {
    position: relative;
    z-index: 2;
    padding-left: 12px;
}
.theme-4 p.meta.meta_style4:after {
    position: absolute;
    content: "";
    height: 18px;
    width: 3px;
    background: linear-gradient(90deg, #FF5555, #AB50EF);
    left: 0;
    top: 50%;
    margin-top: -9px;
}
.theme-4 .dots_style1 .owl-dots {
    position: absolute;
    top: 10px;
    right: 10px;
}
.theme-4 .dots_style1 .owl-dots > div {
    height: 10px;
    width: 10px;
    background: #827A6F;
    display: inline-flex;
    margin: 2px;
    border-radius: 50%;
}
.theme-4 .dots_style1 .owl-dots div.active {
    background: linear-gradient(90deg, #FF5555, #AB50EF);
}
.theme-4 .news_letter.news_letter4 {
    background: #4F585E;
}
.theme-4 .news_letter.news_letter4 p {
    color: #FFFFFF;
    font-size: 17px;
    font-weight: 300;
}
.theme-4 .signup_form form {
    position: relative;
    z-index: 2;
    border-radius: 5px;
    overflow: hidden;
}
.theme-4 .signup_form form input.signup {
    padding: 15px;
    width: 65%;
    margin: 0;
    background: #FFFFFF;
}
.theme-4 .signup_form form input.cbtn {
    background: linear-gradient(90deg, #FF5555, #AB50EF);
    position: absolute;
    right: 0;
    top: 0;
    padding: 15px 20px;
}
.theme-4 .tranding_bar > div {
    display: inline-block;
}
.theme-4 .tranding_top {
    float: left;
    background: red;
    padding: 5px 20px;
    margin-right: 15px;
}
.theme-4 .top_carousel {
    display: inline-block;
    vertical-align: middle;
    width: auto;
}
.theme-4 .tranding_bar > div {
    display: flex;
    align-items: center;
}
.theme-4 .top_carousel {
    padding: 5px 20px 5px 0;
}
.theme-4 .single_comment .replay a {
    color: #FF5555;
}
.theme-4 .next_prv_single3:hover {
    background: #FF5555;
}
.theme-4 .author_social li a {
    height: 40px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    background: #ECEDEE;
    font-size: 15px;
    color: #17222B;
    position: relative;
    z-index: 2;
    overflow: hidden;
    transition: all 0.3s;
}
.theme-4 .author_social li a:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: -100%;
    z-index: -1;
    background: linear-gradient(90deg, #FF5555, #AB50EF);
    transition: all 0.3s;
}
.theme-4 .author_social li a:hover {
    color: #FFFFFF;
    background: transparent;
}
.theme-4 .author_social li a:hover:before {
    left: 0;
    transition: all 0.3s;
}
.theme-4 .widget_tab ul li a.active {
    background: linear-gradient(90deg, #FF5555, #AB50EF);
}
.theme-4 .widget_tab.v4inner ul li a {
    line-height: 12px;
    padding: 12px 21px;
}
.theme-4 .post_img.number {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border: 3px solid #E7E8E9;
    border-radius: 50%;
    width: 56px;
    height: 56px;
    top: 15%;
    margin-top: 0;
}
.theme-4 .post_img.number h2 {
    font-size: 36px;
    line-height: 53px;
    color: #D1D3D5;
}
.theme-4 .tab4 ul.nav.nav-tabs li a {
    font-size: 24px;
    font-weight: 500;
    color: #A2A7AA;
    padding: 12px;
    position: relative;
    z-index: 2;
    transition: all 0.3s;
}
.theme-4 .tab4 ul.nav.nav-tabs li a:after {
    position: absolute;
    content: "";
    height: 3px;
    width: 0;
    background: linear-gradient(90deg, #FF5555, #AB50EF);
    left: 0;
    bottom: 0;
    transition: all 0.3s;
}
.theme-4 .tab4 ul.nav.nav-tabs li a:hover {
    color: #17222B;
    transition: all 0.3s;
}
.theme-4 .tab4 ul.nav.nav-tabs li a.active {
    color: #17222B;
    transition: all 0.3s;
}
.theme-4 .tab4 ul.nav.nav-tabs li a.active:after {
    width: 100%;
    transition: all 0.3s;
}
.theme-4 .tab4 .single_post_text a {
    font-size: 20px;
    line-height: 28px;
}
.theme-4 .tab4 .single_post_text .meta_col p {
    font-size: 14px;
    color: #A2A7AA;
}
.theme-4 .type16 ul.like_cm li a {
    font-size: 14px;
}
.theme-4 .inernational4 .meta {
    font-size: 14px;
    color: #FF5555;
}
.theme-4 .inernational4 .meta span {
    color: #747A80;
}
@media screen and (max-width: 1024px) and (max-width: 1300px) {
    .theme-4 .col-lg-4.align-self-center.fix_width_social {
        max-width: 33%;
    }
    .theme-4 body {
        overflow-x: hidden;
    }
    .theme-4 .tab4 ul.nav.nav-tabs li a {
        font-size: 18px;
    }
    .theme-4 .tab4 .single_post_text a {
        font-size: 14px;
        line-height: 21px;
    }
    .theme-4 .widgets_small .single_post_text a {
        line-height: 19px;
        font-size: 13px;
    }
    .theme-4 .single_post_text .meta3 a {
        font-size: 10px;
    }
    .theme-4 .temp_wap .weather-area {
        font-size: 10px;
    }
    .theme-4 .v3datentemp > div {
        width: 50%;
        float: left;
    }
    .theme-4 .logo_area {
        overflow-x: hidden;
    }
    .theme-4 .download_btn.v4 .download_btn_group a.app_btn {
        padding: 12px 10px 12px 30px;
    }
    .theme-4 .download_btn.v4 .download_btn_group a.app_btn i {
        left: 7px;
        font-size: 20px;
        height: 20px;
        width: 20px;
        line-height: 20px;
        margin-top: -10px;
    }
}
@media screen and (max-width: 990px) {
    .theme-4 .logo4 {
        margin: 0 auto 20px;
    }
    .theme-4 .topbar .tranding_bar li {
        font-size: 14px;
    }
}
@media screen and (max-width: 767px) {
    .theme-4 .topbar {
        text-align: center;
        margin-top: 20px;
    }
    .theme-4 .v3datentemp {
        text-align: center;
    }
    .theme-4 .social4.text-right {
        text-align: center;
        margin-bottom: 20px;
    }
    .theme-4 .top_date_social.text-right {
        text-align: center;
    }
    .theme-4 .v3datentemp > div {
        width: 100%;
        float: unset;
        margin-bottom: 10px;
        text-align: center;
    }
    .theme-4 .welcome_txt h1 {
        font-size: 26px;
    }
    .theme-4 .tatal_video4 .video4_content a {
        font-size: 24px;
        line-height: 28px;
    }
    .theme-4 .col-lg-4.align-self-center.fix_width_social {
        max-width: 100%;
        margin-top: 30px;
    }
    .theme-4 .welcome4_area {
        padding: 200px 0 300px;
    }
}
@media screen and (max-width: 425px) {
    .theme-4 .single_post_text .meta3 {
        margin-bottom: 0;
        position: relative;
        z-index: 2;
    }
    .theme-4 .single_post_text .meta3 a {
        font-size: 14px;
        position: relative;
        z-index: 2;
        line-height: 14px;
        font-weight: 500;
        margin-bottom: 0;
    }
    .theme-4 .single_post_text .meta3 a:first-child {
        color: #FF5555;
    }
    .theme-4 .single_post_text .meta3 a:first-child:before {
        display: none;
    }
    .theme-4 .single_post_text .meta3 a:last-child {
        margin-left: 0;
        color: #17222B;
        opacity: 0.75;
    }
    .theme-4 .single_post_text .meta3 a:last-child:before {
        position: absolute;
        content: "|";
        height: 20px;
        width: 10px;
        left: -18px;
        top: 50%;
        margin-top: -10px;
        line-height: 20px;
        color: #17222B;
        opacity: 0.3;
        text-align: center;
        display: none;
    }
    .theme-4 .post_type12 .post_img {
        width: 100%;
    }
    .theme-4 .post_type12 .single_post_text {
        width: 100%;
    }
    .theme-4 .business3.padding30.white_bg.border-radious5.mb30 {
        padding: 20px 0;
    }
    .theme-4 .single_post.mb30.type18 {
        text-align: center;
    }
    .theme-4 .science_mid img {
        margin: 20px 0;
    }
    .theme-4 .book_mark {
        text-align: left;
    }
    .theme-4 .tab4 ul.nav.nav-tabs li a {
        font-size: 16px;
    }
    .theme-4 .widgets_type4 {
        padding-left: 0;
    }
    .theme-4 .widgets_type4 .post_img.number {
        display: none;
    }
}

/* Widget title border */
.widget-border {
    padding-left: 40px;
}
.widget-border:before {
    position: absolute;
    content: "";
    height: 5px;
    width: 30px;
    background: linear-gradient(90deg, #FF5555, #AB50EF);
    left: 0;
    top: 50%;
    margin-top: -2.5px;
    z-index: -1;
}


.theme-input input {
    font-size: 16px;
    font-weight: 400;
    color: #87BB60 !important;
}

.signup_form form input.cbtn,
.theme-3 .signup_form form input.cbtn,
a.cbtn1,
button.cbtn1,
input.cbtn1 {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 15px 30px;
    background: #87BB60 !important;
    border: none;
}

.dark-theme .topbar .social1 ul li a,
.theme-3 .topbar .social1 li a,
.topbar .social1 ul li a {
    width: 20px;
    height: 20px;
    display: block;
    text-align: center;
    line-height: 20px;
    font-style: 14px;
    color: #17222B;
}

.footer .cta .social2 ul li a {
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 40px;
    font-style: 14px;
    color: #C7CACC;
    background: #212C34;
}

.banner {
    position: relative;
    z-index: 2;
}

.banner:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #17222B;
    opacity: 0.6;
    left: 0;
    top: 0;
    z-index: -1;
}

.inner_overlay {
    position: relative;
    z-index: 2;
}

.inner_overlay:after {
    position: absolute;
    z-index: -1;
    content: "";
    height: 100%;
    width: 60%;
    background: linear-gradient(to left, transparent, #17222B);
    left: 0;
    top: 0;
}

.newsprk-category ul li a {
    position: relative;
    z-index: 2;
}

.newsprk-category ul li a:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    opacity: 0.6;
    left: 0;
    top: 0;
    z-index: -1;
    background: #17222B;
}

.half_bg1 {
    position: relative;
    z-index: 2;
}

.half_bg1:after {
    position: absolute;
    content: "";
    height: 50%;
    width: 100%;
    background: #17222B;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.dark-theme .half_dark_bg1 {
    position: relative;
    z-index: 2;
}

.dark-theme .half_dark_bg1:after {
    position: absolute;
    content: "";
    height: 50%;
    width: 100%;
    background: #233340;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.dark-theme .half_dark_bg60 {
    position: relative;
    z-index: 2;
}

.dark-theme .half_dark_bg60:after {
    position: absolute;
    content: "";
    height: 60%;
    width: 100%;
    background: #233340;
    left: 0;
    top: 0;
    z-index: -1;
}

.half_bg60 {
    position: relative;
    z-index: 2;
}

.half_bg60:after {
    position: absolute;
    content: "";
    height: 60%;
    width: 100%;
    background: #17222B;
    left: 0;
    top: 0;
    z-index: -1;
}

.border_left3 {
    border-left: 3px solid #BDC0C2;
}

.comment_form input,
.comment_form textarea {
    border: 1px solid #C4C7C9;
}

.dark-theme a.cbtn2,
.dark-theme button.cbtn2,
.dark-theme input.cbtn2,
a.cbtn2,
button.cbtn2,
input.cbtn2 {
    padding: 15px 40px;
    font-size: 16px;
    color: #FFFFFF;
    background: #87BB60 !important;
    text-transform: uppercase;
    transition: all 0.3s;
    font-weight: 400;
}
.dark-theme a.cbtn2:hover,
.dark-theme button.cbtn2:hover,
.dark-theme input.cbtn2:hover,
a.cbtn2:hover,
button.cbtn2:hover,
input.cbtn2:hover {
    background: #17222B;
    color: #FFFFFF;
    transition: all 0.3s;
}

.theme-4 a.cbtn4,
.theme-4 button.cbtn4,
.theme-4 input.cbtn4 {
    padding: 15px 40px;
    font-size: 16px;
    color: #FFFFFF;
    background: linear-gradient(90deg, #FF5555, #AB50EF);
    text-transform: uppercase;
    transition: all 0.3s;
    font-weight: 400;
}
.theme-4 a.cbtn4:hover,
.theme-4 button.cbtn4:hover,
.theme-4 input.cbtn4:hover {
    background: linear-gradient(90deg, #FF5555, #AB50EF);
    color: #FFFFFF;
    transition: all 0.3s;
}

a.cbtn3,
button.cbtn3,
input.cbt3 {
    padding: 15px 40px;
    font-size: 16px;
    color: #17222B;
    border: 1px solid #87BB60 !important;
    background: #FFFFFF;
    text-transform: uppercase;
    transition: all 0.3s;
    font-weight: 400;
}
a.cbtn3:hover,
button.cbtn3:hover,
input.cbt3:hover {
    background: #87BB60 !important;
    color: #FFFFFF;
    transition: all 0.3s;
}

.shadow5 {
    box-shadow: 0 72px 20px 0 #fbfbff;
}

@media (min-width: 768px) and (max-width: 991px) {
    .dark-theme .topbar .top_date_social > div:first-child {
        padding-right: 0;
        margin-right: 0;
    }

    .searching .v1search_form button {
        min-width: 80%;
    }
}
.preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #87BB60 !important;
    z-index: 999;
}

.preloader.dark-p {
    background: #17222B;
}

.preloader.v4 {
    background: linear-gradient(90deg, #FF5555, #AB50EF);
}

.preloader > div {
    width: 300px;
    height: 300px;
    flex: 0 0 25%;
    box-sizing: border-box;
    margin: 0;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

/* NO BORDER SPINNER */
.nb-spinner {
    width: 75px;
    height: 75px;
    margin: 0;
    background: transparent;
    border-top: 4px solid #FFFFFF;
    border-right: 4px solid transparent;
    border-radius: 50%;
    -webkit-animation: 1s spin linear infinite;
            animation: 1s spin linear infinite;
}

/* BORDER TOP SPINNER */
.bt-spinner {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background-color: transparent;
    border: 4px solid #222;
    border-top-color: #FFFFFF;
    -webkit-animation: 1s spin linear infinite;
            animation: 1s spin linear infinite;
}

/* DOUBLE BORDER SPINNER */
.db-spinner {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background-color: transparent;
    border: 4px solid #222;
    border-top-color: #009688;
    border-bottom-color: #009688;
    -webkit-animation: 1s spin linear infinite;
            animation: 1s spin linear infinite;
}

/* DOUBLE SPINNER */
.double-spinner {
    position: relative;
}

.dbl-spinner {
    position: absolute;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background-color: transparent;
    border: 4px solid transparent;
    border-top: 4px solid #222;
    border-left: 4px solid #222;
    -webkit-animation: 2s spin linear infinite;
            animation: 2s spin linear infinite;
}

.dbl-spinner--2 {
    border: 4px solid transparent;
    border-right: 4px solid #009688;
    border-bottom: 4px solid #009688;
    -webkit-animation: 1s spin linear infinite;
            animation: 1s spin linear infinite;
}

@-webkit-keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
/*----------------------------
	FOOTER WIDGET
-----------------------------*/
.single_fcontact span {
    color: #fff;
}

.footer .extra_newss .single_extra_news p a {
    color: #87BB60 !important;
    font-size: 14px;
}

.border_white_top {
    border-top: 1px solid #3A434B;
}

/*----------------------------
	Search
-----------------------------*/
.searching.active {
    top: 0;
    z-index: 500;
}

/*----------------------------
	elementor WIDGET
-----------------------------*/
.newsprk-post-list2 {
    background: #fff;
}

/*----------------------------
	menu 
-----------------------------*/
.theme-1 .lang ul {
    margin: 0;
    padding: 0;
}
.theme-1 .lang ul li {
    list-style: none;
}

.theme-1 .lang li:hover ul {
    top: 60px;
}

.logo_area.dark-2 .banner1 img {
    border: 1px solid #344656;
    border-radius: 5px;
}

/*----------------------------
   Block list widget Social share 
-----------------------------*/
.post-social-share {
    background: #3A434B;
    position: absolute;
    z-index: 2;
    padding: 10px;
    opacity: 0;
}
.post-social-share ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.post-social-share ul li a {
    padding-right: 3px;
    padding-left: 3px;
}
.post-social-share ul li a i {
    font-size: 15px;
    color: #fff;
}

.post_type15 .post-social-share {
    top: 10px;
}
.post_type15 .post-social-share ul li {
    display: inline-block;
}
.post_type15 .post-social-share ul li i {
    color: #fff;
}

.widgets_type4 .post-social-share {
    top: 10px;
}
.widgets_type4 .post-social-share ul li {
    display: inline-block;
}
.widgets_type4 .post-social-share ul li i {
    color: #fff;
}

/*----------------------------
 Footer Twitter widget 
-----------------------------*/
.theme-4 .twitter_feeds .single_twitter_feed {
    border: none;
}

/* testimonial widget */
.testimonial-author {
    position: relative;
    z-index: 2;
    padding-left: 60px;
    display: inline-block;
    text-align: left;
}
.testimonial-author .author_img {
    left: 0;
    position: absolute;
    top: 50%;
    height: 50px;
    width: 50px;
    margin-top: -25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #E4E5E6;
    border-radius: 50%;
    overflow: hidden;
}
.testimonial-author ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.testimonial-author a {
    color: #17222B;
    font-weight: 500;
}

@media (min-width: 768px) and (max-width: 991px) {
    .dark-theme .topbar .top_date_social > div:first-child {
        padding-right: 0;
        margin-right: 0;
    }

    .searching .v1search_form button {
        min-width: 80%;
    }
}

/*-----------------------
    OPEN TRIGGER
-------------------------*/
.offcanvas__menu__open__trigger {
    position: absolute;
    top: -60px;
    background: #17222B;
    font-size: 30px;
    width: 50px;
    height: 50px;
    border: 1px solid #394249;
    display: none;
}

.offcanvas__menu__open__trigger img {
    width: 25px;
}

.offcanvas__menu__open__trigger.header__style__1 {
    background: transparent;
    border-color: #dddddd;
}

/*-----------------------
    CLOSE TRIGGER
-------------------------*/
.offcanvas__menu__close__trigger {
    position: absolute;
    left: 0;
    top: 0;
    background: #343538;
    z-index: 9;
    width: 60px;
    height: 60px;
    color: #fff;
    line-height: 60px;
    text-align: center;
    font-size: 30px;
}

.offcanvas__menu__close__trigger img {
    width: 25px;
}

.offcanvas__menu__close__trigger:focus,
.offcanvas__menu__close__trigger:hover {
    color: #ffffff;
}

.offcanvas__menu__close__trigger img {
    transition: 0.3s;
    transform: rotate(0);
}

.offcanvas__menu__close__trigger:hover img {
    transform: rotate(-90deg);
}

@media only screen and (max-width: 479px) {
    .offcanvas__menu__close__trigger {
        width: 50px;
        height: 50px;
        line-height: 55px;
        left: 10px;
        font-size: 25px;
    }
}
/*-----------------------
    WRAPPER
-------------------------*/
.offcanvas__mobile__menu__main__wrapper {
    position: fixed;
    right: 0;
    top: 0;
    width: 400px;
    max-width: 100%;
    height: 100vh;
    z-index: 9999;
    transform: translateX(100%);
    padding-left: 60px;
    transition: 0.6s;
}

.offcanvas__mobile__menu__main__wrapper.active {
    transform: translateX(0);
}

.offcanvas__mobile__menu__main__wrapper.inactive {
    transform: translateX(calc(100% + 60px));
}

.offcanvas__menu__wrapper {
    overflow: auto;
    height: 100%;
    box-shadow: 0 0 87px 0 rgba(0, 0, 0, 0.09);
    background-color: #ffffff;
}

.offcanvas__menu__inner__content {
    padding: 15px 20px 0;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.offcanvas__navigation {
    margin-bottom: 27px;
}

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

.offcanvas__navigation > ul > li > a {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    padding: 10px 0;
    color: #292929;
    display: block;
}

.offcanvas__navigation > ul > li > a:hover {
    color: #ee3333;
}

@media only screen and (max-width: 479px) {
    .offcanvas__navigation > ul > li > a {
        font-size: 14px;
        line-height: 20px;
    }
}
.offcanvas__navigation ul.sub-menu {
    margin-left: 20px;
}

.offcanvas__navigation ul.sub-menu > li > a {
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    padding: 10px 0;
}

.offcanvas__navigation ul.sub-menu > li > a:hover {
    color: #ee3333;
}

@media only screen and (max-width: 479px) {
    .offcanvas__navigation ul.sub-menu > li > a {
        font-size: 13px;
        line-height: 18px;
    }
}
.offcanvas__navigation ul li.menu-item-has-children {
    position: relative;
    display: block;
}

.offcanvas__navigation ul li.menu-item-has-children a {
    display: block;
}

.offcanvas__navigation ul li.menu-item-has-children.active > .menu-expand i:before {
    transform: rotate(0);
}

.offcanvas__navigation ul li.menu-item-has-children .menu-expand {
    position: absolute;
    right: auto;
    left: 95%;
    top: -5px;
    width: 30px;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    text-align: center;
}

.offcanvas__navigation ul li.menu-item-has-children .menu-expand i {
    display: block;
    margin-top: 25px;
    border-bottom: 1px solid;
    position: relative;
    width: 10px;
    transition: all 250ms ease-out;
}

.offcanvas__navigation ul li.menu-item-has-children .menu-expand i:before {
    width: 100%;
    content: "";
    border-bottom: 1px solid;
    display: block;
    position: absolute;
    top: 0;
    transform: rotate(90deg);
}

@media only screen and (max-width: 991px) {
    .offcanvas__menu__open__trigger {
        display: block;
        left: 13px;
    }

    .dark-theme .offcanvas__menu__open__trigger {
        left: 6px;
    }

    .dark-theme .offcanvas__navigation ul li.menu-item-has-children .menu-expand i {
        color: black;
    }
}
/* Contact Info */
.offcanvas__mobile__menu__about {
    border-top: 1px dotted #e2e2e4;
    padding-top: 27px;
}
.offcanvas__mobile__menu__about p {
    margin-top: 20px;
    color: #384149;
}
.offcanvas__mobile__menu__about .contact-info {
    margin-top: 20px;
}
.offcanvas__mobile__menu__about .contact-info .single_contact {
    margin-bottom: 6px;
}
.offcanvas__mobile__menu__about .contact-info .single_contact a {
    font-size: 16px;
    color: #384149;
}
.offcanvas__mobile__menu__about .contact-info .single_contact a i {
    padding-right: 10px;
    color: #2095f3;
}

.owl-carousel .owl-item img {
    display: inline-block;
    width: auto;
}

/*================================
	HEADER AREA CSS CSS
*/
.topbar ul {
    margin: 0;
    padding: 0;
}
.topbar ul li {
    font-size: 14px;
    opacity: 0.85;
}
.topbar ul .tranding_bar li {
    list-style: none;
    font-weight: 400;
}
.topbar .top_date_social > div {
    display: inline-block;
}
.topbar .top_date_social > div:first-child {
    padding-right: 25px;
    margin-right: 10px;
    position: relative;
    z-index: 2;
}
.topbar .top_date_social > div:first-child:after {
    position: absolute;
    content: "";
    height: 15px;
    width: 2px;
    background: #17222B;
    opacity: 0.3;
    right: 5px;
    top: 50%;
    margin-top: -7.5px;
}
.topbar .paper_date p {
    font-size: 14px;
    font-weight: 400;
    opacity: 0.85;
}
.topbar .social1 ul {
    margin: 0;
    padding: 0;
}
.topbar .social1 ul li {
    list-style: none;
}
.topbar .social1 ul li a {
    opacity: 0.75;
    font-size: 14px;
}

.trancarousel_area .nav_style1 .owl-nav {
    position: absolute;
    right: -9%;
    top: 50%;
    margin-top: -15px;
}
.trancarousel_area .nav_style1 .owl-nav div {
    height: 23px;
    width: 23px;
    line-height: 23px;
}
.trancarousel_area .nav_style1 .owl-nav div:last-child {
    margin-left: 7px;
}
.trancarousel_area .trand {
    float: left;
    margin-right: 10px;
    padding: 12px 20px;
    background: #FF5555;
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 17px;
}
.trancarousel_area .trancarousel_item {
    padding: 12px;
    font-size: 14px;
    line-height: 17px;
    opacity: 0.85;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.trancarousel_area .trancarousel_item a {
    color: #17222B;
    opacity: 0.85;
    word-break: break-word;
}
.trancarousel_area .trancarousel_item p {
    color: #17222B;
    opacity: 0.85;
    word-break: break-word;
}

a.up_btn {
    height: 70px;
    width: 50px;
    text-align: center;
    line-height: 70px;
    background: #FF5555;
    color: #fff;
    border-radius: 50px;
    position: fixed;
    z-index: 9999;
    bottom: 10%;
    right: 2%;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
}

.sticky a.up_btn {
    visibility: visible;
    opacity: 1;
    bottom: 7%;
    transition: all 0.3s;
}

.logo_area {
    padding: 10px 0;
}

.logo {
    max-width: 250px;
}

.banner {
    padding: 20px 30px;
    background: url("../img/bg/banner.jpg");
}
.banner a.cbtn1,
.banner button {
    padding: 10px;
    font-weight: 500;
}
.banner .add {
    position: relative;
    z-index: 2;
}
.banner .add:after {
    position: absolute;
    content: "";
    height: 20px;
    width: 2px;
    background: #fff;
    right: 0;
    top: 50%;
    margin-top: -8px;
}
.banner .add h3 {
    font-size: 20px;
    color: #FFFFFF;
    font-weight: 700;
}
.banner .add h3 span {
    display: block;
    font-size: 14px;
    margin-top: 5px;
}
.banner .add_details p {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
}

.searching {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #17222B;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
}
.searching .v1search_form input {
    min-width: 80%;
    float: left;
    margin: 0;
}
.searching .v1search_form button {
    min-width: 20%;
    float: left;
}
.searching .close_btn {
    position: absolute;
    top: 20px;
    right: 32px;
    height: 40px;
    width: 40px;
    background: #87BB60 !important;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    color: #FFFFFF;
    cursor: pointer;
}

.searching.active {
    visibility: visible;
    opacity: 1;
    z-index: 999999;
    transition: all 0.3s;
}

.searching .v1search_form input {
    background: inherit;
    border-bottom: 2px solid #354756;
    color: #ffffff;
    text-transform: capitalize;
    letter-spacing: 1px;
}
.searching .v1search_form input::-webkit-input-placeholder {
  color: #8296a7;
  opacity: 1;
}
.searching .v1search_form input::-moz-placeholder {
  color: #8296a7;
  opacity: 1;
}
.searching .v1search_form input:-ms-input-placeholder {
  color: #8296a7;
  opacity: 1;
}
.searching .v1search_form input::-ms-input-placeholder {
  color: #8296a7;
  opacity: 1;
}
.searching .v1search_form input::placeholder {
  color: #8296a7;
  opacity: 1;
}

.searching .v1search_form input:-ms-input-placeholder {
  color: #8296a7;
}

.searching .v1search_form input::-ms-input-placeholder {
  color: #8296a7;
}

/*================================
	WIDGETS AREA CSS

*/
.slider_arrow {
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    height: 66px;
    width: 30px;
    line-height: 66px;
    text-align: center;
    color: #000;
    font-size: 21px;
    z-index: 99;
    transition: all 0.3s;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

.slider_arrow.arrow_right {
    left: auto;
    right: 0;
}

.slider_arrow:hover {
    background: #87BB60 !important;
    color: #fff;
    transition: all 0.3s;
}
.footer .widget-title2,
.widget-title {
    font-size: 24px;
    margin-bottom: 20px;
    text-transform: capitalize;
    position: relative;
    z-index: 2;
    display: inline-block;
}
.footer .widget-title2,
.widget-title {
    padding-bottom: 20px;
    border-bottom: 1px solid #dee2e6;
    width: 100%;
}
.footer .widget-title2:after,
.widget-title:after {
    width: 80px;
    height: 3px;
    content: "";
    background: #87BB60 !important;
    position: absolute;
    left: 0;
    bottom: -2px;
    z-index: 9;
}


.about_post_list ul {
    margin: 0;
    padding: 0;
}
.about_post_list ul li {
    list-style: none;
    margin-right: 10px;
}
.about_post_list ul li:last-child {
    margin-right: 0;
}
.about_post_list ul li a {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 500;
    color: #A0A5A8;
}
.about_post_list ul li a.active {
    color: #17222B;
}

a.single_social {
    display: inline-block;
    padding: 12px;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    z-index: 2;
    padding-left: 35px;
    background: #3B5998;
    margin: 4px 3px;
    color: #FFFFFF;
    width: 104px;
    line-height: 12px;
}
a.single_social span.follow_icon {
    position: absolute;
    left: 8px;
    font-size: 14px;
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center;
    top: 50%;
    margin-top: -10px;
}
a.single_social span.icon_text {
    display: block;
    line-height: 10px;
    font-size: 11px;
    margin-top: 5px;
}

.inner_socail4 a.single_social {
    display: inline-block;
    padding: 13px;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    z-index: 2;
    padding-left: 45px;
    margin: 4px 3px;
    color: #FFFFFF;
    overflow: hidden;
    width: 46%;
    line-height: 12px;
    border-radius: 4px;
}
.inner_socail4 a.single_social span.follow_icon {
    position: absolute;
    left: 0;
    font-size: 14px;
    height: 100%;
    width: 30px;
    text-align: center;
    top: 0;
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.inner_socail4 a.single_social span.icon_text {
    display: block;
    line-height: 10px;
    font-size: 11px;
    margin-top: 5px;
}

a.social_twitter {
    background: #1DA1F2;
}

a.social_youtube {
    background: #FF5050;
}

a.social_instagram {
    background: #9B45D5;
}

a.social_vimeo {
    background: #1AB7EA;
}

a.social_medium {
    background: #00AB6C;
}

.news_letter {
    background: #E9EAEB;
}
.news_letter p {
    color: #39424A;
    font-size: 17px;
    font-weight: 300;
}

.news_letter2 {
    background: #FFFFFF;
}
.news_letter2 input.signup {
    background: #E9EAEB !important;
}

/*DEFAULT POST TYPE*/
.single_post {
    position: relative;
    z-index: 2;
    transition: all 0.3s;
}

.gradient1 {
    position: relative;
    z-index: 2;
}
.gradient1:after {
    position: absolute;
    content: "";
    height: 60%;
    width: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), transparent);
    left: 0;
    bottom: 0;
}

.single_post_text .meta {
    color: #87BB60 !important;
    text-transform: uppercase;
    line-height: 24px;
    margin-bottom: 5px;
    position: relative;
    z-index: 2;
}
.single_post_text .meta span {
    color: #888E92;
    text-transform: capitalize;
}

.single_post_text h4 {
    font-size: 16px;
    color: #17222B;
    line-height: 21px;
}

.post_img {
    position: relative;
    z-index: 2;
}

.post_img img {
    -o-object-fit: cover;
       object-fit: cover;
}

.readmore {
    font-size: 14px !important;
}

.nav_style1 .owl-nav {
    position: absolute;
    right: 0;
    top: -48px;
}
.nav_style1 .owl-nav div {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border: 1px solid #C1C4C6;
    color: #C1C4C6;
    transition: all 0.3s;
}
.nav_style1 .owl-nav div:last-child {
    margin-left: 14px;
}
.nav_style1 .owl-nav div:hover {
    background: #87BB60 !important;
    border-color: #87BB60 !important;
    color: #FFFFFF;
    transition: all 0.3s;
}

.see_all {
    font-weight: 500;
    font-size: 15px;
    color: #8A8F94;
    text-transform: uppercase;
}

.post_size1 {
    min-height: 77px;
}
.post_size1 .post_img {
    height: 77px;
    width: 100px;
}

.post_size3 {
    min-height: 64px;
}
.post_size3 .post_img {
    height: 64px;
    width: 80px;
}

.post_size4 {
    min-height: 56.25px;
}
.post_size4 .post_img {
    height: 56.25px;
    width: 100px;
}

.tranding_border {
    border: 1px solid #FFFFFF;
}

span.tranding.tranding_border {
    line-height: 20px;
}

/*POST TYPE-1*/
.widgets_small {
    padding-left: 120px;
    min-height: 77px;
}
.widgets_small .post_img {
    position: absolute;
    left: 0;
    top: 0;
    height: 77px;
    width: 100px;
}
.widgets_small .post_img img {
    width: 100%;
    height: 100%;
    transition: all 0.3s;
    -o-object-fit: cover;
       object-fit: cover;
    overflow: hidden;
}
.widgets_small:hover .post_img img {
    transform: scale(1.1);
    transition: all 0.3s;
}
.widgets_small .tranding img {
    height: 12px;
    width: 6px;
    padding-top: 2px;
}
.widgets_small .single_post_text a {
    line-height: 21px;
}
.widgets_small .single_post_text .meta {
    font-size: 14px;
    line-height: 20px;
}

.img_wrap {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.widget_tab ul {
    margin: 0;
    padding: 0;
    margin-bottom: 25px;
    border: none;
}
.widget_tab ul li {
    list-style: none;
    margin-right: 10px;
}
.widget_tab ul li:last-child {
    margin-right: 0;
}
.widget_tab ul li a {
    background: #FFFFFF;
    font-size: 14px;
    font-weight: 500;
    color: black;
    text-transform: uppercase;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    line-height: 12px;
    padding: 12px 25px;
}
.widget_tab ul li a.active {
    color: #FFFFFF;
    background: #87BB60 !important;
}

.tab-pane.fade.active.show {
    transform: translateX(0px);
    transition: all 0.3s;
}

.tab-pane.fade {
    transform: translateX(30px);
    transition: all 0.3s;
}

/*POST TYPE-2*/
span.tranding {
    height: 20px;
    width: 20px;
    display: inline-block;
    text-align: center;
    font-size: 10px;
    line-height: 24px;
    border-radius: 50%;
    background: #FF5555;
    color: #FFFFFF;
    position: absolute;
    left: 5px;
    top: -10px;
    z-index: 1;
    cursor: pointer;
}

.single_post2_carousel {
    margin-top: 10px;
}

/*POST TYPE-3*/
.post_type3 .post_img span.tranding {
    height: 30px;
    width: 30px;
    font-size: 14px;
    line-height: 30px;
    left: 10px;
    top: 10px;
}
.post_type3 .single_post_text {
    padding: 20px 0;
}
.post_type3 .single_post_text .meta {
    margin-bottom: 5px;
    font-weight: 500;
    text-transform: unset;
    font-size: 14px;
}
.post_type3 .single_post_text .post-p {
    opacity: 0.85;
    font-size: 15px;
    line-height: 22px;
}

/*POST TYPE-4*/
.post_img.number {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #E9EAEB;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    top: 50%;
    margin-top: -30px;
    left: 13px;
}
.post_img.number h2 {
    color: #A9ADB1;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 0;
}

.widgets_type4 {
    padding-left: 80px;
}

.about_post_list .nav-tabs {
    border-bottom: none;
}

.socail_share {
    margin: 0;
    padding: 0;
}
.socail_share li {
    position: relative;
    z-index: 2;
    list-style: none;
}
.socail_share li a {
    color: #17222B;
    opacity: 0.3;
    font-size: 14px;
}
.socail_share li a i {
    margin-right: 3px;
}
.socail_share li:last-child {
    margin-left: 10px;
    padding-left: 10px;
}
.socail_share li:last-child:after {
    position: absolute;
    content: "";
    height: 10px;
    width: 2px;
    background: #A9ADB1;
    left: -5px;
    top: 50%;
    margin-top: -5px;
    border-radius: 50%;
}

.users_area ul {
    margin: 0;
    padding: 0;
}
.users_area ul li {
    list-style: none;
    font-weight: 500;
    padding: 0 6px;
    font-size: 18px;
    color: #8A8F94;
    cursor: pointer;
}

/*POST TYPE-5*/
.post_type5 {
    margin-right: 20px;
    padding-left: 95px;
}
.post_type5 .single_post_text p {
    font-size: 15px;
    font-weight: 300;
    opacity: 0.85;
    line-height: 21px;
    margin-top: 5px;
}
.post_type5 .post_img {
    width: 80px;
    height: 70px;
}
.post_type5 .post_img img {
    width: 80px;
    height: 70px;
}

.nav_style2 .owl-nav div {
    position: absolute;
    height: 100%;
    width: 30px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
    top: 0;
    background: #FFFFFF;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    z-index: 9;
    color: #17222B;
    transition: all 0.3s;
}
.nav_style2 .owl-nav div:hover {
    background: #87BB60 !important;
    color: #FFFFFF;
    transition: all 0.3s;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}
.nav_style2 .owl-nav div.owl-prev {
    right: auto;
    left: 0;
}

/*POST TYPE-6*/
.post_type6 span.tranding {
    height: 100px;
    width: 100px;
    display: inline-block;
    text-align: center;
    line-height: 100px;
    font-size: 16px;
    background: rgb(255 85 85 / 80%);
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    border-radius: 50%;
    margin: auto;
    top: 25%;
    font-size: 25px;
}
.post_type6 .single_post_text {
    position: absolute;
    bottom: 0;
    z-index: 9;
    padding: 40px;
}
.post_type6 .single_post_text p.post-p {
    font-size: 15px;
    line-height: 21px;
    font-weight: 400;
}
.post_type6 .single_post_text .meta {
    font-weight: 500;
    font-size: 14px;
}
.post_type6 .single_post_text .meta span {
    color: #FFFFFF;
}
.post_type6 .single_post_text p {
    color: #FFFFFF;
}
.post_type6 .single_post_text a {
    color: #FFFFFF;
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
}
.post_type6 .single_post_text .meta {
    margin-bottom: 0;
}
.post_type6 .single_post_text .meta a {
    font-size: 14px;
    text-transform: capitalize;
    position: relative;
    z-index: 2;
}

/*POST TYPE-7*/
.post_type7 .single_post_text {
    position: absolute;
    bottom: 0;
    z-index: 9;
    padding: 40px 20px 20px;
}
.post_type7 .single_post_text .meta {
    font-weight: 500;
    font-size: 14px;
}
.post_type7 .single_post_text .meta span {
    color: #FFFFFF;
}
.post_type7 .single_post_text a {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 21px;
    font-weight: 700;
}

/*POST TYPE-7*/
.type8 {
    padding-right: 40px;
    min-height: 64px;
    padding-left: 100px;
}
.type8 .post_img {
    height: 64px;
    width: 80px;
}

.type8_count {
    height: 50px;
    width: 30px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -25px;
    z-index: -1;
}

.type8_count h2 {
    line-height: 50px;
    color: #CED0D2;
    font-size: 36px;
    font-weight: 500;
}

/*POST TYPE-9*/
.post_type9 .tranding.left {
    right: auto;
    left: 15px;
}
.post_type9 .tranding.left img {
    width: 8px;
    height: 15px;
}

.nav_style3 .owl-nav div {
    position: absolute;
    background: #ffffff;
    width: 30px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    font-weight: 700;
    color: #000;
    top: 50%;
    right: 0;
    margin-top: -35px;
    transition: all 0.3s;
}
.nav_style3 .owl-nav div:hover {
    background: #87BB60 !important;
    color: #FFFFFF;
    transition: all 0.3s;
}
.nav_style3 .owl-nav div.owl-prev {
    right: auto;
    left: 0;
}

.mix_carousel {
    background: #FCFCFC;
    padding: 30px;
}

/*POST TYPE-10*/
.type10 .widgets_small {
    min-height: 56.25px;
}
.type10 .post_img {
    height: 56.25px;
}
.type10 .meta.meta2 {
    color: #71787D;
}
.type10 span.tranding.tranding_border {
    border: 1px solid #FFFFFF;
    top: -12px;
    font-weight: 600;
}

/*POST TYPE-11*/
.margintop-60- {
    margin-top: -60px;
}

.post_type11 a.youtube_middle {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 60px;
    width: 70px;
    text-align: center;
    line-height: 60px;
    font-size: 60px;
    margin-top: -30px;
    margin-left: -35px;
    color: #FF5555;
}
.post_type11 .padding30 {
    padding: 30px;
}

/*POST TYPE-12*/
.post_type12 {
    display: inline-block;
}
.post_type12 .post_img {
    width: 48%;
    float: left;
}
.post_type12 .single_post_text {
    width: 49%;
    float: left;
    padding: 0 0 0 30px;
}

/*POST TYPE-13*/
.post_type13 {
    display: flex;
    align-items: center;
    height: 60px;
    padding-left: 100px;
}
.post_type13 .circle_match_time {
    position: absolute;
    right: 0;
}
.post_type13 .playing_teams {
    font-size: 18px;
}
.post_type13 .playing_teams span {
    color: #8A8F94;
}
.post_type13 .post_img {
    height: 60px;
    width: 80px;
    margin-top: 7px;
}
.post_type13 .meta.macth_meta {
    color: #8A8F94;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 500;
}
.post_type13 .meta.macth_meta span {
    color: #87BB60 !important;
}

/*CATEGORY*/
.newsprk-category ul {
    margin: 0;
    padding: 0;
}
.newsprk-category ul li {
    list-style: none;
    margin-bottom: 15px;
}
.newsprk-category ul li:last-child {
    margin-bottom: 0;
}
.newsprk-category ul li a {
    display: block;
    padding: 21px;
    background-repeat: no-repeat;
    position: relative;
    z-index: 2;
    text-align: left;
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
    transform: scale(1);
    background-size: cover;
}
.newsprk-category ul li a span {
    width: 80%;
    display: inline-block;
}
.newsprk-category ul li a:hover {
    transform: scale(1.03);
}

.single_post_text .meta2 {
    margin-bottom: 0;
}
.single_post_text .meta2 a {
    font-size: 14px;
    text-transform: capitalize;
    position: relative;
    z-index: 2;
    line-height: 17px;
    margin-bottom: 5px;
    font-weight: 400;
}
.single_post_text .meta2 a:first-child {
    color: #87BB60 !important;
}
.single_post_text .meta2 a:last-child {
    color: #17222B;
    opacity: 0.75;
}

.single_post_text .meta3 {
    margin-bottom: 10px;
}
.single_post_text .meta3 a {
    font-size: 14px;
    position: relative;
    z-index: 2;
    line-height: 17px;
    font-weight: 500;
    margin-bottom: 5px;
}
.single_post_text .meta3 a:first-child {
    color: #87BB60 !important;
}

.single_post_text .meta4 {
    margin-top: 0;
}
.single_post_text .meta4 a {
    font-size: 14px;
    text-transform: capitalize;
    position: relative;
    z-index: 2;
    line-height: 17px;
    font-weight: 500;
    color: #17222B;
    opacity: 0.6;
}

.single_post_text .meta5 {
    margin-bottom: 0;
}
.single_post_text .meta5 a {
    font-size: 14px;
    text-transform: capitalize;
    position: relative;
    z-index: 2;
    line-height: 17px;
    margin-bottom: 5px;
    color: #FFFFFF;
}
.single_post_text .meta5 a:last-child {
    font-weight: 400;
}
.single_post_text .meta5 a:last-child:before {
    color: #FFFFFF;
}

/*================================
	VIDEO AREA CSS
=================================*/
.viceo_posts_wrap {
    background: #FCFCFC;
    padding: 30px;
}

.popular_items {
    margin-top: 12px;
}

.video_posts .container {
    max-width: 1200px;
}

/*================================
	SPORTS AREA CSS
=================================*/
.sports_carousel_item {
    margin-top: 10px;
}

/*================================
	MIX AREA CSS

*/
.mix_area .container {
    max-width: 1200px;
}

/*================================
	FOOTER AREA CSS

*/
.footer .cta {
    padding: 0 0 40px;
}
.footer .cta .social2 {
    margin-top: 35px;
}
.footer .cta .social2 ul {
    margin: 0;
    padding: 0;
}
.footer .cta .social2 ul li {
    list-style: none;
}
.footer .cta .social2 ul li a:hover {
    background: #87BB60 !important;
    color: #FFFFFF;
}
.footer .single_footer_nav ul {
    margin: 0;
    padding: 0;
}
.footer .single_footer_nav ul li {
    list-style: none;
    margin-bottom: 7px;
}
.footer .single_footer_nav ul li a {
    color: #FFFFFF;
    font-weight: 300;
}
.footer .single_footer_nav ul li a:hover {
    color: #87BB60 !important;
}
.footer .single_footer_nav ul li:last-child {
    margin-bottom: 0;
}
.footer .widget-title2 {
    font-size: 20px;
    color: #FFFFFF;
    font-weight: 400;
    margin-bottom: 30px;
    border-bottom: 1px solid #3a4957;
}
.footer .twitter_feeds .single_twitter_feed {
    position: relative;
    z-index: 2;
    padding-left: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.footer .twitter_feeds .single_twitter_feed:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}
.footer .twitter_feeds .single_twitter_feed h6 {
    font-weight: 400;
    color: #FFFFFF;
    line-height: 21px;
    font-size: 16px;
}
.footer .twitter_feeds .single_twitter_feed h6 span {
    color: #87BB60 !important;
}
.footer .twitter_feeds .single_twitter_feed p {
    font-size: 14px;
    color: #747A80;
    margin-top: 3px;
}
.footer .twitter_feeds .single_twitter_feed .twitter_feed_icon {
    height: 20px;
    width: 20px;
    color: #87BB60 !important;
    position: absolute;
    left: 0;
    top: 15px;
}
.footer .extra_newss .single_extra_news {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 60px;
    position: relative;
    z-index: 2;
}
.footer .extra_newss .single_extra_news p {
    color: #87BB60 !important;
    font-size: 14px;
}
.footer .extra_newss .single_extra_news p span {
    color: #747A80;
}
.footer .extra_newss .single_extra_news a {
    color: #FFFFFF;
}
.footer .extra_newss .single_extra_news span.news_counter {
    color: #747A80;
    height: 40px;
    display: inline-block;
    width: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 36px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -25px;
}
.footer .extra_newss .single_fcontact {
    position: relative;
    z-index: 2;
    margin-bottom: 15px;
}
.footer .extra_newss .single_fcontact:last-child {
    margin-bottom: 0;
}
.footer .extra_newss .single_fcontact a {
    color: #FFFFFF;
}
.footer .extra_newss .single_fcontact .fcicon {
    height: 30px;
    width: 30px;
}
.footer .copyright {
    background: #232D36;
    padding: 15px 0;
}
.footer .copyright p {
    color: #747A80;
    margin-bottom: 0;
}
.footer .copyright ul {
    margin: 0;
    padding: 0;
}
.footer .copyright ul li {
    list-style: none;
}
.footer .copyright ul li a {
    color: #747A80;
    padding: 0 10px;
}
.footer .copyright ul li a:hover {
    color: #FFFFFF;
}

.signup_form form {
    background: #FFFFFF;
    position: relative;
    z-index: 2;
}
.signup_form form input.signup {
    padding: 15px;
    width: 65%;
    margin: 0;
    background: #FFFFFF;
}
.signup_form form input.cbtn {
    position: absolute;
    right: 0;
    top: -2px;
    padding: 17px 15px;
}

/*================================
	COMMON CSS
*/
input,
textarea {
    padding: 15px;
}

input,
textarea {
    padding: 15px;
    border: none;
    margin-bottom: 10px;
    background: #E9EAEB;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #80868B;
}
input::-moz-placeholder, textarea::-moz-placeholder {
    color: #80868B;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #80868B;
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
    color: #80868B;
}
input::placeholder,
textarea::placeholder {
    color: #80868B;
}

.border_black {
    border-bottom: 1px solid #DCDEDF;
}

.inline li {
    display: inline-block;
}

.primay_bg {
    background: #17222B;
}

.border_white {
    border-bottom: 1px solid #3A434B;
}

.border_white_left {
    border-left: 1px solid #3A434B;
}

.border_white_right {
    border-right: 1px solid #3A434B;
}

.border_white_bottom {
    border-bottom: 1px solid #3A434B;
}

.border_black_left {
    border-left: 1px solid #DCDEDF;
}

.margin0 {
    margin: 0;
}

.white h2 {
    color: #FFFFFF;
}

.fourth_bg {
    background: #F0F0F1;
}

.secondary_bg {
    background: #87BB60 !important;
}

.fifth_bg {
    background: #FCFCFC;
}

.theme3_bg {
    background: #ECEDEE;
}

.shadow3 {
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.white_bg {
    background: #FFFFFF !important;
}

.white {
    color: #FFFFFF !important;
}
.white a {
    color: #FFFFFF !important;
}
.white p {
    color: #FFFFFF !important;
}
.white h1 {
    color: #FFFFFF !important;
}
.white h2 {
    color: #FFFFFF !important;
}
.white h3 {
    color: #FFFFFF !important;
}
.white h4 {
    color: #FFFFFF !important;
}
.white h5 {
    color: #FFFFFF !important;
}
.white h6 {
    color: #FFFFFF !important;
}
.white li {
    color: #FFFFFF !important;
}
.white li a {
    color: #FFFFFF !important;
}

/* author social css*/
.single__post__author__meta {
    display: flex;
}
.single__post__author__meta a {
    font-weight: 600;
    color: #17222B;
    text-transform: capitalize;
}
.single__post__author__meta span {
    display: block;
}

.author_social ul {
    margin: 0;
    padding: 0;
}
.author_social ul li {
    list-style: none;
}
.author_social ul li a {
    height: 40px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    background: #E4E5E6;
    color: #17222B;
    display: inline-block;
}
.author_social ul li a:hover {
    background: #87BB60 !important;
    color: #FFFFFF;
}
.author_social p {
    font-size: 15px;
}

/*-----------------------------
	author css
------------------------------*/
.shadow6 {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.bold {
    font-weight: 700;
    background: #DADCDD;
}

.button_group a {
    margin-right: 10px;
}
.button_group a:last-child {
    margin-right: 0;
}

.border4 {
    border-bottom: 1px solid #ECEDEE;
}

.layout3 .container {
    max-width: 1110px;
}

.theme-1 {
    background: #fff;
}

/*================================
	EXTRA LARGE DEVICE

*/
@media screen and (max-width: 1024px) and (max-width: 1300px) {
    .download_btn .download_btn_group a.app_btn {
        padding: 12px 10px 12px 30px;
    }

    .download_btn .download_btn_group a.app_btn i {
        left: 7px;
        font-size: 20px;
        height: 20px;
        width: 20px;
        line-height: 20px;
        margin-top: -10px;
    }

    .widget_tab ul li a {
        padding: 12px 19px;
    }

    .widgets_small .single_post_text a {
        line-height: 21px;
        font-size: 13px;
    }

    .single_post_text .meta2 a {
        font-size: 10px;
    }

    .type8 {
        padding-right: 30px;
    }

    .ldnane {
        display: none;
    }

    .post_type13 .meta.macth_meta {
        font-size: 14px;
    }

    .main-nav ul.navbar-nav > li > a {
        font-size: 14px;
    }
}

/*================================
	MEDIUM DEVICE

*/
@media screen and (min-width: 767px) and (max-width: 990px) {
    .md-mt-30 {
        margin-top: 30px;
    }

    .topbar .top_date_social > div:first-child {
        padding-right: 0;
        margin-right: 0;
    }

    .topbar .top_date_social > div:first-child:after {
        display: none;
    }

    .trancarousel_area .nav_style1 .owl-nav {
        right: -13%;
    }
}
/*================================
	LARGE MOBILE DEVICE

*/
@media screen and (max-width: 990px) {
    .author_social.text-right {
        text-align: right;
    }

    .single_post_heading h1 {
        font-size: 24px;
        line-height: 32px;
    }


    .tags li {
        margin: 5px;
    }

    .menu_right {
        float: right;
        margin-top: 25px;
    }

    .footer .single_contact3 {
        width: 100% !important;
        margin-bottom: 30px !important;
    }

    .date3 {
        width: 60%;
        float: right;
    }
}
/*================================
	MOBILE LANDSCAPE DEVICE

*/
@media screen and (max-width: 767px) {
    .copyright_menus.text-right {
        text-align: left !important;
        margin-top: 10px;
    }

    .signup_form {
        margin-top: 40px;
    }

    .top_date_social.text-right {
        text-align: left !important;
        padding: 10px 0;
    }

    .right_btn.text-right {
        text-align: left !important;
        margin-top: 12px;
    }

    .post_type6 {
        background: #17222B;
    }
    .post_type6 .single_post_text {
        padding: 20px;
        position: relative;
    }
    .post_type6 .single_post_text a {
        margin-top: 10px;
        color: #fff;
        font-size: 22px;
        line-height: 24px;
        font-weight: 700;
    }

    .post_type12 .single_post_text {
        width: 100%;
        float: unset;
        padding: 20px;
    }
    .post_type12 .post_img {
        width: 100%;
        float: unset;
    }

    .single_post_heading h1 {
        font-size: 20px;
        line-height: 30px;
    }

    .author_about {
        padding-left: 0;
    }
    .author_about .author_img {
        position: relative;
        margin-bottom: 30px;
    }

    .date3 {
        width: 80%;
        float: right;
    }
    .date3 p {
        font-size: 14px;
    }

    .signup_form {
        margin-bottom: 20px;
    }

    .download_btn .download_btn_group a.app_btn:last-child {
        margin-left: 0;
        margin-top: 15px;
    }

    .download_btn_group {
        margin-top: 30px;
    }

    .topbar {
        text-align: center;
        margin-top: 20px;
    }

    .v3datentemp {
        text-align: center !important;
    }

    .social4.text-right {
        text-align: center !important;
        margin-bottom: 20px;
    }

    .top_date_social.text-right {
        text-align: center !important;
    }

    .v3datentemp > div {
        width: 100%;
        float: unset;
        margin-bottom: 10px;
        text-align: center !important;
    }

    .topbar {
        display: none;
    }

    .single_post_text .meta5 {
        margin-bottom: 0;
    }
    .single_post_text .meta5 a {
        font-size: 14px;
        text-transform: capitalize;
        position: relative;
        z-index: 2;
        line-height: 17px;
        margin-bottom: 5px;
        color: #FFFFFF;
    }
    .single_post_text .meta5 a:last-child {
        margin-left: 20px;
        font-weight: 400;
    }
    .single_post_text .meta5 a:last-child:before {
        position: absolute;
        content: "/";
        height: 20px;
        width: 10px;
        left: -18px;
        top: 50%;
        margin-top: -10px;
        line-height: 20px;
        color: #FFFFFF;
        text-align: center;
    }

    .type8 {
        padding-right: 0;
    }
    .type8 .type8_count {
        display: none;
    }

    .viceo_posts_wrap {
        padding: 10px;
    }
}
/*================================
 MOBILE PORTRAIT DEVICE

*/
@media screen and (max-width: 425px) {
    .author_social.text-right {
        text-align: left !important;
        margin-top: 15px;
    }

    .widget_tab ul li {
        margin-right: 0;
    }

    .post_type13 {
        height: auto;
    }

    p.video_img_text {
        display: none;
    }

    .next_prv_single a {
        font-size: 16px;
        line-height: 26px;
    }

    .next_prv_single p {
        font-size: 13px;
    }

    .replay.text-right {
        text-align: left !important;
    }

    .tranding_bar li:last-child {
        margin-top: 20px;
    }

    .post_type13 {
        padding-left: 60px;
    }
    .post_type13 .post_img {
        height: 45px;
        width: 55px;
        margin-top: 12px;
    }

    .post_type3 .single_post_text a {
        font-size: 16px;
        font-weight: 700;
        line-height: 26px;
    }

    .post_type11 .padding30 {
        padding: 10px;
    }

    .widget-title {
        font-size: 20px;
    }

    .button_group a {
        margin-right: 0;
        margin-bottom: 15px;
    }
    .button_group a:last-child {
        margin-bottom: 0;
    }

    .widget_tab ul li a {
        padding: 12px 20px;
    }

    .single_post_text .meta2 a {
        margin-left: 0 !important;
    }

    .owl-carousel .owl-item .post_img img {
        width: 375px;
        height: 250px;
    }

    .pagination li.pagination-dots {
        width: 35px;
        height: 35px;
        line-height: 1;
    }

    .cpagination li a {
        height: 35px;
        width: 35px;
        text-align: center;
        line-height: 40px;
        padding: 0;
        font-size: 16px;
        font-weight: 400;
    }

    .cpagination.v3.padding5050 {
        padding: 0 0 30px;
    }
}
/*===================================
    RELATED POST AREA
====================================*/
.related__post__area .author-thumb {
    margin-left: 0;
}
.related__post__area .meta span:first-child {
    margin-left: 0;
}
.related__post__area .meta i {
    margin-right: 5px;
}
.related__post__area a.related__title {
    font-weight: 600;
    margin-top: 5px;
    display: inline-block;
}
.related__post__area .single_post_text h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
}
.related__post__area .single_post_text h4 a {
    color: #17222b;
}
.related__post__area .single_post_text .meta3 a:first-child {
    text-transform: uppercase;
}

/************************************
    POST SLIDER STYLES
*************************************/
/*-----------------------
    STYLE 1
------------------------*/
a.showmore {
    display: inline-block;
}

.post__slider__style__1 .widgets_small {
    min-height: 50px;
}

.post__slider__style__1 h4 {
    margin-bottom: 0;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 44px;
}

.post__slider__style__1 p {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

/*----------------------
    STYLE 2
-----------------------*/
.post__slider__style__2 .meta a {
    margin-right: 0;
    margin-bottom: 10px;
}

.post__slider__style__2 .meta a:after {
    display: none;
}

/*----------------------
    STYLE 3
-----------------------*/
.post__slider__style__3 h4 {
    margin-bottom: 10px;
    font-size: 20px;
}

.post__slider__style__3 h4 a {
    color: #17222B;
}

/*----------------------
    STYLE 4
-----------------------*/
.post__slider__style__4 .post_img {
    flex: 80px 0 0;
}

.post__slider__style__4 .post_img img {
    height: 100%;
}

/*----------------------
    Main Slider
------------------------*/
.post__slider__main__area .tranding {
    z-index: 1;
    cursor: pointer;
}

.post__slider__main__area .meta a:after {
    opacity: 1;
    color: #ffffff;
}

/*--------------------------
    POST VERTICAL SLIDER
----------------------------*/
.post__vertical__slider .meta a:after {
    color: #fff;
    opacity: 1;
}

.post__vertical__slider .meta span {
    margin-left: 0;
}

/*-----------------------
    TAB POST STYLE 1
------------------------*/
.widget_tab.widget__post__tab__style__1 .single_post {
    align-items: center;
}

.widget_tab.widget__post__tab__style__1 .single_post .post_img {
    position: inherit;
    margin-right: 15px;
    flex: 100px 0 0;
}

.widget_tab.widget__post__tab__style__1 .single_post h4 {
    height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.widget_tab.widget__post__tab__style__1 .single_post_text .meta span {
    margin-left: 0;
}

.widget_tab.widget__post__tab__style__1 ul.nav.nav-tabs {
    display: flex;
}

.widget_tab.widget__post__tab__style__1 ul.nav.nav-tabs li {
    flex: 1;
    width: 100%;
}

.widget_tab.widget__post__tab__style__1 ul li a {
    padding: 12px 0;
    display: block;
    text-align: center;
}

/*-----------------------
    TAB POST STYLE 2
------------------------*/
.widget_tab.widget__post__tab__style__2 {
    border-radius: 5px;
}

.widget__post__tab__style__2 .widget.tab_widgets {
    margin-top: 0;
}

.widget_tab.widget__post__tab__style__2 .single_post .post_img {
    position: inherit;
    margin-right: 15px;
    flex: 80px 0 0;
}

.widget_tab.widget__post__tab__style__2 .single_post img {
    border-radius: 5px;
}

.widget_tab.widget__post__tab__style__2 .single_post h4 {
    height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.widget_tab.widget__post__tab__style__2 .single_post_text .meta span {
    margin-left: 0;
}

.widget_tab.widget__post__tab__style__2 ul.nav.nav-tabs {
    display: flex;
    margin-bottom: 0;
    padding-bottom: 10px;
}

.widget_tab.widget__post__tab__style__2 ul.nav.nav-tabs li {
    flex: 1;
    width: 100%;
}

.widget_tab.widget__post__tab__style__2 ul li a {
    padding: 12px 0;
    display: block;
    text-align: center;
}

/*-----------------------
    TAB POST STYLE 3
-------------------------*/
.widget__post__tab__style__3 ul.nav.nav-tabs {
    display: flex;
}

.widget__post__tab__style__3 ul.nav.nav-tabs li {
    flex: 1;
}

.widget__post__tab__style__3 ul.nav.nav-tabs li a {
    width: 100%;
    font-size: 14px;
}

.widget__post__tab__style__3 h4 a {
    font-size: 20px !important;
}

/*--------------------------
    POST LIST STYLE 2
----------------------------*/
.post__listing__style__2 .post_img {
    height: auto;
}

.post__listing__style__2 .img_wrap {
    border-radius: 5px;
}

/*---------------------------
    VIDEO POST STYLE
----------------------------*/
.video__post__slider__style__2 .single_post .post_img {
    z-index: -1;
}

.video__post__slider__style__2 .single_post .post_img .tranding {
    z-index: 1;
    cursor: pointer;
}

.video__post__slider__style__2 .meta a:after {
    color: #fff;
    opacity: 1;
}

/*---------------------------
    POST GRID STYLE 1
----------------------------*/
.post__grid__style__1 h4,
.post__grid__style__2 h4,
.post__grid__style__3 h4,
.post__grid__style__4 h4 {
    font-size: 20px;
    line-height: 1.3;
}

.post__grid__style__1 h4 a,
.post__grid__style__2 h4 a,
.post__grid__style__3 h4 a,
.post__grid__style__4 h4 a {
    color: #17222B;
}

.post__grid__style__1 h4 a:hover,
.post__grid__style__2 h4 a:hover,
.post__grid__style__3 h4 a:hover,
.post__grid__style__4 h4 a:hover {
    color: #87BB60 !important;
}

.post__grid__style__4 .single_post {
    margin-bottom: 20px;
}

.post__grid__style__4 .single_post:last-child {
    margin-bottom: 0;
}

.post__grid__style__4 .single_post h4 {
    margin-bottom: 15px;
}

.post__grid__style__4 .single_post .row {
    margin-bottom: 10px;
}

.post__grid__style__4 .single_post a.readmore3 {
    margin-bottom: 20px;
    margin-top: 10px;
}

/*---------------------------
    VIDEO POPUP POST STYLE 1
----------------------------*/
.gray-theme .post__popup__style__2 .meta a:after {
    opacity: 1;
    color: #fff;
    transform: rotateX(0);
    content: "|";
}

.gray-theme .single_post_text .meta3 a:before {
    display: inline-block;
    margin-right: 10px;
    content: "|";
    height: 20px;
    width: 3px;
    top: 0;
}

.gray-theme .single_post_text .meta3 a:first-child:before {
    margin-right: 20px;
    margin-left: -20px;
}

.gray-theme .single_post_text .meta3 a:after {
    display: none !important;
}

.post__slider__v2__style__1 .meta a:after,
.post__slider__v2__style__1 .meta2 a:after,
.post__slider__v2__style__1 .meta3 a:after,
.post__slider__v2__style__1 .meta4 a:after,
.post__slider__v2__style__1 .meta5 a:after,
.post__slider__v2__style__2 .meta a:after,
.post__slider__v2__style__2 .meta2 a:after,
.post__slider__v2__style__2 .meta3 a:after,
.post__slider__v2__style__2 .meta4 a:after,
.post__slider__v2__style__2 .meta5 a:after {
    content: "|";
    transform: rotate(0);
}

/*--------------------------
    DARK VERSION
----------------------------*/
.dark-theme .meta a:after,
.dark-theme .meta2 a:after,
.dark-theme .meta3 a:after,
.dark-theme .meta4 a:after,
.dark-theme .meta5 a:after {
    color: #ffffff;
}

.dark-theme .meta a,
.dark-theme .meta2 a,
.dark-theme .meta3 a,
.dark-theme .meta4 a,
.dark-theme .meta5 a {
    margin-left: 0 !important;
}

.dark-theme .meta a:before,
.dark-theme .meta2 a:before,
.dark-theme .meta3 a:before,
.dark-theme .meta4 a:before,
.dark-theme .meta5 a:before {
    display: none;
}

/*--------------------------
    IN VERSION 3
----------------------------*/
.theme-3 .meta3 a:after,
.video__post__alt__style__1 .meta2 a:after {
    display: none !important;
}

.theme-4 .meta a,
.theme-4 .meta2 a,
.theme-4 .meta3 a,
.theme-4 .meta4 a,
.theme-4 .meta5 a,
.theme-4 .post__meta a {
    margin-right: 0;
}

.theme-4 .meta a:after,
.theme-4 .meta2 a:after,
.theme-4 .meta3 a:after,
.theme-4 .meta4 a:after,
.theme-4 .meta5 a:after,
.theme-4 .post__meta a:after {
    display: none;
}

/*------------------------------
    SEARCH FORM
-------------------------------*/
.searching form {
    position: relative;
}

.searching form button {
    position: absolute;
    right: 0;
}

@media only screen and (max-width: 991px) {
    .theme-4 {
        margin-bottom: 60px;
    }

    .main-nav {
        min-height: 70px !important;
    }

    .main-container {
        padding: 0;
    }

    .row.justify-content-end {
        display: inherit !important;
    }

    .col-md-6.col-lg-4.align-self-center.fix_width_social {
        max-width: inherit !important;
    }

    .social4 ul {
        padding: 0;
    }
}
@media only screen and (min-width: 1024px) {
    .flex__end__content {
        justify-content: flex-end;
    }
}
.layout-2 .border_left3,
.layout-3 .border_left3 {
    background: #f0f0f1;
    padding: 20PX;
    border-left: none;
}

.single__post__author__meta .author__data span {
    font-size: 14px;
    line-height: 1.5;
    color: #888E92;
}

article.post.layout-3 {
    box-shadow: 0 10px 40px rgba(23, 34, 43, 0.1);
    background: #ffffff;
    margin: 0 0 30px;
    padding: 30px;
}

.post-single.layout-3 .quomodo-content-container {
    box-shadow: none;
}

.blog-single .post-single .page_comments .cat .post-cat {
    padding-right: 8px;
    text-transform: capitalize;
    color: #6C964D !important;
    font-weight: 500;
}

.blog-single .post-single .page_category a {
    font-weight: 500;
}

.widget-inner.tab_widgets {
    margin-top: 25px;
}

.sidebar .widget_tab ul li a {
    padding: 12px 16px;
}

/* Social Widget*/
.social_counter_content {
    white-space: nowrap;
}

.sociai_style3.inner_socail4 .social_shares {
    display: flex;
    flex-wrap: wrap;
}

.inner_socail4 a.single_social {
    padding: 13px;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    z-index: 2;
    padding-left: 45px;
    margin: 4px 3px;
    color: #FFFFFF;
    overflow: hidden;
    width: 46%;
    line-height: 12px;
    border-radius: 4px;
    box-sizing: border-box;
    flex: 31.33% 0 0;
}

@media screen and (max-width: 1024px) and (max-width: 1300px) {
    .inner_socail4 a.single_social {
        flex: 47.33% 0 0;
    }
}
@media only screen and (max-width: 480px) {
    .inner_socail4 a.single_social {
        flex: 47.33% 0 0;
    }
}
.qs_newsp_post-style-5-item .post-thumb {
    position: relative;
}

.qs_newsp_post-style-5-item .post-thumb img {
    width: 100%;
}

.qs_newsp_post-style-5-item .post-thumb span {
    position: absolute;
    top: 15px;
    left: 0;
    background: #87BB60 !important;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    line-height: 30px;
    padding: 0 15px;
    border-radius: 0 30px 30px 0;
}

.qs_newsp_post-style-5-item .post-contact {
    padding: 21px 12px;
    border-radius: 0;
    background-color: transparent;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .qs_newsp_post-style-5-item .post-contact {
        padding: 20px 0;
    }
}
.qs_newsp_post-style-5-item .post-contact .title {
    font-size: 20px;
    line-height: 26px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .qs_newsp_post-style-5-item .post-contact .title {
        font-size: 18px;
        line-height: 24px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .qs_newsp_post-style-5-item .post-contact .title {
        font-size: 17px;
        line-height: 23px;
    }
}
.qs_newsp_post-style-5-item .post-contact .meta-date span {
    font-size: 13px;
    font-weight: 500;
    color: #17222b;
    padding-left: 12px;
    position: relative;
}

.qs_newsp_post-style-5-item .post-contact .meta-date span::before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 12px;
    background: #87BB60 !important;
}

.qs_newsp_post-style-5-item.post-style-big .post-contact .title {
    font-size: 34px;
    line-height: 44px;
    padding-right: 40px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .qs_newsp_post-style-5-item.post-style-big .post-contact .title {
        font-size: 30px;
        line-height: 40px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .qs_newsp_post-style-5-item.post-style-big .post-contact .title {
        font-size: 28px;
        line-height: 38px;
    }
}
@media (max-width: 767px) {
    .qs_newsp_post-style-5-item.post-style-big .post-contact .title {
        font-size: 24px;
        line-height: 34px;
        padding-right: 0;
    }
}
.qs_newsp_post-style-5-item.post-scrolling-item {
    border-bottom: 1px solid #e7e8e9;
}

.qs_newsp_post-style-5-item.post-scrolling-item .post-contact {
    padding: 21px 0 43px;
}

.qs_newsp_post-style-5-item.post-scrolling-item .post-contact .title {
    font-size: 24px;
    line-height: 34px;
    margin-top: 16px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .qs_newsp_post-style-5-item.post-scrolling-item .post-contact .title {
        font-size: 20px;
        line-height: 30px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .qs_newsp_post-style-5-item.post-scrolling-item .post-contact .title {
        font-size: 18px;
        line-height: 28px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .qs_newsp_post-style-5-item.post-scrolling-item .post-contact .title {
        font-size: 17px;
        line-height: 27px;
    }
}
@media (max-width: 767px) {
    .qs_newsp_post-style-5-item.post-scrolling-item .post-contact .title {
        font-size: 18px;
        line-height: 28px;
    }
}
.qs_newsp_post-style-5-item.post-scrolling-item .post-contact > a {
    font-size: 14px;
    font-weight: 500;
}

.qs_newsp_post-style-5-item.post-scrolling-item .post-contact > a i {
    padding-left: 6px;
}

.qs_newsp_post-item-5 {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.qs_newsp_post-item-5::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(rgba(23, 34, 43, 0) 0%, #17222b 100%);
    opacity: 0.5;
}

.qs_newsp_post-item-5 .post-meta {
    position: absolute;
    left: 0;
    top: 15px;
}

.qs_newsp_post-item-5 .post-meta span {
    background: #87BB60 !important;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    line-height: 30px;
    padding: 0 15px;
    border-radius: 0 30px 30px 0;
}

.qs_newsp_post-item-5 .post-item-thumb img {
    width: 100%;
}

.qs_newsp_post-item-5 .post-item-content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border: 1px solid #e8e8e8;
    border-top: 0;
    padding: 26px;
    border-radius: 0 0 10px 10px;
    z-index: 10;
}

.qs_newsp_post-item-5 .post-item-content::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    z-index: -1;
    background: #fff;
    transition: all linear 0.3s;
}

.qs_newsp_post-item-5 .post-item-content .title {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: -72px;
    transition: all linear 0.3s;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .qs_newsp_post-item-5 .post-item-content .title {
        font-size: 20px;
        line-height: 30px;
    }
}
@media (max-width: 767px) {
    .qs_newsp_post-item-5 .post-item-content .title {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: -60px;
    }
}
.qs_newsp_post-item-5 .post-item-content .title a {
    color: #fff;
}

.qs_newsp_post-item-5 .post-item-content p {
    opacity: 0;
    transition: all linear 0.5s;
}

.qs_newsp_post-item-5 .post-item-content .post-link .more-btn a {
    font-size: 13px;
    font-weight: 500;
    color: #fff;
}

.qs_newsp_post-item-5 .post-item-content .post-link .more-btn a:hover {
    color: #87BB60 !important;
}

.qs_newsp_post-item-5 .post-item-content .post-link .more-btn a i {
    padding-left: 6px;
}

.qs_newsp_post-item-5 .post-item-content .post-link .social ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.qs_newsp_post-item-5 .post-item-content .post-link .social ul li {
    display: inline-block;
}

.qs_newsp_post-item-5 .post-item-content .post-link .social ul li a {
    height: 30px;
    width: 30px;
    display: inline-block;
    line-height: 30px;
    border-radius: 50%;
    border: 1px solid #b5b5b5;
    font-size: 14px;
    color: #b5b5b5;
    text-align: center;
    margin-left: 6px;
}

.qs_newsp_post-item-5 .post-item-content .post-link .social ul li a:hover {
    background: #87BB60 !important;
    border-color: #87BB60 !important;
    color: #fff;
}

.qs_newsp_post-item-5:hover .post-item-content::before {
    height: 100%;
}

.qs_newsp_post-item-5:hover .post-item-content .title {
    margin-bottom: 0;
}

.qs_newsp_post-item-5:hover .post-item-content .title a {
    color: #17222b;
}

.qs_newsp_post-item-5:hover .post-item-content p {
    opacity: 1;
}

.qs_newsp_post-item-5:hover .post-item-content .post-link .more-btn a {
    color: #17222b;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .qs_newsp_post-item-5.item-3 {
        display: none;
    }
}
.qs_newsp_post-list-5 .qs_newsp_post-list-item {
    border-bottom: 1px solid #e7e8e9;
    padding-bottom: 8px;
    margin-bottom: 23px;
}

.qs_newsp_post-list-5 .qs_newsp_post-list-item .title {
    font-size: 20px;
    line-height: 26px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .qs_newsp_post-list-5 .qs_newsp_post-list-item .title {
        font-size: 16px;
        line-height: 22px;
    }
}
@media (max-width: 767px) {
    .qs_newsp_post-list-5 .qs_newsp_post-list-item .title {
        font-size: 16px;
        line-height: 22px;
    }
}
.qs_newsp_post-list-5 .qs_newsp_post-list-item .text {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.qs_newsp_post-list-5 .qs_newsp_post-list-item .text img {
    min-width: 100px;
    max-height: 90px;
    margin-right: 20px;
}

.qs_newsp_post-list-5 .qs_newsp_post-list-item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.header-topbar {
    border-bottom: 1px solid #dcdedf;
    background: #fff;
}

@media (max-width: 767px) {
    .header-topbar {
        display: none;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-topbar {
        display: block;
    }
}
.header-topbar .topbar-social {
    justify-content: flex-end;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-topbar .topbar-social {
        justify-content: center;
        padding-bottom: 15px;
        padding-top: 15px;
    }
}
@media (max-width: 767px) {
    .header-topbar .topbar-social {
        justify-content: center;
        padding-bottom: 15px;
        padding-top: 15px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-topbar .topbar-social .social {
        padding-right: 30px;
    }
}
@media (max-width: 767px) {
    .header-topbar .topbar-social .social {
        padding-right: 30px;
    }
}
.header-topbar .topbar-social .social ul {
    margin: 0;
    padding: 0 0 0 14px;
    list-style-type: none;
    position: relative;
}

.header-topbar .topbar-social .social ul::before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(23, 34, 43, 0.3);
    width: 1px;
    height: 14px;
}

.header-topbar .topbar-social .social ul li {
    display: inline-block;
}

.header-topbar .topbar-social .social ul li a {
    color: rgba(23, 34, 43, 0.75);
    margin-left: 10px;
    transition: all 0.3s ease-out 0s;
}

.header-topbar .topbar-social .social ul li a:hover {
    color: #87BB60 !important;
}

.header-topbar .topbar-social p {
    margin-bottom: 0;
    padding-right: 30px;
    font-size: 14px;
    font-weight: 400;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .header-topbar .topbar-social p {
        font-size: 14px;
    }
}
.topbar-trending > span {
    float: left;
    background: #f55;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 6px 18px;
}

.topbar-trending .trending-slider .trending-item p {
    margin-bottom: 0;
    padding: 6px 15px;
    font-size: 14px;
    font-weight: 400;
}

@media (max-width: 767px) {
    .topbar-trending .trending-slider .trending-item p {
        font-size: 13px;
    }
}
.topbar-trending .trending-slider .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    border: 1px solid rgba(23, 34, 43, 0.25);
    height: 23px;
    width: 23px;
    text-align: center;
    line-height: 21px;
    cursor: pointer;
    background: #fff;
}

.topbar-trending .trending-slider .slick-arrow.prev {
    right: 25px;
}

.topbar-trending .trending-slider .slick-arrow.next {
    right: 0;
}

.header-centerbar {
    padding: 10px 0;
    background: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-centerbar-ad {
        margin-top: 20px;
    }
}
@media (max-width: 767px) {
    .header-centerbar-ad {
        margin-top: 20px;
    }
}
.header-menubar {
    background: #fff;
}

.header-menu-rightbar {
    margin-left: -10px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header-menu-search ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.header-menu-search ul li {
    display: inline-block;
}

.header-menu-search ul li a {
    font-size: 18px;
    color: rgba(23, 34, 43, 0.5);
    margin: 7px;
}

.nice-select-item {
    margin-left: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .nice-select-item {
        margin-left: 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .nice-select-item {
        margin-left: 0;
    }
}
@media (max-width: 767px) {
    .nice-select-item {
        margin-left: 0;
        display: none;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .nice-select-item {
        display: block;
    }
}
.nice-select-item .nice-select {
    border: 0;
    border-left: 1.5px solid rgba(23, 34, 43, 0.3);
    border-right: 1.5px solid rgba(23, 34, 43, 0.3);
    border-radius: 0;
    height: 25px;
    line-height: 25px;
    padding-left: 15px;
    padding-right: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .nice-select-item .nice-select {
        padding-right: 25px;
    }
}
.nice-select-item .nice-select::after {
    height: 10px;
    width: 10px;
    top: 36%;
    right: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .nice-select-item .nice-select::after {
        right: 8px;
    }
}
.header-temperature {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

@media (max-width: 767px) {
    .header-temperature {
        display: none;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-temperature {
        display: block;
    }
}
.header-temperature .icon {
    padding-left: 13px;
    padding-right: 13px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .header-temperature .icon {
        padding-left: 6px;
        padding-right: 6px;
    }
}
.header-temperature .temperature-content .title {
    margin-bottom: 0;
}

.header-temperature .temperature-content .title sup {
    font-size: 16px;
}

.header-temperature .temperature-content .title sup sub {
    font-size: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .header-temperature .temperature-content p {
        font-size: 13px;
    }
}
.newsprk-menu-js .icon-close {
    display: none;
}

.header-area {
    box-shadow: 0 10px 40px rgba(23, 34, 43, 0.05);
    position: relative;
    z-index: 9;
}

.header-area.header-dark .header-topbar {
    background: #17222b;
    border-bottom-color: #44515d;
}

.header-area.header-dark .header-topbar .topbar-trending .trending-slider .trending-item p a {
    color: rgba(255, 255, 255, 0.85);
}

.header-area.header-dark .header-topbar .topbar-trending .trending-slider .trending-item p {
    color: rgba(255, 255, 255, 0.85);
}

.header-area.header-dark .header-topbar .topbar-trending .trending-slider .slick-arrow {
    background-color: transparent;
    border: 1px solid #515a60;
    transition: all 0.3s ease-out 0s;
}

.header-area.header-dark .header-topbar .topbar-trending .trending-slider .slick-arrow:hover {
    background: #87BB60 !important;
    border-color: #87BB60 !important;
    color: #fff;
}

.header-area.header-dark .header-topbar .topbar-social p {
    color: rgba(255, 255, 255, 0.85);
}

.header-area.header-dark .header-topbar .topbar-social .social ul li a {
    color: rgba(255, 255, 255, 0.75);
}

.header-area.header-dark .header-topbar .topbar-social .social ul li a:hover {
    color: #87BB60 !important;
}

.header-area.header-dark .header-centerbar {
    background: #233340;
}

.header-area.header-dark .header-menubar {
    background: #233340;
}

.header-area.header-dark .header-menubar .header-menu .stellarnav.light {
    background-color: transparent;
}

.header-area.header-dark .header-menubar .header-menu .stellarnav.light li a {
    color: #fff;
}

.header-area.header-dark .header-menubar .header-menu .stellarnav.light ul ul {
    background: #233340;
}

.header-area.header-dark .header-menubar .header-menu .stellarnav.light .menu-toggle span.bars span {
    background: #fff;
}

.header-area.header-dark .header-menubar .header-menu .stellarnav.light a {
    color: #fff;
}

.header-area.header-dark .header-menubar .header-menu .stellarnav.light a.dd-toggle .icon-plus::after,
.header-area.header-dark .header-menubar .header-menu .stellarnav.light a.dd-toggle .icon-plus::before {
    border-color: #fff;
}

.header-area.header-dark .header-menubar .header-menu .stellarnav.desktop li.has-sub ul li a:hover {
    background: rgba(255, 255, 255, 0.05);
}

.header-area.header-dark .header-menubar .header-menu .stellarnav > ul > li > a.active,
.header-area.header-dark .header-menubar .header-menu .stellarnav > ul > li > a:hover {
    background: rgba(255, 255, 255, 0.05);
}

.header-area.header-dark .header-menubar .header-menu .stellarnav.mobile.light ul {
    background: #233340;
}

.header-area.header-dark .header-menubar .header-menu-rightbar .header-menu-search ul li a {
    color: rgba(255, 255, 255, 0.5);
}

.header-area.header-dark .header-menubar .header-menu-rightbar .nice-select-item .nice-select {
    background-color: transparent;
    color: rgba(255, 255, 255, 0.75);
    border-left-color: #65717a;
    border-right-color: #65717a;
}

.header-area.header-dark .header-menubar .header-menu-rightbar .header-temperature .temperature-content .title {
    color: #fff;
}

.header-area.header-dark .header-menubar .header-menu-rightbar .header-temperature .temperature-content p {
    color: rgba(255, 255, 255, 0.6);
}

.header-area.header-5-area .container-fluid {
    padding: 0 60px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .header-area.header-5-area .container-fluid {
        padding: 0 20px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .header-area.header-5-area .container-fluid {
        padding: 0 15px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area.header-5-area .container-fluid {
        padding: 0 15px;
    }
}

@media (max-width: 767px) {
    .header-menu .newsprk-navbar-nav li a:hover {
        color: #87BB60 !important;
    }
}
@media only screen and (max-width: 991px) {
    .header-area.header-5-area .container-fluid {
        padding: 0 15px;
    }
}
.header-area.header-5-area .header-topbar {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.header-area.header-5-area .header-topbar .topbar-trending > span {
    background: rgba(255, 255, 255, 0.08);
}

.header-area.header-5-area .header-topbar .topbar-trending .trending-slider .slick-arrow {
    visibility: hidden;
    opacity: 0;
}

.header-area.header-5-area .header-topbar .topbar-rightbar-item .nice-select-item .nice-select {
    background-color: transparent;
}

.header-area.header-5-area .header-topbar .topbar-rightbar-item .nice-select-item .nice-select > span {
    color: rgba(255, 255, 255, 0.75);
}

.header-area.header-5-area .header-menubar {
    background: #17222b;
}

.header-area.header-5-area .header-menubar .header-menu .stellarnav > ul {
    text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area.header-5-area .header-menubar .header-menu .stellarnav > ul {
        text-align: left;
    }
}
@media (max-width: 767px) {
    .header-area.header-5-area .header-menubar .header-menu .stellarnav > ul {
        text-align: left;
    }
}
.header-area.header-5-area .header-menubar .header-menu .stellarnav > ul > li > a {
    padding: 27px 18px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .header-area.header-5-area .header-menubar .header-menu .stellarnav > ul > li > a {
        padding: 27px 12px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area.header-5-area .header-menubar .header-menu .stellarnav > ul > li > a {
        padding: 15px 20px;
    }
}

@media (max-width: 767px) {
    .header-area.header-5-area .header-menubar .header-menu .stellarnav > ul > li > a {
        padding: 15px 20px;
    }
}
.header-area.header-5-area .header-menubar .header-menu .stellarnav > ul > li > a.active,
.header-area.header-5-area .header-menubar .header-menu .stellarnav > ul > li > a:hover {
    background-color: transparent;
}

.header-area.header-5-area .header-menubar .header-menu .stellarnav > ul > li > a.active::before,
.header-area.header-5-area .header-menubar .header-menu .stellarnav > ul > li > a:hover::before {
    display: none;
}

.stellarnav.desktop ul ul {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: 230px;
}
.stellarnav.desktop ul ul li a {
    font-size: 15px;
    text-transform: capitalize;
}

a.cat {
    text-transform: uppercase;
    letter-spacing: 1px;
}
.post_type3 .single_post_text .post-p{
	opacity:1;
}
.qs_newsp_post-item-5:hover .more-btn {
    margin-top: 15px;
}

.more-btn {
    transition: 0.3s;
}

@media (max-width: 1024px) {
    .header-menu-rightbar.d-none.d-lg-block {
        display: none !important;
    }
}
.author_about .author_content {
    margin-bottom: 0;
}

@media (max-width: 992px) {
    .table_content.border_black_left.pl-md-5.no-padding {
        padding-left: 0 !important;
        border: 0;
    }
    .table_content.border_black_left.pl-md-5 {
        border: 0;
        padding-left: 0 !important;
    }
}
@media (max-width: 767px) {
    .row.post__author__content {align-items: center;justify-content: center;}
    .author_about {
        display: block;
        flex-direction: column;
        text-align: center;
    }
    .author_about .author_img {
        display: inline-block;
        margin-bottom: 20px;
    }
    .table_content.border_black_left.pl-md-5 {
        border: 0;
    }
}


    /* ----------------------
    HEADER SEARCH
    ------------------------*/
    .header-menu-search {
        position: relative;
    }
    .header__search {
        position: absolute;
        width: 350px;
        right: 0;
        top: 50px;
        background: #17222b;
        height: 70px;
        padding: 12px;
        display: none;
    }
    
    .header__search form {
        position: relative;
        height: 100%;
    }
    
    .header__search form input {
        position: absolute;
        background: transparent;
        width: 100%;
        height: 100%;
        border: 1px solid #3a4957;
        padding: 5px 10px;
        margin: 0;
        color: #ffffff;
    }
    
    .header__search form button {
        width: 50px;
        border: 0;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        background: #87BB60 !important;
        color: #fff;
    }

    .stellarnav.mobile.right > ul {
        right: 0;
        left: auto;
    }




aside.blog-sidebar.sidebar .widget_tab .post_img {
    border-radius: 5px;
    overflow: hidden;
}


aside.blog-sidebar.sidebar .widget_tab .single_post_text h4 {
    margin-bottom: 5px;
}

aside.blog-sidebar.sidebar .widget_tab .single_post_text .meta a {
    color: #87BB60 !important;
}

aside.blog-sidebar.sidebar .widget_tab .border_black {
    display: none;
}

aside.blog-sidebar.sidebar .owl-controls {
    display: none;
}

aside.blog-sidebar.sidebar .widget4_carousel h4 {
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 1.3;
}

aside.blog-sidebar.sidebar .widget4_carousel ul.inline.socail_share {
    display: none;
}

aside.blog-sidebar.sidebar .widget4_carousel p.meta a {
    color: #87BB60 !important;
}

aside.blog-sidebar.sidebar .widget4_carousel .border_black {
    border-bottom: 1px solid #dee2e6;
}

aside.blog-sidebar.sidebar .carousel_post_type3_wrap h4 {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 10px;
}

aside.blog-sidebar.sidebar .carousel_post_type3_wrap p.meta a {
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #87BB60 !important;
}

aside.blog-sidebar.sidebar .tab_widgets h4 {
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 1.3;
}

aside.blog-sidebar.sidebar .tab_widgets .meta2 a:first-child {
    text-transform: uppercase;
}

aside.blog-sidebar.sidebar .tab_widgets .border_black {
    display: none;
}



aside.blog-sidebar.sidebar .tab_widgets .img_wrap {
    border-radius: 5px;
}

aside.blog-sidebar.sidebar .carousel_post_type3_wrap .post_img {
    border-radius: 5px;
    overflow: hidden;
}

.footer .tab_widgets .single_post.widgets_small {padding-left: 100px;}

.footer .tab_widgets .meta2 a:first-child {
    text-transform: uppercase;
}

.footer .tab_widgets .border_black {
    display: none;
}

.footer .widget.footer_contact.extra_newss.pl-4.border_none {
    padding-left: 0 !important;
}
.widget.footer_contact.extra_newss.pl-4 {
    border: 0;
    padding-left: 0 !important;
}

.single_post.post__grid__layout__style__3.post_type7 .single_post_text h4 a {
    font-size: 20px;
}

.single_post.post__grid__layout__style__3.post_type7 .single_post_text h4 {
    margin-top: 10px;
}

.single_post.post__grid__layout__style__3.post_type7 .single_post_text .meta5 a {font-weight: 600;}

.single_post.post__grid__layout__style__2 .single_post_text .meta3 a:last-child {
    opacity: 1;
}

.single_post.post__grid__layout__style__2 .single_post_text .meta3 a,
.single_post.post__grid__layout__style__5 .single_post_text .meta3 a {
    color: #888E92;
}

.single_post.post__grid__layout__style__2 .single_post_text .meta3 a:hover,
.single_post.post__grid__layout__style__5 .single_post_text .meta3 a:hover,
.single_post.post__grid__layout__style__2 .single_post_text .meta3 a:first-child,
.single_post.post__grid__layout__style__5 .single_post_text .meta3 a:first-child {
    color: #87BB60 !important;
}

.post__grid__layout__style__3 .post_img img {
    height: 350px;
}

.container.widget-section .border_white {
    display: none;
}

.theme-4 .welcome_list {
    max-width: 1225px;
    left: 0;
    right: 0;
    margin: auto;
}
.archive.author .main-container {
    background: #ffffff !important;
    margin: 0 !important;
    position: relative;
}

body.archive.author {
    background: #ffffff !important;
}

.archive.author .main-container .shadow5 {
    box-shadow: 0 0 0;
}

.quomodo-author-desc {
    padding-top: 15px;
}

.header-area.header-5-area.header-white .header-menubar {
    background: #ffffff;
}

.header-area.header-5-area.header-white .header-topbar {
    border-bottom: 1px solid #dee2e6;
}

.header-area.header-5-area.header-white .header-topbar .topbar-trending > span {
    background: #17222b;
}
header.header-area.header-white.header-5-area .header-menu-search ul li a {
    color: #515960;
}

article.post.layout-3 {
    box-shadow: none;
    background: no-repeat;
    margin: 0 0 30px;
    padding: 0;
}

.next_prv_single.padding20.shadow6.next_prv_single3 {
    box-shadow: none;
    padding: 0;
    background: none;
    padding-left: 20px;
}

.next_prv_single.padding20.shadow6.next_prv_single3:hover a {
    background: none;
}

.next_prv_single.padding20.shadow6.next_prv_single3:hover {
    background: transparent !important;
}

.next_prv_single.padding20.shadow6.next_prv_single3:hover a,
.next_prv_single.padding20.shadow6.next_prv_single3:hover p {
    color: #6C964D !important;
}

@media (max-width: 992px) {
    .header-menubar {
        padding: 10px 0;
    }
}
.trending-slider.news-trending-top-slider {
    margin-bottom: -8px !important;
}

.page_comments li i {
    color: #6C964D !important;
}
.logo {
    max-width: inherit;
}

.next_prev .row .col-lg-6:last-child .next_prv_single {
    text-align: right;
}

.next_prev .row .col-lg-6:first-child .next_prv_single {
    padding: 0;
    border: 0;
}
.next_prev .row .col-lg-6 {
    width: 50%;
}

.wp-block-group__inner-container {
    padding: 20px;
}

.footer .dropdown-toggle::after {
    display: none;
  }

  .wlc_slide_demo1 .slider_arrow4 {
    display: none !important;
}
  @media (max-width: 992px) {
      .footer .copyright {
          padding: 25px 0;
        }
        .footer .copyright,.copyright_menus.text-right {
        text-align: center !important;
    }
    
    .copyright_menus.text-right .copyright_menu {
        margin-top: 15px;
    }
}

@media (max-width: 991px) {
    .header-area {
        z-index: 99999;
    }
    .stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul {
        max-width: 320px;
    }
    .header-menu .newsprk-navbar-nav li a {
        border: 0;
    }
    
    .header-menu .newsprk-navbar-nav li li a.news-dropdown-item {
        border: 0 !important;
        padding-left: 20px;
        line-height: 1.4;
        position: relative;
        padding: 8px 0 8px 15px;
    }
    
    .header-menu .newsprk-navbar-nav ul {
     
        margin-left: 10px;
        border-left: 1px solid rgba(221, 221, 221, 1);
       
        padding-left: 5px;
        margin-bottom: 8px;
        margin-left: 20px;
    }
    .stellarnav.mobile.light li a {
        border-bottom: 0;
        border-top: 1px solid rgba(0, 0, 0, .15);
    }
    .stellarnav > ul > li:first-child > a {border-top: 0 !important;}
    .header-menu .newsprk-navbar-nav li li a:before {
        content: "";
        width: 10px;
        height: 1px;
        background: rgba(221, 221, 221, 1);
        display: inline-block;
        margin-right: 10px;
        position: absolute;
        top: 18px;
        left: 0;
        display: none;
    }

    .header-menu .newsprk-navbar-nav > li.has-sub > a.nav-link.has-sub {
        position: relative;
    }

    .stellarnav.light a.dd-toggle .icon-plus:after {
        display: none;
    }
    .stellarnav.light a.dd-toggle .icon-plus:before {
        content: "\f105";
        font-family: 'Font Awesome 5 Pro';
    }

    .header-menu .newsprk-navbar-nav li li a.dd-toggle {
        height: 40px;
        width: 40px;
        top: 8px;
    }
    
}


*/
/*DARK VERSION COLORS START*/
/*DARK VERSION COLORS END*/
/*DARK VERSION BACKGROUND START*/
/*DARK VERSION BACKGROUND END*/
/*GRADIENT COLORS START*/
/*GRADINET COLORS END*/
/*SHADOW START*/
/*SHADOW END*/

.theme-3 .signup_form form input.cbtn {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 15px 30px;
  background: #87BB60 !important;
  border: none;
}

.theme-3 .topbar .social1 li a {
  width: 20px;
  height: 20px;
  display: block;
  text-align: center;
  line-height: 20px;
  font-style: 14px;
  color: #17222B;
}

.theme-3 .container {
  max-width: 1230px;
}
.theme-3 .signup_form form {
  background: #ECEDEE;
  position: relative;
  z-index: 2;
  border-radius: 5px;
  overflow: hidden;
}
.theme-3 .signup_form form input.signup {
  padding: 15px;
  width: 65%;
  margin: 0;
  background: #ECEDEE;
}
.theme-3 .signup_form form input.cbtn {
  position: absolute;
  right: 0;
  top: 0px;
  padding: 15px 20px;
}
.theme-3 .user3 {
  position: relative;
  z-index: 2;
  padding-right: 25px;
}
.theme-3 .user3:after {
  position: absolute;
  content: "";
  height: 15px;
  width: 2px;
  background: #B9BCBF;
  right: 10.5px;
  top: 50%;
  margin-top: -7.5px;
}
.theme-3 .topbar .tranding_bar li {
  font-size: 14px;
  font-weight: 400;
  color: #39424A;
}
.theme-3 .topbar li.tranding {
  background: #FFE5E5;
  padding: 12px 20px;
  font-weight: 600;
  color: #FF5555;
  margin-right: 10px;
}
.theme-3 .topbar .top_date_social > div {
  display: inline-block;
}
.theme-3 .topbar .top_date_social > div:first-child {
  padding-right: 10px;
  margin-right: 10px;
  position: relative;
  z-index: 2;
}
.theme-3 .topbar .top_date_social > div:first-child:after {
  position: absolute;
  content: "";
  height: 15px;
  width: 2px;
  right: -3.5px;
  top: 50%;
  margin-top: -7.5px;
}
.theme-3 .topbar .paper_date p {
  font-size: 14px;
  font-weight: 400;
  color: #39424A;
}
.theme-3 .topbar .social1 {
  margin: 0;
  padding: 0;
}
.theme-3 .topbar .social1 li {
  list-style: none;
}
.theme-3 .topbar .social1 li a {
  color: #39424A;
  font-size: 14px;
}
.theme-3 .type19 .single_post_text p {
  font-size: 17px;
  line-height: 23px;
  font-weight: 400;
  color: #17222B;
}
.theme-3 .post_type6 .meta {
  position: relative;
  z-index: 2;
}
.theme-3 .post_type6 .meta:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 2px;
  background: #87BB60 !important;
  z-index: 9;
  left: -40px;
  top: 50%;
  margin-top: -10px;
}
.theme-3 .footer {
  padding: 80px 0 0 0;
}
.theme-3 .footer .single_contact3 {
  display: inline-block;
  width: 32.33%;
  position: relative;
  z-index: 2;
  padding-left: 20px;
}
.theme-3 .footer .single_contact3 h6 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 5px;
  position: relative;
  z-index: 2;
}
.theme-3 .footer .single_contact3 h6:before {
  position: absolute;
  content: "";
  height: 6px;
  width: 6px;
  background: #87BB60 !important;
  left: -15px;
  top: 50%;
  margin-top: -3px;
}
.theme-3 .footer .single_contact3 p {
  color: #17222B;
  font-size: 15px;
  font-weight: 500;
}
.theme-3 .footer .single_contact3 a {
  color: #17222B;
  font-size: 15px;
  font-weight: 500;
}
.theme-3 .footer .more_newss {
  padding-left: 20px;
  border-left: 1px solid #E7E8E9;
}
.theme-3 .footer .single_footer_nav ul li a {
  color: #17222B;
}
.theme-3 .footer .single_fcontact {
  position: relative;
  z-index: 2;
  padding-left: 30px;
  margin-bottom: 15px;
}
.theme-3 .footer .single_fcontact:last-child {
  margin-bottom: 0;
}
.theme-3 .footer .single_fcontact a {
  color: #17222B;
}
.theme-3 .footer .single_fcontact .fcicon {
  height: 30px;
  width: 30px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -15px;
  line-height: 30px;
}
.theme-3 .footer .widget-title2 {
  font-size: 20px;
  color: #17222B;
  font-weight: 400;
  margin-bottom: 30px;
}
.theme-3 .footer .twitter_feeds .single_twitter_feed {
  position: relative;
  z-index: 2;
  padding-left: 30px;
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
.theme-3 .footer .twitter_feeds .single_twitter_feed:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.theme-3 .footer .twitter_feeds .single_twitter_feed h6 {
  color: #17222B;
}
.theme-3 .footer .twitter_feeds .single_twitter_feed h6 span {
  color: #87BB60 !important;
}
.theme-3 .footer .twitter_feeds .single_twitter_feed p {
  font-size: 14px;
  color: #17222B;
  margin-top: 3px;
}
.theme-3 .footer .twitter_feeds .single_twitter_feed .twitter_feed_icon {
  height: 20px;
  width: 20px;
  color: #87BB60 !important;
  position: absolute;
  left: 0;
  top: 0;
}
.theme-3 .footer .single_more_news {
  position: relative;
  z-index: 2;
}
.theme-3 .footer .single_more_news:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  background: #fff;
  border-radius: 50%;
  left: -27.5px;
  top: 0;
}
.theme-3 .footer .single_more_news:after {
  position: absolute;
  content: "";
  height: 5px;
  width: 5px;
  background: #87BB60 !important;
  border-radius: 50%;
  left: -22.5px;
  top: 5.5px;
}
.theme-3 .footer .extra_newss .single_extra_news {
  margin-bottom: 15px;
  padding-bottom: 30px;
  padding-right: 60px;
  position: relative;
  z-index: 2;
}
.theme-3 .footer .extra_newss .single_extra_news:nth-child(6) {
  margin-bottom: 0;
  padding-bottom: 0;
}
.theme-3 .footer .extra_newss .single_extra_news p {
  color: #87BB60 !important;
  font-size: 12px;
}
.theme-3 .footer .extra_newss .single_extra_news p span {
  color: #747A80;
}
.theme-3 .footer .extra_newss .single_extra_news a {
  color: #17222B;
}
.theme-3 .footer .extra_newss .single_extra_news span.news_counter {
  color: #747A80;
  height: 40px;
  display: inline-block;
  width: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 36px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -25px;
}
.theme-3 .footer .extra_newss .single_fcontact {
  position: relative;
  z-index: 2;
  padding-left: 30px;
  margin-bottom: 15px;
}
.theme-3 .footer .extra_newss .single_fcontact:last-child {
  margin-bottom: 0;
}
.theme-3 .footer .extra_newss .single_fcontact a {
  color: #17222B;
}
.theme-3 .footer .extra_newss .single_fcontact .fcicon {
  height: 30px;
  width: 30px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -15px;
  line-height: 30px;
}
.theme-3 .footer .single_more_news a {
  color: #17222B;
  font-size: 18px;
  font-weight: 500;
}
.theme-3 .footer .single_more_news p.meta {
  color: #87BB60 !important;
  font-weight: 500;
  font-size: 12px;
}
.theme-3 .footer .single_more_news p {
  font-size: 15px;
  font-weight: 300;
  color: body_color;
  line-height: 23px;
  margin-top: 10px;
}
.theme-3 .footer .copyright {
  background: #ECEDEE;
  margin-top: 30px;
  padding: 15px 0;
}
.theme-3 .footer .copyright p {
  color: #747A80;
}
.theme-3 .footer .copyright ul li a {
  color: #17222B;
  padding: 0 10px;
}
.theme-3 .footer .copyright ul li a:hover {
  color: #17222B;
}
.theme-3 .lang-3 a {
  color: #39424A;
}
.theme-3 .single_post_text .meta2 {
  margin-bottom: 0;
}
.theme-3 .single_post_text .meta2 a {
  font-size: 12px;
  text-transform: capitalize;
  position: relative;
  z-index: 2;
  line-height: 17px;
  margin-bottom: 5px;
}
.theme-3 .single_post_text .meta2 a:first-child {
  color: #87BB60 !important;
}
.theme-3 .single_post_text .meta2 a:last-child {
  margin-left: 20px;
  color: #17222B;
  opacity: 0.75;
}
.theme-3 .single_post_text .meta2 a:last-child:before {
  position: absolute;
  content: "|";
  height: 20px;
  width: 10px;
  left: -18px;
  top: 50%;
  margin-top: -10px;
  line-height: 20px;
  color: #17222B;
  opacity: 0.3;
  text-align: center;
}
.theme-3 .single_post_text .meta5 {
  margin-bottom: 0;
}
.theme-3 .single_post_text .meta5 a {
  font-size: 12px;
  text-transform: capitalize;
  position: relative;
  z-index: 2;
  line-height: 17px;
  margin-bottom: 5px;
  color: #FFFFFF;
}
.theme-3 .single_post_text .meta5 a:last-child {
  margin-left: 20px;
  font-weight: 400;
}
.theme-3 .single_post_text .meta5 a:last-child:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 10px;
  left: -18px;
  top: 50%;
  background: #000;
  margin-top: -10px;
  line-height: 20px;
  color: #FFFFFF;
  text-align: center;
}
.theme-3 .single_post_text .meta3 {
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}
.theme-3 .single_post_text .meta3:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 1.5px;
  background: #87BB60 !important;
  left: -20px;
  top: 50%;
  margin-top: -7.5px;
}
.theme-3 .single_post_text .meta3 a {
  font-size: 14px;
  position: relative;
  z-index: 2;
  line-height: 17px;
  font-weight: 500;
  margin-bottom: 0;
}
.theme-3 .single_post_text .meta3 a:first-child {
  color: #87BB60 !important;
}
.theme-3 .single_post_text .meta3 a:last-child {
  margin-left: 20px;
  color: #17222B;
  opacity: 0.75;
}
.theme-3 .single_post_text .meta3 a:last-child:before {
  position: absolute;
  content: "|";
  height: 20px;
  width: 10px;
  left: -18px;
  top: 50%;
  margin-top: -10px;
  line-height: 20px;
  color: #17222B;
  opacity: 0.3;
  text-align: center;
}
.theme-3 .single_post_text .meta {
  margin-bottom: 0;
}
.theme-3 .single_post_text .meta a {
  font-size: 14px;
  text-transform: capitalize;
  position: relative;
  z-index: 2;
}
.theme-3 .single_post_text .meta a:last-child {
  margin-left: 20px;
}
.theme-3 .single_post_text .meta a:last-child:before {
  position: absolute;
  content: "|" !important;
  height: 20px;
  width: 10px;
  left: -18px;
  top: 50%;
  margin-top: -10px;
  line-height: 20px;
  text-align: center;
}
.theme-3 .single_post_text .meta4 {
  margin-top: 0;
}
.theme-3 .single_post_text .meta4 a {
  font-size: 12px;
  text-transform: capitalize;
  position: relative;
  z-index: 2;
  line-height: 17px;
  font-weight: 500;
  color: #17222B;
  opacity: 0.6;
}
.theme-3 .trancarousel_area .nav_style1 .owl-nav {
  position: absolute;
  right: -20%;
  top: 50%;
  margin-top: -11.5px;
}
.theme-3 .trancarousel_area .nav_style1 .owl-nav div {
  border-radius: 3px;
  height: 23px;
  width: 23px;
  line-height: 23px;
}
.theme-3 .trancarousel_area .nav_style1 .owl-nav div:last-child {
  margin-left: 7px;
}
.theme-3 .trancarousel_area p.trand {
  float: left;
  margin-right: 10px;
  padding: 12px 20px;
  background: #FFE5E5;
  font-size: 14px;
  font-weight: 500;
  color: #FF5555;
  line-height: 17px;
}
.theme-3 .trancarousel_area .trancarousel_item {
  padding: 12px;
  font-size: 14px;
  line-height: 17px;
  opacity: 0.85;
}
.theme-3 .trancarousel_area .trancarousel_item a {
  color: #17222B;
  opacity: 0.85;
  word-break: break-word;
}
.theme-3 .trancarousel_area .trancarousel_item p {
  color: #17222B;
  opacity: 0.85;
  word-break: break-word;
}
.theme-3 .nav_style1 .owl-nav {
  position: absolute;
  right: 0;
  top: -48px;
}
.theme-3 .nav_style1 .owl-nav div {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 3px;
  border: 1px solid #C1C4C6;
  color: #C1C4C6;
  transition: all 0.3s;
}
.theme-3 .nav_style1 .owl-nav div:last-child {
  margin-left: 14px;
}
.theme-3 .nav_style1 .owl-nav div:hover {
  background: #87BB60 !important;
  border-color: #87BB60 !important;
  color: #FFFFFF;
  transition: all 0.3s;
}
.theme-3 ul.like_cm li {
  display: inline-block;
  margin-right: 20px;
  position: relative;
  z-index: 2;
}
.theme-3 ul.like_cm li:after {
  position: absolute;
  content: "";
  height: 12px;
  width: 2px;
  background: #B9BCBF;
  right: -12px;
  top: 50%;
  margin-top: -6px;
}
.theme-3 ul.like_cm li:last-child:after {
  display: none;
}
.theme-3 ul.like_cm li a {
  font-weight: 500;
  font-size: 17px;
  color: #747A80;
}
.theme-3 ul.like_cm li a i {
  color: #70BDFF;
}
.theme-3 ul.like_cm li:last-child {
  margin-right: 0;
}
.theme-3 .type14 {
  padding-left: 85px;
  min-height: 60px;
}
.theme-3 .type14 .post_img {
  border-radius: 5px;
  overflow: hidden;
  max-height: 52px;
  max-width: 75px;
}
.theme-3 .type14 .single_post_text .meta {
  color: #737A7F;
}
.theme-3 .type16 {
  padding-left: 120px;
  min-height: 60px;
  margin-bottom: 0;
}
.theme-3 .type16 .post_img {
  border-radius: 5px;
  overflow: hidden;
  max-height: 69px;
  max-width: 100px;
}
.theme-3 .post_type15 .single_post_text {
  padding-right: 20%;
}
.theme-3 .post_type15 .single_post_text a {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
}
.theme-3 .meta.before:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 2px;
  background: #87BB60 !important;
  left: -20px;
}
.theme-3 .border_tranding {
  border: 1px solid #FFFFFF;
}
.theme-3 .tranding3 .post_type15 .single_post_text {
  padding-bottom: 0;
}
.theme-3 .type17 {
  padding-right: 20px;
}
.theme-3 .type17 .post_img {
  height: 52px;
  width: 75px;
  border-radius: 5px;
}
.theme-3 .type17 .post_img .img_wrap {
  border-radius: 5px;
}
.theme-3 .type17 .post_img img {
  border-radius: 5px;
}
.theme-3 .type18 .single_post_text {
  padding-top: 20px;
}
.theme-3 .type18 .single_post_text a {
  font-size: 18px;
}
.theme-3 .type18 .post_img img {
  border-radius: 5px;
}
.theme-3 span.batch3.date {
  position: absolute;
  left: 0;
  top: 20px;
  height: 36px;
  background: #87BB60 !important;
  display: flex;
  align-items: center;
  padding: 18px 12px;
  color: #fff;
  font-size: 12px;
  border-radius: 0 30px 30px 0;
}
.theme-3 .feature3 .nav_style1 .owl-nav {
  position: absolute;
  right: 20px;
  top: -70px;
}
.theme-3 .type20 .post_img {
  width: 42%;
}
.theme-3 .type20 .post_img .tranding {
  height: 30px;
  width: 30px;
  font-size: 12px;
  line-height: 30px;
  left: 10px;
  top: 10px;
}
.theme-3 .type20 .single_post_text {
  width: 57%;
}
.theme-3 .type20 .single_post_text a {
  font-size: 24px;
  margin-bottom: 10px;
  line-height: 29px;
}
.theme-3 .type20 .single_post_text li a {
  margin-bottom: 0;
}
.theme-3 .type20 .single_post_text .post-p {
  font-size: 15px;
  color: #39424A;
}
.theme-3 .type20 .single_post_text .meta_col {
  margin-bottom: 15px;
}
.theme-3 .type20 .single_post_text .meta_col p {
  color: #17222B;
  opacity: 0.4;
  font-weight: 500;
}
.theme-3 ul.meta_share li {
  margin-right: 7px;
}
.theme-3 ul.meta_share li:last-child {
  margin-right: 0;
}
.theme-3 ul.meta_share li a {
  font-size: 14px;
  color: #CACCCE;
}
.theme-3 .post_type21 .post_img:after {
  position: absolute;
  content: "";
  height: 40%;
  width: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), transparent);
  left: 0;
  bottom: 0;
}
.theme-3 .post_type21 .post_img .social_share {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
}
.theme-3 .post_type21 .post_img .social_share li a {
  color: #FFFFFF;
}
.theme-3 .post_type21 .post_img .sport_meta_ab {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 2;
}
.theme-3 .post_type21 .post_img .sport_meta_ab li {
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF;
  margin-right: 10px;
  position: relative;
  z-index: 2;
}
.theme-3 .post_type21 .post_img .sport_meta_ab li:after {
  position: absolute;
  content: "";
  height: 12px;
  width: 2px;
  right: -8px;
  top: 50%;
  margin-top: -6px;
  background: #FFFFFF;
}
.theme-3 .post_type21 .post_img .sport_meta_ab li:last-child {
  margin-right: 0;
}
.theme-3 .post_type21 .post_img .sport_meta_ab li:last-child:after {
  display: none;
}
.theme-3 .post_type21 .post_img .sport_meta_ab li a {
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF;
}
.theme-3 .post_type21 .single_post_text {
  padding-bottom: 0;
}
.theme-3 .post_type21 .single_post_text a {
  font-size: 24px;
  line-height: 32px;
}
.theme-3 .post_type21 .single_post_text ul.like_cm li a {
  font-size: 14px !important;
}
.theme-3 .type22 {
  padding-left: 120px;
  min-height: 60px;
}
.theme-3 .type22 .post_img {
  border-radius: 5px;
  overflow: hidden;
  max-height: 56.25px;
  max-width: 100px;
}
.theme-3 .type22 .single_post_text .meta {
  color: #87BB60 !important;
}
.theme-3 .tab3 .widgets_small {
  padding-right: 0px;
  min-height: 64px;
  padding-left: 80px;
}
.theme-3 .tab3 ul {
  margin-bottom: 0;
  padding-bottom: 10px;
}
.theme-3 .tab3 ul li {
  margin-right: 0px;
  width: 33%;
}
.theme-3 .tab3 ul li a {
  padding: 16px 25px;
}
.theme-3 .opinion .single_post_text {
  padding-bottom: 0;
}
.theme-3 .international_news .single_international a {
  font-size: 20px;
  font-weight: 500;
  color: #17222B;
}
.theme-3 .international_news .single_international .view_author a {
  font-size: 12px !important;
  color: #515960;
}
.theme-3 .international_news .single_international p {
  font-size: 15px;
}
.theme-3 .international_news .single_international .like_cm li a {
  font-size: 12px !important;
}
.theme-3 .international_news .single_international img {
  border-radius: 5px;
}
.theme-3 .international_news .meta {
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 14px;
  color: #87BB60 !important;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}
.theme-3 .view_author_details .view_author i {
  color: #87BB60 !important;
}
.theme-3 .view_author_details .view_author a {
  font-size: 12px !important;
  color: #515960;
}
.theme-3 .view_author_details p {
  color: #515960;
  font-size: 12px;
}
.theme-3 a.single_social {
  display: inline-block;
  padding: 13px;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  z-index: 2;
  padding-left: 35px;
  background: #3B5998;
  margin: 4px 3px;
  color: #FFFFFF;
  overflow: hidden;
  width: 104px;
  line-height: 12px;
  border-radius: 4px;
}
.theme-3 a.single_social span.follow_icon {
  position: absolute;
  left: 0;
  font-size: 12px;
  height: 100%;
  width: 30px;
  text-align: center;
  top: 0;
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #334D82;
}
.theme-3 a.single_social span.icon_text {
  display: block;
  line-height: 10px;
  font-size: 11px;
  margin-top: 5px;
}
.theme-3 a.social_twitter {
  background: #1DA1F2;
}
.theme-3 a.social_twitter span.follow_icon {
  background: #1B87CA;
}
.theme-3 a.social_youtube {
  background: #FF5050;
}
.theme-3 a.social_youtube span.follow_icon {
  background: #D04648;
}
.theme-3 a.social_instagram {
  background: #9B45D5;
}
.theme-3 a.social_instagram span.follow_icon {
  background: #803DB3;
}
.theme-3 a.social_vimeo {
  background: #1AB7EA;
}
.theme-3 a.social_vimeo span.follow_icon {
  background: #1999C3;
}
.theme-3 a.social_medium {
  background: #00AB6C;
}
.theme-3 a.social_medium span.follow_icon {
  background: #048F5E;
}
.theme-3 .news_letter {
  background: #E9EAEB;
}
.theme-3 .news_letter p {
  color: #39424A;
  font-size: 17px;
  font-weight: 300;
}
.theme-3 .news3bg {
  background: #F2F6F8;
}
.theme-3 .sociai_style3 a.single_social {
  width: 142px;
  padding-left: 45px;
}
.theme-3 .sociai_style3.inner_socail4 a.single_social {
  width: 46%;
  padding-left: 45px;
}
@media screen and (max-width: 1024px) and (max-width: 1300px) {
  .theme-3 .trancarousel_area .nav_style1 .owl-nav {
    position: absolute;
    right: -15%;
    top: 50%;
    margin-top: -11.5px;
  }
  .theme-3 .temp_wap p {
    font-style: 10px;
  }
}
@media screen and (min-width: 767px) and (max-width: 990px) {
  .theme-3 .post_type15 .post_img img {
    width: 354px;
  }
  .theme-3 a.single_social {
    display: inline-block;
    padding: 13px;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    z-index: 2;
    padding-left: 35px;
    margin: 4px 3px;
    color: #FFFFFF;
    overflow: hidden;
    width: 96px;
    line-height: 12px;
    border-radius: 4px;
  }
  .theme-3 .post_type6 .post_img img {
    width: 800px;
  }
  .theme-3 .trancarousel_area .nav_style1 .owl-nav {
    display: none;
  }
}
@media screen and (max-width: 990px) {
  .theme-3 .logo4 {
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .theme-3 .topbar .tranding_bar li {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .theme-3 .topbar {
    text-align: center;
    margin-top: 20px;
  }
  .theme-3 .v3datentemp {
    text-align: center !important;
  }
  .theme-3 .social4.text-right {
    text-align: center !important;
    margin-bottom: 20px;
  }
  .theme-3 .top_date_social.text-right {
    text-align: center !important;
  }
  .theme-3 .v3datentemp > div {
    width: 100%;
    float: unset;
    margin-bottom: 10px;
    text-align: center !important;
  }
  .theme-3 .welcome_txt h1 {
    font-size: 26px;
  }
  .theme-3 .signup_form {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .theme-3 .type20 .post_img {
    width: 100%;
  }
  .theme-3 .type20 .single_post_text {
    width: 100%;
  }
  .theme-3 .type20 .single_post_text a {
    font-size: 20px;
    line-height: 24px;
  }
  .theme-3 .type20 .single_post_text p {
    font-size: 12px;
  }
}

/*Theme area end bracket*/

.footer .extra_newss .single_extra_news p a {
   color: #87BB60 !important;
}

*/
/*DARK VERSION COLORS START*/
/*DARK VERSION COLORS END*/
/*DARK VERSION BACKGROUND START*/
/*DARK VERSION BACKGROUND END*/
/*GRADIENT COLORS START*/
/*GRADINET COLORS END*/
/*SHADOW START*/
/*SHADOW END*/

.theme-3 .site-nav-inner {
  position: relative;
}
.theme-3 .main-nav {
  background: #17222B;
}
.theme-3 .navbar {
  border-radius: 0;
  border: 0;
  margin-bottom: 0;
  padding-top: 0px;
  padding-bottom: 0px;
}
.theme-3 .navbar-toggler {
  color: #fff;
  padding: 8px 15px;
  background: #e74907;
  position: absolute;
  top: -55px;
  z-index: 9;
}
.theme-3 .navbar-toggler-icon {
  width: 25px;
}
.theme-3 .navbar-toggle .i-bar {
  background: #fff;
}
.theme-3 .navbar-collapse {
  padding-left: 0;
}
.theme-3 ul.navbar-nav > li {
  float: left;
  padding: 0;
  position: relative;
}
.theme-3 ul.navbar-nav > li > a {
  padding: 0 15px;
  line-height: 50px;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  margin: 0;
  position: relative;
  transition: 350ms;
  padding: 10px 22px;
}
.theme-3 ul.navbar-nav > li > a i {
  font-weight: 500;
}
.theme-3 ul.navbar-nav > li > a:hover, .theme-3 ul.navbar-nav > li > a:focus {
  background: none;
}
.theme-3 ul.navbar-nav > li:hover a::before, .theme-3 ul.navbar-nav > li.active a::before {
  border-color: #87BB60 !important;
  opacity: 1;
  transform: scale(1) translateZ(0);
}
.theme-3 .nav .open > a,
.theme-3 .nav .open > a:hover,
.theme-3 .nav .open > a:focus {
  background: transparent;
  border: 0;
}
.theme-3 ul.navbar-nav > li.mega-dropdown {
  position: static;
}
.theme-3 .dropdown-submenu {
  position: relative;
}
.theme-3 .dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -2px;
  border-radius: 0;
}
.theme-3 .dropdown-submenu > a:after {
  display: block;
  content: "";
  font-family: "Font Awesome 5 pro";
  float: right;
  margin-top: 3px;
  margin-right: -5px;
}
.theme-3 .dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}
.theme-3 .dropdown-submenu.pull-left {
  float: none;
}
.theme-3 .dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  border-radius: 6px 0 6px 6px;
}
.theme-3 .dropdown-toggle::after {
  display: none;
}
.theme-3 .dropdown-menu {
  text-align: left;
  background: #fff;
  z-index: 100;
  min-width: 230px;
  border-radius: 0;
  border: 0;
  border: 0;
  box-shadow: 0px 3px 3px 2px rgba(0, 0, 0, 0.15);
  margin-top: 0;
  padding: 0;
}
.theme-3 .navbar-nav > li > .dropdown-menu {
  border-top: 1px solid #dedede;
}
.theme-3 .navbar-nav > li > .dropdown-menu.mega-menu-content {
  border-top: 0;
}
.theme-3 .dropdown-menu-large {
  min-width: 400px;
}
.theme-3 .dropdown-menu-large > li > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.theme-3 .dropdown-menu-large > li > ul > li > a {
  padding-left: 0;
}
.theme-3 .dropdown-menu-large > li > ul > li.active > a {
  color: #fc4a00;
}
.theme-3 .navbar-nav > li > .dropdown-menu > a {
  background: none;
}
.theme-3 .dropdown-menu li a {
  display: block;
  font-size: 12px;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
  padding: 15px 25px 15px 25px;
  border-bottom: 1px solid #17222B;
  color: #FFFFFF;
  background: #29333C;
  text-transform: capitalize;
}
.theme-3 .dropdown-menu li:last-child > a {
  border-bottom: 0;
}
.theme-3 .dropdown-menu > .active > a,
.theme-3 .dropdown-menu > .active > a:hover,
.theme-3 .dropdown-menu > .active > a:focus,
.theme-3 .dropdown-menu > .active > .dropdown-menu > .active > a {
  background: #17222B;
  color: #87BB60 !important;
}
.theme-3 .dropdown-menu > li > a:hover,
.theme-3 .dropdown-menu > li > a:focus {
  background: #17222B;
  color: #fff;
}
@media (min-width: 767px) {
  .theme-3 ul.nav li.dropdown .dropdown-menu li.dropdown-submenu .dropdown-menu {
    left: 100%;
    top: 0;
    display: none;
  }
  .theme-3 ul.nav li.dropdown .dropdown-menu li.dropdown-submenu:hover .dropdown-menu {
    display: block;
  }
}
.theme-3 .mega-menu-content {
  width: 1110px;
  padding: 0;
}
.theme-3 .mega-menu-content-inner {
  padding: 20px 10px;
}
.theme-3 .mega-menu-content .row {
  margin: 0;
}
.theme-3 .main-nav.dark-bg > .container > .row {
  border: 0;
  background: #272727;
  margin-left: 0;
  margin-right: 0;
}
.theme-3 .dark-bg .navbar-toggler {
  margin-left: 6px;
}
.theme-3 .main-nav.dark-bg ul.navbar-nav > li > a {
  color: #fff;
}
.theme-3 .main-nav.dark-bg ul.navbar-nav > li > a:before {
  border: 0;
}
.theme-3 .main-nav.dark-bg ul.navbar-nav > li.active,
.theme-3 .main-nav.dark-bg ul.navbar-nav > li:hover {
  background: #fc4a00;
}
.theme-3 .main-nav.dark-bg .nav-search i {
  color: #fff;
}
.theme-3 .main-nav {
  position: relative;
  padding: 0 15px;
}
.theme-3 .mfp-bg.xs-promo-popup {
  background-color: rgba(0, 0, 0, 0.87);
  padding-bottom: 100%;
  border-radius: 100%;
  overflow: hidden;
  animation: menu-animation 0.8s ease-out forwards;
}
@keyframes menu-animation {
  0% {
    opacity: 0;
    transform: scale(0.04) translateY(300%);
  }
  40% {
    transform: scale(0.04) translateY(0);
    transition: ease-out;
  }
  40% {
    transform: scale(0.04) translateY(0);
  }
  60% {
    opacity: 1;
    transform: scale(0.02) translateY(0px);
  }
  61% {
    opacity: 1;
    transform: scale(0.04) translateY(0px);
  }
  99.9% {
    opacity: 1;
    height: 0;
    padding-bottom: 100%;
    border-radius: 100%;
  }
  100% {
    opacity: 1;
    transform: scale(2) translateY(0px);
    height: 100%;
    padding-bottom: 0;
    border-radius: 0;
  }
}
.theme-3 .menu-tab .nav.nav-tabs {
  border-right: 1px solid #dedede;
  padding: 20px 0;
  padding-right: 0;
  min-height: 250px;
  margin-top: 0;
}
.theme-3 .menu-tab .nav.nav-tabs > li > a {
  border: 1px solid transparent;
  border-radius: 0;
  font-weight: 400;
  padding: 14px 16px 14px 30px;
  background: #fff;
  text-transform: initial;
  font-size: 14px;
}
.theme-3 .menu-tab .nav.nav-tabs > li > a.active {
  background: #dedede;
  margin-right: -1px;
  border: 1px solid #dedede;
  border-right: 0;
  color: #fc4a00;
  cursor: pointer;
}
.theme-3 .menu-tab .tab-content > .tab-pane {
  padding: 25px 0;
  min-height: 250px;
}
.theme-3 .menu-tab .tab-content > .tab-pane .col-md-3 {
  padding-right: 10px;
  padding-left: 10px;
}
.theme-3 .header.header-menu {
  padding: 0;
}
.theme-3 .header.header-menu .logo {
  padding: 12px 0;
}
.theme-3 .header.header-menu > .container > .row {
  border-bottom: 1px solid #dedede;
  margin-left: 0;
  margin-right: 0;
}
.theme-3 .header.header-menu ul.navbar-nav > li > a {
  line-height: 70px;
}
.theme-3 .header.header-menu ul.navbar-nav > li.mega-dropdown,
.theme-3 .site-nav-inner {
  position: static;
  width: 100%;
}
.theme-3 .header.header-menu .mega-menu-content {
  min-width: 1145px;
  left: -43%;
}
.theme-3 .nav-social-wrap {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
}
.theme-3 .navbar {
  position: absolute;
  top: 70px;
  width: 100%;
  background: #f8f8f8;
  z-index: 9;
  padding: 0;
}
@media (min-width: 992px) {
  .theme-3 .navbar {
    position: static;
    top: 70px;
    width: 100%;
    background: transparent;
  }
  .theme-3 ul.navbar-nav > li > a {
    color: #FFFFFF;
    padding: 0 22px;
  }
  .theme-3 .header.header-menu ul.navbar-nav > li.mega-dropdown,
.theme-3 .site-nav-inner {
    position: static;
    width: 100%;
  }
}
.theme-3 ul.navbar-nav > li:after {
  position: absolute;
  content: "";
  height: 0;
  width: 100%;
  background: #87BB60 !important;
  bottom: 0;
  left: 0;
  z-index: 2;
  transition: all 0.3s;
}
.theme-3 ul.navbar-nav > li:hover:after {
  height: 2px;
  transition: all 0.3s;
}
@media (min-width: 992px) {
  .theme-3 .header {
    min-height: 70px;
  }
  .theme-3 .main-nav ul.navbar-nav > li > a {
    padding: 0 15px;
    line-height: 70px;
    display: inline-block;
  }
  .theme-3 .main-nav ul.navbar-nav > li {
    position: relative;
    z-index: 2;
    transition: all 0.3s;
  }
  .theme-3 .main-nav ul.navbar-nav > li:before {
    position: absolute;
    content: "";
    height: 0;
    width: 100%;
    background: #87BB60 !important;
    z-index: -1;
    left: 0;
    top: 0;
    transition: all 0.3s;
  }
  .theme-3 .main-nav ul.navbar-nav > li:after {
    position: absolute;
    content: "";
    height: 2px;
    width: 0;
    background: #FFFFFF;
    z-index: -1;
    left: 0;
    bottom: 0;
    transition: all 0.3s;
  }
  .theme-3 .main-nav ul.navbar-nav > li:hover:before {
    height: 100%;
    transition: all 0.3s;
  }
  .theme-3 .main-nav ul.navbar-nav > li:hover:after {
    width: 100%;
    transition: all 0.3s;
  }
  .theme-3 .main-nav ul.navbar-nav > li > a:hover::after {
    opacity: 1;
  }
  .theme-3 blockquote {
    padding: 45px 120px 30px;
  }
}
@media (min-width: 1200px) {
 
  .theme-3 .navbar-nav li:hover .dropdown-menu {
    display: block;
  }
  .theme-3 .navbar-collapse {
    padding-right: 0;
  }
  .theme-3 .nav-style-boxed .navbar-collapse {
    padding-left: 15px;
  }
  .theme-3 .header.header-menu .mega-menu-content {
    min-width: 1095px;
    margin-left: -27px;
  }
  .theme-3 .main-nav ul.navbar-nav > li > a {
    padding: 0px 15px 0px;
  }
  .theme-3 .sidebar {
    margin-left: 40px;
  }
  .theme-3 .sidebar.sidebar-left {
    margin-left: 0;
    margin-right: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {

  .theme-3 .navbar-nav li:hover .dropdown-menu {
    display: block;
  }
  .theme-3 ul.navbar-nav > li {
    padding: 0 6px;
  }
  .theme-3 ul.navbar-nav > li a {
    font-size: 12px;
  }
  .theme-3 .dropdown-menu li a {
    font-size: 12px;
  }
  .theme-3 .header .header-menu .mega-menu-content {
    min-width: 1095px;
    margin-left: -11px;
  }
  .theme-3 .newsletter-form input {
    min-width: 340px;
  }
  .theme-3 .action-box-text {
    font-size: 13px;
  }
  .theme-3 #back-to-top.affix {
    bottom: 35px;
  }
  .theme-3 .mega-menu-content {
    max-width: 940px;
  }
}
@media (min-width: 575px) {
  .theme-3 .main-nav {
    padding: 0;
  }
  .theme-3 .nav-social-wrap {
    padding: 0 15px;
  }
  .theme-3 .navbar-toggler {
    left: 15px;
  }
  .theme-3 .navbar {
    width: 98%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
 
  .theme-3 ul.top-info li {
    padding-right: 12px;
  }
  .theme-3 .navbar-fixed {
    position: relative;
    animation: none;
    box-shadow: none;
  }
  .theme-3 .logo {
    padding: 13px 0;
  }
  .theme-3 .logo img {
    width: 100%;
  }
  .theme-3 .navbar-toggle {
    display: block;
    z-index: 1;
  }
  .theme-3 .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .theme-3 .navbar-collapse.collapse.show {
    display: block;
  }
  .theme-3 .navbar-collapse ul.navbar-nav {
    float: none;
    margin-top: 0px;
    width: 100%;
  }
  .theme-3 ul.navbar-nav > li {
    float: none;
    display: block;
  }
  .theme-3 .collapse.in {
    display: block;
  }
  .theme-3 .navbar-collapse.in {
    overflow-y: auto;
  }
  .theme-3 ul.nav li.dropdown:hover ul.dropdown-menu {
    display: none;
  }
  .theme-3 ul.nav li.dropdown.open ul.dropdown-menu {
    display: block;
  }
  .theme-3 .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .theme-3 .navbar-collapse {
    background: none;
    width: 100%;
  }
  .theme-3 ul.navbar-nav > li:hover > a:after,
.theme-3 ul.navbar-nav > li.active > a:after {
    content: "";
  }
  .theme-3 ul.navbar-nav > li > a:before {
    border-bottom: 0;
  }
  .theme-3 ul.navbar-nav > li,
.theme-3 .nav-style-boxed ul.navbar-nav > li {
    display: block;
  }
  .theme-3 .navbar-nav .open .dropdown-menu > li {
    padding-left: 0;
  }
  .theme-3 .navbar-nav .open .dropdown-menu > li > a {
    line-height: 30px;
    padding: 5px 15px 10px 10px;
  }
  .theme-3 .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 10px 10px;
  }
  .theme-3 ul.navbar-nav {
    padding: 0 0 10px;
  }
  .theme-3 ul.navbar-nav li {
    float: none;
  }
  .theme-3 ul.navbar-nav li a {
    line-height: normal;
    color: #333;
    border-top: 1px solid #f1f1f1;
    border-bottom: 0;
    padding: 10px 20px;
    display: block;
    min-width: 350px;
  }
  .theme-3 ul.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-submenu a i {
    margin-top: -22px;
  }
  .theme-3 ul.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-submenu .dropdown-menu {
    left: 0;
    position: relative;
  }
  .theme-3 ul.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-submenu .dropdown-menu a {
    padding-left: 50px;
  }
  .theme-3 ul.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-submenu .dropdown-menu li a {
    padding-left: 35px;
  }
  .theme-3 ul.navbar-nav .dropdown-menu {
    float: none;
    position: relative;
    border: 0;
    margin: 0;
    padding: 0;
    box-shadow: none;
    border-top: 0;
    background: none;
  }
  .theme-3 ul.navbar-nav .dropdown-menu li a {
    padding-left: 20px;
  }
  .theme-3 ul.navbar-nav > li.nav-search,
.theme-3 ul.navbar-nav > li.header-get-a-quote {
    display: none;
  }
  .theme-3 ul.navbar-nav li a i,
.theme-3 .dropdown-submenu > a:after {
    float: right;
    width: 36px;
    height: 28px;
    line-height: 28px;
    margin-top: -5px;
    text-align: center;
    color: #000;
  }
  .theme-3 .dropdown-submenu > a:after {
    margin-right: 0;
  }
  .theme-3 .navbar-nav > li > .dropdown-menu.mega-menu-content {
    display: none;
  }
  .theme-3 .featured-post-area .pad-r {
    padding-right: 15px;
  }
  .theme-3 .featured-post-area .pad-l {
    padding-left: 15px;
  }
  .theme-3 .sidebar-right {
    margin-top: 50px;
  }
  .theme-3 .sidebar-right .widget {
    margin-left: 0;
  }
  .theme-3 .block.color-aqua,
.theme-3 .block.color-violet {
    margin-top: 40px;
  }
  .theme-3 .footer-widget {
    display: inline-block;
    margin-bottom: 30px;
  }
  .theme-3 .newsletter-form input {
    width: 90%;
  }
  .theme-3 .footer-info-content {
    padding: 50px 100px 0;
  }
  .theme-3 #back-to-top.affix {
    bottom: 78px;
  }
}
@media (max-width: 767px) {
  
  .theme-3 .boxed-layout .body-inner {
    margin: 0 auto;
  }
  .theme-3 .trending-bar {
    padding: 20px 0;
  }
  .theme-3 .trending-bar .trending-title {
    float: none;
    border: none;
  }
  .theme-3 .trending-bar .post-title.title-small {
    padding: 10px 0;
  }
  .theme-3 .ts-date {
    padding: 0;
    border-right: 0;
    display: block;
  }
  .theme-3 .top-nav {
    display: block;
    margin: 10px 0;
  }
  .theme-3 .top-bar {
    text-align: center;
  }
  .theme-3 .top-social ul li a {
    padding: 0 10px;
  }
  .theme-3 .navbar-fixed {
    position: relative;
    animation: none;
    box-shadow: none;
  }
  .theme-3 .logo {
    padding: 13px 0 25px;
    text-align: center;
  }
  .theme-3 .navbar-toggle {
    display: block;
    z-index: 1;
  }
  .theme-3 .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .theme-3 .navbar-collapse.collapse.show {
    display: block;
  }
  .theme-3 .navbar-collapse.collapse:after {
    display: block;
    content: "";
    clear: both;
  }
  .theme-3 .navbar-collapse,
.theme-3 .site-nav-inner {
    background: none;
    width: 100%;
  }
  .theme-3 ul.navbar-nav > li:hover > a:after,
.theme-3 ul.navbar-nav > li.active > a:after {
    content: "";
  }
  .theme-3 ul.navbar-nav > li > a:before {
    border-bottom: 0;
  }
  .theme-3 .navbar-nav .open .dropdown-menu > li > a,
.theme-3 .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 10px 15px 10px 10px;
  }
  .theme-3 ul.navbar-nav > li {
    display: block;
  }
  .theme-3 .navbar-nav .open .dropdown-menu > li > a {
    line-height: 30px;
  }
  .theme-3 ul.navbar-nav > li.nav-search,
.theme-3 ul.navbar-nav > li.header-get-a-quote {
    display: none;
  }
  .theme-3 ul.navbar-nav {
    width: 100%;
    padding: 0 0 10px;
  }
  .theme-3 ul.navbar-nav > li {
    float: none;
  }
  .theme-3 ul.navbar-nav li a {
    line-height: normal;
    color: #333;
    border-top: 1px solid #f1f1f1;
    border-bottom: 0;
    padding: 7px 20px;
    display: block;
    background: transparent;
  }
  .theme-3 ul.navbar-nav .dropdown-menu > li > a {
    padding-left: 15px;
  }
  .theme-3 ul.navbar-nav .dropdown-menu {
    float: none;
    position: relative;
    border: 0;
    margin: 0;
    padding: 0;
  }
  .theme-3 ul.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-submenu .dropdown-menu {
    left: 0;
    position: relative;
  }
  .theme-3 ul.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-submenu a i {
    margin-top: -22px;
  }
  .theme-3 ul.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-submenu .dropdown-menu li a {
    padding-left: 20px;
  }
  .theme-3 ul.navbar-nav .dropdown-menu {
    box-shadow: none;
    border-top: 0;
    background: none;
    padding-left: 15px;
  }
  .theme-3 ul.navbar-nav li a i,
.theme-3 .dropdown-submenu > a:after {
    color: #333;
    float: right;
    line-height: 28px;
    margin-top: -5px;
    margin-right: 10px;
    text-align: center;
  }
  .theme-3 .dropdown-submenu > a:after {
    margin-right: 0;
  }
  .theme-3 .navbar-nav > li > .dropdown-menu.mega-menu-content {
    display: none;
  }
  .theme-3 .main-nav.dark-bg {
    margin-bottom: 20px;
  }
  .theme-3 .main-nav.dark-bg > .container > .row {
    padding: 0 20px;
  }
  .theme-3 .main-nav.dark-bg ul.navbar-nav > li.active,
.theme-3 .main-nav.dark-bg ul.navbar-nav > li:hover {
    background: none;
  }
  .theme-3 .main-nav.dark-bg ul.navbar-nav li a {
    color: #17222B;
  }
  .theme-3 .header-top-social {
    margin-bottom: 20px;
  }
  .theme-3 .search-block {
    width: 220px;
  }
  .theme-3 .header.header-menu {
    position: relative;
    margin-bottom: 20px;
  }
  .theme-3 .search-area {
    position: absolute;
    right: 0;
    top: 50px;
  }
  .theme-3 .featured-post-area .pad-r,
.theme-3 .pad-r-small {
    padding-right: 15px;
    padding-right: 15px;
  }
  .theme-3 .featured-post-area .pad-l,
.theme-3 .pad-l-small {
    padding-left: 15px;
  }
  .theme-3 .post-title {
    font-size: 18px;
    line-height: 26px;
  }
  .theme-3 .block.color-orange .post-overaly-style.last {
    margin-top: 40px;
  }
  .theme-3 .sidebar-right {
    margin-top: 50px;
  }
  .theme-3 .sidebar-right .widget {
    margin-left: 0;
  }
  .theme-3 .block.color-aqua,
.theme-3 .block.color-violet {
    margin-top: 40px;
  }
  .theme-3 .social-icon li a i {
    margin-bottom: 10px;
  }
  .theme-3 .post-block-style.post-float-half .post-thumb img {
    max-width: 100%;
    min-height: 100%;
    margin-bottom: 20px;
  }
  .theme-3 .footer-widget {
    display: inline-block;
    margin-bottom: 30px;
  }
  .theme-3 .newsletter-form input {
    width: 90%;
  }
  .theme-3 .footer-info-content {
    padding: 50px 20px 0;
  }
  .theme-3 .footer-social li a i {
    margin-bottom: 10px;
  }
  .theme-3 #back-to-top.affix {
    bottom: 78px;
  }
  .theme-3 .featured-tab .nav-tabs {
    margin: 20px 0;
    position: static;
  }
  .theme-3 .footer-menu .nav {
    display: inline-block;
  }
  .theme-3 #back-to-top {
    bottom: 0;
    right: 20px;
  }
  .theme-3 .block-title > span {
    padding: 9px 10px;
  }
  .theme-3 .featured-tab .nav-tabs > li > a {
    font-size: 12px;
  }
  .theme-3 .category-style2 .post-thumb {
    margin-bottom: 20px;
  }
  .theme-3 .ts-author-comments::after {
    display: none;
  }
  .theme-3 .single-post .post-navigation {
    padding: 30px 0;
  }
  .theme-3 .single-post .post-navigation .post-next,
.theme-3 .single-post .post-navigation .post-previous {
    width: 100%;
    border: none;
    margin: 10px 0;
  }
}
@media (max-width: 991px) {
  .theme-3 .featured-slider .item .featured-post .post-content {
    padding: 20px;
  }
  .theme-3 .post-video .post-video-content {
    padding: 0 20px 10px;
  }
  .theme-3 .post-video .post-video-content h3 {
    font-size: 18px;
  }
}
.theme-3 h2.post-title.title-small, .theme-3 h2.post-title.title-small a {
  font-size: 16px;
  color: #17222B;
  margin-top: 10px;
  font-weight: 500;
}
.theme-3 .post-thumb {
  position: relative;
  z-index: 2;
}
.theme-3 a.popup {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 70px;
  width: 70px;
  margin-left: -35px;
  text-align: center;
  margin-top: -35px;
  line-height: 70px;
  font-size: 20px;
  color: #17222B;
  background: #fff;
  border-radius: 50%;
}
.theme-3 .menu_right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.theme-3 .users_area {
  position: relative;
  z-index: 2;
}
.theme-3 .search_form {
  position: absolute;
  height: 100%;
  width: 200px;
  left: -130px;
  top: -95px;
  background: #fff;
  display: none;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}
.theme-3 .search_form.active {
  visibility: visible;
  opacity: 1;
  display: block;
  transition: all 0.4s;
}
.theme-3 .search_form input {
  border: none;
  padding: 15px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}
.theme-3 .temp_wap {
  position: relative;
  z-index: 2;
  padding-left: 70px;
}
.theme-3 .temp_wap p {
  color: #9199A0;
}
.theme-3 .temp_icon {
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  position: absolute;
  left: 15px;
}
.theme-3 h3.temp_count {
  position: relative;
  z-index: 2;
  color: #17222B;
  display: inline-block;
}
.theme-3 h3.temp_count:after {
  position: absolute;
  content: "";
  height: 30px;
  width: 30px;
  background: url(../img/icon/s.png);
  background-repeat: no-repeat;
  right: -35px;
}
.theme-3 .lang {
  padding-left: 15px;
}
.theme-3 .lang li a {
  font-weight: 500;
  color: #9199A0;
}
.theme-3 .users_area li {
  font-weight: 500;
  padding: 0 4px;
  font-size: 16px;
  cursor: pointer;
  color: #9199A0;
}
.theme-3 .menu_right > div {
  position: relative;
  z-index: 2;
  padding-right: 15px;
}
.theme-3 .menu_right > div:after {
  position: absolute;
  content: "";
  height: 25px;
  width: 2px;
  background: #65717A;
  right: 0;
  top: 50%;
  margin-top: -12.5px;
}
.theme-3 .menu_right > div:last-child {
  padding-right: 0;
}
.theme-3 .menu_right > div:last-child:after {
  display: none;
}
.theme-3 .date3 {
  background: #29333C;
  padding: 21px;
  color: #fff;
  text-align: center;
}
.theme-3 .main-menu .row {
  padding: 0;
  margin: 0;
}
.theme-3 .main-menu .col-lg-3 {
  padding: 0;
  margin: 0;
}

*/
/*DARK VERSION COLORS START*/
/*DARK VERSION COLORS END*/
/*DARK VERSION BACKGROUND START*/
/*DARK VERSION BACKGROUND END*/
/*GRADIENT COLORS START*/
/*GRADINET COLORS END*/
/*SHADOW START*/
/*SHADOW END*/
.theme-4 button.cbtn4,
.theme-4 input.cbtn4,
.theme-4 a.cbtn4 {
  padding: 15px 40px;
  font-size: 16px;
  color: #FFFFFF;
  background: linear-gradient(90deg, #FF5555, #AB50EF);
  text-transform: uppercase;
  transition: all 0.3s;
  font-weight: 400;
}
.theme-4 button.cbtn4:hover,
.theme-4 input.cbtn4:hover,
.theme-4 a.cbtn4:hover {
  background: linear-gradient(90deg, #FF5555, #AB50EF);
  color: #FFFFFF;
  transition: all 0.3s;
}

.theme-4 .container {
  max-width: 1250px;
}
.theme-4 .footer_area3 .logo a {
  margin-bottom: 15px;
}
.theme-4 a {
  color: #FF5555;
}
.theme-4 a:hover {
  color: #FF5555;
}
.theme-4 .page_category h4,
.theme-4 li.page_category {
  color: #FF5555;
}
.theme-4 .logo4 {
  display: flex;
  align-self: center;
  justify-content: center;
  padding: 20px;
  width: 250px;
  height: 150px;
  background: linear-gradient(90deg, #FF5555, #AB50EF);
}
.theme-4 .v3datentemp > div {
  width: 50%;
  float: left;
}
.theme-4 .search4 {
  color: white;
  cursor: pointer;
  background: linear-gradient(90deg, #FF5555, #AB50EF);
  display: inline-block;
  padding: 21px;
}
.theme-4 .widget-title {
  padding-left: 40px;
}
.theme-4 .widget-title:before {
  position: absolute;
  content: "";
  height: 5px;
  width: 30px;
  background: linear-gradient(90deg, #FF5555, #AB50EF);
  left: 0;
  top: 50%;
  margin-top: -2.5px;
  z-index: -1;
}
.theme-4 .social4 li a {
  width: 50px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: #ECEDEE;
  font-size: 15px;
  color: #17222B;
  position: relative;
  z-index: 2;
  overflow: hidden;
  transition: all 0.3s;
}
.theme-4 .social4 li a:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: -100%;
  z-index: -1;
  background: linear-gradient(90deg, #FF5555, #AB50EF);
  transition: all 0.3s;
}
.theme-4 .social4 li a:hover {
  color: #FFFFFF;
}
.theme-4 .social4 li a:hover:before {
  left: 0;
  transition: all 0.3s;
}
.theme-4 a.showmore, .theme-4 button.showmore, .theme-4 input.showmore {
  background: #F8EDF9;
  color: #FF5555;
  border: none;
}
.theme-4 .date4 {
  text-align: center;
}
.theme-4 .date4 h5 {
  font-size: 18px;
}
.theme-4 .date4 h5 span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin-top: 5px;
  opacity: 0.6;
}
.theme-4 .logo_area {
  padding: 0;
}
.theme-4 .welcome_txt .title_meta {
  font-weight: 500;
  color: #FFFFFF;
  position: relative;
  z-index: 2;
  padding-left: 15px;
}
.theme-4 .welcome_txt .title_meta:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 5px;
  background: linear-gradient(90deg, #FF5555, #AB50EF);
  left: 0;
  top: 50%;
  margin-top: -10px;
}
.theme-4 .welcome_txt h1 {
  color: #FFFFFF;
  font-size: 44px;
  text-decoration: underline;
}
.theme-4 .welcome4_area_wrap {
  position: relative;
  z-index: 1;
}
.theme-4 .welcome4_area {
  padding: 100px 0 100px;
  position: relative;
  z-index: 2;
}
.theme-4 .welcome_news_list .row > div {
  padding: 1px;
}
.theme-4 .welcome_news_list .single_news_list {
  background: #17222B;
  padding: 25px;
  height: 160px;
  transition: all 0.3s;
  position: relative;
  z-index: 2;
}
.theme-4 .welcome_news_list .single_news_list:after {
  position: absolute;
  content: "";
  height: 5px;
  width: 0;
  background: linear-gradient(90deg, #FF5555, #AB50EF);
  bottom: 0;
  transition: all 0.3s;
  left: 0;
}
.theme-4 .welcome_news_list .single_news_list:hover:after {
  width: 100%;
  transition: all 0.3s;
}
.theme-4 .welcome_news_list .single_news_list a {
  color: #fff;
  transition: all 0.3s;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  margin-top: 10px;
}
.theme-4 .welcome_news_list .single_news_list h4 {
  font-weight: 400;
}
.theme-4 .welcome_news_list .single_news_list p {
  color: #fff;
  transition: all 0.3s;
  font-weight: 500;
}
.theme-4 .welcome_news_list .single_news_list p span {
  color: #fff;
  transition: all 0.3s;
}
.theme-4 .welcome_news_list .single_news_list:hover {
  background: #FFFFFF;
}
.theme-4 .welcome_news_list .single_news_list:hover a {
  color: #17222B;
  transition: all 0.3s;
}
.theme-4 .welcome_news_list .single_news_list:hover p {
  color: #17222B;
  transition: all 0.3s;
}
.theme-4 .welcome_news_list .single_news_list:hover p span {
  color: #FF5555;
  transition: all 0.3s;
}
.theme-4 .single_post_text .meta {
  color: #FF5555;
  text-transform: uppercase;
  line-height: 17px;
  font-size: 12px;
  margin-bottom: 5px;
  position: relative;
  z-index: 2;
}
.theme-4 .single_post_text .meta span {
  color: #50585F;
  text-transform: capitalize;
}
.theme-4 .single_post_text a {
  color: #17222B;
  font-weight: 500;
}
.theme-4 .single_post:hover .single_post_text a {
  color: #FF5555;
  transition: all 0.3s;
}
.theme-4 .user3 i {
  color: #17222B;
  opacity: 0.6;
}
.theme-4 .v3datentemp {
  display: flex;
  align-items: center;
}
.theme-4 .trancarousel_area .nav_style1 .owl-nav {
  position: absolute;
  right: -20%;
  top: 50%;
  margin-top: -15px;
}
.theme-4 .trancarousel_area .nav_style1 .owl-nav div {
  height: 30px;
  width: 30px;
  line-height: 30px;
  background: #ECEDEE;
  color: #718594;
  border: none;
}
.theme-4 .trancarousel_area .nav_style1 .owl-nav div:last-child {
  margin-left: 3px;
}
.theme-4 .trancarousel_area p.trand {
  float: left;
  margin-right: 10px;
  padding: 12px 20px;
  background: #17222B;
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 17px;
}
.theme-4 .trancarousel_area .trancarousel_item {
  padding: 12px;
  font-size: 14px;
  line-height: 17px;
  opacity: 0.85;
}
.theme-4 .trancarousel_area .trancarousel_item a {
  color: #17222B;
  opacity: 0.85;
  word-break: break-word;
}
.theme-4 .trancarousel_area .trancarousel_item p {
  color: #17222B;
  opacity: 0.85;
  word-break: break-word;
}
.theme-4 .lang-3 li {
  position: relative;
  z-index: 2;
  transition: all 0.3s;
}
.theme-4 .lang-3 li a {
  display: inline-block;
  padding: 7px;
}
.theme-4 .lang-3 li:hover ul {
  visibility: visible;
  opacity: 1;
  top: 40px;
  transition: all 0.3s;
}
.theme-4 .lang-3 li ul {
  position: absolute;
  left: 0;
  top: auto;
  text-align: left;
  background: #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  visibility: hidden;
  top: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  width: 120px;
  z-index: 999;
  opacity: 0;
}
.theme-4 .lang-3 li ul li a {
  padding: 5px 15px;
}
.theme-4 .lang-3 li a {
  opacity: 0.75;
  color: #17222B;
}
.theme-4 .lang-3 li a i {
  opacity: 1;
}
.theme-4 .topbar {
  margin-top: -10px;
  margin-bottom: 3px;
}
.theme-4 .social4 {
  position: relative;
  z-index: 1;
}
.theme-4 .single_post_text .meta2 {
  margin-bottom: 0;
}
.theme-4 .single_post_text .meta2 a {
  font-size: 12px;
  text-transform: capitalize;
  position: relative;
  z-index: 2;
  line-height: 17px;
  margin-bottom: 5px;
}
.theme-4 .single_post_text .meta2 a:first-child {
  color: #FF5555;
}
.theme-4 .single_post_text .meta2 a:last-child {
  margin-left: 20px;
  color: #17222B;
  opacity: 0.75;
}
.theme-4 .single_post_text .meta2 a:last-child:before {
  position: absolute;
  content: "|";
  height: 20px;
  width: 10px;
  left: -18px;
  top: 50%;
  margin-top: -10px;
  line-height: 20px;
  color: #17222B;
  opacity: 0.3;
  text-align: center;
}
.theme-4 .single_post_text .meta5 {
  margin-bottom: 0;
}
.theme-4 .single_post_text .meta5 a {
  font-size: 12px;
  text-transform: capitalize;
  position: relative;
  z-index: 2;
  line-height: 17px;
  margin-bottom: 5px;
  color: #FFFFFF;
}
.theme-4 .single_post_text .meta5 a:last-child {
  margin-left: 20px;
  font-weight: 400;
}
.theme-4 .single_post_text .meta5 a:last-child:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 10px;
  left: -18px;
  top: 50%;
  background: #000;
  margin-top: -10px;
  line-height: 20px;
  color: #FFFFFF;
  text-align: center;
}
.theme-4 .single_post_text .meta3 {
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}
.theme-4 .single_post_text .meta3 a {
  font-size: 12px;
  position: relative;
  z-index: 2;
  line-height: 14px;
  font-weight: 500;
  margin-bottom: 0;
}
.theme-4 .single_post_text .meta3 a:first-child {
  color: #FF5555;
}
.theme-4 .single_post_text .meta3 a:last-child {
  margin-left: 20px;
  color: #17222B;
  opacity: 0.75;
}
.theme-4 .single_post_text .meta3 a:last-child:before {
  position: absolute;
  content: "|";
  height: 20px;
  width: 10px;
  left: -18px;
  top: 50%;
  margin-top: -10px;
  line-height: 20px;
  color: #17222B;
  opacity: 0.3;
  text-align: center;
}
.theme-4 .single_post_text .meta {
  margin-bottom: 0;
}
.theme-4 .single_post_text .meta a {
  font-size: 14px;
  text-transform: capitalize;
  position: relative;
  z-index: 2;
}
.theme-4 .single_post_text .meta a:last-child {
  margin-left: 20px;
}
.theme-4 .single_post_text .meta a:last-child:before {
  position: absolute;
  content: "|";
  height: 20px;
  width: 10px;
  left: -18px;
  top: 50%;
  margin-top: -10px;
  line-height: 20px;
  text-align: center;
}
.theme-4 .single_post_text .meta4 {
  margin-top: 0;
}
.theme-4 .single_post_text .meta4 a {
  font-size: 12px;
  text-transform: capitalize;
  position: relative;
  z-index: 2;
  line-height: 17px;
  font-weight: 500;
  color: #17222B;
  opacity: 0.6;
}
.theme-4 .type16 {
  padding-left: 110px;
  margin-right: 0;
  min-height: 65px;
  margin-bottom: 0;
}
.theme-4 .type16 .post_img {
  border-radius: 3px;
  overflow: hidden;
  max-height: 65px;
  max-width: 90px;
}
.theme-4 .scroll_bar::-webkit-scrollbar {
  width: 2px;
}
.theme-4 .scroll_bar::-webkit-scrollbar-thumb {
  background-color: #A9ACB0;
  outline: 1px solid #A9ACB0;
}
.theme-4 .business_carousel {
  border-radius: 5px;
}
.theme-4 .share_meta4 li a {
  font-size: 15px;
  font-weight: 400;
  color: #17222B;
  opacity: 0.4;
}
.theme-4 .share_meta4 li:nth-child(2) {
  margin-left: 7px;
}
.theme-4 .nav_style4 .owl-nav > div {
  position: absolute;
  top: 50%;
  left: -21px;
  height: 42px;
  width: 42px;
  background: #ffffff;
  border-radius: 50%;
  text-align: center;
  line-height: 42px;
  margin-top: -21px;
  border: 1px solid #DCDEDF;
}
.theme-4 .nav_style4 .owl-nav > div:hover {
  background: linear-gradient(90deg, #FF5555, #AB50EF);
  color: #FFFFFF;
}
.theme-4 .nav_style4 .owl-nav > div.owl-next {
  position: absolute;
  top: 50%;
  left: auto;
  right: -21px;
  height: 42px;
  width: 42px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 42px;
  border: 1px solid #DCDEDF;
}
.theme-4 .nav_style4 .owl-nav > div.owl-next:hover {
  background: linear-gradient(90deg, #FF5555, #AB50EF);
  color: #FFFFFF;
}
.theme-4 .meta.before {
  position: relative;
  z-index: 2;
  padding-left: 25px;
  font-weight: 500;
}
.theme-4 .meta.before:before {
  position: absolute;
  content: "";
  height: 3px;
  width: 20px;
  background: linear-gradient(90deg, #FF5555, #AB50EF);
  left: 0;
  top: 50%;
  margin-top: -1.5px;
}
.theme-4 .single_international a {
  font-size: 20px;
  color: #17222B;
  font-weight: 500;
  padding: 15px 0;
}
.theme-4 .single_international img {
  border-radius: 3px;
}
.theme-4 .shadow7 {
  box-shadow: 0 3px 6px #f1f1f1;
}
.theme-4 .bg4 {
  background: #FAFAFA;
}
.theme-4 .finance .single_post_text {
  padding: 20px;
}
.theme-4 span.tranding {
  background: linear-gradient(90deg, #FF5555, #AB50EF);
}
.theme-4 span.batch3.date {
  background: linear-gradient(90deg, #FF5555, #AB50EF);
  position: absolute;
  left: 0;
  top: 20px;
  height: 36px;
  display: flex;
  align-items: center;
  padding: 18px 12px;
  color: #fff;
  font-size: 12px;
  border-radius: 0 30px 30px 0;
}
.theme-4 .popular_items.scroll_bar {
  max-height: 430px;
  overflow-y: scroll;
}
.theme-4 .type22 {
  padding-left: 85px;
  margin-right: 0;
  min-height: 50px;
  margin-bottom: 0;
}
.theme-4 .type22 .post_img {
  height: 50px;
  width: 75px;
  min-height: 50px;
}
.theme-4 .type22 .post_img img {
  width: 100%;
  height: 100%;
  border-radius: 3px;
}
.theme-4 .post_type12 .post_img {
  width: 42%;
}
.theme-4 .post_type12 .single_post_text {
  width: 58%;
}
.theme-4 .post_type12 .single_post_text a {
  font-size: 24px;
  line-height: 29px;
}
.theme-4 .post_type12 .single_post_text p {
  font-size: 17px;
  font-weight: 300;
  line-height: 27px;
}
.theme-4 .image_carousel .post_img img {
  border-radius: 7px;
  height: 452px;
}
.theme-4 .footer {
  padding: 80px 0 0 0;
}
.theme-4 .footer .single_contact3 {
  display: inline-block;
  width: 32.33%;
  position: relative;
  z-index: 2;
  padding-left: 20px;
}
.theme-4 .footer .single_contact3 h6 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 5px;
  position: relative;
  z-index: 2;
}
.theme-4 .footer .single_contact3 h6:before {
  position: absolute;
  content: "";
  height: 6px;
  width: 6px;
  background: #FF5555;
  left: -15px;
  top: 50%;
  margin-top: -3px;
}
.theme-4 .footer .single_contact3 p {
  color: #17222B;
  font-size: 15px;
  font-weight: 500;
}
.theme-4 .footer .single_contact3 a {
  color: #17222B;
  font-size: 15px;
  font-weight: 500;
}
.theme-4 .footer .more_newss {
  padding-left: 20px;
  border-left: 1px solid #E7E8E9;
}
.theme-4 .footer .single_footer_nav ul li a {
  color: #17222B;
}
.theme-4 .footer .single_fcontact {
  position: relative;
  z-index: 2;
  padding-left: 30px;
  margin-bottom: 15px;
}
.theme-4 .footer .single_fcontact:last-child {
  margin-bottom: 0;
}
.theme-4 .footer .single_fcontact a {
  color: #17222B;
}
.theme-4 .footer .single_fcontact .fcicon {
  height: 30px;
  width: 30px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -15px;
  line-height: 30px;
}
.theme-4 .footer .widget-title2 {
  font-size: 20px;
  color: #17222B;
  font-weight: 400;
  margin-bottom: 30px;
}
.theme-4 .footer .twitter_feeds .single_twitter_feed {
  position: relative;
  z-index: 2;
  padding-left: 30px;
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
.theme-4 .footer .twitter_feeds .single_twitter_feed:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.theme-4 .footer .twitter_feeds .single_twitter_feed h6 {
  color: #17222B;
}
.theme-4 .footer .twitter_feeds .single_twitter_feed h6 span {
  color: #87BB60 !important;
}
.theme-4 .footer .twitter_feeds .single_twitter_feed p {
  font-size: 14px;
  color: #17222B;
  margin-top: 3px;
}
.theme-4 .footer .twitter_feeds .single_twitter_feed .twitter_feed_icon {
  height: 20px;
  width: 20px;
  color: #87BB60 !important;
  position: absolute;
  left: 0;
  top: 0;
}
.theme-4 .footer .single_more_news {
  position: relative;
  z-index: 2;
}
.theme-4 .footer .single_more_news:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  background: #ffffff;
  border-radius: 50%;
  left: -27.5px;
  top: 0;
}
.theme-4 .footer .single_more_news:after {
  position: absolute;
  content: "";
  height: 5px;
  width: 5px;
  background: #FF9999;
  border-radius: 50%;
  left: -22.5px;
  top: 5.5px;
}
.theme-4 .footer .extra_newss .single_extra_news {
  margin-bottom: 15px;
  padding-bottom: 30px;
  padding-right: 60px;
  position: relative;
  z-index: 2;
}
.theme-4 .footer .extra_newss .single_extra_news:nth-child(6) {
  margin-bottom: 0;
  padding-bottom: 0;
}
.theme-4 .footer .extra_newss .single_extra_news p {
  color: #87BB60 !important;
  font-size: 12px;
}
.theme-4 .footer .extra_newss .single_extra_news p span {
  color: #747A80;
}
.theme-4 .footer .extra_newss .single_extra_news a {
  color: #17222B;
}
.theme-4 .footer .extra_newss .single_extra_news span.news_counter {
  color: #747A80;
  height: 40px;
  display: inline-block;
  width: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 36px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -25px;
}
.theme-4 .footer .extra_newss .single_fcontact {
  position: relative;
  z-index: 2;
  padding-left: 30px;
  margin-bottom: 15px;
}
.theme-4 .footer .extra_newss .single_fcontact:last-child {
  margin-bottom: 0;
}
.theme-4 .footer .extra_newss .single_fcontact a {
  color: #17222B;
}
.theme-4 .footer .extra_newss .single_fcontact .fcicon {
  height: 30px;
  width: 30px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -15px;
  line-height: 30px;
}
.theme-4 .footer .single_more_news a {
  color: #17222B;
  font-size: 18px;
  font-weight: 500;
}
.theme-4 .footer .single_more_news p.meta {
  color: #FF5555;
  font-weight: 500;
  font-size: 12px;
}
.theme-4 .footer .single_more_news p {
  font-style: 15px;
  font-weight: 300;
  color: #3A434B;
  margin-top: 10px;
}
.theme-4 .footer .copyright {
  background: #ECEDEE;
  margin-top: 30px;
  padding: 15px 0;
}
.theme-4 .footer .copyright p {
  color: #747A80;
}
.theme-4 .footer .copyright ul li a {
  color: #17222B;
  padding: 0 10px;
}
.theme-4 .footer .copyright ul li a:hover {
  color: #17222B;
}
.theme-4 a.single_social {
  display: inline-block;
  padding: 13px;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  z-index: 2;
  padding-left: 35px;
  background: #3B5998;
  margin: 4px 3px;
  color: #FFFFFF;
  overflow: hidden;
  width: 104px;
  line-height: 12px;
  border-radius: 4px;
}
.theme-4 a.single_social span.follow_icon {
  position: absolute;
  left: 0;
  font-size: 12px;
  height: 100%;
  width: 30px;
  text-align: center;
  top: 0;
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #334D82;
}
.theme-4 a.single_social span.icon_text {
  display: block;
  line-height: 10px;
  font-size: 11px;
  margin-top: 5px;
}
.theme-4 a.social_twitter {
  background: #1DA1F2;
}
.theme-4 a.social_twitter span.follow_icon {
  background: #1B87CA;
}
.theme-4 a.social_youtube {
  background: #FF5050;
}
.theme-4 a.social_youtube span.follow_icon {
  background: #D04648;
}
.theme-4 a.social_instagram {
  background: #9B45D5;
}
.theme-4 a.social_instagram span.follow_icon {
  background: #803DB3;
}
.theme-4 a.social_vimeo {
  background: #1AB7EA;
}
.theme-4 a.social_vimeo span.follow_icon {
  background: #1999C3;
}
.theme-4 a.social_medium {
  background: #00AB6C;
}
.theme-4 a.social_medium span.follow_icon {
  background: #048F5E;
}
.theme-4 .post_type6 .single_post_text a {
  font-size: 24px;
  line-height: 30px;
}
.theme-4 ul.like_cm li {
  display: inline-block;
  margin-right: 20px;
  position: relative;
  z-index: 2;
}
.theme-4 ul.like_cm li:after {
  position: absolute;
  content: "";
  height: 12px;
  width: 2px;
  background: #B9BCBF;
  right: -12px;
  top: 50%;
  margin-top: -6px;
}
.theme-4 ul.like_cm li:last-child:after {
  display: none;
}
.theme-4 ul.like_cm li a {
  font-weight: 500;
  font-size: 12px;
  color: #747A80;
  margin: 0;
  padding: 0;
}
.theme-4 ul.like_cm li a i {
  color: #FF9999;
  margin-right: 4px;
}
.theme-4 ul.like_cm li:last-child {
  margin-right: 0;
}
.theme-4 .post_img img {
  border-radius: 3px;
}
.theme-4 .type18 .post_img img {
  border-radius: 5px;
}
.theme-4 .type18 .single_post_text a {
  font-size: 18px;
  line-height: 22px;
}
.theme-4 .type18 .single_post_text p {
  font-size: 15px;
  font-weight: 300;
  opacity: 0.85;
  line-height: 23px;
}
.theme-4 .single_post_text.py0 {
  padding: 20px 0 0 0;
}
.theme-4 .topbar li.tranding {
  background: #17222B;
  color: #FFFFFF;
}
.theme-4 .category4 ul li {
  margin-bottom: 10px;
}
.theme-4 .category4 ul li:last-child {
  margin-bottom: 0;
}
.theme-4 .category4 ul li a {
  background: #E8E8EA;
  display: block;
  border-radius: 3px;
  padding: 15px 15px 15px 20px;
  font-size: 20px;
  font-weight: 400;
  color: #17222B;
  position: relative;
  z-index: 2;
}
.theme-4 .category4 ul li a i {
  position: absolute;
  right: 0;
  font-size: 16px;
  color: transparent;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  top: 50%;
  margin-top: -20px;
}
.theme-4 .category4 ul li a:hover {
  color: #FFFFFF;
  font-weight: 500;
  background: linear-gradient(90deg, #FF5555, #AB50EF);
}
.theme-4 .category4 ul li a:hover i {
  color: #FFFFFF;
}
.theme-4 .tatal_video4 {
  padding: 30px;
  height: 635px;
  position: relative;
  z-index: 3;
}
.theme-4 .tatal_video4 .video4_content {
  bottom: 30px;
  left: 30px;
  position: absolute;
}
.theme-4 .tatal_video4 .video4_content a {
  font-size: 44px;
  line-height: 50px;
  font-weight: 700;
  color: #FFFFFF;
}
.theme-4 .tatal_video4 .video4_video {
  display: inline-block;
  padding-left: 70px;
  position: relative;
  z-index: 2;
  margin-top: 20px;
}
.theme-4 .tatal_video4 .video4_video h6 {
  color: #FFFFFF;
}
.theme-4 .tatal_video4 .video4_video h6 span {
  display: block;
  font-weight: 400;
  margin-top: 5px;
}
.theme-4 .tatal_video4 .video4_video .video4_icon {
  position: absolute;
  left: 0;
  top: 50%;
  height: 56px;
  width: 56px;
  text-align: center;
  line-height: 56px;
  margin-top: -28px;
  background: linear-gradient(90deg, #FF5555, #AB50EF);
  border-radius: 50%;
  color: #FFFFFF;
}
.theme-4 .video4_list {
  background: #FFFFFF;
  position: relative;
  max-height: 635px;
  overflow-y: scroll;
}
.theme-4 .video4_list a {
  font-size: 20px;
  color: #17222B;
  font-weight: 400;
}
.theme-4 .video4_list h4 {
  font-size: 20px;
  font-weight: 400;
}
.theme-4 .video4_list:before {
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-right: 13px solid red;
  border-bottom: 7px solid transparent;
  position: absolute;
  content: "";
  left: -12px;
  top: 60px;
}
.theme-4 .video4_list:last-child {
  margin-bottom: 0;
}
.theme-4 .video4_list .video_list_author {
  position: relative;
  z-index: 2;
  padding-left: 35px;
  margin-bottom: 10px;
}
.theme-4 .video4_list .video_list_author i {
  position: absolute;
  left: 0;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  color: #FE9898;
  font-size: 20px;
}
.theme-4 .video4_list .video_list_author h6 {
  font-size: 12px;
  text-transform: uppercase;
  color: #FF5555;
}
.theme-4 .video4_list .video_list_author h6 span {
  display: block;
  margin-top: 5px;
  text-transform: capitalize;
  color: #8A8F94;
  font-weight: 400;
}
.theme-4 .tatal_videos4 .row > div {
  padding: 0;
}
.theme-4 .tatal_videos4 > .row {
  border-radius: 5px;
  overflow: hidden;
}
.theme-4 .science_news {
  background: #FFFFFF;
}
.theme-4 .book_mark {
  position: relative;
  z-index: 2;
  padding-left: 45px;
  margin-top: 15px;
  display: inline-block;
}
.theme-4 .book_mark .bookmark_icon {
  height: 30px;
  width: 30px;
  position: absolute;
  text-align: center;
  line-height: 30px;
  left: 0;
  color: #FF5555;
  top: 50%;
  margin-top: -15px;
  border-radius: 50%;
  border: 1px solid #FF5555;
}
.theme-4 .book_mark h6 {
  font-size: 14px;
}
.theme-4 .book_mark h6 span {
  display: block;
  font-weight: 400;
  font-size: 12px;
  margin-top: 5px;
}
.theme-4 .science_carousel_items p.post-p {
  font-size: 15px;
  font-weight: 300;
}
.theme-4 .science_carousel_items .single_post_text a {
  font-size: 20px;
}
.theme-4 p.meta.meta_style4 {
  position: relative;
  z-index: 2;
  padding-left: 12px;
}
.theme-4 p.meta.meta_style4:after {
  position: absolute;
  content: "";
  height: 18px;
  width: 3px;
  background: linear-gradient(90deg, #FF5555, #AB50EF);
  left: 0;
  top: 50%;
  margin-top: -9px;
}
.theme-4 .dots_style1 .owl-dots {
  position: absolute;
  top: 10px;
  right: 10px;
}
.theme-4 .dots_style1 .owl-dots > div {
  height: 10px;
  width: 10px;
  background: #827A6F;
  display: inline-flex;
  margin: 2px;
  border-radius: 50%;
}
.theme-4 .dots_style1 .owl-dots div.active {
  background: linear-gradient(90deg, #FF5555, #AB50EF);
}
.theme-4 .news_letter.news_letter4 {
  background: #4F585E;
}
.theme-4 .news_letter.news_letter4 p {
  color: #FFFFFF;
  font-size: 17px;
  font-weight: 300;
}
.theme-4 .signup_form form {
  background: #ECEDEE;
  position: relative;
  z-index: 2;
  border-radius: 5px;
  overflow: hidden;
}
.theme-4 .signup_form form input.signup {
  padding: 15px;
  width: 65%;
  margin: 0;
  background: #FFFFFF;
}
.theme-4 .signup_form form input.cbtn {
  background: linear-gradient(90deg, #FF5555, #AB50EF);
  position: absolute;
  right: 0;
  top: 0px;
  padding: 15px 20px;
}
.theme-4 .tranding_bar > div {
  display: inline-block;
}
.theme-4 .tranding_top {
  float: left;
  background: red;
  padding: 5px 20px;
  margin-right: 15px;
}
.theme-4 .top_carousel {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}
.theme-4 .tranding_bar > div {
  display: flex;
  align-items: center;
}
.theme-4 .top_carousel {
  padding: 5px 20px 5px 0;
}
.theme-4 .single_comment .replay a {
  color: #FF5555;
}
.theme-4 .next_prv_single3:hover {
  background: #FF5555;
}
.theme-4 .author_social li a {
  height: 40px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  background: #ECEDEE;
  font-size: 15px;
  color: #17222B;
  position: relative;
  z-index: 2;
  overflow: hidden;
  transition: all 0.3s;
}
.theme-4 .author_social li a:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: -100%;
  z-index: -1;
  background: linear-gradient(90deg, #FF5555, #AB50EF);
  transition: all 0.3s;
}
.theme-4 .author_social li a:hover {
  color: #FFFFFF;
  background: transparent;
}
.theme-4 .author_social li a:hover:before {
  left: 0;
  transition: all 0.3s;
}
.theme-4 .widget_tab ul li a.active {
  background: linear-gradient(90deg, #FF5555, #AB50EF);
}
.theme-4 .post_img.number {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  border: 3px solid #E7E8E9;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  top: 15%;
  margin-top: 0;
}
.theme-4 .post_img.number h2 {
  font-size: 36px;
  line-height: 53px;
  color: #D1D3D5;
}
.theme-4 .tab4 ul.nav.nav-tabs li a {
  font-size: 24px;
  font-weight: 500;
  color: #A2A7AA;
  padding: 12px;
  position: relative;
  z-index: 2;
  transition: all 0.3s;
}
.theme-4 .tab4 ul.nav.nav-tabs li a:after {
  position: absolute;
  content: "";
  height: 3px;
  width: 0;
  background: linear-gradient(90deg, #FF5555, #AB50EF);
  left: 0;
  bottom: 0;
  transition: all 0.3s;
}
.theme-4 .tab4 ul.nav.nav-tabs li a:hover {
  color: #17222B;
  transition: all 0.3s;
}
.theme-4 .tab4 ul.nav.nav-tabs li a.active {
  color: #17222B;
  transition: all 0.3s;
}
.theme-4 .tab4 ul.nav.nav-tabs li a.active:after {
  width: 100%;
  transition: all 0.3s;
}
.theme-4 .tab4 .single_post_text a {
  font-size: 20px;
  line-height: 28px;
}
.theme-4 .tab4 .single_post_text .meta_col p {
  font-size: 12px;
  color: #A2A7AA;
}
.theme-4 .type16 ul.like_cm li a {
  font-size: 12px;
}
.theme-4 .inernational4 .meta {
  font-size: 12px;
  color: #FF5555;
}
.theme-4 .inernational4 .meta span {
  color: #747A80;
}
@media screen and (max-width: 990px) {
  .theme-4 .logo4 {
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .theme-4 .topbar .tranding_bar li {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .theme-4 .topbar {
    text-align: center;
    margin-top: 20px;
  }
  .theme-4 .v3datentemp {
    text-align: center;
  }
  .theme-4 .social4.text-right {
    text-align: center;
    margin-bottom: 20px;
  }
  .theme-4 .top_date_social.text-right {
    text-align: center;
  }
  .theme-4 .v3datentemp > div {
    width: 100%;
    float: unset;
    margin-bottom: 10px;
    text-align: center;
  }
  .theme-4 .welcome_txt h1 {
    font-size: 26px;
  }
  .theme-4 .tatal_video4 .video4_content a {
    font-size: 24px;
    line-height: 28px;
  }
}
@media screen and (max-width: 425px) {
  .theme-4 .single_post_text .meta3 {
    margin-bottom: 0;
    position: relative;
    z-index: 2;
  }
  .theme-4 .single_post_text .meta3 a {
    font-size: 12px;
    position: relative;
    z-index: 2;
    line-height: 14px;
    font-weight: 500;
    margin-bottom: 0;
  }
  .theme-4 .single_post_text .meta3 a:first-child {
    color: #FF5555;
  }
  .theme-4 .single_post_text .meta3 a:last-child {
    margin-left: 0;
    color: #17222B;
    opacity: 0.75;
  }
  .theme-4 .single_post_text .meta3 a:last-child:before {
    position: absolute;
    content: "|";
    height: 20px;
    width: 10px;
    left: -18px;
    top: 50%;
    margin-top: -10px;
    line-height: 20px;
    color: #17222B;
    opacity: 0.3;
    text-align: center;
    display: none;
  }
  .theme-4 .post_type12 .post_img {
    width: 100%;
  }
  .theme-4 .post_type12 .single_post_text {
    width: 100%;
  }
  .theme-4 .business3.padding30.white_bg.border-radious5.mb30 {
    padding: 20px 0;
  }
  .theme-4 .single_post.mb30.type18 {
    text-align: center;
  }
  .theme-4 .science_mid img {
    margin: 20px 0;
  }
  .theme-4 .book_mark {
    text-align: left;
  }
  .theme-4 .tab4 ul.nav.nav-tabs li a {
    font-size: 16px;
  }
  .theme-4 .widgets_type4 {
    padding-left: 0;
  }
  .theme-4 .widgets_type4 .post_img.number {
    display: none;
  }
}


*/
/*DARK VERSION COLORS START*/
/*DARK VERSION COLORS END*/
/*DARK VERSION BACKGROUND START*/
/*DARK VERSION BACKGROUND END*/
/*GRADIENT COLORS START*/
/*GRADINET COLORS END*/
/*SHADOW START*/
/*SHADOW END*/

.theme-4 .search4 {
  color: white;
  cursor: pointer;
}
.theme-4 .searching_area {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #17222B;
  z-index: 9999;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}
.theme-4 .searching_area.active {
  visibility: visible;
  opacity: 1;
  transition: all 0.3s;
}
.theme-4 .searching_area_wrap {
  position: relative;
  z-index: 2;
  transition: all 0.3s;
}
.theme-4 .search4_close {
  position: fixed;
  right: 30px;
  top: 20px;
  color: #fff;
  font-size: 30px;
  transition: all 0.3s;
}
.theme-4 .site-nav-inner {
  position: relative;
}
.theme-4 .main-nav {
  background: #17222B;
  min-height: 70px;
}
.theme-4 .navbar {
  border-radius: 0;
  border: 0;
  margin-bottom: 0;
  padding-top: 0px;
  padding-bottom: 0px;
}
.theme-4 .navbar-toggler {
  color: #fff;
  padding: 8px 15px;
  background: #e74907;
  position: absolute;
  top: -55px;
  z-index: 9;
}
.theme-4 .navbar-toggler-icon {
  width: 25px;
}
.theme-4 .navbar-toggle .i-bar {
  background: #fff;
}
.theme-4 .navbar-collapse {
  padding-left: 0;
}
.theme-4 ul.navbar-nav > li {
  float: left;
  padding: 0;
  position: relative;
}
.theme-4 ul.navbar-nav > li > a {
  padding: 0 15px;
  line-height: 50px;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  margin: 0;
  position: relative;
  transition: 350ms;
  padding: 10px 22px;
}
.theme-4 ul.navbar-nav > li > a i {
  font-weight: 500;
}
.theme-4 ul.navbar-nav > li > a:hover, .theme-4 ul.navbar-nav > li > a:focus {
  background: none;
}
.theme-4 ul.navbar-nav > li:hover a::before, .theme-4 ul.navbar-nav > li.active a::before {
  border-color: #87BB60 !important;
  opacity: 1;
  transform: scale(1) translateZ(0);
}
.theme-4 .nav .open > a,
.theme-4 .nav .open > a:hover,
.theme-4 .nav .open > a:focus {
  background: transparent;
  border: 0;
}
.theme-4 ul.navbar-nav > li.mega-dropdown {
  position: static;
}
.theme-4 .dropdown-submenu {
  position: relative;
}
.theme-4 .dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -2px;
  border-radius: 0;
}
.theme-4 .dropdown-submenu > a:after {
  display: block;
  content: "";
  font-family: "Font Awesome 5 pro";
  float: right;
  margin-top: 3px;
  margin-right: -5px;
}
.theme-4 .dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}
.theme-4 .dropdown-submenu.pull-left {
  float: none;
}
.theme-4 .dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  border-radius: 6px 0 6px 6px;
}
.theme-4 .dropdown-toggle::after {
  display: none;
}
.theme-4 .dropdown-menu {
  text-align: left;
  background: #fff;
  z-index: 100;
  min-width: 230px;
  border-radius: 0;
  border: 0;
  border: 0;
  box-shadow: 0px 3px 3px 2px rgba(0, 0, 0, 0.15);
  margin-top: 0;
  padding: 0;
}
.theme-4 .navbar-nav > li > .dropdown-menu {
  border-top: 1px solid #dedede;
}
.theme-4 .navbar-nav > li > .dropdown-menu.mega-menu-content {
  border-top: 0;
}
.theme-4 .dropdown-menu-large {
  min-width: 400px;
}
.theme-4 .dropdown-menu-large > li > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.theme-4 .dropdown-menu-large > li > ul > li > a {
  padding-left: 0;
}
.theme-4 .dropdown-menu-large > li > ul > li.active > a {
  color: #fc4a00;
}
.theme-4 .navbar-nav > li > .dropdown-menu > a {
  background: none;
}
.theme-4 .dropdown-menu li a {
  display: block;
  font-size: 12px;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
  padding: 15px 25px 15px 25px;
  border-bottom: 1px solid #17222B;
  color: #FFFFFF;
  background: #29333C;
}
.theme-4 .dropdown-menu li:last-child > a {
  border-bottom: 0;
}
.theme-4 .dropdown-menu > .active > a,
.theme-4 .dropdown-menu > .active > a:hover,
.theme-4 .dropdown-menu > .active > a:focus,
.theme-4 .dropdown-menu > .active > .dropdown-menu > .active > a {
  color: #FF5555;
}
.theme-4 .dropdown-menu > li > a:hover,
.theme-4 .dropdown-menu > li > a:focus {
  color: #FF5555;
}
@media (min-width: 767px) {
  .theme-4 ul.nav li.dropdown .dropdown-menu li.dropdown-submenu .dropdown-menu {
    left: 100%;
    top: 0;
    display: none;
  }
  .theme-4 ul.nav li.dropdown .dropdown-menu li.dropdown-submenu:hover .dropdown-menu {
    display: block;
  }
}
.theme-4 .mega-menu-content {
  width: 1110px;
  padding: 0;
}
.theme-4 .mega-menu-content-inner {
  padding: 20px 10px;
}
.theme-4 .mega-menu-content .row {
  margin: 0;
}
.theme-4 .main-nav.dark-bg > .container > .row {
  border: 0;
  background: #272727;
  margin-left: 0;
  margin-right: 0;
}
.theme-4 .dark-bg .navbar-toggler {
  margin-left: 6px;
}
.theme-4 .main-nav.dark-bg ul.navbar-nav > li > a {
  color: #fff;
}
.theme-4 .main-nav.dark-bg ul.navbar-nav > li > a:before {
  border: 0;
}
.theme-4 .main-nav.dark-bg ul.navbar-nav > li.active,
.theme-4 .main-nav.dark-bg ul.navbar-nav > li:hover {
  background: #fc4a00;
}
.theme-4 .main-nav.dark-bg .nav-search i {
  color: #fff;
}
.theme-4 .main-nav {
  position: relative;
  padding: 0 15px;
}
.theme-4 .mfp-bg.xs-promo-popup {
  background-color: rgba(0, 0, 0, 0.87);
  padding-bottom: 100%;
  border-radius: 100%;
  overflow: hidden;
  -webkit-animation: menu-animation 0.8s ease-out forwards;
          animation: menu-animation 0.8s ease-out forwards;
}
@-webkit-keyframes menu-animation {
  0% {
    opacity: 0;
    transform: scale(0.04) translateY(300%);
  }
  40% {
    transform: scale(0.04) translateY(0);
    transition: ease-out;
  }
  40% {
    transform: scale(0.04) translateY(0);
  }
  60% {
    opacity: 1;
    transform: scale(0.02) translateY(0px);
  }
  61% {
    opacity: 1;
    transform: scale(0.04) translateY(0px);
  }
  99.9% {
    opacity: 1;
    height: 0;
    padding-bottom: 100%;
    border-radius: 100%;
  }
  100% {
    opacity: 1;
    transform: scale(2) translateY(0px);
    height: 100%;
    padding-bottom: 0;
    border-radius: 0;
  }
}
@keyframes menu-animation {
  0% {
    opacity: 0;
    transform: scale(0.04) translateY(300%);
  }
  40% {
    transform: scale(0.04) translateY(0);
    transition: ease-out;
  }
  40% {
    transform: scale(0.04) translateY(0);
  }
  60% {
    opacity: 1;
    transform: scale(0.02) translateY(0px);
  }
  61% {
    opacity: 1;
    transform: scale(0.04) translateY(0px);
  }
  99.9% {
    opacity: 1;
    height: 0;
    padding-bottom: 100%;
    border-radius: 100%;
  }
  100% {
    opacity: 1;
    transform: scale(2) translateY(0px);
    height: 100%;
    padding-bottom: 0;
    border-radius: 0;
  }
}
.theme-4 .menu-tab .nav.nav-tabs {
  border-right: 1px solid #dedede;
  padding: 20px 0;
  padding-right: 0;
  min-height: 250px;
  margin-top: 0;
}
.theme-4 .menu-tab .nav.nav-tabs > li > a {
  border: 1px solid transparent;
  border-radius: 0;
  font-weight: 400;
  padding: 14px 16px 14px 30px;
  background: #fff;
  text-transform: initial;
  font-size: 14px;
}
.theme-4 .menu-tab .nav.nav-tabs > li > a.active {
  background: #dedede;
  margin-right: -1px;
  border: 1px solid #dedede;
  border-right: 0;
  color: #fc4a00;
  cursor: pointer;
}
.theme-4 .menu-tab .tab-content > .tab-pane {
  padding: 25px 0;
  min-height: 250px;
}
.theme-4 .menu-tab .tab-content > .tab-pane .col-md-3 {
  padding-right: 10px;
  padding-left: 10px;
}
.theme-4 .header.header-menu {
  padding: 0;
}
.theme-4 .header.header-menu .logo {
  padding: 12px 0;
}
.theme-4 .header.header-menu > .container > .row {
  border-bottom: 1px solid #dedede;
  margin-left: 0;
  margin-right: 0;
}
.theme-4 .header.header-menu ul.navbar-nav > li > a {
  line-height: 70px;
}
.theme-4 .header.header-menu ul.navbar-nav > li.mega-dropdown,
.theme-4 .site-nav-inner {
  position: static;
  width: 100%;
}
.theme-4 .header.header-menu .mega-menu-content {
  min-width: 1145px;
  left: -43%;
}
.theme-4 .nav-social-wrap {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
}
.theme-4 .navbar {
  position: absolute;
  top: 70px;
  width: 100%;
  background: #f8f8f8;
  z-index: 9;
  padding: 0;
}
@media (min-width: 992px) {
  .theme-4 .navbar {
    position: static;
    top: 70px;
    width: 100%;
    background: transparent;
  }
  .theme-4 ul.navbar-nav > li > a {
    color: #FFFFFF;
    padding: 0 22px;
  }
  .theme-4 ul.navbar-nav > li:hover > a {
    color: #FF5555;
  }
  .theme-4 .header.header-menu ul.navbar-nav > li.mega-dropdown,
.theme-4 .site-nav-inner {
    position: static;
    width: 100%;
  }
}
.theme-4 ul.navbar-nav > li:after {
  position: absolute;
  content: "";
  height: 0;
  width: 100%;
  background: #87BB60 !important;
  bottom: 0;
  left: 0;
  z-index: 2;
  transition: all 0.3s;
}
.theme-4 ul.navbar-nav > li:hover:after {
  height: 2px;
  transition: all 0.3s;
}
@media (min-width: 992px) {
  .theme-4 .header {
    min-height: 70px;
  }
  .theme-4 .main-nav ul.navbar-nav > li > a {
    padding: 0 15px;
    line-height: 70px;
    display: inline-block;
  }
  .theme-4 .main-nav ul.navbar-nav > li {
    position: relative;
    z-index: 2;
    transition: all 0.3s;
  }
  .theme-4 .main-nav ul.navbar-nav > li:before {
    position: absolute;
    content: "";
    height: 0;
    width: 100%;
    background: #FFFFFF;
    z-index: -1;
    left: 0;
    top: 0;
    transition: all 0.3s;
  }
  .theme-4 .main-nav ul.navbar-nav > li:after {
    position: absolute;
    content: "";
    height: 3px;
    width: 0;
    background: linear-gradient(90deg, #FF5555, #AB50EF);
    z-index: -1;
    left: 0;
    bottom: 0;
    transition: all 0.3s;
  }
  .theme-4 .main-nav ul.navbar-nav > li:hover:before {
    height: 100%;
    transition: all 0.3s;
  }
  .theme-4 .main-nav ul.navbar-nav > li:hover:after {
    width: 100%;
    transition: all 0.3s;
  }
  .theme-4 .main-nav ul.navbar-nav > li > a:hover::after {
    opacity: 1;
  }
  .theme-4 blockquote {
    padding: 45px 120px 30px;
  }
}
@media (min-width: 1200px) {
 
  .theme-4 .navbar-nav li:hover .dropdown-menu {
    display: block;
  }
  .theme-4 .navbar-collapse {
    padding-right: 0;
  }
  .theme-4 .nav-style-boxed .navbar-collapse {
    padding-left: 15px;
  }
  .theme-4 .header.header-menu .mega-menu-content {
    min-width: 1095px;
    margin-left: -27px;
  }
  .theme-4 .main-nav ul.navbar-nav > li > a {
    padding: 0px 15px 0px;
  }
  .theme-4 .sidebar {
    margin-left: 40px;
  }
  .theme-4 .sidebar.sidebar-left {
    margin-left: 0;
    margin-right: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
 
  .theme-4 .navbar-nav li:hover .dropdown-menu {
    display: block;
  }
  .theme-4 ul.navbar-nav > li {
    padding: 0 6px;
  }
  .theme-4 ul.navbar-nav > li a {
    font-size: 12px;
  }
  .theme-4 .dropdown-menu li a {
    font-size: 12px;
  }
  .theme-4 .header .header-menu .mega-menu-content {
    min-width: 1095px;
    margin-left: -11px;
  }
  .theme-4 .newsletter-form input {
    min-width: 340px;
  }
  .theme-4 .action-box-text {
    font-size: 13px;
  }
  .theme-4 #back-to-top.affix {
    bottom: 35px;
  }
  .theme-4 .mega-menu-content {
    max-width: 940px;
  }
}
@media (min-width: 575px) {
  .theme-4 .main-nav {
    padding: 0;
  }
  .theme-4 .nav-social-wrap {
    padding: 0 15px;
  }
  .theme-4 .navbar-toggler {
    left: 15px;
  }
  .theme-4 .navbar {
    width: 98%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
 
  .theme-4 ul.top-info li {
    padding-right: 12px;
  }
  .theme-4 .navbar-fixed {
    position: relative;
    -webkit-animation: none;
            animation: none;
    box-shadow: none;
  }
  .theme-4 .logo {
    padding: 13px 0;
  }
  .theme-4 .logo img {
    width: 100%;
  }
  .theme-4 .navbar-toggle {
    display: block;
    z-index: 1;
  }
  .theme-4 .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .theme-4 .navbar-collapse.collapse.show {
    display: block;
  }
  .theme-4 .navbar-collapse ul.navbar-nav {
    float: none;
    margin-top: 0px;
    width: 100%;
  }
  .theme-4 ul.navbar-nav > li {
    float: none;
    display: block;
  }
  .theme-4 .collapse.in {
    display: block;
  }
  .theme-4 .navbar-collapse.in {
    overflow-y: auto;
  }
  .theme-4 ul.nav li.dropdown:hover ul.dropdown-menu {
    display: none;
  }
  .theme-4 ul.nav li.dropdown.open ul.dropdown-menu {
    display: block;
  }
  .theme-4 .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .theme-4 .navbar-collapse {
    background: none;
    width: 100%;
  }
  .theme-4 ul.navbar-nav > li:hover > a:after,
.theme-4 ul.navbar-nav > li.active > a:after {
    content: "";
  }
  .theme-4 ul.navbar-nav > li > a:before {
    border-bottom: 0;
  }
  .theme-4 ul.navbar-nav > li,
.theme-4 .nav-style-boxed ul.navbar-nav > li {
    display: block;
  }
  .theme-4 .navbar-nav .open .dropdown-menu > li {
    padding-left: 0;
  }
  .theme-4 .navbar-nav .open .dropdown-menu > li > a {
    line-height: 30px;
    padding: 5px 15px 10px 10px;
  }
  .theme-4 .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 10px 10px;
  }
  .theme-4 ul.navbar-nav {
    padding: 0 0 10px;
  }
  .theme-4 ul.navbar-nav li {
    float: none;
  }
  .theme-4 ul.navbar-nav li a {
    line-height: normal;
    color: #333;
    border-top: 1px solid #f1f1f1;
    border-bottom: 0;
    padding: 10px 20px;
    display: block;
    min-width: 350px;
  }
  .theme-4 ul.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-submenu a i {
    margin-top: -22px;
  }
  .theme-4 ul.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-submenu .dropdown-menu {
    left: 0;
    position: relative;
  }
  .theme-4 ul.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-submenu .dropdown-menu a {
    padding-left: 50px;
  }
  .theme-4 ul.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-submenu .dropdown-menu li a {
    padding-left: 35px;
  }
  .theme-4 ul.navbar-nav .dropdown-menu {
    float: none;
    position: relative;
    border: 0;
    margin: 0;
    padding: 0;
    box-shadow: none;
    border-top: 0;
    background: none;
  }
  .theme-4 ul.navbar-nav .dropdown-menu li a {
    padding-left: 20px;
  }
  .theme-4 ul.navbar-nav > li.nav-search,
.theme-4 ul.navbar-nav > li.header-get-a-quote {
    display: none;
  }
  .theme-4 ul.navbar-nav li a i,
.theme-4 .dropdown-submenu > a:after {
    float: right;
    width: 36px;
    height: 28px;
    line-height: 28px;
    margin-top: -5px;
    text-align: center;
    color: #000;
  }
  .theme-4 .dropdown-submenu > a:after {
    margin-right: 0;
  }
  .theme-4 .navbar-nav > li > .dropdown-menu.mega-menu-content {
    display: none;
  }
  .theme-4 .featured-post-area .pad-r {
    padding-right: 15px;
  }
  .theme-4 .featured-post-area .pad-l {
    padding-left: 15px;
  }
  .theme-4 .sidebar-right {
    margin-top: 50px;
  }
  .theme-4 .sidebar-right .widget {
    margin-left: 0;
  }
  .theme-4 .block.color-aqua,
.theme-4 .block.color-violet {
    margin-top: 40px;
  }
  .theme-4 .footer-widget {
    display: inline-block;
    margin-bottom: 30px;
  }
  .theme-4 .newsletter-form input {
    width: 90%;
  }
  .theme-4 .footer-info-content {
    padding: 50px 100px 0;
  }
  .theme-4 #back-to-top.affix {
    bottom: 78px;
  }
}
@media (max-width: 767px) {
 
  .theme-4 .boxed-layout .body-inner {
    margin: 0 auto;
  }
  .theme-4 .trending-bar {
    padding: 20px 0;
  }
  .theme-4 .trending-bar .trending-title {
    float: none;
    border: none;
  }
  .theme-4 .trending-bar .post-title.title-small {
    padding: 10px 0;
  }
  .theme-4 .ts-date {
    padding: 0;
    border-right: 0;
    display: block;
  }
  .theme-4 .top-nav {
    display: block;
    margin: 10px 0;
  }
  .theme-4 .top-bar {
    text-align: center;
  }
  .theme-4 .top-social ul li a {
    padding: 0 10px;
  }
  .theme-4 .navbar-fixed {
    position: relative;
    -webkit-animation: none;
            animation: none;
    box-shadow: none;
  }
  .theme-4 .logo {
    padding: 13px 0 25px;
    text-align: center;
  }
  .theme-4 .navbar-toggle {
    display: block;
    z-index: 1;
  }
  .theme-4 .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .theme-4 .navbar-collapse.collapse.show {
    display: block;
  }
  .theme-4 .navbar-collapse.collapse:after {
    display: block;
    content: "";
    clear: both;
  }
  .theme-4 .navbar-collapse,
.theme-4 .site-nav-inner {
    background: none;
    width: 100%;
  }
  .theme-4 ul.navbar-nav > li:hover > a:after,
.theme-4 ul.navbar-nav > li.active > a:after {
    content: "";
  }
  .theme-4 ul.navbar-nav > li > a:before {
    border-bottom: 0;
  }
  .theme-4 .navbar-nav .open .dropdown-menu > li > a,
.theme-4 .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 10px 15px 10px 10px;
  }
  .theme-4 ul.navbar-nav > li {
    display: block;
  }
  .theme-4 .navbar-nav .open .dropdown-menu > li > a {
    line-height: 30px;
  }
  .theme-4 ul.navbar-nav > li.nav-search,
.theme-4 ul.navbar-nav > li.header-get-a-quote {
    display: none;
  }
  .theme-4 ul.navbar-nav {
    width: 100%;
    padding: 0 0 10px;
  }
  .theme-4 ul.navbar-nav > li {
    float: none;
  }
  .theme-4 ul.navbar-nav li a {
    line-height: normal;
    color: #333;
    border-top: 1px solid #f1f1f1;
    border-bottom: 0;
    padding: 7px 20px;
    display: block;
    background: transparent;
  }
  .theme-4 ul.navbar-nav .dropdown-menu > li > a {
    padding-left: 15px;
  }
  .theme-4 ul.navbar-nav .dropdown-menu {
    float: none;
    position: relative;
    border: 0;
    margin: 0;
    padding: 0;
  }
  .theme-4 ul.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-submenu .dropdown-menu {
    left: 0;
    position: relative;
  }
  .theme-4 ul.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-submenu a i {
    margin-top: -22px;
  }
  .theme-4 ul.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-submenu .dropdown-menu li a {
    padding-left: 20px;
  }
  .theme-4 ul.navbar-nav .dropdown-menu {
    box-shadow: none;
    border-top: 0;
    background: none;
    padding-left: 15px;
  }
  .theme-4 ul.navbar-nav li a i,
.theme-4 .dropdown-submenu > a:after {
    color: #333;
    float: right;
    line-height: 28px;
    margin-top: -5px;
    margin-right: 10px;
    text-align: center;
  }
  .theme-4 .dropdown-submenu > a:after {
    margin-right: 0;
  }
  .theme-4 .navbar-nav > li > .dropdown-menu.mega-menu-content {
    display: none;
  }
  .theme-4 .main-nav.dark-bg {
    margin-bottom: 20px;
  }
  .theme-4 .main-nav.dark-bg > .container > .row {
    padding: 0 20px;
  }
  .theme-4 .main-nav.dark-bg ul.navbar-nav > li.active,
.theme-4 .main-nav.dark-bg ul.navbar-nav > li:hover {
    background: none;
  }
  .theme-4 .main-nav.dark-bg ul.navbar-nav li a {
    color: #17222B;
  }
  .theme-4 .header-top-social {
    margin-bottom: 20px;
  }
  .theme-4 .search-block {
    width: 220px;
  }
  .theme-4 .header.header-menu {
    position: relative;
    margin-bottom: 20px;
  }
  .theme-4 .search-area {
    position: absolute;
    right: 0;
    top: 50px;
  }
  .theme-4 .featured-post-area .pad-r,
.theme-4 .pad-r-small {
    padding-right: 15px;
    padding-right: 15px;
  }
  .theme-4 .featured-post-area .pad-l,
.theme-4 .pad-l-small {
    padding-left: 15px;
  }
  .theme-4 .post-title {
    font-size: 18px;
    line-height: 26px;
  }
  .theme-4 .block.color-orange .post-overaly-style.last {
    margin-top: 40px;
  }
  .theme-4 .sidebar-right {
    margin-top: 50px;
  }
  .theme-4 .sidebar-right .widget {
    margin-left: 0;
  }
  .theme-4 .block.color-aqua,
.theme-4 .block.color-violet {
    margin-top: 40px;
  }
  .theme-4 .social-icon li a i {
    margin-bottom: 10px;
  }
  .theme-4 .post-block-style.post-float-half .post-thumb img {
    max-width: 100%;
    min-height: 100%;
    margin-bottom: 20px;
  }
  .theme-4 .footer-widget {
    display: inline-block;
    margin-bottom: 30px;
  }
  .theme-4 .newsletter-form input {
    width: 90%;
  }
  .theme-4 .footer-info-content {
    padding: 50px 20px 0;
  }
  .theme-4 .footer-social li a i {
    margin-bottom: 10px;
  }
  .theme-4 #back-to-top.affix {
    bottom: 78px;
  }
  .theme-4 .featured-tab .nav-tabs {
    margin: 20px 0;
    position: static;
  }
  .theme-4 .footer-menu .nav {
    display: inline-block;
  }
  .theme-4 #back-to-top {
    bottom: 0;
    right: 20px;
  }
  .theme-4 .block-title > span {
    padding: 9px 10px;
  }
  .theme-4 .featured-tab .nav-tabs > li > a {
    font-size: 12px;
  }
  .theme-4 .category-style2 .post-thumb {
    margin-bottom: 20px;
  }
  .theme-4 .ts-author-comments::after {
    display: none;
  }
  .theme-4 .single-post .post-navigation {
    padding: 30px 0;
  }
  .theme-4 .single-post .post-navigation .post-next,
.theme-4 .single-post .post-navigation .post-previous {
    width: 100%;
    border: none;
    margin: 10px 0;
  }
}
@media (max-width: 991px) {
  .theme-4 .featured-slider .item .featured-post .post-content {
    padding: 20px;
  }
  .theme-4 .post-video .post-video-content {
    padding: 0 20px 10px;
  }
  .theme-4 .post-video .post-video-content h3 {
    font-size: 18px;
  }
}
.theme-4 h2.post-title.title-small, .theme-4 h2.post-title.title-small a {
  font-size: 16px;
  color: #17222B;
  margin-top: 10px;
  font-weight: 500;
}
.theme-4 .post-thumb {
  position: relative;
  z-index: 2;
}
.theme-4 a.popup {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 70px;
  width: 70px;
  margin-left: -35px;
  text-align: center;
  margin-top: -35px;
  line-height: 70px;
  font-size: 20px;
  color: #17222B;
  background: #fff;
  border-radius: 50%;
}
.theme-4 .menu_right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.theme-4 .users_area {
  position: relative;
  z-index: 2;
}
.theme-4 .search_form {
  position: absolute;
  height: 100%;
  width: 200px;
  left: -130px;
  top: -95px;
  background: #fff;
  display: none;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}
.theme-4 .search_form.active {
  visibility: visible;
  opacity: 1;
  display: block;
  transition: all 0.4s;
}
.theme-4 .search_form input {
  border: none;
  padding: 15px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}
.theme-4 .date4 {
  position: relative;
  z-index: 2;
}
.theme-4 .date4:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 1.5px;
  background: #17222B;
  right: 0;
  top: 0;
  opacity: 0.1;
}
.theme-4 .temp_wap {
  position: relative;
  z-index: 2;
  padding-left: 70px;
  float: right;
}
.theme-4 .temp_wap p {
  font-size: 12px;
  font-weight: 500;
  opacity: 0.5;
  line-height: 12px;
}
.theme-4 .temp_icon {
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  position: absolute;
  left: 15px;
}
.theme-4 h3.temp_count {
  position: relative;
  z-index: 2;
  color: #17222B;
  margin-left: 12px;
  display: inline-block;
}
.theme-4 h3.temp_count:after {
  position: absolute;
  content: "";
  height: 30px;
  width: 30px;
  background: url(../img/icon/s.png);
  background-repeat: no-repeat;
  right: -35px;
}
.theme-4 .lang {
  padding-left: 15px;
}
.theme-4 .lang li a {
  font-weight: 500;
  color: #9199A0;
}
.theme-4 .users_area li {
  font-weight: 500;
  padding: 0 4px;
  font-size: 16px;
  cursor: pointer;
  color: #9199A0;
}
.theme-4 .menu_right > div {
  position: relative;
  z-index: 2;
  padding-right: 15px;
}
.theme-4 .menu_right > div:after {
  position: absolute;
  content: "";
  height: 25px;
  width: 2px;
  background: #65717A;
  right: 0;
  top: 50%;
  margin-top: -12.5px;
}
.theme-4 .menu_right > div:last-child {
  padding-right: 0;
}
.theme-4 .menu_right > div:last-child:after {
  display: none;
}
.theme-4 .date3 {
  background: #29333C;
  padding: 27px;
  color: #fff;
  text-align: center;
}
.theme-4 .main-menu .row {
  padding: 0;
  margin: 0;
}
.theme-4 .main-menu .col-lg-3 {
  padding: 0;
  margin: 0;
}
.theme-4 .main-menu .col-lg-2 {
  padding: 0;
  margin: 0;
}


/* Main navigation */
.site-nav-inner {
  position: relative;
}

.main-nav {
  background: white;
  min-height: 70px;
  box-shadow: 0 72px 20px 0 #fbfbff;
}


.navbar {
  border-radius: 0;
  border: 0;
  margin-bottom: 0;
  padding-top: 0px;
  padding-bottom: 0px;
}

.navbar-toggler {
  color: #fff;
  padding: 8px 15px;
  background: #87BB60 !important;
  position: absolute;
  top: -55px;
  z-index: 9;
}

.navbar-toggler-icon {
  width: 25px;
}

.navbar-toggle .i-bar {
  background: #fff;
}

.navbar-collapse {
  padding-left: 0;
}

ul.navbar-nav > li {
  float: left;
  padding: 0;
  position: relative;
}

ul.navbar-nav > li > a {
  padding: 0 15px;
  line-height: 50px;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
  position: relative;
  -webkit-transition: 350ms;
  -o-transition: 350ms;
  transition: 350ms;
  padding: 10px 22px;
}

ul.navbar-nav > li > a i {
  font-weight: 500;
}

ul.navbar-nav > li > a:hover, ul.navbar-nav > li > a:focus {
  background: none;
}

ul.navbar-nav > li:hover a::before, ul.navbar-nav > li.active a::before {
  border-color: #87BB60 !important;
  opacity: 1;
  -webkit-transform: scale(1) translateZ(0);
  transform: scale(1) translateZ(0);
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background: transparent;
  border: 0;
}

/* Dropdown */
ul.navbar-nav > li.mega-dropdown {
  position: static;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -2px;
  border-radius: 0;
}

.dropdown-submenu > a:after {
  display: block;
  content: "\f105";
  font-family: 'Font Awesome 5 pro';
  float: right;
  margin-top: 3px;
  margin-right: -5px;
}

.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  border-radius: 6px 0 6px 6px;
}

.dropdown-toggle::after {
  display: none;
}

.dropdown-menu {
  text-align: left;
  background: #fff;
  z-index: 100;
  min-width: 230px;
  border-radius: 0;
  border: 0;
  border: 0;
  -webkit-box-shadow: 0px 3px 3px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 3px 3px 2px rgba(0, 0, 0, 0.15);
  margin-top: 0;
  padding: 0;
}

.navbar-nav > li > .dropdown-menu {
  border-top: 1px solid #dedede;
}

.navbar-nav > li > .dropdown-menu.mega-menu-content {
  border-top: 0;
}

.dropdown-menu-large {
  min-width: 400px;
}

.dropdown-menu-large > li > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.dropdown-menu-large > li > ul > li > a {
  padding-left: 0;
}

.dropdown-menu-large > li > ul > li.active > a {
  color: #fc4a00;
}

.navbar-nav > li > .dropdown-menu > a {
  background: none;
}

.dropdown-menu li a {
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  padding: 15px 25px 15px 25px;
  border-bottom: 1px solid #e5e5e5;
  color: #333333;
  background: #f4f4f4;
  text-transform: uppercase;
}

.dropdown-menu li:last-child > a {
  border-bottom: 0;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > .dropdown-menu > .active > a {
  background: none;
  color: #87BB60 !important;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background: #87BB60 !important;
  color: #fff;
}

@media (min-width: 767px) {
  ul.nav li.dropdown .dropdown-menu li.dropdown-submenu .dropdown-menu {
    left: 100%;
    top: 0;
    display: none;
  }
  ul.nav li.dropdown .dropdown-menu li.dropdown-submenu:hover .dropdown-menu {
    display: block;
  }
}

.mega-menu-content {
  width: 1110px;
  padding: 0;
}

.mega-menu-content-inner {
  padding: 20px 10px;
}

.mega-menu-content .row {
  margin: 0;
}

/*-- Dark bg style --*/
.main-nav.dark-bg > .container > .row {
  border: 0;
  background: #272727;
  margin-left: 0;
  margin-right: 0;
}

.dark-bg .navbar-toggler {
  margin-left: 6px;
}

.main-nav.dark-bg ul.navbar-nav > li > a {
  color: #fff;
}

.main-nav.dark-bg ul.navbar-nav > li > a:before {
  border: 0;
}

.main-nav.dark-bg ul.navbar-nav > li.active,
.main-nav.dark-bg ul.navbar-nav > li:hover {
  background: #87BB60 !important;
}

.main-nav.dark-bg .nav-search i {
  color: #fff;
}

.main-nav {
  position: relative;
  padding: 0 15px;
}

/* ===================
// Hheader Search 
======================= */
.main-nav > .container,
.search-area {
  position: relative;
}

.search-area {
  min-height: 70px;
  padding-right: 0;
}

.nav-search {
  display: inline-block;
  position: relative;
  cursor: pointer;
  top: 0;
  right: 0;
}

.nav-search a {
  color: #fff;
  display: block;
}

.modal-searchPanel .ts-search-group {
  position: relative;
}

.modal-searchPanel .ts-search-group input:not([type="submit"]) {
  height: 70px;
  background-color: transparent;
  border-radius: 50px;
  border: 2px solid #fff;
  color: #fff;
  padding: 0 30px;
}

.modal-searchPanel .ts-search-group .search-button {
  background-color: transparent;
  border: 0px;
  padding: 0;
  color: #fff;
  position: absolute;
  right: 0;
  cursor: pointer;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 100%;
  width: 70px;
  border-radius: 0 50px 50px 0;
}

/* magnific pop up modal */
.mfp-bg.xs-promo-popup {
  background-color: rgba(0, 0, 0, 0.87);
  padding-bottom: 100%;
  border-radius: 100%;
  overflow: hidden;
  -webkit-animation: menu-animation .8s ease-out forwards;
  animation: menu-animation .8s ease-out forwards;
}

/* animation keyframes list */
@-webkit-keyframes menu-animation {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.04) translateY(300%);
    transform: scale(0.04) translateY(300%);
  }
  40% {
    -webkit-transform: scale(0.04) translateY(0);
    transform: scale(0.04) translateY(0);
    -webkit-transition: ease-out;
    -o-transition: ease-out;
    transition: ease-out;
  }
  40% {
    -webkit-transform: scale(0.04) translateY(0);
    transform: scale(0.04) translateY(0);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.02) translateY(0px);
    transform: scale(0.02) translateY(0px);
  }
  61% {
    opacity: 1;
    -webkit-transform: scale(0.04) translateY(0px);
    transform: scale(0.04) translateY(0px);
  }
  99.9% {
    opacity: 1;
    height: 0;
    padding-bottom: 100%;
    border-radius: 100%;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(2) translateY(0px);
    transform: scale(2) translateY(0px);
    height: 100%;
    padding-bottom: 0;
    border-radius: 0;
  }
}

@keyframes menu-animation {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.04) translateY(300%);
    transform: scale(0.04) translateY(300%);
  }
  40% {
    -webkit-transform: scale(0.04) translateY(0);
    transform: scale(0.04) translateY(0);
    -webkit-transition: ease-out;
    -o-transition: ease-out;
    transition: ease-out;
  }
  40% {
    -webkit-transform: scale(0.04) translateY(0);
    transform: scale(0.04) translateY(0);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.02) translateY(0px);
    transform: scale(0.02) translateY(0px);
  }
  61% {
    opacity: 1;
    -webkit-transform: scale(0.04) translateY(0px);
    transform: scale(0.04) translateY(0px);
  }
  99.9% {
    opacity: 1;
    height: 0;
    padding-bottom: 100%;
    border-radius: 100%;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(2) translateY(0px);
    transform: scale(2) translateY(0px);
    height: 100%;
    padding-bottom: 0;
    border-radius: 0;
  }
}


/* ===================
// Menu tab
======================= */
.menu-tab .nav.nav-tabs {
  border-right: 1px solid #dedede;
  padding: 20px 0;
  padding-right: 0;
  min-height: 250px;
  margin-top: 0;
}

.menu-tab .nav.nav-tabs > li > a {
  border: 1px solid transparent;
  border-radius: 0;
  font-weight: 400;
  padding: 14px 16px 14px 30px;
  background: #fff;
  text-transform: initial;
  font-size: 14px;
}

.menu-tab .nav.nav-tabs > li > a.active {
  background: #dedede;
  margin-right: -1px;
  border: 1px solid #dedede;
  border-right: 0;
  color: #fc4a00;
  cursor: pointer;
}

.menu-tab .tab-content > .tab-pane {
  padding: 25px 0;
  min-height: 250px;
}

.menu-tab .tab-content > .tab-pane .col-md-3 {
  padding-right: 10px;
  padding-left: 10px;
}

/* Header with Menu
================================================== */
.header.header-menu {
  padding: 0;
}

.header.header-menu .logo {
  padding: 12px 0;
}

.header.header-menu > .container > .row {
  border-bottom: 1px solid #dedede;
  margin-left: 0;
  margin-right: 0;
}

.header.header-menu ul.navbar-nav > li > a {
  line-height: 70px;
}

.header.header-menu ul.navbar-nav > li.mega-dropdown,
.site-nav-inner {
  position: static;
  width: 100%;
}

.header.header-menu .mega-menu-content {
  min-width: 1145px;
  left: -43%;
}

.nav-social-wrap {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
}

.navbar {
  position: absolute;
  top: 70px;
  width: 100%;
  background: #f8f8f8;
  z-index: 9;
  padding: 0;
}

@media (min-width: 992px) {
  .navbar {
    position: static;
    top: 70px;
    width: 100%;
    background: transparent;
  }
  ul.navbar-nav > li > a {
    color: #17222B;
    padding: 0 22px;
  }
  .header.header-menu ul.navbar-nav > li.mega-dropdown,
  .site-nav-inner {
    position: static;
    width: 100%;
  }
}



ul.navbar-nav > li:after {
    position: absolute;
    content: "";
    height: 0;
    width: 100%;
    background: #87BB60 !important;
    bottom: 0;
    left: 0;
    z-index: 2;
    transition: all .3s;

}
ul.navbar-nav > li:hover:after{
  height: 2px;
  transition: all .3s;
}



/* Responsive styles
================================================== */

@media (min-width: 992px) {
  .header {
    min-height: 70px; 
  }

  .main-nav ul.navbar-nav > li > a {
    padding: 0 15px;
    line-height: 70px;
    display: inline-block; 
  }


  .main-nav ul.navbar-nav > li{
    position: relative;
    z-index: 2;
    transition:all .3s;

  }


  .main-nav ul.navbar-nav > li:before{
    position: absolute;
    content: "";
    height: 0;
    width: 100%;
    background: #f3f3f4;
    z-index: -1;
    left: 0;
    top:0;
    transition: all .3s;
  }

  .main-nav ul.navbar-nav > li:after{
    position: absolute;
    content: "";
    height: 2px;
    width: 0;
    background: #87BB60 !important;
    z-index: -1;
    left: 0;
    bottom:0;
    transition: all .3s;
  }

  .main-nav ul.navbar-nav > li:hover:before{
    height: 100%;
    transition: all .3s;
  }

  .main-nav ul.navbar-nav > li:hover:after{
    width: 100%;
    transition: all .3s;
  }


  .main-nav ul.navbar-nav > li:hover > a{
    color: #87BB60 !important;
    transition: all .3s;

  }

  .main-nav ul.navbar-nav > li > a::before {
    position: absolute;
    left: 0;
    content: '';
    width: 1px;
    height: 20px;
    background: rgba(255, 255, 255, 0.2);
    top: 0;
    bottom: 0;
    margin: auto; 
  }


  .main-nav ul.navbar-nav > li > a::after {
    position: absolute;
    content: '';
    width: 100%;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    top: 0;
    bottom: 0;
    right: 0;
    left: auto;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    opacity: 0; 
  }


  .main-nav ul.navbar-nav > li > a:hover::after {
    opacity: 1; 
  }

  blockquote {
    padding: 45px 120px 30px; 
  } 

}

/* Large Devices, Wide Screens */

@media (min-width: 1200px) {
  /* Header */

  .navbar-nav li:hover .dropdown-menu {
    display: block; 
  }

  .navbar-collapse {
    padding-right: 0; }


  .nav-style-boxed .navbar-collapse {
    padding-left: 15px; 
  }

  .header.header-menu .mega-menu-content {
    min-width: 1095px;
    margin-left: -27px; 
  }

  .main-nav ul.navbar-nav > li > a {
    padding: 0px 15px 10px;
  }

  .sidebar {
    margin-left: 40px; 
  }


  .sidebar.sidebar-left {
    margin-left: 0;
    margin-right: 40px; 
  } 

}



/* Medium Devices, Desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  /* Header */

  .navbar-nav li:hover .dropdown-menu {
    display: block; 
  }

  ul.navbar-nav > li {
    padding: 0 6px; 
  }

  ul.navbar-nav > li a {

    font-size: 12px; 
  }

  .dropdown-menu li a {
    font-size: 12px; 
  }

  .header .header-menu .mega-menu-content {
    min-width: 1095px;
    margin-left: -11px; }
  /* Subscribe */
  .newsletter-form input {
    min-width: 340px; }

  /* Action box */
  .action-box-text {
    font-size: 13px; 
  }
  
  /* Footer */


  #back-to-top.affix {
    bottom: 35px; 
  }

  .mega-menu-content {
    max-width: 940px; 
  } 
}

@media (min-width: 575px) {

  .main-nav {
    padding: 0; 
  }

  .nav-social-wrap {
    padding: 0 15px; 
  }

  .navbar-toggler {
    left: 15px; 
  }

  .navbar {
    width: 98%; 
  } 

}

/* Small Devices, Tablets */
@media (min-width: 768px) and (max-width: 991px) {
  /* top info */

  ul.top-info li {
    padding-right: 12px; 
  }
  /* Header */

  .navbar-fixed {
    position: relative;
    -webkit-animation: none;
    animation: none;
    -webkit-box-shadow: none;
    box-shadow: none; 
  }


  .logo {
    padding: 13px 0; 
  }
  .logo img {
    width: 100%; 
  }


  /* Navigation breakpoint */
  .navbar-toggle {
    display: block;
    z-index: 1; 
  }


  .navbar-collapse {
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); 
  }


    .navbar-collapse.collapse.show {
      display: block; 
    }


  .navbar-collapse ul.navbar-nav {
    float: none !important;
    margin-top: 0px;
    width: 100%; 

  }

  ul.navbar-nav > li {
    float: none;
    display: block; 
  }

  .collapse.in {
    display: block !important; 
  }

  .navbar-collapse.in {
    overflow-y: auto; 
  }

  ul.nav li.dropdown:hover ul.dropdown-menu {
    display: none; 
  }

  ul.nav li.dropdown.open ul.dropdown-menu {
    display: block; 
  }

  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none; 
  }
  /* Navigation */

  .navbar-collapse {
    background: none;
    width: 100%; 
  }

  ul.navbar-nav > li:hover > a:after,
  ul.navbar-nav > li.active > a:after {
    content: ''; 
  }

  ul.navbar-nav > li > a:before {
    border-bottom: 0; 
  }

  ul.navbar-nav > li,
  .nav-style-boxed ul.navbar-nav > li {
    display: block; 
  }

  .navbar-nav .open .dropdown-menu > li {
    padding-left: 0; 
  }


  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 30px;
    padding: 5px 15px 10px 10px; 
  }

  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 10px 10px; 
  }

  ul.navbar-nav {
    padding: 0 0 10px; 
  }

  ul.navbar-nav li {
    float: none; 
  }


  ul.navbar-nav li a {
    line-height: normal !important;
    color: #333;
    border-top: 1px solid #f1f1f1 !important;
    border-bottom: 0;
    padding: 10px 20px;
    display: block;
    min-width: 350px; 
  }


  ul.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-submenu a i {
    margin-top: -22px; 
  }

  ul.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-submenu .dropdown-menu {
    left: 0;
    position: relative; 
  }

  ul.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-submenu .dropdown-menu a {
    padding-left: 50px; 
  }

  ul.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-submenu .dropdown-menu li a {
    padding-left: 35px !important; 
  }
  ul.navbar-nav .dropdown-menu {
    float: none;
    position: relative;
    border: 0;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-top: 0;
    background: none; 
  }
  ul.navbar-nav .dropdown-menu li a {
    padding-left: 20px !important; 
  }


  ul.navbar-nav > li.nav-search, 
  ul.navbar-nav > li.header-get-a-quote {
    display: none; 
  }

  ul.navbar-nav li a i,
  .dropdown-submenu > a:after {
    float: right;
    width: 36px;
    height: 28px;
    line-height: 28px;
    margin-top: -5px;
    text-align: center;
    color: #000; 
  }

  .dropdown-submenu > a:after {
    margin-right: 0; 
  }

  .navbar-nav > li > .dropdown-menu.mega-menu-content {
    display: none !important; 
  }
  /* Featured area */

  .featured-post-area .pad-r {
    padding-right: 15px; 
  }

  .featured-post-area .pad-l {
    padding-left: 15px; 
  }
  /* Sidebar */

  .sidebar-right {
    margin-top: 50px; 
  }

  .sidebar-right .widget {
    margin-left: 0; 
  }

  .block.color-aqua,
  .block.color-violet {
    margin-top: 40px; 
  }
  /* Footer */

  .footer-widget {
    display: inline-block;
    margin-bottom: 30px; 
  }

  .newsletter-form input {
    width: 90%; }
  .footer-info-content {
    padding: 50px 100px 0; 
  }

  #back-to-top.affix {
    bottom: 78px; 
  } 
}

/* Small Devices Potrait */
@media (max-width: 767px) {

  .boxed-layout .body-inner {
    margin: 0 auto; 
  }

  .trending-bar {
    padding: 20px 0; 
  }

  .trending-bar .trending-title {
    float: none;
    border: none; 
  }

  .trending-bar .post-title.title-small {
    padding: 10px 0; 
  }
  /* Top bar */
  .ts-date {
    padding: 0;
    border-right: 0;
    display: block; 
  }

  .top-nav {
    display: block;
    margin: 10px 0; 
  }

  .top-bar {
    text-align: center; 
  }
  .top-social ul li a {
    padding: 0 10px; 
  }
  /* Header */

  .navbar-fixed {
    position: relative;
    -webkit-animation: none;
    animation: none;
    -webkit-box-shadow: none;
    box-shadow: none; 
  }

  .logo {

    padding: 13px 0 25px;
    text-align: center; 
  }

  /* Navigation breakpoint */
  .navbar-toggle {
    display: block;
    z-index: 1; 
  }

  .navbar-collapse {
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }

  .navbar-collapse.collapse.show {
    display: block; 
  }

  .navbar-collapse.collapse:after {
    display: block;
    content: "";
    clear: both; 
  }

  .navbar-collapse,
  .site-nav-inner {
    background: none;
    width: 100%; 
  }

  ul.navbar-nav > li:hover > a:after,
  ul.navbar-nav > li.active > a:after {
    content: ''; 
  }

  ul.navbar-nav > li > a:before {
    border-bottom: 0; 
  }

  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 10px 15px 10px 10px; 
  }
  ul.navbar-nav > li {
    display: block; 
  }

  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 30px; 
  }

  ul.navbar-nav > li.nav-search,
  ul.navbar-nav > li.header-get-a-quote {
    display: none; }

  ul.navbar-nav {
    width: 100%;
    padding: 0 0 10px; 
  }

  ul.navbar-nav > li {
    float: none; 
  }

  ul.navbar-nav li a {
    line-height: normal !important;
    color: #333;
    border-top: 1px solid #f1f1f1 !important;
    border-bottom: 0;
    padding: 7px 20px;
    display: block;
    background: transparent; 
  }

  ul.navbar-nav .dropdown-menu > li > a {
    padding-left: 15px; 
  }

  ul.navbar-nav .dropdown-menu {
    float: none;
    position: relative;
    border: 0;
    margin: 0;
    padding: 0; 
  }

  ul.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-submenu .dropdown-menu {
    left: 0;
    position: relative; 
  }

  ul.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-submenu a i {
    margin-top: -22px; 
  }

  ul.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-submenu .dropdown-menu li a {
    padding-left: 20px; 
  }

  ul.navbar-nav .dropdown-menu {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-top: 0;
    background: none;
    padding-left: 15px; 
  }

  ul.navbar-nav li a i,
  .dropdown-submenu > a:after {
    color: #333;
    float: right;
    line-height: 28px;
    margin-top: -5px;
    margin-right: 10px;
    text-align: center; 
  }

  .dropdown-submenu > a:after {
    margin-right: 0; 
  }

  .navbar-nav > li > .dropdown-menu.mega-menu-content {
    display: none !important; 
  }
  /* Dart bg */

  .main-nav.dark-bg {
    margin-bottom: 20px; 
  }

  .main-nav.dark-bg > .container > .row {
    padding: 0 20px; 
  }

  .main-nav.dark-bg ul.navbar-nav > li.active,
  .main-nav.dark-bg ul.navbar-nav > li:hover {
    background: none; 
  }

  .main-nav.dark-bg ul.navbar-nav li a {
    color: #17222B; 
  }

  .header-top-social {
    margin-bottom: 20px; 
  }
  /* Search */

  .search-block {
    width: 220px; 
  }

  .header.header-menu {
    position: relative;
    margin-bottom: 20px; 
  }

  .search-area {
    position: absolute;
    right: 0;
    top: 50px; 
  }

  /* Featured area */
  .featured-post-area .pad-r,
  .pad-r-small {
    padding-right: 15px;
    padding-right: 15px; 
  }

  .featured-post-area .pad-l,
  .pad-l-small {
    padding-left: 15px; 
  }

  .post-title {
    font-size: 18px;
    line-height: 26px; 
  }
  /* Block */

  .block.color-orange .post-overaly-style.last {
    margin-top: 40px; 
  }
  /* Sidebar */

  .sidebar-right {
    margin-top: 50px; 
  }

  .sidebar-right .widget {
    margin-left: 0; 
  }

  .block.color-aqua,
  .block.color-violet {
    margin-top: 40px; 
  }

  .social-icon li a i {

    margin-bottom: 10px; 
  }

  .post-block-style.post-float-half .post-thumb img {

    max-width: 100%;
    min-height: 100%;
    margin-bottom: 20px; 
  }

  /* Footer */
  .footer-widget {
    display: inline-block;
    margin-bottom: 30px; 
  }

  .newsletter-form input {
    width: 90%; 
  }

  .footer-info-content {
    padding: 50px 20px 0; 
  }

  .footer-social li a i {
    margin-bottom: 10px; 
  }

  #back-to-top.affix {
    bottom: 78px; 
  }

  .featured-tab .nav-tabs {
    margin: 20px 0;
    position: static; 
  }

  .footer-menu .nav {
    display: inline-block; 
  }

  #back-to-top {
    bottom: 0;
    right: 20px; 
  }

  /* Block title */

  .block-title > span {
    padding: 9px 10px; 
  }

  .featured-tab .nav-tabs > li > a {
    font-size: 12px; 
  }


  /* Category style */


  .category-style2 .post-thumb {

    margin-bottom: 20px; 
  }


  .ts-author-comments::after {

    display: none; 
  }


  .single-post .post-navigation {

    padding: 30px 0; 

  }


  .single-post .post-navigation .post-next,
  .single-post .post-navigation .post-previous {
    width: 100%;
    border: none;
    margin: 10px 0; 
  } 

}

/* Extra Small Devices, Phones */
/* Custom, iPhone Retina */


@media (max-width: 991px) {

  .featured-slider .item .featured-post .post-content {
    padding: 20px; 
  }
  .post-video .post-video-content {
    padding: 0 20px 10px; 
  }
  .post-video .post-video-content h3 {
    font-size: 18px; 
  } 

}




h2.post-title.title-small, h2.post-title.title-small a {
  font-size: 16px;
  color: #17222B;
  margin-top: 10px;
  font-weight: 500;
}

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

a.popup {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 70px;
  width: 70px;
  margin-left: -35px;
  text-align: center;
  margin-top: -35px;
  line-height: 70px;
  font-size: 20px;
  color: #17222B;
  background: #fff;
  border-radius: 50%;
}



/*MENU RIGHT AREA CSS*/

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


.users_area {
  position: relative;
  z-index: 2;
}

.search_form {
  position: absolute;
  height: 100%;
  width: 200px;
  left: -130px;
  top: -95px;
  background: #fff;
  display: none;
  visibility: hidden;
  opacity: 0;
  transition: all .4s;
}
.search_form.active{
  visibility: visible;
  opacity: 1;
  display: block;
  transition: all .4s;
}
.search_form input {
  border: none;
  padding: 15px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}





.temp_wap {
  position: relative;
  z-index: 2;
  padding-left: 70px;
}

.temp_icon {
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  position: absolute;
  left: 15px;
}

h3.temp_count {
  position: relative;
  z-index: 2;
  display: inline-block;
}

h3.temp_count:after {
  position: absolute;
  content: "";
  height: 30px;
  width: 30px;
  background: url(../../img/icon/s.png);
  background-repeat: no-repeat;
  right: -35px;
}

.lang {
    padding-left: 15px;
}

.lang li a {
  font-weight: 500;
  color: #17222B;
}


.users_area li {
  font-weight: 500;
  padding: 0 4px;
  font-size: 16px;
  cursor: pointer;
}



.menu_right > div {
  position: relative;
  z-index: 2;
  padding-right: 15px;
}

.menu_right > div:after {
  position: absolute;
  content: "";
  height: 25px;
  width: 2px;
  background: #B9BCBF;
  right: 0;
  top: 50%;
  margin-top: -12.5px;
}

.menu_right > div:last-child {
    padding-right: 0;
}

.menu_right > div:last-child:after {
    display: none;
}


li.new-item {
    position: relative;
    z-index: 2;
    transition: all.3s;
}

li.new-item:after {
    position: absolute;
    content: "New";
    height: 30px;
    width: 30px;
    border-radius: 50%;
    font-size: 11px;
    right: 10px;
    top: 50%;
    margin-top: -15px;
    color: #FF5555;
    transition: all.3s;
}

li.new-item:hover:after{
  color: #fff;
  transition: all.3s;
}

/*
 * Stellarnav.js 2.5.0
 * Responsive, lightweight, multi-level dropdown menu.
 * Copyright (c) 2018 Vinny Moreira - http://vinnymoreira.com
 * Released under the MIT license
 */
/* all nav */
.stellarnav { position: relative; width: 100%; z-index: 990; line-height: normal; }
.stellarnav a { color: #777; }
.stellarnav ul { margin: 0; padding: 0; text-align: left; }
.stellarnav li { list-style: none; display: block; margin: 0; padding: 0; position: relative; line-height: normal; vertical-align: middle; }
.stellarnav li a { padding: 15px; display: block; text-decoration: none; color: #777; font-size: inherit; font-family: inherit; box-sizing: border-box; transition: all .3s ease-out; }

/* main level */
.stellarnav > ul > li { display: inline-block;  }
.stellarnav > ul > li > a { padding: 20px 18px; }
.stellarnav > ul > li > a.active,.stellarnav > ul > li > a:hover{ z-index: 10; color: #87BB60 !important; background: #F3F3F4;}
.stellarnav > ul > li > a:hover::before,
.stellarnav > ul > li > a.active::before{
    width: 100%;
}

.stellarnav > ul > li > a::before{
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 2px;
    width: 0%;
    background: #87BB60 !important;
    z-index: -1;
    transition: all linear 0.3s;
    z-index: 1;
}

/* first level dd */
.stellarnav ul ul { top: auto; width: 230px; position: absolute; z-index: 9900; text-align: left; display: none; background: #ddd; }
.stellarnav li li { display: block; }

/* second level dd */
.stellarnav ul ul ul { top: 0; /* dd animtion - change to auto to remove */ left: 220px; }
.stellarnav > ul > li:hover > ul > li:hover > ul { opacity: 1; visibility: visible; top: 0; }

/* .drop-left */
.stellarnav > ul > li.drop-left > ul { right: 0; }
.stellarnav li.drop-left ul ul { left: auto; right: 220px; }

/* light theme */
.stellarnav.light { background: rgba(255, 255, 255, 1); }
.stellarnav.light a { color: #000; }
.stellarnav.light ul ul { background: rgba(255, 255, 255, 1);  }
.stellarnav.light li a { color: #17222B; font-size: 16px; font-weight: 400; }

/* dark theme */
.stellarnav.dark { background: rgba(0, 0, 0, 1); }
.stellarnav.dark a { color: #FFF; }
.stellarnav.dark ul ul { background: rgba(0, 0, 0, 1); }
.stellarnav.dark li a { color: #FFF; }
/* sticky nav */
.stellarnav.fixed { position: fixed; width: 100%; top: 0; left: 0; z-index: 9999; }

/* only used when 'scrollbarFix' is set to true in the js. This fixes horizontal scrollbar caused by the dd menus that are very long.*/
body.stellarnav-noscroll-x { overflow-x: hidden; }

/* general styling */
.stellarnav li.has-sub > a:after { content: "\f107"; font-family: 'Font Awesome 5 Pro'; margin-left: 10px; display: inline-block; }
.stellarnav li li.has-sub > a:after {content: "\f105"; font-family: 'Font Awesome 5 Pro'; margin-left: 10px; float: right;  position: relative; top: 4px; }
.stellarnav li.drop-left li.has-sub > a:after { float: left; margin-right: 10px; content: "\f104"; font-family: 'Font Awesome 5 Pro'; }
.stellarnav.hide-arrows li.has-sub > a:after, .stellarnav.hide-arrows li li.has-sub > a:after, .stellarnav.hide-arrows li.drop-left li.has-sub > a:after { display: none; }
.stellarnav .menu-toggle, .stellarnav .close-menu, .stellarnav .call-btn-mobile, .stellarnav .location-btn-mobile { display: none; text-transform: uppercase; text-decoration: none; }
.stellarnav .dd-toggle { display: none; position: absolute; top: 0; right: 0; padding: 0; width: 48px; height: 48px; text-align: center; z-index: 9999; border: 0; }
.stellarnav.desktop li.has-sub a { padding-right: 5px; }
.stellarnav.desktop.hide-arrows li.has-sub a { padding-right: 15px; }
.stellarnav.mobile > ul > li > a.dd-toggle { padding: 0; }
.stellarnav li.call-btn-mobile, .stellarnav li.location-btn-mobile { display: none; }
.stellarnav.desktop li.has-sub ul li a:hover{
    background: #87BB60 !important;
    color: #fff;
}

/* svg icons */
.stellarnav svg { fill: currentColor; width: 1em; height: 1em; position: relative; top: 2px; }
/* svg icons */

.stellarnav a.dd-toggle .icon-plus { box-sizing: border-box;
    transition: transform 0.3s;
    width: 12px;
    position: absolute;
    vertical-align: middle;
    display: inline-block;
    right: 20px;}

.stellarnav a.dd-toggle .icon-plus:after { content: ''; display: block; width: 12px; height: 0px; top: 50%; border-bottom: solid 3px #777; position: absolute; }
.stellarnav li.open > a.dd-toggle .icon-plus { transform: rotate(90deg); }
.stellarnav.light a.dd-toggle .icon-plus:before { border-color: #000; }
.stellarnav.light a.dd-toggle .icon-plus:after { border-color: #000; }
.stellarnav.dark a.dd-toggle .icon-plus:before { border-color: #FFF; }
.stellarnav.dark a.dd-toggle .icon-plus:after { border-color: #FFF; }

.stellarnav .icon-close { box-sizing: border-box; width: 12px; height: 12px; position: relative; display: inline-block; }
.stellarnav .icon-close:before { content: ''; display: block; width: 12px; height: 0px; border-bottom: solid 3px #777; position: absolute; top: 50%; transform: rotate(45deg); }
.stellarnav .icon-close:after { content: ''; display: block; width: 12px; height: 0px; top: 50%; border-bottom: solid 3px #777; position: absolute; transform: rotate(-45deg); }
.stellarnav.light .icon-close:before { border-color: #000; }
.stellarnav.light .icon-close:after { border-color: #000; }
.stellarnav.dark .icon-close:before { border-color: #FFF; }
.stellarnav.dark .icon-close:after { border-color: #FFF; }

/* mobile nav */
.stellarnav .menu-toggle, .stellarnav .call-btn-mobile, .stellarnav .location-btn-mobile, .stellarnav .close-menu { padding: 15px; box-sizing: border-box; }
.stellarnav .menu-toggle span.bars { display: inline-block; margin-right: 7px; position: relative; top: 3px; }
.stellarnav .menu-toggle span.bars span { display: block; width: 22px; height: 3px; border-radius: 6px; background: #777; margin: 0 0 5px; }
.stellarnav .full { width: 100%; }
.stellarnav .half { width: 50%; }
.stellarnav .third { width: 33%; text-align: center; }
.stellarnav .location-btn-mobile.third { text-align: center; }
.stellarnav .location-btn-mobile.half { text-align: right; }
.stellarnav.light .third, .stellarnav.light .half { border-left: 1px solid rgba(0, 0, 0, .15); }
.stellarnav.light.left .third, .stellarnav.light.left .half { border-bottom: 1px solid rgba(0, 0, 0, .15); }
.stellarnav.light.right .third, .stellarnav.light.right .half { border-bottom: 1px solid rgba(0, 0, 0, .15); }
.stellarnav.light .third:first-child, .stellarnav.light .half:first-child { border-left: 0; }
.stellarnav.dark .third, .stellarnav.dark .half { border-left: 1px solid rgba(255, 255, 255, .15); }
.stellarnav.dark.left .third, .stellarnav.dark.left .half { border-bottom: 1px solid rgba(255, 255, 255, .15); }
.stellarnav.dark.right .third, .stellarnav.dark.right .half { border-bottom: 1px solid rgba(255, 255, 255, .15); }
.stellarnav.light.left .menu-toggle, .stellarnav.light.right .menu-toggle { border-bottom: 0; font-size: 0;}
.stellarnav.dark.left .menu-toggle, .stellarnav.dark.right .menu-toggle { border-bottom: 0; }
.stellarnav.dark .third:first-child, .stellarnav.dark .half:first-child { border-left: 0; }
.stellarnav.light .menu-toggle span.bars span { background: #000; }
.stellarnav.dark .menu-toggle span.bars span { background: #FFF; }
.stellarnav.mobile { position: static; }
.stellarnav.mobile.fixed { position: static; }
.stellarnav.mobile ul { position: relative; display: none; }
.stellarnav.mobile.active { padding-bottom: 0; }
.stellarnav.mobile.active > ul { display: block; }
.stellarnav.mobile ul { text-align: left; }
.stellarnav.mobile > ul > li { display: block; }
.stellarnav.mobile > ul > li > a { padding: 15px; }
.stellarnav.mobile ul { background: rgba(221, 221, 221, 1); }
.stellarnav.mobile ul ul { position: relative; opacity: 1; visibility: visible; width: auto; display: none; transition: none; }
.stellarnav.mobile ul ul ul { left: auto; top: auto; }
.stellarnav.mobile li.drop-left ul ul { right: auto; }
.stellarnav.mobile li a { border-bottom: 1px solid rgba(255, 255, 255, .15); }
.stellarnav.mobile > ul { border-top: 1px solid rgba(255, 255, 255, .15); }
.stellarnav.mobile.light li a { border-bottom: 1px solid rgba(0, 0, 0, .15); }
.stellarnav.mobile.light > ul { border-top: 1px solid rgba(0, 0, 0, .15); }
.stellarnav.mobile li a.dd-toggle { border: 0; }
.stellarnav.mobile.light li a.dd-toggle { border: 0; }
.stellarnav.mobile .menu-toggle, .stellarnav.mobile .dd-toggle, .stellarnav.mobile .close-menu, .stellarnav.mobile .call-btn-mobile, .stellarnav.mobile .location-btn-mobile { display: inline-block; }
.stellarnav.mobile li.call-btn-mobile { border-right: 1px solid rgba(255, 255, 255, .1); box-sizing: border-box; }
.stellarnav.mobile li.call-btn-mobile, .stellarnav.mobile li.location-btn-mobile { display: inline-block; width: 50%; text-transform: uppercase; text-align: center; }
.stellarnav.mobile li.call-btn-mobile.full, .stellarnav.mobile li.location-btn-mobile.full { display: block; width: 100%; text-transform: uppercase; border-right: 0; text-align: left; }
.stellarnav.mobile.light ul { background: rgba(255, 255, 255, 1); }
.stellarnav.mobile.dark ul { background: rgba(0, 0, 0, 1); }
.stellarnav.mobile.dark ul ul { background: rgba(255, 255, 255, .08); }
.stellarnav.mobile.light li.call-btn-mobile { border-right: 1px solid rgba(0, 0, 0, .1); }
.stellarnav.mobile.top { position: absolute; width: 100%; top: 0; left: 0; z-index: 9999; }
.stellarnav.mobile li.has-sub > a:after, .stellarnav.mobile li li.has-sub > a:after, .stellarnav.mobile li.drop-left li.has-sub > a:after { display: none; }

/* left and right positions */
.stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul { position: fixed; top: 0; bottom: 0; width: 100%; max-width: 280px; overflow-x: hidden; overflow-y: auto; -webkit-overflow-scrolling: touch; border-right: 1px solid rgba(0, 0, 0, .15); z-index: 99;}
.stellarnav.mobile.right > ul { left: 0; }
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu { display: inline-block; text-align: right; }
.stellarnav.mobile.left > ul { left: 0; }
.stellarnav.mobile.right .location-btn-mobile.half, .stellarnav.mobile.right .call-btn-mobile.half, .stellarnav.mobile.right .close-menu.half { text-align: center; }
.stellarnav.mobile.right .location-btn-mobile.third, .stellarnav.mobile.right .call-btn-mobile.third, .stellarnav.mobile.right .close-menu.third { text-align: center; }
.stellarnav.mobile.left .location-btn-mobile.half, .stellarnav.mobile.left .call-btn-mobile.half, .stellarnav.mobile.left .close-menu.half { text-align: center; }
.stellarnav.mobile.left .location-btn-mobile.third, .stellarnav.mobile.left .call-btn-mobile.third, .stellarnav.mobile.left .close-menu.third { text-align: center; }
.stellarnav.mobile.left .menu-toggle.half, .stellarnav.mobile.left .menu-toggle.third, .stellarnav.mobile.right .menu-toggle.half, .stellarnav.mobile.right .menu-toggle.third { text-align: left; }
.stellarnav.mobile.left .close-menu.third span, .stellarnav.mobile.right .close-menu.third span { display: none; }
/* left and right positions */

/* mega dd */
.stellarnav.desktop li.mega ul ul { background: none; }
.stellarnav.desktop li.mega li { display: inline-block; vertical-align: top; margin-left: -4px; }
.stellarnav.desktop li.mega li li { display: block; position: relative; left: 4px; }
.stellarnav.desktop li.mega ul ul { width: auto; }
.stellarnav.desktop > ul > li.mega { position: inherit; }
.stellarnav.desktop > ul > li.mega > ul { width: 100%; }
.stellarnav.desktop > ul > li.mega > ul li.has-sub ul { display: block; position: relative; left: auto; }
.stellarnav.desktop > ul > li.mega > ul > li { padding-bottom: 15px; box-sizing: border-box; }
.stellarnav.desktop li.mega li li a { padding: 5px 15px; }
.stellarnav.desktop li.mega li.has-sub a:after { display: none; }
.stellarnav.desktop > ul > li.mega > ul > li > a { color: yellow; }
.stellarnav.desktop > ul > li.mega > ul > li > a { color: yellow; }
/* mega dd */
.stellarnav.desktop ul ul{
    box-shadow: 0 2px 8px rgba(0,0,0,.1); 
    padding: 10px 15px 10px 10px;
}


/* Fallback for slow javascript load */
@media only screen and (max-width : 992px) {
    .stellarnav > ul > li > a {
        padding: 20px 15px;
    }

}
/* Fallback for slow javascript load */
@media only screen and (max-width : 992px) {
    .stellarnav.mobile.light li a.dd-toggle::before{
        display: none;
    }

}

/* Fallback for slow javascript load */
@media only screen and (max-width : 768px) {
	.stellarnav { overflow: hidden; display: block; }
	.stellarnav ul { position: relative; display: none; }
}

/* mobile nav */
@media only screen and (max-width : 420px) {
	.stellarnav.mobile .call-btn-mobile.third span, .stellarnav.mobile .location-btn-mobile.third span { display: none; }
}

/**********************************************************************************/
/**********************************************************************************/
/*___________________________________Custom css___________________________________*/
/**********************************************************************************/
/**********************************************************************************/
.post-header h3 {
	padding-bottom: 20px;
	border-bottom: 1px solid #dee2e6;
	width: 100%;
	position: relative;
	z-index: 2;
	font-weight: 700;
	display: inline-block;
}
.post-header h3::after {
	width: 80px;
	height: 3px;
	content: "";
	background: #87BB60 !important;
	position: absolute;
	left: 0;
	bottom: -2px;
	z-index: 9;
}
.theme-1 ul.navbar-nav > li > a {
    font-size: 15px !important;
}

.main-menu .main-nav .container .row .col-lg-8 {
    flex: 0 0 80% !important;
	max-width: 80% !important;
}

.main-menu .main-nav .container .row .col-lg-4 {
	flex: 0 0 20% !important;
	max-width: 20% !important;
}


/* 1) Assure un comportement "flex" si Bootstrap du thème ne l'a pas */
.main-menu .main-nav .row.justify-content-between {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center;
  }
  
  /* 2) Le nav doit pouvoir rétrécir sans déborder */
  .main-menu nav.navbar {
    min-width: 0 !important;
  }
  
  /* 3) Force le menu à WRAPPER et annule les styles legacy (float) */
  .main-menu .navbar .nav.navbar-nav {
    display: flex !important;
    flex-wrap: wrap !important;
    white-space: normal !important;
    width: 100% !important;
  }
  
  /* Très important : si le thème met float:left sur les li, le wrap ne marche pas */
  .main-menu .navbar .nav.navbar-nav > li {
    float: none !important;
    display: block !important;
  }
  
  /* 4) La zone droite ne doit pas être recouverte */
  .main-menu .subscribe-div {
    position: relative !important;
    z-index: 5 !important;
    display: flex !important;
    justify-content: flex-end !important;
}

.heading.archive__main__title{
	display: none;
}

.nav {
    flex-wrap: nowrap !important;
}
.widget_tab .nav.nav-tabs {
	display: none;
}
.footer.footer_area1.primay_bg.style2{
	border-top: 2px solid #6C964D;
}
.footer.footer_area1.primay_bg.style2 .widget-title2:after{
	display: none;
}
.footer.footer_area1.primay_bg.style2 .widget-title2{
	border: none !important;
	margin-bottom: 0px !important;
}
.footer.footer_area1.primay_bg.style2 .menu-item a:before{
	display: none;
}
.footer.footer_area1.primay_bg.style2 .qomodo-social-list a{
	color: #ffffff !important;
	background-color:#87BB60 !important;
}

.blog-sidebar.sidebar .tab_widgets h4 {
    font-size: 14px !important;
}
.blog-sidebar.sidebar .meta {
    font-size: 12px !important;
}
.sidebar {
	margin-left: 0px !important;
	padding-left: 0px !important;
}
.widget.carbon_fields_theme_widget_post_tab{
	box-shadow: none !important;
	background: #fcfcfc !important;
	padding: 0px !important;
	margin-top: -25px !important;
}

.subscribe-button, .tnp-submit, .pmpro_btn, .pmpro_actions_nav a , .pmpro_actionlinks a{
	background-color: #f5b524 !important;
	font-size: 14px !important;
	border: none !important;
	height: 32px !important;
	font-weight: lighter !important;
	padding: 4px 16px 4px!important;
	color: #121212 !important;
	font-weight: bold !important;
	border-radius: 4px !important;	
	display: block;
	width: fit-content;
	word-break: normal;
}
.meta3 .post-cat:nth-child(2){
	color: #f5b524;
}
.theme-1 .main-nav ul.navbar-nav > li > a {
    padding: 0 15px;
    line-height: 70px;
    display: inline-block;
	word-break: normal;
	white-space: nowrap;
    font-size: min(0.9vw, 15px) !important;
}
.menu-item{
	max-width: 160px;
}
@media (max-width: 991px) {
    .subscribe-div {
        display: none !important;
    }
}
/**___________________________________SUBSCRIBE BANNER___________________________________**/
.subscribe-banner-flex {
	padding: 32px 64px 32px 64px;
	background-color: #87BB60;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.subscribe-banner-header{
	background-color: #6C964D !important;
	margin-top: 48px;
	padding: 24px 40px;
	font-family: "Myriad Pro";
	font-style: normal;
	font-size: 23px;
	font-weight: 400;
	color: white;
}
.subscribe-banner-left{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.banner-button{
	flex-grow: 1;
}
.login-button{
	border: solid 1px white !important;	color: white !important;
	background-color: #87BB60 !important;
	line-height: 23px;
}
.subscribe-banner-title{
	color:white;
	font-size:15pt;
}
.subscribe-banner-subtitles {
	margin-top: 16px;
	width:100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}
.subscribe-banner-subtitle img{
	width: 35px;
	height: 35px;
	margin-right: 8px;
}
.subscribe-banner-subtitle {
	display: flex;
	flex-direction: row;
	align-items: center;
	line-height: 13pt;
	margin-bottom: 16px;
}
.subscribe-banner-text{
	color:white;
	font-size:10pt;
}
.subscribe-buttons-flex{
	display: flex;
	flex-direction: row;
	width: 100%;
}
.pmpro_content_message {
	box-shadow: 0px -50px 50px 50px white;
	z-index: 0;
	position: relative;
}
#sidebar{
	z-index: 1;
}

/**___________________________________CAROUSELS___________________________________**/
.owl-wrapper{
	padding-bottom: 50px;
}
#carousel-2782 h5{
	color: #6C964D;
	font-weight: bold;
	font-family: Arial;
}
#carousel-2782 .item-inner{
	font-family: Arial;
	font-size: 10pt;
	padding: 16px;
}
#carousel-2782 .owl-item{
	border: solid #CCC 1px;
	border-radius: 4px !important;
}

/**___________________________________PMPRO___________________________________**/
#ExpirationMonth{
	width: 65px;
}
#ExpirationYear{
	width: 85px;
}
h3{
	padding-bottom: 20px;
	border-bottom: 1px solid #dee2e6;
	width: 100%;
}
.pmpro_actions_nav, .pmpro_submit, .pmpro_actionlinks {
	display: block ruby;
}
#wp-submit{
	background-color: #87BB60;
	color: white;
	border-radius: 4px !important;
}
.pmpro_box a {
	color: #87BB60;
	font-weight: bold;
}
.pmpro_a-print {
    float: left !important;
    font-size: 16px !important;
	padding: 2px 0px 2px 30px !important;
}


.bandeau-pub-1380x256 {
  max-width: 1380;
  max-height: 256px;
  margin: 20px auto 0px auto;
  text-align: center;
}

.bandeau-pub-1380x256 a img {
  width: 100%;
  max-width: 1380px;
  height: 100%;
  max-height: 256px;
}

.dpv-pub-verticale {
  margin-bottom: 60px;
}

.dpv-pub-verticale img {
  display: block;
  width: 100%;
  height: auto;
}
