/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Default CSS
# Accessibility
# Alignments
# Clearings
# Widgets CSS
# Footer CSS
# Blog Page CSS
# Single Post
# Comment CSS
# Scroll Top CSS
# Header CSS
# Banner CSS
# 404 CSS
# Preloader CSS
# Theme Color CSS
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Default Css
--------------------------------------------------------------*/
body {
    font-size: 16px;
    line-height: 28px;
    color: #647589;
    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;
}

body, .td-primary-font {
    font-family: 'Manrope';
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.5;
	    text-transform: none !important;
}

lable{
	font-family: 'Manrope';
}

h1,
h2,
h3,
h4,
h5,
h6, .td-secondary-font, .widget.widget_rss ul li a, blockquote cite,
.woocommerce ul.cart_list li a:not(.remove), .woocommerce ul.product_list_widget li a:not(.remove),
.woocommerce .widget_shopping_cart .total strong, .woocommerce.widget_shopping_cart .total strong,
.comment-reply-title, .woocommerce-review__author {
}

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

strong {
    font-weight: 500;
}

a {
    display: inline-block;
    text-decoration: none !important;
}

a, .td-transition, .comment-meta .fn, .comment-reply-link, .no-comments,
input[type=submit],
button[type=submit] {
    -webkit-transition: .3s;
    transition: .3s;
}

button {
    cursor: pointer;
}

table td a {
    font-weight: 500;
}

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

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 #cccccc;
    border-radius: 5px;
    padding: 15px;
    box-shadow: none;
    outline: none;
    width: 100%;
    margin-bottom: 30px;
}

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

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

input:focus,
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 {
    box-shadow: none;
    outline: none;
}

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

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

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

table {
    width: 100%;
    margin-bottom: 35px;
    margin-top: 15px;
    border-left: 1px solid;
    border-bottom: 1px solid;
    border-color: #223645;
}
/* 
table th, table td {
    border-top: 1px solid;
    border-right: 1px solid;
    text-align: center;
    padding: 8px;
    border-color: #223645;
}
 */
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;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    font-size: 35px;
    right: -36px;
    padding-right: 0;
    top: -36px;
}

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

.slick-arrow {
    height: 60px;
    width: 60px;
    line-height: 60px;
    border-radius: 50%;
    text-align: center;
    font-size: 24px;
    cursor: pointer;
    -webkit-transition: .3s;
    display: inline-block;
    color: #ffffff;
}

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: 14px;
    padding: 0;
    text-indent: -10000px;
    width: 14px;
    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,
.single-post.page-builder-used .container.post-details-wrapper article {
    margin: 115px 0;
}

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

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

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

.td-table-cell.td-bottom{
    vertical-align: bottom;
}

.site {
    overflow-x: hidden;
}

.td-button, input[type="submit"], button[type="submit"] {
    padding: 18px 35px 16px 35px;
    font-weight: 600;
    line-height: 1;
    font-size: 16px;
    border: 2px solid;
    border-radius: 8px;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    text-transform: capitalize;
}

.post-details-wrapper .post-password-form input[type="submit"]{
    border-radius: 5px;
}

.td-button i, button[type="submit"]:not(.search-submit) i, .add_to_cart_button i {
    margin-left: 15px;
    font-size: 12px;
    margin-top: 2px;
    position: relative;
    padding-left: 15px;
}

.td-button i:after{
    content: '';
    height: 14px;
    width: 2px;
    background: #ffffff;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -7px;
    transition: .3s;
}

.td-button:hover, input[type="submit"]:hover, button[type="submit"]:hover {
    color: #ffffff;
    box-shadow: 0 8px 16px 0 rgb(125 178 73 / 15%);
}

.td-text-button {
    font-weight: 600;
    line-height: 1;
    position: relative;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    color: #223645;
}

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

.td-video-button {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.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: 100px;
    height: 100px;
    border-radius: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    transition: .3s;
}

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

@keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

@-webkit-keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

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

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto,
.col-xxl, .col-xxl-1, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-auto {
    padding: 0 13px;
}

.container, .container-fluid {
    width: 100%;
    padding: 0 13px;
}

.row {
    margin: 0 -10px;
}

.row [class*="col-"]:not(.elementor-column), .row * > {
    padding: 0 13px;
}

@media (min-width: 768px) {
    .container {
        max-width: 760px;
        padding: 0 15px;
    }

    .container-fluid {
        padding: 0 15px;
    }

    .row {
        margin: 0 -15px;
    }

   .row [class*="col-"]:not(.elementor-column) {
        padding: 0 13px;
    }

}

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

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

/* @media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }
} */

.row [class*="col-"].td-pr-0 {
    padding-right: 0;
}
.row [class*="col-"].td-pl-0 {
    padding-left: 0;
}
.row [class*="col-"].td-p-0 {
    padding: 0;
}

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

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

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

#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 Css
--------------------------------------------------------------*/
.sidebar-widget-area .widget {
    margin-bottom: 50px;
    padding: 30px 40px;
    background-color: #f4f9fc;
    border-radius: 5px;
    overflow: hidden;
}

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

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

.sidebar-widget-area .widget-title {
    color: #ffffff;
    font-size: 24px;
    padding: 13px 40px 12px 40px;
    margin: -30px -40px 40px -40px;
    font-weight: 700;
    text-transform: capitalize;
}

.sidebar-widget-area .widget_archive select,
.sidebar-widget-area .widget_categories select{
    margin-bottom: 10px;
}

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

.sidebar-widget-area .widget_text .widget-title,
.sidebar-widget-area .widget_themedraft-recent-posts .widget-title{
    margin-bottom: 30px;
}
.sidebar-widget-area .widget.widget_rss ul li:last-child {
    padding-bottom: 0 !important;
}

.sidebar-widget-area .widget_search .widget-title{
    display: none;
}

.sidebar-widget-area .widget_search{
    padding: 40px;
}

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

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

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

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

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

.wp-block-woocommerce-product-categories ul ul li:first-of-type{
    padding-top: 0;
}

.widget select {
    max-width: 100%;
}

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

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

.sidebar-widget-area .widget .post-count-number {
    position: absolute;
    right: 0;
    color: #223645;
    top: 0;
    width: 60px;
    height: 52px;
    text-align: center;
    line-height: 52px;
    font-size: 16px;
    letter-spacing: .5px;
    transition: .3s;
    -webkit-transition: .3s;
    border-radius: 0 5px 5px 0;
    font-weight: 500;
}

.sidebar-widget-area .widget.widget_archive li a,
.sidebar-widget-area .widget .wp-block-archives li a,
.sidebar-widget-area .widget.widget_categories li a,
.sidebar-widget-area .widget .wp-block-categories 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,
.sidebar-widget-area .widget_themedraft_nav_menu li a{

    display: block;
    background-color: #ffffff;
    font-weight: 500;
}

.sidebar-widget-area .widget .wp-block-categories li a:hover,
.sidebar-widget-area .widget .wp-block-archives li a:hover{
    color: #ffffff;
}

.sidebar-widget-area .widget.widget_archive li a,
.sidebar-widget-area .widget .wp-block-archives li a,
.sidebar-widget-area .widget.widget_categories li a,
.sidebar-widget-area .widget .wp-block-categories li a{
    padding: 0px 60px 10px 0px;
    border-radius: 5px;
}

.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 {
    padding: 10px 15px 10px 50px;
    border-radius: 5px;
}
.sidebar-widget-area .widget_themedraft_nav_menu li a{
    padding: 13px 15px 10px 50px;
    border-radius: 5px;
}
.sidebar-widget-area .widget.widget_archive li,
.sidebar-widget-area .widget .wp-block-archives li,
.sidebar-widget-area .widget.widget_categories li,
.sidebar-widget-area .widget .wp-block-categories li,
.sidebar-widget-area .widget.widget_pages li,
.sidebar-widget-area .widget.widget_meta li,
.sidebar-widget-area .widget.widget_recent_entries li a,
.sidebar-widget-area .widget.widget_text strong,
.sidebar-widget-area .widget.widget_nav_menu a,
.sidebar-widget-area .widget_themedraft_nav_menu li{
    padding: 0;
    margin-bottom: 10px;
    line-height: 32px;
}

.sidebar-widget-area .widget.widget_themedraft_nav_menu li:last-child{
    margin-bottom: 10px;
}

.sidebar-widget-area .widget.widget_categories a:hover,
.sidebar-widget-area .widget.widget_archive li:hover a,
.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_nav_menu li.current-menu-item a,
.sidebar-widget-area .widget_themedraft_nav_menu li.current-menu-item a,
.sidebar-widget-area .widget_themedraft_nav_menu li a:hover,
.sidebar-widget-area .widget.widget_categories a:hover + .post-count-number,
.sidebar-widget-area .widget.widget_archive li:hover .post-count-number,
.sidebar-widget-area .widget .wp-block-categories li a:hover + .post-count-number,
.sidebar-widget-area .widget .wp-block-archives li a:hover + .post-count-number{
    color: #ffffff;
}

.widget.widget_calendar caption,
.widget .wp-block-calendar caption
{
    caption-side: top;
}

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

.widget .wp-block-calendar caption{
    padding-top: 0;
}

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

.has-large-font-size{
    line-height: 46px;
}

p[style='font-size:46px'] {
    line-height: 56px;
}

.sidebar-widget-area .widget.widget_archive li a:before,
.sidebar-widget-area .widget .wp-block-archives li a:before,
.sidebar-widget-area .widget.widget_categories li a:before,
.sidebar-widget-area .widget .wp-block-categories li a:before,
.sidebar-widget-area .widget.widget_pages li a:before,
.sidebar-widget-area .widget.widget_meta li a:before,
.sidebar-widget-area .widget.widget_nav_menu li a:before,
.sidebar-widget-area .widget.widget_recent_entries li a:before,
.sidebar-widget-area .widget.widget_recent_comments li:before,
.sidebar-widget-area .widget_themedraft_nav_menu li a:before,
.sidebar-widget-area .wp-block-latest-comments__comment:before,
.sidebar-widget-area .wp-block-latest-posts li a:before{
    position: absolute;
    content: "\f101";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    left: 25px;
    top: 11px;
    font-size: 14px;
}

.sidebar-widget-area .widget_themedraft_nav_menu li a:before{
    top: 14px;
}
.sidebar-widget-area .widget.widget_recent_comments li:before,
.sidebar-widget-area .widget.widget_recent_entries li a:before,
.sidebar-widget-area .wp-block-latest-comments__comment:before,
.sidebar-widget-area .wp-block-latest-posts li a:before{
    top: 9px;
}

.sidebar-widget-area .widget.widget_recent_entries li a:before,
.sidebar-widget-area .widget.widget_recent_comments li:before,
.sidebar-widget-area .wp-block-latest-comments__comment:before,
.sidebar-widget-area .wp-block-latest-posts li a:before{
    left: 0;
}

.sidebar-widget-area .widget.widget_recent_entries li a,
.sidebar-widget-area .wp-block-latest-posts li a{
    margin: 0;
    padding-left: 25px;
    line-height: 26px;
}

.sidebar-widget-area .widget.widget_recent_entries li,
.sidebar-widget-area .widget.widget_recent_comments li {
    border-color: transparent;
    padding: 8px 0 5px;
}

