@charset "UTF-8";

/* Table of Content
==================================================
1.	Typography
2.  Global Styles (body, link color, gap, ul, section-title, overlay etc)
3.  Header area
4.	Banner area


*/


/* Typography
================================================== */

:root {
    --md-primary-color: #A51828;
}

body {
    font-family: "Open Sans", sans-serif;
    line-height: 26px;
    font-size: 15px;
    color: #666666;
    font-weight: 400;
    border: 0;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6,
.post .entry-header .entry-title {
    color: #2c2c2c;
    font-family: "ZCOOL XiaoWei", sans-serif;
}

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

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

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

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

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

h6 {
    font-size: 18px;
    line-height: 24px;
}


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

iframe {
    border: none;
}

a:focus,
a:active,
input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active {
    -moz-outline: none;
    outline: none;
}

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

a {
    color: var(--md-primary-color);
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}

a:hover {
    text-decoration: none;
    color: var(--md-primary-color);
}

a.read-more {
    color: var(--md-primary-color);
    font-weight: 700;
}

a.read-more:hover {
    color: #222;
}

.no-padding {
    padding: 0;
}

.p-60 {
    padding: 60px 0;
}

.p-100 {
    padding: 100px 0 !important;
}

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

.gap-60 {
    clear: both;
    height: 60px;
}

.gap-50 {
    clear: both;
    height: 50px;
}

.gap-40 {
    clear: both;
    height: 40px;
}

.gap-30 {
    clear: both;
    height: 30px;
}

.gap-20 {
    clear: both;
    height: 20px;
}

.gap-10 {
    clear: both;
    height: 10px;
}

.mb-25 {
    margin-bottom: 25px;
}

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

.mb-50 {
    margin-bottom: 50px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mb-110 {
    margin-bottom: 110px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-35 {
    margin-top: 35px;
}

.mrb-30 {
    margin-bottom: 30px;
}

.mrb-80 {
    margin-bottom: -80px;
}

.mr-70 {
    margin-right: 70px;
}

.mr-80 {
    margin-right: 80px;
}

.mr-100 {
    margin-right: 100px;
}

.ml-70 {
    margin-left: 70px;
}

.mr-70 {
    margin-right: 70px;
}

.mr-80 {
    margin-right: 80px;
}

.mr-100 {
    margin-right: 100px;
}

.mrt-0 {
    margin-top: 0 !important;
}

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

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

.pab {
    padding-bottom: 0;
}

a:focus {
    outline: 0;
}

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

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

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


/* Dropcap */

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

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    font-size: 14px;
    line-height: 1.5;
    text-transform: uppercase;
    border-radius: 0px;
    padding: 12px 27px;
    font-weight: 700;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}

.btn i {
    margin-left: 10px;
}

.btn-primary {
    background: var(--md-primary-color);
    color: #fff;
    border: 1px solid var(--md-primary-color);
    -webkit-box-shadow: 5px 5px 0px 0px rgba(188, 144, 107, 0.3);
    box-shadow: 5px 5px 0px 0px rgba(188, 144, 107, 0.3);
    margin-right: 5px;
}

.btn-primary:hover {
    background: #222222;
    color: #fff;
    border-color: #222222;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-solid {
    display: block;
    width: 100%;
    -webkit-box-shadow: 0px 15px 25px 0px rgba(188, 144, 107, 0.3);
    box-shadow: 0px 15px 25px 0px rgba(188, 144, 107, 0.3);
}

.btn-solid:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control,
.wpcf7-form-control {
    height: 50px;
    font-size: 14px;
    line-height: 28px;
    padding: 0 25px;
    border-radius: 0;
}

.form-control:focus,
.wpcf7-form-control:focus {
    border-color: var(--md-primary-color);
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}


/* Title*/

.ts-section-title .title-border {
    position: relative;
}

.ts-section-title .title-border:after {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    height: 3px;
    width: 40px;
    background: black;
    content: "";
    bottom: 0%;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.ts-section-title .section-title {
    margin-bottom: 20px;
    text-align: center;
    font-size: 54px;
    font-weight: 400;
    font-family: "Cookie", cursive;
}

.ts-section-title .section-title span {
    color: #2c2c2c;
    margin-bottom: 15px;
}

.ts-section-title .title-bold {
    font-size: 64px;
}

.ts-section-title i {
    display: block;
}

.ts-section-title i.icon {
    font-size: 25px;
    color: #c4c4c4;
}

.ts-section-title.title-left .title-border:after {
    right: auto;
}

.ts-section-title.title-right .title-border:after {
    left: auto;
}

.title-bar span {
    display: inline-block;
    background: var(--md-primary-color);
}

.title-bar span.title-left-bar,
.title-bar span.title-right-bar {
    width: 70px;
    height: 2px;
}

.title-bar span.title-middle-bar {
    width: 11px;
    height: 11px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    vertical-align: middle;
    margin: 0 25px;
}

.overlay {
    position: relative;
    z-index: 1;
}

.overlay:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, 0.68);
    z-index: -1;
}

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

.main-container.blog,
.main-container.blog-single {
    padding-bottom: 50px;
}

.owl-carousel .owl-dots {
    text-align: center;
}

.owl-carousel .owl-dots .owl-dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #6f6b6b;
    display: inline-block;
    opacity: 1;
    margin: 0 5px;
    opacity: 0.5;
}

.owl-carousel .owl-dots .owl-dot.active {
    border: 2px solid var(--md-primary-color);
    border-radius: 50%;
    width: 15px;
    height: 15px;
    background: transparent;
    position: relative;
    top: 5px;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 48px;
    color: #666666;
}

.owl-carousel .owl-nav .owl-prev {
    left: 30px;
}

.owl-carousel .owl-nav .owl-next {
    right: 30px;
}

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

.ts-overlay-style {
    position: relative;
}

.ts-overlay-style .item,
.ts-overlay-style.item {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    -webkit-backface-visibility: hidden;
    min-height: 260px;
}

.ts-overlay-style::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), to(rgba(0, 0, 0, 0.8)));
    background: -o-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.8) 100%);
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}

.ts-overlay-style:hover::before {
    background-color: rgba(0, 0, 0, 0.2);
}

.ts-overlay-style .post-content {
    padding: 20px 20px 18px;
    position: absolute;
    bottom: 0;
    z-index: 1;
}

.ts-overlay-style .post-title a {
    color: #fff;
}

.ts-overlay-style .post-meta-info li {
    color: #fff;
}

.ts-overlay-style .post-meta-info li a {
    color: #fff;
}

.ts-overlay-style .deliciko-rating .deliciko-review-percent span {
    color: #fff;
}

.ts-overlay-style .deliciko-rating .deliciko-review-percent span.total-avg {
    color: #fff;
}

.post-meta-info {
    padding: 0;
    margin: 0;
}

.post-meta-info li {
    font-size: 12px;
    display: inline-block;
    color: #222222;
    font-weight: 400;
    margin-right: 20px;
    padding-left: 10px;
    position: relative;
}

.post-meta-info li a {
    color: #222222;
}

.post-meta-info li a:hover {
    color: var(--md-primary-color);
}

.post-meta-info li i {
    margin-right: 6px;
    font-size: 12px;
    vertical-align: middle;
    font-weight: 700;
}

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

.post-meta-info li:before {
    position: absolute;
    left: 0;
    top: 2px;
    bottom: 0;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    background: var(--md-primary-color);
    content: "";
    margin: auto;
}


/*-------------------------
  preloader 
  ---------------------*/

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 99999999999999;
    overflow: hidden;
    background-image: -o-linear-gradient(70deg, var(--md-primary-color) 0%, #fe803b 100%);
    background-image: linear-gradient(20deg, var(--md-primary-color) 0%, #fe803b 100%);
    -webkit-transition: all 1.5s ease-out;
    -o-transition: all 1.5s ease-out;
    transition: all 1.5s ease-out;
}

#preloader.loaded {
    top: -200%;
}

#preloader.loaded .preloader-cancel-btn-wraper {
    bottom: 200%;
}

.preloader-cancel-btn-wraper {
    position: fixed;
    bottom: 0;
    right: 0;
    padding: 30px;
    -webkit-transition: all 1.5s ease-out;
    -o-transition: all 1.5s ease-out;
    transition: all 1.5s ease-out;
}

.preloader-cancel-btn-wraper .preloader-cancel-btn {
    border-radius: 36px;
    font-size: 11px;
    padding: 4px 23px;
    background: #000;
    color: #fff !important;
    cursor: pointer;
    height: 45px;
    line-height: 35px;
}

