/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Default Css
# Accessibility
# Alignments
# Clearings
# Widgets
# Blog Page
# Single Posts
# Comment Css
# Infinite scroll
# Media
	## Captions
	## Galleries
# Header Css
    ## Main Menu Css

# Banner Css
# 404 Css
# Pre loader Css
# Scroll Top Css
# Custom Animation Css
# Footer Css
# Responsive Css
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Default Css
--------------------------------------------------------------*/

body {
    font-size: 16px;
    line-height: 1.8;
    color: #565872;
    font-weight: 400;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
    font-family: 'Rubik', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.5;
}

a, h1, h2, h3, h4, h5, h6, strong, dt, th, .comment-meta .fn, .comment-reply-link, .no-comments {
    color: #222222;
}

a {

    display: inline-block;
}

a:hover {
    text-decoration: none;
}

a, h1, h2, h3, h4, h5, h6, strong, dt, th, .comment-meta .fn, .comment-reply-link, .no-comments,
.td-transition,
input[type=submit],
button[type=submit],
.slick-dots button {
    -webkit-transition: .3s;
    transition: .3s;
}

button {
    cursor: pointer;
}

table td a {
    font-weight: 500;
}

i {
    font-weight: normal;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #626262;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 15px;
    box-shadow: none;
    outline: none;
    width: 100%;
    margin-bottom: 30px;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

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

form.search-form label, form.search-form input {
    margin-bottom: 0;
    width: 100%;
    border-radius: 5px;
}

form.search-form {
    position: relative;
}

form.search-form .search-submit {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 60px;
    font-size: 18px;
}

textarea {
    height: 120px;
    width: 100%;
}

code {
    background-color: #f0e1e3;
    font-weight: normal;
}

pre {
    background: #f8f8f8;
    padding: 30px;
    border-radius: 5px;
    font-weight: 400;
    margin-bottom: 25px;
    margin-top: 30px;
}

ul, ul ul, ol, ol ol, ol ul, ul ol {
    padding-left: 20px;
}

.td-list-style,
.td-list-style ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

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

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
    opacity: 1;
    width: 40px;
    text-align: center;
    border-radius: 50%;
    height: 40px;
    line-height: 40px;
    font-size: 35px;
    right: -36px;
    padding-right: 0;
    top: -36px;
}

.slick-slide:focus, .slick-slider a:focus {
    box-shadow: none !important;
    outline: none !important;
}

ul.slick-dots {
    margin: 0;
    padding: 0;
    text-align: center;
    line-height: 1;
    width: 100%;
}

.slick-dots li {
    display: inline-block;
    margin-right: 10px;
}

.slick-dots li:last-child {
    margin-right: 0;
}

.slick-dots button {
    border: 1px solid transparent;
    border-radius: 50%;
    height: 12px;
    padding: 0;
    text-indent: -10000px;
    width: 12px;
    box-shadow: none;
    outline: none;
    cursor: pointer;
}

.td-button,
select:focus,
input:focus,
button:focus {
    box-shadow: none;
    outline: none;
}

.page-builder-used aside.sidebar-widget-area,
.page-builder-not-used .content-area {
    margin: 115px 0;
}

.td-cover-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.td-vertical-center {
    min-height: 100%;
    display: flex;
    align-items: center;
}

.td-table {
    display: table;
    height: 100%;
    width: 100%;
}

.td-table-cell {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}

.site {
    overflow-x: hidden;
}

.td-button, input[type="submit"], button[type="submit"] {
    display: inline-block;
    padding: 22px 40px 20px 40px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1;
    font-size: 16px;
    border-radius: 5px;
    color: #ffffff;
    position: relative;
}

.td-button:hover, input[type="submit"]:hover, button[type="submit"]:hover {
    color: #ffffff;
}

input[type="submit"]:before,
button[type="submit"]:before,
.td-button:before {
    position: absolute;
    top: 8px;
    bottom: 8px;
    left: 8px;
    right: 8px;
    content: '';
    background: transparent;
    border: 1px solid #ffffff;
    opacity: 0;
    visibility: hidden;
    transition: .2s;
    border-radius: 3px;
}

input[type="submit"]:hover:before,
button[type="submit"]:hover:before,
.td-button:hover:before {
    opacity: 1;
    visibility: visible;
}

button.search-submit:before {
    display: none;
}

a.td-button i,
.comments-area button.td-button i,
.woocommerce-Reviews button.td-button i,
.wpcf7-form-control.wpcf7-submit i {
    font-size: 18px;
    margin-left: 20px;
}


input[type=submit],
button[type=submit] {
    border: 0;
}

.td-text-button {
    font-weight: 500;
    line-height: 1;
    position: relative;
    font-size: 16px;
    display: inline-block;
}

.td-text-button i {
    margin-left: 8px;
    font-size: 13px;
}

.td-video-button {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: relative;
}

.td-video-button:before {
    z-index: 0;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
}

.td-video-button:after {
    z-index: 1;
    transition: all 200ms;
}

.td-video-button:before, .td-video-button:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.td-video-button i {
    color: #fff;
    z-index: 2;
    position: absolute;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    left: 1px;
    top: 2px;
    font-size: 20px;
}

.search-no-results .row.all-posts-wrapper {
    height: auto !important;
}

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


@-webkit-keyframes autofill {
    to {
        color: #ffffff;
        background: transparent;
    }
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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;
    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;
    /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

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

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.sidebar-widget-area .widget {
    margin-bottom: 50px;
    padding: 30px;
    border-radius: 5px;
    overflow: hidden;
    background-color: #f5f5f6;
}

.sidebar-widget-area .widget-title {
    padding: 23px 30px 20px 30px;
    color: #ffffff;
    font-size: 22px;
    margin: -30px -30px 40px -30px;
}

.sidebar-widget-area .widget-title a {
    color: #ffffff;
}

.sidebar-widget-area .widget.widget_themedraft-recent-posts .widget-title,
.sidebar-widget-area .widget.widget_text .widget-title {
    margin-bottom: 30px;
}

.sidebar-widget-area .widget.widget_calendar .widget-title,
.sidebar-widget-area .widget.widget_recent_comments .widget-title,
.sidebar-widget-area .widget.widget_recent_entries .widget-title,
.sidebar-widget-area .widget.widget_rss .widget-title {
    margin-bottom: 20px;
}

.sidebar-widget-area .widget.widget_text .widget-title {

}

.sidebar-widget-area .widget:last-child {
    margin-bottom: 0;
}

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

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

.widget ul li {
    border-top: 1px solid;
    position: relative;
    padding: 8px 0;
    border-color: #dddddd;
}

.widget ul li:first-of-type {
    border-color: transparent;
}

.widget ul ul li:first-of-type {
    padding-top: 10px;
    border-color: #dddddd;
    margin-top: 5px;
}

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

.widget ul ul li:first-of-type {
    margin-top: 10px;
}

.widget select {
    max-width: 100%;
    padding: 0 10px;
}

select {
    width: 100%;
    height: 50px;
    cursor: pointer;
}

.widget.widget_calendar caption {
    caption-side: top;
}

.widget.widget_calendar caption, .wp-calendar-nav {
    text-transform: uppercase;
    font-weight: 500;
    color: #222222;
}

.widget table {
    margin-bottom: 20px;
}

.content-area button[type="submit"].search-submit,
.widget.widget_search button[type="submit"] {
    padding: 10px;
    color: #ffffff;
    border-radius: 5px;
    height: 46px;
    width: 46px;
    top: 50%;
    margin-top: -23px;
    right: 8px;
}

.widget .post-count-number {
    position: absolute;
    right: 0;
    pointer-events: none;
}

.widget.widget_rss ul li {
    border-top: 0;
    padding-bottom: 20px;
}

.widget.widget_rss ul li:last-child {
    padding-bottom: 0;
}

.widget.widget_rss ul li a {
    font-size: 18px;
    font-weight: 500;
    padding: 0;
    display: block;
    line-height: 28px;
}

.widget.widget_rss .rss-date {
    margin-bottom: 15px;
    display: block;
    margin-top: 5px;
    font-weight: 500;
}

.widget.widget_rss cite {
    margin-top: 10px;
    display: block;
    font-weight: 500;
    color: #222222;
}


.widget.widget_text img {
    margin: 15px 0;
}


.widget.widget_tag_cloud a {
    font-size: 16px !important;
    text-transform: capitalize;
    display: inline-block;
    margin-right: 5px;
    padding: 5px 10px;
    border-radius: 5px;
    margin-bottom: 10px;
    color: #ffffff;
    font-weight: 500;
}

.sidebar-widget-area .widget.widget_archive ul li,
.sidebar-widget-area .widget.widget_categories ul li,
.sidebar-widget-area .widget.widget_meta ul li,
.sidebar-widget-area .widget.widget_nav_menu ul li,
.sidebar-widget-area .widget.widget_pages ul li,
.sidebar-widget-area .widget.widget_themedraft_nav_menu ul li {
    border: none;
    position: relative;
    padding: 0;
    margin-bottom: 10px;
}

.widget.widget_archive li a,
.widget.widget_categories li a,
.widget.widget_meta li a, .widget.widget_nav_menu li a,
.widget.widget_pages li a,
.widget.widget_themedraft_nav_menu ul li a {
    display: block;
    border: 1px solid #f0f4fa;
    padding: 10px 15px 10px 35px;
    border-radius: 5px;
    position: relative;
    background-color: #ffffff;
    font-weight: 500;

}

.widget .post-count-number {
    font-weight: 500;
}

.widget.widget_archive li a,
.widget.widget_categories li a, .widget.widget_meta li a,
.widget.widget_nav_menu li a,
.widget.widget_pages li a, .widget .post-count-number,
.widget.widget_themedraft_nav_menu ul li a {
    color: #222222;
}

.sidebar-widget-area .widget.widget_archive li a,
.sidebar-widget-area .widget.widget_categories li a,
.sidebar-widget-area .widget.widget_pages li a,
.sidebar-widget-area .widget.widget_pages li a,
.sidebar-widget-area .widget.widget_meta li a,
.sidebar-widget-area .widget.widget_nav_menu li a,
.post-pagination ul li a {
    transition: 0s;
}

.sidebar-widget-area .widget.widget_archive li:hover .post-count-number,
.sidebar-widget-area .widget.widget_archive li a:hover,
.sidebar-widget-area .widget.widget_categories li a:hover + .post-count-number,
.sidebar-widget-area .widget.widget_categories li a:hover,
.sidebar-widget-area .widget.widget_pages li a:hover,
.sidebar-widget-area .widget.widget_meta li a:hover,
.sidebar-widget-area .widget.widget_nav_menu li a:hover {
    color: #ffffff;
}

.widget.widget_archive li a:before, .widget.widget_categories li a:before,
.widget.widget_meta li a:before, .widget.widget_nav_menu li a:before,
.widget.widget_pages li a:before,
.widget.widget_themedraft_nav_menu ul li a:before {
    position: absolute;
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    left: 15px;
    top: 13px;
    font-size: 12px;
}


.sidebar-widget-area .widget.widget_archive .post-count-number,
.sidebar-widget-area .widget.widget_meta .post-count-number,
.sidebar-widget-area .widget.widget_categories .post-count-number {
    right: 15px;
    top: 12px;
}

.widget .comment-author-link {
    font-weight: 500;
    color: #222222;
    font-size: 17px;
}

/*Recent Post Widget */
.td-recent-post-widget .li-have-thumbnail img {
    height: 80px;
    width: 80px;
    float: left;
    border-radius: 5px;
}

.td-recent-post-widget .li-have-thumbnail .td-recent-post-title-and-date {
    margin-left: 95px;
}

a.td-recent-post-widget-title {
    font-size: 18px;
    margin-top: -5px;
    font-weight: 500;
    line-height: 27px;

}

.td-recent-post-title-and-date h6 {
    margin-bottom: 5px;
}

.widget.widget_themedraft-recent-posts ul li {
    padding: 12px 0;
    min-height: 100px;
    border-top: none;
}

.td-recent-widget-date i {
    margin-right: 2px;
    font-size: 14px;
}

.td-recent-widget-date a {
    font-weight: 500;
    font-size: 15px;
}

/*Gallery Photo Widget*/

img.mfp-img {
    padding: 0 0 20px 0;
}

.footer-widget-area .widget.themedraft_gallery_widget .widget-title {
    margin-bottom: 45px;
}

a.td-gallery-photo-url {
    height: 80px;
    width: 32.3333%;
    padding-left: 5px;
}

.td-gallery-photo-item {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    border-radius: 5px;
}

.tdraft-gallery-photo-wrapper {
    margin-left: -5px;
}

.td-gallery-photo-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
}