.sidebar-widget-area .widget.widget_recent_comments li,
.sidebar-widget-area .wp-block-latest-comments__comment {
    padding-left: 25px;
    position: relative;
    color: #223645;
}

.sidebar-widget-area .widget.widget_recent_entries li:first-of-type,
.sidebar-widget-area .widget.widget_recent_comments li:first-of-type {
    border-color: transparent;
}

.sidebar-widget-area .widget.widget_recent_comments li {
    padding-left: 25px;
    position: relative;
}

.sidebar-widget-area .widget.widget_recent_comments li,
.sidebar-widget-area .widget.widget_recent_comments li a {
    color: #223645;
}

.widget_block.widget_recent_comments li .wp-block-latest-comments__comment-meta time{
    font-weight: 500;
    font-size: 16px;
    color: #ff3d41;
    margin-top: 5px;
}

.widget.widget_recent_comments li a {
    display: inline;
}

.sidebar-widget-area .widget .wp-block-categories li a,
.sidebar-widget-area .widget .wp-block-archives li a,
.sidebar-widget-area .widget.widget_archive li a,
.sidebar-widget-area .widget.widget_categories li a,
.sidebar-widget-area .widget.widget_meta li a,
.sidebar-widget-area .widget.widget_nav_menu li a,
.sidebar-widget-area .widget.widget_pages li a,
.sidebar-widget-area .widget_themedraft_nav_menu li a,
.widget_archive select, .widget_categories select,
.widget_text select,
.wp-block-archives-dropdown select,
.wp-block-categories-dropdown select,
.sidebar-widget-area .wp-block-search .wp-block-search__input,
.sidebar-widget-area form.search-form input{
    border: 1px solid #dddddd8f;
}

.widget_calendar .wp-calendar-table thead th,
.wp-block-calendar .wp-calendar-table thead th {
    color: #ffffff;
}

.widget_calendar .wp-calendar-table a,
.wp-calendar-table a{
    display: block;
    color: #ffffff !important;
    text-decoration: none;
}

.wp-calendar-table a:hover{
    color: #ffffff;
}

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

.widget.widget_rss ul li a {
    font-size: 18px;
    padding: 0;
    display: block;
    line-height: 26px;
    margin-bottom: 5px;
}

.widget.widget_rss .rss-date {
    margin-bottom: 15px;
    display: block;
    margin-top: 0;
}

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

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

.widget.widget_tag_cloud a,
.wp-block-tag-cloud a {
    font-size: 13px !important;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 5px;
    padding: 5px 16px 3px 16px;
    border-radius: 5px;
    margin-bottom: 10px;
    color: #223645;
    font-weight: 600;
    background-color: #ffffff;
    border: 1px solid #dddddd8f;
}


.footer-widget-area .widget.widget_tag_cloud a,
.footer-widget-area .wp-block-tag-cloud a{
    border-color: #ffffff;
}

.widget.widget_tag_cloud a:hover,
.wp-block-tag-cloud a:hover {
    color: #ffffff;
}

.widget.widget_nav_menu ul li {
    padding: 0;
}

.widget.widget_nav_menu ul ul li:first-of-type {
    margin-top: 0;
    padding-top: 0;
}

.widget_archive select,
.widget_categories select,
.widget_text select,
.wp-block-archives-dropdown select,
.wp-block-categories-dropdown select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 11px 15px;
    border-radius: 5px;
    color: #647589;
    background-color: #ffffff;
    position: relative;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' height='10px' width='15px'%3E%3Ctext x='0' y='10' fill='gray'%3E%E2%96%BE%3C/text%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 5px center;
    background-clip: border-box;
    -moz-background-clip: border-box;
    -webkit-background-clip: border-box;
}

/* Footer CSS */
.site-footer {
    background-color: #13232f;
	 padding: 0px 40px;
}

.td-subscribe-form {
    position: relative;
}
.td-subscribe-form input[type="email"]{
    margin: 0;
    height: 55px;
    border: none;
    padding-left: 15px;
}
.td-subscribe-button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 0 5px 5px 0;
}

.td-subscribe-button input[type="submit"] {
    background: transparent;
    border: none;
    height: 100%;
    width: 100%;
    font-size: 16px;
    text-transform: uppercase;
    padding: 15px 35px;
}

.td-subscribe-button i {
    font-size: 20px;
    color: #ffffff;
    pointer-events: none;
    position: absolute;
    right: 27px;
    line-height: 1;
    height: 22px;
    top: 50%;
    margin-top: -10px;
}

.subscribe-us {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    margin-top: 15px;
    margin-bottom: 20px;
}

.td-subscribe-form ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #647589;
}

.td-subscribe-form :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #647589;
    opacity: 1;
}

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

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

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

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

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


/*
Footer Top Section
*/

.td-footer-top-container {
    border-bottom: 2px solid #24333e;
    padding: 65px 0;
}

.td-footer-subscribe {
    display: flex;
    align-items: center;
    padding: 0 70px;
}

.td-footer-subscribe form.mc4wp-form {
    flex: 1;
}

.td-footer-subscribe .td-subscribe-title {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    margin-right: 25px;
}

.footer-top-right-text {
    color: #fff;
    font-weight: 500;
    display: inline-flex;
}
.footer-top-right-text strong {
    font-size: 30px;
    margin-right: 5px;
}