.spinner {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

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

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

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

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

.preloader-logo {
    max-width: 200px;
    width: 180px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


/* CUSTOM */

ul.products li.product .date-time {
    top: -20px;
    left: -20px;
}

.feature-tab-post-wrapper .feature-image .date-time {
    top: 0;
    left: 0;
}

.woocommerce-product-gallery .date-time {
    top: -20px;
    right: -20px;
}

.date-time {
    position: absolute;
    border-radius: 100%;
    width: 90px;
    height: 90px;
    background: var(--md-primary-color);
    border-radius: 50%;
    text-align: center;
    border: 7px solid #fff;
    padding: 0 20px;
    color: #fff;
    font-size: 16px;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.2em;
}

.elementor-65 .elementor-element.elementor-element-492082c .menu-block .inner-box .info h3, .elementor-65 .elementor-element.elementor-element-492082c .feature-tab-post-wrapper .feature-image .feature-price {
    font-size: 27px;
}

del {
    font-size: 18px;
    line-height: 1;
}
ins {
    font-size: 27px;
    line-height: 1;
    text-decoration: none;
}

/* END CUSTOM */


/**
 * Theme Name: Deliciko
 * Theme URI: https://themeforest.net/user/tripples/portfolio
 * Description: This is a skull theme which we use to develope new themes. textdomain: Deliciko, class: Deliciko, var: $Deliciko_, constants: DELICIKO_, function: deliciko
 *
 */


/* Table of Content
********************************
# Reset & Basics
# Basic
# Typography
# Links
# Buttons
# Menu
# Main Content
# Core WordPress
# Search
# Blog
# Widget
# Footer
# Resonsive
*/


/*===============================
   top bar
================================*/

.topbar {
    padding: 15px 0;
}

.topbar.b-bottom {
    border-bottom: 1px solid #ececec;
}

.topbar-transparent.b-bottom {
    border-bottom-color: rgba(255, 255, 255, 0.1);
}

.topbar-transparent .social-links li a {
    color: #fff;
}

.top-contact-info {
    padding: 0;
    margin: 0;
}

.top-contact-info li {
    list-style-type: none;
    color: #fff;
    font-size: 15px;
    margin-right: 50px;
    display: inline-block;
}

.top-contact-info li:last-child {
    margin-right: 0;
}

.top-contact-info li i {
    margin-right: 10px;
}

.social-links {
    padding: 0;
    margin: 0;
}

.social-links li {
    display: inline-block;
    list-style-type: none;
    padding-right: 15px;
    font-size: 15px;
}

.social-links li:last-child {
    padding-right: 0;
}

.social-links li a {
    color: #2c2c2c;
}

.social-links li a:hover {
    color: var(--md-primary-color);
}


/*==================================================
/* Header
================================================== */

.admin-bar .header-transparent {
    top: 30px;
}

.header .navbar-container .navbar-light {
    padding: 0px;
}

.header .navbar-container .navbar-light .main-menu>li {
    padding: 0 24px;
    position: relative;
}

.header .navbar-container .navbar-light .main-menu>li>a {
    font-weight: 700;
    line-height: 95px;
    position: relative;
    padding: 0;
}

.header .navbar-container .navbar-light .main-menu>li>a:before {
    position: absolute;
    right: -24px;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    background: #2c2c2c;
    top: 0;
    bottom: 0;
    margin: auto;
}

.header .navbar-container .navbar-light .main-menu>li:last-child>a:before {
    display: none;
}

.header .navbar-container .navbar-light .main-menu li a {
    font-weight: 700;
    color: #2c2c2c;
    text-transform: uppercase;
    font-size: 14px;
}

.header .navbar-container .navbar-light .main-menu li a:hover {
    color: var(--md-primary-color);
}

.header .navbar-container .navbar-light .main-menu li.active>a {
    color: var(--md-primary-color);
}

.header .navbar-container .navbar-light .main-menu li ul.dropdown-menu {
    padding: 10px 0px;
    min-width: 230px;
    border-radius: 0;
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
    border: none;
    -o-transition: all 500ms ease 0.4s ease;
    transition: all 500ms ease 0.4s ease;
    -webkit-transition: all 500ms ease 0.4s ease;
    -moz-transition: all 500ms ease 0.4s ease;
    -ms-transition: all 500ms ease 0.4s ease;
    margin: 0;
}

.header .navbar-container .navbar-light .main-menu li ul.dropdown-menu li a {
    font-size: 12px;
    border-top: 1px solid #eaeaea;
    line-height: 40px;
}

.header .navbar-container .navbar-light .main-menu li ul.dropdown-menu li:first-child>a {
    border-top: none;
}

.header .navbar-container .navbar-light .main-menu li ul.dropdown-menu li .dropdown-menu {
    left: 100%;
    top: 0;
}

@media (max-width: 991px) {
    .header .navbar-container .navbar-light .main-menu li ul.dropdown-menu li .dropdown-menu {
        padding-left: 20px;
    }
}

.header .navbar-container .navbar-light .main-menu li ul.dropdown-menu li .dropdown-item.active,
.header .navbar-container .navbar-light .main-menu li ul.dropdown-menu li .dropdown-item:hover {
    background: transparent;
}

.header .navbar-container .navbar-light .main-menu li ul.dropdown-menu li.dropdown {
    position: relative;
}

.header .navbar-container .navbar-light .main-menu li ul.dropdown-menu li.dropdown:after {
    content: "";
    font-family: "fontawesome";
    border: 0;
    vertical-align: 0;
    position: absolute;
    right: 10px;
    top: 13px;
}

@media (min-width: 991px) {
    .header .navbar-container .navbar-light .main-menu li ul.dropdown-menu li.dropdown::after {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
}

@media (min-width: 992px) {
    .header .navbar-container .navbar-light .main-menu li:hover>.dropdown-menu {
        display: block;
    }
}

.header .navbar-container .navbar-light .header-book-btn {
    padding-left: 35px;
}

.header .navbar-container .navbar-light .dropdown-toggle::after {
    content: "";
    font-family: "fontawesome";
    border: 0;
    vertical-align: 0;
    float: right;
}

.header .navbar-container .navbar-light .navbar-brand {
    padding: 0;
}

.header-nav-right-info {
    list-style-type: none;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 0;
}

.header-nav-right-info li {
    display: inline-block;
    font-size: 14px;
    position: relative;
}

.header-nav-right-info .header-contact-info span {
    display: block;
    font-weight: 700;
    font-size: 20px;
}

.header-transparent {
    display: block;
    clear: both;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.header-transparent .logo-area {
    float: left;
}

.header-transparent .logo-area .logo {
    background: #fff;
    max-width: 140px;
    padding: 15px;
    display: inline-block;
    line-height: inherit;
    white-space: nowrap;
}

.header-transparent .navbar-container .navbar-light .main-menu>li>a {
    color: #fff;
}

.header-transparent .navbar-container .navbar-light .main-menu>li>a:before {
    background: #fff;
}

.header-transparent .header-nav-right-info li {
    color: #fff;
}

.header-transparent .header-nav-right-info li.header-contact-info {
    padding-left: 30px;
    font-weight: 400;
}

.header-transparent .header-nav-right-info li.header-contact-info:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 80%;
    content: "";
    background: #3a3530;
    bottom: 0;
    margin: auto;
}

.header-transparent.header .navbar-container .navbar-light {
    padding-top: 25px;
}

.header-transparent .header-cart {
    padding-right: 15px;
}

.header-transparent .header-cart .cart-link a {
    color: #fff;
}

.header-standard .navbar-container .navbar-light .navbar-brand {
    margin-bottom: -25px;
    -webkit-box-shadow: 0px 5px 20px 0px rgba(7, 25, 60, 0.1);
    box-shadow: 0px 5px 20px 0px rgba(7, 25, 60, 0.1);
    position: relative;
    z-index: 11;
    background: #fff;
    max-width: 140px;
    padding: 15px;
    display: block;
}

.header-classic #primary-nav.justify-content-end {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.header-classic .navbar-container .navbar-light .navbar-toggler {
    margin: 15px 0;
}

.header-classic .navbar-container .navbar-light .main-menu>li {
    position: relative;
}

.header-classic .navbar-container .navbar-light .main-menu>li:before,
.header-classic .navbar-container .navbar-light .main-menu>li:after {
    position: absolute;
    right: 13px;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    background: #2c2c2c;
    bottom: 10px;
    margin: auto;
    left: -10px;
}

.header-classic .navbar-container .navbar-light .main-menu>li:after {
    left: 0;
    right: -26px;
}

.header-classic .navbar-container .navbar-light .main-menu>li:last-child>a:before {
    display: block;
}

.header-classic .navbar-container .navbar-light .main-menu>li>a {
    line-height: 66px;
}

.header-classic .navbar-container .navbar-light .main-menu>li>a:before {
    right: 0;
    left: 0;
    bottom: 10px;
    top: auto;
}

.header-classic .navbar-container .navbar-light .main-menu>li:before,
.header-classic .navbar-container .navbar-light .main-menu>li:after,
.header-classic .navbar-container .navbar-light .main-menu>li>a:before {
    opacity: 0;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.header-classic .navbar-container .navbar-light .main-menu>li:hover:before,
.header-classic .navbar-container .navbar-light .main-menu>li.active:before,
.header-classic .navbar-container .navbar-light .main-menu>li:hover:after,
.header-classic .navbar-container .navbar-light .main-menu>li.active:after,
.header-classic .navbar-container .navbar-light .main-menu>li:hover>a:before,
.header-classic .navbar-container .navbar-light .main-menu>li.active>a:before {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    background: var(--md-primary-color);
}

.nav-classic-transparent {
    padding: 35px 0;
}

.navbar-light .navbar-toggler {
    background-color: var(--md-primary-color);
}

.navbar-light .navbar-toggler .navbar-toggler-icon {
    background-image: none;
}

.navbar-light .navbar-toggler .navbar-toggler-icon i {
    font-size: 28px;
    color: #fff;
}

@media (min-width: 1200px) {
    .navbar-sticky {
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
    }
    .navbar-sticky.sticky {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 99;
        background: #fff;
        -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.03);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.03);
    }
    .navbar-sticky.sticky.header-transparent,
    .navbar-sticky.sticky.nav-classic-transparent {
        background: #000;
        padding: 0;
    }
    .navbar-sticky.sticky.header-transparent .logo-area,
    .navbar-sticky.sticky.nav-classic-transparent .logo-area {
        max-width: 89px;
    }
    .navbar-sticky.sticky.header-transparent .navbar-container .navbar-light,
    .navbar-sticky.sticky.nav-classic-transparent .navbar-container .navbar-light {
        padding-top: 0;
    }
    .navbar-sticky.sticky.header-transparent .navbar-container .navbar-light .navbar-brand,
    .navbar-sticky.sticky.nav-classic-transparent .navbar-container .navbar-light .navbar-brand {
        max-width: 75px;
    }
    .navbar-sticky.sticky.header-transparent .navbar-container .navbar-light .main-menu>li>a,
    .navbar-sticky.sticky.nav-classic-transparent .navbar-container .navbar-light .main-menu>li>a {
        line-height: 80px;
    }
    .navbar-sticky.sticky.fade_down_effect {
        -webkit-animation-name: fadeInDown;
        animation-name: fadeInDown;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-delay: 0.1s;
        animation-delay: 0.1s;
    }
}


/*========================================
      Main slider
===========================================*/

.hero-area .owl-dots {
    position: absolute;
    right: 50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.hero-area .owl-dots .owl-dot {
    display: block;
    margin: 10px 0px;
    opacity: 1;
}

.hero-area .owl-dots .owl-dot.active {
    top: 0;
    right: 5px;
}

.hero-area .owl-nav .owl-prev,
.hero-area .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 48px;
    color: #666666;
}

.hero-area .owl-nav .owl-prev {
    left: 30px;
}

.hero-area .owl-nav .owl-next {
    right: 30px;
}

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

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

.slider-item {
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    -webkit-backface-visibility: hidden;
    position: relative;
}

.slider-item:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(44, 44, 44, 0.6);
}