.td-gallery-photo-item:hover .td-gallery-photo-overlay {
    opacity: .8;
    visibility: visible;
}

.td-gallery-photo-plus {
    display: inline-block;
    position: absolute;
    z-index: 1;
    color: #fff;
    font-size: 30px;
    height: 30px;
    width: 30px;
    left: 50%;
    margin-left: -15px;
    top: 50%;
    margin-top: -15px;
    line-height: 30px;
    text-align: center;
}

@media only screen and (max-width: 1199px) {
    a.td-gallery-photo-url {
        width: 32%;
    }
}

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

}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sidebar-widget-area a.td-gallery-photo-url {
        width: 24.5%;
        height: 100px;
    }
}

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

}

/* About Company Widget */
.widget_themedraft_about_company_widget .about-info-img {
    margin-bottom: 20px;
    margin-top: -8px;
}

.widget_themedraft_about_company_widget .widget-social-icons li a {
    color: #ffffff;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 42px;
    border-radius: 50%;
    font-size: 15px;
    margin-right: 4px;
    background-color: #393f48;
    transition: 0s;
}

.widget-short-desc {
    margin-top: 35px;
}

/* Contact Info Widget */


.widget .widget-contact-info-list li {
    position: relative;
    padding-left: 25px !important;
    padding-top: 5px;
    padding-bottom: 5px;
}

.widget-contact-info-list li i {
    position: absolute;
    top: 13px;
    left: 0;
}

.widget-addr-dsc p {
    margin-bottom: 0;
}


.widget_themedraft_about_company_widget ul.widget-social-icons {
    margin-top: 25px;
}

/* CTA Button Widget */
.widget.widget_themedraft_cta_button_widget {
    padding: 0;
}

.widget_themedraft_cta_button_widget .widget-title {
    margin: 0;
}

.cta-widget-content {
    text-align: center;
    padding: 55px 30px 45px 30px;
}

a.cta-widget-button {
    height: 100px;
    width: 100px;
    background: #ffffff;
    border-radius: 50%;
    font-size: 40px;
    line-height: 105px;
    display: inline-block;
}

.cta-widget-number {
    font-size: 30px;
    font-weight: 700;
    color: #ffffff;
    display: inline-block;
    margin-top: 30px;
}

.cta-widget-number:hover {
    color: #ffffff;
    text-decoration: underline;
}

.cta-title {
    color: #ffffff;
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 40px;
}

.sidebar-widget-area .widget.widget_themedraft_nav_menu ul li a:hover,
.sidebar-widget-area .widget.widget_themedraft_nav_menu ul li.current-menu-item a {
    color: #ffffff;
}


.sidebar-contact-form-wrapper input,
.sidebar-contact-form-wrapper textarea {
    border-color: #eaeaea;
    border-radius: 5px;

}

.sidebar-contact-form-wrapper input[type="submit"] {
    border-radius: 50px;
}

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

/* 5.8 Block Widget CSS */
.sidebar-widget-area .widget.widget_block h2 {
    font-size: 22px;
}

.sidebar-widget-area .widget.widget_block .wp-block-latest-comments {
    padding-left: 0;
    margin-top: 25px;
}
.widget.widget_block .wp-block-latest-comments__comment-link {
    display: inline;
    line-height: 1.8;
}
.widget label.wp-block-search__label {
    display: none;
}

.widget.widget_block.widget_search .wp-block-search__inside-wrapper{
    display: block;
    position: relative;
}
.widget.widget_block.widget_search .wp-block-search__inside-wrapper .wp-block-search__input{
    margin-bottom: 0;
}

.widget.widget_block.widget_search .wp-block-search__inside-wrapper .wp-block-search__button{
    position: absolute;
    width: auto;
    border: none;
    font-weight: 400;
}

.widget.widget_block.widget_search .wp-block-search__inside-wrapper .wp-block-search__button:before{
    display: none;
}

/*--------------------------------------------------------------
# Blog Page
--------------------------------------------------------------*/
.sticky {
    display: block;
}

.sticky .post-content-wrapper {
    position: relative;
}

.sticky .post-content-wrapper:before {
    position: absolute;
    content: "\f08d";
    font-family: "Font Awesome 5 Free";
    font-size: 35px;
    right: 40px;
    top: 20px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    font-weight: 900;
}


.updated:not(.published) {
    display: none;
}


.page-links {
    clear: both;
    margin: 1.5em 0;
}

.single-post-item article {
    margin-bottom: 40px;
}

.single-post-item:last-of-type article {
    margin-bottom: 0;
}

.single-post-wrapper {
    box-shadow: 0px 6px 47px 3px rgba(37, 37, 37, 0.05);
}

.single-post-wrapper .post-content-wrapper {
    padding: 40px 50px 50px 50px;
    -webkit-transition: .3s;
    transition: .3s;

}

.post-meta {
    margin-bottom: 20px;
}

.post-meta ul li {
    display: inline-block;
    font-size: 13px;
    line-height: 25px;
    text-transform: uppercase;
    margin-right: 15px;
    font-weight: 500;
    letter-spacing: .2px;
}

.post-meta ul li:last-child {
    margin-right: 0;
}

.post-meta li i {
    font-size: 16px;
}

.post-meta li i.fa-calendar-check,
.post-meta li i.fa-user {
    margin-right: 5px;
}

.post-gallery-slider.slick-slider {
    max-height: 435px;
}


.post-meta li i.fa-comments, .post-meta li i.fa-folder {
    margin-right: 8px;
}


article .post-title {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 38px;
    line-height: 55px;
    font-weight: 700;
    word-break: break-word;
}

.post-excerpt p:last-child {
    margin-bottom: 0;
}

.post-read-more {
    margin-top: 35px;
}


.audio-iframe-wrapper {
    position: relative;
}

.audio-iframe-wrapper iframe {
    height: 400px;
    width: 100%;
}

.audio-iframe-wrapper:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 3px;
    width: 100%;
}

.post-thumbnail-wrapper {
    position: relative;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
}

.post-thumbnail-wrapper .slick-arrow {
    position: absolute;
    color: #ffffff;
    height: 60px;
    width: 60px;
    line-height: 60px;
    border-radius: 50%;
    text-align: center;
    font-size: 16px;
    top: 50%;
    margin-top: -30px;
    left: 30px;
    z-index: 1;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
}

.post-thumbnail-wrapper:hover .slick-arrow {
    opacity: 1;
    visibility: visible;
}

.post-thumbnail-wrapper .slick-arrow.slick-next {
    left: auto;
    right: 30px;
}

.post-thumbnail-wrapper .slick-dots {
    position: absolute;
    width: 100%;
    bottom: 20px;
}

.post-video-button-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    margin-left: -15px;
    margin-top: -15px;
}


.post-pagination ul li {
    display: inline-block;
    margin-right: 10px;
}


.post-pagination ul li a, .post-pagination ul li span, .page-links a, .page-links span {
    display: inline-block;
    height: 55px;
    border-radius: 50%;
    width: 55px;
    line-height: 56px;
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    transition: 0s;
    -webkit-transition: 0s;
    color: #222222;
    background-color: #f0f4fa;

}

.page-numbers .fas {
    font-size: 16px;
}

.post-pagination span.page-numbers.dots {
    border-color: transparent;
    font-size: 35px;
    width: auto;
    background-color: transparent;
}

.post-pagination ul li a:hover, .page-links a:hover, .post-pagination ul li span.current, .page-links .current {
    color: #ffffff;
    text-decoration: none;
}

.post-pagination nav.navigation.pagination {
    display: inline-block;
}

.post-pagination {
    margin-top: 70px;
}

.layout-grid .sticky .post-content-wrapper:before,
.layout-grid-ls .sticky .post-content-wrapper:before,
.layout-grid-rs .sticky .post-content-wrapper:before {
    font-size: 30px;
    right: 30px;
    top: 30px;
}

.layout-grid .post-title, .layout-grid-ls .post-title, .layout-grid-rs .post-title {
    font-size: 24px;
    margin-bottom: 15px;
    line-height: 34px;
    margin-top: 0;
}

.layout-grid .audio-iframe-wrapper iframe, .layout-grid-ls .audio-iframe-wrapper iframe,
.layout-grid-rs .audio-iframe-wrapper iframe {
    height: 210px;
}