/* Footer Widget Area CSS */
.footer-widget-area {
    padding: 60px 0 0px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

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

.footer-widget-area .widget ul li {
    padding: 5px 0;
	color:#fff;
}

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

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

ol.wp-block-latest-comments{
    padding-left: 0;
}
.widget-about-description {
    margin-top: 0px;
    color: #fff;
}

.footer-widget-area .widget_archive ul li a,
.footer-widget-area .wp-block-archives-list li a,
.footer-widget-area .widget_categories ul li a,
.footer-widget-area .wp-block-categories-list li a,
.footer-widget-area .widget_pages ul li a,
.footer-widget-area .widget_meta ul li a,
.footer-widget-area .widget_nav_menu ul li a,
.footer-widget-area .widget_themedraft_nav_menu ul li a {
    padding-left: 0px;
    position: relative;
}

.footer-widget-area, .footer-widget-area a,
.footer-widget-area .widget.widget_calendar caption, .footer-widget-area .wp-calendar-nav,
.footer-widget-area .widget .wp-block-calendar caption{
    color: #cfd3d5;
}

.footer-widget-area .widget-title,
.footer-widget-area .widget_block h2{
    font-size: 22px;
    color: #ffffff;
    margin-bottom: 35px;
    letter-spacing: .5px;
	font-weight: 600;
}

.footer-widget-area .widget.widget_archive li a:before,
.footer-widget-area .wp-block-archives-list li a:before,
.footer-widget-area .widget.widget_categories li a:before,
.footer-widget-area .wp-block-categories-list li a:before,
.footer-widget-area .widget.widget_pages 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_themedraft_nav_menu li a:before,
.footer-widget-area .widget_recent_comments li:before,
.footer-widget-area .widget_recent_entries li a:before,
.footer-widget-area .wp-block-latest-posts__list li a:before,
.footer-widget-area .wp-block-pages-list__item__link:before{
    position: absolute;
/*     content: ""; */
    left: 0;
    top: 50%;
    height: 2px;
    width: 10px;
    background: #cfd3d5;
    margin-top: -1px;
    transition: .3s;
}

.footer-widget-area .widget_recent_comments li,
.footer-widget-area .widget_recent_entries li a,
.footer-widget-area .wp-block-latest-posts__list li a,
.footer-widget-area .wp-block-pages-list__item__link{
    padding-left: 20px !important;
}

.footer-widget-area .widget_recent_comments li:before,
.footer-widget-area .widget_recent_entries li a:before,
.footer-widget-area .wp-block-latest-posts__list li a:before,
.footer-widget-area .wp-block-pages-list__item__link:before{
    top: 19px;
    left: 0;
}

.footer-widget-area .widget .wp-block-pages-list__item:first-of-type{
    padding-top: 5px;
}

.footer-widget-area .widget_rss .widget-title a,
.footer-widget-area .widget.widget_rss cite,
.footer-widget-area .widget .wp-block-calendar tbody td, .footer-widget-area .widget .wp-block-calendar th{
    color: #ffffff;
}

.footer-widget-area table, .footer-widget-area table th, .footer-widget-area table td,
.footer-widget-area .widget .wp-block-calendar tbody td, .footer-widget-area .widget .wp-block-calendar th{
    border-color: #ffffff;
}

.footer-widget-area .widget.widget_rss li {
    margin-bottom: 15px;
}

.footer-widget-area .wp-block-latest-comments__comment{
    margin-bottom: 0;
    padding: 5px 0;
    position: relative;
}

.footer-widget-area .has-avatars.has-dates.has-excerpts.wp-block-latest-comments .wp-block-latest-comments__comment{
    margin-bottom: 10px
}

.footer-widget-area .widget strong {
    color: #cbcbcb;
}

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

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


/*TD About Company widget */
.widget-about-description {
    margin-top: 0px;
}

.find-us-on {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    margin-top: 15px;
}

.footer-social-icon li a {
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    display: block;
    margin-right: 5px;
    background-color: #2b394400;
    color: #fff;
    border: 1px solid;
}

.footer-social-icon li:last-child a {
    margin-right: 0;
}

ul.widget-social-icons.footer-social-icon {
    margin-top: 10px;
}

.footer-social-icon li a:hover {
    color: #ffffff;
}

/* Contact Info widget */

.widget-contact-info-list li {
    position: relative;
    padding-left: 30px !important;
    transition: .3s;
}

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

/* .widget-contact-info-list li i.fa-envelope{
    margin-top: 0px;
} */
/*TD About Company widget End */

/* Sidebar Contact Form widget*/
.widget.themedraft_contact_form_widget .td-contact-form-container {
    background: transparent;
    padding: 0;
}
.widget.themedraft_contact_form_widget{
    padding-top: 45px;
    padding-bottom: 50px;
}

.sidebar-widget-area .widget.themedraft_contact_form_widget .widget-title {
    margin-bottom: 0;
    background-color: transparent;
    padding-top: 30px;
}

.themedraft_contact_form_widget .themedraft-contact-form-container button[type="submit"]{
    background-color: transparent;
    border-color: #ffffff;
}

.themedraft_contact_form_widget .themedraft-contact-form-container button[type="submit"]:hover{
    background-color: #ffffff;
    border-color: #ffffff;
}

.themedraft_contact_form_widget div.themedraft-contact-form-container select,
.themedraft_contact_form_widget div.themedraft-contact-form-container input,
.themedraft_contact_form_widget div.themedraft-contact-form-container textarea{
    border-color: #9fc07f;
}

.themedraft_contact_form_widget div.themedraft-contact-form-container select:focus, .themedraft_contact_form_widget div.themedraft-contact-form-container input:focus, .themedraft_contact_form_widget div.themedraft-contact-form-container textarea:focus{
    border-color: #ffffff;
}

.themedraft_contact_form_widget .sidebar-contact-subtitle {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
}

.widget.themedraft_contact_form_widget .form-icon{
    bottom: -50px;
    right: -50px;
}

/* Download Button Widget */
.td-download-button-widget-wrapper .td-button {
    width: 100%;
    justify-content: center;
    font-size: 16px;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.widget.td_download_button_widget{
    padding-top: 40px;
}

.sidebar-widget-area .widget.td_download_button_widget .widget-title {
    margin-top: -40px;
}

.widget.td_download_button_widget .td-button i{
    font-size: 16px;
}


@media only screen and (min-width: 1024px) and (max-width: 1280px) {
    .td-download-button-widget-wrapper .td-button {
        font-size: 13px;
    }
}

/* TD 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: 16px;
    margin-top: -5px;
    font-weight: 600;
    line-height: 27px;

}

.footer-widget-area a.td-recent-post-widget-title {
    color:#FFFFFF;
}

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

.widget.widget_themedraft-recent-posts ul li {
    padding: 10px 0;
    min-height: 100px;
}

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

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

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

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

    a.td-recent-post-widget-title {
        font-size: 15px;
        line-height: 25px;
    }

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

@media only screen and (max-width: 1024px) {
    .widget.widget_tag_cloud a {
        padding: 4px 8px;
    }

    .td-footer-subscribe .td-subscribe-title{
        display: none;
    }
}
@media only screen and (max-width: 991px) {
    .td-footer-subscribe{
        padding: 0;
    }

    .td-footer-top-container .site-branding {
        display: none;
    }

    .td-footer-subscribe .td-subscribe-title{
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    .td-recent-post-widget .li-have-thumbnail img {
        height: 60px;
        width: 60px;
    }

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

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

    .td-footer-subscribe{
        display: block;
    }

    .td-footer-subscribe .td-subscribe-title{
        display: block;
        margin-right: 0;
        margin-bottom: 20px;
        font-size: 24px;
    }

    .footer-top-right-text{
        margin-top: 20px;
    }

}

/* TD Recent Post Widget End */

/*TD Gallery widget */
img.mfp-img {
    padding: 0 0 20px 0;
}

a.td-gallery-photo-url {
    height: 80px;
    width: 32%;
    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;
}

.footer-widget-area .tdraft-gallery-photo-wrapper {
    margin-top: 50px;
}

.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 (min-width: 768px) and (max-width: 991px) {
    .sidebar-widget-area a.td-gallery-photo-url {
        width: 24.4%;
        height: 120px;
    }
}

/* TD Gallery widget End*/

/* TD CTA widget*/

.widget.td_cta_button_widget {
    padding: 0 !important;
}

.sidebar-widget-area .td_cta_button_widget .widget-title {
    margin: 0;
}

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

.widget .cta-widget-title {
    color: #fff;
    font-weight: 700;
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 40px;
}

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

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

.widget .cta-widget-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-color:rgba(0, 0, 0, .85);
}

.widget .cta-widget-title,
.widget .cta-widget-number,
.widget .cta-widget-button {
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 1024px) {
    .cta-widget-content {
        padding: 55px 30px 45px 30px;
    }

    .widget .cta-widget-number {
        font-size: 28px;
        line-height: 38px;
    }
}

/* TD CTA widget End */
.footer-bottom-wrapper {
    border-top: 1px solid #FFFFFF36;
    padding: 20px 0;
}

.footer-bottom-area {
    color: #fff;
}

.footer-bottom-area a {
    color: #cfd3d5;
    font-weight: 500;
}

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


/* 5.8 Block Widget CSS */
.sidebar-widget-area .widget.widget_block {
    padding: 30px 40px;
}

.sidebar-widget-area .widget.widget_block h2 {
   font-size: 22px;
    color: #000;
    padding: 13px 0px 12px 0px;
    margin: 0;
    font-weight: 700;
    background: #fff !important;
    border-bottom: 1px solid #ececec;
    margin-bottom: 30px;
}

.sidebar-widget-area .widget.widget_block .wp-block-latest-comments {
    padding-left: 0;
    margin-top: 25px;
}
.sidebar-widget-area .widget .wp-block-categories li a {
    padding: 10px 60px 10px 0px;
    border-radius: 5px;
    border: 0 !important;
}

.sidebar-widget-area .widget .wp-block-categories li a:before{
	display:none;
}

.sidebar-widget-area .wp-block-archives-dropdown,
.sidebar-widget-area .wp-block-categories-dropdown{
    margin-bottom: 10px;
}

.wp-block-calendar table th {
    font-weight: 600;
}

.widget .wp-block-calendar tbody td,
.widget .wp-block-calendar th{
    padding: 8px !important;
    border: 1px solid #223645;
}

.widget .wp-block-calendar a{
    text-decoration: none;
}

.widget.widget_calendar caption, .wp-calendar-nav{
    text-align: left;
}
.sidebar-widget-area .widget.widget_block.widget_calendar {
    padding-top: 10px;
}
.widget.widget_block.widget_recent_comments ol,
.sidebar-widget-area .widget.widget_block.widget_recent_comments li{
    padding-left: 0;
}

.sidebar-widget-area .widget.widget_block.widget_recent_comments li:before{
    display: none;
}

.widget .wp-block-latest-comments__comment-excerpt p:last-child {
    margin-bottom: 0;
}


.sidebar-widget-area .widget.widget_block .wp-block-page-list li{
    padding: 0;
    margin-bottom: 10px;
}
.sidebar-widget-area .widget.widget_block .wp-block-page-list li a{
    padding: 10px 10px 10px 50px;
    border-radius: 5px;
    display: block;
    background-color: #ffffff;
    font-weight: 500;
}

.sidebar-widget-area .widget.widget_block .wp-block-page-list li a:before{
    position: absolute;
    content: "\f101";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    left: 25px;
    top: 12px;
    font-size: 14px;
}

.widget span.wp-block-page-list__submenu-icon {
    display: none;
}

.sidebar-widget-area .widget.widget_block .wp-block-page-list li a:hover{
    color: #ffffff;
}

.sidebar-widget-area .widget.widget_block.widget_tag_cloud .wp-block-tag-cloud{
    margin-bottom: 0;
}

.widget label.wp-block-search__label {
    display: none;
}

.widget .wp-block-search .wp-block-search__inside-wrapper{
    margin: 10px 0;
}

.widget button[type="submit"].wp-block-search__button {
    border-color: transparent;
    color: #ffffff;
}

.wp-block-search button.wp-block-search__button {
    font-size: 0;
}

.wp-block-search button.wp-block-search__button:before{
    position: absolute;
    font-family: "Font Awesome 5 Free";
    content: "\f002";
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    top: 14px;
    right: 13px;
}

.post-details-wrapper article .wp-block-search button.wp-block-search__button:before{
    top: auto;
    right: 20px;
}


/* ThemeDraft Navigation Widget */
.footer-widget-area .widget_themedraft_nav_menu {
    padding-left: 60px!important;
}

@media only screen and (max-width: 991px){
    .footer-widget-area .widget_themedraft_nav_menu {
        padding-left: 15px!important;
    }
}

@media only screen and (max-width: 991px) {
    .footer-widget-area .widget_themedraft_nav_menu {
        padding-left: 15px !important;
    }
}

/*--------------------------------------------------------------
# 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: 28px;
    -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 {
    background-color: #f8f9fb;
}

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

}

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

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

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

.post-meta li, .post-meta li a {
    color: #223645;
}

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

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

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

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

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

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

.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 img{
	border-radius: 13px;
}
.sidebar-widget-area .widget .wp-block-categories li a:hover{
	background-color:#fff !important;
	color:#000 !important;
}
.post-root.post.post-post.current-item{
	color:#fff !important;
}
.post-count-number{
	display:none;
}
.post-thumbnail-wrapper .slick-arrow {
    position: absolute;
    color: #ffffff;
    top: 50%;
    margin-top: -30px;
    left: 30px;
    z-index: 1;
    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-arrow.slick-prev.flaticon-long-right-arrow{
    transform: rotate(180deg);
}

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

.post-video-button-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    transform: translate(-50%, -50%);
}

.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-flex;
    height: 55px;
    border: 2px solid;
    border-color: #f4f9fc;
    background-color: #f4f9fc;
    border-radius: 50%;
    width: 55px;
    line-height: 53px;
    font-size: 18px;
    justify-content: center;
    align-items: stretch;
    font-weight: 600;
    transition: .3s;
    -webkit-transition: .3s;
    color: #223645
}
.post-pagination ul li a i, .page-links a i{
    font-size: 24px;
}

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

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

a.prev.page-numbers i.flaticon-long-right-arrow {
    transform: rotate(
            180deg
    );
    display: inline-block;
}

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

.page-numbers {
    display: flex;
    align-items: center;
}

.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: 16px;
    margin-right: 10px;
    font-weight: 600;
}

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

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

blockquote.wp-block-quote, blockquote {
    background-color: #f4f9fc;
    font-size: 19px;
    font-style: italic;
    line-height: 30px;
    color: #223645;
    padding: 35px 25px;
    margin: 30px 0;
    border-radius: 0 10px 10px 0;
    position: relative;
    border-left: 5px solid;
}

blockquote.has-text-color.has-light-gray-color{
    color: #223645;
}
.wp-block-columns.alignwide blockquote.wp-block-quote {
    margin-top: 8px;
}

.widget.widget_block a.wp-block-latest-comments__comment-link {
    display: inline;
    line-height: 1.8;
}
.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;
}

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

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

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

.post-details-wrapper article .entry-content .wp-block-archives a,
.post-details-wrapper article .entry-content .wp-block-latest-comments__comment-link,
.post-details-wrapper article .entry-content .wp-block-latest-comments__comment-author,
.post-details-wrapper article .entry-content .wp-block-latest-posts__list a,
.post-details-wrapper article .entry-content .wp-block-rss__item-title a,
.post-details-wrapper article .entry-content .wp-block-tag-cloud a,
.post-details-wrapper article .entry-content ul li a {
    font-weight: 500;
}

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

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

form.post-password-form input[type='submit'] {
    padding: 21px 30px 20px;
}

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

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

span.tag-title {
    display: none;
}

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 5px 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;
}

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

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

.entry-content table {
    width: auto;
}

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

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

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

.next-post-nav-wrap {
    text-align: right;
}

.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-size: 20px;
    position: absolute;
    left: 110px;
    top: -10px;
    text-transform: capitalize;
    font-weight: 600;
}

.comment-author.vcard .fn a{
    font-weight: 600;
}

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

.comment-metadata time {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
}

em.comment-awaiting-moderation {
    font-weight: 500;
    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: -25px;
}

.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;
    color: #223645;
    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: 500;
    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: 700;
}

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

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

.td-comment-input {
    position: relative;
    margin-bottom: 30px;
}

.td-comment-input input, .td-comment-input textarea {
    margin-bottom: 0;
}

.td-comment-input i {
    position: absolute;
    right: 20px;
    font-size: 18px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #647589;
}

.comment-message.td-comment-input i {
    top: 30px;
}

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

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

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

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

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

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

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

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

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

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

.comments-area button.td-button i,
.woocommerce-Reviews button.td-button i {
    font-size: 12px;
}

/* 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: 500;
    margin-bottom: 15px;
    color: #ffffff;
}

.is-style-squared .wp-block-button__link {
    border-radius: 0;
}

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

.post-details-wrapper article .entry-content .is-style-outline .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,
.wp-block-search__inside-wrapper,
p.wp-block-tag-cloud {
    margin-bottom: 0;
}

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

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

.post-details-wrapper article .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;
}

.post-details-wrapper .wp-block-search .wp-block-search__button {
    margin-left: 0;
    margin-bottom: 30px;
    border: 0;
    border-radius: 0 5px 5px 0;
    padding: 10px 30px;
    color: #ffffff;
}

.post-details-wrapper article .wp-block-calendar tfoot, .post-details-wrapper article .wp-block-calendar .wp-calendar-table caption {
    border: 1px solid #cccccc;
    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 #cccccc;
}

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

.post-details-wrapper ul.wp-block-latest-posts__list.wp-block-latest-posts {
    padding-left: 0;
}

.wp-block-search__inside-wrapper {
    position: relative;
}

.wp-block-search .wp-block-search__input {
    margin-bottom: 0;
    max-width: 100%;
    border-color: #cccccc;
}

.wp-block-search__label {
    margin-bottom: 10px;
}

button.wp-block-search__button {
    position: absolute;
    right: 0;
    height: 100%;
}

.page-links .post-page-numbers:first-child {
    margin-left: 15px;
}

/* Block Style End */
.td-post-list {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 20px;
}

.td-post-list li {
    position: relative;
    padding-left: 60px;
    margin-bottom: 12px !important;
}

ul.td-post-list li:before {
    content: "\f00c";
    position: absolute;
    left: 0;
    top: 8px;
    background-color: #f4f9fc;
    height: 40px;
    width: 40px;
    text-align: center;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    line-height: 40px;
    transition: .3s;
    color: #223645;
    font-size: 14px;
}

ul.td-post-list li:hover:before {
    color: #ffffff;
}

/*--------------------------------------------------------------
# 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: #223645;
    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: 500;
}

.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;
    bottom: 0;
    line-height: 26px;

}

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

figure.wp-block-audio {
    margin: 30px 0;
}

/*--------------------------------------------------------------
# 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;
    font-size: 25px;
}

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

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

@media only screen and (max-width: 1024px) {
    .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;
    }

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

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

    .sidebar-widget-area .widget,
    .sidebar-widget-area .widget.widget_block{
        padding: 30px;
    }

    .td-subscribe-container:before{
        left: 30%;
    }

    .footer-widget-area table td{
        padding: 5px;
    }
}

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

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


    .td-subscribe-container .site-branding,
    .td-subscribe-container:before{
        display: none;
    }
}

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

@media only screen and (max-width: 767px) {
    .site-branding .site-title {
        font-size: 30px;
    }
	.site-footer {
			background-color: #13232f;
			 padding: 0px 0px !important;
		}
	.themedraft_contact_info_widget{
		padding-left:30px !important;
	}


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


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

    .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: 35px;
        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: 24px;
        margin-bottom: 5px;
    }

    .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 -35px 0 -35px;
        padding: 35px 25px 0px 25px;
    }

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

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

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

    .footer-bottom-area, .site-copyright-text {
        text-align: center;
    }

    .td-subscribe-container {
        border-right: 0;
        border-left: 0;
        padding-top: 100px;
        padding-bottom: 80px;
    }

    .td-subscribe-button input[type="submit"] {
        font-size: 0;
        padding: 15px 50px 13px 35px;
    }

    .td-subscribe-button i {
        font-size: 25px;
        right: 30px;
        margin-top: -13px;
    }
}


/* 5 Column */

.td-col-xl-5,
.td-col-lg-5,
.td-col-md-5,
.td-col-sm-5 {
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
}

.td-col-sm-5 {
    flex: 0 0 auto;
    max-width: 20%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .td-col-md-5 {
        flex: 0 0 auto;
        max-width: 20%;
    }
}

@media (min-width: 992px) {
    .td-col-lg-5 {
        flex: 0 0 auto;
        max-width: 20%;
    }
}

@media (min-width: 1200px) {
    .td-col-xl-5 {
        flex: 0 0 auto;
        max-width: 20%;
    }
}


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

.site-branding img, .about-info-img img {
    max-width: 190px;
}

.header-navigation-area {
    flex: 1;
    text-align: right;
}

.main-menu-area {
       background: #fff0;
    position: absolute;
    width: 92%;
    bottom: -35px;
    margin: auto;
    left: 0;
    right: 0;
}
.uk-sticky .container{
	    background: #fff;
    border-radius: 16px;
}
.main-menu-area.uk-active {
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
}

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

.main-navigation ul li {
    display: inline-block;
    position: relative;

}

.main-navigation ul li a {
   padding: 27px 30px;
    display: block;
    color: #223645;
    font-weight: 400;
    position: relative;
    z-index: 1;
    line-height: 1;
    font-size: 18px;
    font-family: 'Lato';
}

.header-style-one .main-navigation ul li:last-child a {
    padding-right: 0;
}

.main-navigation ul ul li a {
    color: #ffffff;
}

/* Submenu / Dropdown menu */
.main-navigation ul li ul {
    position: absolute;
    width: 250px;
    left: 0;
    top: 70px;
    z-index: 2;
    -webkit-transition: .1s;
    transition: .0s;
    visibility: hidden;
    opacity: 0;
    background-color: #223645;
}


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

.main-navigation ul li ul li a {
     padding: 9px 2px;
    line-height: 27px;
    color: #0094da;
}
.main-navigation ul li ul li a:hover{
	color:#000 !important;
	transition:0.5s;
}

.header-style-one .main-navigation ul li ul li:last-child a {
    padding-right: 20px;
}

.main-navigation ul li.menu-item-has-children > a:before {
    position: absolute;
    right: 0;
}

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

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

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

.main-navigation ul li:last-child ul.sub-menu {
    left: 230px;
    right: 0;
}

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

.header-nav-and-buttons {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

ul.header-buttons-wrapper {
    display: flex;
    align-items: center;
}

/* Mobile Menu */

.mobile-menu-trigger {
    cursor: pointer;
    display: none;
}

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

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

.mobile-menu-container {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #223645;
    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 #ffffff29;
    font-weight: 500;
}

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

.slicknav_nav .slicknav_row, .slicknav_nav a {
    padding: 16px 0;
    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: 20px;
}

.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: 22px;
    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 Cart */

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

li.header-mini-cart {
    position: relative;
}
.td-header-cart-url {
    position: relative;
    font-size: 24px;
    color: #223645;
    margin-right: 40px;
    margin-top: 5px;
}

.td-header-cart-url:hover{
    color: #223645;
}

.header-buttons-area .cart-product-count {
    font-size: 14px;
    position: absolute;
    height: 25px;
    width: 25px;
    text-align: center;
    line-height: 25px;
    border-radius: 50%;
    color: #ffffff;
    right: -17px;
    top: -4px;
    font-weight: 500;
}
.header-area.site-header {
    position: relative;
    z-index: 5;
}
/* Cart URL End */

/* Header Search CSS */
.td-header-src-btn {
    margin-right: 10px;
    margin-top: 3px;
    cursor: pointer;
    padding: 5px;
    color: #0094da;
    transition: .3s;
}

.header-search-wrapper {
    position: fixed;
    z-index: 99999999;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    text-align: center;
    -webkit-transition: .4s;
    transition: .4s;
    background-color: #ffffff85;
    opacity: 0;
    visibility: hidden;

}
.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: #000;
    content: '';
    top: 0;
}
.page-title.h1.text-center{
	font-weight:900 !important;
}
.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 input[type="search"], .header-search-wrapper form.search-form .search-submit, .header-search-wrapper form.search-form .search-submit:hover {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
    border-width: 0 0 2px 0;
    border-radius: 0;
    font-size: 25px;
}

::placeholder{
	color: #fff !important;
}

.header-search-wrapper button[type="submit"]:hover{
    box-shadow: none;
}

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

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

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

.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: 991px) and (min-width: 768px){
    .header-search-wrapper .search-form {
        width: 60%;
    }
}

