.thim-ekit__header {
    display: block;
    position: relative
}

.thim-ekits__sticky--is-sticky {
    inset: 0 0 auto 0;
    position: fixed;
    z-index: 300
}

.thim-ekits__sticky--adminbar {
    top: 32px
}

.thim-ekits-menu .thim-ekits-menu__nav>li.current-menu-ancestor>.thim-ekits-menu__icon,
.thim-ekits-menu .thim-ekits-menu__nav>li.current-menu-ancestor>.thim-ekits-menu__nav-text,
.thim-ekits-menu .thim-ekits-menu__nav>li.current-menu-ancestor>a,
.thim-ekits-menu .thim-ekits-menu__nav>li.current-menu-item>.thim-ekits-menu__icon,
.thim-ekits-menu .thim-ekits-menu__nav>li.current-menu-item>.thim-ekits-menu__nav-text,
.thim-ekits-menu .thim-ekits-menu__nav>li.current-menu-item>a {
    color: var(--menu-active-text-color, #000)
}

.thim-ekits-menu .thim-ekits-menu__nav>li>.thim-ekits-menu__nav-text,
.thim-ekits-menu .thim-ekits-menu__nav>li>a {
    color: var(--menu-text-color, #000)
}

.thim-ekits-menu .thim-ekits-menu__nav>li:hover>.thim-ekits-menu__icon,
.thim-ekits-menu .thim-ekits-menu__nav>li>a:hover {
    color: var(--menu-text-color-hover, #000)
}

.thim-ekits-menu .thim-ekits-menu__nav .thim-ekits-menu__dropdown li.current-menu-item a {
    color: var(--submenu-item-color-active, #000)
}

.thim-ekits-menu .thim-ekits-menu__nav .thim-ekits-menu__dropdown li a {
    color: var(--submenu-item-color, #000)
}

.thim-ekits-menu .thim-ekits-menu__nav .thim-ekits-menu__dropdown li a:hover {
    color: var(--submenu-item-color-hover, #000)
}

.thim-ekits-menu__nav {
    display: flex;
    gap: 10px;
    list-style: none;
    margin: 0;
    padding: 0
}

@media(max-width:1024px) {
    .thim-ekits-menu__nav {
        flex-direction: column;
        margin-top: 20px;
        padding: 30px 0
    }
}

.thim-ekits-menu__nav>li {
    margin: 0
}

.thim-ekits-menu__has-dropdown {
    position: relative
}

.thim-ekits-menu__has-dropdown>.sub-menu-toggle {
    display: none
}

.thim-ekits-menu__has-dropdown>span.icon {
    display: none !important
}

.thim-ekits-menu__dropdown {
    list-style: none;
    margin: 0;
    max-width: none;
    min-width: max-content;
    opacity: 0;
    padding: 10px 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    visibility: hidden;
    width: 100%;
    z-index: 9
}

.thim-ekits-menu__dropdown .thim-ekits-menu__icon {
    top: calc(50% - 13px);
    transform: rotate(270deg)
}

.thim-ekits-menu__dropdown .thim-ekits-menu__dropdown {
    left: 100%;
    top: 0
}

.thim-ekits-menu__dropdown li {
    display: block;
    margin-bottom: 0
}

.thim-ekits-menu__dropdown li:last-child {
    border: unset !important
}

@media(max-width:1024px) {
    .thim-ekits-menu__dropdown {
        display: none;
        position: relative
    }

    .thim-ekits-menu__dropdown .thim-ekits-menu__icon {
        top: 0
    }

    .thim-ekits-menu__dropdown .thim-ekits-menu__dropdown {
        left: 0
    }
}

.thim-ekits-menu__mega-menu {
    position: relative
}

.thim-ekits-menu__mega-menu>.thim-ekits-menu__dropdown.sub-menu {
    display: none !important
}

.thim-ekits-menu__mega-menu>.thim-ekits-menu__content {
    left: 0;
    margin: 0;
    min-width: max-content;
    opacity: 0;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    transition: all .3s ease-in-out;
    visibility: hidden;
    z-index: 400
}

@media(max-width:1024px) {
    .thim-ekits-menu__mega-menu>.thim-ekits-menu__content {
        display: none;
        min-width: unset;
        position: relative
    }
}

.thim-ekits-menu__mega-menu>.thim-ekits-menu__content ul {
    margin: 0
}

.thim-ekits-menu__nav-link {
    align-items: center;
    display: flex;
    font-size: var(--thim-ekits-menu-font-size-nav-link);
    justify-content: flex-start;
    line-height: 1;
    margin: 0;
    position: relative;
    text-decoration: none
}

.thim-ekits-menu__has-icon {
    display: inline-block !important;
    line-height: 1;
    margin: 0 5px 0 0;
    max-width: none;
    padding: 0;
    vertical-align: middle
}

.thim-ekits-menu__has-icon>i {
    color: #222;
    font-size: 1rem;
    font-style: normal;
    line-height: 1;
    max-width: none
}

.thim-ekits-menu__has-icon>img {
    max-width: 20px
}

.thim-ekits-menu__badge {
    border-radius: 2px;
    display: inline-block;
    font-size: .8rem;
    font-weight: 400;
    line-height: 1;
    margin: 0 0 0 4px;
    max-width: none;
    padding: 5px;
    position: relative;
    top: -.5em
}

.thim-ekits-menu__dropdown-item {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    line-height: 1;
    margin: 0
}

@media(max-width:1024px) {

    .thim-ekits-menu__is-hover>.thim-ekits-menu__content,
    .thim-ekits-menu__is-hover>.thim-ekits-menu__dropdown {
        box-shadow: unset !important;
        display: block !important;
        left: auto !important;
        margin-left: 0 !important;
        min-width: unset !important;
        opacity: 1;
        pointer-events: visible;
        transform: translateX(0) !important;
        visibility: visible;
        width: 100% !important
    }

    .thim-ekits-menu__is-hover>.thim-ekits-menu__content .elementor-section,
    .thim-ekits-menu__is-hover>.thim-ekits-menu__dropdown .elementor-section {
        background: #0000 !important;
        box-shadow: none !important
    }

    .thim-ekits-menu__is-hover>.thim-ekits-menu__content .elementor-section .elementor-column,
    .thim-ekits-menu__is-hover>.thim-ekits-menu__dropdown .elementor-section .elementor-column {
        width: 100% !important
    }
}

@media(min-width:1024px) {

    .thim-ekits-menu__has-dropdown:hover>.thim-ekits-menu__content,
    .thim-ekits-menu__has-dropdown:hover>.thim-ekits-menu__dropdown {
        opacity: 1;
        pointer-events: visible;
        visibility: visible
    }
}

.thim-ekits-menu__has-dropdown>a {
    padding-right: 2rem
}

.thim-ekits-menu__icon {
    color: var(--menu-arrow-icon-color, inherit);
    position: absolute;
    right: -.5rem;
    top: calc(50% - 10px)
}

.thim-ekits-menu__icon:before {
    background-color: currentColor;
    content: "";
    display: inline-block;
    height: 20px;
    -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0iY3VycmVudENvbG9yIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik01LjI5MyA3LjI5M2ExIDEgMCAwIDEgMS40MTQgMEwxMCAxMC41ODZsMy4yOTMtMy4yOTNhMSAxIDAgMSAxIDEuNDE0IDEuNDE0bC00IDRhMSAxIDAgMCAxLTEuNDE0IDBsLTQtNGExIDEgMCAwIDEgMC0xLjQxNHoiIGNsaXAtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==);
    mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0iY3VycmVudENvbG9yIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik01LjI5MyA3LjI5M2ExIDEgMCAwIDEgMS40MTQgMEwxMCAxMC41ODZsMy4yOTMtMy4yOTNhMSAxIDAgMSAxIDEuNDE0IDEuNDE0bC00IDRhMSAxIDAgMCAxLTEuNDE0IDBsLTQtNGExIDEgMCAwIDEgMC0xLjQxNHoiIGNsaXAtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==);
    width: 20px
}

@media(max-width:1024px) {
    .thim-ekits-menu__icon {
        padding: 8px 10px 0 !important;
        right: 0;
        top: 0
    }
}

.thim-ekits-menu__mobile {
    align-items: center;
    background-color: var(--thim-ekits-menu-mobile-bg-button-color, #0000) !important;
    border: none;
    border-radius: 0;
    box-shadow: none;
    color: var(--thim-ekits-menu-mobile-button-color, #222) !important;
    display: flex;
    max-width: none;
    outline: none;
    padding: 0
}

@media(min-width:1025px) {
    .thim-ekits-menu__mobile {
        display: none
    }
}

.thim-ekits-menu__mobile .thim-ekits-menu__mobile__icon {
    align-items: center;
    display: inline-flex;
    line-height: 1;
    margin: 0 5px 0 0
}

.thim-ekits-menu__mobile .thim-ekits-menu__mobile__icon svg {
    height: 24px;
    width: 24px
}

.thim-ekits-menu__mobile .thim-ekits-menu__mobile__icon--close {
    display: none
}

.thim-ekits-menu__mobile__close {
    align-items: center;
    background-color: #0000 !important;
    border: none;
    border-radius: 0;
    box-shadow: none;
    color: #222 !important;
    display: flex;
    justify-content: center;
    line-height: 1;
    max-width: none;
    outline: none;
    padding: 0;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 999
}

.thim-ekits-menu__mobile__close>svg {
    height: 24px;
    width: 24px
}

@media(min-width:1025px) {
    .thim-ekits-menu__mobile__close {
        display: none
    }
}

.thim-ekits-menu__mobile__overlay {
    background-color: #0000004d;
    bottom: 0;
    display: block;
    left: 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 99998
}

.thim-ekits-menu__mobile__dropdown-icon {
    align-items: center;
    cursor: pointer;
    display: flex;
    height: auto;
    justify-content: center;
    padding: 10px 0 10px 10px;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px
}

.thim-ekits-menu__mobile__dropdown-icon>svg {
    height: 24px;
    width: 24px
}

@media(min-width:1024px) {
    .thim-ekits-menu__mobile__dropdown-icon {
        display: none
    }
}

@media(max-width:1024px) {
    .thim-ekits-menu__container {
        -webkit-overflow-scrolling: touch;
        background-color: var(--thim-ekits-menu-mobile-container-bgcolor, #fff);
        bottom: 0;
        display: block;
        left: 0;
        overflow: hidden;
        overflow-y: scroll;
        position: fixed;
        right: auto;
        top: 0;
        transform: translate3d(-320px, 0, 0);
        transition: transform .25s ease-in-out;
        width: 320px;
        z-index: 99999
    }
}

.thim-ekits-menu--mobile-open .thim-ekits-menu__mobile__icon--open {
    display: none
}

.thim-ekits-menu--mobile-open .thim-ekits-menu__mobile__icon--close {
    display: inline-flex
}

.thim-ekits-menu--mobile-open .thim-ekits-menu__mobile__overlay {
    opacity: 1;
    pointer-events: visible;
    transition: opacity .25s ease, visibility 0s ease;
    visibility: visible
}

.thim-ekits-menu--mobile-open .thim-ekits-menu__container {
    transform: none
}

.thim-ekits-menu__icon-wrapper {
    align-items: center;
    background: var(--thim-ekits-menu-mobile-bg-button-color, #f8f9f9);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    left: 0;
    padding: 10px 20px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3
}

@media(min-width:1025px) {
    .thim-ekits-menu__icon-wrapper {
        display: none
    }
}

.thim-ekits-menu__icon-menu-back {
    color: var(--menu-text-color, #000)
}

.thim-ekits-menu__icon-menu-back:not(.show-icon) {
    opacity: 0;
    visibility: hidden;
    z-index: -11
}

.thim-ekits-menu__icon-menu-back::before {
    content: "";
    font-family: thim-ekits;
    font-size: 16px;
    line-height: 1;
    margin-right: 8px;
}

@media(max-width:1024px) {
    .thim-ekits-menu.effect-submenu .thim-ekits-menu__mobile__close {
        position: unset
    }

    .thim-ekits-menu.effect-submenu li>.thim-ekits-menu__dropdown {
        background: var(--thim-bg-mobile-menu-color);
        display: block !important;
        height: calc(100vh - 46px);
        left: 0 !important;
        margin: 0;
        max-width: 320px;
        opacity: 0;
        overflow-y: auto;
        position: fixed;
        right: auto;
        top: 46px;
        transform: translate(-100%);
        transition: .4s;
        visibility: visible;
        width: 100%;
        z-index: 2
    }

    .thim-ekits-menu.effect-submenu .sub-menu li>.thim-ekits-menu__dropdown {
        top: 0
    }

    .thim-ekits-menu.effect-submenu li.thim-ekits-menu__is-hover>.thim-ekits-menu__dropdown {
        opacity: 1;
        transform: translate(0) !important;
        visibility: visible
    }
}

.back-to-top__button {
    align-items: center;
    display: flex;
    justify-content: center
}

.back-to-top__button.scroll-circle-progress {
    background: #0000 !important;
    border-radius: 100% !important;
    box-shadow: inset 0 0 0 .11rem #80828640;
    color: inherit;
    position: relative
}

.back-to-top__button.scroll-circle-progress svg {
    stroke: #000;
    stroke-width: 5;
    box-sizing: border-box;
    transition: all .2s linear
}

.back-to-top__button.scroll-circle-progress svg path {
    fill: none
}

.back-to-top__button.scroll-circle-progress i {
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all .2s linear;
    z-index: 1
}

.thim-ekits-scrollProgressContainer {
    background-color: #ddd;
    height: 10px;
    position: relative;
    width: 100%
}

.thim-ekits-scrollProgressContainer .thim-ekits-scrollProgressBar {
    background-color: #4caf50;
    height: 100%;
    left: 0;
    position: absolute;
    right: auto;
    text-align: right;
    width: 100px
}

.thim-ekits-progress-tracker-direction-right .thim-ekits-scrollProgressContainer .thim-ekits-scrollProgressBar {
    left: auto;
    right: 0
}

.thim-ekits-scrollProgressContainer .thim-ekits-scrollPercentage {
    color: #fff
}

.thim-header-info {
    margin: 0
}

.thim-header-info>li {
    display: inline-block;
    list-style: non;
    margin-right: 10px
}

.thim-header-info>li:last-child {
    margin-right: 0
}