.layout-grid .single-post-wrapper .post-content-wrapper,
.layout-grid-ls .single-post-wrapper .post-content-wrapper,
.layout-grid-rs .single-post-wrapper .post-content-wrapper {
    padding: 28px 30px 28px 30px;
}

.layout-grid .post-read-more,
.layout-grid-ls .post-read-more,
.layout-grid-rs .post-read-more {
    margin-top: 20px;
}

.layout-grid .all-posts-wrapper .post-meta ul li,
.layout-grid-ls .all-posts-wrapper .post-meta ul li,
.layout-grid-rs .all-posts-wrapper .post-meta ul li {
    font-size: 14px;
    margin-right: 10px;
    font-weight: 400;
}

.layout-grid .all-posts-wrapper .post-meta ul li i,
.layout-grid-ls .all-posts-wrapper .post-meta ul li i,
.layout-grid-rs .all-posts-wrapper .post-meta ul li i {
    font-size: 14px;
}

.layout-grid .all-posts-wrapper .td-video-button:after,
.layout-grid-ls .all-posts-wrapper .td-video-button:after,
.layout-grid-rs .all-posts-wrapper .td-video-button:after {
    height: 60px;
    width: 60px;
}

.layout-grid .all-posts-wrapper .td-video-button:before,
.layout-grid-ls .all-posts-wrapper .td-video-button:before,
.layout-grid-rs .all-posts-wrapper .td-video-button:before {
    height: 65px;
    width: 65px;
}

.layout-grid .post-thumbnail-wrapper .slick-arrow,
.layout-grid-ls .post-thumbnail-wrapper .slick-arrow,
.layout-grid-rs .post-thumbnail-wrapper .slick-arrow {
    height: 50px;
    width: 50px;
    line-height: 50px;
    margin-top: -25px;
    left: 20px;
}

.layout-grid .post-thumbnail-wrapper .slick-arrow.slick-next,
.layout-grid-ls .post-thumbnail-wrapper .slick-arrow.slick-next,
.layout-grid-rs .post-thumbnail-wrapper .slick-arrow.slick-next {
    right: 20px;
    left: auto;
}


/*--------------------------------------------------------------
# Single Post
--------------------------------------------------------------*/

.post-details-wrapper article h1, .post-details-wrapper article h2, .post-details-wrapper article h3, .post-details-wrapper article h4, .post-details-wrapper article h5, .post-details-wrapper article h6 {
    margin: 30px 0 10px;
}


.post-details-wrapper article h3 {
    margin-top: 10px;
}

.post-details-wrapper .post-thumbnail-wrapper {
    margin-bottom: 30px;
    border-radius: 8px;
}

.post-details-wrapper .entry-content img {
    margin-top: 20px;
    margin-bottom: 5px;
}

.post-details-wrapper .post-meta {
    margin-bottom: 20px;
}

.post-details-wrapper article .post-title {
    margin-bottom: 20px;
    margin-top: 0;
    font-size: 38px;
    line-height: 55px;
}

blockquote.wp-block-quote, blockquote {
    background-color: #f5f5f6;
    font-size: 19px;
    color: #222222;
    padding: 35px 25px;
    margin: 30px 0;
    border-radius: 0 10px 10px 0;
    position: relative;
    line-height: 34px;
    border-left: 4px solid;
}

.wp-block-quote.is-large p:last-of-type, .wp-block-quote.is-style-large p:last-of-type {
    margin-bottom: 0;
}

p.has-large-font-size {
    line-height: 1.5;
}

.wp-block-quote.has-text-align-right {
    border-radius: 0;
    padding: 30px;
}

blockquote.wp-block-quote:before, blockquote:before {
    position: absolute;
    content: '\f10d';
    font-family: "Font Awesome 5 Free";
    font-size: 90px;
    font-weight: 900;
    opacity: .1;
    top: 55px;
    left: 30px;
}

.wp-block-quote__citation, .wp-block-quote cite, .wp-block-quote footer {
    color: #222222;
    font-weight: 500;
    font-style: italic;
    font-size: 18px;
}

.wp-block-pullquote__citation, .wp-block-pullquote cite, .wp-block-pullquote footer {
    color: #222222;
    font-weight: 500;
    font-size: 18px;
}

.wp-block-quote.is-large, .wp-block-quote.is-style-large {
    padding: 35px 25px;
    border-left: 4px solid
}

.post-details-wrapper article .entry-content a {
    font-weight: 500;
}

.comment-content a {
    word-wrap: break-word;
}

.post-password-form input[type="password"] {
    border-radius: 5px;
    margin-top: 15px;
    height: 58px;
}

.entry-content ol li, .entry-content ul li {
    margin-bottom: 5px;
}

.post-details-wrapper .entry-content {
    margin-bottom: 30px;
}


span.tag-title {
    font-size: 18px;
    font-weight: 600;
    margin-right: 10px;
}

footer.post-footer {
    padding-top: 25px;
    border-top: 2px solid;
    padding-bottom: 20px;
    border-bottom: 2px solid;
    border-color: #eeeff2;
}

.post-tags a {
    padding: 7px 18px;
    margin-right: 10px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 5px;
    border-radius: 5px;
}

.post-tags a:hover {
    color: #ffffff;
    background-color: #282828;
}

.post-details-wrapper strong, .post-details-wrapper b, figcaption {
    font-weight: 500;
    color: #222222;
}


table {
    width: 100%;
    margin-bottom: 35px;
    margin-top: 15px;
    border-left: 1px solid;
    border-bottom: 1px solid;
    border-color: #dddddd;
}


.post-page-numbers {
    margin-right: 10px;
}

.entry-content table th, .entry-content table td {
    padding: 15px;
}

table th, table td {
    border-top: 1px solid;
    border-right: 1px solid;
    text-align: center;
    padding: 8px;
    border-color: #dddddd;
}

.entry-content table {
    width: auto;
}

.post-details-wrapper .wp-block-calendar tfoot {
    border: 1px solid #ddd;
}

li.pingback, li.trackback {
    border: 2px solid #f1f1f1;
    padding: 10px;
    margin-bottom: 20px;
}

ul ol li:before {
    display: none;
}

ul ol li {
    padding-left: 0 !important;
}

ul ol li ul li:before {
    display: block;
}

.page p img {
    margin-bottom: 30px;
}


/* Post Share Start */
.share-this-post {
    background-color: #f5f5f6;
    padding: 30px;
    margin-top: 60px;
    border-radius: 5px;
}

.post-details-wrapper article .share-post-title {
    margin-top: 0;
    margin-bottom: 25px;
    font-size: 25px;
}

.share-this-post ul li {
    display: inline-block;
}

.share-this-post ul li a {
    color: #ffffff;
    background-color: #647589;
    display: block;
    padding: 8px 14px;
    margin-bottom: 10px;
    text-align: center;
    border-radius: 2px;
}

.fb-share i, .twitter-share i, .linkedin-share i, .whatsapp-share i {
    margin-right: 10px;
    padding-right: 13px;
    position: relative;
}

.fb-share i:after, .twitter-share i:after, .linkedin-share i:after, .whatsapp-share i:after {
    position: absolute;
    content: '';
    height: 15px;
    width: 1px;
    background-color: #fff;
    z-index: 1;
    right: 0;
    top: 2px;
}

.share-this-post ul li a.fb-share,
.share-this-post ul li a.twitter-share,
.share-this-post ul li a.linkedin-share,
.share-this-post ul li a.whatsapp-share {
    padding-right: 14px;
    padding-left: 14px;
}

.share-this-post ul li a.fb-share {
    background-color: #3b5999;
}

.share-this-post ul li a.twitter-share {
    background-color: #3fbff5;
}

.share-this-post ul li a.linkedin-share {
    background-color: #0073b0;
}

.share-this-post ul li a.whatsapp-share {
    background-color: #43d853;
}

.share-this-post ul li a.pinterest-share {
    background-color: #e60122;
}

.share-this-post ul li a.email-share {
    background-color: #d54b3d;
}

/* Post Share End */

/* Post Prev Next Buttons start */
.single-blog-next-prev {
    margin-top: 60px;
}

.single-blog-next-prev a {
    display: block;
}

.single-blog-next-prev img {
    border-radius: 5px;
}

.blog-next-prev-img {
    display: inline-block;
    position: relative;
}

.blog-next-prev-img i {
    position: absolute;
    color: #ffffff;
    font-size: 30px;
    font-weight: 600;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    text-align: center;
    line-height: 85px;
    border-radius: 5px;
}

.blog-next-prev-img:before {
    position: absolute;
    height: 100%;
    width: 100%;
    content: '';
    border-radius: 5px;
    opacity: .8;
}

.blog-next-prev-img i, .blog-next-prev-img:before {
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
}

.blog-next-prev-img:hover:before {
    opacity: .9;
    visibility: visible;
}

.blog-next-prev-img:hover i {
    opacity: 1;
    visibility: visible;
}

.no-thumb .blog-next-prev-img {
    height: 85px;
    width: 85px;
    display: inline-block;
    overflow: hidden;
    border-radius: 5px;
    transition: .3s;
}

.no-thumb .blog-next-prev-img i {
    opacity: 1;
    visibility: visible;
}

/* Post Prev Next Buttons End */

/*--------------------------------------------------------------
# Comment Css
--------------------------------------------------------------*/

.comments-area {
    margin-top: 80px;
}