.slider-item .slider-content .slider-title {
    color: #fff;
    font-size: 100px;
    line-height: 110px;
    font-family: "ZCOOL XiaoWei", serif;
}

.slider-item .slider-content .slider-title span {
    display: block;
    font-size: 58px;
    font-family: "ZCOOL XiaoWei", serif;
}

.slider-item .slider-content .slider-info {
    position: relative;
    font-size: 18px;
    letter-spacing: 5.4px;
    font-weight: 400;
    color: #fff;
}

.slider-item .slider-content .slider-info .info-before-bar,
.slider-item .slider-content .slider-info .info-after-bar {
    width: 60px;
    display: inline-block;
    height: 1px;
    background: #FFF;
    vertical-align: middle;
    text-align: center;
}

.slider-item .slider-content .slider-info .info-before-bar {
    margin-right: 35px;
}

.slider-item .slider-content .slider-info .info-after-bar {
    margin-left: 35px;
}

.slider-item .slider-content .slider-btn-area .btn {
    -webkit-box-shadow: 5px 5px 0px 0px rgba(188, 144, 107, 0.3);
    box-shadow: 5px 5px 0px 0px rgba(188, 144, 107, 0.3);
}

.slider-item .slider-content .slider-btn-area .btn:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}


/* owl carousel home slider */

.owl-stage-outer .owl-item.active .slider-item .slider-content p.slider-info {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
    -webkit-animation-duration: 3.5s;
    animation-duration: 3.5s;
}