@media only screen and (max-width: 767px){
    .header-search-wrapper .search-form {
        width: 90%;
    }

    .header-search-wrapper input[type="search"], .header-search-wrapper form.search-form .search-submit, .header-search-wrapper form.search-form .search-submit:hover{
        font-size: 18px;
    }

    .search-close {
        right: 30px;
        top: 30px;
    }
	
}
/* Header Search CSS End */


/*--------------------------------------------------------------
# Header Style Two Css
--------------------------------------------------------------*/
.header-area .container {
    max-width: 1520px;
}

.header-style-two .header-navigation-area {
    text-align: right;
}

.header-top-area {
    background-color: #0094DA;
    padding: 20px 0 55px;
}

.top-info-item, .top-info-item a,
.top-info-item strong,
.header-top-social-icon .top-info-item,
.header-top-social-icon .top-info-item a{
    color: #ffffff;
    font-size: 16px;
    font-family: Lato;
}

.top-info-item:not(:last-child) {
    margin-right: 0px;
    padding-right: 15px;
    position: relative;
}

.top-info-item:not(:last-child):before,
.header-top-social-icon .top-info-item:before{
    content: '';
    position: absolute;
    background: #909ba2;
    height: 16px;
    width: 2px;
    right: 0;
    top: 50%;
    margin-top: -8px;
	display:none;
}

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

.header-top-social-icon {
    text-align: left;
}

.header-top-social-icon li a {
    color: #ffffff;
    display: inline-block;
    font-size: 15px;
    padding: 0 5px;
    box-sizing: border-box;
}

.header-top-social-icon .top-info-item{
    padding-left: 0px;
    margin-left: 0px;
    position: relative;
}

.header-top-social-icon .top-info-item:before{
    right: auto;
    left: 0;
	display:none;
}
/*--------------------------------------------------------------
# Header Style Two Css End
--------------------------------------------------------------*/
/* Header Responsive CSS Start */

@media only screen and (max-width: 1366px) {
    .main-navigation ul li a {
        padding: 27px 14px;
	    font-size: 16px;
    }

    .main-navigation ul li ul{
        width: 200px;
    }

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

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

}

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

    .mobile-menu-trigger {
        display: block;
        margin-left: 25px;
    }
}

@media only screen and (max-width: 991px) {
    .header-top-info, .header-top-social-icon {
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    .header-cta-button,.header-three-cta-button{
        display: none;
    }

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

    .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-header-cart-url {
        margin-right: 15px;
    }

    .site-branding img, .about-info-img img {
        max-width: 150px;
    }

    .top-info-item:not(:last-child) {
        margin-right: 0;
        padding-right: 0;
    }

    .top-info-item:not(:last-child):before{
        height: 0;
        width: 0;
    }
}

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

.banner-title {
    color: #ffffff;
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 10px;
}

.banner-area .breadcrumb-container,.banner-area .breadcrumb-container a {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
}

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

.breadcrumb-container span:first-child {
    margin-left: 0;
}
.breadcrumb-container span:last-child,
.breadcrumb-container span.current-item {
    margin-right: 0;
}

.td-breadcrumb-separator {
    line-height: 1;
    border-radius: 50px;
    height: 5px;
    width: 5px;
    background: #ffffff;
    display: inline-block;
}

@media only screen and (max-width: 767px) {
    .banner-area {
        height: auto;
        padding: 60px 0;
    }

    .banner-title {
        font-size: 30px;
        line-height: 40px;
        margin-top: 10px;
    }
	.header-top-info {
    	text-align: center !important;
	}

    .breadcrumb-container span {
        margin: 0 5px;
    }
	.footer-widget-area .widget {
    	margin-bottom: 0;
	}
	.footer-bottom-wrapper {
   	 	border-top: 1px solid #FFFFFF36;
    	padding: 5px 0 0;
	}
	.footer-widget-area .widget-title, .footer-widget-area .widget_block h2 {
		margin-bottom: 20px;
	}
}

/*--------------------------------------------------------------
# 404 Css
--------------------------------------------------------------*/
.not-found-content .td-image-with-circle-bg:before {
    background-color: #fdf5eb;
}

.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: 40px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 5px;
    margin-top: 0;
}

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

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