.comments-title {
    font-size: 27px;
    border-bottom: 2px solid #eeeff2;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

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

.comment ol.children {
    list-style: none;
    padding-left: 50px;
}

.comment span.says {
    display: none;
}

.comment-author.vcard,
footer.comment-meta {
    position: relative;
}

.comment-author.vcard img {
    border-radius: 50%;
    height: 90px;
    width: 90px;
    margin-top: -5px;
}


.comment-author.vcard .fn {
    font-weight: 500;
    font-size: 20px;
    position: absolute;
    left: 110px;
    top: -10px;
    text-transform: capitalize;
}


.bypostauthor {
    display: block;
}

.bypostauthor .comment-author.vcard .fn:after {
    content: "\f02e";
    font-family: "Font Awesome 5 Free";
    font-size: 13px;
    top: 0;
    margin-left: 10px;
    position: relative;
    line-height: 1;
    font-weight: 900;
}

.comment-metadata {
    position: absolute;
    left: 110px;
    top: 30px;
}

.comment-metadata time {
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 14px;
}

em.comment-awaiting-moderation {
    font-weight: 700;
    color: #1d1d1d;
    display: block;
    padding-left: 110px;
    margin-top: -25px;
    margin-bottom: 35px;
}

.comment-metadata span.edit-link,
span.edit-link {
    display: none;
}

.comment .comment-content {
    position: relative;
    padding-left: 110px;
    margin-top: -10px;
}

.comment article {
    margin-top: 15px;
    padding: 15px 15px 15px 0;
    border-bottom: 2px solid #f1f1f1;
    position: relative;
}

.comment-list li:last-child .comment-body {
    border-bottom: 0;
}

.comment-list li .children .comment-body {
    border-bottom: 2px solid #f1f1f1;
}


.comment-content img {
    margin-top: 30px;
    margin-bottom: 30px;
}

.comment-body .reply {
    position: absolute;
    right: 0;
    top: 8px;
}

.comments-area .reply a {
    position: relative;
    padding-left: 25px;
    font-weight: 600;
}


.comment-body .reply a:before {
    content: "\f122";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 3px;
    top: 0;
}

.comment-content a, .comment-body a {
    word-wrap: break-word;
    font-weight: 500;
}

.comment-content li {
    font-weight: 400;
    margin: 8px 0;
}

/* Comment Respond Form */

.comments-heading {
    font-size: 25px;
    margin-bottom: 5px;
}

#cancel-comment-reply-link {
    margin-left: 10px;
    font-size: 20px;
    font-weight: 500;
}

#cancel-comment-reply-link:hover {
    text-decoration: underline;
}

.comment-respond {
    margin-top: 30px;
    padding: 35px 45px 30px 45px;
    background-color: #f5f5f6;
    color: #282828;
    border-radius: 5px;
}

li.comment .comment-respond {
    margin-bottom: 45px;
    margin-top: 45px;
}

.comment-form .comment-form-wrap {
    margin: 25px -30px 0 -30px;
    border-top: 2px solid #fafafb;
    padding: 35px 15px 0px 15px;
}

.comment-form .form-group {
    margin-bottom: 0;
}

.comment-form input, .comment-form textarea {
    background: #ffffff;
    border-color: #ffffff;
    color: #1d1d1d;
}

.comment-message textarea {
    height: auto;
}

.comment-form-cookies-consent label {
    display: inline;
    margin-left: 10px;
}

.comment-form .comment-message {
    margin-top: 10px;
}


.comment-form-wrap ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #626262;
}

.comment-form-wrap :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #626262;
    opacity: 1;
}

.comment-form-wrap ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #626262;
    opacity: 1;
}

.comment-form-wrap :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #626262;
}

.comment-form-wrap ::-ms-input-placeholder { /* Microsoft Edge */
    color: #626262;
}

.comment-form-wrap ::placeholder { /* Most modern browsers support this now. */
    color: #626262;
}

#message-cmt::placeholder { /* Most modern browsers support this now. */
    color: #626262;
}


/* Comment Respond Form End */


/* Block Style */
.post-details-wrapper article .entry-content .wp-block-button__link,
.post-details-wrapper article .entry-content .wp-block-file .wp-block-file__button {
    font-weight: 400;
    margin-bottom: 15px;
}

.post-details-wrapper article .entry-content .is-style-outline .wp-block-button__link {
    background: transparent !important;
}

a.wp-block-button__link, a.wp-block-button__link:hover {
    color: #ffffff;
}

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


.post-details-wrapper .wp-block-cover p:not(.has-text-color),
.wp-block-cover.has-background-dim strong, .wp-block-cover.has-background-dim a {
    color: #ffffff;
}

.wp-block-video figcaption {
    font-size: 16px;
    margin-top: 15px;
}

.wp-block-embed {
    margin-bottom: 30px;
}

.post-details-wrapper .wp-block-archives.wp-block-archives-list,
.post-details-wrapper .wp-block-archives.wp-block-archives-dropdown,
.post-details-wrapper .wp-block-categories.wp-block-categories-list,
.post-details-wrapper .wp-block-latest-comments,
.post-details-wrapper .wp-block-latest-posts {
    margin-bottom: 30px;
}

.post-details-wrapper .wp-block-latest-comments li {
    margin-bottom: 20px;
}

.post-details-wrapper .wp-block-calendar {
    display: inline-block;
    margin-bottom: 45px;
}

.post-details-wrapper .wp-block-calendar nav.wp-calendar-nav {
    text-align: right;
    margin-top: -76px;
    padding-right: 15px;
}

.post-details-wrapper .wp-block-categories.wp-block-categories-dropdown {
    margin-bottom: 40px;
}


.post-details-wrapper .entry-content .wp-block-latest-comments__comment img {
    margin-top: 0;
}

.wp-block-search .wp-block-search__input {
    max-width: 100%;
}

.post-details-wrapper .wp-block-search .wp-block-search__button {
    margin-left: 0;
    margin-bottom: 30px;
}

.post-details-wrapper .wp-block-calendar tfoot, .post-details-wrapper .wp-block-calendar .wp-calendar-table caption {
    border: 1px solid #ddd;
    padding: 15px;
}

.post-details-wrapper ol.wp-block-latest-comments {
    padding-left: 0;
}

.wp-block-latest-posts__post-date {
    font-size: 15px;
}

.wp-block-group.has-background {
    margin: 30px 0 !important;
}

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

.post-details-wrapper .entry-content .wp-block-media-text__media img {
    margin-top: 0;
}


.post-details-wrapper .wp-block-table.is-style-stripes {
    border: 1px solid #dddddd;
}

.post-details-wrapper figure.wp-block-table.is-style-stripes table {
    margin: 0;
}

/* Block Style End */


/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    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;
}

.wp-caption-text {
    text-align: center;
}

.blocks-gallery-caption, .wp-block-embed figcaption, .wp-block-image figcaption, figcaption {
    font-size: 17px;
    margin-top: 20px;
    color: #222222;
    font-weight: 500;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    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: 20%;
}

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

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

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

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

.gallery-caption {
    display: block;
}

.entry-content ul li.blocks-gallery-item:before {
    content: '';
}

.wp-block-gallery {
    margin-bottom: 30px;
}


.entry-content ul li.blocks-gallery-item {
    padding-left: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}


.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
    font-weight: 400;
}

.blocks-gallery-grid .blocks-gallery-image figcaption,
.blocks-gallery-grid .blocks-gallery-item figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
    font-size: 16px;
    margin-top: 0;
    pointer-events: none;

}

ul.blocks-gallery-grid li:before {
    display: none;
}

.wp-block-gallery .blocks-gallery-item figure img {
    margin-top: 0;

}


.gallery-item figcaption {
    font-weight: normal;
}

/*--------------------------------------------------------------
# Header Css
--------------------------------------------------------------*/
.header-area .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
}

.main-menu-area {
    background: #ffffff;
    z-index: 10;

}

.main-menu-area.uk-active {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
}

.site-branding .site-title {
    margin-bottom: 0;
    font-size: 35px;
}

.logged-in.admin-bar .main-menu-area.uk-sticky.uk-sticky-fixed {
    top: 32px !important;
}

.logo-wrap img, .about-info-img img {
    max-width: 190px;
}


/* Main Menu Css */
.main-navigation ul li {
    display: inline-block;
    position: relative;

}

.main-navigation ul li a {
    padding: 35px 21px;
    display: block;
    text-transform: uppercase;
    color: #222222;
    font-size: 15px;
    font-weight: 600;
    position: relative;
    z-index: 1;
    line-height: 1;
    letter-spacing: .2px;
}

/* Main Menu Css End */
/* Submenu / Dropdown menu */
.main-navigation ul li ul {
    position: absolute;
    width: 250px;
    background: #ffffff;
    left: 0;
    top: 77px;
    z-index: 2;
    -webkit-transition: .3s;
    transition: .3s;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0px 4px 10px -5px rgba(0, 0, 0, .2)
}

.main-navigation ul li:hover > ul {
    opacity: 1;
    visibility: visible;
}

.main-navigation ul li ul li a {
    padding: 14px 20px;
    line-height: 26px;
}

.main-navigation ul li.menu-item-has-children > a:before {
    position: absolute;
    content: '+';
    right: 5px;
    font-weight: 700;
    font-size: 17px;
    top: 49%;
    transform: translateY(-50%);
}

.main-navigation ul li ul li.menu-item-has-children a:before {
    right: 15px;
}

.main-navigation ul li ul li {
    display: block;
    text-align: left;
}

.main-navigation ul li ul ul {
    left: 250px;
    top: 0;
}

.main-navigation ul li ul li {
    border-bottom: 1px solid #e5e5e5;
}

.main-navigation ul li ul li:last-child {
    border-bottom: 0;
}

.main-navigation ul li:last-child ul, .main-navigation ul li:last-child ul li ul li ul {
    left: auto;
    right: 0;
}

.main-navigation ul li ul li:last-child ul {
    right: auto;
    left: 250px;
}

/* Submenu / Dropdown menu End*/


/* Mobile Menu Css */

.mobile-menu-trigger {
    padding: 5px 0 5px 5px;
    cursor: pointer;
}

.mobile-menu-trigger span {
    height: 2px;
    display: block;
    width: 35px;
    margin-bottom: 9px;

}

.mobile-menu-trigger span:last-child {
    margin-bottom: 0;
}

li.mobile-menu-trigger {
    display: none;
}

.mobile-menu-container {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #282828;
    z-index: 999999;
    opacity: 0;
    visibility: hidden;
    overflow-y: scroll;
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    overflow-x: hidden;
    -webkit-transition: .4s;
    transition: .4s;
}

#mobile-menu-wrap {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    padding: 150px 50px 50px 50px;
}

#mobile-menu-wrap div {
    background-color: transparent;

}

.mobile-menu-container.menu-open {
    opacity: 1;
    visibility: visible;
    -ms-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}

.slicknav_nav, .slicknav_nav.slicknav_hidden {
    display: block !important;
    text-align: left;
    margin-top: 25px;
}

.slicknav_btn {
    display: none !important;
}

.slicknav_menu {
    padding-left: 0;
}

.slicknav_nav li a {
    display: block;
    border-bottom: 1px solid #3b3f41;
    font-weight: 500;
}

.slicknav_item.slicknav_row a {
    border-bottom: 0;
}

.slicknav_nav .slicknav_row, .slicknav_nav a {
    padding: 10px 0px;
    margin: 0;
}

.slicknav_nav .slicknav_arrow {
    font-size: 15px;
}

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