.owl-stage-outer .owl-item.active .slider-item .slider-content .slider-title {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.owl-stage-outer .owl-item.active .slider-item .slider-content .btn {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
    -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s;
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}


/***
====================================================================
 intro features
====================================================================
***/

.single-intro-text {
    position: relative;
    padding: 20px;
}

.single-intro-text i {
    font-size: 80px;
    color: var(--md-primary-color);
    display: inline-block;
}

.single-intro-text .intro-content {
    position: relative;
    z-index: 1;
}

.single-intro-text .intro-content:hover i {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-animation: bounce 0.4s ease-in-out 2 alternate;
    animation: bounce 0.4s ease-in-out 2 alternate;
}

.single-intro-text .ts-title {
    font-size: 36px;
    font-weight: 400;
}

.single-intro-text .ts-title span {
    color: var(--md-primary-color);
}

.single-intro-text .feature-bg span {
    font-size: 80px;
    color: #f7f7f7;
    position: absolute;
    right: 0;
    bottom: 0;
}

.intro-box-content .elementor-widget-container {
    overflow: hidden;
}

@-webkit-keyframes bounce {
    from {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    to {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}

@keyframes bounce {
    from {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    to {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}


/***

====================================================================
 Food Menu Section
====================================================================

***/

.menu-section {
    position: relative;
    padding: 33px 0px 70px;
}

.menu-section.style-two {
    background-size: cover;
    background-repeat: no-repeat;
}

.menu-section.style-two:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0, 0, 0, 0.55);
}

.menu-section.style-two .inner-box .info span {
    background: #080808;
    color: #ffffff;
}

.menu-section.style-two .inner-box .info span a {
    color: #ffffff;
}

.menu-section.style-two .inner-box .info .price {
    background: #080808;
    color: #ffffff;
    left: 2px;
}

.menu-section.style-two .inner-box .ingradien-text {
    color: #d1d1d1;
}

.menu-block {
    position: relative;
    margin-bottom: 50px;
}

.menu-block .inner-box {
    position: relative;
}

.menu-block .inner-box span.menu-tag {
    font-size: 11px;
    line-height: 22px;
    margin-bottom: 5px;
    background: var(--md-primary-color);
    padding: 0px 7px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
}

.menu-block .inner-box .info {
    position: relative;
    margin-bottom: 10px;
}

.menu-block .inner-box .info:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 20px;
    width: 100%;
    border: 1px dashed #e5e5e5;
}

.menu-block .inner-box .info h3 {
    position: relative;
    color: #232323;
    font-size: 16px;
    font-weight: 600;
    padding-right: 10px;
    letter-spacing: 1px;
    background-color: #ffffff;
    -webkit-margin-after: 0;
    margin-block-end: 0;
}

.menu-block .inner-box .info h3 a {
    position: relative;
    font-size: 18px;
    margin-right: 20px;
    font-weight: 600;
    color: #232323;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.menu-block .inner-box .info .price {
    position: relative;
    color: var(--md-primary-color);
    font-size: 30px;
    line-height: 36px;
    padding-left: 20px;
    background-color: #ffffff;
}

.menu-block .inner-box .info .price i {
    font-size: 28px;
}

.menu-block .inner-box .ingradien-text {
    position: relative;
    color: #616060;
    font-size: 14px;
    padding-right: 50px;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 0;
}

.menu-list-item {
    position: relative;
}

.menu-list-item .menu-block {
    margin-bottom: 30px;
}

.menu-list-item .menu-block .inner-box span.menu-tag {
    position: relative;
    top: 0;
    display: inline-block;
    color: #fff;
}

.menu-list-item .post-thumb {
    margin-right: 25px;
}

.menu-list-item .post-thumb img {
    width: 145px;
    display: block;
}

.menu-list-item.menu-list-style2 .menu-block {
    padding-bottom: 20px;
    border-bottom: 1px dashed #d9d9d9;
}

.menu-list-item.menu-list-style2 .menu-block .inner-box .info h3 {
    background: transparent;
}

.menu-list-item.menu-list-style2 .menu-block .inner-box .info:before {
    border: none;
}

.menu-list-item.menu-list-style2 .menu-block:last-of-type {
    padding-bottom: 0 !important;
    border: none !important;
    margin-bottom: 0 !important;
}


/***

====================================================================
 Food Menu feature-tab
====================================================================

***/

.ts-tab-menu .nav-menu-tabs {
    border-bottom: 1px solid #ddd;
    padding: 0px;
    text-align: center;
}

.ts-tab-menu .nav-menu-tabs li {
    margin-bottom: 14px;
    position: relative;
}

.ts-tab-menu .nav-menu-tabs li a {
    padding: 0px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    color: #2c2c2c;
    display: inline-block;
}

.ts-tab-menu .nav-menu-tabs li a i.icon {
    font-size: 40px;
    display: block;
    padding: 0px 45px;
    margin: 0px 20px 10px 20px;
}

.ts-tab-menu .nav-menu-tabs li a.active {
    color: var(--md-primary-color);
}

.ts-tab-menu .nav-menu-tabs li a.active:after {
    opacity: 1;
    visibility: visible;
}

.ts-tab-menu .nav-menu-tabs li a:after {
    position: absolute;
    content: "";
    bottom: -20px;
    left: 50%;
    border: 1px solid #c1beba;
    background: #fff;
    height: 11px;
    width: 11px;
    border-top: 0;
    border-left: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    visibility: hidden;
    opacity: 0;
}

.ts-tab-menu .nav-menu-tabs li:last-child a:before {
    content: none;
}

.feature-tab-post-wrapper {
    background: #ffffff;
    position: relative;
    padding: 40px;
}

.feature-tab-post-wrapper .feature-status {
    color: #fff;
    background: var(--md-primary-color);
    padding: 2px 10px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}

.feature-tab-post-wrapper:hover .feature-image img {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
}

.feature-tab-post-wrapper .feature-image {
    position: relative;
}

.feature-tab-post-wrapper .feature-image .feature-img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.feature-tab-post-wrapper .feature-image img {
    width: 225px;
    height: 225px;
    object-fit: cover;
    border-radius: 50%;
    margin: auto;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.feature-tab-post-wrapper .feature-image .feature-price {
    position: absolute;
    left: 60%;
    bottom: -10px;
    width: 90px;
    height: 90px;
    background: var(--md-primary-color);
    border-radius: 50%;
    text-align: center;
    border: 7px solid #fff;
    color: #fff;
    font-size: 27px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.feature-tab-post-wrapper .feature-content {
    margin-top: 30px;
}

.feature-tab-post-wrapper .btn {
    display: block;
    width: 100%;
    -webkit-box-shadow: 0px 15px 25px 0px rgba(188, 144, 107, 0.3);
    box-shadow: 0px 15px 25px 0px rgba(188, 144, 107, 0.3);
}

.feature-tab-slider .owl-nav .owl-prev,
.feature-tab-slider .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    background: var(--md-primary-color);
    color: #fff;
    line-height: 40px;
    font-size: 14px;
}

.feature-tab-slider .owl-nav .owl-prev {
    left: -80px;
}

.feature-tab-slider .owl-nav .owl-next {
    right: -80px;
}

.tab-pane.active {
    -webkit-animation-name: fadeRight;
    animation-name: fadeRight;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(4%, 0, 0);
        transform: translate3d(4%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(4%, 0, 0);
        transform: translate3d(4%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}


/*=================================
  start  testmonial section
 =================================*/

.testimonial-author-content {
    margin: auto;
    padding-top: 30px;
}

.testimonial-author-content .author-name {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
    color: #222;
    display: inline-block;
    bottom: -1px;
}

.testimonial-author-content img {
    width: 100px !important;
    height: auto;
    border-radius: 50%;
    margin-bottom: 15px;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.testimonial-author-content .testimonial-text {
    font-style: italic;
    font-size: 20px;
    line-height: 36px;
    color: #fff;
}

.testimonial-author-content .testimonial-footer span.author-name {
    color: #fff;
}

.testimonial-footer {
    margin-top: 30px;
}

span.author-designation {
    margin-bottom: 20px;
    display: block;
}

.testimonial-carousel.owl-carousel .owl-nav button:focus {
    outline: none;
}


/* Testimonial Classic */

.ts-testimonial-classic .testimonial-author-content p.testimonial-text {
    color: #666666;
}

.ts-testimonial-classic .testimonial-author-content p.testimonial-text i {
    font-size: 80px;
    display: block;
    margin-bottom: -45px;
}

.ts-testimonial-classic .testimonial-author-content .testimonial-footer span.author-name {
    color: #141414;
}

.ts-testimonial-classic .testimonial-author-content .testimonial-footer span.author-designation {
    color: #666;
}

.ts-testimonial-classic .testimonial-carousel.owl-carousel .owl-dot {
    background: #2c2c2c;
}

.ts-testimonial-classic .testimonial-carousel.owl-carousel .owl-dot.active {
    background: transparent;
}

.ts-testimonial .testimonial-author-content {
    padding: 40px;
}

.ts-testimonial .testimonial-author-content .testimonial-footer img {
    margin-left: 0;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    margin-right: 30px;
}


/* team / chef
================================================== */

.ts-team .ts-team-info {
    position: relative;
    line-height: 16px;
    overflow: hidden;
}

.ts-team .ts-team-info img {
    width: 100%;
    height: auto;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.ts-team .ts-team-info .team-content {
    position: absolute;
    bottom: -10%;
    left: 0;
    background: rgba(44, 44, 44, 0.9);
    padding: 30px 60px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
    z-index: 22;
}

.ts-team .ts-team-info:hover .team-content {
    opacity: 1;
    visibility: visible;
    bottom: 0;
}

.ts-team .ts-team-info:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.team-details h3.team-name {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0;
}

.team-details p {
    font-size: 14px;
    color: #fff;
    margin-top: 10px;
}

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

.team-social li a {
    font-size: 14px;
    display: block;
    color: #fff;
    margin-right: 20px;
}

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


/* TS Team Classic */

.ts-team-classic .ts-team-info {
    position: relative;
    line-height: 16px;
    bottom: 0;
    left: 0;
    border: 1px solid var(--md-primary-color);
}

.ts-team-classic .ts-team-info .team-content {
    position: absolute;
    bottom: -50%;
    left: 0;
    padding: 180px 60px 30px 60px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: 100%;
    height: 100%;
    background: rgba(44, 44, 44, 0.8);
    opacity: 0;
    visibility: hidden;
}

.ts-team-classic .ts-team-info:hover {
    border-color: transparent;
}

.ts-team-classic .ts-team-info:hover .team-content {
    opacity: 1;
    visibility: visible;
    bottom: 0;
}


/* Team Standard */

.ts-team-standard .ts-team-info {
    position: relative;
    line-height: 16px;
}

.ts-team-standard .ts-team-info img {
    width: 100%;
}

.ts-team-standard .ts-team-info .team-content {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #2c2c2c;
    padding: 30px 60px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    width: 100%;
}

.ts-team-standard .ts-team-info:hover .team-content {
    background: var(--md-primary-color);
}

.chef-slider .owl-dots {
    margin-top: 70px;
}


/*================================
      banner blog
 ==================================*/

.banner-area {
    padding: 150px 0;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.banner-area:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(44, 44, 44, 0);
}

.banner-area .banner-title {
    color: #fff;
    font-size: 74px;
    line-height: 90px;
    font-weight: 400;
}

.banner-area .banner-title span {
    color: var(--md-primary-color);
}

.banner-area .image {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 1600px;
    height: 5011px;
    z-index: 250;
}

.banner-area .breadcrumb {
    text-align: center;
    background: none;
    display: inline-block;
    color: #fff;
    margin-top: 20px;
}

.banner-area .breadcrumb li {
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    margin: 0 10px;
    font-size: 15px;
}

.banner-area .breadcrumb li a {
    color: #fff;
}

.banner-area.banner-solid {
    padding-top: 50px;
    padding-bottom: 40px;
    background: var(--md-primary-color);
}

.banner-area.banner-solid:before {
    display: none;
}

.banner-area.banner-solid .banner-title {
    font-size: 48px;
}


/*================================
      resurvation form
 ==================================*/

.ts-resurvation-form .form-group {
    margin-bottom: 20px;
}

.ts-resurvation-form .wpcf7-select {
    height: 50px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.ts-resurvation-form .form-control {
    background: transparent;
}

.ts-resurvation-form .select-opt .wpcf7-form-control-wrap {
    position: relative;
    display: block;
}

.ts-resurvation-form .select-opt .wpcf7-form-control-wrap:before {
    position: absolute;
    right: 15px;
    top: 12px;
    content: "";
    font-size: 13px;
    font-family: "iconfont";
    z-index: 0;
}

.ts-resurvation-form input::-webkit-calendar-picker-indicator {
    -webkit-appearance: none;
}

.ts-resurvation-form input[type=date]::-webkit-inner-spin-button,
.ts-resurvation-form input[type=date]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
    position: relative;
}

.ts-resurvation-form .msg-box {
    height: 140px;
    padding: 25px;
    resize: none;
}


/*========================================
     Single Event Reservation
===========================================*/

.single-event-reservation .ts-title {
    font-weight: 600;
    font-size: 30px;
}

.single-event-reservation .event-meta .event-date {
    padding-right: 50px;
}

.single-event-reservation p {
    padding-top: 20px;
}


/*================================
      latest blog
 ==================================*/

.latest-blog .post .post-meta {
    margin-bottom: 12px;
}

.latest-blog .post .post-body {
    -webkit-box-shadow: 0px 10px 30px 0px rgba(44, 44, 44, 0.07);
    box-shadow: 0px 10px 30px 0px rgba(44, 44, 44, 0.07);
    border: none;
}

.latest-blog .post .post-media {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.latest-blog .post .post-media img {
    width: 100%;
    height: auto;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}

.latest-blog .post:hover .post-media img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}


/*================================
     vertical grid blog
==================================*/

.post-block-style .post-thumb {
    margin-bottom: 15px;
    width: 100%;
    overflow: hidden;
}

.post-block-style .post-thumb .item,
.post-block-style .post-thumb img {
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}

.post-block-style .post-content .post-title {
    font-size: 24px;
    color: #222222;
}

.post-block-style .post-content .post-title a {
    color: #222222;
}

.post-block-style .post-content .post-title a:hover {
    color: var(--md-primary-color);
}

.post-block-style:hover .post-thumb .item,
.post-block-style:hover .post-thumb img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}


/*================================
     vertical grid slider
==================================*/

.vertical-grid-slider.owl-carousel .owl-nav .owl-prev,
.vertical-grid-slider.owl-carousel .owl-nav .owl-next,
.verticale-feature-post.owl-carousel .owl-nav .owl-prev,
.verticale-feature-post.owl-carousel .owl-nav .owl-next {
    font-size: 14px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    background: rgba(255, 255, 255, 0.6);
    color: #222222;
    text-align: center;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(34, 34, 34, 0.1);
    box-shadow: 0px 10px 20px 0px rgba(34, 34, 34, 0.1);
    line-height: 40px;
}

.vertical-grid-slider.owl-carousel .owl-nav .owl-prev:hover,
.vertical-grid-slider.owl-carousel .owl-nav .owl-next:hover,
.verticale-feature-post.owl-carousel .owl-nav .owl-prev:hover,
.verticale-feature-post.owl-carousel .owl-nav .owl-next:hover {
    color: #fff;
    background: var(--md-primary-color);
}

@media (min-width: 1200px) {
    .vertical-grid-slider.owl-carousel .owl-nav .owl-prev,
    .verticale-feature-post.owl-carousel .owl-nav .owl-prev {
        left: -18px;
    }
    .vertical-grid-slider.owl-carousel .owl-nav .owl-next,
    .verticale-feature-post.owl-carousel .owl-nav .owl-next {
        right: -18px;
    }
}

.verticale-feature-post .slide-item {
    padding: 0 5px !important;
}

@media (max-width: 768px) {
    .verticale-feature-post .slide-item {
        margin-bottom: 10px;
    }
}

.verticale-feature-post .m-10 {
    margin: 0 -5px !important;
}

.elementor-widget-container .ot-dtp-picker .ot-dtp-picker-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #eceaea;
}

.elementor-widget-container .ot-dtp-picker .ot-dtp-picker-form .ot-dtp-picker-selector .ot-dtp-picker-selector-link {
    font-size: 14px;
    color: #666666;
}

.elementor-widget-container .ot-dtp-picker .ot-dtp-picker-form .ot-dtp-picker-selector .ot-dtp-picker-selector-link:before {
    font-size: 12px;
}

.elementor-widget-container .ot-dtp-picker .ot-dtp-picker-button {
    height: 100%;
    background-color: var(--md-primary-color);
    border-color: var(--md-primary-color);
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: 16px;
    font-size: 13px;
    text-transform: uppercase;
    border-color: transparent;
    letter-spacing: 0.7;
}

.elementor-widget-container .ot-dtp-picker .ot-dtp-picker-button:hover {
    background-color: #232323;
    border-color: transparent;
}

.elementor-widget-container .ot-dtp-picker .ot-powered-by {
    display: none;
}

.elementor-widget-container .ot-dtp-picker .ot-title {
    display: none;
}

.elementor-widget-container .ot-dtp-picker.wide {
    width: 100%;
}

.elementor-widget-container .ot-dtp-picker .ot-dtp-picker-selector:hover .ot-dtp-picker-selector-link {
    outline: none;
}

.elementor-widget-container .ot-dtp-picker .ot-dtp-picker-selector .ot-dtp-picker-selector-link.ot-date-label.menu-opened {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}


/*================================
      ts-footer
 ==================================*/

.footer-bar {
    border-top: 1px solid #252424;
    margin-top: 15px;
}

.footer-widget p {
    color: #ffffff;
}

.copyright {
    padding: 15px 0;
}

.copyright .copyright-text {
    margin-bottom: 0;
    color: #fff;
}

.copyright .copyright-text a {
    color: var(--md-primary-color);
}

.copyright .footer-social {
    text-align: right;
}

.copyright .footer-social li {
    list-style: none;
    display: inline-block;
}

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

.copyright .footer-social li a:hover i {
    color: #fff;
}

.ts-footer {
    background-color: #191919;
}

.ts-footer .footer-center-widget p {
    padding-top: 33px;
    padding-right: 56px;
}

.ts-footer .ts-subscribe {
    padding-left: 80px;
}

.ts-footer .ts-subscribe .newsletter-form {
    position: relative;
}

.ts-footer .ts-subscribe .newsletter-form .btn-group {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}

.ts-footer .ts-subscribe .newsletter-form .btn-group .btn {
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-right: 0;
    font-size: 20px;
    padding: 0 20px;
}

.ts-footer .ts-subscribe .newsletter-form .btn-group .btn i {
    margin: 0;
}

.ts-footer .ts-subscribe .btn-mail {
    background: #cc9966;
    margin-left: -3px;
    border: none;
    padding: 5px;
    height: 50px;
}

.ts-footer .ts-subscribe .btn-mail i {
    color: #fff;
    padding: 15px;
    width: 20px;
    height: 22px;
}

.ts-footer .ts-subscribe input[type=email] {
    background: #333333;
    color: #fff;
    padding: 12px;
    border: none;
    width: 100%;
    text-indent: 10px;
}

.ts-footer .ts-subscribe input[type=email]::-webkit-input-placeholder {
    color: #f7f7f7;
}

.ts-footer .ts-subscribe input[type=email]::-moz-placeholder {
    color: #f7f7f7;
}

.ts-footer .ts-subscribe input[type=email]:-ms-input-placeholder {
    color: #f7f7f7;
}

.ts-footer .ts-subscribe input[type=email]::-ms-input-placeholder {
    color: #f7f7f7;
}

.ts-footer .ts-subscribe input[type=email]::placeholder {
    color: #f7f7f7;
}

.service-time {
    list-style-type: none;
    padding: 0;
}

.service-time li {
    display: block;
    clear: both;
    padding: 10px 0;
    border-bottom: 1px dashed #eeeeee;
}

.service-time li span:last-of-type {
    float: right;
}

.instagram_photo .feed-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.instagram_photo a {
    width: 30%;
    display: inline-block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    margin: 0 5px 5px;
    overflow: hidden;
}


/* food gallery
================================================== */

.food-gallery .elementor-widget-image .elementor-image>a,
.food-gallery .elementor-widget-image .elementor-image figure>a {
    display: block;
}

@media (min-width: 1600px) {
    .intro-about-image.elementor-top-section {
        background-size: 42% auto !important;
    }
}


/* Error page
================================================== */

.error-page .error-code h2 {
    display: block;
    font-size: 200px;
    line-height: 200px;
    color: #303030;
    margin-bottom: 20px;
}

.error-page .error-body .btn {
    margin-top: 30px;
    font-weight: 700;
}


/*------------back to top-------------*/

.BackTo {
    background: var(--md-primary-color) none repeat scroll 0 0;
    border-radius: 50%;
    bottom: 75px;
    color: #979797;
    cursor: pointer;
    height: 44px;
    position: fixed;
    right: 14px;
    text-align: center;
    width: 44px;
    z-index: 9;
    display: block;
    padding: 8px 0;
}

.BackTo a {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin-top: 2px;
}

.elementor-button:hover {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.deliciko-rating .review-chart {
    color: #fff;
    position: relative;
    margin-right: 8px;
}

.deliciko-rating .review-chart .icon {
    display: block;
    margin-bottom: 5px;
    font-size: 18px;
}

.deliciko-rating .review-chart span.total-avg {
    position: absolute;
    left: 0px;
    right: 0;
    text-align: center;
    line-height: 35px;
    display: block;
    color: #222;
    font-size: 16px;
    font-weight: 700;
}

.deliciko-rating .deliciko-review-percent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.deliciko-rating .deliciko-review-percent span {
    color: #666666;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 14px;
}

.xs-review-box {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
}

.xs-review-box .total-reivew-headding,
.xs-review-box .write-reivew-headding {
    margin-bottom: 25px;
    padding-left: 0 !important;
}

.xs-review-box .xs-reviewer-details {
    padding-left: 0;
}

.xs-review-box .xs-reviewer-details .xs-overview-data {
    font-size: 15px;
    font-weight: 500;
}

.xs-review-box .xs-reviewer-details .xs-review-rattting.xs-percentange {
    background: #f7f7f7;
}

.xs-review-box .xs-reviewer-details .xs-review-overview-list .xs-overview-percentage:nth-child(1) .data-rat .xs-review-rattting .percentange_check {
    background: #ce96fb;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(206, 150, 251, 0.3);
    box-shadow: 0px 3px 5px 0px rgba(206, 150, 251, 0.3);
}

.xs-review-box .xs-reviewer-details .xs-review-overview-list .xs-overview-percentage:nth-child(2) .data-rat .xs-review-rattting .percentange_check {
    background: #ff8fcf;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(255, 143, 207, 0.3);
    box-shadow: 0px 3px 5px 0px rgba(255, 143, 207, 0.3);
}

.xs-review-box .xs-reviewer-details .xs-review-overview-list .xs-overview-percentage:nth-child(3) .data-rat .xs-review-rattting .percentange_check {
    background: #00c2ba;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 194, 186, 0.3);
    box-shadow: 0px 3px 5px 0px rgba(0, 194, 186, 0.3);
}

.xs-review-box .xs-reviewer-details .xs-review-overview-list .xs-overview-percentage:nth-child(4) .data-rat .xs-review-rattting .percentange_check {
    background: #00c8ff;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 200, 255, 0.3);
    box-shadow: 0px 3px 5px 0px rgba(0, 200, 255, 0.3);
}

.xs-review-box .xs-reviewer-details .xs-review-overview-list .xs-overview-percentage:nth-child(5) .data-rat .xs-review-rattting .percentange_check {
    background: #ed1c24;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(237, 28, 36, 0.3);
    box-shadow: 0px 3px 5px 0px rgba(237, 28, 36, 0.3);
}

.xs-review-box .xs-reviewer-details .xs-review-overview-list .xs-overview-percentage:nth-child(6) .data-rat .xs-review-rattting .percentange_check {
    background: #00a651;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 166, 81, 0.3);
    box-shadow: 0px 3px 5px 0px rgba(0, 166, 81, 0.3);
}

.xs-review-box .xs-reviewer-details .xs-review-overview-list .xs-overview-percentage:nth-child(7) .data-rat .xs-review-rattting .percentange_check {
    background: #ff9c00;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(255, 156, 0, 0.3);
    box-shadow: 0px 3px 5px 0px rgba(255, 156, 0, 0.3);
}

.xs-review-box .xs-reviewer-details .xs-review-overview-list .xs-overview-percentage:nth-child(8) .data-rat .xs-review-rattting .percentange_check {
    background: #00c8ff;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 200, 255, 0.3);
    box-shadow: 0px 3px 5px 0px rgba(0, 200, 255, 0.3);
}

.xs-review-box .xs-reviewer-details .xs-review-overview-list .xs-overview-percentage:nth-child(9) .data-rat .xs-review-rattting .percentange_check {
    background: #ed1c24;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(237, 28, 36, 0.3);
    box-shadow: 0px 3px 5px 0px rgba(237, 28, 36, 0.3);
}

.xs-review-box .xs-reviewer-details .xs-review-overview-list .xs-overview-percentage:nth-child(10) .data-rat .xs-review-rattting .percentange_check {
    background: #00a651;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 166, 81, 0.3);
    box-shadow: 0px 3px 5px 0px rgba(0, 166, 81, 0.3);
}

.xs-review-box .xs-reviewer-details .xs-review-overview-list .xs-overview-percentage:nth-child(11) .data-rat .xs-review-rattting .percentange_check {
    background: #ff9c00;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(255, 156, 0, 0.3);
    box-shadow: 0px 3px 5px 0px rgba(255, 156, 0, 0.3);
}

.xs-review-box .xs-reviewer-details .xs-review-overview-list .xs-overview-percentage:nth-child(12) .data-rat .xs-review-rattting .percentange_check {
    background: #00c8ff;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 200, 255, 0.3);
    box-shadow: 0px 3px 5px 0px rgba(0, 200, 255, 0.3);
}

.xs-review-box .review-reviwer-info-section {
    font-size: 15px;
    color: #7c7c7c;
    padding-left: 20px;
}

.xs-review-box .review-reviwer-info-section .xs-reviewer-author {
    text-transform: capitalize;
    font-weight: 400;
}

.xs-review-box .border-div {
    margin: 20px 13px 40px;
}

.xs-review-box .xs-review input,
.xs-review-box .xs-review textarea {
    border-radius: 0;
}

.xs-review-box .xs-review .xs-btn {
    background: var(--md-primary-color);
    text-transform: uppercase;
    font-weight: 700;
    -webkit-box-shadow: 5px 5px 0px 0px rgba(188, 144, 107, 0.3);
    box-shadow: 5px 5px 0px 0px rgba(188, 144, 107, 0.3);
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}

.xs-review-box .xs-review .xs-btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline-style: none;
}

.xs-review-box .xs-review .xs-btn:hover {
    background: #b48359;
}

.ts-gallery .elementor-image {
    position: relative;
    cursor: pointer;
}

.ts-gallery .elementor-image:before {
    position: absolute;
    left: 0;
    top: 42%;
    right: 0;
    content: "";
    font-size: 30px;
    font-family: "iconfont";
    color: #fff;
    margin: auto;
    z-index: 1;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    background: var(--md-primary-color);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
}

.ts-gallery .elementor-image:hover:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.menu-block .post-thumb,
.menu-block .ts-team-info,
.menu-block .post-media,
.ts-team .post-thumb,
.ts-team .ts-team-info,
.ts-team .post-media,
.post .post-thumb,
.post .ts-team-info,
.post .post-media {
    position: relative;
    overflow: hidden;
}

.menu-block .post-thumb img,
.menu-block .ts-team-info img,
.menu-block .post-media img,
.ts-team .post-thumb img,
.ts-team .ts-team-info img,
.ts-team .post-media img,
.post .post-thumb img,
.post .ts-team-info img,
.post .post-media img {
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -webkit-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
}

.menu-block .post-thumb::after,
.menu-block .ts-team-info::after,
.menu-block .post-media::after,
.ts-team .post-thumb::after,
.ts-team .ts-team-info::after,
.ts-team .post-media::after,
.post .post-thumb::after,
.post .ts-team-info::after,
.post .post-media::after {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    bottom: 100%;
    left: 0;
    z-index: 13;
    background: #fff;
    opacity: 0.6;
    height: 100%;
    -webkit-transition: bottom 0.4s cubic-bezier(0.77, 0.84, 0.44, 1) 0s, right 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.2s, left 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.3s;
    -o-transition: bottom 0.4s cubic-bezier(0.77, 0.84, 0.44, 1) 0s, right 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.2s, left 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.3s;
    transition: bottom 0.4s cubic-bezier(0.77, 0.84, 0.44, 1) 0s, right 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.2s, left 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.3s;
}

.menu-block:hover .post-thumb img,
.menu-block:hover .ts-team-info img,
.menu-block:hover .post-media img,
.ts-team:hover .post-thumb img,
.ts-team:hover .ts-team-info img,
.ts-team:hover .post-media img,
.post:hover .post-thumb img,
.post:hover .ts-team-info img,
.post:hover .post-media img {
    -webkit-transform: scale(1.1) rotate(0deg);
    -ms-transform: scale(1.1) rotate(0deg);
    transform: scale(1.1) rotate(0deg);
}

.menu-block:hover .post-thumb::after,
.menu-block:hover .ts-team-info::after,
.menu-block:hover .post-media::after,
.ts-team:hover .post-thumb::after,
.ts-team:hover .ts-team-info::after,
.ts-team:hover .post-media::after,
.post:hover .post-thumb::after,
.post:hover .ts-team-info::after,
.post:hover .post-media::after {
    margin-right: 0;
    right: 0;
    bottom: 0;
    left: 100%;
}

.elementor-widget-container .elementor-image {
    position: relative;
    overflow: hidden;
}

.elementor-widget-container .elementor-image img {
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -webkit-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
}

.elementor-widget-container .elementor-image::after {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    bottom: 100%;
    left: 0;
    z-index: 13;
    background: #fff;
    opacity: 0.6;
    height: 100%;
    -webkit-transition: bottom 0.4s cubic-bezier(0.77, 0.84, 0.44, 1) 0s, right 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.2s, left 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.3s;
    -o-transition: bottom 0.4s cubic-bezier(0.77, 0.84, 0.44, 1) 0s, right 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.2s, left 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.3s;
    transition: bottom 0.4s cubic-bezier(0.77, 0.84, 0.44, 1) 0s, right 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.2s, left 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.3s;
}

.elementor-widget-container .elementor-image:hover img {
    -webkit-transform: scale(1.1) rotate(0deg);
    -ms-transform: scale(1.1) rotate(0deg);
    transform: scale(1.1) rotate(0deg);
}

.elementor-widget-container .elementor-image:hover::after {
    margin-right: 0;
    right: 0;
    bottom: 0;
    left: 100%;
}


/* Global */

.admin-bar .navbar-sticky.sticky {
    margin-top: 30px;
}


/* Image */

.alignright.size-thumbnail.wp-image-827 {
    margin-bottom: 40px;
    display: inline-block;
}

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

img[class*=wp-image-] {
    margin-top: 10px;
    margin-bottom: 10px;
}

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

.wp-caption {
    margin-bottom: 8px;
    max-width: 100%;
    border-radius: 0;
    padding: 0;
    clear: both;
}

.wp-caption.aligncenter {
    margin-bottom: 10px;
}

.wp-caption .wp-caption-text {
    text-align: center;
    margin-top: 4px;
    font-style: italic;
    margin-bottom: 30px;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

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


/*-- HTML Formate --*/


/* table */

table,
iframe {
    border: 1px solid #fbfbfb;
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td,
table>thead>tr>th,
table>tbody>tr>th,
table>tfoot>tr>th,
table>thead>tr>td,
table>tbody>tr>td,
table>tfoot>tr>td {
    border-top: 1px solid #e7e7e7;
}

table>thead>tr>th,
table>tbody>tr>th,
table>tfoot>tr>th,
table>thead>tr>td,
table>tbody>tr>td,
table>tfoot>tr>td {
    padding: 10px 10px;
    border: 1px solid #EDEDED;
    text-align: center;
}

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

div#calendar_wrap table>thead>tr>th,
div#calendar_wrap table>tbody>tr>th,
div#calendar_wrap table>tfoot>tr>th,
div#calendar_wrap table>thead>tr>td,
div#calendar_wrap table>tbody>tr>td,
div#calendar_wrap table>tfoot>tr>td {
    padding: 0;
}

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

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


/* Gallery item */

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

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

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

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

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

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

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

.gallery-size-thumbnail .gallery-caption {
    display: inline-block;
    max-width: 200px;
    margin-top: 5px;
}

.gallery-size-thumbnail .gallery-item>div>a {
    display: inline-block;
}

.wp-caption,
.gallery-caption {
    color: #666;
    font-size: 13px;
    font-style: italic;
    margin-bottom: 1.5em;
    max-width: 100%;
}

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

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

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

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

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

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

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

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

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

@media screen and (min-width: 30em) {
    /* Gallery Columns */
    .gallery-item {
        max-width: 25%;
    }
    .gallery-columns-1 .gallery-item {
        max-width: 100%;
    }
    .gallery-columns-2 .gallery-item {
        max-width: 50%;
    }
    .gallery-columns-3 .gallery-item {
        max-width: 33.33%;
    }
    .gallery-columns-4 .gallery-item {
        max-width: 25%;
    }
    .gallery-columns-5 .gallery-item {
        max-width: 25%;
    }
    .gallery-columns-5 .gallery-item {
        max-width: 20%;
    }
    .gallery-columns-6 .gallery-item {
        max-width: 16.66%;
    }
    .gallery-columns-7 .gallery-item {
        max-width: 14.28%;
    }
    .gallery-columns-8 .gallery-item {
        max-width: 12.5%;
    }
    .gallery-columns-9 .gallery-item {
        max-width: 11.11%;
    }
}


/* Theme check */

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

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

code {
    overflow: auto;
    max-width: 100%;
    padding: 0 1em;
    border: 1px solid #ddd;
    background-color: #f9f9f9;
    display: inline-block;
    vertical-align: middle;
    word-wrap: break-word;
}

a code {
    color: var(--md-primary-color);
}

p {
    margin: 0 0 25px;
}

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

select {
    max-width: 100%;
}

.post-password-form input[type=password] {
    padding: 5px 15px;
    margin-left: 10px;
}

.post-password-form input[type=submit] {
    background-color: var(--md-primary-color);
    border: none;
    padding: 7px 55px;
    color: #fff;
    cursor: pointer;
}

blockquote.wp-block-quote {
    background: #f7f7f7;
    padding: 40px;
    font-size: 18px;
    font-style: italic;
    margin-bottom: 25px;
}

blockquote.wp-block-quote p {
    position: relative;
}

blockquote.wp-block-quote p:before {
    content: "";
    font-family: "Fontawesome";
    display: block;
    font-size: 28px;
    color: #dedede;
}

blockquote.wp-block-quote cite {
    font-size: 14px;
}


/*============================
   post
=============================== */

.post {
    margin: 0 0 40px;
}

.post .post-media {
    width: calc(100% - 0px);
    position: relative;
    overflow: hidden;
}

.post .post-media .video-link-btn {
    position: absolute;
    right: 0;
    bottom: 0;
}

.post .post-media .video-link-btn a {
    background: var(--md-primary-color);
    padding: 15px 20px;
    display: inline-block;
    color: #fff;
    font-size: 25px;
}

.post .post-body,
.post .post-quote-content {
    background: #fff;
    padding: 40px;
    border: 1px solid #eeeeee;
}

.post .entry-header .entry-title {
    margin-bottom: 20px;
    word-wrap: break-word;
    font-size: 36px;
}

.post .entry-header .entry-title a {
    color: #101010;
}

.post .entry-header .entry-title a:hover {
    color: var(--md-primary-color);
}

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

.post .post-meta span {
    display: inline-block;
    margin-right: 28px;
    color: #666666;
    font-size: 14px;
}

.post .post-meta span i {
    margin-right: 6px;
}

.post .post-footer {
    clear: both;
}

.post .post-footer .btn-link {
    color: var(--md-primary-color);
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
}

.post .post-footer .btn-link i {
    margin-left: 5px;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    vertical-align: middle;
}

.post .post-footer .btn-link:hover i {
    margin-left: 10px;
}

.post.sticky .meta-featured-post {
    display: block;
    position: absolute;
    right: -35px;
    top: 18px;
    background: var(--md-primary-color);
    width: auto;
    height: auto;
    padding: 12px 45px;
    color: #fff;
    display: inline-block;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    font-size: 12px;
    font-weight: 700;
    -webkit-transform: rotate(45deg);
    z-index: 1;
}

.post.sticky .post-body {
    overflow: hidden;
    position: relative;
}

.search article.page {
    background: #f9f8fd;
    padding: 40px;
    overflow: hidden;
    position: relative;
    margin-bottom: 40px;
}

.xs-page-header {
    margin-bottom: 30px;
}


/*=========================== ===========
         sidebar
========================================*/

.sidebar .widget {
    margin-bottom: 40px;
    border: 1px solid #eeeeee;
    padding: 40px;
}

.sidebar .widget .widget-title {
    font-size: 26px;
    position: relative;
    margin: 0 0 30px;
    padding: 0 0 15px;
}

.sidebar .widget .widget-title:before {
    content: "";
    position: absolute;
    display: inline-block;
    bottom: 0px;
    width: 50px;
    height: 2px;
    left: 0;
    z-index: 1;
    background: var(--md-primary-color);
}

.sidebar .widget.widget_search {
    padding: 0;
    border: 0;
}

.sidebar .widget.widget_search .form-control {
    font-style: italic;
    font-weight: 600;
    border-radius: 0;
}

.sidebar .widget.widget_search .form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: var(--md-primary-color);
}

.sidebar .widget.widget_search .input-group-btn {
    background: var(--md-primary-color);
    color: #FFFFFF;
    padding: 0 20px;
    height: 50px;
    cursor: pointer;
    border: none;
}

.sidebar .widget.widget_search .input-group-btn i {
    line-height: 52px;
}

.sidebar .widget.widget-tags ul li {
    display: inline-block;
    margin-bottom: 8px;
    margin-right: 4px;
}

.sidebar .widget.widget-tags ul li a {
    display: block;
    padding: 5px 20px;
    border: 1px solid #eee;
    color: #666;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.sidebar .widget.widget-tags ul li a:hover {
    background: var(--md-primary-color);
    color: #fff;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}

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

.sidebar ul {
    border: 0;
    padding: 0;
    list-style: none;
}

.sidebar ul li {
    border-bottom: 1px dashed #eeeeee;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

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

.sidebar ul li a {
    color: #666666;
}

.sidebar ul li a:hover {
    color: var(--md-primary-color);
}

.sidebar ul li a.url,
.sidebar ul li a.rsswidget {
    color: #2c2c2c;
}

.sidebar ul li a.rsswidget {
    font-weight: 600;
}

.sidebar ul li cite {
    font-style: normal;
}

.sidebar ul.sub-menu,
.sidebar ul.children {
    padding: 10px 0px 0 20px;
}

.sidebar ul.children {
    padding-bottom: 0;
}

.tag-lists a,
.tagcloud a {
    border: 1px solid #f1f1f1;
    color: #5a5a5a;
    display: inline-block;
    font-size: 14px !important;
    padding: 4px 13px;
    margin-left: 3px;
    margin-bottom: 10px;
}

.tag-lists a:hover,
.tagcloud a:hover {
    color: var(--md-primary-color);
}

.textwidget img {
    margin: 10px 0;
}

.page-links .page-link {
    display: inline-block;
}


/*=======================================
 Post  details
 ========================================*/

.post-details .entry-thumbnail {
    margin-bottom: 40px;
}

.post-details .entry-header .entry-title {
    margin-bottom: 22px;
    font-size: 36px;
}

.post-details .entry-header .post-meta {
    margin-bottom: 25px;
}

.post-details .entry-header .post-meta span {
    display: inline-block;
    margin-right: 20px;
}

.post-details .entry-header .post-meta span i {
    margin-right: 10px;
}

.post-details .entry-header .post-meta span:last-of-type {
    margin-right: 0;
}


/*=======================================
 Post  Comments section
 ========================================*/

.blog-post-comment .comment-title {
    font-size: 24px;
}

.blog-post-comment .comment-info [class*=col-md-] {
    margin-bottom: 15px;
    position: inherit;
}

.blog-post-comment .comment-content>h3 {
    margin-bottom: 0.5rem;
}

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

.blog-post-comment .comment-respond .comment-reply-title {
    font-size: 24px;
}

.blog-post-comment .comment-respond .comment-form .form-control {
    border-radius: 0;
    height: 45px;
    margin-bottom: 15px;
}

.blog-post-comment .comment-respond .comment-form .form-control.msg-box {
    height: 245px;
}

.blog-post-comment .comment-respond .comment-form .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: var(--md-primary-color);
}

.blog-post-comment .comment-respond .comment-form .comment-form-cookies-consent {
    display: none;
}

.blog-post-comment .comment-respond .comment-form .comment-notes {
    font-style: italic;
}

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

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

.loginformuser .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: var(--md-primary-color);
}


/* Common */

.pingback p,
.pingback .says {
    display: none;
}

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

.blog-post-comment h3.comment-num {
    font-size: 24px;
}

.comments-list {
    list-style: none;
    margin: 0;
    padding: 20px 0;
}

.comments-list .comment {
    list-style: none;
}

.comments-list .comment .last {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.comments-list .comment-author {
    margin-bottom: 0;
    margin-top: 0;
    font-weight: 500;
    font-size: 16px;
    color: #1c1c24;
    font-style: normal;
}

.comments-list .comment-author a {
    color: #1c1c24;
}

.comments-list .comment-author a:hover {
    color: var(--md-primary-color);
}

.comments-list .comment-author cite {
    font-style: normal;
}

.comments-list .comment-date {
    font-size: 14px;
    display: block;
    margin-top: -5px;
}

.comments-list .comment-content {
    margin: 15px 0;
}

.comments-list .comment-body {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 20px;
    margin-bottom: 30px;
    margin-left: 110px;
}

.comments-list img.comment-avatar {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    margin-right: 30px;
}

.comments-list .comment-reply-link {
    color: #252a37;
    font-weight: 400;
    font-size: 14px;
}

.comments-list .comment-reply-link i {
    margin-right: 5px;
}

.comments-list .comment-reply-link:hover {
    color: var(--md-primary-color);
}

.comments-counter {
    font-size: 18px;
}

.comments-counter a {
    color: #666;
}

.comments-reply {
    list-style: none;
    margin: 0 0 0 70px;
}

#cancel-comment-reply-link {
    float: right;
    color: #000;
}

#cancel-comment-reply-link:hover {
    color: var(--md-primary-color);
}

.not-found h1 {
    margin-bottom: 20px;
}

.not-found .input-group-btn {
    background: var(--md-primary-color);
    color: #FFFFFF;
    padding: 0 20px;
    border: none;
    cursor: pointer;
}

.not-found .input-group-btn i {
    line-height: 48px;
}

.not-found .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: var(--md-primary-color);
}

.not-found p {
    line-height: 1.1;
    margin-bottom: 25px;
}

.not-found p small {
    display: block;
}

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


/*===========================
         author box
=============================*/

.author-box {
    padding: 40px 40px 20px;
    margin-bottom: 40px;
}

.author-box .author-img img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.author-box .author-info {
    margin-left: 90px;
}

.author-box .author-info>h3 {
    margin-bottom: 4px;
}

.author-box .author-url {
    margin-bottom: 12px;
}

.author-box .author-url a {
    color: #666666;
    font-size: 14px;
}


/*=============================
   pagination nav
 =============================*/

.post-navigation {
    padding: 25px;
    border: 1px solid #eeeeee;
    margin-bottom: 40px;
    margin-top: 35px;
}

.post-navigation .post-previous,
.post-navigation .post-next {
    padding: 0 40px;
    width: 50%;
    border-left: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
    display: table-cell;
    position: relative;
    vertical-align: middle;
}

.post-navigation span:hover,
.post-navigation h3:hover {
    color: var(--md-primary-color);
}

.post-navigation h3 {
    font-size: 20px;
    line-height: 30px;
    margin: 5px 0;
    ms-word-wrap: break-word;
    word-wrap: break-word;
}

.post-navigation span {
    color: #666;
}

.post-navigation i {
    margin: 0 5px;
    color: #666;
}

.post-navigation .post-previous {
    text-align: left;
    float: left;
    border-left: 0 none;
    border-right: 0 none;
    padding: 0 40px 0 0;
}

.post-navigation .post-next {
    text-align: right;
    float: right;
    border-right: 0 none;
    padding: 0 0 0 40px;
}


/*==============================
 pagination
 ============================*/

.pagination {
    margin: 0;
}

.pagination li a,
.pagination li span {
    margin-right: 8px;
    width: 40px;
    height: 40px;
    line-height: normal;
    border: 1px solid #dadada;
    text-align: center;
    display: inline-block;
    color: #666;
    border-radius: 3px;
}

.pagination li a i,
.pagination li span i {
    line-height: 40px;
}

.pagination li.active a,
.pagination li:hover a {
    color: #fff;
    background: var(--md-primary-color);
    border: 1px solid transparent;
}

.pagination li.active a:hover,
.pagination li:hover a:hover {
    background: var(--md-primary-color);
}

.pagination li.pagination-dots {
    margin: 0 15px 0 10px;
}

.entry-content .page-links {
    color: #10100E;
    margin-left: 5px;
    overflow: hidden;
    width: 100%;
    margin-top: 50px;
}

.entry-content .page-links span {
    display: inline-block;
}

.entry-content .page-links span.page-link {
    color: #10100E;
    margin-right: 5px;
}

.entry-content .page-links .page-link-text {
    margin-right: 10px;
}


/*=======================
   blog details
 ========================*/

.blog-single .post .post-media {
    margin-bottom: 30px;
}

.blog-single .post .post-body {
    background: #fff;
    border: 0;
    padding: 0;
}


/*-- Review   --*/

.header .navbar-container .navbar-light .main-menu>li {
    margin: 0 10px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .header .navbar-container .navbar-light .main-menu>li {
        margin: 0 8px;
        padding: 0 5px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .header-nav-right-info {
        display: none;
    }
    .feature-tab-slider .owl-nav .owl-next {
        right: 0;
    }
    .feature-tab-slider .owl-nav .owl-prev {
        left: 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .header-nav-right-info {
        display: none;
    }
    .header-transparent .logo-area {
        margin-right: 30px;
    }
    .header .navbar-collapse {
        background: #101010;
        position: relative;
    }
    .header .navbar-container .navbar-light .main-menu>li>a {
        line-height: 50px;
        color: #fff;
    }
    .header .navbar-container .navbar-light .main-menu>li>a:before {
        display: none;
    }
    .header .navbar-container .navbar-light ul.navbar-nav li .dropdown-menu {
        min-width: auto;
        background: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
        margin: 0;
        padding-top: 0;
        padding-bottom: 0;
        padding-right: 0;
    }
    .header .navbar-container .navbar-light ul.navbar-nav li .dropdown-menu li a {
        color: #fff;
        border: none;
    }
    .header .navbar-container .navbar-light ul.navbar-nav li .dropdown-menu li.dropdown:after {
        right: -10px;
        top: 0;
        color: #fff;
    }
    .header.header-standard .navbar-collapse,
    .header.header-classic .navbar-collapse {
        position: absolute;
        left: 0;
        width: 100%;
        z-index: 11;
        top: 100%;
        padding: 0 10px;
    }
    .header.header-transparent .navbar-toggler {
        margin-left: auto;
        margin-top: 30px;
    }
    /*ipad header logo design fix */
    .nav-classic-transparent {
        padding: 0;
    }
    .nav-classic-transparent .navbar-brand img {
        max-width: 120px;
    }
    .ts-tab-menu .nav-menu-tabs li a i.icon {
        margin-left: 0;
        margin-right: 0;
    }
    .banner-area {
        padding: 90px 0;
    }
    .banner-area .banner-title {
        font-size: 60px;
        line-height: 70px;
    }
    .banner-area .breadcrumb {
        margin-top: 0;
    }
    .banner-area.banner-solid .banner-title {
        line-height: 60px;
    }
    .hidden-mobile {
        display: none;
    }
    .ts-team .ts-team-info .team-content,
    .ts-team-standard .ts-team-info .team-content {
        padding: 30px 20px;
    }
    .ts-team-classic .ts-team-info .team-content {
        padding: 100px 20px 30px 20px;
    }
    .feature-tab-slider .owl-nav .owl-next {
        right: 0;
    }
    .feature-tab-slider .owl-nav .owl-prev {
        left: 0;
    }
    .ts-footer .ts-subscribe {
        padding-left: 0;
    }
    .ts-footer .footer-center-widget p {
        padding-top: 0;
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    .top-contact-info {
        text-align: center;
    }
    .top-contact-info li {
        margin-right: 0;
        display: block;
    }
    .top-logo {
        margin: 15px 0;
    }
    .topbar-btn.text-right {
        text-align: center !important;
    }
    .social-links {
        text-align: center !important;
    }
    .header-nav-right-info {
        display: none;
    }
    .header-transparent .logo-area {
        float: none;
        margin: auto;
        text-align: center;
    }
    .header .navbar-collapse {
        background: #101010;
        position: relative;
    }
    .header .navbar-container .navbar-light .main-menu>li>a {
        line-height: 50px;
        color: #fff;
    }
    .header .navbar-container .navbar-light .main-menu>li>a:before {
        display: none;
    }
    .header .navbar-container .navbar-light ul.navbar-nav li .dropdown-menu {
        min-width: auto;
        background: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
        margin: 0;
        padding-top: 0;
        padding-bottom: 0;
        padding-right: 0;
    }
    .header .navbar-container .navbar-light ul.navbar-nav li .dropdown-menu li a {
        color: #fff;
        border: none;
    }
    .header .navbar-container .navbar-light ul.navbar-nav li .dropdown-menu li.dropdown:after {
        color: #fff;
        right: -10px;
        top: 0;
    }
    .header.header-standard .navbar-collapse,
    .header.header-classic .navbar-collapse {
        position: absolute;
        left: 0;
        width: 100%;
        z-index: 11;
        top: 100%;
    }
    .banner-area {
        padding: 100px 0;
    }
    .banner-area .banner-title {
        font-size: 40px;
        line-height: 50px;
    }
    .banner-area .banner-title.mt-80 {
        margin-top: 120px;
    }
    .banner-area .breadcrumb {
        margin-top: 0;
    }
    .banner-area.banner-solid .banner-title {
        line-height: 60px;
    }
    .slider-item .slider-content .slider-info .info-before-bar,
    .slider-item .slider-content .slider-info .info-after-bar {
        display: none;
    }
    .ts-tab-menu .nav-menu-tabs {
        display: block;
    }
    .ts-tab-menu .nav-menu-tabs li {
        display: inline-block;
        margin-bottom: 42px;
    }
    .ts-tab-menu .nav-menu-tabs li a i.icon {
        padding: 0px 10px;
    }
    .feature-tab-slider .owl-nav .owl-next {
        right: 0;
    }
    .feature-tab-slider .owl-nav .owl-prev {
        left: 0;
    }
    .hidden-mobile {
        display: none;
    }
    .elementor-widget-container .ot-dtp-picker .ot-dtp-picker-form {
        display: block;
        border: none;
        height: auto !important;
    }
    .elementor-widget-container .ot-dtp-picker .ot-dtp-picker-form .ot-dtp-picker-button,
    .elementor-widget-container .ot-dtp-picker .ot-dtp-picker-form .ot-dtp-picker-selector {
        width: 100% !important;
        float: none !important;
    }
    .ot-dtp-picker.wide .ot-dtp-picker-form .ot-dtp-picker-selector+.ot-dtp-picker-selector,
    .ot-dtp-picker.wide .ot-dtp-picker-form .ot-dtp-picker-selector {
        border: 1px solid #d8d9db !important;
        margin-bottom: 15px;
    }
    .ts-footer .ts-subscribe {
        padding-left: 0;
    }
    .copyright .copyright-text {
        text-align: center;
        margin-bottom: 20px;
    }
    .copyright .footer-social {
        text-align: center;
    }
}