.text-404 {
    margin-bottom: 40px;
}

.not-found-text-wrapper .text-404 h4 {
    font-size: 175px;
    line-height: 1;
    text-shadow: 3px 2px 2px #00000033;
}

@media only screen and (max-width: 1440px) {
	.not-found-text-wrapper .text-404 h4 {
        font-size: 150px !important;
    }
	.text-404{
		margin-bottom:20px !important;
	}
	.cus-404 {
    	padding: 30px 20px !important;
	}
	.error-page-button .td-button{
		padding:12px 26px 12px 26px !important;
		font-size: 14px !important;
    	line-height: 24px !important;
	}
	.not-found-text-wrapper h2{
        font-size: 30px !important;
        line-height: 40px !important;
    }
	.not-found-text-wrapper p {
		margin-top:16px;
		font-size: 16px;
	}
	.error-page-button {
		margin-top: 30px;
	}
}
@media only screen and (max-width: 880px) {
	.not-found-text-wrapper .text-404 h4 {
        font-size: 100px !important;
    }
	.text-404{
		margin-bottom:20px !important;
	}
	.cus-404 {
    	padding: 30px 20px !important;
	}
	.error-page-button .td-button{
		padding:8px 16px 8px 16px !important;
		font-size: 14px !important;
    	line-height: 24px !important;
	}
	.not-found-text-wrapper h2{
        font-size: 22px !important;
        line-height: 30px !important;
    }
	.not-found-text-wrapper p {
		margin-top: 7px;
		font-size: 14px;
	}
	.error-page-button {
		margin-top: 20px;
	}
}

@media only screen and (max-width: 991px) {
    .not-found-content {
        text-align: center;
    }

    .not-found-text-wrapper .text-404 h4 {
        font-size: 150px;
    }

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

    .not-found-text-wrapper {
        margin-top: -25px;
    }
}

/*--------------------------------------------------------------
# Preloader Css
--------------------------------------------------------------*/

.preloader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background-color: #223645;
    align-items: center;
    display: flex;
    justify-content: 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;
}

/*--------------------------------------------------------------
# Theme Color Css
--------------------------------------------------------------*/
/* Primary Color */
a:hover,.td-primary-color,.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,.post-meta li i, .post-meta li a:hover,.sticky .post-content-wrapper:before,.post-details-wrapper article .entry-content .is-style-outline .wp-block-button__link,blockquote.wp-block-quote:before, blockquote:before,.widget.widget_rss .rss-date,.comment-metadata time,.comments-area .reply a:hover,.comment-author.vcard .fn a:hover,.bypostauthor .comment-author.vcard .fn:after,.td-header-src-btn:hover,.td-text-button,.not-found-text-wrapper .text-404 h4{
    color: #e12454;
}

.td-primary-bg,.td-button,input[type="submit"],button[type="submit"],.post-tags a,.blog-next-prev-img:before,.no-thumb .blog-next-prev-img,.td-video-button:before,.td-video-button:after,.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close,.post-details-wrapper article .entry-content .wp-block-button__link,.post-details-wrapper article .entry-content .wp-block-file .wp-block-file__button,.wp-block-calendar table th,.wp-calendar-table a,.post-details-wrapper .wp-block-search .wp-block-search__button,.page-links .current,.page-links a:hover,.post-pagination ul li a:hover, .page-links a:hover, .post-pagination ul li span.current,.sidebar-widget-area .widget.widget_block h2,.sidebar-widget-area .widget-title,.sidebar-widget-area .widget.widget_archive li:hover a,.sidebar-widget-area .widget.widget_categories a:hover,.sidebar-widget-area .widget.widget_meta li a:hover,.sidebar-widget-area .widget.widget_pages li a:hover,.sidebar-widget-area .widget.widget_nav_menu li a:hover,.widget button[type="submit"].wp-block-search__button,.widget_calendar .wp-calendar-table thead,.widget_calendar .wp-calendar-table a,.sidebar-widget-area .widget .wp-block-categories li a:hover,.sidebar-widget-area .widget .wp-block-archives li a:hover,.sidebar-widget-area .widget.widget_block .wp-block-page-list li a:hover,ul.td-post-list li:hover:before,.audio-iframe-wrapper:before,.slick-arrow,.slick-dots button,.mobile-menu-trigger span,.header-buttons-area .cart-product-count,.sidebar-widget-area .widget_themedraft_nav_menu li.current-menu-item a,.sidebar-widget-area .widget_themedraft_nav_menu li a:hover,.td-button.td-download-btn-two:hover{
    background-color: #e12454;
}

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,input:focus,.comment-form input:focus,.comment-message textarea:focus,.td-button,input[type="submit"],button[type="submit"],.post-details-wrapper article .entry-content .is-style-outline .wp-block-button__link,blockquote.wp-block-quote, blockquote,.wp-block-quote.has-text-align-right,.page-links .current,.page-links a:hover,.post-pagination ul li a:hover, .post-pagination ul li span.current,.td-button.td-download-btn-two:hover{
    border-color: #e12454;
}

.td-primary-color svg{
    fill: #e12454;
}

/* Secondary Color */
.main-navigation ul li ul li a:hover, .main-navigation ul li ul li.current-menu-item > a, .main-navigation ul li ul li.current_page_item > a, .main-navigation ul li ul li.current_page_ancestor > a,.td-secondary-color,.site-footer a:hover,.footer-widget-area .widget.widget_rss .rss-date,.footer-top-right-text strong,.td-text-button:hover,.footer-widget-area a.td-recent-post-widget-title:hover,.widget-contact-info-list li i,.breadcrumb-container .current-item,.breadcrumb-container a:hover,.td-recent-widget-date .posted-on,.td-recent-widget-date .posted-on a,.top-info-item i,.top-info-item a:hover,.header-top-social-icon li a:hover,.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{
    color: #12bfff;
}

.td-button:hover, input[type="submit"]:hover, button[type="submit"]:hover,.post-tags a:hover,.blog-next-prev-img:hover:before,.no-thumb .blog-next-prev-img:hover,.td-video-button:hover:before,.td-video-button:hover:after,.post-details-wrapper article .entry-content .wp-block-button__link:hover,.post-details-wrapper article .entry-content .is-style-outline .wp-block-button__link:hover,.post-details-wrapper article .entry-content .wp-block-file .wp-block-file__button:hover,.post-details-wrapper .wp-block-search .wp-block-search__button:hover,.widget.widget_tag_cloud a:hover,.wp-block-tag-cloud a:hover,.widget button[type="submit"].wp-block-search__button:hover,.footer-widget-area .widget.widget_themedraft_nav_menu li a:hover:before,.footer-widget-area .widget.widget_archive li a:hover:before,.footer-widget-area .widget.widget_categories li a:hover:before,.footer-widget-area .wp-block-categories-list li a:hover:before,.footer-widget-area .wp-block-archives-list li a:hover:before,.footer-widget-area .widget.widget_pages li a:hover:before,.footer-widget-area .widget.widget_meta li a:hover:before,.footer-widget-area .widget.widget_nav_menu li a:hover:before,.footer-widget-area .widget_recent_entries li a:hover:before,.footer-widget-area .wp-block-latest-posts__list li a:hover:before,.footer-widget-area .wp-block-pages-list__item__link:hover:before,.footer-widget-area button[type="submit"],.footer-widget-area .footer-widget-area .widget_calendar .wp-calendar-table thead,.footer-widget-area .widget_calendar .wp-calendar-table a,.td-subscribe-button,.footer-widget-area .wp-block-calendar table th,.footer-widget-area .wp-calendar-table a,.slick-arrow:hover,.slick-dots button:hover,.slick-dots .slick-active button,.footer-widget-area .widget button[type="submit"].wp-block-search__button,.widget.themedraft_contact_form_widget,.td-gallery-photo-overlay,.td-button.td-download-btn-two,.footer-widget-area .widget.widget_tag_cloud a:hover,.footer-widget-area .wp-block-tag-cloud a:hover,.footer-social-icon li a:hover,.scroll-to-top:hover{
    background-color: #0094da;
}

.td-button:hover, input[type="submit"]:hover, button[type="submit"]:hover,.post-details-wrapper article .entry-content .is-style-outline .wp-block-button__link:hover,.footer-widget-area button[type="submit"],.td-button.td-download-btn-two,.footer-widget-area .widget.widget_tag_cloud a:hover,.footer-widget-area .wp-block-tag-cloud a:hover{
    border-color: #0094da;
}

.td-secondary-color svg{
    fill: #0094da;
}
.main-navigation ul li ul li.current-menu-item > a, .main-navigation ul li ul li.current_page_item > a{
	color: #0094da;
}

.sub-menu li.current_page_item > a{
	color: #000 !important;
}

.sub-menu li.current_page_ancestor > a{
	color: #000 !important;
}

.header_bg{
	background:#fff !important;
	border-radius:16px;
	    box-shadow: 0 0 9px 0px #001f2e1f;
}