.slicknav_nav .menu-item-has-children ul {
    margin-bottom: 25px;
}

.slicknav_nav a:hover, .slicknav_nav .slicknav_row:hover {
    background-color: transparent;
}

.slicknav_nav .slicknav_row:hover,
.slicknav_nav a:hover {
    border-radius: 0;
}

.slicknav_item.slicknav_row {
    display: inline-block;
    width: 100%;
    position: relative;
}

.slicknav_arrow {
    -webkit-transition: .3s;
    transition: .3s;
    right: 0;
    top: 17px;
    position: absolute;

}

.slicknav_nav a, .slicknav_row a {
    color: #ffffff;
    font-size: 25px;
    display: inline-block;
    font-weight: 600;
}

.mobile-menu-container li {
    opacity: 0;
    visibility: hidden;
    -ms-transform: translateX(1000px);
    -webkit-transform: translateX(1000px);
    transform: translateX(100px);
    -webkit-transition: 1s;
    transition: 1s;


}

.mobile-menu-container.menu-open li {
    opacity: 1;
    visibility: visible;
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);

}

.mobile-menu-container.menu-open li:nth-child(1) {
    transition-delay: .1s;
}

.mobile-menu-container.menu-open li:nth-child(2) {
    transition-delay: .25s;
}

.mobile-menu-container.menu-open li:nth-child(3) {
    transition-delay: .4s;
}

.mobile-menu-container.menu-open li:nth-child(4) {
    transition-delay: .55s;
}

.mobile-menu-container.menu-open li:nth-child(5) {
    transition-delay: .7s;
}

.mobile-menu-container.menu-open li:nth-child(6) {
    transition-delay: .85s;
}

.mobile-menu-container.menu-open li:nth-child(7) {
    transition-delay: 1s;
}

.mobile-menu-container.menu-open li:nth-child(8) {
    transition-delay: 1.15s;
}

.mobile-menu-container.menu-open li:nth-child(9) {
    transition-delay: 1.3s;
}

.mobile-menu-container.menu-open li:nth-child(10) {
    transition-delay: 1.45s;
}

.mobile-menu-close {
    position: absolute;
    right: 50px;
    top: 50px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 1;
}

.mobile-menu-close::before {
    left: 15px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mobile-menu-close::after {
    right: 13px;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.mobile-menu-close::before, .mobile-menu-close::after {
    position: absolute;
    height: 30px;
    width: 2px;
    background: #ffffff;
    content: '';
    top: 0;
}

/* Mobile Menu Css End */


/* Header Two Css */

.header-style-two .main-menu-area {
    background-color: #ffffff;
}

.header-style-two .header-navigation-area {
    text-align: center;
    flex:1;
}

.header-style-two .main-navigation ul li ul {
    top: 105px;
}

.header-style-two .main-navigation ul li a {
    padding: 45px 25px;
}

.header-style-two .main-navigation ul li ul li a {
    padding: 14px 20px;
}

.header-style-two .logo-column {
    position: relative;
}


.header-style-two .site-branding {
    position: relative;
    z-index: 1;
}

.header-mini-cart .td-header-cart-products .widgettitle {
    display: none;
}

.header-mini-cart li.woocommerce-mini-cart-item.mini_cart_item {
    display: block;
}

.header-mini-cart .td-header-cart-products {
    background: #ffffff;
    width: 300px;
    text-align: left;
    position: absolute;
    right: 0;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
    opacity: 0;
    visibility: hidden;
    margin-top: -1px;
    z-index: 1;
    -webkit-transition: .3s;
    transition: .3s;
}

.header-mini-cart:hover .td-header-cart-products {
    opacity: 1;
    visibility: visible;
}

.header-area .widget_shopping_cart_content {
    padding: 30px;
}

.header-mini-cart span.quantity {
    font-size: 15px;
    margin-top: 5px;
    display: block;
}


.woocommerce .header-mini-cart .widget_shopping_cart .total,
.header-mini-cart .woocommerce.widget_shopping_cart .total {
    border-top: 2px solid #dddddd;
    padding: 20px 0 5px;
}

li.header-mini-cart, .td-header-cart-url {
    height: 100%;
    margin-bottom: -1px;
}

li.header-mini-cart {
    width: 50px;
    position: relative;
}

li.header-mini-cart:before {
    position: absolute;
    background: #ffffff;
    width: 1px;
    height: 40px;
    left: -20px;
    content: '';
    top: 50%;
    margin-top: -20px;
    opacity: .5;
}

li.header-mini-cart i.fa {
    font-size: 20px;
    margin-top: 3px;
}

a.td-header-cart-url {
    position: relative;
    margin-right: 22px;
}

a.td-header-cart-url .cart-product-count {
    background: #ffffff;
    position: absolute;
    border-radius: 50px;
    font-size: 14px;
    height: 25px;
    width: 25px;
    text-align: center;
    line-height: 25px;
    font-weight: 500;
    left: 20px;
    top: -10px;
}

.header-style-one .mobile-menu-trigger span,
.header-style-two .mobile-menu-trigger span {
    background-color: #4b5d73;
}

/*header Top */
.header-top-area {
    border-bottom: 1px solid #dbdfe3;
    padding: 10px 0;
}

.top-info-item {
    margin-right: 20px;
}

.top-info-item i {
    margin-right: 5px;
    font-size: 18px;
}

.top-info-item:last-child,
.top-social-item:last-child {
    margin-right: 0;
}

.header-top-area li, .header-top-area li a {
    color: #4b5d73;
}

.top-social-icon-column {
    text-align: right;
}

li.top-social-item a {
    font-size: 15px;
    padding: 0 3px;
}

.top-social-item {
    margin-right: 5px;
}


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

    .header-style-one .header-area.site-header {
        padding: 10px 0;
    }

    .header-style-two .header-cta-button {
        margin-right: 20px;
    }

    .header-style-two .mobile-menu-trigger span:first-child {
        margin-top: 0;
    }

    .header-style-two .main-menu-area {
        padding: 10px 0;
    }

    a.td-header-cart-url .cart-product-count {
        top: 3px;
    }

    li.header-mini-cart::before {
        display: none;
    }

}

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

    .top-info-column {
        margin-bottom: 10px;
        text-align: center;
    }

    .top-social-icon-column {
        text-align: center;
        margin-bottom: 5px;
    }


}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .top-info-item {
        margin-right: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .logged-in.admin-bar .header-style-two .main-menu-area.uk-sticky.uk-sticky-fixed {
        top: 45px !important;
    }

    .header-area .container-fluid {
        padding-left: 40px;
        padding-right: 40px;
    }

}

@media only screen and (max-width: 767px) {
    .td-button, input[type="submit"], button[type="submit"] {
        padding: 20px 30px 18px 30px;
    }

    .logo-wrap img {
        max-width: 150px;
    }

    .header-style-two li.mobile-menu-trigger {
        margin-left: 15px;
    }

    .header-mini-cart .widget_shopping_cart_content {
        display: none;
    }

    li.header-mini-cart i.fa {
        font-size: 16px;
    }

    a.td-header-cart-url {
        margin-right: 10px;
    }

    a.td-header-cart-url .cart-product-count {
        font-size: 12px;
        height: 22px;
        width: 22px;
        line-height: 22px;
        left: 14px;
        top: 0px;
    }

    .header-area .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }

    .header-buttons-area .header-cta-button {
        display: none;
    }
}


/* Header Two Css End */


/* Header Three Css */
.header-style-three .header-top-area {
    border-bottom: 0;
}
.header-style-three .main-navigation{
    flex: 1;
}
.header-style-three .main-menu-area {
    background: transparent;
    box-shadow: none;
    position: absolute;
    width: 100%;
    margin-top: -50px;
}

.header-style-three .main-navigation ul li a {
    padding: 44px 21px 43px 21px;
    color: #ffffff;
}

.header-style-three .main-navigation ul li a:hover {
    color: #ffffff;
}

.header-style-three .main-navigation ul li ul li a {
    padding: 14px 20px;
    color: #222222;
}


.header-style-three .main-menu-area.uk-active {
    background: #ffffff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
    margin-top: 0;
}

.header-style-three .header-top-area {
    padding: 20px 0 90px;
}


.header-style-three .top-info-column {
    text-align: right;
}

.header-style-three .header-navigation-area {
    text-align: left;
    padding: 0 30px;
    position: relative;
    z-index: 1;
}

.header-style-three .uk-sticky.uk-active .header-navigation-area {
    background-image: none;
    background-color: transparent;
}

.header-style-three .uk-active .header-navigation-area {
    padding: 0;
}


.header-style-three .header-cta-button a.td-button {
    background-color: #f2f4ff;
    background-image: linear-gradient(to right, #f2f4ff, #f2f4ff);
    transition: 0s;
}

.header-style-three .header-cta-button a.td-button:hover {
    color: #ffffff;
    background-image: linear-gradient(to right, #428cd4, #004e9a);
}

.header-style-three li.header-mini-cart i.fa {
    color: #ffffff;
}


.header-style-three .header-mini-cart {
    margin-right: 25px;
}

.header-style-three .main-navigation ul li a:after {
    content: '';
    height: 3px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    transition: .3s;
    background-color: #ffffff;
}


.header-style-three .main-navigation ul li ul li a:after {
    display: none;
}

.header-style-three .main-navigation ul li.current-menu-item > a,
.header-style-three .main-navigation ul li.current_page_item > a,
.header-style-three .main-navigation ul li.current-menu-ancestor > a,
.header-style-three .main-navigation ul li.current_page_ancestor > a {
    color: #ffffff;
}


.header-style-three .main-navigation ul li.current-menu-item a:after,
.header-style-three .main-navigation ul li.current-menu-ancestor a:after,
.header-style-three .main-navigation ul li a:hover:after {
    opacity: 1;
    visibility: visible;
}

.header-style-three .main-navigation ul li ul {
    top: 102px;
}

.header-style-three .main-navigation ul li ul li ul {
    top: 0;
}

.header-style-three .mobile-menu-trigger span {
    background-color: #ffffff;
}

.header-style-three .header-buttons-area .header-cta-button {
    display: none;
}


@media only screen and (max-width: 1024px) {
    .header-style-three .header-top-area {
        padding: 10px 0 10px;
    }

    .header-style-three .header-area.site-header {
        position: relative;
    }

    .header-style-three .main-navigation {
        display: block;
        height: 60px;
    }

    .header-style-three .header-buttons-wrapper {
        width: 100%;
        display: block;
    }

    .header-style-three .header-buttons-wrapper ul {
        display: block;
    }

    .header-style-three .main-menu-container {
        display: none;
    }

    .header-style-three .header-buttons-area {
        width: 100%;
    }

    .header-style-three .mobile-menu-trigger {
        position: absolute;
        left: 0;
    }

    .header-style-three .uk-sticky-fixed .mobile-menu-trigger {
        margin-left: 25px;
    }

    .header-style-three .header-cta-button a {
        padding: 22px;
    }

    .header-style-three .main-menu-area {
        margin-top: 0;
        position: relative;
        padding: 10px 0;
    }

    .header-style-three .header-navigation-area {
        background-image: none;
    }

    .header-style-three .header-buttons-area .header-cta-button {
        display: inline-block;
    }

    .header-style-three a.td-header-cart-url .cart-product-count {
        top: -10px;
    }

    .header-style-three .header-top-area .header-cta-button {
        display: none;
    }

    .header-style-three .header-top-area .top-info-column ul.td-list-style {
        margin-right: -15px;
    }

    .header-style-three .header-mini-cart {
        margin-right: 30px;
    }

    .header-style-three .header-buttons-area {
        height: auto;
    }

    .header-style-three li.header-mini-cart, .header-style-three .td-header-cart-url {
        margin-bottom: -5px;
    }
}

@media only screen and (max-width: 991px) {
    .header-style-three .site-branding {
        text-align: center;
    }

    .header-style-three .top-info-column {
        text-align: center;
        margin-top: 10px;
        margin-bottom: 5px;
    }
}


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

    .header-style-three .header-cta-button {
        display: none !important;
    }

    .header-style-three .mobile-menu-trigger {
        margin-top: 0;
    }

    .header-style-three .header-navigation-area {
        padding: 0;
    }

    .header-style-three .header-mini-cart {
        margin-right: 10px;
    }

    .header-style-three li.header-mini-cart i.fa {
        font-size: 20px;
    }

    .header-style-three a.td-header-cart-url .cart-product-count {
        top: -9px;
        right: -17px;
        left: auto;
    }

    .header-style-three .main-menu-area {
        padding: 0;
    }
}

/* Header Three Css End */


/* Header Four Css */
.header-style-four .header-style-two {
    position: absolute;
    width: 100%;
}

.header-style-four .header-style-two .main-navigation ul li a {
    padding: 45px 17px;
}

.header-style-four .header-style-two .main-navigation ul li ul li a {
    padding: 14px 20px;
}

.header-style-four .header-style-two .main-menu-area {
    background-color: transparent;
}

.header-style-four .header-top-area {
    border-bottom: 0;
}

.header-style-four .header-four-menu-wrapper {
    background: #f0f4fa;
    padding: 0px 35px;
}

.header-style-four .main-menu-area.uk-sticky.uk-sticky-fixed {
    background: #f0f4fa;
}

.header-style-four .main-menu-area.uk-sticky.uk-sticky-fixed .container {
    max-width: 100%;
}

.header-style-four .main-menu-area {
    margin-top: 15px;
}

.header-style-four .banner-area {
    height: 500px;
}

.header-style-four .banner-content {
    margin-top: 120px;
}

@media only screen and (min-width: 1300px) and (max-width: 1499px) {
    .header-style-two .main-navigation ul li a {
        padding: 45px 18px;
    }
    .main-navigation ul li a{
        font-size: 14px;
    }
}

@media only screen and (min-width: 1366px) {
    .header-style-four .container {
        max-width: 1230px;
    }
}

@media only screen and (max-width: 1199px) {
    .header-style-four .header-style-two {
        position: relative;
    }

    .header-style-four .header-top-area {
        background-color: #3e496e;
    }

    .header-style-four .main-menu-area {
        margin-top: 0;
    }

    .header-style-four .header-style-two .main-menu-area {
        background-color: #f0f4fa;
    }

    .header-style-four .header-four-menu-wrapper {
        background-color: transparent;
    }

    .header-style-four .banner-area {
        height: auto;
        padding: 150px 0;
    }

    .header-style-four .banner-content {
        margin-top: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-style-four .header-four-menu-wrapper {
        padding: 0 25px;
    }

    .header-style-four .banner-area {
        height: auto;
        padding: 120px 0;
    }
}

@media only screen and (max-width: 767px) {
    .header-style-four .header-four-menu-wrapper {
        padding: 0;
    }

    .header-style-four .banner-area {
        height: auto;
        padding: 100px 0;
    }
}

/* Header Four Css End */

/* Header Search CSS */
.header-style-two .header-cta-button{
    margin-left: 20px;
}

.header-search {
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 18px;
    cursor: pointer;
    color: #222222;
}

.header-style-three .header-search{
    color: #ffffff;
}

.header-style-three .header-mini-cart{
    margin-left: 35px;
}

.header-search-wrapper {
    position: fixed;
    z-index: 99999999;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    text-align: center;
    -webkit-transition: .4s;
    transition: .4s;
    opacity: 0;
    visibility: hidden;
    background-image:linear-gradient(135deg,#d1651c,#c1282a);
}

.header-search-wrapper.search-open {
    opacity: 1;
    visibility: visible;
    -webkit-transition: .4s;
    transition: .4s;
}

.search-close {
    position: absolute;
    right: 50px;
    height: 30px;
    width: 30px;
    top: 50px;
    cursor: pointer;
}

.search-close:before, .search-close:after {
    position: absolute;
    height: 30px;
    width: 2px;
    background: #fff;
    content: '';
    top: 0;
}

.search-close:before {
    left: 15px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.search-close:after {
    right: 13px;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.header-search-wrapper .search-form {
    width: 50%;
    display: inline-block;
    -ms-transform: translateY(-50px);
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    transition: 1s;
}

.header-search-wrapper.search-open .search-form {
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.header-search-wrapper input[type="search"], .header-search-wrapper form.search-form .search-submit, .header-search-wrapper form.search-form .search-submit:hover {
    color: #ffffff;
    background-color: transparent;
    background-image: none;
    border-color: #ffffff;
    border-width: 0 0 2px 0;
    border-radius: 0;
    font-size: 25px;
}

.header-search-wrapper input[type="search"]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ffffff;
    opacity: 1; /* Firefox */
}

.header-search-wrapper input[type="search"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ffffff;

}

.header-search-wrapper input[type="search"]::-ms-input-placeholder { /* Microsoft Edge */
    color: #ffffff;
}

.header-search-wrapper input[type=search]:focus{
    border-color: #ffffff;
}

.header-search-wrapper input:-webkit-autofill,
.header-search-wrapper input:-webkit-autofill:hover,
.header-search-wrapper input:-webkit-autofill:focus,
.header-search-wrapper textarea:-webkit-autofill,
.header-search-wrapper textarea:-webkit-autofill:hover,
.header-search-wrapper textarea:-webkit-autofill:focus,
.header-search-wrapper select:-webkit-autofill,
.header-search-wrapper select:-webkit-autofill:hover,
.header-search-wrapper select:-webkit-autofill:focus {
    -webkit-text-fill-color: #ffffff;
    -webkit-box-shadow: 0 0 0 1000px transparent inset;
    transition: background-color 5000s ease-in-out 0s;
}

@media only screen and (max-width: 1024px){
    .header-style-three .header-mini-cart{
        margin-left: 15px;
    }
    .header-search-wrapper .search-form{
        width: 80%;
    }
}

@media only screen and (max-width: 767px){
    .header-style-three .header-mini-cart{
        margin-left: 0;
    }
}
/* Header Search CSS End */


/*--------------------------------------------------------------
# Banner Css
--------------------------------------------------------------*/
.banner-area {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 400px;
    background-color: #222933;
}

.header-style-three .banner-area {
    height: 370px;
}

.header-style-three .banner-content {
    margin-top: 100px;
}

.banner-title {
    font-weight: 700;
    color: #ffffff;
    font-size: 85px;
    margin-bottom: 10px;
}

.breadcrumb-container, .breadcrumb-container a {
    color: #ffffff;
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
}

.breadcrumb-container a:hover {
    color: #ffffff;
}

.breadcrumb-container i {
    font-size: 17px;
}

.breadcrumb-container span {
    margin: 0 10px;
}

.breadcrumb-container span:first-child {
    margin-left: 0;
}

.breadcrumb-container span:last-child {
    margin-right: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .header-style-three .banner-area {
        height: 360px;
    }

    .header-style-three .banner-content {
        margin-top: 0;
    }
}

@media only screen and (max-width: 767px) {
    .banner-area,
    .header-style-three .banner-area {
        height: 240px;
    }

    .banner-title {
        font-size: 35px;
        line-height: 45px;
    }

    .breadcrumb-container, .breadcrumb-container a {
        font-size: 18px;
        font-weight: 600;
    }

    .header-style-three .banner-content {
        margin-top: 0;
    }

}


/*--------------------------------------------------------------
# 404 Css
--------------------------------------------------------------*/

.not-found-text-wrapper h1, .not-found-text-wrapper h2, .not-found-text-wrapper h3, .not-found-text-wrapper h4, .not-found-text-wrapper h5, .not-found-text-wrapper h6 {
    font-size: 50px;
    font-weight: 700;
    line-height: 60px;
    margin-bottom: 5px;
    margin-top: 0;
}

.not-found-text-wrapper p {
    margin-top: 15px;
    margin-bottom: 0;
}

.error-page-button {
    margin-top: 35px;
}

.text-404 h2 {
    font-size: 300px;
    line-height: 1;
}

/*====================================
    Pre loader Css
=====================================*/

.preloader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    display: table;
}

.preloader-container {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    text-align: center;
}

.bounce-active {
    animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    -moz-animation: bounce 2s infinite;
    -o-animation: bounce 2s infinite;
}

.preloader img {
    display: inline-block;
    max-width: 100px;
}

/*--------------------------------------------------------------
# Scroll Top Css
--------------------------------------------------------------*/
.scroll-to-top {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    position: fixed;
    right: 50px;
    bottom: 30px;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
    z-index: 100;
    color: #ffffff;
}

.scroll-to-top.scroll-to-top-visible {
    opacity: 1;
    visibility: visible;
}


/*--------------------------------------------------------------
# Footer Css
--------------------------------------------------------------*/
.footer-widget-area {
    background-color: #222933;
    padding: 100px 0 60px;
    background-image: url("../images/footer-image.png");
    background-size: contain;
    background-position: bottom center;
    background-repeat: no-repeat;
    border-bottom: 1px solid #393f48;

}


.footer-widget-area .widget.widget_archive li,
.footer-widget-area .widget.widget_categories li,
.footer-widget-area .widget.widget_meta li,
.footer-widget-area .widget.widget_nav_menu li,
.footer-widget-area .widget.widget_pages li,
.footer-widget-area .widget.widget_themedraft_nav_menu ul li {
    border: none;
    padding: 0;
}


.footer-widget-area .widget.widget_archive li a,
.footer-widget-area .widget.widget_categories li a,
.footer-widget-area .widget.widget_meta li a,
.footer-widget-area .widget.widget_nav_menu li a,
.footer-widget-area .widget.widget_pages li a,
.footer-widget-area .widget.widget_themedraft_nav_menu ul li a {
    background-color: transparent;
    border: none;
    padding: 5px 15px 5px 25px;
}

.footer-widget-area .widget.widget_archive li a:before,
.footer-widget-area .widget.widget_categories li a:before,
.footer-widget-area .widget.widget_meta li a:before,
.footer-widget-area .widget.widget_nav_menu li a:before,
.footer-widget-area .widget.widget_pages li a:before,
.footer-widget-area .widget.widget_themedraft_nav_menu ul li a:before {
    left: 0;
    top: 8px;
}

.footer-widget-area .widget.widget_themedraft_nav_menu ul li a {
    display: inline-block;
}

.footer-widget-area .widget_themedraft_nav_menu {
    padding-left: 50px;
}

.footer-widget-area .widget .post-count-number {
    top: 4px;
}

.footer-widget-area .widget ul ul li:first-of-type {
    margin-top: 0;
}


.footer-widget-area .widget.widget_tag_cloud a:hover {
    color: #ffffff;
}

.footer-widget-area .widget.widget_archive li a, .footer-widget-area .widget.widget_categories li a,
.footer-widget-area .widget.widget_meta li a, .footer-widget-area .widget.widget_nav_menu li a,
.footer-widget-area .widget.widget_pages li a,
.footer-widget-area .widget.widget_themedraft_nav_menu ul li a,
.footer-widget-area .widget .post-count-number,
.footer-widget-area .widget.widget_tag_cloud a {
    font-weight: 400;
}

.footer-widget-area .widget {
    margin-bottom: 35px;
}

.footer-widget-area .widget-title {
    margin-bottom: 31px;
    font-size: 24px;
}

.footer-widget-area .widget_archive select,
.footer-widget-area .widget_categories select {
    margin-top: 12px;
}

.footer-widget-area .widget_search .widget-title,
.footer-widget-area .widget_tag_cloud .widget-title {
    margin-bottom: 45px;
}

.footer-widget-area .widget_text .widget-title {
    margin-bottom: 40px;
}

.footer-widget-area .widget_calendar .widget-title {
    margin-bottom: 24px;
}

.footer-widget-area .widget ul li {
    border: none;
}

.footer-bottom-area {
    padding: 20px 0;
    background-color: #222933;
}


.footer-widget-area, .footer-widget-area a,
.footer-bottom-area,
.footer-bottom-area a,
.footer-widget-area .widget.widget_archive li a,
.footer-widget-area .widget.widget_categories li a,
.footer-widget-area .widget.widget_meta li a,
.footer-widget-area .widget.widget_nav_menu li a,
.footer-widget-area .widget.widget_pages li a,
.footer-widget-area .widget.widget_themedraft_nav_menu ul li a,
.footer-widget-area .widget .post-count-number,
.footer-widget-area table td,
.footer-widget-area .widget.widget_rss .rss-date {
    color: #aeb1b3;

}

.footer-widget-area table, .footer-widget-area table th, .footer-widget-area table td {
    border-color: #909498;
}

.footer-widget-area .widget.widget_tag_cloud a {
    background-color: #393f48;
    transition: 0s;
}


.footer-widget-area .widget-title, .footer-widget-area .widget-title a,
.footer-bottom-area a:hover,
.footer-widget-area a:hover,
.footer-widget-area .widget.widget_archive li a:hover,
.footer-widget-area .widget.widget_categories li a:hover,
.footer-widget-area .widget.widget_meta li a:hover,
.footer-widget-area .widget.widget_nav_menu li a:hover,
.footer-widget-area .widget.widget_pages li a:hover,
.footer-widget-area .widget.widget_recent_comments li .comment-author-link,
.footer-widget-area .widget.widget_recent_comments li .comment-author-link a,
.footer-widget-area .widget.widget_rss li a,
.footer-widget-area .widget.widget_rss cite,
.footer-widget-area strong,
.footer-widget-area .widget.widget_calendar caption,
.footer-widget-area table th,
.footer-widget-area table td a,
.widget.widget_themedraft_nav_menu ul li a:hover {
    color: #ffffff;
}

.footer-bottom-area p {
    margin-bottom: 0;
}

.site-copyright-text {
    text-align: right;
}

/*--------------------------------------------------------------
# Responsive Css
--------------------------------------------------------------*/

@media only screen and (max-width: 1024px) {
    .header-style-three .header-navigation-area {
        background-image: none !important;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
    a.td-recent-post-widget-title {
        font-size: 15px;
        line-height: 25px;
    }

    .td-recent-widget-date a {
        font-weight: 400;
    }
}

@media only screen and (max-width: 1024px) {
    .main-navigation {
        display: none;
    }

    li.mobile-menu-trigger {
        display: block;
    }

    .sticky .post-content-wrapper:before {
        top: 10px;
        right: 30px;
    }

    .mfp-iframe-holder .mfp-close,
    .mfp-image-holder .mfp-close {
        right: 50%;
        margin-right: -20px;
        top: -80px;
    }


    .cta-title {
        font-size: 30px;
        line-height: 40px;
    }


    .cta-widget-number {
        font-size: 25px;
    }

    article .post-title {
        font-size: 35px;
        line-height: 45px;
    }

    .not-found-text-wrapper h1,
    .not-found-text-wrapper h2, .not-found-text-wrapper h3,
    .not-found-text-wrapper h4, .not-found-text-wrapper h5, .not-found-text-wrapper h6 {
        font-size: 45px;
    }

    .text-404 {
        text-align: center;
        width: 100%;
    }
}

@media only screen and (max-width: 991px) {
    .sidebar-widget-area {
        margin-top: 100px;
    }

    .not-found-content {
        text-align: center;
    }

    .not-found-content .td-vertical-center {
        display: inline-table;
    }

    .footer-widget-area .widget_themedraft_nav_menu {
        padding-left: 15px;
    }

    .page-builder-used aside.sidebar-widget-area {
        margin-top: 0;
    }

}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-post-wrapper .post-content-wrapper {
        padding: 40px 30px 45px 30px;
    }

    .layout-grid .single-post-wrapper .post-content-wrapper,
    .layout-grid-ls .single-post-wrapper .post-content-wrapper,
    .layout-grid-rs .single-post-wrapper .post-content-wrapper {
        padding: 26px 25px 28px 25px;
    }

    .layout-grid .all-posts-wrapper .post-meta ul li,
    .layout-grid-ls .all-posts-wrapper .post-meta ul li,
    .layout-grid-rs .all-posts-wrapper .post-meta ul li {
        font-size: 15px;
        margin-right: 8px;
    }

    .post-author-social, .post-author-desc {
        padding: 0;
    }

    .text-404 h2 {
        font-size: 200px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .text-404 h2 {
        font-size: 180px;
        margin-bottom: 30px;
    }

    .sidebar-widget-area a.td-instagram-photo-url {
        height: 130px;
        width: 25%;
        padding-left: 10px;
    }
}

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

    .site-branding .site-title {
        font-size: 30px;
    }

    #mobile-menu-wrap {
        padding: 65px 30px;
    }

    .mobile-menu-trigger span {
        width: 30px;
        margin-bottom: 8px;
    }

    .slicknav_nav a, .slicknav_row a {
        font-size: 20px;
    }

    .slicknav_arrow {
        top: 15px;
    }

    .mobile-menu-close {
        right: 30px;
        top: 30px;
    }

    .logged-in.admin-bar .main-menu-area.uk-sticky.uk-sticky-fixed {
        top: 0 !important;
    }

    .td-button, input[type="submit"] {
        padding: 17px 30px 17px 30px;
        font-size: 15px;
    }

    .td-video-button::before, .td-video-button::after {
        width: 60px;
        height: 60px;
    }

    .td-video-button i {
        font-size: 18px;
    }

    .page-builder-used aside.sidebar-widget-area, .page-builder-not-used .content-area {
        margin: 100px 0;
    }

    .single-post-wrapper .post-content-wrapper {
        padding: 35px 30px 40px 30px;
    }

    .sticky .post-content-wrapper:before {
        font-size: 30px;
        top: 0px;
        right: 20px;
    }

    article .post-title {
        font-size: 22px;
        line-height: 30px;
    }

    .post-pagination ul li a, .post-pagination ul li span, .page-links a, .page-links span {
        height: 40px;
        width: 40px;
        line-height: 39px;
        font-size: 16px;
        font-weight: 400;
    }

    .post-pagination ul li {
        margin-right: 5px;
        margin-top: 5px;
    }

    .post-details-wrapper article .post-title {
        font-size: 29px;
        line-height: 39px;

    }

    .audio-iframe-wrapper iframe {

        height: 180px;

    }

    .share-this-post .share-site-name,
    .fb-share i::after, .twitter-share i::after,
    .linkedin-share i::after, .whatsapp-share i::after {
        display: none;
    }

    .fb-share i, .twitter-share i, .linkedin-share i, .whatsapp-share i {
        margin-right: 0;
        padding-right: 0;
    }

    .share-this-post ul li a.fb-share,
    .share-this-post ul li a.twitter-share,
    .share-this-post ul li a.linkedin-share,
    .share-this-post ul li a.whatsapp-share {

        padding-right: 14px;
        padding-left: 14px;

    }

    .post-details-wrapper article .share-post-title {
        margin-top: 0;
        margin-bottom: 20px;
        font-size: 24px;
    }

    .post-thumbnail-wrapper .slick-arrow {
        height: 50px;
        width: 50px;
        line-height: 50px;
        left: 20px;
        margin-top: -25px;
    }

    .post-thumbnail-wrapper .slick-arrow.slick-next {
        right: 20px;
    }

    .comments-heading {
        font-size: 29px;
        margin-bottom: 0;
    }

    .comments-title {
        font-size: 22px;
    }

    .comment-author.vcard .fn {
        left: 0;
        top: 100px;
    }

    .comment-author.vcard img {
        height: 90px;
        width: 90px;
    }

    .comment-metadata {
        position: absolute;
        left: 0;
        top: 140px;
    }

    .comment .comment-content {
        padding-left: 0px;
        margin-top: 100px;
    }

    .comment ol.children {
        padding-left: 20px;
    }

    .comment-body .reply {
        top: 15px;
    }

    .comment-form .comment-form-wrap {
        margin: 25px -20px 0 -20px;
        padding: 35px 5px 0px 5px;
    }

    .comment-respond {
        padding: 35px 25px 30px;
    }

    .site-info-left,
    .site-copyright-text {
        text-align: center;
    }

    .site-copyright-text {
        margin-top: 5px;
    }

    .scroll-to-top {
        right: 15px;
    }

    .not-found-text-wrapper h1, .not-found-text-wrapper h2, .not-found-text-wrapper h3, .not-found-text-wrapper h4, .not-found-text-wrapper h5, .not-found-text-wrapper h6 {
        font-size: 28px;
        line-height: 40px;
    }

    .text-404 h2 {
        font-size: 120px;
        line-height: .8;
        margin-bottom: 50px;
    }

    .td-recent-post-widget .li-have-thumbnail img {
        height: 70px;
        width: 70px;
    }

    .td-recent-post-widget .li-have-thumbnail .td-recent-post-title-and-date {
        margin-left: 85px;
    }

    .td-recent-post-title-and-date h6 {
        margin-bottom: 0;
    }

    .header-buttons-area.hide-cart-icon li.mobile-menu-trigger {
        margin-top: 14px;
        display: inline-block;
        margin-left: 0;
    }

    .header-style-three .hide-cart-icon .header-buttons-wrapper {
        position: relative;
        right: auto;
        text-align: center;
    }


}

@media (max-width: 280px) {
    .td-recent-post-widget .li-have-thumbnail img {
        display: none;
    }

    .td-recent-post-widget .li-have-thumbnail .td-recent-post-title-and-date {
        margin-left: 0;
    }
}


@media only screen and (min-width: 540px) and (max-width: 545px) {
    img.td-service-thumb {
        min-width: 540px;
    }
}

/*============================================
 Theme Color
 ============================================*/

a:hover, .post-meta li, .post-meta li a, .sticky .post-content-wrapper:before, .slicknav_nav a:hover, .slicknav_item.slicknav_row:hover a, .slicknav_item.slicknav_row:hover .slicknav_arrow, .slicknav_menu .current-menu-item > a, .slicknav_menu .current-menu-item .slicknav_row > a, .slicknav_menu .current-menu-ancestor > a, .slicknav_menu .current-menu-ancestor > .slicknav_row > a, .current-menu-ancestor > .slicknav_row .slicknav_arrow, .current-menu-item .slicknav_row .slicknav_arrow, .main-navigation ul li a:hover, .main-navigation ul li.current-menu-item > a, .main-navigation ul li.current_page_item > a, .main-navigation ul li.current-menu-ancestor > a, .main-navigation ul li.current_page_ancestor > a, .header-style-two .main-navigation ul li ul li a:hover, .header-style-two .main-navigation ul li ul li.current-menu-item > a, .header-style-two .main-navigation ul li ul li.current_page_item > a, .header-style-two .main-navigation ul li ul li.current-menu-ancestor > a, .header-style-two .main-navigation ul li ul li.current_page_ancestor > a, .header-top-area li a:hover, .widget.widget_rss .rss-date, .comments-area .reply a, .comment-metadata time, .bypostauthor .comment-author.vcard .fn:after, .comment-author.vcard .fn a:hover, .comments-area .reply a:hover, #cancel-comment-reply-link, .post-details-wrapper article .entry-content .is-style-outline .wp-block-button__link, blockquote.wp-block-quote:before, blockquote:before, .td-product-thumb-buttons i, .td-product-thumb-buttons .tinvwl_add_to_wishlist_button, .td-product-thumb-buttons .tinvwl_add_to_wishlist_button:hover, .td-product-grid-view #td-shop-view-mode .td-shop-grid, .td-product-list-view #td-shop-view-mode .td-shop-list, #td-shop-view-mode li:hover, .tinvwl-table-manage-list .product-stock i, .comment-form-rating a, .woocommerce .star-rating::before, .woocommerce .star-rating span::before, .woocommerce div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce div.product .woocommerce-tabs ul.tabs li a:hover, .woocommerce div.product div.images .woocommerce-product-gallery__trigger, .woocommerce div.product form.cart .reset_variations, .woocommerce ul.cart_list li a:hover, .woocommerce ul.product_list_widget li a:hover, .sidebar-widget-area li.woocommerce-mini-cart-item.mini_cart_item .quantity, .woocommerce .widget_layered_nav_filters ul li a::before, .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a::before, .woocommerce-message::before, .cart_totals .cart-subtotal .woocommerce-Price-amount.amount, .woocommerce-shipping-methods .woocommerce-Price-amount.amount, .cart_totals .woocommerce-shipping-calculator a, .cart_totals .order-total td .woocommerce-Price-amount.amount, .woocommerce-info::before, .woocommerce-info a, .text-404 h2, #yith-quick-view-close, .woocommerce-checkout-review-order-table tfoot .order-total td .woocommerce-Price-amount.amount, .td-icon-list-item:hover .td-icon-list-icon, .td-icon-list-icon, a.cta-widget-button, .td-recent-widget-date i, .td-recent-widget-date a, .woocommerce-MyAccount-content a:hover, .woocommerce.widget_products ul.product_list_widget li .woocommerce-Price-amount, .woocommerce.widget_top_rated_products ul.product_list_widget li .woocommerce-Price-amount, .woocommerce .widget_rating_filter ul li.chosen a::before, .woocommerce.widget_products ul.product_list_widget li del, .woocommerce.widget_top_rated_products ul.product_list_widget li del {
    color: #c1282a;
}

.header-style-three .header-cta-button a, .header-style-three a.td-header-cart-url .cart-product-count, .header-style-three .main-navigation ul li ul li a:hover, .header-style-three .main-navigation ul li li.current-menu-item > a, .header-style-three .main-navigation ul li li.current_page_item > a, .header-style-three .main-navigation ul li li.current-menu-ancestor > a, .header-style-three .main-navigation ul li li.current_page_ancestor > a, .header-style-three .header-top-area li.top-info-item a:hover, .header-style-three .woocommerce ul.cart_list li a:hover, .header-style-three .woocommerce ul.product_list_widget li a:hover {
    color: #216db2;
}

input[type=text]:focus, input[type=email]:focus, input[type=password]:focus, input[type=url]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=number]:focus, input[type=date]:focus, textarea:focus, .comment-form input:focus, .comment-form textarea:focus, blockquote.wp-block-quote, blockquote, .wp-block-quote.is-large, .wp-block-quote.is-style-large, .wp-block-quote.has-text-align-right, .woocommerce div.product form.cart div.quantity input[type="number"]:focus, .woocommerce .widget_shopping_cart .cart_list li a.remove, .woocommerce.widget_shopping_cart .cart_list li a.remove, .widget_product_search form.woocommerce-product-search .search-field {
    border-color: #c1282a;
}

.preloader-wrapper, .td-button, input[type="submit"], button[type="submit"], .sidebar-widget-area .widget-title, .sidebar-widget-area .widget.widget_archive li:hover a, .sidebar-widget-area .widget.widget_archive li a:hover, .sidebar-widget-area .widget.widget_categories li a:hover, .sidebar-widget-area .widget.widget_pages li a:hover, .sidebar-widget-area .widget.widget_meta li a:hover, .sidebar-widget-area .widget.widget_nav_menu li a:hover, .sidebar-widget-area .widget.widget_tag_cloud a, .post-tags a, .no-thumb .blog-next-prev-img, .post-pagination ul li span.current, .post-pagination ul li a:hover, .post-details-wrapper article .entry-content .wp-block-button__link, .post-details-wrapper article .entry-content .wp-block-file .wp-block-file__button, .page-links a:hover, .page-links .current, .post-thumbnail-wrapper .slick-arrow, .slick-dots button, .td-video-button:before, .td-video-button:after, .audio-iframe-wrapper:before, .blog-next-prev-img:before, .td-gallery-photo-overlay, .widget_themedraft_about_company_widget .widget-social-icons li a:hover, .scroll-to-top, .footer-widget-area .widget.widget_tag_cloud a:hover, .td-product-thumb-overlay, .woocommerce span.onsale, .mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, div#review_form_wrapper .form-submit button[type="submit"], .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, div#review_form_wrapper .form-submit button[type="submit"]:hover, .woocommerce .woocommerce-cart-form__contents button.button:disabled:hover, .woocommerce .woocommerce-cart-form__contents button.button:disabled[disabled]:hover, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current, .woocommerce nav.woocommerce-pagination ul li span:hover, .woocommerce div.product div.images .woocommerce-product-gallery__trigger, .woocommerce .widget_shopping_cart .cart_list li a.remove, .woocommerce.widget_shopping_cart .cart_list li a.remove, .woocommerce .widget_price_filter .ui-slider .ui-slider-range, .woocommerce .widget_price_filter .ui-slider .ui-slider-handle, .widget_product_tag_cloud a, .woocommerce a.remove, .woocommerce a.remove:hover, .content-area button[type="submit"].search-submit, .widget.widget_search button[type="submit"], .sidebar-widget-area .widget.widget_themedraft_nav_menu ul li a:hover, .sidebar-widget-area .widget.widget_themedraft_nav_menu ul li.current-menu-item a, .td-member-details-info-wrapper .td-member-image-shape, .td-member-details-info-wrapper .td-member-social-info a:hover, .widget_product_search button[type=submit], .woocommerce-MyAccount-navigation ul li.is-active a, .woocommerce-MyAccount-navigation ul li a:hover, .woocommerce div.product div.images .woocommerce-product-gallery__trigger, .woocommerce.td-product-list-view .td-shop-page a.added_to_cart {
    background-color: #c1282a;
}

.header-style-three .uk-sticky.uk-active,
.header-style-three .header-cta-button a.td-button:hover,
.header-style-three .woocommerce.widget_shopping_cart .cart_list li a.remove,
.header-style-three .header-mini-cart .woocommerce a.button {
    background-color: #216db2;
}