.mini_title p{
	    margin: 0;
    background-image: linear-gradient(45deg, #E6F4FB, transparent);
    display: inline;
    padding: 10px 24px;
    border-radius: 38px;
/*     font-size: 16px;
	    font-family: 'Lato'; */
}

.mini_title2 p{
	    margin: 0;
    background-image: linear-gradient(45deg, #49B8ED, transparent);
    display: inline;
    padding: 10px 24px;
    border-radius: 38px;
/*     font-size: 16px;
	    font-family: 'Lato'; */
}
.gradient_text h2{
	background: linear-gradient(to right, #BA8533, #F2E68E);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.td-testimonial-one-top-image {
    max-width: 180px !important;
    margin-bottom: 12px;
    width: 100%;
}
.td-testimonial-quote {
    color: #FFFFFF;
    display: none;
}

.td-testimonial-one-author-name-designation {
    position: relative;
    padding-left: 0;
}

.td-testimonial-one-author-image {
    height: 88%;
    width: 28%;
    left: 10px;
    top: 10px;
    border-radius: 0;
    overflow: hidden;
    position: absolute;
    margin: 8px;
    border-radius: 8px;
}
.td-testimonial-one-item {
    position: relative;
    background: #fff;
    padding: 38px 10px 20px 220px;
    border-radius: 16px;
}

.td-testimonial-one-author-name {
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 0;
}

.td-testimonial-one-slider-wrapper .slick-arrow {
    position: absolute;
    right: 15px;
    box-shadow: 0 8px 16px 0 rgb(225 35 84 / 15%);
    bottom: -69px !important;
    right: 47% !important;
	    top: auto;
}

.slick-arrow {
  width: 50px;
    border-radius: 17px;
    text-align: center;
    font-size: 24px;
    cursor: pointer;
    -webkit-transition: .3s;
    display: inline-block;
    color: #ffffff;
    background: transparent !important;
    box-shadow: none !important;
    border: 1px solid;
    padding: 1px 7px 0px;
    height: 37px;
    line-height: 33px;
}


.td-cover-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
/* .blog_section .card{
	padding: 20px;
    border-radius: 20px;
} */
.pdf_css{
	color:#E30404;
}


.award .swiper-slide-inner{
		background: #2E2E2EA1;
   	 	border-radius: 11px;
	}

.footer-widget-area i{
	color:#fff !important;
}
.footer-widget-area a{
	color:#fff !important;
}
.header-top-info{
	text-align:right;
}
.header-top-info i{
	color:#fff !important;
}

.color-swatches {
    margin-top: 20px;
}

.swatch-button {
     width: 30px;
    height: 31px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    margin: 5px;
    border: 1px solid;

}

.swatch-button:hover {
    opacity: 0.8;
}
.breadcrumb {
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: center;
    position: relative;
    display: inline-flex;
/*     top: 45px; */
    background: #fff;
    padding: 17px 30px;
    border-radius: 48px;
    box-shadow: 0 0 10px 3px #001E2D0F;
	font-family: 'Lato';
}


/* .breadcrumb-item {
    display: inline;
    position: relative;
    color: #000;
    font-weight: 400 !important;
    text-transform: uppercase;
    font-size: 18px;
	
} */

.breadcrumb-item + .breadcrumb-item::before {
   content: '';
	/*margin: 0 0.5rem; */
	margin: 0 10px;
    color: #6c757d;
    font-weight: bold;
    width: 8px;
    height: 8px;
    background: #242A2D;
/*     margin-top: 10px; */
    rotate: 136deg;
}

/* Adjust breadcrumb links */
.breadcrumb-item a {
    text-decoration: none; /* Remove underline from links */
    color: #000; /* Bootstrap link color */
}

.breadcrumb-item.active {
    color: #000; /* Color for the active item */
}
.breadcrumb-item+.breadcrumb-item {
    padding-left: 0;
}
.breadcrumb-item+.breadcrumb-item::before{
	padding-right: 0;
}
.ml-3{
	margin-left:10px;
}
.num_iocn {
    color: #0094DA;
    font-weight: 600;
    font-size: 23px;
    line-height: 41px;
}
.about_icon_with .elementor-icon-box-title {
    border: 2px solid #0094DA;
    border-bottom: 0;
    border-radius: 26px;
    padding: 65px 47px 35px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin: 0px 18px
}
.about_icon_with .elementor-icon-box-description {
	background: #0094DA;
    border-bottom-left-radius: 26px;
    border-bottom-right-radius: 26px;
	    padding: 17px 14px;
}

.about_icon_with .elementor-icon-box-icon{
	position: absolute;
    width: 100%;
    top: -22px;
}
.border1{
	border: 1px solid #0094da38;
}

.filtr-container{
	margin-top: 30px !important;
}

html .simplefilter_1889 li {
    background-color: #F2F2F2;
    color: #000;
      padding: 10px 21px !important;
    border: 1px solid #C1C1C1;
    border-radius: 40px;
    font-family: 'Manrope';
    font-size: 14px;
    font-weight: 500 !important;
    margin-left: 10px;
}
html .simplefilter_1889 li.active {
    background-color: #F7FBFE !important;
    color: #0094DA !important;
    border-color: #0094DA;
}

html .simplefilter_1889 li:hover {
    background-color: #F7FBFE !important;
    color: #0094DA !important;
    border-color: #0094DA;
}

.filtr-item img {
    transition: all .2s !important;
    border-radius: 24px;
}
.form-icon{
	display:none;
}

div.themedraft-contact-form-container input {
    border: 1px solid #00000029 !important;
    padding: 14px;
    border-radius: 8px;
}
.themedraft-contact-form-container button[type="submit"]{
	    margin-top: 0;
}
div.themedraft-contact-form-container textarea {
    background-color: transparent;
    border-bottom: 2px solid;
    border-color: #9fc07f;
    border-radius: 8px;
    font-weight: 500;
    border: 1px solid #d6d6d6 !important;
    padding: 19px;
}
.themedraft-contact-form-container form select {
    height: 60px;
    margin-bottom: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 15px;
    padding-left: 0;
    border: 1px solid #d6d6d6 !important;
}

.product_btn .elementor-button-wrapper{
	position: absolute;
    width: 100%;
    bottom: -7px;
}
.product_img{
	cursor:pointer;
}
.product_img:hover + .product_btn .elementor-button-wrapper {
	
    position: absolute;
    width: 100%;
    bottom: 32px !important;
	transition:0.5s;
}
.product_img{
	overflow:hidden;
	
}
.product_img img{
	 transition: transform 0.3s ease;
}

.product_img img:hover{
	transform:scale(1.1);
}



.product_btn .elementor-button-wrapper:hover {
    position: absolute;
    width: 100%;
    bottom: 32px !important;
	transition:0.5s;
}
.product_list {
    border-radius: 16px;
	background: #F8F8F8;
	width:100%;
	margin-bottom:26px;
}

.product_list img{
    border-radius: 25px;
	border-bottom: 0;
}
.product_list .card-body {
    padding: 20px;
}

.product_list .card-title {
	    margin-bottom: 0 !important;
    font-weight: 600;
}

.product-image-wrapper {
    position: relative;
    overflow: hidden;
	
    background: #fff;
    border-radius: 12px;
    margin: 16px 16px 0 16px;
}

.product-hover-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #e7f5ff8a; /* Black background with opacity */
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
/*     transition: opacity 0.3s ease-in-out;  */
    z-index: 1;
	border-radius: 12px;
	 border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.product-image-wrapper:hover .product-hover-overlay {
    opacity: 1; /* Show overlay on hover */
}

.icon-overlay {
    color: white;
    font-size: 2rem;
    text-decoration: none;
    transition: transform 0.3s ease-in-out;
}

.icon-overlay:hover {
    color: #f39c12; /* Change icon color on hover */
    transform: scale(1.1); /* Slight zoom effect on icon hover */
}

.card-img-top {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: transform 0.3s ease-in-out; /* Smooth zoom effect */
}

.product-image-wrapper:hover .card-img-top {
    transform: scale(1); /* Slight zoom effect on image hover */
}
.bg_icon{
	    background: #fff;
    padding: 15px;
    color: #000;
    border-radius: 33px;
    transform: rotate(320deg);
}
.bg_icon:hover{
	  background: #0094da;
	color:#fff !important;
	transition:0.5s;
}
.product_meta{
	    display: grid;
}
h5.pro_desc {
    color: #0094DA;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 6px;
	text-transform: uppercase !important;
}

.carousel-control-next, .carousel-control-prev{
	    color: #000 !important;
}
.pro_icon {
    background: #0094da;
    color: #fff;
    padding: 8px 13px;
    border-radius: 37px;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    border: 1px solid #e3e4e4 !important;
    border-radius: 25px;
}
.carousel-control-next, .carousel-control-prev{
	    opacity: 1 !important;
	    margin: -50px;
}
.product_details{
	    margin-top: 120px !important;
}
.breadcrumb-separator{
	    font-size: 45px;
    margin: -2px 0.3rem;
    color: #6c757d;
    font-weight: bold;
}
.breadcrumb_single{
	  list-style: none;
    padding: 0;
    margin: 0;
    justify-content: left !important;
    position: relative !important;
    display: flex !important;
    top: 90px !important;
    background: #fff;
    padding: 17px 30px !important;
    border-radius: 48px !important;
    box-shadow: none !important;
}
.woocommerce-variation-add-to-cart{
	display:none !important;
}
.variations_form .variations {
    border: 0;
    margin-bottom: 0;
}

/* 
.variations_form .variations th, table td {
    border-top: 0px solid;
    border-right: 0px solid;
    text-align: center;
    padding: 0px;
    border-color: #223645;
    font-size: 18px;
    margin-bottom: 6px;
    text-transform: capitalize;
    color: #009ce4;
    font-family: 'Lato';
} */
.accordion-body h2{
	display:none;
}
.accordion-button:not(.collapsed) {
	color: #fff;
    background-color: #0094da;
    font-family: 'Manrope';
    font-weight: 500;
    font-size: 16px;
    padding: 11px 13px;
}
.accordion-button::after{
	display:none;
}
.accordion-body {
    padding: 13px 20px;
    font-size: 16px;
    font-family: 'Manrope';
    font-weight: 500;
}
.accordion-body p{
	margin-bottom:0 !important;
}

.accordion-button .fa-chevron-down {
    transition: transform 0.3s ease; /* Adjust duration and easing as desired */
}
.accordion-button:not(.collapsed) .fa-chevron-down{
	transform: rotate(180deg);
}
.post-thumbnail-wrapper{
	 width: 50%;
}
.single-post-wrapper {
    background-color: #fff;
    display: flex;
}
.single-post-wrapper .post-content-wrapper{
	 width: 50%;
	 padding: 16px 20px 50px 20px;
}
.comment-number{
	display:none;
}
article .post-title {
    margin-top: 0;
    font-size: 23px;
    line-height: 32px;
    font-weight: 700;
    word-break: break-word;
    margin-bottom: 10px;
}
.post-read-more {
    margin-top: 13px;
}
.td-button{
	background-color: #f0f8ff00 !important;
    padding: 0;
    border: 0;
    color: #0094da;
    font-weight: 400;
}
.cat-links{
	display:none;
}
.td-button i{
	display:none;
}
.single-post .banner-area{
	    display: none;
}
/* .banner-area{
	    background-color: #15213300;
} */



/* .banner-area {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 350px;
    background-color: #15213300;
    background-image: linear-gradient(rgba(51, 51, 51, 0), rgba(21, 33, 51, 0)), url(https://oreva.com/oreva/wp-content/uploads/2024/10/Header-With-Bg.png);
} */

.sidebar-widget-area .widget.widget_block {
    padding: 00px 00px;
    background: #fff !important;
}

.wp-block-search .wp-block-search__input {
    margin-bottom: 0;
    max-width: 100%;
    border-color: #cccccc;
    border-radius: 63px;
    padding: 12px 14px;
    font-size: 16px;
    color: #ffffff;
}

.sidebar-widget-area .widget {
    margin-bottom: 0px;
    padding: 29px 0px;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
}

.sidebar-widget-area .widget-title {
    color: #000;
    font-size: 24px;
     padding: 13px 0px 12px 0px;
    margin: 0;
    font-weight: 700;
    text-transform: capitalize;
    background: #fff !important;
    border-bottom: 1px solid #ececec;
}

.wp-block-tag-cloud a:hover {
    color: #ffffff;
    background-color: #0094da !important;
}

.td-recent-widget-date .posted-on, .td-recent-widget-date .posted-on a {
    font-weight: 500;
    font-size: 15px;
    color: #000 !important;
}

.sidebar-widget-area .widget.widget_block h2 {
    font-size: 22px;
    color: #000;
    padding: 13px 0px 12px 0px;
    margin: 0;
    font-weight: 700;
    background: #fff !important;
	    margin-bottom: 30px;
}


.wp-block-search button.wp-block-search__button:before {
    color: #ececec;
}

.widget button[type="submit"].wp-block-search__button {
    border-color: transparent;
    color: #ffffff;
    background: #ffffff00 !important;
    margin-top: -26px;
}
.main-navigation ul li:hover > ul {
    opacity: 1;
    visibility: visible;
    border-radius: 20px;
    background: #fff;
	box-shadow: 0 0 7px 0px #001f2e1f;
	padding: 0px 20px;
}
.main-navigation ul ul li a {
    color: #000;
    border-bottom: 1px solid #ede9e9;
}

/* a:hover {
    color: #0094da !important;
} */
.main-navigation ul ul li:last-child a {
    border-bottom: none; /* Removes the border from the last child */
}
.blog_cat{
	background-image: url(https://oreva.com/oreva/wp-content/uploads/2024/10/Header-With-Bg.png);
    padding: 161px 0px 44px 0px !important;
    background-position: center center;
    background-repeat: repeat;
    background-size: cover;
}

.pd-100{
	padding-top:100px;
}
.w-40{
	width:40%;
}
/* .blog_custom img{
	border-radius:16px !important; 
} */

/* .blog_custom .card-text {
    margin-bottom: 8px;
    font-size: 18px;
    color: #212529;
    font-family: 'Manrope';
    font-weight: 400 !important;
} */
.learn_more{
	    font-size: 16px !important;
}


/* .blog_custom .card-title a {
    font-weight: 700 !important;
    font-size: 24px !important;
    font-family: 'Manrope';
    line-height: 34px;
}
 */


.w-60{
	width:60%;
}
.pd-60{
	padding-top:60px;
	padding-bottom:50px;
}
.single-post img{
	border-radius:16px !important;
}
.text-muted {
    color: #797D81 !important;
    font-size: 16px;
}
.recent-posts-widget img{
	border-radius:8px !important;
}
.c-media{
	gap: 10px;
}
/* h3.widget-title {
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 15px;
} */
/*.w-30{
	width:30%;
}
 */
.pb-80{
	padding-bottom:100px;
}
.tag-cloud a{
	    border: 1px solid #242A2D33;
    padding: 2px 20px;
    border-radius: 28px;
    margin: 6px 2px;
    font-size: 14px;
}
.categories-widget a{
	color:#797D81 !important;
	font-size:18px;
}

/* .recent-post-title a {
    color: #000 !important;
    margin: 0px 0px 4px 0px !important;
    display: block;
    font-weight: 600 !important;
    font-size: 18px;
	    line-height: 24px;
} */

.w-70{
	width:70%;
}

.main-navigation ul li a{
	color:#0094da !important;
}

.main-navigation ul li a:hover{
	color:#000 !important;
}
span.woocommerce-Price-amount.amount {
    display: none !important;
}
/* .blog_section img{
	border-radius:16px !important;
} */

/* Add right arrow for menu items with submenus */
.sub-menu .menu-item-has-children > a::after {
    content: '\276F'; /* Unicode for right arrow */
    float: right;
    margin-left: 10px;
}

/* Optional: Customize the arrow style */
.sub-menu .menu-item-has-children > a::after {
    font-size: 12px;
    color: #0094DA; /* Change the arrow color */
	    transform: rotate(0deg);
}


/* Add down arrow for menu items with children */
/* .menu-item-has-children > a::after {
    content: '\276F';
    margin-left: 10px;
    font-size: 0.8em;
    color: #0094DA;
    display: inline-block;
    vertical-align: middle;
    transform: rotate(93deg);
} */

/* Optional: Change arrow color on hover */
.menu-item-has-children:hover > a::after {
    color: #007bff; /* Change arrow color on hover */
}

/* Ensure sub-menus are visible on hover */
.menu-item-has-children:hover > .sub-menu {
    display: block;
}

.scroll_page{
	height:750px;
	overflow:auto;
	scroll-behavior: smooth;
}

.scroll_page::-webkit-scrollbar {
    display: none; /* Hide scrollbar */
}

h3{
	line-height:40px !important;
}

.shadow_card{
	box-shadow: 0 0 10px 2px #e9e6e68c !important;
    border-radius: 18px  !important;
	display: flex;
    height: 100%;
}

.themedraft-contact-form-container button[type="submit"] {
    margin-top: 0;
    background-color: #0094DA !important;
}
.themedraft-contact-form-container button[type="submit"]:hover {
    margin-top: 0;
    background-color: #000 !important;
}
::placeholder{
	color:#b9b5b5 !important;
	font-size:16px;
}
div#review_form_wrapper .form-submit button[type="submit"]{
	color:#000 !important;
}
.product_btn .elementor-button-link{
	width:90%;
	    padding: 18px 0px 18px 0px !important;
}
	.product_meta span.posted_in {
    text-transform: capitalize;
    display: none !important;
}
/* .table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6;
    font-size: 14px;
} */
.product_meta span.tagged_as{
	display:none;
}

.header-top-social-icon .top-info-item {
    padding-left: 0px;
    margin-left: 0px;
    position: relative;
    text-align: center;
}

.contact_form ::placeholder{
	color:#B9B5B5 !important;
}

.header-search-wrapper{
	background-color: #01010185 !important;
}

.product-gallery-thumbnails img {
    width: 102px !important;
    height: auto;
    cursor: pointer;
    transition: transform 0.3s ease;
    border: 1px solid #e3e4e4;
    border-radius: 10px;
    padding: 12px;
}

.product-gallery-thumbnails img:hover {
    transform: scale(1.1); /* Zoom effect on hover */
}

#product-carousel {
    margin-bottom: 20px; /* Spacing between carousel and thumbnails */
}

.partner_iocn {
    background-color: #0094DA !important;
    display: block;
    width: 45px;
    padding: 8px;
    height: 45px;
    vertical-align: middle;
    line-height: normal;
    border-radius: 6px;
}
.partner_box .elementor-element-populated:hover{
	background-color: #0094DA !important;
	transition:0.5s;
}

.partner_box .elementor-element-populated:hover h4{
	color:#fff !important;
}
.partner_box .elementor-element-populated:hover p{
	color:#fff !important;
}
.partner_box .elementor-element-populated:hover .partner_iocn{
	background-color: #fff !important;
}

.partner_box .elementor-element-populated:hover path{
	    fill: #0094da;
}


.width_setpro{
	height:300px;
	display:flex;
}
.ligh_product .elementskit-info-box-icon {
	height:330px;
	display:flex !important;
}

/* .pro_detil_title {
     font-size: 28px !important;
    font-weight: 600 !important;
    font-family: 'Manrope' !important;
} */
/* .woocommerce_product_description h3 {
    color: #0094DA !important;
    font-size: 28px;
    font-family: 'Manrope' !important;
} */


/* .specification_table {
  border: 0 !important;
    width: 100%;
    font-size: 18px !important;
    margin: 20px 0px 0px 0px;
}


.specification_table th {
    border-top: 0px solid !important;
    border-right: 0px solid !important;
    text-align: left;
    padding: 0 0px 10px 0;
	width:23%;
	vertical-align:top;
}

.specification_table td {
     border-top: 0px solid !important;
    border-right: 0px solid !important;
    text-align: left;
    font-weight: 400;
    color: #000;
	font-family: 'Manrope';
	 padding: 0 0px 10px 0;
	width:82%;
} */

/* .relted_title{
	margin-bottom:30px;
}
.fetures_table{
	border: 0 !important;
    width: 100%;
    font-size: 18px !important;
      margin: 0px 0px 0px 0px;
    background: #F8F8F8;

	 border-collapse: collapse;
}

.fetures_table th {
    border-top: 0px solid !important;
    border-right: 0px solid !important;
    text-align: left;
    padding: 0 0px 14px 0;
	    width: 50%;
}

.fetures_table td {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    text-align: left;
    font-weight: 400;
    color: #000;
    width: 50%;
    padding: 15px 11px;
} */

.pro_list{
	background: #f8f8f8;
    padding: 15px 10px;
    display: block;
    margin-top: 5px;
}

.pro_list .fetures_table {
    border: 0 !important;
    width: 100%;
    font-size: 18px !important;
    margin: 0px 0px 0px 0px;
    background: #F8F8F8;
    border-collapse: collapse;
}

html .pro_list_iocn{
	width:38px !important;
}

.pro_list .fetures_table tbody {
    padding: 15px 15px;
}

.specification_table.spe_pro_list td {
   width: auto !important;
    padding-bottom: 25px;
	
}

.specification_table.spe_pro_list {
 margin: 28px 0px 0px 0px;
}


/* .flex_me span{
    display: flex;
    align-items: center;
    gap: 20px;
    line-height: 25.6px;
    font-size: 16px;
    font-weight: 400 !important;
    font-family: 'Manrope';
    font-weight: 500;
}
 */

.pro_list td {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    text-align: left;
    font-weight: 400;
    color: #000;
     width: 33.33%;
    padding: 15px 11px;
}
.width_set{
	  
}

/* Remove bottom border from the last row */
.fetures_table tr:last-child td {
    border-bottom: none;
}

/* Remove right border from the last column */
.fetures_table td:last-child {
    border-right: none;
}

.fetures_table tbody {
    padding: 15px 15px;
}

/* .flex_me{
	    display: flex;
    align-items: center;
    gap: 20px;
    line-height: 25.6px;
    font-size: 16px;
    font-weight: 400;
	    font-family: 'Manrope';
}
i.cir_css {
    color: #93D7F6;
    border: 6px solid #E3F6FF;
    border-radius: 43px;
    font-size: 18px;
} */

.breadcrumb-separator{
/* 	    line-height: 0 !important; */
    vertical-align: middle !important;
}
.product_detials .variations_form {
	margin-top: 0 !important;
	margin-bottom:0 !important;
}
.product_detials .variations td.value:before{
	display:none !important; 
}

.product_detials .woo-variation-items-wrapper{
	    line-height: 0 !important;
	    margin-bottom: 0;
}
.product_detials .variations {
	margin-bottom:0 !important;
}
/* .product_detials .woolentor-product-video-tabs{
	    height: 490px;
    overflow: auto;
} */
.product_detials .wl-thumbnails-image-area{
	display:flex;
	align-items: flex-start;
}

.flex{
	display:flex;
}
.mr-16{
	    margin: 16px 16px 0 16px !important;
}

#led_spot .elementor-image-box-content{
	    padding: 0px 9px;
}

.woocommerce div.product div.images{
	margin-bottom:0 !important;
}
.woocommerce div.product div.images img {
    display: block;
    width: 100%;
    height: auto;
    box-shadow: none;
    background: #f8f8f8;
}
.nslick-vertical i.btn-next.thumb_arrow {
   bottom: 7px;
    right: auto;
    width: 94% !important;
    background: #0094da3b !important;
    transform: rotateZ(0deg) !important;
    border: 1px solid #0094da !important;
    height: 29px !important;
}

li.product_thumbnail_item img {
    background: #f8f8f8 !important;
	margin-bottom: 7px;
}
	


.dashicons-arrow-right-alt2:before {
          content: "\f345";
    color: #0094da !important;
    display: block !important;
    transform: rotate(90deg) !important;
    margin-top: 5px;
    font-size: 20px;
}

.nslick-vertical i.btn-prev.thumb_arrow {
    left: 42%;
    display: none !important;
}

@media(max-width:768px){
/* 	.woocommerce_product_description h3 {
			font-size: 24px !important;
		} */
	i.thumb_arrow{
		display:none !important;
	}
	.product_thumbnail_item{
		
	}
	li.product_thumbnail_item img{
		margin-bottom:0 !important;
	}
	.pro_detil_title{
		font-size: 24px !important;
	}
	
	 html .product-specs p {
        font-size: 15px !important;
        gap: 2;
        margin-bottom: 12px !important;
    }
	
	    .woo-variation-product-gallery {
			margin-bottom: 0 !important;
		}
	
	.woolentor-product-video-tabs li{
		    display: block;
			padding: 0 5px;
			width: 25%;
			cursor: pointer;
			float: left;
			margin-bottom: 10px;
			width: 65px !important;
			padding: 8px 10px 0px 0px !important;
	}
	
	.related-products .flex{
		padding: 0 !important;
	}
	
	  html .product_detials .woolentor-product-video-tabs {
        height: auto;
        overflow: auto !important;
		display: flex;
        width: 100% !important;
    }
	
	.relted_title{
		margin-bottom:20px;
	}
	
	.row > [class*='col-'] {
     padding: 10px;
}
/* 	.fetures_table td {
		border-bottom: 1px solid #ddd;
		border-right: 0px solid #ddd;
		text-align: left;
		font-weight: 400;
		color: #000;
		width: 100%;
		padding: 15px 11px;
		display: block;
	} */
	.product_detials .woolentor-product-video-tabs {
		
		height:auto !important;
	}
	
	.fetures_table tr:last-child td {
		border-bottom: 1px solid #ddd;
	}
	
	.specification_table {
		width: 100%;
	}
	
	
	.main-menu-area{
		position: initial;
	}
	
	.header_bg .row>[class*='col-'] {
		padding: 5px !important;
	}
	div.themedraft-contact-form-container input{
		margin-bottom:10px !important;
	}
	.header_bg{
		background:#fff !important;
		border-radius:16px;
	    box-shadow:none !important;
}
	.main-menu-area {
        padding: 0px 0 !important;;
    }
	.menu-item-has-children > a::after{
		display:none !important;
	}
	html .simplefilter_1889 li{
		    background-color: #F2F2F2;
		color: #000;
		padding: 9px 15px !important;
		border: 1px solid #C1C1C1;
		border-radius: 40px;
		font-family: 'Manrope';
		font-size: 14px;
		font-weight: 500 !important;
		margin-left: 5px;
	}
	.portfolio-wraper {
    margin-bottom: 20px;
    padding: 0px 0px 0 24px;
}
/* 	.breadcrumb-item a{
		font-size: 14px;
	}
	.breadcrumb-item {
		font-size: 13px;
	} */
	.header-top-area {
		background-color: #0094DA;
		padding: 20px 0 20px;
		display:none;
	}
	.uk-sticky .container {
        background: #fff;
        border-radius: 0;
        
    }
	.uk-sticky-fixed .container{
		padding: 9px 15px;
	}
	.logged-in.admin-bar .main-menu-area.uk-sticky.uk-sticky-fixed{
		padding-top:0 !important;
	}
	.width_set {
    height: 220px !important;
		
}

/* .product_thumbnail_item {
    width: 81px !important;
} */
	
.td-testimonial-one-item {
    padding: 20px;
}
	.main-navigation ul li ul li.current_page_ancestor > a{
		  color: #0094da !important;
	}

	.td-testimonial-one-author-image {
    height: 285px;
    width: 100%;
    left: auto;
    top: auto;
    border-radius: 0;
    overflow: hidden;
    position: relative;
    margin: 0px 0px 20px 0px;
    display: block;
    border-radius: 8px;
    object-fit: cover;
}
	
	.breadcrumb {
	    top: 57px;
}
	
	h3{
	line-height:30px !important;
}

.blog_custom .w-40{
    width:100%;
}
.blog_custom .w-60{
    width:100%;
}
	.blog_custom{
		display:block;
	}
	.pd-100 {
    	padding-top: 50px;
	}
	.pb-80 {
   	 padding-bottom: 50px;
	}
/* 	.blog_grid_sec .mb-4{
		margin-bottom:0 !important;
	} */
	 .single-post .breadcrumb {
        margin: 21px;
        font-size: 15px;
    }
	.single-post .pd-60{
		padding-top:40px !important;
	}
	.header-top-area .row.align-items-center{
		
	}
	.breadcrumb_single{
		    top: 0px !important;
	}
	.product_details {
		margin-top: 0px !important;
	}
	.mm-0{
		margin-bottom:0 !important;
		padding-bottom:0 !important;
		padding-top:0 !important;
	}
	.product-title{
		margin-bottom:0 !important;
	}
	.carousel-control-next, .carousel-control-prev{
	    opacity: 1 !important;
	    margin: -14px;
	}	
	.breadcrumb{
		top: 0 !important;
	}
	.page-title.h1.text-center {
    	font-weight: 900 !important;
        font-size: 24px;
        line-height: 34px;
		margin-bottom:18px;
	}
}



@media(min-width:769px) and (max-width:1024px){
	.td-testimonial-one-item {
    position: relative;
    background: #fff;
    padding: 38px 10px 20px 220px;
    border-radius: 16px;
}
	.td-testimonial-one-author-image{
		width: 22%;
	}
}

@media(min-width:1024px) and (max-width:1368px){
	.header-top-area {
		background-color: #0094DA;
		padding: 20px 0 50px;
	}

}

@media(max-width:1024px){
	   .header-top-area {
        background-color: #0094DA;
        padding: 20px 0 66px !important;
    }
	 .header-top-area {
        background-color: #0094DA;
        padding: 20px 0 40px;
    }
		.header_bg {
		background: #fff !important;
		border-radius: 16px;
		box-shadow: 0 0 9px 0px #001f2e1f;
		padding: 15px 40px;
	}
	.product_list .card-title {
		margin-bottom: 0 !important;
		font-weight: 600;
		font-size: 18px;
	}
}

table{
	table-layout:fixed;
}

@media (max-width: 768px) {
	.product_list {
		margin-bottom:0px;
	}
	table{
		    table-layout: auto;
	}
	   .header-top-area {
        	background-color: #0094DA;
        	padding: 20px 0 24px !important;
    	}
	    .header_bg {
			padding: 5px 10px;
   		 }
		.header-top-info {
			text-align: -webkit-center !important;;
		}
		.header-top-social-icon.text-left{
			text-align:center !important;
		}
		.breadcrumb{
				padding: 10px 24px !important;
		}
	
	.specification_table.spe_pro_list td {
		width: auto !important;
		padding-bottom: 18px;
		display: block;
	}
	
}

@media only screen and (max-width: 991px) {
	.header-top-info {
		text-align: -webkit-center !important;;
	}
	.header-top-social-icon.text-left{
		text-align:center !important;
	}
		.sub-menu li.current_page_item > a {
		color: #14bff3 !important
	}
}

@media (max-width: 1440px) {
	.product_list .card-title {
    	font-size: 18px !important;
	}
}

.fomt-cont {
    padding: 12px 13px !important;
    line-height: normal;
    background: #fff !important;
    margin-bottom: 13px !important;
}
.text-area{
	 background: #fff !important;
}

.select_part {
    background: #fff !important;
    border-radius: 8px !important;
    padding: 3px 13px !important;
    height: 50px !important;
    margin-bottom: 13px !important;
    font-size: 15px !important;
}
::placeholder{
	font-size:15px !important;
}
.td-form-control-wrapper p{
	margin-bottom:7px !important;
}
.check_box label{
	display: flex;
    align-items: baseline;
}

.check_box input{
	width: 21px !important;
}
.check_box input span{
	padding-left:20px !important;
}
.check_box .wpcf7-list-item-label{
	color:#000 !important;
	padding-left:10px !important;
}

.footer-widget-area a:hover {
    color: #0094da !important;
}

/* .header-top-area {
    position: fixed !important;
    width: 100% !important;;
} */
.widget-contact-info-list li {
    position: relative;
    padding-left: 30px !important;
    transition: .3s;
    padding-bottom: 16px !important;
}
.widget-contact-info-list li i:hover{
	    background: #0094da;
    border-color: #0094da;
}

.footer_logo img{
	width:74% !important;
}

/* .footer-widget-area .widget-title, .footer-widget-area .widget_block h2{
	margin-bottom:20px !important;
} */

.footer-social-icon li a {
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    display: block;
    margin-right: 5px;
    background-color: #fff0;
    color: #fff;
    border: 1px solid;
    font-size: 14px;
}
.mt-2_2{
	    margin-top: 8px !important;
}

.hover-animation1 {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 20px;
	    height: 100% !important;
}
.hover-animation1 a{
	display:block !important;
}

.hover-animation1 img {
  width: 100%;
  transition: opacity 0.5s ease-in-out; /* Smooth transition */
}

.image-back1{
    position: absolute;
}
.image-front1 {
    position: relative;
  opacity: 0; /* Initially hide the second image */
}

.hover-animation1:hover .image-front1 {
  opacity: 1;
}

.footer-bottom-area a {
    color: #12bfff !important;
    font-weight: 500;
}




.woolentor-product-video-tabs::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.woolentor-product-video-tabs::-webkit-scrollbar
{
	width: 4px;
	background-color: #F5F5F5;
}

.woolentor-product-video-tabs::-webkit-scrollbar-thumb
{
	background-color: #0094DA;
}

.table_design::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

.table_design::-webkit-scrollbar
{
	height: 4px;
	background-color: #F5F5F5;
}

.table_design::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.3);
	background-color: #0094DA;
}

/* .table_div{
	background: #f8f8f8;
    padding: 15px;
    display: block;
    margin-top: 15px;
} */

// product details page hove animation start
.details_img .woolentor-product-gallery-video {
    position: relative;
    background: #F8F8F8;
    border: 1px solid #e6e6e6;
}

.details_img .woolentor-product-video-tabs li a {
    position: relative;
    display: block;
	background: #F8F8F8 !important;
    border: 1px solid #e6e6e6;
}
.details_img .box_imgs .elementskit-info-box-icon:hover {
	   background: #e7f5ff8a !important;
    transition: 0.5s;
}
/* .details_img .product-image-wrapper:hover .card-img-top {
    transform: scale(0) !important;
} */
.details_img .video-cus-tab-pane.htactive{
	background: #F8F8F8 !important;
}

.images.nickx_product_images_with_video .vertical-img-left.nickx-slider-for {
    width: 79%;
    float: right;
    margin-left: 0% !important;
    background: #f8f8f8 !important;
}

// product details page hove animation end

