html {
    direction: ltr;
    overflow-x: hidden;
    box-shadow: none !important;
    -webkit-font-smoothing: antialiased
}

body {
    background-color: #fff;
    color: #777;
    font-family: "Lato", serif;
    font-size: 14px;
    margin: 0;
    letter-spacing: .05px !important;
}

body a {
    outline: none !important;
}

p,
li {
    color: #222;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .25px;
    font-family: "Lato", serif;
}

.body {
    background-color: #fff
}

html.safari:not(.no-safari-overflow-x-fix) .body {
    overflow-x: hidden
}

html[dir=rtl] .body {
    overflow-x: hidden
}

@media(max-width:575px) {
    body {
        font-size: 13px
    }
}

#header {
    position: relative;
    z-index: 1030
}

#header .header-body {
    display: flex;
    flex-direction: column;
    background: #fff;
    transition: min-height .3s ease;
    width: 100%;
    border-top: 3px solid #ededed !important;
    border-bottom: 1px solid transparent !important;
    z-index: 1001;

}

#header .header-body.header-body-bottom-border-fixed {
    border-bottom: 1px solid rgba(234, 234, 234, .5) !important
}

#header .header-body[class*=border-color-] {
    border-bottom: 0 !important
}

#header .header-container {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    transition: ease height 300ms
}

@media(max-width:991px) {
    #header .header-container:not(.container):not(.container-fluid) .header-nav-main {
        padding: 0 .75rem
    }

    .delevery-partners .delivery-partners img {
        margin-left: 0px;
        width: 25% !important;
    }

    .delevery-partners .delivery-partners {
        border-right: none !important;

    }
}

#header .header-container.header-container-height-xs {
    height: 80px
}

#header .header-container.header-container-height-sm {
    height: 100px
}

#header .header-container.header-container-height-md {
    height: 125px
}

#header .header-container.header-container-height-lg {
    height: 145px
}

#header .container {
    position: relative
}

#header .header-row {
    display: flex;
    flex-grow: 1;
    /* align-items: center; */
    align-self: stretch;
    max-height: 100%
}

#header .header-column {
    display: flex;
    align-self: stretch;
    align-items: center;
    flex-grow: 1;
    flex-direction: column
}

#header .header-column.header-column-border-right {
    border-right: 1px solid rgba(0, 0, 0, .06)
}

#header .header-column.header-column-border-left {
    border-left: 1px solid rgba(0, 0, 0, .06)
}

#header .header-column .header-row {
    justify-content: inherit
}

#header .header-column .header-extra-info {
    list-style: outside none none;
    margin: 0;
    padding: 0
}

#header .header-column .header-extra-info li {
    display: inline-flex;
    margin-left: 25px
}

#header .header-column .header-extra-info li .header-extra-info-icon {
    font-size: 32px;
    font-size: 2rem;
    margin-right: 10px
}

#header .header-column .header-extra-info li .header-extra-info-text label {
    display: block;
    margin: 0;
    color: #999;
    font-size: 12px;
    font-size: .75rem;
    line-height: 1.2
}

#header .header-column .header-extra-info li .header-extra-info-text strong {
    display: block;
    margin: 0;
    color: #333;
    font-size: 14.4px;
    font-size: .9rem;
    line-height: 1.3
}

#header .header-column .header-extra-info li .header-extra-info-text a {
    color: #333
}

#header .header-column .header-extra-info li .feature-box p,
.icons-why-us .feature-box-icon {
    margin: 0 !important;
}

#header .header-column .header-extra-info li .feature-box small {
    position: relative;
    top: -4px;
    font-size: 80%
}

#header.header-no-min-height .header-body {
    min-height: 0 !important
}

#header .header-top {
    display: flex;
    align-items: center;
    min-height: 65px;
    width: 1179px;
    margin: 0px auto;
}

#header .header-top.header-top-light-border-bottom {
    border-bottom-color: rgba(255, 255, 255, .1)
}

#header .header-top.header-top-simple-border-bottom {
    border-bottom-width: 1px
}

#header .header-top.header-top-default {
    background: #f7f7f7
}

#header .header-top.header-top-borders {
    border-bottom-width: 1px
}

#header .header-top.header-top-borders .nav-item-borders {
    border-right: 1px solid rgba(0, 0, 0, .06);
    padding-left: 12px;
    padding-right: 12px
}

#header .header-top.header-top-borders .nav-item-borders:first-child {
    padding-left: 0
}

#header .header-top.header-top-borders .nav-item-borders:last-child {
    border-right: 0
}

#header .header-top.header-top-light-borders {
    border-bottom-color: rgba(255, 255, 255, .2)
}

#header .header-top.header-top-light-borders.header-top-borders .nav-item-borders {
    border-right-color: rgba(255, 255, 255, .2)
}

#header .header-top.header-top-light-2-borders {
    border-bottom-color: rgba(255, 255, 255, .06)
}

#header .header-top.header-top-light-2-borders.header-top-borders .nav-item-borders {
    border-right-color: rgba(255, 255, 255, .06)
}

#header .header-top.header-top-bottom-containered-border {
    border-bottom: 0
}

#header .header-top.header-top-bottom-containered-border>.container>.header-row {
    border-bottom: 1px solid rgba(0, 0, 0, .06)
}

#header .header-top.header-top-small-minheight {
    min-height: 38px
}

#header .header-logo {
    margin: 16px 0;
    margin: 1rem 0;
    position: relative;
    z-index: 1
}

#header .header-logo img {
    transition: all .3s ease;
    position: relative;
    top: 0
}

#header .header-nav {
    padding: 16px 0;
    padding: 1rem 0;
    min-height: 40px;
}

#header .header-nav-top {
    display: flex;
    align-self: stretch;
    align-items: center
}

#header .header-nav-top .nav>li>a,
#header .header-nav-top .nav>li>span,
.list-none li,
.social-media,
.card-body li p,
#checkout-form label,
#editProfileForm label {
    color: #202020;
    font-family: "Montserrat", serif;
    font-weight: 500;
    font-size: 14px !important;
    line-height: 16px;
    letter-spacing: 0.58px;
    text-transform: capitalize;
}

#header .header-nav-top .nav>li>a [class*=fa-],
#header .header-nav-top .nav>li>a .icons,
#header .header-nav-top .nav>li>span [class*=fa-],
#header .header-nav-top .nav>li>span .icons {
    margin-right: 3px;
    font-size: .8em;
    position: relative
}

#header .header-nav-top .nav>li>a {
    text-decoration: none
}

#header .header-nav-top .nav>li>a:hover,
#header .header-nav-top .nav>li>a a:focus {
    background: 0 0
}

#header .header-nav-top .nav>li.open>.dropdown-menu-toggle {
    border-radius: 4px 4px 0 0
}

#header .header-nav-top .nav>li+.nav-item-left-border {
    margin-left: 10px;
    padding-left: 10px;
    position: relative
}

#header .header-nav-top .nav>li+.nav-item-left-border:after {
    background: rgba(0, 0, 0, .08);
    content: "";
    width: 1px;
    height: 16px;
    position: absolute;
    display: block;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    left: 0
}

#header .header-nav-top .nav>li+.nav-item-right-border {
    margin-right: 10px;
    padding-right: 10px;
    position: relative
}

#header .header-nav-top .nav>li+.nav-item-right-border:before {
    background: rgba(0, 0, 0, .08);
    content: "";
    width: 1px;
    height: 16px;
    position: absolute;
    display: block;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    right: 0
}

#header .header-nav-top .nav>li.nav-item-left-border.nav-item-left-border-remove:after {
    content: none
}

#header .header-nav-top .nav>li.nav-item-left-border.nav-item-right-border-remove:before {
    content: none
}

@media(max-width:575px) {
    #header .header-nav-top .nav>li:not(.d-none) {
        margin-left: 0;
        padding-left: 0
    }
}

#header .header-nav-top .nav>li.nav-item-left-border.nav-item-left-border-show:after {
    content: ''
}

#header .header-nav-top .nav>li.nav-item-right-border.nav-item-right-border-show:after {
    content: ''
}

@media(min-width:576px) {
    #header .header-nav-top .nav>li.nav-item-left-border.nav-item-left-border-sm-show:after {
        /* content: '' */
    }

    #header .header-nav-top .nav>li.nav-item-right-border.nav-item-right-border-sm-show:after {
        content: ''
    }
}

@media(min-width:768px) {
    #header .header-nav-top .nav>li.nav-item-left-border.nav-item-left-border-md-show:after {
        content: ''
    }

    #header .header-nav-top .nav>li.nav-item-right-border.nav-item-right-border-md-show:after {
        content: ''
    }
}

@media(min-width:992px) {
    #header .header-nav-top .nav>li.nav-item-left-border.nav-item-left-border-lg-show:after {
        content: ''
    }

    #header .header-nav-top .nav>li.nav-item-right-border.nav-item-right-border-lg-show:after {
        content: ''
    }
}

@media(min-width:1200px) {
    #header .header-nav-top .nav>li.nav-item-left-border.nav-item-left-border-xl-show:after {
        content: ''
    }

    #header .header-nav-top .nav>li.nav-item-right-border.nav-item-right-border-xl-show:after {
        content: ''
    }
}

#header .header-nav-top .nav>li.nav-item.dropdown.show .nav-link {
    background: 0 0
}

#header .header-nav-top .nav>li.nav-item:not(.dropdown)>a [class*=fa-],
#header .header-nav-top .nav>li.nav-item:not(.dropdown)>a .icons {
    left: -1px;
    top: -1px
}

#header .header-nav-top .nav>li.nav-item-anim-icon>a:hover [class*=fa-],
#header .header-nav-top .nav>li.nav-item-anim-icon>a:hover .icons {
    -webkit-animation: navItemArrow 600ms ease;
    animation: navItemArrow 600ms ease;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

#header .header-nav-top .dropdown .dropdown-item {
    font-size: .75em
}

#header .header-nav-top .dropdown-menu {
    border: 0;
    margin-top: -2px;
    margin-left: -2px;
    padding: 0;
    box-shadow: 0 10px 30px 10px rgba(0, 0, 0, .05);
    background: #fff;
    padding: 3px;
    min-width: 180px;
    z-index: 10000;
    margin-right: 0;
    margin-top: 1px;
    transition: opacity .2s ease-out;
    border-radius: 0
}

#header .header-nav-top .dropdown-menu:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 5px;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #fff;
    transform: translate3d(-7px, -6px, 0)
}

#header .header-nav-top .dropdown-menu.dropdow-menu-arrow-right:before {
    right: auto;
    left: 20px
}

#header .header-nav-top .dropdown-menu a {
    color: #999;
    padding: 5px 12px;
    font-size: .9em
}

#header .header-nav-top .dropdown-menu a:active {
    color: #fff
}

#header .header-nav-top .flag {
    margin-right: 2px;
    position: relative;
    top: -1px
}

#header .header-nav-features {
    position: relative;
    padding-left: 20px;
    margin-left: 10px
}

#header .header-nav-features:before,
#header .header-nav-features:after {
    background: rgba(0, 0, 0, .03);
    content: none;
    width: 1px;
    height: 16px;
    position: absolute;
    display: block;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    left: 0
}

#header .header-nav-features.header-nav-features-divisor-lg:before,
#header .header-nav-features.header-nav-features-divisor-lg:after {
    height: 72px
}

#header .header-nav-features.header-nav-features-light:before,
#header .header-nav-features.header-nav-features-light:after {
    background: rgba(255, 255, 255, .1)
}

#header .header-nav-features:not(.header-nav-features-no-border):before,
#header .header-nav-features:not(.header-nav-features-no-border):after {
    content: ''
}

#header .header-nav-features:not(.header-nav-features-no-border):after {
    display: none
}

#header .header-nav-features.header-nav-features-show-border:before,
#header .header-nav-features.header-nav-features-show-border:after {
    content: ''
}

@media(min-width:576px) {

    #header .header-nav-features.header-nav-features-sm-show-border:before,
    #header .header-nav-features.header-nav-features-sm-show-border:after {
        content: ''
    }
}

@media(min-width:768px) {

    #header .header-nav-features.header-nav-features-md-show-border:before,
    #header .header-nav-features.header-nav-features-md-show-border:after {
        content: ''
    }
}

@media(min-width:992px) {

    #header .header-nav-features.header-nav-features-lg-show-border:before,
    #header .header-nav-features.header-nav-features-lg-show-border:after {
        content: ''
    }
}

@media(min-width:1200px) {

    #header .header-nav-features.header-nav-features-xl-show-border:before,
    #header .header-nav-features.header-nav-features-xl-show-border:after {
        content: ''
    }
}

#header .header-nav-features.header-nav-features-start {
    padding-left: 0;
    margin-left: 0;
    padding-right: 20px;
    margin-right: 10px
}

#header .header-nav-features.header-nav-features-start:not(.header-nav-features-no-border):before {
    left: auto;
    right: 0
}

#header .header-nav-features.header-nav-features-center {
    padding-left: 20px;
    margin-left: 10px;
    padding-right: 20px;
    margin-right: 10px
}

#header .header-nav-features.header-nav-features-center:after {
    display: block;
    left: auto;
    right: 0
}

#header .header-nav-features .header-nav-top-icon,
#header .header-nav-features .header-nav-top-icon-img {
    font-size: 12.8px;
    font-size: .8rem;
    position: relative;
    top: -1px;
    color: #444
}

#header .header-nav-features.header-nav-features-light .header-nav-top-icon,
#header .header-nav-features.header-nav-features-light .header-nav-top-icon-img {
    color: #fff
}

#header .header-nav-features .header-nav-top-icon-img {
    top: -2px
}

#header .header-nav-features .header-nav-feature {
    position: relative
}

#header .header-nav-features .header-nav-features-dropdown {
    opacity: 0;
    top: -10000px;
    position: absolute;
    box-shadow: 0 10px 30px 10px rgba(0, 0, 0, .05);
    background: #fff;
    padding: 17px;
    min-width: 300px;
    z-index: 10000;
    right: 100%;
    margin-right: -25px;
    margin-top: 30px;
    transition: opacity .2s ease-out;
    pointer-events: none
}

#header .header-nav-features .header-nav-features-dropdown:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 5px;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #fff;
    transform: translate3d(-7px, -6px, 0)
}

#header .header-nav-features .header-nav-features-dropdown.show {
    opacity: 1;
    top: auto;
    pointer-events: all
}

@media(min-width:992px) {
    #header .header-nav-features .header-nav-features-dropdown.header-nav-features-dropdown-reverse {
        right: auto;
        margin-right: 0;
        left: 100%;
        margin-left: -25px
    }

    #header .header-nav-features .header-nav-features-dropdown.header-nav-features-dropdown-reverse:before {
        right: auto;
        left: 5px;
        transform: translate3d(7px, -6px, 0)
    }
}

@media(max-width:440px) {
    #header .header-nav-features .header-nav-features-dropdown.header-nav-features-dropdown-mobile-fixed {
        position: fixed;
        right: auto;
        left: 50%;
        transform: translate3d(-50%, 0, 0)
    }

    #header .header-nav-features .header-nav-features-dropdown.header-nav-features-dropdown-mobile-fixed:before {
        content: none
    }
}

#header .header-nav-features .header-nav-features-dropdown.header-nav-features-dropdown-force-right {
    margin-right: 6px !important;
    right: 0
}

#header .header-nav-features .header-nav-features-dropdown.header-nav-features-dropdown-dark {
    background: #212529
}

#header .header-nav-features .header-nav-features-dropdown.header-nav-features-dropdown-dark:before {
    border-bottom-color: #212529
}

#header .header-nav-features .header-nav-features-cart {
    z-index: 2
}

#header .header-nav-features .header-nav-features-cart .header-nav-features-dropdown {
    padding: 20px
}

#header .header-nav-features .header-nav-features-cart .cart-info {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    margin-top: -4px;
    left: 0;
    padding: 0;
    display: block;
    line-height: 1
}

#header .header-nav-features .header-nav-features-cart .cart-info .cart-qty {
    position: absolute;
    top: -12px;
    right: -10px;
    width: 15px;
    height: 15px;
    display: block;
    font-size: 9px;
    font-weight: 600;
    color: #fff;
    background-color: #ed5348;
    text-align: center;
    line-height: 15px;
    border-radius: 20px;
    box-shadow: -1px 1px 2px 0 rgba(0, 0, 0, .3)
}

#header .header-nav-features .header-nav-features-cart .mini-products-list {
    list-style: none;
    margin: 0;
    padding: 0
}

#header .header-nav-features .header-nav-features-cart .mini-products-list li {
    position: relative;
    padding: 15px 0;
    border-bottom: 1px solid #eee
}

#header .header-nav-features .header-nav-features-cart .mini-products-list li:first-child {
    margin-top: -15px
}

#header .header-nav-features .header-nav-features-cart .mini-products-list li .product-image {
    float: right;
    border-color: #ededed;
    border-width: 1px;
    padding: 0;
    border: 1px solid #ddd;
    background-color: #fff;
    display: block;
    position: relative
}

#header .header-nav-features .header-nav-features-cart .mini-products-list li .product-image img {
    max-width: 80px
}

#header .header-nav-features .header-nav-features-cart .mini-products-list li .product-details {
    margin-left: 0;
    line-height: 1.4
}

#header .header-nav-features .header-nav-features-cart .mini-products-list li .product-details a {
    letter-spacing: .005em;
    font-weight: 600;
    color: #696969
}

#header .header-nav-features .header-nav-features-cart .mini-products-list li .product-details .product-name {
    margin: 15px 0 0;
    font-size: .9em;
    font-weight: 400
}

#header .header-nav-features .header-nav-features-cart .mini-products-list li .product-details .qty-price {
    font-size: .8em
}

#header .header-nav-features .header-nav-features-cart .mini-products-list li .product-details .qty-price .price {
    display: inline-block
}

#header .header-nav-features .header-nav-features-cart .mini-products-list li .product-details .btn-remove {
    z-index: 3;
    top: 5px;
    right: -5px;
    width: 20px;
    height: 20px;
    background-color: #fff;
    color: #474747;
    border-radius: 100%;
    position: absolute;
    text-align: center;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .2);
    line-height: 20px;
    font-size: 10px
}

#header .header-nav-features .header-nav-features-cart .totals {
    padding: 15px 0 25px;
    overflow: hidden
}

#header .header-nav-features .header-nav-features-cart .totals .label {
    float: left;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    color: #474747
}

#header .header-nav-features .header-nav-features-cart .totals .price-total {
    float: right;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    color: #474747
}

#header .header-nav-features .header-nav-features-cart .actions {
    padding: 0;
    margin: 0
}

#header .header-nav-features .header-nav-features-cart .actions .btn {
    display: inline-block;
    min-width: 125px;
    text-align: center;
    margin: 5px 0;
    float: right;
    font-size: 11.2px;
    font-size: .7rem;
    padding: 11.2px 16px;
    padding: .7rem 1rem;
    text-transform: uppercase;
    font-weight: 600
}

#header .header-nav-features .header-nav-features-cart .actions .btn:first-child {
    float: left
}

#header .header-nav-features .header-nav-features-cart.header-nav-features-cart-big .cart-info {
    margin-top: -9px;
    left: -4px
}

#header .header-nav-features .header-nav-features-cart.header-nav-features-cart-big .header-nav-features-dropdown {
    margin-right: -31px;
    top: 10px
}

#header .header-nav-features .header-nav-features-user .header-nav-features-toggle {
    color: #444;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

#header .header-nav-features .header-nav-features-user .header-nav-features-toggle .far {
    font-size: 15.2px;
    font-size: .95rem;
    margin: 0 2px 0 0;
    position: relative;
    top: 1px
}

#header .header-nav-features .header-nav-features-user .header-nav-features-toggle:hover {
    text-decoration: none
}

#header .header-nav-features .header-nav-features-user .header-nav-features-dropdown {
    margin-right: -27px;
    min-width: 420px;
    padding: 35px
}

#header .header-nav-features .header-nav-features-user .actions {
    padding: 0;
    margin: 0
}

#header .header-nav-features .header-nav-features-user .actions .btn {
    display: inline-block;
    min-width: 125px;
    margin: 5px 0;
    font-size: 11.2px;
    font-size: .7rem;
    padding: 11.2px 16px;
    padding: .7rem 1rem;
    text-transform: uppercase;
    font-weight: 600
}

#header .header-nav-features .header-nav-features-user .extra-actions {
    clear: both;
    border-top: 1px solid rgba(0, 0, 0, .08);
    padding-top: 20px;
    margin-top: 20px;
    text-align: center
}

#header .header-nav-features .header-nav-features-user .extra-actions p {
    font-size: 12px;
    font-size: .75rem;
    margin: 0;
    padding: 0
}

#header .header-nav-features .header-nav-features-user.signin .signin-form {
    display: block
}

#header .header-nav-features .header-nav-features-user.signin .signup-form,
#header .header-nav-features .header-nav-features-user.signin .recover-form {
    display: none
}

#header .header-nav-features .header-nav-features-user.signup .signin-form {
    display: none
}

#header .header-nav-features .header-nav-features-user.signup .signup-form {
    display: block
}

#header .header-nav-features .header-nav-features-user.signup .recover-form {
    display: none
}

#header .header-nav-features .header-nav-features-user.recover .signin-form,
#header .header-nav-features .header-nav-features-user.recover .signup-form {
    display: none
}

#header .header-nav-features .header-nav-features-user.header-nav-features-user-logged .header-nav-features-dropdown {
    min-width: 320px
}

#header .header-nav-features .header-nav-features-search-reveal-container {
    display: flex;
    align-items: center;
    min-height: 42px
}

#header .header-nav-features .header-nav-features-search-reveal .simple-search {
    display: none
}

#header .header-nav-features .header-nav-features-search-reveal .header-nav-features-search-hide-icon {
    display: none;
    text-decoration: none
}

#header .header-nav-features .header-nav-features-search-reveal .header-nav-features-search-show-icon {
    display: inline-flex;
    text-decoration: none
}

#header .header-nav-features .header-nav-features-search-reveal.show .header-nav-features-search-hide-icon {
    display: inline-flex;
    margin-left: 10px;
    align-items: center
}

#header .header-nav-features .header-nav-features-search-reveal.show .header-nav-features-search-show-icon {
    display: none
}

#header .header-nav-features .header-nav-features-search-reveal.show .simple-search {
    display: inline-flex
}

#header .header-nav-features .header-nav-features-search-reveal-big-search {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    z-index: 1
}

#header .header-nav-features .header-nav-features-search-reveal-big-search .big-search-header {
    align-items: center
}

#header .header-nav-features .header-nav-features-search-reveal-big-search .big-search-header input[type=search]::-webkit-search-decoration,
#header .header-nav-features .header-nav-features-search-reveal-big-search .big-search-header input[type=search]::-webkit-search-cancel-button,
#header .header-nav-features .header-nav-features-search-reveal-big-search .big-search-header input[type=search]::-webkit-search-results-button,
#header .header-nav-features .header-nav-features-search-reveal-big-search .big-search-header input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none
}

#header .header-nav-features .header-nav-features-search-reveal-big-search .form-control {
    border: 0;
    background: 0 0;
    font-size: 22px !important;
    line-height: 1;
    border-bottom: 2px solid #ccc;
    border-radius: 0;
    box-shadow: none;
    position: relative;
    z-index: 1
}

#header .header-nav-features .header-nav-features-search-reveal-big-search .header-nav-features-search-hide-icon {
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 2;
    display: block;
    margin-right: 10px;
    margin-top: -10px
}

#header .header-nav-features .header-nav-features-search-reveal-big-search .header-nav-features-search-hide-icon i {
    font-size: 20px
}

#header .header-nav-features .header-nav-features-search-reveal-big-search.header-nav-features-search-reveal-big-search-full {
    position: fixed;
    z-index: 100000;
    background: 0 0
}

#header .header-nav-features .header-nav-features-search-reveal-big-search.header-nav-features-search-reveal-big-search-full:before {
    content: "";
    display: block;
    background: rgba(23, 23, 23, .95);
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

#header .header-nav-features .header-nav-features-search-reveal-big-search.header-nav-features-search-reveal-big-search-full .form-control {
    color: #fff
}

#header .header-nav-features .header-nav-features-search-reveal-big-search.header-nav-features-search-reveal-big-search-full .header-nav-features-search-hide-icon {
    position: fixed;
    top: 25px;
    right: 20px;
    margin-top: 0
}

#header .header-nav-features .header-nav-features-search-reveal-big-search.header-nav-features-search-reveal-big-search-full .header-nav-features-search-hide-icon i {
    color: #fff
}

#header.search-show .header-nav-features .header-nav-features-search-reveal-big-search {
    display: flex
}

#header .header-search {
    margin-left: 16px;
    margin-left: 1rem
}

#header .header-search .form-control {
    border-radius: 20px;
    font-size: .9em;
    height: 34px;
    margin: 0;
    padding: 6px 12px;
    transition: width .3s ease;
    perspective: 1000px;
    width: 170px
}

#header .header-search .btn-light {
    background: 0 0;
    border: 0;
    color: #ccc;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3
}

#header .header-search .btn-light:hover {
    color: #000
}

#header .header-social-icons {
    margin-left: 16px;
    margin-left: 1rem
}

#header .header-border-left {
    border-left: 1px solid rgba(0, 0, 0, .08)
}

#header .header-border-right {
    border-right: 1px solid rgba(0, 0, 0, .08)
}

#header .header-border-top {
    border-top: 1px solid rgba(0, 0, 0, .08)
}

#header .header-border-bottom {
    border-bottom: 1px solid rgba(0, 0, 0, .08)
}

@media(max-width:991px) {
    #header .header-mobile-border-top:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        border-bottom: 1px solid rgba(0, 0, 0, .08)
    }
}

#header .header-btn-collapse-nav {
    background: #ccc;
    color: #fff;
    display: none;
    float: right;
    margin: 0 0 0 16px;
    margin: 0 0 0 1rem
}

#header.header-narrow .header-body {
    min-height: 0
}

#header.header-narrow .header-logo {
    margin-top: 0;
    margin-bottom: 0
}

#header.header-narrow .header-nav {
    padding-top: 0;
    padding-bottom: 0
}

#header.header-no-border-bottom .header-body {
    padding-bottom: 0 !important;
    border-bottom: 0 !important
}

#header.header-no-border-bottom .header-nav.header-nav-links nav>ul>li>a,
#header.header-no-border-bottom .header-nav.header-nav-links nav>ul>li:hover>a,
#header.header-no-border-bottom .header-nav.header-nav-line nav>ul>li>a,
#header.header-no-border-bottom .header-nav.header-nav-line nav>ul>li:hover>a,
.social-media {
    margin: 0
}

#header.header-effect-shrink {
    transition: ease height 300ms
}

#header.header-effect-shrink .header-top {
    transition: ease height 300ms
}

#header.header-effect-shrink .header-container {
    min-height: 100px
}

#header.header-effect-shrink .header-logo {
    display: flex;
    align-items: center
}

#header.header-dark .header-body {
    background: #212529
}

#header.header-dark .header-body .header-nav.header-nav-links-side-header nav>ul>li>a {
    border-bottom-color: #2a2a2a
}

@media(max-width:991px) {
    html.mobile-menu-opened #header .header-body[class*=border-color-] {
        border-bottom: 1px solid rgba(234, 234, 234, .5) !important
    }
}

html:not(.boxed) #header.header-floating-bar {
    position: absolute;
    top: 45px;
    width: 100%
}

html:not(.boxed) #header.header-floating-bar .header-body {
    border: medium;
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: auto
}

html:not(.boxed) #header.header-floating-bar .header-nav-main nav>ul>li.dropdown-mega>.dropdown-menu {
    left: 0;
    right: 0
}

@media(max-width:991px) {
    html:not(.boxed) #header.header-floating-bar {
        top: 0
    }
}

@media(max-width:991px) {
    html:not(.boxed):not(.sticky-header-active) #header.header-floating-bar .header-body {
        margin: 10px
    }

    html:not(.boxed):not(.sticky-header-active) #header.header-floating-bar .header-nav-main:before {
        display: none
    }
}

@media(min-width:1200px) {
    html:not(.sticky-header-active) #header.header-floating-bar .header-body {
        max-width: 1140px;
        right: 15px
    }

    html:not(.sticky-header-active) #header.header-floating-bar .header-container {
        padding-right: 0;
        padding-left: 30px
    }
}

html:not(.boxed) #header.header-full-width .header-container {
    width: 100%;
    max-width: none
}

html #header.header-bottom-slider {
    position: absolute;
    bottom: 0
}

html #header.header-bottom-slider .header-body {
    border-top: 1px solid rgba(255, 255, 255, .4)
}

html #header.header-bottom-slider.header-transparent-light-top-border .header-body {
    border-top: 1px solid rgba(68, 68, 68, .4)
}

html #header.header-bottom-slider.header-transparent-light-top-border-1 .header-body {
    border-top: 1px solid rgba(68, 68, 68, .1)
}

html #header.header-bottom-slider.header-transparent-dark-top-border .header-body {
    border-top: 1px solid rgba(255, 255, 255, .4)
}

html #header.header-bottom-slider.header-transparent-dark-top-border-1 .header-body {
    border-top: 1px solid rgba(255, 255, 255, .1)
}

html.sticky-header-active #header.header-bottom-slider .header-body {
    border-top-color: transparent
}

@media(max-width:991px) {
    html #header.header-bottom-slider .header-nav-main {
        top: calc(100% + 15px)
    }

    html.sticky-header-active #header.header-bottom-slider .header-nav-main {
        top: 100%
    }
}

html #header.header-transparent {
    min-height: 0 !important;
    width: 100%;
    position: absolute
}

html #header.header-transparent .header-body:not(.header-border-bottom) {
    border-bottom: 0
}

html:not(.sticky-header-active) #header.header-transparent:not(.header-semi-transparent) .header-body {
    background-color: transparent !important
}

html:not(.sticky-header-active) #header.header-semi-transparent-light .header-body {
    background-color: rgba(255, 255, 255, .8) !important
}

html:not(.sticky-header-active) #header.header-semi-transparent-dark .header-body {
    background-color: rgba(68, 68, 68, .4) !important
}

html:not(.sticky-header-active) #header.header-transparent-light-bottom-border .header-body {
    border-bottom: 1px solid rgba(68, 68, 68, .4)
}

html:not(.sticky-header-active) #header.header-transparent-light-bottom-border-1 .header-body {
    border-bottom: 1px solid rgba(68, 68, 68, .1)
}

html:not(.sticky-header-active) #header.header-transparent-dark-bottom-border .header-body {
    border-bottom: 1px solid rgba(255, 255, 255, .4)
}

html:not(.sticky-header-active) #header.header-transparent-dark-bottom-border-1 .header-body {
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

@media(max-width:991px) {
    html #header.header-transparent .header-body {
        overflow: hidden
    }

    html #header.header-transparent .header-body.bg-dark .header-nav-main:before,
    html #header.header-transparent .header-body.bg-color-dark .header-nav-main:before {
        background-color: #212529
    }

    html #header.header-transparent .header-nav-main:before {
        width: calc(100% - 30px)
    }

    html #header.header-transparent .header-nav-main nav {
        padding: 0 30px
    }

    html.sticky-header-active #header.header-transparent .header-nav-main nav {
        padding: 0 15px
    }
}

html.sticky-header-active #header .header-body {
    position: absolute;
    border-bottom-color: rgb(202 231 255);
    box-shadow: 0 0 3px rgb(140 203 255);
    /* background: transparent !important; */
}

html.sticky-header-active #header .header-body.header-body-bottom-border {
    border-bottom: 1px solid rgba(234, 234, 234, .5) !important
}

html.sticky-header-active #header.header-effect-shrink .header-body {
    position: relative
}

html.sticky-header-reveal.sticky-header-active #header .header-body {
    position: fixed;
    border-bottom: none;
    width: 100%;
    max-width: 100%
}

html.sticky-header-enabled #header .header-logo-sticky-change {
    position: relative
}

html.sticky-header-enabled #header .header-logo-sticky-change img {
    position: absolute;
    top: 0;
    left: 0
}

html.sticky-header-enabled #header .header-logo-sticky-change .header-logo-non-sticky {
    opacity: 1 !important
}

html.sticky-header-enabled #header .header-logo-sticky-change .header-logo-sticky {
    opacity: 0 !important
}

html.sticky-header-enabled.sticky-header-active #header .header-logo-sticky-change .header-logo-non-sticky {
    opacity: 0 !important
}

html.sticky-header-enabled.sticky-header-active #header .header-logo-sticky-change .header-logo-sticky {
    opacity: 1 !important
}

@media(min-width:992px) {
    #header .header-nav-main {
        display: flex !important;
        height: auto !important
    }

    #header .header-nav-main nav {
        display: flex !important;
        margin-left: 60px;
    }

    #header .header-nav-main nav>ul>li {
        height: 100%;
        align-self: stretch;
        margin-left: 2px
    }

    #header .header-nav-main nav>ul>li>a {
        display: inline-flex;
        align-items: center;
        white-space: normal;
        border-radius: 4px;
        color: #ccc;
        font-style: normal;
        padding: .5rem 1rem;
        text-transform: uppercase;
        font-family: "Montserrat", serif;
        font-weight: 600;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 1px;
    }

    #header .header-nav-main nav>ul>li>a:after {
        display: none
    }

    #header .header-nav-main nav>ul>li>a:active {
        background-color: transparent;
        text-decoration: none;
        color: #ccc
    }

    #header .header-nav-main nav>ul>li>a.dropdown-toggle .fa-chevron-down {
        display: none
    }

    #header .header-nav-main nav>ul>li>a.active {
        background-color: transparent
    }

    #header .header-nav-main nav>ul>li.open>a,
    #header .header-nav-main nav>ul>li:hover>a {
        background: #ccc;
        color: #fff
    }

    #header .header-nav-main nav>ul>li.dropdown .dropdown-menu {
        top: -10000px;
        display: block;
        opacity: 0;
        left: auto;
        border-radius: 0 4px 4px;
        border: 0;
        border-top: 3px solid #ccc;
        box-shadow: 0 15px 30px -5px rgba(0, 0, 0, .07);
        margin: 0;
        min-width: 200px;
        padding: 5px 0;
        text-align: left
    }

    #header .header-nav-main nav>ul>li.dropdown .dropdown-menu li a {
        border-bottom: 1px dashed #f7f7f7;
        color: #ffffff;
        font-size: .8em;
        font-weight: 600;
        padding: 6px 18px;
        position: relative;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        font-family: "Montserrat", serif !important;
    }

    #header .header-nav-main nav>ul>li.dropdown .dropdown-menu li a:hover,
    #header .header-nav-main nav>ul>li.dropdown .dropdown-menu li a:focus,
    #header .header-nav-main nav>ul>li.dropdown .dropdown-menu li a.active,
    #header .header-nav-main nav>ul>li.dropdown .dropdown-menu li a:active {
        background-color: transparent
    }

    #header .header-nav-main nav>ul>li.dropdown .dropdown-menu li:hover>a,
    #header .header-nav-main nav>ul>li.dropdown .dropdown-menu li:focus>a,
    #header .header-nav-main nav>ul>li.dropdown .dropdown-menu li.active>a,
    #header .header-nav-main nav>ul>li.dropdown .dropdown-menu li:active>a,
    #header .header-nav-main nav>ul>li.dropdown .dropdown-menu li.open>a {
        background-color: #f8f9fa;
        color: #012cc1 !important;
    }

    #header .header-nav-main nav>ul>li.dropdown .dropdown-menu li.dropdown-submenu {
        position: relative
    }

    #header .header-nav-main nav>ul>li.dropdown .dropdown-menu li.dropdown-submenu>a .fa-chevron-down {
        display: none
    }

    #header .header-nav-main nav>ul>li.dropdown .dropdown-menu li.dropdown-submenu>a:after {
        font-family: 'font awesome 5 free';
        content: "\f054";
        font-weight: 900;
        position: absolute;
        top: 50%;
        font-size: .5rem;
        opacity: .7;
        right: 20px;
        transform: translateY(-50%);
        transition: all .2s ease-out
    }

    #header .header-nav-main nav>ul>li.dropdown .dropdown-menu li.dropdown-submenu>.dropdown-menu {
        left: 100%;
        display: block;
        margin-top: -8px;
        margin-left: -1px;
        border-radius: 4px;
        opacity: 0;
        transform: translate3d(0, 0, 0)
    }

    #header .header-nav-main nav>ul>li.dropdown .dropdown-menu li.dropdown-submenu.open>a:after,
    #header .header-nav-main nav>ul>li.dropdown .dropdown-menu li.dropdown-submenu:hover>a:after {
        opacity: 1;
        right: 15px
    }

    #header .header-nav-main nav>ul>li.dropdown .dropdown-menu li.dropdown-submenu.open>.dropdown-menu,
    #header .header-nav-main nav>ul>li.dropdown .dropdown-menu li.dropdown-submenu:hover>.dropdown-menu {
        top: 0;
        opacity: 1
    }

    #header .header-nav-main nav>ul>li.dropdown .dropdown-menu li.dropdown-submenu.dropdown-reverse:hover>a:after {
        right: 30px;
        transform: translateY(-50%) rotateY(180deg)
    }

    #header .header-nav-main nav>ul>li.dropdown .dropdown-menu li.dropdown-submenu.dropdown-reverse>.dropdown-menu {
        left: auto;
        right: 100%;
        transform: translate3d(0, 0, 0)
    }

    #header .header-nav-main nav>ul>li.dropdown .dropdown-menu li:last-child a {
        border-bottom: 1px dashed #fff;
    }

    #header .header-nav-main nav>ul>li.dropdown.open>a,
    #header .header-nav-main nav>ul>li.dropdown:hover>a {
        border-radius: 4px 4px 0 0;
        position: relative
    }

    #header .header-nav-main nav>ul>li.dropdown.open>a:before,
    #header .header-nav-main nav>ul>li.dropdown:hover>a:before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -3px;
        border-bottom: 5px solid #ccc
    }

    #header .header-nav-main nav>ul>li.dropdown.open>.dropdown-menu,
    #header .header-nav-main nav>ul>li.dropdown:hover>.dropdown-menu {
        top: auto;
        display: block;
        opacity: 1
    }

    #header .header-nav-main nav>ul>li.dropdown.dropdown-reverse>.dropdown-menu {
        left: auto;
        right: 0
    }

    #header .header-nav-main nav>ul>li.dropdown-mega {
        position: static
    }

    #header .header-nav-main nav>ul>li.dropdown-mega>.dropdown-menu {
        border-radius: 4px;
        left: 15px;
        right: 15px;
        width: auto
    }

    #header .header-nav-main nav>ul>li.dropdown-mega .dropdown-mega-content {
        padding: 1.6rem
    }

    #header .header-nav-main nav>ul>li.dropdown-mega .dropdown-mega-sub-title {
        color: #333;
        display: block;
        font-size: .85em;
        font-weight: 600;
        margin-top: 20px;
        padding-bottom: 10px;
        text-transform: uppercase;
        letter-spacing: -.5px
    }

    #header .header-nav-main nav>ul>li.dropdown-mega .dropdown-mega-sub-title:first-child {
        margin-top: 0
    }

    #header .header-nav-main nav>ul>li.dropdown-mega .dropdown-mega-sub-nav {
        list-style: none;
        padding: 0;
        margin: 0
    }

    #header .header-nav-main nav>ul>li.dropdown-mega .dropdown-mega-sub-nav>li>a {
        border: 0;
        border-radius: 4px;
        color: #777;
        display: block;
        font-size: .8em;
        font-weight: 400;
        margin: 0 0 3px -8px;
        padding: 3px 8px;
        text-shadow: none;
        text-transform: none;
        text-decoration: none
    }

    #header .header-nav-main nav>ul>li.dropdown-mega .dropdown-mega-sub-nav>li:hover>a,
    #header .header-nav-main nav>ul>li.dropdown-mega .dropdown-mega-sub-nav>li:active>a,
    #header .header-nav-main nav>ul>li.dropdown-mega .dropdown-mega-sub-nav>li:focus>a {
        background: #f7f7f7
    }

    #header .header-nav-main nav>ul>li.dropdown-mega.dropdown-mega-shop>.dropdown-item {
        padding: .5rem .8rem
    }

    #header .header-nav-main nav>ul>li .wrapper-items-cloned i {
        display: none
    }

    #header .header-nav-main.header-nav-main-square nav>ul>li>a {
        border-radius: 0 !important
    }

    #header .header-nav-main.header-nav-main-square nav>ul>li.dropdown .dropdown-menu {
        border-radius: 0 !important
    }

    #header .header-nav-main.header-nav-main-square nav>ul>li.dropdown .dropdown-menu li.dropdown-submenu>.dropdown-menu {
        border-radius: 0 !important
    }

    #header .header-nav-main.header-nav-main-square nav>ul>li.dropdown .thumb-info,
    #header .header-nav-main.header-nav-main-square nav>ul>li.dropdown .thumb-info-wrapper {
        border-radius: 0 !important
    }

    #header .header-nav-main.header-nav-main-square nav>ul>li.dropdown-mega>.dropdown-menu {
        border-radius: 0 !important
    }

    #header .header-nav-main.header-nav-main-square nav>ul>li.dropdown-mega .dropdown-mega-sub-nav>li>a {
        border-radius: 0 !important
    }

    #header .header-nav-main.header-nav-main-dropdown-no-borders nav>ul>li.dropdown .dropdown-menu {
        border: 0 !important;
        border-radius: 4px
    }

    #header .header-nav-main.header-nav-main-dropdown-no-borders nav>ul>li.dropdown .dropdown-menu li.dropdown-submenu>.dropdown-menu {
        margin-top: -5px
    }

    #header .header-nav-main.header-nav-main-font-sm nav>ul>li>a {
        font-size: .7rem
    }

    #header .header-nav-main.header-nav-main-font-md nav>ul>li>a {
        font-size: 1rem;
        font-weight: 600;
        text-transform: none;
        letter-spacing: -1px
    }

    #header .header-nav-main.header-nav-main-font-lg nav>ul>li>a {
        font-size: 1.1rem;
        font-weight: 400;
        text-transform: none;
        letter-spacing: -1px
    }

    #header .header-nav-main.header-nav-main-font-lg-upper nav>ul>li>a {
        font-size: .95rem;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: -1px
    }

    #header .header-nav-main.header-nav-main-font-alternative nav>ul>li>a {
        font-family: "Montserrat", serif;
        font-size: .85rem;
        font-weight: 600
    }

    #header .header-nav-main.header-nav-main-dropdown-modern nav>ul>li.dropdown .dropdown-menu {
        border: 0 !important;
        padding: 15px 8px;
        margin-left: -10px
    }

    #header .header-nav-main.header-nav-main-dropdown-modern nav>ul>li.dropdown .dropdown-menu li a {
        border-bottom: 0;
        background: 0 0 !important;
        font-size: .85em;
        transition: all .2s ease-out;
        left: 0
    }

    #header .header-nav-main.header-nav-main-dropdown-modern nav>ul>li.dropdown .dropdown-menu li a:hover,
    #header .header-nav-main.header-nav-main-dropdown-modern nav>ul>li.dropdown .dropdown-menu li a:active {
        left: 5px
    }

    #header .header-nav-main.header-nav-main-dropdown-modern nav>ul>li.dropdown .dropdown-menu li.dropdown-submenu>.dropdown-menu {
        margin-top: -15px
    }

    #header .header-nav-main.header-nav-main-dropdown-center nav>ul>li.dropdown:not(.dropdown-mega)>.dropdown-menu {
        transform: translate3d(-50%, 10px, 0) !important
    }

    #header .header-nav-main.header-nav-main-dropdown-center nav>ul>li.dropdown:not(.dropdown-mega):hover>.dropdown-menu {
        top: 100%;
        left: 50%;
        transform: translate3d(-50%, 0, 0) !important
    }

    #header .header-nav-main.header-nav-main-dropdown-center.header-nav-main-dropdown-center-bottom nav>ul>li.dropdown:hover>.dropdown-menu {
        margin-top: -14px !important
    }

    #header .header-nav-main.header-nav-main-dropdown-arrow nav>ul>li.dropdown>.dropdown-item {
        position: relative
    }

    #header .header-nav-main.header-nav-main-dropdown-arrow nav>ul>li.dropdown>.dropdown-item:before {
        content: '';
        display: block;
        position: absolute;
        top: auto;
        left: 50%;
        width: 0;
        height: 0;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #fff;
        transform: translate3d(-7px, 10px, 0);
        bottom: 14px;
        margin-top: auto;
        z-index: 1001;
        opacity: 0;
        transition: ease transform 300ms
    }

    #header .header-nav-main.header-nav-main-dropdown-arrow nav>ul>li.dropdown.open>.dropdown-menu,
    #header .header-nav-main.header-nav-main-dropdown-arrow nav>ul>li.dropdown:hover>.dropdown-menu {
        margin-top: -14px !important;
        box-shadow: 0 10px 30px 10px rgba(0, 0, 0, .1)
    }

    #header .header-nav-main.header-nav-main-dropdown-arrow nav>ul>li.dropdown.open>.dropdown-item:before,
    #header .header-nav-main.header-nav-main-dropdown-arrow nav>ul>li.dropdown:hover>.dropdown-item:before {
        opacity: 1 !important;
        transform: translate3d(-7px, 0, 0)
    }

    #header .header-nav-main.header-nav-main-dark nav>ul>li>a {
        color: #444
    }

    #header .header-nav-main.header-nav-main-slide nav>ul>li>a {
        background-color: transparent;
        color: #fff;
        text-transform: none;
        font-size: 14px;
        font-weight: 500;
        padding: 18px 18px 22px !important;
        margin: 0 !important;
        transition: ease transform 300ms
    }
}

@media(min-width:992px) and (min-width:992px) {
    #header .header-nav-main.header-nav-main-slide nav>ul>li>a.dropdown-toggle:after {
        visibility: hidden
    }
}

@media(min-width:992px) {
    #header .header-nav-main.header-nav-main-slide nav>ul>li>a.item-original {
        display: none
    }

    #header .header-nav-main.header-nav-main-slide nav>ul>li>span {
        display: flex;
        position: relative;
        height: 100%;
        overflow: hidden
    }

    #header .header-nav-main.header-nav-main-slide nav>ul>li>span>a {
        display: flex;
        align-items: center;
        white-space: normal;
        border-radius: 4px;
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        letter-spacing: -.5px;
        text-transform: uppercase;
        position: relative;
        background: 0 0 !important;
        color: #444;
        padding: 0 .9rem;
        margin: 1px 0 0;
        min-height: 60px;
        height: 100%;
        transition: ease all 300ms;
        transform: translateY(0%)
    }

    #header .header-nav-main.header-nav-main-slide nav>ul>li>span>a.dropdown-toggle:after {
        display: none
    }

    #header .header-nav-main.header-nav-main-slide nav>ul>li>span>a .fa-caret-down {
        display: none
    }

    #header .header-nav-main.header-nav-main-slide nav>ul>li>span>a.active:first-child {
        transform: translateY(-40%);
        opacity: 0
    }

    #header .header-nav-main.header-nav-main-slide nav>ul>li>span>a.active.item-two {
        transform: translateY(0);
        opacity: 1
    }

    #header .header-nav-main.header-nav-main-slide nav>ul>li>span .item-two {
        position: absolute;
        transform: translateY(40%);
        opacity: 0;
        width: auto;
        left: 0
    }

    #header .header-nav-main.header-nav-main-slide nav>ul>li:hover>span>a:first-child {
        transform: translateY(-40%);
        opacity: 0
    }

    #header .header-nav-main.header-nav-main-slide nav>ul>li:hover>span .item-two {
        transform: translateY(0%);
        opacity: 1
    }

    #header .header-nav-main.header-nav-main-transition nav>ul>li>a {
        transition: ease all 300ms
    }

    #header .header-nav-main.header-nav-main-text-capitalize nav>ul>li>a {
        text-transform: capitalize
    }

    #header .header-nav-main.header-nav-main-text-size-2 nav>ul>li>a {
        font-size: 13px;
        font-weight: 500;
        letter-spacing: 0
    }

    #header .header-nav-main a>.thumb-info-preview {
        position: absolute;
        display: block;
        left: 100%;
        opacity: 0;
        border: 0;
        padding-left: 10px;
        background: 0 0;
        overflow: visible;
        margin-top: 15px;
        top: -10000px;
        transition: transform .2s ease-out, opacity .2s ease-out;
        transform: translate3d(-20px, 0, 0)
    }

    #header .header-nav-main a>.thumb-info-preview .thumb-info-wrapper {
        background: #fff;
        display: block;
        border-radius: 4px;
        border: 0;
        box-shadow: 0 20px 45px rgba(0, 0, 0, .08);
        margin: 0;
        padding: 4px;
        text-align: left;
        width: 190px
    }

    #header .header-nav-main a>.thumb-info-preview .thumb-info-image {
        transition: all 6s linear 0s;
        width: 182px;
        height: 136px;
        min-height: 0
    }

    #header .header-nav-main a:hover>.thumb-info-preview {
        transform: translate3d(0, 0, 0);
        top: 0;
        opacity: 1;
        margin-top: -5px
    }

    #header .header-nav-main .dropdown-reverse a>.thumb-info-preview {
        transform: translate3d(20px, 0, 0);
        right: 100%;
        left: auto;
        padding-left: 0;
        margin-right: 10px
    }

    #header .header-nav-main .dropdown-reverse a:hover>.thumb-info-preview {
        transform: translate3d(0, 0, 0)
    }

    #header .header-nav-bar {
        z-index: 1
    }

    #header .header-nav-bar.header-nav-bar-top-border {
        border-top: 1px solid #ededed
    }

    #header .header-nav-bar .header-container {
        min-height: 0;
        height: auto !important
    }

    #header .header-nav-bar .header-nav {
        min-height: 60px
    }

    #header .header-nav-bar .header-nav .header-nav-main.header-nav-main-dropdown-arrow nav>ul>li.dropdown>.dropdown-item:before {
        bottom: 1px !important;
        margin-left: 0
    }

    #header .header-nav-bar .header-nav .header-nav-main.header-nav-main-dropdown-arrow nav>ul>li.dropdown.open>.dropdown-menu,
    #header .header-nav-bar .header-nav .header-nav-main.header-nav-main-dropdown-arrow nav>ul>li.dropdown:hover>.dropdown-menu {
        margin-top: -1px !important
    }

    #header .header-nav-bar .header-nav-links:not(.justify-content-lg-center) .header-nav-main.header-nav-main-dropdown-arrow nav>ul>li {
        margin-left: 0;
        margin-right: 0
    }

    #header .header-nav-bar .header-nav-links:not(.justify-content-lg-center) .header-nav-main.header-nav-main-dropdown-arrow nav>ul>li.dropdown>.dropdown-item {
        padding: 0 0 0 2rem !important
    }

    #header .header-nav-bar .header-nav-links:not(.justify-content-lg-center) .header-nav-main.header-nav-main-dropdown-arrow nav>ul>li.dropdown>.dropdown-item:before {
        bottom: 1px !important;
        margin-left: 17px
    }

    #header .header-nav-bar .header-nav-links:not(.justify-content-lg-center) .header-nav-main.header-nav-main-dropdown-arrow nav>ul>li.dropdown.open>.dropdown-menu,
    #header .header-nav-bar .header-nav-links:not(.justify-content-lg-center) .header-nav-main.header-nav-main-dropdown-arrow nav>ul>li.dropdown:hover>.dropdown-menu {
        margin-top: -1px !important
    }

    #header .header-nav {
        /* display: flex; */
        align-items: center;
        flex-grow: 1;
        justify-content: flex-end;
        align-self: stretch
    }

    #header .header-nav.header-nav-stripe {
        padding: 0
    }

    #header .header-nav.header-nav-stripe .header-nav-main {
        align-self: stretch;
        margin-top: -1px;
        min-height: 0
    }

    #header .header-nav.header-nav-stripe nav {
        display: flex
    }

    #header .header-nav.header-nav-stripe nav>ul>li {
        display: inline-flex;
        align-self: stretch
    }

    #header .header-nav.header-nav-stripe nav>ul>li>a {
        background: 0 0;
        padding: 0 .9rem;
        margin: 1px 0 0;
        height: 100%
    }

    #header .header-nav.header-nav-stripe nav>ul>li>a.active {
        color: #333;
        background: 0 0
    }

    #header .header-nav.header-nav-stripe nav>ul>li:hover>a,
    #header .header-nav.header-nav-stripe nav>ul>li:hover>a.active,
    #header .header-nav.header-nav-stripe nav>ul>li.open>a,
    #header .header-nav.header-nav-stripe nav>ul>li.open>a.active {
        color: #fff;
        padding-bottom: 0
    }

    #header .header-nav.header-nav-stripe nav>ul>li.dropdown.open>a:before,
    #header .header-nav.header-nav-stripe nav>ul>li.dropdown:hover>a:before {
        content: none
    }

    #header .header-nav.header-nav-stripe nav>ul>li.dropdown.open>.dropdown-menu,
    #header .header-nav.header-nav-stripe nav>ul>li.dropdown:hover>.dropdown-menu {
        top: 100%;
        left: 0;
        margin-top: 1px
    }

    #header .header-nav.header-nav-stripe nav>ul>li.dropdown.dropdown-reverse>.dropdown-menu {
        left: auto
    }

    #header .header-nav.header-nav-stripe.header-nav-main-dark nav>ul>li:hover>a {
        color: #fff !important
    }

    #header .header-nav.header-nav-stripe nav>ul:not(:hover)>li>a.active {
        color: #fff !important
    }

    #header .header-nav.header-nav-stripe nav>ul>li:hover>a.active {
        color: #fff !important
    }

    #header .header-nav.header-nav-links,
    #header .header-nav.header-nav-line {
        padding: 0
    }

    #header .header-nav.header-nav-links .header-nav-main,
    #header .header-nav.header-nav-line .header-nav-main {
        align-self: stretch;
        min-height: 0;
        margin-top: 0
    }

    #header .header-nav.header-nav-links nav>ul>li>a,
    #header .header-nav.header-nav-links nav>ul>li:hover>a,
    #header .header-nav.header-nav-line nav>ul>li>a,
    #header .header-nav.header-nav-line nav>ul>li:hover>a {
        position: relative;
        background: 0 0 !important;
        padding: 0 28px;
        margin: 1px 0 0;
        min-height: 45px;
    }

    #header .header-nav.header-nav-links nav>ul>li:hover>a:before,
    #header .header-nav.header-nav-links nav>ul>li.open>a:before,
    #header .header-nav.header-nav-line nav>ul>li:hover>a:before,
    #header .header-nav.header-nav-line nav>ul>li.open>a:before {
        opacity: 1
    }

    #header .header-nav.header-nav-links nav>ul>li>a.active,
    #header .header-nav.header-nav-line nav>ul>li>a.active {
        background: 0 0
    }

    #header .header-nav.header-nav-links nav>ul>li>a.active:before,
    #header .header-nav.header-nav-line nav>ul>li>a.active:before {
        opacity: 1
    }

    #header .header-nav.header-nav-links nav>ul>li.dropdown>a:before,
    #header .header-nav.header-nav-line nav>ul>li.dropdown>a:before {
        border-bottom: 0
    }

    #header .header-nav.header-nav-links nav>ul>li.dropdown.open>.dropdown-menu,
    #header .header-nav.header-nav-links nav>ul>li.dropdown:hover>.dropdown-menu,
    #header .header-nav.header-nav-line nav>ul>li.dropdown.open>.dropdown-menu,
    #header .header-nav.header-nav-line nav>ul>li.dropdown:hover>.dropdown-menu {
        margin-top: 0
    }

    #header .header-nav.header-nav-links:not(.header-nav-light-text) nav>ul>li>a,
    #header .header-nav.header-nav-line:not(.header-nav-light-text) nav>ul>li>a {
        color: #444
    }

    #header .header-nav.header-nav-links.header-nav-light-text nav>ul>li>a,
    #header .header-nav.header-nav-line.header-nav-light-text nav>ul>li>a {
        color: #fff
    }

    #header .header-nav.header-nav-links.header-nav-force-light-text nav>ul>li>a,
    #header .header-nav.header-nav-line.header-nav-force-light-text nav>ul>li>a {
        color: #fff !important
    }

    #header .header-nav.header-nav-links.header-nav-force-light-text nav>ul>li>a.active,
    #header .header-nav.header-nav-line.header-nav-force-light-text nav>ul>li>a.active {
        color: #fff !important
    }

    #header .header-nav.header-nav-links.header-nav-force-light-text nav>ul>li:hover>a,
    #header .header-nav.header-nav-links.header-nav-force-light-text nav>ul>li:focus>a,
    #header .header-nav.header-nav-links.header-nav-force-light-text nav>ul>li:active>a,
    #header .header-nav.header-nav-line.header-nav-force-light-text nav>ul>li:hover>a,
    #header .header-nav.header-nav-line.header-nav-force-light-text nav>ul>li:focus>a,
    #header .header-nav.header-nav-line.header-nav-force-light-text nav>ul>li:active>a {
        color: #fff !important
    }

    #header .header-nav.header-nav-line nav>ul>li>a:before,
    #header .header-nav.header-nav-line nav>ul>li:hover>a:before {
        content: "";
        position: absolute;
        background: 0 0;
        width: auto;
        height: 3px;
        top: -2px;
        left: -1px;
        right: -1px;
        opacity: 0
    }

    #header .header-nav.header-nav-line nav>ul>li:hover>a:before {
        opacity: 1 !important
    }

    #header .header-nav.header-nav-line.header-nav-top-line nav>ul>li>a:before,
    #header .header-nav.header-nav-line.header-nav-top-line nav>ul>li:hover>a:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 3px;
        top: -2px;
        left: 0
    }

    #header .header-nav.header-nav-line.header-nav-top-line.header-nav-top-line-with-border nav>ul>li>a:before,
    #header .header-nav.header-nav-line.header-nav-top-line.header-nav-top-line-with-border nav>ul>li:hover>a:before {
        top: -4px
    }

    #header .header-nav.header-nav-line.header-nav-top-line-animated nav>ul>li>a:before {
        transition: all .3s ease;
        width: 0%;
        left: 50%
    }

    #header .header-nav.header-nav-line.header-nav-top-line-animated nav>ul>li:hover>a:before {
        left: 0;
        width: 100%
    }

    #header .header-nav.header-nav-line.header-nav-bottom-line nav>ul>li>a:before,
    #header .header-nav.header-nav-line.header-nav-bottom-line nav>ul>li:hover>a:before {
        content: "";
        position: absolute;
        width: auto;
        height: 3px;
        top: 50%;
        left: 15px;
        right: 15px;
        margin-top: 15px;
        transform: translate3d(0, -50%, 0)
    }

    #header .header-nav.header-nav-line.header-nav-bottom-line.header-nav-line-under-text nav>ul>li>a:before,
    #header .header-nav.header-nav-line.header-nav-bottom-line.header-nav-line-under-text nav>ul>li:hover>a:before {
        left: 0;
        right: 0;
        height: 7px;
        margin: 6px 10px 15px;
        opacity: .3 !important
    }

    #header .header-nav.header-nav-line.header-nav-bottom-line.header-nav-bottom-line-effect-1 nav>ul>li>a:before {
        transition: cubic-bezier(.55, 0, .1, 1) right 300ms;
        right: 100%
    }

    #header .header-nav.header-nav-line.header-nav-bottom-line.header-nav-bottom-line-effect-1 nav>ul>li>a.active:before {
        right: 15px
    }

    #header .header-nav.header-nav-line.header-nav-bottom-line.header-nav-bottom-line-effect-1 nav>ul>li:hover>a:before {
        right: 15px
    }

    #header .header-nav.header-nav-line.header-nav-bottom-line.header-nav-bottom-line-effect-1.header-nav-line-under-text nav>ul>li>a.active:before {
        right: 0
    }

    #header .header-nav.header-nav-line.header-nav-bottom-line.header-nav-bottom-line-effect-1.header-nav-line-under-text nav>ul>li:hover>a:before {
        right: 0
    }

    #header .header-nav.header-nav-no-space-dropdown nav>ul>li.dropdown.open>.dropdown-menu,
    #header .header-nav.header-nav-no-space-dropdown nav>ul>li.dropdown:hover>.dropdown-menu {
        margin-top: -1px
    }

    #header .header-nav.header-nav-force-light-text .header-nav-main nav>ul>li>a,
    #header .header-nav.header-nav-force-light-text .header-nav-main nav>ul>li .wrapper-items-cloned>a {
        color: #fff !important
    }

    #header .header-nav.header-nav-force-light-text:not(.header-nav-force-light-text-active-skin-color) .header-nav-main nav>ul>li:hover>a,
    #header .header-nav.header-nav-force-light-text:not(.header-nav-force-light-text-active-skin-color) .header-nav-main nav>ul>li .wrapper-items-cloned:hover>a {
        color: #333 !important
    }

    #header .header-nav.header-nav-force-light-text:not(.header-nav-force-light-text-active-skin-color) .header-nav-main nav>ul:not(:hover)>li>a.active,
    #header .header-nav.header-nav-force-light-text:not(.header-nav-force-light-text-active-skin-color) .header-nav-main nav>ul:not(:hover)>li .wrapper-items-cloned>a.active {
        color: #333 !important
    }

    #header .header-nav.header-nav-icons nav>ul>li>a [class*=fa-],
    #header .header-nav.header-nav-icons nav>ul>li>a .icons {
        font-size: 1.1rem;
        margin-right: .28rem;
        margin-top: .1rem
    }

    #header .header-nav.header-nav-divisor nav>ul>li {
        margin: 0
    }

    #header .header-nav.header-nav-divisor nav>ul>li>a {
        border-right: 1px solid rgba(0, 0, 0, .07)
    }

    #header .header-nav.header-nav-divisor nav>ul>li:last-child>a {
        border-right: 0
    }

    #header .header-nav.header-nav-spaced nav>ul>li>a {
        margin: 0 !important;
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    #header .header-nav.header-nav-first-item-no-padding nav>ul>li:first-child>a {
        padding-left: 0 !important
    }

    #header .header-nav.header-nav-dropdowns-dark nav>ul>li.dropdown>a:before {
        border-bottom: 0
    }

    #header .header-nav.header-nav-dropdowns-dark nav>ul>li.dropdown li a {
        border-bottom-color: #2a2a2a
    }

    #header .header-nav.header-nav-dropdowns-dark nav>ul>li.dropdown .dropdown-menu {
        background: #1e1e1e;
        margin-top: 0
    }

    #header .header-nav.header-nav-dropdowns-dark nav>ul>li.dropdown .dropdown-menu>li>a {
        color: #adadad
    }

    #header .header-nav.header-nav-dropdowns-dark nav>ul>li.dropdown .dropdown-menu>li:hover>a,
    #header .header-nav.header-nav-dropdowns-dark nav>ul>li.dropdown .dropdown-menu>li:focus>a,
    #header .header-nav.header-nav-dropdowns-dark nav>ul>li.dropdown .dropdown-menu>li:active>a,
    #header .header-nav.header-nav-dropdowns-dark nav>ul>li.dropdown .dropdown-menu>li.active>a,
    #header .header-nav.header-nav-dropdowns-dark nav>ul>li.dropdown .dropdown-menu>li.open>a {
        background: #282828;
        color: #fff
    }

    #header .header-nav.header-nav-dropdowns-dark nav>ul>li.dropdown.dropdown-mega .dropdown-mega-sub-title {
        color: #fff
    }

    #header .header-nav.header-nav-dropdowns-dark nav>ul>li.dropdown.dropdown-mega .dropdown-mega-sub-nav>li>a {
        color: #adadad
    }

    #header .header-nav.header-nav-dropdowns-dark nav>ul>li.dropdown.dropdown-mega .dropdown-mega-sub-nav>li:hover>a,
    #header .header-nav.header-nav-dropdowns-dark nav>ul>li.dropdown.dropdown-mega .dropdown-mega-sub-nav>li:focus>a,
    #header .header-nav.header-nav-dropdowns-dark nav>ul>li.dropdown.dropdown-mega .dropdown-mega-sub-nav>li:active>a,
    #header .header-nav.header-nav-dropdowns-dark nav>ul>li.dropdown.dropdown-mega .dropdown-mega-sub-nav>li.active>a,
    #header .header-nav.header-nav-dropdowns-dark nav>ul>li.dropdown.dropdown-mega .dropdown-mega-sub-nav>li.open>a {
        color: #fff;
        background: #282828
    }

    #header .header-nav.header-nav-sub-title .header-nav-main nav>ul>li>a,
    #header .header-nav.header-nav-sub-title-animated .header-nav-main nav>ul>li>a {
        position: relative;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        padding-right: 0;
        padding-left: 0;
        margin-left: .7rem;
        margin-right: .7rem
    }

    #header .header-nav.header-nav-sub-title .header-nav-main nav>ul>li>a>span,
    #header .header-nav.header-nav-sub-title-animated .header-nav-main nav>ul>li>a>span {
        font-size: .9em;
        text-transform: none;
        font-weight: 400;
        margin-top: .3rem
    }

    #header .header-nav.header-nav-sub-title .header-nav-main nav>ul>li>a>span {
        margin-top: -.5rem
    }

    #header .header-nav.header-nav-sub-title-animated .header-nav-main nav>ul>li>a {
        transition: ease padding-bottom 300ms
    }

    #header .header-nav.header-nav-sub-title-animated .header-nav-main nav>ul>li>a.active {
        padding-bottom: 15px
    }

    #header .header-nav.header-nav-sub-title-animated .header-nav-main nav>ul>li>a.active>span {
        top: 60%;
        left: 0;
        opacity: 1
    }

    #header .header-nav.header-nav-sub-title-animated .header-nav-main nav>ul>li>a>span {
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: 0;
        opacity: 0;
        transform: translate3d(0, -50%, 0);
        transition: ease opacity 200ms, ease top 300ms
    }

    #header .header-nav.header-nav-sub-title-animated .header-nav-main nav>ul>li:hover>a,
    #header .header-nav.header-nav-sub-title-animated .header-nav-main nav>ul>li:focus>a {
        padding-bottom: 15px
    }

    #header .header-nav.header-nav-sub-title-animated .header-nav-main nav>ul>li:hover>a>span,
    #header .header-nav.header-nav-sub-title-animated .header-nav-main nav>ul>li:focus>a>span {
        top: 60%;
        left: 0;
        opacity: 1
    }

    #header .header-nav.header-nav-links-side-header nav>ul>li>a {
        padding: 10px 15px !important;
        min-height: 0 !important;
        border-bottom: 1px solid rgba(0, 0, 0, .05);
        border-radius: 0
    }

    #header .header-nav.header-nav-links-side-header nav>ul>li:last-child>a {
        border-bottom: 0
    }

    #header .header-nav.header-nav-links-side-header nav>ul>li.dropdown {
        position: static
    }

    #header .header-nav.header-nav-links-side-header nav>ul>li.dropdown>.dropdown-item {
        position: relative
    }

    #header .header-nav.header-nav-links-side-header nav>ul>li.dropdown>.dropdown-item:before {
        font-family: 'font awesome 5 free';
        content: "\f054" !important;
        font-weight: 900;
        position: absolute;
        top: 50%;
        font-size: .5rem;
        opacity: .7 !important;
        left: auto;
        right: 20px;
        transform: translateY(-50%);
        transition: all .2s ease-out;
        display: block !important
    }

    #header .header-nav.header-nav-links-side-header nav>ul>li.dropdown:hover>.dropdown-item:before {
        right: 15px;
        opacity: 1 !important
    }

    #header .header-nav.header-nav-click-to-open nav>ul>li.dropdown .dropdown-menu,
    #header .header-nav.header-nav-click-to-open nav>ul>li.dropdown li.dropdown-submenu>.dropdown-menu {
        transition: opacity .2s ease-out
    }

    #header .header-nav.header-nav-click-to-open nav>ul>li.dropdown:hover:not(.open) .dropdown-menu {
        top: -10000px;
        opacity: 0
    }

    #header .header-nav.header-nav-click-to-open nav>ul>li.dropdown.open .dropdown-menu>li.dropdown-submenu:hover:not(.open) .dropdown-menu {
        top: -10000px;
        opacity: 0
    }
}

@media(min-width:992px) {
    #header .header-nav-main-arrows nav>ul>li>a.dropdown-toggle:after {
        display: inline-block;
        font-family: 'font awesome 5 free';
        content: "\f078";
        font-weight: 900;
        border: 0;
        width: auto;
        height: auto;
        margin: 0;
        padding: 0 0 0 4px;
        font-size: .6rem
    }
}

@media(min-width:992px) {
    #header .header-nav-main-dark-text nav>.nav-pills>li>a {
        color: #333
    }
}

@media(min-width:992px) {
    html #header .header-nav-main nav>ul>li.dropdown-full-color .dropdown-menu {
        border-top: 0
    }

    html #header .header-nav-main nav>ul>li.dropdown-full-color .dropdown-menu li.dropdown-submenu>.dropdown-menu {
        margin-top: -5px
    }
}

@media(min-width:992px) {
    #header .header-nav-main-rounded nav>.nav-pills>li>a {
        justify-content: center;
        align-self: center;
        border-radius: 1.5rem
    }

    #header .header-nav-main-rounded nav>.nav-pills>li>a:before {
        display: none !important
    }

    #header .header-nav-main-rounded nav>ul>li.dropdown.open>a,
    #header .header-nav-main-rounded nav>ul>li.dropdown:hover>a {
        border-radius: 1.5rem
    }

    #header .header-nav-main-rounded nav>ul>li.dropdown .dropdown-menu {
        border-radius: 4px
    }
}

@media(min-width:992px) {
    #header .header-nav-stretch {
        padding-top: 0;
        padding-bottom: 0
    }

    #header .header-nav-stretch .header-nav-main {
        align-self: stretch
    }

    #header .header-nav-stretch nav>ul>li {
        display: inline-flex;
        align-self: stretch
    }

    #header .header-nav-stretch nav>ul>li.dropdown.open>a:before,
    #header .header-nav-stretch nav>ul>li.dropdown:hover>a:before {
        content: none
    }

    #header .header-nav-stretch nav>ul>li.dropdown.open>.dropdown-menu,
    #header .header-nav-stretch nav>ul>li.dropdown:hover>.dropdown-menu {
        top: 100%;
        left: 0;
        margin-top: -1px
    }
}

@media(min-width:992px) {

    #header.header-narrow .header-nav.header-nav-stripe nav>ul>li>a,
    #header.header-narrow .header-nav.header-nav-dropdowns-dark nav>ul>li>a,
    #header.header-narrow .header-nav.header-nav-links nav>ul>li>a,
    #header.header-narrow .header-nav.header-nav-line nav>ul>li>a {
        min-height: 60px
    }
}

@media(min-width:992px) {

    html.side-header #header.side-header .side-header-scrollable,
    html.side-header-hamburguer-sidebar #header.side-header .side-header-scrollable {
        height: 100%;
        margin-right: -13px
    }

    html.side-header #header.side-header .side-header-scrollable .scrollable-content,
    html.side-header-hamburguer-sidebar #header.side-header .side-header-scrollable .scrollable-content {
        padding-right: 10px;
        padding-left: 0
    }

    html.side-header #header.side-header .header-nav-main nav>ul>li>a.dropdown-toggle .fa-chevron-down,
    html.side-header-hamburguer-sidebar #header.side-header .header-nav-main nav>ul>li>a.dropdown-toggle .fa-chevron-down {
        display: block;
        position: absolute;
        right: 7px;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        transform: rotate(-90deg);
        font-size: .5rem
    }

    html.side-header #header.side-header .header-nav-main nav>ul>li>a.dropdown-toggle .fa-chevron-down:before,
    html.side-header-hamburguer-sidebar #header.side-header .header-nav-main nav>ul>li>a.dropdown-toggle .fa-chevron-down:before {
        content: none
    }

    html.side-header #header.side-header .header-nav nav,
    html.side-header-hamburguer-sidebar #header.side-header .header-nav nav {
        display: block !important
    }

    html.side-header #header.side-header .header-nav.header-nav-links-vertical-dropdown nav>ul>li.dropdown,
    html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-dropdown nav>ul>li.dropdown {
        position: relative
    }

    html.side-header #header.side-header .header-nav.header-nav-links-vertical-expand nav>ul>li.dropdown:before,
    html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-expand nav>ul>li.dropdown:before {
        top: 23px;
        right: 20px
    }

    html.side-header #header.side-header .header-nav.header-nav-links-vertical-expand nav>ul>li.dropdown>.dropdown-menu li a,
    html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-expand nav>ul>li.dropdown>.dropdown-menu li a {
        border: 0
    }

    html.side-header #header.side-header .header-nav.header-nav-links-vertical-expand nav>ul>li.dropdown:not(.open) .dropdown-menu,
    html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-expand nav>ul>li.dropdown:not(.open) .dropdown-menu {
        overflow: hidden;
        opacity: 0;
        width: 0;
        height: 0;
        top: -10000px
    }

    html.side-header #header.side-header .header-nav.header-nav-links-vertical-expand nav>ul>li.dropdown.open>.dropdown-menu,
    html.side-header #header.side-header .header-nav.header-nav-links-vertical-expand nav>ul>li.dropdown.open>.dropdown-menu li.dropdown-submenu.open>.dropdown-menu,
    html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-expand nav>ul>li.dropdown.open>.dropdown-menu,
    html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-expand nav>ul>li.dropdown.open>.dropdown-menu li.dropdown-submenu.open>.dropdown-menu {
        position: relative;
        box-shadow: none;
        margin: 0;
        padding: 5px 0 5px 15px;
        left: auto;
        right: auto;
        transform: none;
        min-width: auto;
        width: 100%;
        opacity: 1 !important
    }

    html.side-header #header.side-header .header-nav.header-nav-links-vertical-expand nav>ul>li.dropdown.open>.dropdown-menu li.dropdown-submenu.open>a:after,
    html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-expand nav>ul>li.dropdown.open>.dropdown-menu li.dropdown-submenu.open>a:after {
        right: 20px
    }

    html.side-header #header.side-header .header-nav.header-nav-links-vertical-expand nav>ul>li.dropdown.dropdown-mega .dropdown-menu,
    html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-expand nav>ul>li.dropdown.dropdown-mega .dropdown-menu {
        min-width: 0
    }

    html.side-header #header.side-header .header-nav.header-nav-links-vertical-expand nav>ul>li.dropdown.dropdown-mega .dropdown-mega-content,
    html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-expand nav>ul>li.dropdown.dropdown-mega .dropdown-mega-content {
        padding: 5px 0 5px 15px
    }

    html.side-header #header.side-header .header-nav.header-nav-links-vertical-expand nav>ul>li.dropdown.dropdown-mega .dropdown-mega-content [class*=col],
    html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-expand nav>ul>li.dropdown.dropdown-mega .dropdown-mega-content [class*=col] {
        max-width: 100%;
        display: block;
        padding: 5px 0;
        flex: none
    }

    html.side-header #header.side-header .header-nav.header-nav-links-vertical-expand nav>ul>li.dropdown.dropdown-mega .dropdown-mega-content .dropdown-mega-sub-title,
    html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-expand nav>ul>li.dropdown.dropdown-mega .dropdown-mega-content .dropdown-mega-sub-title {
        padding-left: 15px;
        font-size: .75em
    }

    html.side-header #header.side-header .header-nav.header-nav-links-vertical-expand nav>ul>li.dropdown.dropdown-mega .dropdown-mega-content .dropdown-mega-sub-nav,
    html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-expand nav>ul>li.dropdown.dropdown-mega .dropdown-mega-content .dropdown-mega-sub-nav {
        padding-left: 30px
    }

    html.side-header #header.side-header .header-nav.header-nav-links-vertical-expand .thumb-info-preview,
    html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-expand .thumb-info-preview {
        display: none
    }

    html.side-header #header.side-header .header-nav.header-nav-links-vertical-columns,
    html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-columns {
        position: relative
    }

    html.side-header #header.side-header .header-nav.header-nav-links-vertical-columns nav,
    html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-columns nav {
        margin-top: -10px
    }

    html.side-header #header.side-header .header-nav.header-nav-links-vertical-columns nav>ul>li.dropdown,
    html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-columns nav>ul>li.dropdown {
        position: static
    }

    html.side-header #header.side-header .header-nav.header-nav-links-vertical-columns nav>ul>li.dropdown .dropdown-menu,
    html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-columns nav>ul>li.dropdown .dropdown-menu {
        box-shadow: none;
        top: 50% !important;
        transform: translateY(-50%);
        left: 10000px;
        margin-left: -15px;
        margin-top: 10px;
        opacity: 0;
        transition: margin-left .2s ease-out, opacity .2s ease-out
    }

    html.side-header #header.side-header .header-nav.header-nav-links-vertical-columns nav>ul>li.dropdown .dropdown-menu:before,
    html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-columns nav>ul>li.dropdown .dropdown-menu:before {
        content: '';
        display: block;
        position: absolute;
        top: -100vh;
        width: 100%;
        height: 100%;
        background: #fcfcfc;
        border-right: 1px solid #f7f7f7;
        border-left: 1px solid #f7f7f7;
        height: 200vh
    }

    html.side-header #header.side-header .header-nav.header-nav-links-vertical-columns nav>ul>li.dropdown .dropdown-menu li.dropdown-submenu,
    html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-columns nav>ul>li.dropdown .dropdown-menu li.dropdown-submenu {
        position: static
    }

    html.side-header #header.side-header .header-nav.header-nav-links-vertical-columns nav>ul>li.dropdown .dropdown-menu li.dropdown-submenu>.dropdown-menu,
    html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-columns nav>ul>li.dropdown .dropdown-menu li.dropdown-submenu>.dropdown-menu {
        margin-left: 0;
        left: 100%;
        right: auto;
        margin-left: -15px;
        opacity: 0;
        transition: margin-left .2s ease-out, opacity .2s ease-out;
        transform: translate3d(10000px, 0, 0)
    }

    html.side-header #header.side-header .header-nav.header-nav-links-vertical-columns nav>ul>li.dropdown .dropdown-menu li.dropdown-submenu>.dropdown-menu:before,
    html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-columns nav>ul>li.dropdown .dropdown-menu li.dropdown-submenu>.dropdown-menu:before {
        border-left: 0
    }

    html.side-header #header.side-header .header-nav.header-nav-links-vertical-columns nav>ul>li.dropdown .dropdown-menu li.dropdown-submenu:hover>.dropdown-menu,
    html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-columns nav>ul>li.dropdown .dropdown-menu li.dropdown-submenu:hover>.dropdown-menu {
        right: auto;
        opacity: 1;
        margin-left: 0;
        transform: translateY(-50%)
    }

    html.side-header #header.side-header .header-nav.header-nav-links-vertical-columns nav>ul>li.dropdown .dropdown-menu li.dropdown-submenu.dropdown-reverse>.dropdown-menu,
    html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-columns nav>ul>li.dropdown .dropdown-menu li.dropdown-submenu.dropdown-reverse>.dropdown-menu {
        left: auto
    }

    html.side-header #header.side-header .header-nav.header-nav-links-vertical-columns nav>ul>li.dropdown .dropdown-menu li.dropdown-submenu.dropdown-reverse:hover>.dropdown-menu,
    html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-columns nav>ul>li.dropdown .dropdown-menu li.dropdown-submenu.dropdown-reverse:hover>.dropdown-menu {
        right: 100%
    }

    html.side-header #header.side-header .header-nav.header-nav-links-vertical-columns nav>ul>li.dropdown:hover>.dropdown-menu,
    html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-columns nav>ul>li.dropdown:hover>.dropdown-menu {
        margin-left: 0;
        margin-top: 0;
        padding-top: 0;
        opacity: 1
    }

    html.side-header #header.side-header .header-nav.header-nav-links-vertical-columns nav>ul>li.dropdown-mega,
    html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-columns nav>ul>li.dropdown-mega {
        position: static !important
    }

    html.side-header #header.side-header .header-nav.header-nav-links-vertical-columns .thumb-info-preview,
    html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-columns .thumb-info-preview {
        display: none
    }

    html.side-header #header.side-header .header-nav.header-nav-links-vertical-slide,
    html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-slide {
        height: 100%;
        justify-content: center
    }

    html.side-header #header.side-header .header-nav.header-nav-links-vertical-slide .header-nav-main,
    html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-slide .header-nav-main {
        height: 100% !important
    }

    html.side-header #header.side-header .header-nav.header-nav-links-vertical-slide nav>ul,
    html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-slide nav>ul {
        height: 100%;
        justify-content: center
    }

    html.side-header #header.side-header .header-nav.header-nav-links-vertical-slide nav>ul>li,
    html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-slide nav>ul>li {
        height: auto
    }

    html.side-header #header.side-header .header-nav.header-nav-links-vertical-slide nav ul,
    html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-slide nav ul {
        transform: translate3d(0, 0, 0);
        transition: ease all 300ms
    }

    html.side-header #header.side-header .header-nav.header-nav-links-vertical-slide nav ul.next-menu,
    html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-slide nav ul.next-menu {
        transform: translate3d(-100%, 0, 0)
    }

    html.side-header #header.side-header .header-nav.header-nav-links-vertical-slide nav ul>li.dropdown>a.dropdown-toggle,
    html.side-header #header.side-header .header-nav.header-nav-links-vertical-slide nav ul>li.dropdown .dropdown-menu li.dropdown-submenu>a.dropdown-item,
    html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-slide nav ul>li.dropdown>a.dropdown-toggle,
    html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-slide nav ul>li.dropdown .dropdown-menu li.dropdown-submenu>a.dropdown-item {
        display: inline-block
    }

    html.side-header #header.side-header .header-nav.header-nav-links-vertical-slide nav ul>li.dropdown>a.dropdown-toggle:before,
    html.side-header #header.side-header .header-nav.header-nav-links-vertical-slide nav ul>li.dropdown .dropdown-menu li.dropdown-submenu>a.dropdown-item:before,
    html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-slide nav ul>li.dropdown>a.dropdown-toggle:before,
    html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-slide nav ul>li.dropdown .dropdown-menu li.dropdown-submenu>a.dropdown-item:before {
        display: none !important
    }

    html.side-header #header.side-header .header-nav.header-nav-links-vertical-slide nav ul>li.dropdown>a.dropdown-toggle:after,
    html.side-header #header.side-header .header-nav.header-nav-links-vertical-slide nav ul>li.dropdown .dropdown-menu li.dropdown-submenu>a.dropdown-item:after,
    html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-slide nav ul>li.dropdown>a.dropdown-toggle:after,
    html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-slide nav ul>li.dropdown .dropdown-menu li.dropdown-submenu>a.dropdown-item:after {
        font-family: 'font awesome 5 free';
        content: "\f054";
        font-weight: 900;
        position: relative;
        font-size: .5rem;
        opacity: .7;
        display: inline-block;
        border: 0;
        top: 1px;
        left: 5px;
        transform: none
    }

    html.side-header #header.side-header .header-nav.header-nav-links-vertical-slide nav ul>li.dropdown>a.dropdown-toggle:hover:after,
    html.side-header #header.side-header .header-nav.header-nav-links-vertical-slide nav ul>li.dropdown .dropdown-menu li.dropdown-submenu>a.dropdown-item:hover:after,
    html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-slide nav ul>li.dropdown>a.dropdown-toggle:hover:after,
    html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-slide nav ul>li.dropdown .dropdown-menu li.dropdown-submenu>a.dropdown-item:hover:after {
        -webkit-animation: sideMenuArrow 600ms ease;
        animation: sideMenuArrow 600ms ease;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite
    }

    html.side-header #header.side-header .header-nav.header-nav-links-vertical-slide nav ul>li.dropdown .dropdown-menu li.dropdown-submenu>a.dropdown-item,
    html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-slide nav ul>li.dropdown .dropdown-menu li.dropdown-submenu>a.dropdown-item {
        background: 0 0
    }

    html.side-header #header.side-header .header-nav.header-nav-links-vertical-slide nav ul>li.dropdown .dropdown-menu li.dropdown-submenu>a.dropdown-item:after,
    html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-slide nav ul>li.dropdown .dropdown-menu li.dropdown-submenu>a.dropdown-item:after {
        top: -1px;
        margin-left: 5px;
        transform: none
    }

    html.side-header #header.side-header .header-nav.header-nav-links-vertical-slide nav ul>li.dropdown .dropdown-menu li a,
    html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-slide nav ul>li.dropdown .dropdown-menu li a {
        background: 0 0
    }

    html.side-header #header.side-header .header-nav.header-nav-links-vertical-slide nav ul li,
    html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-slide nav ul li {
        position: static;
        text-align: center
    }

    html.side-header #header.side-header .header-nav.header-nav-links-vertical-slide nav ul li a,
    html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-slide nav ul li a {
        display: inline-block;
        width: 100%
    }

    html.side-header #header.side-header .header-nav.header-nav-links-vertical-slide nav ul li ul,
    html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-slide nav ul li ul {
        visibility: hidden
    }

    html.side-header #header.side-header .header-nav.header-nav-links-vertical-slide nav ul li ul.visible,
    html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-slide nav ul li ul.visible {
        visibility: visible
    }

    html.side-header #header.side-header .header-nav.header-nav-links-vertical-slide nav ul li.back-button>a,
    html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-slide nav ul li.back-button>a {
        cursor: pointer;
        background: 0 0
    }

    html.side-header #header.side-header .header-nav.header-nav-links-vertical-slide nav ul li.back-button>a:before,
    html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-slide nav ul li.back-button>a:before {
        font-family: 'font awesome 5 free';
        content: "\f053";
        font-weight: 900;
        position: relative;
        font-size: .5rem;
        opacity: .7;
        display: inline-block;
        border: 0;
        top: -1px;
        right: 5px
    }

    html.side-header #header.side-header .header-nav.header-nav-links-vertical-slide nav ul li.back-button>a:hover:before,
    html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-slide nav ul li.back-button>a:hover:before {
        -webkit-animation: sideMenuArrowBack 600ms ease;
        animation: sideMenuArrowBack 600ms ease;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite
    }

    html.side-header #header.side-header .header-nav.header-nav-links-vertical-slide nav ul li.dropdown .dropdown-menu,
    html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-slide nav ul li.dropdown .dropdown-menu {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        height: 100%;
        top: 50% !important;
        left: 100%;
        padding: 0;
        margin: 0 !important;
        opacity: 1;
        border-top: none;
        box-shadow: none;
        transform: translate3d(0, -50%, 0) !important
    }

    html.side-header #header.side-header .header-nav.header-nav-links-vertical-slide nav ul li.dropdown .dropdown-menu::-webkit-scrollbar,
    html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-slide nav ul li.dropdown .dropdown-menu::-webkit-scrollbar {
        width: 5px
    }

    html.side-header #header.side-header .header-nav.header-nav-links-vertical-slide nav ul li.dropdown .dropdown-menu::-webkit-scrollbar-thumb,
    html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-slide nav ul li.dropdown .dropdown-menu::-webkit-scrollbar-thumb {
        border-radius: 0;
        background: rgba(204, 204, 204, .5)
    }

    html.side-header #header.side-header .header-nav.header-nav-links-vertical-slide nav ul li.dropdown .dropdown-menu.next-menu,
    html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-slide nav ul li.dropdown .dropdown-menu.next-menu {
        transform: translate3d(-100%, -50%, 0) !important
    }

    html.side-header #header.side-header .header-nav.header-nav-links-vertical-slide nav ul li.dropdown .dropdown-menu li.dropdown-submenu,
    html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-slide nav ul li.dropdown .dropdown-menu li.dropdown-submenu {
        position: static
    }

    html.side-header #header.side-header .header-nav.header-nav-links-vertical-slide nav ul li.dropdown-submenu,
    html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-slide nav ul li.dropdown-submenu {
        position: static
    }
}

#header.header-floating-icons .nav {
    flex-direction: column
}

#header.header-floating-icons .header-nav-main nav>ul>li {
    flex: 0 0 auto;
    margin-left: 0
}

#header.header-floating-icons .header-nav-main nav>ul>li>a>i {
    pointer-events: none
}

#header.header-floating-icons .header-nav-main nav>ul>li>a.active {
    background: #fff !important
}

#header.header-floating-icons .header-nav-main nav>ul>li>a.active:after {
    background: #fff
}

#header.header-floating-icons .header-nav-main nav>ul>li.open>a:after,
#header.header-floating-icons .header-nav-main nav>ul>li.active>a:after,
#header.header-floating-icons .header-nav-main nav>ul>li:hover>a:after,
#header.header-floating-icons .header-nav-main nav>ul>li:active>a:after,
#header.header-floating-icons .header-nav-main nav>ul>li:focus>a:after {
    background: #fff
}

@media(min-width:992px) {
    #header.header-floating-icons {
        background: 0 0;
        height: 0;
        min-height: 0 !important
    }

    #header.header-floating-icons .header-nav-main nav>ul>li {
        height: auto
    }

    #header.header-floating-icons .header-row {
        display: block;
        position: absolute;
        top: 12px;
        left: -60px
    }

    #header.header-floating-icons .header-body {
        position: fixed;
        top: 0;
        left: 0;
        background: 0 0;
        min-height: 0;
        padding: 0;
        border: none
    }

    #header.header-floating-icons .header-nav {
        padding: 0 !important
    }

    #header.header-floating-icons .header-nav-main {
        margin: 0;
        box-shadow: 0 0 80px 0 rgba(62, 62, 62, .3)
    }

    #header.header-floating-icons .header-nav-main nav>ul>li {
        border-bottom: 1px solid #ccc
    }

    #header.header-floating-icons .header-nav-main nav>ul>li:hover>a {
        background: #fff
    }

    #header.header-floating-icons .header-nav-main nav>ul>li:hover>a>span {
        opacity: 1;
        transform: rotateY(0deg)
    }

    #header.header-floating-icons .header-nav-main nav>ul>li>a {
        font-size: 25px;
        padding: 18px;
        perspective: 770px;
        background: #f7f7f7;
        border-radius: 0;
        transform: translateZ(0)
    }

    #header.header-floating-icons .header-nav-main nav>ul>li>a:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 102%;
        z-index: -1
    }

    #header.header-floating-icons .header-nav-main nav>ul>li>a>span {
        opacity: 0;
        position: absolute;
        top: 0;
        left: 125.5%;
        background: #fff;
        padding: 0 25px;
        height: 100%;
        line-height: 4.1;
        white-space: nowrap;
        font-size: 14px;
        z-index: -2;
        transition: ease transform 300ms;
        box-shadow: 0 0 80px 0 rgba(62, 62, 62, .15);
        transform-origin: -19% 0%;
        transform: rotateY(88deg)
    }

    #header.header-floating-icons .header-nav-main nav>ul>li>a>span:before {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        left: -4px;
        padding: 10px;
        background: #fff;
        z-index: -1;
        transform: translate(0, -50%) rotate(45deg)
    }
}

@media(min-width:992px) and (max-width:1281px) {
    #header.header-floating-icons .header-row {
        left: -19px
    }

    #header.header-floating-icons .header-nav-main nav>ul>li>a {
        padding: 9.8px;
        perspective: 450px
    }

    #header.header-floating-icons .header-nav-main nav>ul>li>a>span {
        line-height: 3
    }
}

@media(max-width:991px) {
    #header.header-floating-icons {
        position: fixed;
        top: 23px;
        right: 10px
    }

    #header.header-floating-icons .header-body {
        background: 0 0;
        border: none;
        min-height: 0
    }

    #header.header-floating-icons .header-btn-collapse-nav {
        padding: 15px 20px;
        margin: 0
    }

    #header.header-floating-icons .header-nav-main {
        position: absolute;
        right: 0;
        top: 77px;
        max-width: 53px;
        overflow: hidden;
        box-shadow: 0 0 15px 0 rgba(62, 62, 62, .2)
    }

    #header.header-floating-icons .header-nav-main:before {
        content: none
    }

    #header.header-floating-icons .header-nav-main nav {
        padding: 0;
        margin: 0 !important;
        max-height: none
    }

    #header.header-floating-icons .header-nav-main nav>ul {
        display: block;
        padding: 0
    }

    #header.header-floating-icons .header-nav-main nav>ul>li {
        display: inline-block;
        border: none
    }

    #header.header-floating-icons .header-nav-main nav>ul>li>a {
        font-size: 1.7em;
        margin: 0;
        padding: 15px;
        background: #f7f7f7;
        border-radius: 0;
        border-bottom: 1px solid #e2e2e2
    }

    #header.header-floating-icons .header-nav-main nav>ul>li>a>span {
        display: none
    }

    #header.header-floating-icons .header-nav-main nav>ul>li:last-child>a {
        border-bottom: 0
    }
}

@media(min-width:992px) {
    #header .header-nav-main.header-nav-main-light nav>ul>li>a {
        color: #fff
    }

    #header .header-nav-main.header-nav-main-light nav>ul>li>a.active {
        color: #ccc;
        background: #fff
    }

    #header .header-nav-main.header-nav-main-light nav>ul>li.open>a,
    #header .header-nav-main.header-nav-main-light nav>ul>li.active>a,
    #header .header-nav-main.header-nav-main-light nav>ul>li:hover>a {
        background: #fff
    }

    #header .header-nav-main.header-nav-main-light nav>ul>li.open>.dropdown-menu,
    #header .header-nav-main.header-nav-main-light nav>ul>li.active>.dropdown-menu,
    #header .header-nav-main.header-nav-main-light nav>ul>li:hover>.dropdown-menu {
        border-top-color: #fff;
        box-shadow: 0 20px 25px rgba(0, 0, 0, .05)
    }

    #header .header-nav-main.header-nav-main-light nav>ul>li.open>.dropdown-menu .dropdown-submenu:hover>.dropdown-menu,
    #header .header-nav-main.header-nav-main-light nav>ul>li.active>.dropdown-menu .dropdown-submenu:hover>.dropdown-menu,
    #header .header-nav-main.header-nav-main-light nav>ul>li:hover>.dropdown-menu .dropdown-submenu:hover>.dropdown-menu {
        border-top-color: #fff
    }

    #header .header-nav-main.header-nav-main-light nav>ul>li.active>a {
        background: #fff
    }

    #header .header-nav-main.header-nav-main-light nav>ul>li.dropdown.open>a:before,
    #header .header-nav-main.header-nav-main-light nav>ul>li.dropdown:hover>a:before {
        border-bottom-color: #fff
    }

    #header .header-nav-main.header-nav-main-light .dropdown-menu>li>a:hover,
    #header .header-nav-main.header-nav-main-light .dropdown-menu>li>a:focus {
        background: #f5f5f5
    }
}

@media(min-width:992px) {

    #header .header-nav-main-effect-1 nav>ul>li.dropdown .dropdown-menu li a,
    #header .header-nav-main-effect-1 nav>ul>li.dropdown .dropdown-mega-sub-nav li a {
        transition: transform .2s ease-out;
        transform: translate3d(0, -5px, 0)
    }

    #header .header-nav-main-effect-1 nav>ul>li.dropdown:hover>.dropdown-menu li a,
    #header .header-nav-main-effect-1 nav>ul>li.dropdown:hover .dropdown-mega-sub-nav li a,
    #header .header-nav-main-effect-1 nav>ul>li.dropdown.open>.dropdown-menu li a,
    #header .header-nav-main-effect-1 nav>ul>li.dropdown.open .dropdown-mega-sub-nav li a {
        transform: translate3d(0, 0, 0)
    }

    #header .header-nav-main-effect-1 nav>ul>li.dropdown .dropdown-menu {
        transition: transform .2s ease-out;
        transform: translate3d(0, -5px, 0)
    }

    #header .header-nav-main-effect-1 nav>ul>li.dropdown:hover>.dropdown-menu,
    #header .header-nav-main-effect-1 nav>ul>li.dropdown.open>.dropdown-menu {
        transform: translate3d(0, 2px, 0)
    }

    #header .header-nav.header-nav-stripe .header-nav-main-effect-1 nav>ul>li.dropdown:hover>.dropdown-menu,
    #header .header-nav.header-nav-stripe .header-nav-main-effect-1 nav>ul>li.dropdown.open>.dropdown-menu,
    #header .header-nav.header-nav-links .header-nav-main-effect-1 nav>ul>li.dropdown:hover>.dropdown-menu,
    #header .header-nav.header-nav-links .header-nav-main-effect-1 nav>ul>li.dropdown.open>.dropdown-menu,
    #header .header-nav.header-nav-line .header-nav-main-effect-1 nav>ul>li.dropdown:hover>.dropdown-menu,
    #header .header-nav.header-nav-line .header-nav-main-effect-1 nav>ul>li.dropdown.open>.dropdown-menu,
    #header .header-nav.header-nav-dropdowns-dark .header-nav-main-effect-1 nav>ul>li.dropdown:hover>.dropdown-menu,
    #header .header-nav.header-nav-dropdowns-dark .header-nav-main-effect-1 nav>ul>li.dropdown.open>.dropdown-menu {
        transform: translate3d(0, 0, 0)
    }
}

@media(min-width:992px) {
    #header .header-nav-main-effect-2 nav>ul>li.dropdown .dropdown-menu {
        transition: opacity .2s ease-out;
        opacity: 0
    }

    #header .header-nav-main-effect-2 nav>ul>li.dropdown:hover>.dropdown-menu,
    #header .header-nav-main-effect-2 nav>ul>li.dropdown.open>.dropdown-menu {
        opacity: 1
    }
}

@media(min-width:992px) {
    #header .header-nav-main-effect-3 nav>ul>li.dropdown .dropdown-menu {
        transition: transform .2s ease-out;
        transform: translate3d(0, 10px, 0)
    }

    #header .header-nav-main-effect-3 nav>ul>li.dropdown:hover>.dropdown-menu,
    #header .header-nav-main-effect-3 nav>ul>li.dropdown.open>.dropdown-menu {
        transform: translate3d(0, 0, 0)
    }
}

@media(min-width:992px) {
    #header .header-nav-main-effect-4 nav>ul>li.dropdown .dropdown-menu {
        transition: transform .2s ease-out;
        transform: translate3d(-10px, 0, 0)
    }

    #header .header-nav-main-effect-4 nav>ul>li.dropdown:hover>.dropdown-menu,
    #header .header-nav-main-effect-4 nav>ul>li.dropdown.open>.dropdown-menu {
        transform: translate3d(0, 0, 0)
    }
}

@media(min-width:992px) {
    #header .header-nav-main-effect-5 nav>ul>li.dropdown .dropdown-menu {
        transition: transform .2s ease-out;
        transform: translate3d(0, -10px, 0)
    }

    #header .header-nav-main-effect-5 nav>ul>li.dropdown:hover>.dropdown-menu,
    #header .header-nav-main-effect-5 nav>ul>li.dropdown.open>.dropdown-menu {
        transform: translate3d(0, 0, 0)
    }
}

@media(min-width:992px) {
    #header .header-nav-main-effect-6 nav>ul>li.dropdown .dropdown-menu {
        transition: transform .2s ease-out;
        transform: translate3d(10px, 0, 0)
    }

    #header .header-nav-main-effect-6 nav>ul>li.dropdown:hover>.dropdown-menu,
    #header .header-nav-main-effect-6 nav>ul>li.dropdown.open>.dropdown-menu {
        transform: translate3d(0, 0, 0)
    }
}

@media(min-width:992px) {
    #header .header-nav-main-sub-effect-1 nav>ul>li.dropdown .dropdown-menu li.dropdown-submenu>.dropdown-menu {
        transition: transform .2s ease-out, opacity .2s ease-out;
        transform: translate3d(-10px, 0, 0);
        opacity: 0
    }

    #header .header-nav-main-sub-effect-1 nav>ul>li.dropdown .dropdown-menu li.dropdown-submenu:hover>.dropdown-menu,
    #header .header-nav-main-sub-effect-1 nav>ul>li.dropdown .dropdown-menu li.dropdown-submenu.open>.dropdown-menu {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }

    #header .header-nav-main-sub-effect-1 nav>ul>li.dropdown .dropdown-menu li.dropdown-submenu.dropdown-reverse>.dropdown-menu {
        transition: transform .2s ease-out, opacity .2s ease-out;
        transform: translate3d(10px, 0, 0);
        left: auto;
        right: 100%;
        opacity: 0
    }

    #header .header-nav-main-sub-effect-1 nav>ul>li.dropdown .dropdown-menu li.dropdown-submenu.dropdown-reverse:hover>.dropdown-menu,
    #header .header-nav-main-sub-effect-1 nav>ul>li.dropdown .dropdown-menu li.dropdown-submenu.dropdown-reverse.open>.dropdown-menu {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@media(max-width:991px) {
    #header .header-nav-main {
        position: absolute;
        background: 0 0;
        width: 100%;
        top: 100%;
        left: 50%;
        transform: translate3d(-50%, 0, 0)
    }

    #header .header-nav-main:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 50%;
        width: 100vw;
        height: 100%;
        background: #fff;
        z-index: -1;
        transform: translateX(-50%)
    }

    #header .header-nav-main nav {
        max-height: 50vh;
        overflow: hidden;
        overflow-y: auto;
        padding: 0 15px;
        transition: ease all 500ms
    }

    #header .header-nav-main nav.collapsing {
        overflow-y: hidden
    }

    #header .header-nav-main nav::-webkit-scrollbar {
        width: 5px
    }

    #header .header-nav-main nav::-webkit-scrollbar-thumb {
        border-radius: 0;
        background: rgba(204, 204, 204, .5)
    }

    #header .header-nav-main nav>ul {
        padding-top: 15px;
        padding-bottom: 15px;
        flex-direction: column
    }

    #header .header-nav-main nav>ul li {
        border-bottom: 1px solid #e8e8e8;
        clear: both;
        display: block;
        float: none;
        margin: 0;
        padding: 0;
        position: relative
    }

    #header .header-nav-main nav>ul li a {
        font-size: 13px;
        font-style: normal;
        line-height: 20px;
        padding: 7px 8px;
        margin: 1px 0;
        border-radius: 4px;
        text-align: left
    }

    #header .header-nav-main nav>ul li a .fa-caret-down {
        line-height: 35px;
        min-height: 38px;
        min-width: 30px;
        position: absolute;
        right: 5px;
        text-align: center;
        top: 0
    }

    #header .header-nav-main nav>ul li a.dropdown-toggle {
        position: relative
    }

    #header .header-nav-main nav>ul li a.dropdown-toggle:after {
        content: none
    }

    #header .header-nav-main nav>ul li a.dropdown-toggle .fa-chevron-down {
        position: absolute;
        top: 0;
        right: 0;
        width: 30px;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: .6rem
    }

    #header .header-nav-main nav>ul li a:active {
        background-color: #f8f9fa;
        color: inherit
    }

    #header .header-nav-main nav>ul li.dropdown .dropdown-menu {
        background: 0 0;
        padding: 0;
        margin: 0;
        font-size: 13px;
        box-shadow: none;
        border-radius: 0;
        border: 0;
        clear: both;
        display: none;
        float: none;
        position: static
    }

    #header .header-nav-main nav>ul li.dropdown .dropdown-menu li.dropdown-submenu>a {
        position: relative
    }

    #header .header-nav-main nav>ul li.dropdown .dropdown-menu li.dropdown-submenu>a:after {
        content: none
    }

    #header .header-nav-main nav>ul li.dropdown .dropdown-menu li.dropdown-submenu>a .fa-chevron-down {
        position: absolute;
        top: 0;
        right: 0;
        width: 30px;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: .6rem
    }

    #header .header-nav-main nav>ul li.dropdown .dropdown-menu li.dropdown-submenu.open>.dropdown-menu {
        display: block;
        margin-left: 20px
    }

    #header .header-nav-main nav>ul li.dropdown.open>.dropdown-menu {
        display: block;
        margin-left: 20px
    }

    #header .header-nav-main nav>ul li.dropdown-mega .dropdown-mega-sub-title {
        margin-top: 10px;
        display: block;
        text-align: left
    }

    #header .header-nav-main nav>ul li.dropdown-mega .dropdown-mega-sub-nav {
        margin: 0 0 0 20px;
        padding: 0;
        list-style: none
    }

    #header .header-nav-main nav>ul li.dropdown-mega .dropdown-mega-sub-nav>li>a {
        display: block;
        text-decoration: none
    }

    #header .header-nav-main nav>ul li:last-child {
        border-bottom: 0
    }

    #header .header-nav-main nav>ul>li>a {
        text-transform: uppercase;
        font-weight: 700;
        margin-top: 1px;
        margin-bottom: 1px;
        color: #ccc
    }

    #header .header-nav-main nav>ul>li>a:active {
        color: #ccc
    }

    #header .header-nav-main nav>ul>li>a.active {
        color: #fff !important;
        background: #ccc
    }

    #header .header-nav-main nav>ul>li>a.active:focus,
    #header .header-nav-main nav>ul>li>a.active:hover {
        color: #fff;
        background: #ccc
    }

    #header .header-nav-main nav .not-included {
        margin: 0
    }

    #header .header-nav-main a>.thumb-info-preview {
        display: none !important
    }

    #header .header-nav-main.header-nav-main-square nav>ul>li a {
        border-radius: 0 !important
    }

    #header .header-nav-main.header-nav-main-slide .wrapper-items-cloned {
        display: none
    }

    #header .header-nav-bar .header-container {
        min-height: 0;
        height: auto !important
    }

    #header .header-nav-bar .header-nav {
        min-height: 60px !important;
        padding: 0
    }

    #header .header-btn-collapse-nav {
        outline: 0;
        display: block;
        position: relative;
        z-index: 1
    }

    #header .header-nav.header-nav-stripe {
        min-height: 90px
    }

    #header .header-nav.header-nav-links,
    #header .header-nav.header-nav-line {
        min-height: 70px
    }

    #header .header-nav.header-nav-dropdowns-dark {
        min-height: 70px
    }

    #header .header-nav.header-nav-sub-title .header-nav-main nav>ul>li>a>span,
    #header .header-nav.header-nav-sub-title-animated .header-nav-main nav>ul>li>a>span {
        display: block;
        text-transform: none;
        font-weight: 400
    }
}

@media(max-width:991px) {
    #header .header-nav-main.header-nav-main-mobile-dark:before {
        background-color: #212529
    }

    #header .header-nav-main.header-nav-main-mobile-dark nav>ul>li>a {
        color: #dedede
    }

    #header .header-nav-main.header-nav-main-mobile-dark nav>ul>li>a.active {
        color: #fff
    }

    #header .header-nav-main.header-nav-main-mobile-dark nav>ul>li .dropdown-menu>li a {
        color: #969696
    }

    #header .header-nav-main.header-nav-main-mobile-dark nav>ul>li .dropdown-menu>li a.active {
        color: #fff
    }

    #header .header-nav-main.header-nav-main-mobile-dark nav>ul li {
        border-bottom: 1px solid #3e3e3e
    }

    #header .header-nav-main.header-nav-main-mobile-dark nav>ul li:last-child {
        border-bottom: 0
    }

    #header .header-nav-main.header-nav-main-mobile-dark nav>ul li a:hover,
    #header .header-nav-main.header-nav-main-mobile-dark nav>ul li a:focus,
    #header .header-nav-main.header-nav-main-mobile-dark nav>ul li a:active {
        background-color: #2b2b2b
    }

    #header .header-nav-main.header-nav-main-mobile-dark nav>ul li.dropdown-mega .dropdown-mega-sub-title {
        color: #eaeaea
    }
}

@media(max-width:991px) {
    #header .header-nav-main.header-nav-main-dark-text nav>ul>li>a {
        color: #333
    }

    #header .header-nav-main.header-nav-main-dark-text nav>ul>li>a.active {
        color: #fff
    }
}

@media(max-width:991px) {
    html.side-header #header.side-header .side-header-scrollable {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: visible
    }

    html.side-header #header.side-header .side-header-scrollable .scrollable-content {
        right: 0 !important;
        overflow: visible
    }

    html.side-header #header.side-header .side-header-scrollable .scrollable-pane {
        display: none !important
    }
}

@media(max-width:991px) {
    html.side-header-hamburguer-sidebar #header.side-header .header-row-side-header {
        width: 100%
    }

    html.side-header-hamburguer-sidebar #header.side-header .side-header-scrollable {
        height: 100%
    }

    html.side-header-hamburguer-sidebar #header.side-header .side-header-scrollable .scrollable-content {
        right: 0 !important;
        padding-right: 10px;
        padding-left: 10px;
        overflow-y: hidden
    }

    html.side-header-hamburguer-sidebar #header.side-header .side-header-scrollable .scrollable-pane {
        display: none !important
    }

    html.side-header-hamburguer-sidebar #header.side-header .header-nav {
        height: 100%
    }

    html.side-header-hamburguer-sidebar #header.side-header .header-nav .header-nav-main {
        position: relative;
        top: 0;
        left: 0;
        transform: none
    }

    html.side-header-hamburguer-sidebar #header.side-header .header-nav nav {
        display: block !important;
        max-height: 69vh;
        padding: 0 8px 0 0
    }

    html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links {
        width: 100%;
        padding: 0;
        overflow: hidden
    }

    html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links .header-nav-main {
        align-self: stretch;
        min-height: 0;
        margin-top: 0
    }

    html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links .header-nav-main.header-nav-main-mobile-dark nav>ul>li>a {
        color: #dedede !important;
        border-bottom-color: #3e3e3e
    }

    html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links .header-nav-main.header-nav-main-mobile-dark nav>ul>li>a.active {
        color: #fff !important
    }

    html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links .header-nav-main.header-nav-main-mobile-dark nav>ul>li .dropdown-menu>li a {
        color: #969696
    }

    html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links .header-nav-main.header-nav-main-mobile-dark nav>ul>li .dropdown-menu>li a.active {
        color: #fff
    }

    html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links .header-nav-main.header-nav-main-mobile-dark nav>ul li {
        border-bottom-color: #3e3e3e
    }

    html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links .header-nav-main.header-nav-main-mobile-dark nav>ul li a:hover,
    html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links .header-nav-main.header-nav-main-mobile-dark nav>ul li a:focus,
    html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links .header-nav-main.header-nav-main-mobile-dark nav>ul li a:active {
        background-color: #2b2b2b
    }

    html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links nav>ul>li>a,
    html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links nav>ul>li:hover>a {
        position: relative;
        background: 0 0 !important;
        color: #444 !important;
        padding: 0 .9rem;
        margin: 1px 0 0;
        min-height: 70px;
        height: 100%
    }

    html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links nav>ul>li>a.dropdown-toggle:after {
        content: none
    }

    html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links nav>ul>li>a.active {
        color: #ccc;
        background: 0 0
    }

    html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links nav>ul>li.dropdown.open>.dropdown-menu,
    html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links nav>ul>li.dropdown:hover>.dropdown-menu {
        margin-top: 0
    }

    html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links nav>ul li {
        border-bottom: 0
    }

    html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links nav>ul li a {
        color: #444;
        font-size: 12px
    }

    html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-side-header nav>ul>li>a {
        padding: 10px 15px !important;
        min-height: 0 !important;
        border-bottom: 1px solid #f7f7f7;
        border-radius: 0
    }

    html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-side-header nav>ul>li:last-child>a {
        border-bottom: 0
    }

    html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-side-header nav>ul>li.dropdown {
        position: static
    }

    html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-expand nav>ul>li.dropdown>.dropdown-menu li a {
        border: 0
    }

    html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-expand nav>ul>li.dropdown:not(.open) .dropdown-menu {
        overflow: hidden;
        opacity: 0;
        width: 0;
        height: 0;
        top: -10000px
    }

    html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-expand nav>ul>li.dropdown.open>.dropdown-menu,
    html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-expand nav>ul>li.dropdown.open>.dropdown-menu li.dropdown-submenu.open>.dropdown-menu {
        position: relative;
        box-shadow: none;
        margin: 0;
        padding: 5px 0 5px 15px;
        top: auto;
        left: auto;
        right: auto;
        transform: none;
        min-width: auto;
        width: 100%;
        opacity: 1 !important
    }

    html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-expand nav>ul>li.dropdown.dropdown-mega .dropdown-menu {
        min-width: 0
    }

    html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-expand nav>ul>li.dropdown.dropdown-mega .dropdown-mega-content {
        padding: 5px 0 5px 15px
    }

    html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-expand nav>ul>li.dropdown.dropdown-mega .dropdown-mega-content [class*=col] {
        max-width: 100%;
        display: block;
        padding: 5px 0;
        flex: none
    }

    html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-expand nav>ul>li.dropdown.dropdown-mega .dropdown-mega-content .dropdown-mega-sub-title {
        margin-top: 0;
        padding-left: 15px;
        color: #333;
        font-size: .85em;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: -.5px
    }

    html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-expand nav>ul>li.dropdown.dropdown-mega .dropdown-mega-content .dropdown-mega-sub-nav {
        padding-left: 10px
    }

    html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-expand .thumb-info-preview {
        display: none
    }
}

@media(min-width:992px) {
    #header .header-body:not(.h-100) {
        height: auto !important
    }
}

@media(max-width:991px) {
    #header .header-logo img {
        z-index: 1
    }

    #header .header-nav {
        display: flex;
        align-items: center
    }

    #header.header-narrow .header-nav.header-nav-stripe {
        min-height: 70px
    }
}

#header .header-nav-main nav>ul>li.dropdown-mega.dropdown-mega-shop .dropdown-menu {
    width: 40%;
    right: 15px;
    left: auto;
    border-radius: 6px 0 6px 6px
}

#header .header-nav-main nav>ul>li.dropdown-mega.dropdown-mega-shop .dropdown-menu li table {
    width: 100%;
    margin-top: 0
}

#header .header-nav-main nav>ul>li.dropdown-mega.dropdown-mega-shop .dropdown-menu li table tr td a {
    background-color: transparent !important;
    color: #333;
    padding: 0;
    margin: 0;
    display: block
}

#header .header-nav-main nav>ul>li.dropdown-mega.dropdown-mega-shop .dropdown-menu li table tr td a.remove {
    float: right
}

#header .header-nav-main nav>ul>li.dropdown-mega.dropdown-mega-shop .dropdown-menu li table tr td a:hover {
    text-decoration: none
}

#header .header-nav-main nav>ul>li.dropdown-mega.dropdown-mega-shop .fa-shopping-cart {
    margin-right: 5px
}

#header .header-nav-main nav>ul>li.dropdown-mega.dropdown-mega-shop .product-thumbnail {
    width: 120px
}

#header .header-nav-main nav>ul>li.dropdown-mega.dropdown-mega-shop .product-actions {
    text-align: right;
    width: 80px
}

#header .header-nav-main nav>ul>li.dropdown-mega.dropdown-mega-shop .actions-continue {
    margin-top: 10px;
    padding-top: 20px;
    border-top: 1px solid #ddd;
    clear: both
}

#header .header-nav-main nav>ul>li.dropdown-mega.dropdown-mega-shop .actions-continue .btn {
    margin-bottom: 10px
}

@media(max-width:991px) {
    #header .header-nav-main nav>ul>li.dropdown-mega.dropdown-mega-shop .dropdown-menu {
        margin: 15px 0;
        padding: 0 15px;
        width: 100%
    }
}

@media(min-width:992px) {

    html.side-header .main .container,
    html.side-header #footer .container {
        padding: 0 35px;
        width: auto !important;
        max-width: 1210px
    }

    html.side-header:not(.side-header-above) body>.body {
        margin: 0 0 0 255px;
        width: auto;
        overflow-x: hidden;
        overflow-y: visible
    }

    html.side-header:not(.side-header-above) body>.body .forcefullwidth_wrapper_tp_banner .rev_slider_wrapper {
        width: 100% !important;
        left: auto !important
    }

    html.side-header.side-header-above #header.side-header {
        transition: cubic-bezier(.55, 0, .1, 1) transform 300ms
    }
}

@media(min-width:992px) and (min-width:1200px) {

    html.side-header.side-header-change-container .main .container,
    html.side-header.side-header-change-container #footer .container {
        transform: translateX(125px)
    }
}

@media(min-width:992px) and (max-width:1440px) {

    html.side-header.side-header-change-container .main .container,
    html.side-header.side-header-change-container #footer .container {
        max-width: 960px
    }
}

@media(min-width:992px) and (min-width:1200px) {
    html.side-header.side-header-change-container .home-concept {
        transform: translateX(125px)
    }

    html.side-header.side-header-change-container .home-concept .container {
        transform: translateX(0)
    }
}

@media(min-width:992px) and (min-width:1200px) and (max-width:1440px) {
    html.side-header.side-header-change-container .home-concept .container>.row {
        margin-left: -6rem
    }
}

@media(min-width:992px) and (min-width:1200px) {

    html.side-header.side-header-change-container.side-header-right .main .container,
    html.side-header.side-header-change-container.side-header-right #footer .container {
        transform: translateX(-125px)
    }
}

@media(min-width:992px) and (min-width:1200px) {
    html.side-header.side-header-change-container.side-header-right .home-concept {
        transform: translateX(-125px)
    }
}

@media(min-width:992px) and (min-width:1200px) and (max-width:1440px) {
    html.side-header.side-header-change-container.side-header-right .home-concept .container>.row {
        margin-left: -6rem
    }
}

@media(min-width:992px) {
    html.side-header #header.side-header {
        position: fixed;
        box-shadow: 0 0 30px rgba(0, 0, 0, .05);
        top: 0;
        left: 0;
        max-width: 255px;
        width: 100%;
        height: 100%;
        transform: translateX(0);
        transition: cubic-bezier(.55, 0, .1, 1) transform 300ms
    }

    html.side-header #header.side-header:not(.header-transparent) {
        background: #fff
    }

    html.side-header #header.side-header.side-header-lg {
        max-width: 355px
    }

    html.side-header #header.side-header.side-header-hide {
        transform: translateX(100%)
    }

    html.side-header #header.side-header .header-body {
        border-top: 0
    }

    html.side-header #header.side-header .header-container {
        width: 100%
    }

    html.side-header #header.side-header .header-row {
        flex-direction: column
    }

    html.side-header #header.side-header .header-search {
        width: 100%;
        margin: .7rem 0
    }

    html.side-header #header.side-header .header-nav-top .nav>li>a,
    html.side-header #header.side-header .header-nav-top .nav>li>span {
        display: block
    }

    html.side-header #header.side-header .header-logo {
        margin: 2rem 0
    }

    html.side-header #header.side-header .header-nav {
        flex-direction: column
    }

    html.side-header #header.side-header .header-nav.header-nav-links nav>ul>li>a {
        height: auto
    }

    html.side-header #header.side-header .header-nav.header-nav-links-vertical-expand .header-nav-main {
        overflow: hidden
    }

    html.side-header #header.side-header .header-nav-main,
    html.side-header #header.side-header .header-nav-main nav,
    html.side-header #header.side-header .header-nav-main .nav {
        width: 100%
    }

    html.side-header #header.side-header .nav {
        flex-direction: column;
        width: 100%
    }

    html.side-header #header.side-header .header-nav-main nav>ul>li.dropdown>a.dropdown-toggle:after {
        content: "";
        border-color: transparent transparent transparent #ccc;
        position: absolute;
        right: 15px;
        top: 50%;
        border-top: .3em solid;
        border-bottom: .3em solid transparent;
        border-left: .3em solid transparent;
        border-right: 0;
        transform: translate3d(0, -50%, 0)
    }

    html.side-header #header.side-header .header-nav-main nav>ul>li.dropdown.open>.dropdown-menu,
    html.side-header #header.side-header .header-nav-main nav>ul>li.dropdown:hover>.dropdown-menu {
        top: 3px;
        left: 100%;
        border-top: 0;
        border-left: 5px solid #ccc;
        margin-left: -5px
    }

    html.side-header #header.side-header .header-nav-main nav>ul>li.dropdown li.dropdown-submenu:hover>.dropdown-menu {
        margin-top: -5px;
        border-top: 0
    }

    html.side-header #header.side-header .header-nav-main nav>ul>li.dropdown.open>a,
    html.side-header #header.side-header .header-nav-main nav>ul>li.dropdown:hover>a {
        padding-bottom: .5rem
    }

    html.side-header #header.side-header .header-nav-main nav>ul>li.dropdown.open>a:before,
    html.side-header #header.side-header .header-nav-main nav>ul>li.dropdown:hover>a:before {
        content: none
    }

    html.side-header #header.side-header .header-nav-main nav>ul>li.dropdown-mega {
        position: relative !important
    }

    html.side-header #header.side-header .header-nav-main nav>ul>li.dropdown-mega .dropdown-menu {
        min-width: 720px
    }

    html.side-header #header.side-header .header-nav-main nav>ul>li {
        margin-top: 1px
    }

    html.side-header #header.side-header .header-nav-main nav>ul>li>a {
        display: flex
    }

    html.side-header #header.side-header .header-nav-main nav>ul>li .dropdown-menu.dropdown-reverse li a {
        padding-right: 8px;
        padding-left: 20px
    }

    html.side-header #header.side-header .header-nav-main nav>ul>li .dropdown-menu.dropdown-reverse li.dropdown-submenu>a:after {
        border-width: 4px 4px 4px 0
    }

    html.side-header-right:not(.side-header-above) body>.body {
        margin: 0 255px 0 0
    }

    html.side-header-right #header.side-header {
        left: auto;
        right: 0
    }

    html.side-header-right #header.side-header .header-nav:not(.header-nav-links-vertical-slide):not(.header-nav-links-vertical-expand) .header-nav-main nav>ul>li.dropdown>a.dropdown-toggle {
        padding-right: 0;
        padding-left: 30px
    }

    html.side-header-right #header.side-header .header-nav:not(.header-nav-links-vertical-slide):not(.header-nav-links-vertical-expand) .header-nav-main nav>ul>li.dropdown>a.dropdown-toggle:after {
        left: 15px;
        right: auto;
        border-right: .3em solid transparent;
        border-left: 0
    }

    html.side-header-right #header.side-header .header-nav:not(.header-nav-links-vertical-slide):not(.header-nav-links-vertical-expand) .header-nav-main nav>ul>li.dropdown.open>.dropdown-menu,
    html.side-header-right #header.side-header .header-nav:not(.header-nav-links-vertical-slide):not(.header-nav-links-vertical-expand) .header-nav-main nav>ul>li.dropdown:hover>.dropdown-menu {
        display: flex;
        justify-content: center;
        flex-direction: column;
        right: 100%;
        left: auto;
        border-right: 5px solid #ccc;
        border-left: 0;
        margin-left: 0;
        margin-right: -5px;
        border-radius: 4px 0 0 4px;
        opacity: 1
    }

    html.side-header-right #header.side-header .header-nav:not(.header-nav-links-vertical-slide):not(.header-nav-links-vertical-expand).header-nav-links-vertical-columns .header-nav-main nav>ul>li.dropdown.open>.dropdown-menu,
    html.side-header-right #header.side-header .header-nav:not(.header-nav-links-vertical-slide):not(.header-nav-links-vertical-expand).header-nav-links-vertical-columns .header-nav-main nav>ul>li.dropdown:hover>.dropdown-menu {
        height: 100vh
    }

    html.side-header-right #header.side-header.side-header-hide {
        transform: translateX(-100%)
    }

    html.side-header-right.side-header-right-no-reverse #header.side-header .header-nav:not(.header-nav-links-vertical-slide) .header-nav-main nav>ul>li.dropdown .dropdown-menu li.dropdown-submenu>a {
        padding-left: 25px
    }

    html.side-header-right.side-header-right-no-reverse #header.side-header .header-nav:not(.header-nav-links-vertical-slide) .header-nav-main nav>ul>li.dropdown .dropdown-menu li.dropdown-submenu>a:after {
        left: initial;
        right: 20px
    }

    html.ie.side-header-right #header.side-header .header-nav:not(.header-nav-links-vertical-slide) .header-nav-main nav>ul>li.dropdown .dropdown-menu li.dropdown-submenu>a:after {
        left: 10px;
        right: initial;
        width: 0
    }

    html.side-header-semi-transparent body>.body {
        margin: 0
    }

    html.side-header-semi-transparent #header.side-header {
        background: rgba(0, 0, 0, .3)
    }

    html.side-header-semi-transparent #header.side-header .header-body {
        background: 0 0 !important
    }
}

@media(min-width:992px) and (max-width:1199px) {
    html:not(.side-header-disable-offcanvas).side-header:not(.side-header-above) body>.body {
        margin: 0
    }

    html:not(.side-header-disable-offcanvas).side-header #header.side-header {
        left: -255px;
        z-index: 20 !important
    }

    html:not(.side-header-disable-offcanvas).side-header.side-header-right #header.side-header {
        left: auto;
        right: -255px
    }
}

@media(min-width:1200px) {
    html.side-header.side-header-hide #header.side-header {
        left: 0;
        transform: translateX(0)
    }

    html.side-header.side-header-right.side-header-hide #header.side-header {
        left: auto;
        right: 0;
        transform: translateX(0)
    }
}

@media(max-width:991px) {
    html.side-header #header.side-header .header-container {
        height: auto !important
    }
}

@media(max-height:768px) {

    html.side-header #header .header-nav-main nav>ul>li.dropdown.open>.dropdown-menu,
    html.side-header #header .header-nav-main nav>ul>li.dropdown:hover>.dropdown-menu {
        top: auto
    }
}

html.side-header-hamburguer-sidebar .main .container,
html.side-header-hamburguer-sidebar #footer .container {
    padding: 0 35px;
    width: auto !important;
    max-width: 1210px
}

html.side-header-hamburguer-sidebar:not(.side-header-above) body>.body {
    margin: 0 0 0 255px;
    width: auto;
    overflow-x: hidden;
    overflow-y: visible
}

html.side-header-hamburguer-sidebar:not(.side-header-above) body>.body .forcefullwidth_wrapper_tp_banner .rev_slider_wrapper {
    width: 100% !important;
    left: auto !important
}

html.side-header-hamburguer-sidebar.side-header-above #header.side-header {
    transition: cubic-bezier(.55, 0, .1, 1) transform 300ms
}

html.side-header-hamburguer-sidebar #header.side-header {
    background: #fff;
    position: fixed;
    box-shadow: 0 0 30px rgba(0, 0, 0, .05);
    top: 0;
    left: 0;
    max-width: 255px;
    width: 100%;
    height: 100%;
    transform: translateX(0);
    z-index: 9991
}

html.side-header-hamburguer-sidebar #header.side-header.side-header-lg {
    max-width: 355px
}

html.side-header-hamburguer-sidebar #header.side-header.side-header-hide {
    transform: translateX(-100%)
}

html.side-header-hamburguer-sidebar #header.side-header.header-transparent {
    background: 0 0
}

html.side-header-hamburguer-sidebar #header.side-header .side-header-scrollable {
    height: 100%
}

html.side-header-hamburguer-sidebar #header.side-header .header-body {
    border-top: 0;
    height: 100% !important
}

html.side-header-hamburguer-sidebar #header.side-header .header-container {
    width: 100%;
    height: 100% !important
}

html.side-header-hamburguer-sidebar #header.side-header .header-row {
    flex-direction: column
}

html.side-header-hamburguer-sidebar #header.side-header .header-search {
    width: 100%;
    margin: 11.2px 0;
    margin: .7rem 0
}

html.side-header-hamburguer-sidebar #header.side-header .header-nav-top .nav>li>a,
html.side-header-hamburguer-sidebar #header.side-header .header-nav-top .nav>li>span {
    display: block
}

html.side-header-hamburguer-sidebar #header.side-header .header-logo {
    margin: 32px 0;
    margin: 2rem 0
}

html.side-header-hamburguer-sidebar #header.side-header .header-nav {
    flex-direction: column
}

html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links nav>ul>li>a {
    height: auto
}

html.side-header-hamburguer-sidebar #header.side-header .header-nav-main,
html.side-header-hamburguer-sidebar #header.side-header .header-nav-main nav,
html.side-header-hamburguer-sidebar #header.side-header .header-nav-main .nav {
    width: 100%
}

html.side-header-hamburguer-sidebar #header.side-header .nav {
    flex-direction: column;
    width: 100%
}

html.side-header-hamburguer-sidebar.side-header-hamburguer-sidebar-right #header.side-header {
    left: auto;
    right: 0
}

html.side-header-hamburguer-sidebar.side-header-hamburguer-sidebar-right #header.side-header.side-header-hide {
    transform: translateX(100%)
}

html.side-header-hamburguer-sidebar.side-header-hamburguer-sidebar-push body>.body {
    margin: 0;
    overflow: visible;
    transition: ease right 300ms;
    right: 0
}

html.side-header-hamburguer-sidebar.side-header-hamburguer-sidebar-push .body-overlay {
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .8);
    position: absolute;
    z-index: 10;
    opacity: 0
}

html.side-header-hamburguer-sidebar.side-header-hamburguer-sidebar-push #header.side-header {
    transform: none;
    transition: ease left 300ms;
    left: -355px
}

html.side-header-hamburguer-sidebar.side-header-hamburguer-sidebar-right.side-header-hamburguer-sidebar-push body>.body {
    position: relative;
    transition: ease left 300ms;
    left: 0;
    right: auto
}

html.side-header-hamburguer-sidebar.side-header-hamburguer-sidebar-right.side-header-hamburguer-sidebar-push #header.side-header {
    transition: ease right 300ms, ease transform 300ms;
    right: -355px;
    left: auto
}

html.side-header-hamburguer-sidebar:not(.side-header-hide).side-header-hamburguer-sidebar-push .hamburguer-btn:not(.hamburguer-btn-side-header-mobile-show),
html.side-header-hamburguer-sidebar:not(.side-header-hide).side-header-hamburguer-sidebar-push .sticky-wrapper {
    display: none
}

html.side-header-hamburguer-sidebar:not(.side-header-hide).side-header-hamburguer-sidebar-push body>.body {
    position: relative;
    right: -355px
}

html.side-header-hamburguer-sidebar:not(.side-header-hide).side-header-hamburguer-sidebar-push .body-overlay {
    opacity: 1;
    height: 100%
}

html.side-header-hamburguer-sidebar:not(.side-header-hide).side-header-hamburguer-sidebar-push #header.side-header {
    z-index: 11;
    left: 0
}

html.side-header-hamburguer-sidebar:not(.side-header-hide).side-header-hamburguer-sidebar-right.side-header-hamburguer-sidebar-push body>.body {
    left: -355px;
    right: auto
}

html.side-header-hamburguer-sidebar:not(.side-header-hide).side-header-hamburguer-sidebar-right.side-header-hamburguer-sidebar-push #header.side-header {
    right: 0;
    left: auto
}

html.side-header-overlay-full-screen body>.body {
    margin: 0;
    width: auto;
    overflow-x: hidden;
    overflow-y: visible
}

html.side-header-overlay-full-screen body>.body .forcefullwidth_wrapper_tp_banner .rev_slider_wrapper {
    width: 100% !important;
    left: auto !important
}

html.side-header-overlay-full-screen #header {
    display: flex;
    align-items: center;
    background-color: rgba(51, 51, 51, .99);
    position: fixed;
    box-shadow: 0 0 18px rgba(68, 68, 68, .07);
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    padding-top: 48px;
    padding-top: 3rem;
    opacity: 0;
    visibility: hidden;
    transition: ease opacity 300ms, ease visibility 300ms
}

html.side-header-overlay-full-screen #header:not(.side-header-hide) {
    opacity: 1;
    visibility: visible;
    transition: ease opacity 300ms, ease visibility 300ms
}

html.side-header-overlay-full-screen #header .header-container:after {
    content: none
}

html.side-header-overlay-full-screen #header .header-body {
    background-color: transparent;
    border: 0
}

html.side-header-overlay-full-screen #header .header-row-side-header {
    flex: 0 0 50%;
    margin: 0 auto
}

html.side-header-overlay-full-screen #header .header-nav {
    flex-direction: column
}

html.side-header-overlay-full-screen #header .header-nav.header-nav-links nav>ul>li>a {
    height: auto
}

html.side-header-overlay-full-screen #header .header-nav-main,
html.side-header-overlay-full-screen #header .header-nav-main nav,
html.side-header-overlay-full-screen #header .header-nav-main .nav {
    width: 100%
}

html.side-header-overlay-full-screen #header .nav {
    flex-direction: column;
    width: 100%
}

html.side-header-overlay-full-screen #header .header-nav-main {
    position: relative
}

html.side-header-overlay-full-screen #header .header-nav-main:before {
    content: none
}

html.side-header-overlay-full-screen #header .header-nav-main nav>ul>li {
    text-align: center;
    position: static;
    margin-top: 1px;
    height: auto
}

html.side-header-overlay-full-screen #header .header-nav-main nav>ul>li>a {
    display: inline-block;
    border: 0;
    font-size: 28.8px;
    font-size: 1.8rem;
    text-transform: none;
    color: #fff;
    padding: 15px 0 !important;
    font-weight: 600
}

html.side-header-overlay-full-screen #header .header-nav-main nav>ul>li>a:after {
    top: -2px !important
}

html.side-header-overlay-full-screen #header .header-nav-main nav>ul>li>a.open,
html.side-header-overlay-full-screen #header .header-nav-main nav>ul>li>a:focus,
html.side-header-overlay-full-screen #header .header-nav-main nav>ul>li>a:active,
html.side-header-overlay-full-screen #header .header-nav-main nav>ul>li>a.active {
    background: 0 0
}

html.side-header-overlay-full-screen #header .header-nav-main nav>ul>li a .fa-chevron-down {
    display: none !important
}

html.side-header-overlay-full-screen #header .header-nav-main nav>ul>li.dropdown .dropdown-item {
    transition: ease left 300ms;
    position: relative;
    left: 0
}

html.side-header-overlay-full-screen #header .header-nav-main nav>ul>li.dropdown .dropdown-item:after {
    display: none
}

html.side-header-overlay-full-screen #header .header-nav-main nav>ul>li.dropdown .dropdown-item:before {
    display: none !important
}

html.side-header-overlay-full-screen #header .header-nav-main nav>ul>li.dropdown .dropdown-item:hover {
    left: 5px
}

html.side-header-overlay-full-screen #header .header-nav-main nav>ul>li.dropdown .dropdown-menu {
    position: static;
    background: 0 0 !important;
    box-shadow: none;
    display: none !important
}

html.side-header-overlay-full-screen #header .header-nav-main nav>ul>li.dropdown .dropdown-menu li a {
    border: 0;
    font-size: 17.6px;
    font-size: 1.1rem;
    color: #fff
}

html.side-header-overlay-full-screen #header .header-nav-main nav>ul>li.dropdown .dropdown-menu li a:after {
    display: none
}

html.side-header-overlay-full-screen #header .header-nav-main nav>ul>li.dropdown .dropdown-submenu {
    position: static
}

html.side-header-overlay-full-screen #header .header-nav-main nav>ul>li.dropdown .dropdown-submenu .dropdown-menu a {
    font-size: 12px;
    font-size: .75rem;
    opacity: .7
}

html.side-header-overlay-full-screen #header .header-nav-main nav>ul>li.dropdown.open>.dropdown-menu,
html.side-header-overlay-full-screen #header .header-nav-main nav>ul>li.dropdown .dropdown-submenu.open>.dropdown-menu {
    display: block !important;
    opacity: 1;
    width: 100%;
    text-align: center;
    padding: 15px 0;
    margin: 0;
    transform: none;
    position: static
}

html.side-header-overlay-full-screen #header .header-nav-main nav>ul>li.dropdown.open>.dropdown-menu li a,
html.side-header-overlay-full-screen #header .header-nav-main nav>ul>li.dropdown .dropdown-submenu.open>.dropdown-menu li a {
    background: 0 0
}

html.side-header-overlay-full-screen #header .header-nav-main nav>ul>li.dropdown.dropdown-mega .dropdown-mega-content {
    padding: 25.6px 0 0;
    padding: 1.6rem 0 0
}

html.side-header-overlay-full-screen #header .header-nav-main nav>ul>li.dropdown.dropdown-mega .dropdown-mega-content>.row {
    flex-direction: column;
    align-items: center
}

html.side-header-overlay-full-screen #header .header-nav-main nav>ul>li.dropdown.dropdown-mega .dropdown-mega-content>.row>[class*=col-] {
    max-width: none
}

html.side-header-overlay-full-screen #header .header-nav-main nav>ul>li.dropdown.dropdown-mega .dropdown-mega-content>.row>[class*=col-]+[class*=col-] {
    margin-top: 25px
}

html.side-header-overlay-full-screen #header .header-nav-main nav>ul>li.dropdown.dropdown-mega .dropdown-mega-sub-title {
    color: #fff;
    font-size: 1.2em
}

html.side-header-overlay-full-screen #header .header-nav-main nav>ul>li.dropdown.dropdown-mega .dropdown-mega-sub-nav {
    opacity: .7
}

html.side-header-overlay-full-screen #header .header-nav-main nav>ul>li.dropdown.dropdown-mega .dropdown-mega-sub-nav>li>a {
    margin: 0 0 8px;
    padding: 3px 8px
}

html.side-header-overlay-full-screen.ie #header .header-nav-main nav>ul>li.dropdown.dropdown-mega .dropdown-mega-content>.row>[class*=col-] {
    flex: 0 0 auto
}

@media(max-width:991px) {
    html.side-header-overlay-full-screen #header .header-row-side-header {
        flex: 0 0 100%
    }

    html.side-header-overlay-full-screen #header .side-header-scrollable {
        height: 100% !important
    }

    html.side-header-overlay-full-screen #header .side-header-scrollable .scrollable-content {
        right: 0 !important;
        padding-right: 10px;
        padding-left: 10px;
        overflow-y: hidden
    }

    html.side-header-overlay-full-screen #header .side-header-scrollable .scrollable-pane {
        display: none !important
    }

    html.side-header-overlay-full-screen #header .header-nav {
        height: 100%
    }

    html.side-header-overlay-full-screen #header .header-nav-main {
        position: absolute;
        top: 50%;
        transform: translate3d(-50%, -50%, 0)
    }

    html.side-header-overlay-full-screen #header .header-nav-main nav {
        max-height: 80vh
    }

    html.side-header-overlay-full-screen #header .header-nav-main nav>ul>li.dropdown .dropdown-item:hover {
        left: 0
    }

    html.side-header-overlay-full-screen #header .header-nav-main nav>ul li {
        border-bottom: 0
    }

    html.side-header-overlay-full-screen #header .header-nav-main nav>ul li a {
        text-align: center
    }

    html.side-header-overlay-full-screen #header .header-nav-main nav>ul li.dropdown.dropdown-mega .dropdown-mega-content {
        padding: 0
    }

    html.side-header-overlay-full-screen #header .header-nav-main nav>ul li.dropdown.dropdown-mega .dropdown-mega-sub-title {
        font-size: 1.2rem;
        text-align: center;
        margin-bottom: 7px
    }

    html.side-header-overlay-full-screen #header .header-nav-main nav>ul li.dropdown.dropdown-mega .dropdown-mega-sub-nav {
        margin: 0
    }
}

html.side-header-hamburguer-sidebar-narrow-bar .body {
    margin-left: 90px
}

html.side-header-hamburguer-sidebar-narrow-bar #header.side-header {
    transform: translateX(90px)
}

html.side-header-hamburguer-sidebar-narrow-bar .slider-container {
    left: -45px !important;
    width: calc(100% + 90px) !important
}

.side-header-narrow-bar {
    display: flex;
    flex-direction: column;
    background: #fff;
    width: 90px;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 9992
}

.side-header-narrow-bar:after {
    content: "";
    width: 1px;
    height: 100%;
    top: 0;
    bottom: 0;
    left: auto;
    right: 0;
    background: rgba(0, 0, 0, .06);
    position: absolute
}

.side-header-narrow-bar .side-header-narrow-bar-content .side-header-narrow-bar-content-vertical {
    transform: rotate(-90deg);
    white-space: nowrap;
    text-transform: uppercase;
    margin-left: -18%
}

@media(max-width:991px) {
    html.side-header-hamburguer-sidebar-narrow-bar .body {
        padding-left: 90px;
        margin-left: 0
    }

    html.side-header-hamburguer-sidebar-narrow-bar #header {
        padding-left: 90px;
        left: -90px !important
    }
}

body[data-plugin-section-scroll] #header .header-body {
    background: 0 0
}

html[dir=rtl] #header .header-search .btn-light {
    right: -35px
}

html.ie #header .header-column .header-extra-info .feature-box .feature-box-info {
    flex: none
}

@media(max-width:991px) {
    html.safari #header .header-body {
        overflow: visible !important
    }
}

.page-header {
    background-color: #212529;
    margin: 0 0 35px;
    padding: 30px 0;
    position: relative;
    text-align: left
}

.page-header h1 {
    font-family: "Montserrat", serif;
    font-weight: 900;
    font-size: 40px !important;
    line-height: 48.76px;
    letter-spacing: 1px;
    color: #1A1A1A;
}

.page-header .sub-title {
    display: block;
    font-size: 1.2em;
    font-weight: 300;
    margin: 0;
    opacity: .8;
    color: #fff
}

.page-header .page-header-extra-button {
    position: absolute;
    width: 100%;
    bottom: 50px;
    left: 0;
    right: 0;
    z-index: 5
}

.page-header.page-header-sm {
    padding: 30px 0
}

.page-header.page-header-sm h1 {
    font-size: 22px
}

.page-header.page-header-lg {
    padding: 50px 0
}

.page-header.page-header-lg h1 {
    font-size: 40px
}

.page-header.page-header-classic:after {
    content: '';
    width: 100%;
    height: 5px;
    background: rgba(255, 255, 255, .8);
    position: absolute;
    bottom: 0;
    left: 0
}

.page-header.page-header-classic .page-header-title-border {
    width: 0;
    height: 5px;
    position: absolute;
    bottom: 0;
    background: 0 0;
    z-index: 1
}

.page-header.page-header-modern h1 {
    font-size: 38px;
}

.page-header.page-header-modern.page-header-sm h1 {
    font-size: 22px
}

.page-header.page-header-modern.page-header-md {
    padding: 50px 0
}

.page-header.page-header-modern.page-header-lg {
    padding: 65px 0
}

.page-header.page-header-modern.page-header-lg h1 {
    font-size: 32px
}

.page-header.page-header-modern.page-header-background {
    background-size: cover;
    height: calc(55vh);
}

.page-header.page-header-modern.page-header-background.page-header-background-pattern {
    background-size: auto;
    background-repeat: repeat;
    background-attachment: fixed
}

.page-header.page-header-modern.page-header-background.page-header-background-sm {
    padding: 50px 0
}

.page-header.page-header-modern.page-header-background.page-header-background-md {
    margin-bottom: 100px;
}

.page-header.page-header-modern.page-header-background.page-header-background-lg {
    padding: 250px 0
}

.p-relative {
    position: relative !important
}

.p-absolute {
    position: absolute !important
}

.p-fixed {
    position: fixed !important
}

.p-static {
    position: static !important
}

.box-shadow-none {
    box-shadow: none !important
}

.bclip-border-box {
    background-clip: border-box !important
}

.inverted {
    color: #fff;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px
}

h1 .inverted {
    padding-left: 10px;
    padding-right: 10px
}

h2 .inverted {
    padding-left: 7px;
    padding-right: 7px
}

h3 .inverted {
    padding-left: 2px;
    padding-right: 2px
}

h4 .inverted {
    padding-left: 4px;
    padding-right: 4px
}

h5 .inverted {
    padding-left: 2px;
    padding-right: 2px
}

h6 .inverted {
    padding-left: 2px;
    padding-right: 2px
}

.ls-0 {
    letter-spacing: 0 !important
}

.negative-ls-05 {
    letter-spacing: -.05em
}

.negative-ls-1 {
    letter-spacing: -1px
}

.negative-ls-2 {
    letter-spacing: -2px
}

.negative-ls-3 {
    letter-spacing: -2.5px
}

.positive-ls-1 {
    letter-spacing: 1px
}

.positive-ls-2 {
    letter-spacing: 2px
}

.positive-ls-3 {
    letter-spacing: 2.5px
}

.cur-pointer {
    cursor: pointer
}

.p-events-none {
    pointer-events: none
}

.text-0 {
    font-size: .7em !important
}

.text-1 {
    font-size: .8em !important
}

.text-2 {
    font-size: .9em !important
}

.text-2-3 {
    font-size: .95em !important
}

.text-3 {
    font-size: 1em !important
}

.text-3-4 {
    font-size: 1.1em !important
}

.text-4 {
    font-size: 1.2em !important
}

.text-4-5 {
    font-size: 1.35em !important
}

.text-5 {
    font-size: 1.5em !important
}

.text-5-6 {
    font-size: 1.65em !important
}

.text-6 {
    font-size: 1.8em !important
}

.text-6-7 {
    font-size: 1.9em !important
}

.text-7 {
    font-size: 2em !important
}

.text-8 {
    font-size: 2.3em !important
}

.text-9 {
    font-size: 2.5em !important
}

.text-10 {
    font-size: 2.75em !important
}

.text-11 {
    font-size: 3em !important
}

.text-12 {
    font-size: 3.5em !important
}

.text-12-13 {
    font-size: 3.75em !important
}

.text-13 {
    font-size: 4em !important
}

.text-14 {
    font-size: 4.5em !important
}

.text-15 {
    font-size: 5em !important
}

@media(min-width:576px) {
    .text-sm-0 {
        font-size: .7em !important
    }

    .text-sm-1 {
        font-size: .8em !important
    }

    .text-sm-2 {
        font-size: .9em !important
    }

    .text-sm-2-3 {
        font-size: .95em !important
    }

    .text-sm-3 {
        font-size: 1em !important
    }

    .text-sm-3-4 {
        font-size: 1.1em !important
    }

    .text-sm-4 {
        font-size: 1.2em !important
    }

    .text-sm-4-5 {
        font-size: 1.35em !important
    }

    .text-sm-5 {
        font-size: 1.5em !important
    }

    .text-sm-5-6 {
        font-size: 1.65em !important
    }

    .text-sm-6 {
        font-size: 1.8em !important
    }

    .text-sm-6-7 {
        font-size: 1.9em !important
    }

    .text-sm-7 {
        font-size: 2em !important
    }

    .text-sm-8 {
        font-size: 2.3em !important
    }

    .text-sm-9 {
        font-size: 2.5em !important
    }

    .text-sm-10 {
        font-size: 2.75em !important
    }

    .text-sm-11 {
        font-size: 3em !important
    }

    .text-sm-12 {
        font-size: 3.5em !important
    }

    .text-sm-12-13 {
        font-size: 3.75em !important
    }

    .text-sm-13 {
        font-size: 4em !important
    }

    .text-sm-14 {
        font-size: 4.5em !important
    }

    .text-sm-15 {
        font-size: 5em !important
    }
}

@media(min-width:768px) {
    .text-md-0 {
        font-size: .7em !important
    }

    .text-md-1 {
        font-size: .8em !important
    }

    .text-md-2 {
        font-size: .9em !important
    }

    .text-md-2-3 {
        font-size: .95em !important
    }

    .text-md-3 {
        font-size: 1em !important
    }

    .text-md-3-4 {
        font-size: 1.1em !important
    }

    .text-md-4 {
        font-size: 1.2em !important
    }

    .text-md-4-5 {
        font-size: 1.35em !important
    }

    .text-md-5 {
        font-size: 1.5em !important
    }

    .text-md-5-6 {
        font-size: 1.65em !important
    }

    .text-md-6 {
        font-size: 1.8em !important
    }

    .text-md-6-7 {
        font-size: 1.9em !important
    }

    .text-md-7 {
        font-size: 2em !important
    }

    .text-md-8 {
        font-size: 2.3em !important
    }

    .text-md-9 {
        font-size: 2.5em !important
    }

    .text-md-10 {
        font-size: 2.75em !important
    }

    .text-md-11 {
        font-size: 3em !important
    }

    .text-md-12 {
        font-size: 3.5em !important
    }

    .text-md-12-13 {
        font-size: 3.75em !important
    }

    .text-md-13 {
        font-size: 4em !important
    }

    .text-md-14 {
        font-size: 4.5em !important
    }

    .text-md-15 {
        font-size: 5em !important
    }
}

@media(min-width:992px) {
    .text-lg-0 {
        font-size: .7em !important
    }

    .text-lg-1 {
        font-size: .8em !important
    }

    .text-lg-2 {
        font-size: .9em !important
    }

    .text-lg-2-3 {
        font-size: .95em !important
    }

    .text-lg-3 {
        font-size: 1em !important
    }

    .text-lg-3-4 {
        font-size: 1.1em !important
    }

    .text-lg-4 {
        font-size: 1.2em !important
    }

    .text-lg-4-5 {
        font-size: 1.35em !important
    }

    .text-lg-5 {
        font-size: 1.5em !important
    }

    .text-lg-5-6 {
        font-size: 1.65em !important
    }

    .text-lg-6 {
        font-size: 1.8em !important
    }

    .text-lg-6-7 {
        font-size: 1.9em !important
    }

    .text-lg-7 {
        font-size: 2em !important
    }

    .text-lg-8 {
        font-size: 2.3em !important
    }

    .text-lg-9 {
        font-size: 2.5em !important
    }

    .text-lg-10 {
        font-size: 2.75em !important
    }

    .text-lg-11 {
        font-size: 3em !important
    }

    .text-lg-12 {
        font-size: 3.5em !important
    }

    .text-lg-12-13 {
        font-size: 3.75em !important
    }

    .text-lg-13 {
        font-size: 4em !important
    }

    .text-lg-14 {
        font-size: 4.5em !important
    }

    .text-lg-15 {
        font-size: 5em !important
    }
}

@media(min-width:1200px) {
    .text-xl-0 {
        font-size: .7em !important
    }

    .text-xl-1 {
        font-size: .8em !important
    }

    .text-xl-2 {
        font-size: .9em !important
    }

    .text-xl-2-3 {
        font-size: .95em !important
    }

    .text-xl-3 {
        font-size: 1em !important
    }

    .text-xl-3-4 {
        font-size: 1.1em !important
    }

    .text-xl-4 {
        font-size: 1.2em !important
    }

    .text-xl-4-5 {
        font-size: 1.35em !important
    }

    .text-xl-5 {
        font-size: 1.5em !important
    }

    .text-xl-5-6 {
        font-size: 1.65em !important
    }

    .text-xl-6 {
        font-size: 1.8em !important
    }

    .text-xl-6-7 {
        font-size: 1.9em !important
    }

    .text-xl-7 {
        font-size: 2em !important
    }

    .text-xl-8 {
        font-size: 2.3em !important
    }

    .text-xl-9 {
        font-size: 2.5em !important
    }

    .text-xl-10 {
        font-size: 2.75em !important
    }

    .text-xl-11 {
        font-size: 3em !important
    }

    .text-xl-12 {
        font-size: 3.5em !important
    }

    .text-xl-12-13 {
        font-size: 3.75em !important
    }

    .text-xl-13 {
        font-size: 4em !important
    }

    .text-xl-14 {
        font-size: 4.5em !important
    }

    .text-xl-15 {
        font-size: 5em !important
    }
}

.text-1rem {
    font-size: 16px !important;
    font-size: 1rem !important
}

.line-height-initial {
    line-height: initial !important
}

.line-height-1 {
    line-height: 1 !important
}

.line-height-1-1 {
    line-height: 1.1 !important
}

.line-height-2 {
    line-height: 1.2 !important
}

.line-height-3 {
    line-height: 1.3 !important
}

.line-height-4 {
    line-height: 1.4 !important
}

.line-height-5 {
    line-height: 1.5 !important
}

.line-height-6 {
    line-height: 1.6 !important
}

.line-height-7 {
    line-height: 1.7 !important
}

.line-height-8 {
    line-height: 1.8 !important
}

.line-height-9 {
    line-height: 1.9 !important
}

@media(min-width:576px) {
    .line-height-sm-initial {
        line-height: initial !important
    }

    .line-height-sm-1 {
        line-height: 1 !important
    }

    .line-height-sm-1-1 {
        line-height: 1.1 !important
    }

    .line-height-sm-2 {
        line-height: 1.2 !important
    }

    .line-height-sm-3 {
        line-height: 1.3 !important
    }

    .line-height-sm-4 {
        line-height: 1.4 !important
    }

    .line-height-sm-5 {
        line-height: 1.5 !important
    }

    .line-height-sm-6 {
        line-height: 1.6 !important
    }

    .line-height-sm-7 {
        line-height: 1.7 !important
    }

    .line-height-sm-8 {
        line-height: 1.8 !important
    }

    .line-height-sm-9 {
        line-height: 1.9 !important
    }
}

@media(min-width:768px) {
    .line-height-md-initial {
        line-height: initial !important
    }

    .line-height-md-1 {
        line-height: 1 !important
    }

    .line-height-md-1-1 {
        line-height: 1.1 !important
    }

    .line-height-md-2 {
        line-height: 1.2 !important
    }

    .line-height-md-3 {
        line-height: 1.3 !important
    }

    .line-height-md-4 {
        line-height: 1.4 !important
    }

    .line-height-md-5 {
        line-height: 1.5 !important
    }

    .line-height-md-6 {
        line-height: 1.6 !important
    }

    .line-height-md-7 {
        line-height: 1.7 !important
    }

    .line-height-md-8 {
        line-height: 1.8 !important
    }

    .line-height-md-9 {
        line-height: 1.9 !important
    }
}

@media(min-width:992px) {
    .line-height-lg-initial {
        line-height: initial !important
    }

    .line-height-lg-1 {
        line-height: 1 !important
    }

    .line-height-lg-1-1 {
        line-height: 1.1 !important
    }

    .line-height-lg-2 {
        line-height: 1.2 !important
    }

    .line-height-lg-3 {
        line-height: 1.3 !important
    }

    .line-height-lg-4 {
        line-height: 1.4 !important
    }

    .line-height-lg-5 {
        line-height: 1.5 !important
    }

    .line-height-lg-6 {
        line-height: 1.6 !important
    }

    .line-height-lg-7 {
        line-height: 1.7 !important
    }

    .line-height-lg-8 {
        line-height: 1.8 !important
    }

    .line-height-lg-9 {
        line-height: 1.9 !important
    }
}

@media(min-width:1200px) {
    .line-height-xl-initial {
        line-height: initial !important
    }

    .line-height-xl-1 {
        line-height: 1 !important
    }

    .line-height-xl-1-1 {
        line-height: 1.1 !important
    }

    .line-height-xl-2 {
        line-height: 1.2 !important
    }

    .line-height-xl-3 {
        line-height: 1.3 !important
    }

    .line-height-xl-4 {
        line-height: 1.4 !important
    }

    .line-height-xl-5 {
        line-height: 1.5 !important
    }

    .line-height-xl-6 {
        line-height: 1.6 !important
    }

    .line-height-xl-7 {
        line-height: 1.7 !important
    }

    .line-height-xl-8 {
        line-height: 1.8 !important
    }

    .line-height-xl-9 {
        line-height: 1.9 !important
    }
}

.opacity-0 {
    opacity: 0 !important
}

.opacity-1 {
    opacity: .1 !important
}

.opacity-2 {
    opacity: .2 !important
}

.opacity-3 {
    opacity: .3 !important
}

.opacity-4 {
    opacity: .4 !important
}

.opacity-5 {
    opacity: .5 !important
}

.opacity-6 {
    opacity: .6 !important
}

.opacity-7 {
    opacity: .7 !important
}

.opacity-8 {
    opacity: .8 !important
}

.opacity-9 {
    opacity: .9 !important
}

.opacity-10 {
    opacity: 1 !important
}

.scale-1 {
    transform: scale(1.1) !important
}

.scale-2 {
    transform: scale(1.2) !important
}

.scale-3 {
    transform: scale(1.3) !important
}

.scale-4 {
    transform: scale(1.4) !important
}

.scale-5 {
    transform: scale(1.5) !important
}

.scale-6 {
    transform: scale(1.6) !important
}

.top-auto {
    top: auto !important
}

.top-50pct {
    top: 50%
}

.bottom-auto {
    top: auto !important
}

.left-50pct {
    left: 50%
}

.left-100pct {
    left: 100%
}

.right-100pct {
    right: 100%
}

.top-0 {
    top: 0 !important
}

.bottom-0 {
    bottom: 0 !important
}

.left-0 {
    left: 0 !important
}

.right-0 {
    right: 0 !important
}

.top-1 {
    top: 1px !important
}

.bottom-1 {
    bottom: 1px !important
}

.left-1 {
    left: 1px !important
}

.right-1 {
    right: 1px !important
}

.top-2 {
    top: 2px !important
}

.bottom-2 {
    bottom: 2px !important
}

.left-2 {
    left: 2px !important
}

.right-2 {
    right: 2px !important
}

.top-3 {
    top: 3px !important
}

.bottom-3 {
    bottom: 3px !important
}

.left-3 {
    left: 3px !important
}

.right-3 {
    right: 3px !important
}

.top-4 {
    top: 4px !important
}

.bottom-4 {
    bottom: 4px !important
}

.left-4 {
    left: 4px !important
}

.right-4 {
    right: 4px !important
}

.top-5 {
    top: 5px !important
}

.bottom-5 {
    bottom: 5px !important
}

.left-5 {
    left: 5px !important
}

.right-5 {
    right: 5px !important
}

.top-6 {
    top: 6px !important
}

.bottom-6 {
    bottom: 6px !important
}

.left-6 {
    left: 6px !important
}

.right-6 {
    right: 6px !important
}

.top-7 {
    top: 7px !important
}

.bottom-7 {
    bottom: 7px !important
}

.left-7 {
    left: 7px !important
}

.right-7 {
    right: 7px !important
}

.top-8 {
    top: 8px !important
}

.bottom-8 {
    bottom: 8px !important
}

.left-8 {
    left: 8px !important
}

.right-8 {
    right: 8px !important
}

.top-9 {
    top: 9px !important
}

.bottom-9 {
    bottom: 9px !important
}

.left-9 {
    left: 9px !important
}

.right-9 {
    right: 9px !important
}

.top-10 {
    top: 10px !important
}

.bottom-10 {
    bottom: 10px !important
}

.left-10 {
    left: 10px !important
}

.right-10 {
    right: 10px !important
}

.transform3dx-n50 {
    transform: translate3d(-50%, 0, 0)
}

.transform3dy-n50 {
    transform: translate3d(0, -50%, 0)
}

.transform3dxy-n50 {
    transform: translate3d(-50%, -50%, 0)
}

.outline-none {
    outline: 0 !important
}

.text-decoration-none {
    text-decoration: none !important
}

.text-decoration-underline {
    text-decoration: underline !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-capitalize,
.email-support .feature-box-info h4 {
    text-transform: capitalize !important
}

.text-transform-none {
    text-transform: none !important
}

.text-muted {
    color: #999 !important
}

html.dark .text-muted {
    color: #505461 !important
}

.overflow-visible {
    overflow: visible !important
}

.overflow-hidden {
    overflow: hidden !important
}

.z-index-0 {
    z-index: 0 !important
}

.z-index-1 {
    z-index: 1 !important
}

.z-index-2 {
    z-index: 2 !important
}

.z-index-3 {
    z-index: 3 !important
}

@media(max-width:991px) {
    .z-index-mobile-0 {
        z-index: 0 !important
    }
}

.text-dark {
    color: #212529 !important
}

.text-light {
    color: #fff !important
}

.font-weight-thin {
    font-weight: 100 !important
}

.font-weight-extralight,
.font-weight-extra-light {
    font-weight: 200 !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-regular,
.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-medium {
    font-weight: 500 !important
}

.font-weight-semibold,
.font-weight-semi-bold {
    font-weight: 600 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-weight-extrabold,
.font-weight-extra-bold {
    font-weight: 800 !important
}

.font-weight-black {
    font-weight: 900 !important
}

.letter-spacing-minus-1 {
    letter-spacing: -1px
}

.no-borders {
    border: none !important
}

.rounded {
    border-radius: 5px !important
}

.b-thin {
    border-width: 3px !important
}

.b-normal {
    border-width: 5px !important
}

.b-thick {
    border-width: 7px !important
}

.ws-nowrap {
    white-space: nowrap !important
}

.ws-normal {
    white-space: normal !important
}

.w-auto {
    width: auto !important
}

.w-25pct {
    width: 25% !important
}

.w-50pct {
    width: 50% !important
}

.w-75pct {
    width: 75% !important
}

.w-100pct {
    width: 100% !important
}

@media(min-width:576px) {
    .w-sm-auto {
        width: auto !important
    }

    .w-sm-25pct {
        width: 25% !important
    }

    .w-sm-50pct {
        width: 50% !important
    }

    .w-sm-75pct {
        width: 75% !important
    }

    .w-sm-100pct {
        width: 100% !important
    }
}

@media(min-width:768px) {
    .w-md-auto {
        width: auto !important
    }

    .w-md-25pct {
        width: 25% !important
    }

    .w-md-50pct {
        width: 50% !important
    }

    .w-md-75pct {
        width: 75% !important
    }

    .w-md-100pct {
        width: 100% !important
    }
}

@media(min-width:992px) {
    .w-lg-auto {
        width: auto !important
    }

    .w-lg-25pct {
        width: 25% !important
    }

    .w-lg-50pct {
        width: 50% !important
    }

    .w-lg-75pct {
        width: 75% !important
    }

    .w-lg-100pct {
        width: 100% !important
    }
}

@media(min-width:1200px) {
    .w-xl-auto {
        width: auto !important
    }

    .w-xl-25pct {
        width: 25% !important
    }

    .w-xl-50pct {
        width: 50% !important
    }

    .w-xl-75pct {
        width: 75% !important
    }

    .w-xl-100pct {
        width: 100% !important
    }
}

@media(max-width:991px) {
    .w-auto-mobile {
        width: auto !important
    }

    .w-100-mobile {
        width: 100% !important
    }
}

.min-width-0 {
    min-width: 0 !important
}

.col-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5,
.col-xl-1-5,
.col-2-5,
.col-sm-2-5,
.col-md-2-5,
.col-lg-2-5,
.col-xl-2-5,
.col-3-5,
.col-sm-3-5,
.col-md-3-5,
.col-lg-3-5,
.col-xl-3-5,
.col-4-5,
.col-sm-4-5,
.col-md-4-5,
.col-lg-4-5,
.col-xl-4-5 {
    position: relative;
    min-height: 1px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col-1-5 {
    flex: 0 0 20%;
    max-width: 20%
}

.col-2-5 {
    flex: 0 0 40%;
    max-width: 40%
}

.col-3-5 {
    flex: 0 0 60%;
    max-width: 60%
}

.col-4-5 {
    flex: 0 0 80%;
    max-width: 80%
}

@media(min-width:576px) {
    .col-sm-1-5 {
        flex: 0 0 20%;
        max-width: 20%
    }

    .col-sm-2-5 {
        flex: 0 0 40%;
        max-width: 40%
    }

    .col-sm-3-5 {
        flex: 0 0 60%;
        max-width: 60%
    }

    .col-sm-4-5 {
        flex: 0 0 80%;
        max-width: 80%
    }
}

@media(min-width:768px) {
    .col-md-1-5 {
        flex: 0 0 20%;
        max-width: 20%
    }

    .col-md-2-5 {
        flex: 0 0 40%;
        max-width: 40%
    }

    .col-md-3-5 {
        flex: 0 0 60%;
        max-width: 60%
    }

    .col-md-4-5 {
        flex: 0 0 80%;
        max-width: 80%
    }
}

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

    .col-lg-2-5 {
        flex: 0 0 40%;
        max-width: 40%
    }

    .col-lg-3-5 {
        flex: 0 0 60%;
        max-width: 60%
    }

    .col-lg-4-5 {
        flex: 0 0 80%;
        max-width: 80%
    }
}

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

    .col-xl-2-5 {
        flex: 0 0 40%;
        max-width: 40%
    }

    .col-xl-3-5 {
        flex: 0 0 60%;
        max-width: 60%
    }

    .col-xl-4-5 {
        flex: 0 0 80%;
        max-width: 80%
    }
}

#footer {
    background: #fff;
    font-size: .9em;
    padding: 0;
    position: relative;
    clear: both
}

#footer .footer-ribbon {
    background: #999;
    position: absolute;
    margin: -44px 0 0;
    padding: 10px 20px 6px
}

#footer .footer-ribbon:before {
    border-right: 10px solid #646464;
    border-top: 16px solid transparent;
    content: "";
    display: block;
    height: 0;
    right: 100%;
    position: absolute;
    top: 0;
    width: 7px
}

#footer .footer-ribbon span {
    color: #fff;
    font-size: 1.6em;
    font-family: shadows into light, cursive
}

#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6 {
    color: #fff
}

#footer a:not(.btn):not(.no-footer-css),
.gdrp .list-none li a {
    color: #0764E3;
    font-family: "Montserrat", serif;
    font-weight: 500 !important;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.58px;
}

#footer a:not(.btn):not(.no-footer-css):hover {
    text-decoration: none;
    color: #012cc1;
}

#footer a:not(.btn):not(.no-footer-css):focus,
#footer a:not(.btn):not(.no-footer-css):active {
    color: #012cc1;
}

#footer a:not(.btn):not(.no-footer-css).text-color-light {
    color: #fff !important
}

#footer a:not(.btn):not(.no-footer-css).text-color-light:hover {
    color: #e6e5e5 !important
}

#footer a:not(.btn):not(.no-footer-css).text-color-light:focus,
#footer a:not(.btn):not(.no-footer-css).text-color-light:active {
    color: #ccc !important
}

#footer a:not(.btn):not(.no-footer-css).text-color-default {
    color: #777 !important
}

#footer a:not(.btn):not(.no-footer-css).text-color-default:hover {
    color: #919090 !important
}

#footer a:not(.btn):not(.no-footer-css).text-color-default:focus,
#footer a:not(.btn):not(.no-footer-css).text-color-default:active {
    color: #5e5d5d !important
}

#footer a:not(.btn):not(.no-footer-css).link-hover-style-1 {
    position: relative;
    left: 0;
    transition: all .1s ease-in-out
}

#footer a:not(.btn):not(.no-footer-css).link-hover-style-1:hover {
    left: 3px
}

#footer ul.nav-list>li a {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    line-height: 20px;
    padding-bottom: 11px
}

#footer ul.nav-list>li:last-child a {
    border-bottom: 0
}

#footer ul.nav-list>li a:hover {
    background-color: rgba(255, 255, 255, .05)
}

#footer ul.list.icons li {
    margin-bottom: 5px
}

#footer.footer-texts-more-lighten p,
#footer.footer-texts-more-lighten span,
#footer.footer-texts-more-lighten a:not(.btn):not(.no-footer-css),
#footer.footer-texts-more-lighten li {
    color: #a8a8a8
}

#footer.footer-texts-more-lighten a:not(.btn):not(.no-footer-css):hover {
    text-decoration: none;
    color: #fff
}

#footer .footer-nav nav {
    display: flex
}

#footer .footer-nav nav>ul {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

#footer .footer-nav nav>ul>li {
    position: relative;
    height: 100%;
    align-self: stretch
}

#footer .footer-nav nav>ul>li>a {
    position: relative;
    background: 0 0;
    padding: 0 14.4px;
    padding: 0 .9rem;
    margin: 0;
    height: 100%;
    display: inline-flex;
    align-items: center;
    white-space: normal;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -.5px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none
}

#footer .footer-nav.footer-nav-links nav>ul>li:first-child>a {
    padding-left: 0
}

#footer .footer-nav.footer-nav-links nav>ul>li:first-child>a:before {
    left: 0
}

@media(min-width:768px) {
    #footer .footer-nav.footer-nav-bottom-line nav>ul>li>a:before {
        content: "";
        position: absolute;
        width: auto;
        height: 3px;
        top: 50%;
        left: .85rem;
        right: .85rem;
        margin-top: 15px;
        transform: translate3d(0, -50%, 0)
    }
}

@media(max-width:991px) {
    #footer .footer-nav {
        width: 100%
    }

    #footer .footer-nav nav {
        text-align: center
    }

    #footer .footer-nav nav>ul {
        width: 100%
    }

    #footer .footer-nav nav>ul>li>a {
        text-align: center;
        padding: 5px 12px
    }
}


#footer form {
    opacity: .85
}

#footer form label.error {
    line-height: 16px;
    margin: 5px 0 -5px;
    display: block;
    clear: both
}

#footer form .alert {
    padding: 6px;
    text-align: center
}

#footer .logo img {
    position: relative;
    top: 2px
}

#footer .twitter [class*=fa-],
#footer .twitter .icons {
    clear: both;
    font-size: 1.5em;
    position: relative;
    top: 3px;
    margin-right: -22px;
    left: -30px;
    color: #fff
}

#footer .twitter .meta {
    color: #999;
    display: block;
    font-size: .9em;
    padding-top: 3px;
    opacity: .5
}

#footer .twitter ul {
    list-style: none;
    margin: 0;
    padding: 0
}

#footer .twitter ul li {
    padding-bottom: 20px;
    padding-left: 30px
}

#footer .twitter ul li:last-child {
    padding-bottom: 0
}

#footer .twitter.twitter-dark [class*=fa-],
#footer .twitter.twitter-dark .icons {
    color: #333
}

#footer .twitter.twitter-dark .meta a {
    color: #333
}

#footer .twitter.twitter-light {
    color: #fff
}

#footer .twitter.twitter-light [class*=fa-],
#footer .twitter.twitter-light .icons {
    color: #fff
}

#footer .twitter.twitter-light .meta a {
    color: #fff;
    opacity: .7
}

#footer .twitter-account {
    color: #fff;
    display: block;
    font-size: .9em;
    margin: -15px 0 5px;
    opacity: .55
}

#footer .twitter-account:hover {
    opacity: 1
}

#footer .footer-bg-color-2 {
    background: #1c2023
}

#footer .footer-copyright {
    background: #012cc1;
}

#footer .footer-copyright nav {
    font-size: .9em
}

#footer .footer-copyright nav ul {
    list-style: none;
    margin: 0;
    padding: 0
}

#footer .footer-copyright nav ul li {
    display: inline-block;
    line-height: 12px;
    margin: 0;
    padding: 0 8px
}

#footer .footer-copyright nav ul li:first-child {
    border: medium;
    padding-left: 0
}

#footer .footer-copyright nav ul li:last-child {
    padding-right: 0
}

#footer .footer-copyright p {
    font-family: "Lato", serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.25px;
    color: #E1E1E1;
    margin-top: 15px;
    margin-bottom: 11px;
}

#sub-menu p {
    font-size: 13px !important;
}

#footer .footer-copyright.footer-copyright-style-2 {
    background: #212529;
    border-top: 1px solid rgba(255, 255, 255, .05)
}

#footer .footer-copyright.footer-copyright-border-grey {
    border-top: 1px solid #e5e5e5
}

#footer .footer-copyright.footer-copyright-full-width-border-top {
    position: relative;
    border-top: 0
}

#footer .footer-copyright.footer-copyright-full-width-border-top:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    border-top: 1px solid rgba(255, 255, 255, .05);
    transform: translate3d(-50%, 0, 0)
}

#footer.footer-reveal {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -10
}

.footer-top-border {
    border-top: 1px solid rgba(0, 0, 0, .05) !important
}

.footer-bottom-border {
    border-bottom: 1px solid rgba(0, 0, 0, .05) !important
}

.footer-left-border {
    border-left: 1px solid rgba(0, 0, 0, .05) !important
}

.footer-right-border {
    border-right: 1px solid rgba(0, 0, 0, .05) !important
}

.footer-top-light-border {
    border-top: 1px solid rgba(255, 255, 255, .05) !important
}

.footer-bottom-light-border {
    border-bottom: 1px solid rgba(255, 255, 255, .05) !important
}

.footer-left-light-border {
    border-left: 1px solid rgba(255, 255, 255, .05) !important
}

.footer-right-light-border {
    border-right: 1px solid rgba(255, 255, 255, .05) !important
}

.map-above {
    min-height: 630px;
    position: relative
}

.map-above .map-above-map {
    position: absolute;
    top: 0;
    min-height: 630px;
    height: 100%;
    width: 100%
}

.map-above .map-above-content {
    background: 0 0
}

html.dark body,
html.dark .body {
    background-color: #212529
}

html.dark.boxed .body {
    background-color: #212529
}

html.dark #header .header-top {
    background: #2c3237;
    border-bottom-color: #333940
}

html.dark #header .header-search .form-control {
    background: #262a2f
}

html.dark #header .header-body {
    background: #212529;
    border-top-color: #333940
}

html.dark #header .header-nav-bar {
    background-color: #262a2f
}

html.dark #header .header-nav-top .nav>li>a:hover,
html.dark #header .header-nav-top .nav>li>a a:focus {
    background-color: #262a2f
}

html.dark #header .header-nav-top .dropdown-menu {
    background: #262a2f;
    border-color: #262a2f
}

html.dark #header .header-nav-top .dropdown-menu a:hover,
html.dark #header .header-nav-top .dropdown-menu a:focus {
    background: #2c3237 !important
}

html.dark #header .header-nav-features .header-nav-top-icon,
html.dark #header .header-nav-features .header-nav-top-icon-img {
    color: #fff
}

html.dark #header .header-nav-features .header-nav-features-dropdown {
    background: #262a2f
}

html.dark #header .header-nav-features .header-nav-features-dropdown:before {
    border-bottom-color: #262a2f
}

html.dark.sticky-header-active #header .header-body {
    border-bottom-color: #333940;
    box-shadow: none
}

html.dark h1,
html.dark h2,
html.dark h3,
html.dark h4,
html.dark h5,
html.dark h6 {
    color: #fff
}

html.dark h1.card-title,
html.dark h2.card-title,
html.dark h3.card-title,
html.dark h4.card-title,
html.dark h5.card-title,
html.dark h6.card-title {
    color: #fff
}

html.dark .alert h1,
html.dark .alert h2,
html.dark .alert h3,
html.dark .alert h4,
html.dark .alert h5,
html.dark .alert h6 {
    color: #111
}

html.dark blockquote {
    border-color: #2c3237
}

html.dark section.featured {
    background-color: #1c2023;
    border-top-color: #333940
}

html.dark section.section {
    background-color: #262a2f;
    border-top-color: #2c3237
}

html.dark .dropdown-menu>li a {
    color: #fff
}

html.dark .dropdown-menu>li a:hover,
html.dark .dropdown-menu>li a:focus {
    background-color: #333940
}

html.dark .simple-search .input-group-append {
    border-color: #2c3237
}

html.dark .home-intro {
    background-color: #262a2f
}

html.dark .tabs .nav-tabs li a,
html.dark .tabs .nav-tabs li a:focus {
    border-top-color: #2c3237;
    border-left-color: #2c3237;
    border-right-color: #2c3237;
    background: #2c3237
}

html.dark .tabs .nav-tabs li a:hover {
    border-top-color: #808697
}

html.dark .tabs .nav-tabs li.active a,
html.dark .tabs .nav-tabs li.active a:hover,
html.dark .tabs .nav-tabs li.active a:focus {
    border-top-color: #808697
}

html.dark .tabs .nav-tabs.nav-justified {
    border-left-width: 0;
    border-right-width: 0;
    border-left-color: transparent;
    border-right-color: transparent
}

html.dark .tabs .nav-tabs.nav-justified li a,
html.dark .tabs .nav-tabs.nav-justified li a:hover,
html.dark .tabs .nav-tabs.nav-justified li a:focus {
    border-bottom-color: #2c3237
}

html.dark .tabs.tabs-left .nav-tabs>li a,
html.dark .tabs.tabs-right .nav-tabs>li a {
    background: #2c3237;
    border-left-color: #2c3237;
    border-right-color: #2c3237
}

html.dark .tabs.tabs-left .nav-tabs>li:last-child a,
html.dark .tabs.tabs-right .nav-tabs>li:last-child a {
    border-bottom-color: #2c3237
}

html.dark .tabs .nav-tabs {
    border-color: #2c3237
}

html.dark .tabs .nav-tabs li.active a,
html.dark .tabs .nav-tabs li.active a:hover,
html.dark .tabs .nav-tabs li.active a:focus,
html.dark .tabs .nav-tabs.nav-justified li.active a,
html.dark .tabs .nav-tabs.nav-justified li.active a:hover,
html.dark .tabs .nav-tabs.nav-justified li.active a:focus {
    background: #333940;
    border-left-color: #333940;
    border-right-color: #333940
}

html.dark .tabs .nav-tabs.nav-justified li.active a {
    border-bottom-color: #333940
}

html.dark .tabs.tabs-vertical {
    border-top-color: #333940
}

html.dark .tabs.tabs-bottom .nav-tabs li a,
html.dark .tabs.tabs-bottom .nav-tabs li a:focus {
    border-bottom-color: #2c3237;
    border-top-color: #333940
}

html.dark .tabs.tabs-bottom .nav-tabs li a:hover {
    border-bottom-color: #808697;
    border-top-color: #333940
}

html.dark .tabs.tabs-bottom .nav-tabs li.active a,
html.dark .tabs.tabs-bottom .nav-tabs li.active a:hover,
html.dark .tabs.tabs-bottom .nav-tabs li.active a:focus {
    border-bottom-color: #808697;
    border-top-color: #333940
}

html.dark .tabs .tab-content {
    background: #333940;
    border-color: #333940
}

html.dark .tabs-primary.tabs-bottom .nav-tabs li a,
html.dark .tabs-primary.tabs-bottom .nav-tabs li a:hover,
html.dark .tabs-primary.tabs-bottom .nav-tabs li a:focus,
html.dark .tabs-primary.tabs-bottom .nav-tabs.nav-justified li a,
html.dark .tabs-primary.tabs-bottom .nav-tabs.nav-justified li a:hover,
html.dark .tabs-primary.tabs-bottom .nav-tabs.nav-justified li a:focus {
    border-top-color: #333940 !important
}

html.dark .nav-tabs li.active a,
html.dark .nav-tabs li.active a:hover,
html.dark .nav-tabs li.active a:focus,
html.dark .nav-tabs li a {
    color: #808697
}

html.dark .tab-content {
    background: #333940;
    border-color: #212529
}

html.dark .tabs-simple .tab-content,
html.dark .tabs-simple .nav-tabs li a,
html.dark .tabs-simple .nav-tabs li.active a {
    background: 0 0 !important
}

html.dark .nav>li>a:hover,
html.dark .nav>li>a:focus {
    background-color: #333940
}

html.dark .call-to-action.call-to-action-default {
    background: #2c3237
}

html.dark .call-to-action.call-to-action-dark {
    background: #333940
}

html.dark .call-to-action.with-borders {
    border-top-color: #333940;
    border-bottom-color: #333940;
    border-left-color: #2c3237;
    border-right-color: #2c3237
}

html.dark .call-to-action.with-full-borders {
    border-color: #333940
}

html.dark .call-to-action.featured {
    background: linear-gradient(to bottom, #2c3237 1%, #333940 98%) repeat scroll 0 0 transparent;
    border-bottom-color: #333940;
    border-left-color: #2c3237;
    border-right-color: #2c3237
}

html.dark .call-to-action.call-to-action-in-footer:before {
    border-top-color: #212529
}

html.dark .counters.with-borders .counter {
    border-top: 1px solid #333940;
    border-bottom: 1px solid #333940;
    border-left: 1px solid #2c3237;
    border-right: 1px solid #2c3237
}

html.dark .counters.counters-text-dark .counter {
    color: #fff !important
}

html.dark .counters.counters-text-dark .counter [class*=fa-],
html.dark .counters.counters-text-dark .counter .icons,
html.dark .counters.counters-text-dark .counter strong,
html.dark .counters.counters-text-dark .counter label {
    color: #fff !important
}

html.dark section.timeline:after {
    background: #505050;
    background: linear-gradient(to bottom, rgba(80, 80, 80, 0) 0%, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%)
}

html.dark section.timeline .timeline-date {
    background-color: #2c3237;
    border-color: #2c3237;
    text-shadow: none
}

html.dark section.timeline .timeline-title {
    background: #2c3237
}

html.dark section.timeline .timeline-box {
    border-color: #2c3237;
    background: #2c3237
}

html.dark section.timeline .timeline-box.left:before {
    box-shadow: 0 0 0 3px #2c3237, 0 0 0 6px #2c3237
}

html.dark section.timeline .timeline-box.left:after {
    background: #2c3237;
    border-right-color: #2c3237;
    border-top-color: #2c3237
}

html.dark section.timeline .timeline-box.right:before {
    box-shadow: 0 0 0 3px #2c3237, 0 0 0 6px #2c3237
}

html.dark section.timeline .timeline-box.right:after {
    background: #2c3237;
    border-left-color: #2c3237;
    border-bottom-color: #2c3237
}

html.dark form:not(.form-style-4) .form-control {
    background-color: #2c3237;
    border-color: #2c3237
}

html.dark form.form-style-4 .form-control {
    border-bottom-color: #3c3c3c
}

html.dark .btn-light {
    background-color: #2c3237;
    border-color: #2c3237;
    color: #fff
}

html.dark .btn.disabled,
html.dark .btn.disabled:hover,
html.dark .btn.disabled:active,
html.dark .btn.disabled:focus,
html.dark .btn[disabled],
html.dark .btn[disabled]:hover,
html.dark .btn[disabled]:active,
html.dark .btn[disabled]:focus {
    border-color: #2c3237 !important
}

html.dark .pagination>li>a,
html.dark .pagination>li>span {
    background-color: #2c3237;
    border-color: #282d31
}

html.dark section.section-custom-map {
    background-color: #212529
}

html.dark section.section-custom-map section.section {
    background: rgba(38, 42, 47, .8)
}

html.dark .home-concept {
    background-image: url(../img/home/home-concept-dark.png)
}

html.dark .home-concept .process-image {
    background-image: url(../img/home/home-concept-item-dark.png)
}

html.dark .home-concept .project-image {
    background-image: url(../img/home/home-concept-item-dark.png)
}

html.dark .home-concept .sun {
    background-image: url(../img/home/home-concept-icons-dark.png)
}

html.dark .home-concept .cloud {
    background-image: url(../img/home/home-concept-icons-dark.png)
}

html.dark .page-header {
    border-bottom-color: #1c2023
}

html.dark .page-header-light {
    background-color: #333940
}

html.dark .card {
    background-color: #1c2023
}

html.dark .accordion .card {
    background-color: #2c3237
}

html.dark .accordion .card-default {
    border-color: #2c3237
}

html.dark .accordion .card-header {
    background-color: #333940
}

html.dark .accordion .form-control {
    background-color: #262a2f;
    border-color: #262a2f
}

html.dark .accordion.accordion-modern .card .card-header {
    background-color: #262a2f
}

html.dark .accordion.accordion-modern .card:first-of-type,
html.dark .accordion.accordion-modern .card:not(:first-of-type):not(:last-of-type),
html.dark .accordion.accordion-modern .card:last-of-type {
    border-color: #262a2f
}

html.dark .toggle>label,
html.dark .toggle>.toggle-title {
    background-color: #333940
}

html.dark .toggle.toggle-simple .toggle>label,
html.dark .toggle.toggle-simple .toggle>.toggle-title {
    color: #fff
}

html.dark .featured-box {
    background: #333940;
    border-left-color: #333940;
    border-right-color: #333940;
    border-bottom-color: #333940
}

html.dark .featured-box.secondary h4 {
    color: #fff
}

html.dark .featured-boxes-flat .featured-box .box-content {
    background: #333940
}

html.dark .featured-boxes-style-5 .featured-box .box-content h4,
html.dark .featured-boxes-style-6 .featured-box .box-content h4,
html.dark .featured-boxes-style-7 .featured-box .box-content h4 {
    color: #fff
}

html.dark .featured-boxes-style-2 .featured-box {
    background: 0 0
}

html.dark .featured-boxes-style-3 .featured-box .icon-featured {
    background: #212529
}

html.dark .featured-boxes-style-4 .featured-box {
    background: 0 0
}

html.dark .featured-boxes-style-5 .featured-box {
    background: 0 0
}

html.dark .featured-boxes-style-5 .featured-box .icon-featured {
    background: #2c3237;
    border-color: #333940
}

html.dark .featured-boxes-style-6 .featured-box {
    background: 0 0
}

html.dark .featured-boxes-style-6 .featured-box .icon-featured {
    background: #2c3237;
    border-color: #333940
}

html.dark .featured-boxes-style-6 .featured-box .icon-featured:after {
    border-color: #333940
}

html.dark .featured-boxes-style-7 .featured-box {
    background: 0 0
}

html.dark .featured-boxes-style-7 .featured-box .icon-featured {
    background: #2c3237;
    border-color: #333940
}

html.dark .featured-boxes-style-7 .featured-box .icon-featured:after {
    box-shadow: 3px 3px #1a1d21
}

html.dark .featured-boxes-style-8 .featured-box .icon-featured {
    background: #333940
}

html.dark .featured-box-effect-1 .icon-featured:after {
    box-shadow: 0 0 0 3px #333940
}

html.dark .feature-box.feature-box-style-2 h4,
html.dark .feature-box.feature-box-style-3 h4,
html.dark .feature-box.feature-box-style-4 h4 {
    color: #fff
}

html.dark .feature-box.feature-box-style-6 .feature-box-icon {
    border-color: #333940
}

html.dark .feature-box.feature-box-style-6 .feature-box-icon:after {
    border-color: #333940
}

html.dark .owl-dots button.owl-dot span {
    background: #333940
}

html.dark .owl-carousel.top-border {
    border-top-color: #3f4247
}

html.dark .progress {
    background: #333940
}

html.dark .arrow {
    background-image: url(../img/arrows-dark.png)
}

html.dark .thumbnail,
html.dark .img-thumbnail,
html.dark .thumb-info {
    background-color: #2c3237;
    border-color: #2c3237
}

html.dark .thumb-info .thumb-info-wrapper:after {
    background-color: rgba(33, 37, 41, .9)
}

html.dark .thumb-info-social-icons {
    border-top-color: #3c444b
}

html.dark ul.nav-list>li a {
    border-bottom-color: #2c3237
}

html.dark ul.nav-list>li a:hover {
    background-color: #2c3237
}

html.dark .content-grid .content-grid-item:before {
    border-left-color: #333940
}

html.dark .content-grid .content-grid-item:after {
    border-bottom-color: #333940
}

html.dark .content-grid.content-grid-dashed .content-grid-item:before {
    border-left-color: #333940
}

html.dark .content-grid.content-grid-dashed .content-grid-item:after {
    border-bottom-color: #333940
}

html.dark .testimonial .testimonial-author strong {
    color: #fff
}

html.dark .testimonial.testimonial-style-3 blockquote {
    background: #333940 !important
}

html.dark .testimonial.testimonial-style-3 .testimonial-arrow-down {
    border-top-color: #333940 !important
}

html.dark .testimonial.testimonial-style-4 {
    border-color: #333940 !important
}

html.dark .testimonial.testimonial-style-5 .testimonial-author {
    border-top-color: #333940 !important
}

html.dark .popover {
    background-color: #333940;
    border: 1px solid #2c3237
}

html.dark .popover.top>.arrow {
    border-top-color: #2c3237
}

html.dark .popover.top>.arrow:after {
    border-top-color: #333940
}

html.dark .popover.right>.arrow {
    border-right-color: #2c3237
}

html.dark .popover.right>.arrow:after {
    border-right-color: #333940
}

html.dark .popover.bottom>.arrow {
    border-bottom-color: #2c3237
}

html.dark .popover.bottom>.arrow:after {
    border-bottom-color: #333940
}

html.dark .popover.left>.arrow {
    border-left-color: #2c3237
}

html.dark .popover.left>.arrow:after {
    border-left-color: #333940
}

html.dark .popover-title {
    background-color: #2c3237;
    border-bottom: #333940
}

html.dark .page-header {
    border-bottom-color: #2c3237
}

html.dark .table>thead>tr>th,
html.dark .table>tbody>tr>th,
html.dark .table>tfoot>tr>th,
html.dark .table>thead>tr>td,
html.dark .table>tbody>tr>td,
html.dark .table>tfoot>tr>td,
html.dark .table-bordered {
    border-color: #2c3237
}

html.dark .table-striped>tbody>tr:nth-child(2n+1)>td,
html.dark .table-striped>tbody>tr:nth-child(2n+1)>th {
    background-color: #333940
}

html.dark pre {
    background-color: #2c3237;
    border-color: #2c3237;
    color: #777
}

html.dark .show-grid [class*=col-lg-] .show-grid-block {
    background-color: #2c3237;
    border-color: #2c3237
}

html.dark .google-map-borders,
html.dark .embed-responsive-borders {
    border-color: #333940
}

html.dark .alert.alert-default {
    border-color: #333940;
    background-color: #2c3237
}

html.dark hr {
    background-image: linear-gradient(to left, #212529, #3F4247, #212529)
}

html.dark hr.light {
    background-image: linear-gradient(to left, #212529, #3F4247, #212529)
}

html.dark hr.solid {
    background: #3f4247
}

html.dark .divider {
    background-image: linear-gradient(to left, transparent, #3F4247, transparent)
}

html.dark .divider [class*=fa-],
html.dark .divider .icons {
    background: #212529
}

html.dark .divider.divider-solid {
    background: #3f4247
}

html.dark .divider.divider-style-2 [class*=fa-],
html.dark .divider.divider-style-2 .icons {
    background: #262a2f
}

html.dark .divider.divider-style-3 [class*=fa-],
html.dark .divider.divider-style-3 .icons {
    border-color: #3f4247
}

html.dark .divider.divider-style-4 [class*=fa-],
html.dark .divider.divider-style-4 .icons {
    border-color: #3f4247
}

html.dark .divider.divider-style-4 [class*=fa-]:after,
html.dark .divider.divider-style-4 .icons:after {
    border-color: #262a2f
}

html.dark .divider.divider-small {
    background: 0 0
}

html.dark .divider.divider-small hr {
    background: #3f4247
}

html.dark .divider.divider-small.divider-light hr {
    background: #3f4247
}

html.dark hr.dashed:after,
html.dark .divider.dashed:after {
    border-color: #3f4247
}

html.dark .heading.heading-bottom-border h1 {
    border-bottom-color: #3f4247
}

html.dark .heading.heading-bottom-border h2,
html.dark .heading.heading-bottom-border h3 {
    border-bottom-color: #3f4247
}

html.dark .heading.heading-bottom-border h4,
html.dark .heading.heading-bottom-border h5,
html.dark .heading.heading-bottom-border h6 {
    border-bottom-color: #3f4247
}

html.dark .heading.heading-bottom-double-border h1,
html.dark .heading.heading-bottom-double-border h2,
html.dark .heading.heading-bottom-double-border h3 {
    border-bottom-color: #3f4247
}

html.dark .heading.heading-bottom-double-border h4,
html.dark .heading.heading-bottom-double-border h5,
html.dark .heading.heading-bottom-double-border h6 {
    border-bottom-color: #3f4247
}

html.dark .heading.heading-middle-border:before {
    border-top-color: #3f4247
}

html.dark .heading.heading-middle-border h1,
html.dark .heading.heading-middle-border h2,
html.dark .heading.heading-middle-border h3,
html.dark .heading.heading-middle-border h4,
html.dark .heading.heading-middle-border h5,
html.dark .heading.heading-middle-border h6 {
    background: #212529
}

html.dark .recent-posts .date .day,
html.dark section.section .recent-posts .date .day {
    background-color: #333940
}

html.dark .blog-posts article {
    border-color: #2c3237
}

html.dark section.featured .recent-posts .date .day,
html.dark article.post .post-date .day {
    background-color: #2c3237
}

html.dark article .post-video,
html.dark article .post-video iframe,
html.dark article .post-audio,
html.dark article .post-audio iframe {
    background-color: #2c3237;
    border-color: #2c3237
}

html.dark ul.simple-post-list li {
    border-bottom-color: #262a2f
}

html.dark .post-block {
    border-top-color: #1c2023
}

html.dark ul.comments .comment-block {
    background-color: #2c3237
}

html.dark ul.comments .comment-arrow {
    border-right-color: #2c3237
}

html.dark .pricing-table li {
    border-top-color: #262a2f
}

html.dark .pricing-table h3 {
    background-color: #262a2f;
    text-shadow: none
}

html.dark .pricing-table h3 span {
    background: #2c3237;
    border-color: #282d31;
    box-shadow: 0 5px 20px #282d31 inset, 0 3px 0 #2c3237 inset;
    color: #777
}

html.dark .pricing-table .most-popular {
    border-color: #2c3237
}

html.dark .pricing-table .most-popular h3 {
    background-color: #2c3237;
    color: #fff;
    text-shadow: none
}

html.dark .pricing-table .plan-ribbon {
    background-color: #2c3237
}

html.dark .pricing-table .plan {
    background: #2c3237;
    border: 1px solid #2c3237;
    color: #777;
    text-shadow: none
}

html.dark .product-thumb-info {
    background-color: #2c3237;
    border-color: transparent
}

html.dark .shop .quantity .qty {
    background-color: #2c3237;
    border-color: transparent
}

html.dark .shop .quantity .minus,
html.dark .shop .quantity .plus {
    background-color: #262a2f;
    border-color: transparent
}

html.dark .shop table.cart td,
html.dark .shop .cart-totals th,
html.dark .shop .cart-totals td {
    border-color: #2c3237
}

html.dark .dialog {
    background-color: #212529
}

html.dark .modal-content {
    background-color: #212529
}

html.dark .modal-header {
    border-bottom-color: #2c3237
}

html.dark .modal-header h1,
html.dark .modal-header h2,
html.dark .modal-header h3,
html.dark .modal-header h4,
html.dark .modal-header h5,
html.dark .modal-header h6 {
    color: #777
}

html.dark .modal-header .close {
    text-shadow: none;
    color: #fff
}

html.dark .modal-footer {
    border-top-color: #2c3237
}

html.dark .popup-inline-content,
html.dark .mfp-content .ajax-container {
    background: #212529 !important
}

html.dark .loading-overlay {
    background: #212529
}

html.dark .sort-destination-loader:after {
    background-color: #212529
}

html.dark #footer .newsletter form .btn-light {
    background-color: #262a2f;
    border-color: #262a2f;
    color: #777
}

html.dark #footer .newsletter form .form-control {
    border: 0
}

@media(min-width:992px) {
    html.dark #header .header-nav-main:not(.header-nav-main-light) nav>ul>li.dropdown:not(.dropdown-full-color) .dropdown-menu {
        background: #262a2f
    }

    html.dark #header .header-nav-main:not(.header-nav-main-light) nav>ul>li.dropdown:not(.dropdown-full-color) .dropdown-menu li:hover>a,
    html.dark #header .header-nav-main:not(.header-nav-main-light) nav>ul>li.dropdown:not(.dropdown-full-color) .dropdown-menu li:focus>a,
    html.dark #header .header-nav-main:not(.header-nav-main-light) nav>ul>li.dropdown:not(.dropdown-full-color) .dropdown-menu li.active>a,
    html.dark #header .header-nav-main:not(.header-nav-main-light) nav>ul>li.dropdown:not(.dropdown-full-color) .dropdown-menu li:active>a {
        background: #333940
    }

    html.dark #header .header-nav-main:not(.header-nav-main-light) nav>ul>li.dropdown:not(.dropdown-full-color) .dropdown-menu li a {
        border-bottom-color: #333940
    }

    html.dark #header .header-nav-main:not(.header-nav-main-light) nav>ul>li.dropdown:not(.dropdown-full-color) .dropdown-menu li a:hover,
    html.dark #header .header-nav-main:not(.header-nav-main-light) nav>ul>li.dropdown:not(.dropdown-full-color) .dropdown-menu li a:focus,
    html.dark #header .header-nav-main:not(.header-nav-main-light) nav>ul>li.dropdown:not(.dropdown-full-color) .dropdown-menu li a.active,
    html.dark #header .header-nav-main:not(.header-nav-main-light) nav>ul>li.dropdown:not(.dropdown-full-color) .dropdown-menu li a:active {
        background: #333940
    }

    html.dark #header .header-nav-main:not(.header-nav-main-light) nav>ul>li.dropdown-mega:not(.dropdown-full-color) .dropdown-mega-sub-title {
        color: #999
    }

    html.dark #header .header-nav-main:not(.header-nav-main-light) nav>ul>li.dropdown-mega:not(.dropdown-full-color) .dropdown-mega-sub-nav>li:hover>a {
        background: #333940
    }

    html.dark #header .header-nav-main:not(.header-nav-main-light) a>.thumb-info-preview .thumb-info-wrapper {
        background: #333940
    }

    html.dark #header .header-nav.header-nav-stripe nav>ul>li>a {
        color: #ccc
    }

    html.dark #header .header-nav.header-nav-stripe nav>ul>li:hover>a {
        color: #fff
    }

    html.dark #header .header-nav.header-nav-links nav>ul>li>a,
    html.dark #header .header-nav.header-nav-links nav>ul>li:hover>a,
    html.dark #header .header-nav.header-nav-line nav>ul>li>a,
    html.dark #header .header-nav.header-nav-line nav>ul>li:hover>a {
        color: #ccc
    }

    html.dark #header .header-nav.header-nav-dropdowns-dark nav>ul>li>a,
    html.dark #header .header-nav.header-nav-dropdowns-dark nav>ul>li:hover>a {
        color: #ccc
    }

    html.dark .header-nav-main nav>ul>li.dropdown-mega-signin .dropdown-menu {
        background-color: #212529
    }
}

@media(max-width:991px) {
    html.dark #header .header-nav-main:before {
        background-color: #212529
    }

    html.dark #header .header-nav-main nav::-webkit-scrollbar-thumb {
        border-color: transparent;
        background: #39404c
    }

    html.dark #header .header-nav-main nav>ul li {
        border-bottom-color: #333940
    }

    html.dark #header .header-nav-main nav>ul>li.dropdown-mega:not(.dropdown-full-color) .dropdown-mega-sub-title {
        color: #fff
    }

    html.dark #header .header-nav-main nav ul li a:active {
        background-color: #1e1e1e;
        color: #fff
    }

    html.dark .home-concept {
        background-image: none
    }
}

html.boxed body {
    background-color: transparent;
    background-position: 0 0;
    background-repeat: repeat
}

html.boxed .body {
    position: relative;
    background-color: transparent;
    border-radius: 5px;
    border-top: 5px solid #ccc;
    box-shadow: 0 0 4px rgba(0, 0, 0, .15);
    margin: 25px auto;
    max-width: 1200px;
    height: auto
}

html.boxed #header .header-body {
    border-top-color: transparent;
    border-top: 0
}

html.boxed #header.header-effect-shrink .header-body {
    max-width: 1200px
}

html.boxed .main {
    background-color: #fff;
    overflow: hidden
}

html.boxed section.section.section-footer {
    padding-bottom: 100px
}

html.boxed #footer {
    margin-top: 0;
    border-bottom: 4px solid #1a1c1e;
    border-radius: 0 0 5px 5px
}

html.boxed .footer-reveal {
    max-width: 1200px;
    left: auto !important
}

@media(min-width:1200px) {
    html.boxed.sticky-header-active #header .header-body {
        width: 100%;
        max-width: 1200px
    }

    html.boxed .footer-reveal {
        bottom: 25px !important
    }
}

@media(max-width:1199px) {
    html.boxed .footer-reveal {
        border-bottom: none !important
    }
}

@media(min-width:992px) {
    html.boxed #header .header-top.header-top-colored {
        margin-top: -18px;
        border-radius: 4px 4px 0 0
    }

    html.boxed.sticky-header-active #header:not(.header-effect-shrink) .header-body {
        position: fixed !important;
        padding-left: 15px;
        padding-right: 15px
    }

    html.boxed.sticky-header-active #header:not(.header-effect-shrink) .header-nav-bar {
        margin: 0 -15px -9px
    }
}

@media(max-width:991px) {
    html.boxed .body {
        margin: 0 auto;
        border-radius: 0
    }
}

html.gap-outside .body {
    margin-top: 25px;
    margin-bottom: 25px
}

html.gap-outside .main,
html.gap-outside #footer {
    margin-right: 25px;
    margin-left: 25px
}

html.gap-outside .slider-container {
    width: 100% !important;
    left: auto !important
}

html.gap-outside #header:not(.side-header) {
    margin-top: -25px
}

html.gap-outside #header:not(.side-header) .header-body {
    left: 0;
    padding-right: 25px;
    padding-left: 25px
}

html.gap-outside #header:not(.side-header) .header-container:after {
    content: none
}

@media(max-width:991px) {
    html.gap-outside #header:not(.side-header) .header-nav-main:before {
        width: calc(100vw - 50px)
    }
}

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

    .header {
        padding: 0px 10px;
    }

    .topiconchat {
        display: ruby !important;
    }
}

@media screen and (min-width: 1099px) and (max-width: 1290px) {

    .top-form {
        width: 450px !important;
    }

    .first-serach {
        width: 94px !important;
    }
}

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

    .goog-te-combo,
    .VIpgJd-ZVi9od-ORHb *,
    .VIpgJd-ZVi9od-SmfZ *,
    .VIpgJd-ZVi9od-xl07Ob *,
    .VIpgJd-ZVi9od-vH1Gmf *,
    .VIpgJd-ZVi9od-l9xktf * {
        font-family: arial;
        font-size: 16px !important;
        width: 74px !important;
    }

    .left-top-header,
    .main-search {
        display: flex !important;
    }

    .topiconchat {
        display: ruby !important;
    }

    #header .header-column .header-row {
        width: 80%;
    }

    .top-form {
        width: 432px !important;
    }

    .first-serach {
        width: 94px !important;
    }

    #header .header-nav.header-nav-line nav>ul>li>a {
        padding: 0 14px !important;
    }

    .get-quote .btn {
        height: 35px !important;
    }
}


html.gap-outside .pin-wrapper .sticky-wrapper {
    left: 25px !important;
    width: calc(100vw - 67px) !important
}

html.gap-outside .pin-wrapper .sticky-wrapper.sticky-effect-active {
    top: -25px !important;
    left: 0 !important;
    width: 100% !important
}

html.gap-outside .pin-wrapper .sticky-wrapper.sticky-effect-active .sticky-body {
    width: 100% !important
}

html.gap-outside .pin-wrapper .sticky-wrapper.sticky-effect-active .sticky-body .container-fluid {
    padding-left: 25px;
    padding-right: 25px
}

/* KA Design Stats here */

.header-top .contact-icons i {
    background-color: rgb(24 24 24);
    color: #fff;
    padding: 3px;
    border-radius: 50px;
    font-size: 8px !important;
}

.top-form {
    border: 1px solid #012cc1;
    width: 625px;
    height: 40px;
    margin-top: 15px;
    margin-left: 70px;
    border-radius: 500px;
}


.banner-form {
    background-color: hsl(var(--white));
    border-radius: 4px;
    gap: 30px;
    position: relative;
    display: flex;
    align-items: center;
    padding: 1px 25px;
}

.custom-select-area {
    position: relative;
    width: 100% !important;
}

.all-category,
.search-btn,
.main-search {
    display: flex;
    align-items: center;
}

.main-search {
    gap: 30px;
}

.search-btn .btn {
    background-color: #012cc1;
    margin-top: 4px;
    font-family: "Manrope", serif;
    font-weight: 700;
    font-size: 13px !important;
    width: 84px;
    line-height: 25.2px;
    border-radius: 50px;
    color: #fff;
    border: none;
}

.get-quote .btn {
    width: 105px;
    height: 39px;
    margin-top: 15px;
    border-radius: 30px;
    font-family: "Montserrat", serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
    color: #FFFFFF;
    background-color: #012cc1;
    padding: 0px;
    border: none;
}

.search-btn {
    position: absolute;
    right: 7px;
    top: 50%;
    transform: translateY(-50%);
}

.custom-select,
.banner-form input {
    border: none !important;
}

.banner-form i {
    color: #012cc1;
}

input::placeholder,
.custom-select {
    font-family: "Lato", serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 21.6px;
}

.header-top {
    margin-bottom: 25px;
}

.parallax-background {
    background-position-x: 100% !important;
}

.join {
    background: url(../images/join.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
    padding-top: 100px;

    height: 235px;
}

#footer .sligle-align-center img {
    width: 110px;
    height: auto;
}

#footer h5 {
    color: #1A1A1A;
    font-family: "Montserrat", serif;
    font-weight: 700;
    font-size: 20px !important;
    line-height: 28px;
}

.socialmedia-link h5 {
    color: #1A1A1A;
    font-family: "Montserrat", serif;
    font-weight: 700;
    font-size: 20px !important;
    line-height: 40px;
}

.socialmedia-link .feature-box {
    margin-top: 15px;
}

.sligle-align-center {
    display: flex;
    padding: 0px;
    gap: 10px;
}

.sligle-align-center a {
    color: #012cc1;
}

.sligle-align-center li {
    list-style: none;
}

.footer-logo {
    width: 360px;
    height: auto;
}

.join .breadcrumb {
    margin-top: 4px;
}

.join h4 {
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 0.5px;
    font-family: "Montserrat", serif;
    text-align: center;

}

.et_pb_button {
    color: #012cc1 !important;
    border-width: 0px !important;
    border-radius: 32px;
    line-height: 20px;
    font-family: "Montserrat", serif;
    font-size: 16px;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    background-color: #fff;
    padding-top: 12px !important;
    padding-right: 24px !important;
    padding-bottom: 12px !important;
    padding-left: 24px !important;
}

.sligle-align-center li a {
    color: #012cc1 !important;
    font-family: "Montserrat", serif;
    font-weight: 800;
    font-size: 12px;
    line-height: 28px;
}

.et_pb_button:hover {
    color: #FFFFFF !important;
    text-decoration: none !important;
    border-width: 0px !important;
    border-radius: 100px;
    line-height: 20px;
    font-family: "Montserrat", serif;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    background-image: linear-gradient(130deg, #9a00ff 0%, #2200ff 50%, #37ffba 100%);
    background-color: #000000;
    padding-top: 12px !important;
    padding-right: 24px !important;
    padding-bottom: 12px !important;
    padding-left: 24px !important;
}

#footer .delevery-partners h5 {
    margin: 0px;
    font-family: "Montserrat", serif;
    font-weight: 800;
    font-size: 12px !important;
    line-height: 28px;
    color: #022DC1;
}

.delevery-partners img {
    /* width: 100%; */
    margin-left: 17px;
}

.footer-copyright .brand {
    font-family: "Montserrat", serif;
    font-weight: 900 !important;
    font-size: 24px !important;
    line-height: 29.26px;
    letter-spacing: 0.75px;
}

.sro {
    font-family: "Montserrat", serif;
    font-weight: 700 !important;
    font-size: 18px !important;
    line-height: 29.26px;
    letter-spacing: 0.75px;
}

.footer-copyright .wunder {
    font-family: "Montserrat", serif;
    font-weight: 900 !important;
    font-size: 15px !important;
    line-height: 18.29px;
    letter-spacing: 0.75px;
    text-transform: uppercase;
}

.breadr-title {
    color: #595959 !important;
    margin: 24px 0 25px;
    font-family: "Lato", serif;
    font-weight: 800;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0.31px;
}

.more-products-table tr:nth-child(odd) {
    background-color: transparent !important;
}

.more-products-table td {
    padding: 0px !important;
}

.more-products-table td p {
    font-family: "Lato", serif;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0.31px;
}

.breadr-title2 {
    color: #595959 !important;
    margin: 24px 0 25px;
    font-family: "Lato", serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.31px;
}

.body-content-main h2,
.apply-now h1,
.gdrp h2,
.explore-us h2,
.why-us h1,
.manufacturers-title h2 {
    font-size: 55px;
    font-weight: 900;
    letter-spacing: 2px;
    margin-top: 60px;
    line-height: 78.02px;
    font-family: "Montserrat", serif;
    color: #1A1A1A;
}

.products-search .banner-form {
    background-color: hsl(var(--white));
    border-radius: 4px;
    z-index: 999999;
    gap: 30%;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    padding: 10px 20px;
}

.products-search .banner-form input::placeholder,
.slider-products-search .top-form input::placeholder {
    font-family: "Lato", serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 28.8px;
    color: #A2B0BA;
}

.products-search {
    margin-bottom: 60px;
    margin-top: 60px;
}

.products-search .banner-form .btn {
    padding: 5px 18px;
    font-size: 18px !important;
}

.products-search .banner-form i {
    padding-right: 15px;
    font-size: 18px;
}

.products-title {
    background-color: #012cc1;
    padding: 7px 20px;
    margin-top: 30px;
    margin-bottom: 30px;
    border-top-right-radius: 80px;
}

.products-title h2 {
    font-family: "Montserrat", serif;
    font-size: 37px;
    font-weight: 800;
    line-height: 58.51px;
    letter-spacing: 2px;
    color: #fff;
    margin: 0px;
}

.products-inner-details ul {
    padding-top: 25px;
    padding-bottom: 25px;
}

.single-products-details a,
.single-products-details {
    color: #595959 !important;
    font-family: "Lato", serif;
    font-weight: 800;
    font-size: 32px;
    line-height: 32px;
    letter-spacing: 0.31px;
}

.single-products-details a:hover {
    color: #012cc1 !important;
    text-decoration: none;
}

.products-details li a,
.third-level-products li a {
    color: #012CC1 !important;
    font-family: "Lato", serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.25px;
}

.products-details li i,
.third-level-products li i {
    padding-right: 10px;
    padding-top: 12px;
    font-size: 8px;
    margin-top: -3px;
}

.products-inner-details h4 {
    margin-top: 40px;
}

.products-details li,
.third-level-products li {
    list-style: none;
    color: #012cc1;
    line-height: 35px;
    display: flex
}

.products-inner-details {
    padding-left: 40px;
}

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

#footer p,
.contact-us p {
    font-family: "Lato", serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #595959;
    letter-spacing: 0.25px;
}

.left-top-header li a {
    font-family: "Montserrat", serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 23px;
    letter-spacing: 0.58px;
    color: #16181b;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #0764E3;
    text-decoration: none;
    background-color: #fff;
}

.order-1 ul li a,
.order-1 ul li {
    font-family: "Lato", serif;
    font-weight: 800;
    font-size: 20px;
    line-height: 32px;
    color: #595959;
    letter-spacing: 0.31px;
}

/* 12-04-20225 */
.similar-products h5 {
    font-family: "Montserrat", serif;
    font-weight: 700;
    font-size: 16px !important;
    line-height: 24px;
    letter-spacing: 0.2px;
}

#blog-container .date-event,
.card-text {
    font-family: "Montserrat", serif;
    font-weight: 600 !important;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.58px;
    color: #595959;
}

#blog-container .read-more,
#main-blog-container .read-more a,
#main-blog-container .badge a {
    font-family: "Montserrat", serif;
    font-weight: 600 !important;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.58px;
    color: #0764E3;
}

/* 09-01-2024 */
.increase-decrease-form {
    text-align: center;
}

.increase-decrease-form .value-button {
    display: inline-block;
    border: 1px solid #012cc1;
    margin: 0px;
    width: 25px;
    height: 34px;
    text-align: center;
    vertical-align: middle;
    padding: 1px 0;
    background: #012cc1;
    color: #fff;
    user-select: none;
    font-size: 30px;
    border-radius: 40px;
}

.increase-decrease-form .value-button:hover {
    cursor: pointer;
}

.increase-decrease-form form #decrease {
    /* margin-right: -4px; */
    border-radius: 8px 0 0 8px;
}

.increase-decrease-form form #increase {
    /* margin-left: -4px; */
    border-radius: 0 8px 8px 0;
}

.increase-decrease-form form #input-wrap {
    margin: 0px;
    padding: 0px;
}

.increase-decrease-form input#number {
    display: inline-block;
    border: 1px solid #fff;
    margin: 0px;
    width: 49px !important;
    height: 36px;
    text-align: center;
    vertical-align: middle;
    padding: 1px 0;
    background: #fff;
    color: #595959;
    user-select: none;
    font-weight: 400;
    font-size: 16px;
}

.increase-decrease-form input[type=number]::-webkit-inner-spin-button,
.increase-decrease-form input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    /* border: 1px solid #ddd; */
}

table a {
    color: #012cc1;
}

th {
    background-color: #595959;
    color: #F6F4F3;
    font-family: "Lato", serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.25px;
}

td,
.product-table-details td,
.product-table-details td span {
    font-family: "Lato", serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.25px;
    color: #595959;
}

th,
td {
    text-align: center;
    padding: 8px;

}

tr:nth-child(odd) {
    background-color: #f2f2f2;
}

.pagination {
    display: inline-block;
}

.pagination a {
    float: left;
    padding: 6px 16px;
    text-decoration: none;
    font-family: "Montserrat", serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.58px;
    color: #012CC1 !important;
    border: 1px solid #E0DEDD;
    margin: 0px 5px;
    border-radius: 8px;
    height: 40px;
    width: 40px;
}

.pagenation-box .left-arrow,
.pagenation-box .right-arrow {
    float: left;
    padding: 6px 12px;
    text-decoration: none;
    font-family: "Montserrat", serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.58px;
    color: #012CC1 !important;
    border: 1px solid #E0DEDD;
    margin: 0px 5px;
    border-radius: 8px;
    height: 40px;
    width: 40px;
}

.pagination .pagination-active {
    background-color: #012CC1;
    color: #FFFFFF !important;
}

.pagenation-box {
    border: 1px solid #E0DEDD;
    border-radius: 8px;
    height: 100px;
    padding: 25px;
    justify-content: center;
    align-items: center;
}

.pagination {
    position: relative;
    z-index: 1;
    margin: 0px auto;
    display: table;
}

.left-arrow {
    float: left;
}

.right-arrow {
    float: right;
}

.header-body {
    border: 2px solid #fff !important;
}

.slider h1 {
    font-family: "Manrope", serif !important;
    font-weight: 800 !important;
    font-size: 64px !important;
    line-height: 76.8px !important;
    text-align: Center;
    color: #101D36 !important;
}

.slider p {
    font-family: "Lato", serif !important;
    font-weight: 400 !important;
    font-size: 20px !important;
    line-height: 36px !important;
    text-align: Center !important;
    color: #101d36;
}

.slider-products-search .top-form {
    border: 1px solid #ffffff;
    border-radius: 50px;
    background-color: #fff;
    padding: 5px;
}

.slider-products-search .top-form i {
    font-size: 26px;
}

.slider-products-search .top-form .btn {
    padding: 0.2rem 1.5rem;
    width: 191px;
    height: 62px;
    font-family: "Manrope", serif;
    font-weight: 800;
    font-size: 18px !important;
    line-height: 32.4px;
}

.about-logo {
    width: 416px;
    height: 413px;
    /*margin-top: 50px;*/
}

.twenty h1 {
    font-family: "Manrope", serif;
    font-weight: 700;
    font-size: 96px;
    line-height: 117.02px;
    letter-spacing: 1.25px;
    margin-top: 17px;
    text-align: center;
    color: #363636;
}

.twenty {
    border: 8px solid #0075D6;
    width: 183px;
    height: 183px;
}

.year-of-experience h4 {
    font-family: "Manrope", serif;
    font-weight: 700 !important;
    font-size: 32px !important;
    line-height: 39.01px !important;
    letter-spacing: 0.25px !important;
    color: #363636;
}

.twenty-experience {
    align-items: center;
}

.our-products {
    background: linear-gradient(181deg, #012cc1 55%, #fff 68%);
    height: 820px !important;

}

.our-products .owl-item {
    margin-bottom: 50px !important;
}

.products-avai {
    text-align: center;
    margin-bottom: 50px;
}

.products-avai h1 {
    color: #fff;
    font-family: "Montserrat", serif;
    font-weight: 800;
    font-size: 96px;

    letter-spacing: 1px;
}

.products-avai p {
    font-family: "Lato", serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    color: #fff;
    letter-spacing: 0.31px;
}

.fuse {
    padding: 20px 30px 30px;
}

.fuse h3,
.blog-page h3 {
    margin-bottom: 10px;
    font-family: "Montserrat", serif;
    font-weight: 700 !important;
    font-size: 28px;
    line-height: 40px;
    letter-spacing: 0.7px;
    color: #1A1A1A;
    text-transform: capitalize;
}

.fuse p {
    font-family: "Manrope", serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 16px;
    color: #0764E3;
    letter-spacing: 0.58px;
    margin-bottom: 0px;
}

.product-photo {
    margin: 0px 8px;
    border: 1px solid #c9bdbd;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px, rgb(209, 213, 219) 0px 0px 0px 1px inset;
}

.product-photo img {
    border-radius: 8px !important;
}

.lead {
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 26px !important;
    letter-spacing: 0.25px !important;
    color: #595959 !important;
}

.about-us h2 {
    font-family: "Montserrat", serif;
    font-weight: 800 !important;
    font-size: 48px !important;
    line-height: 50px;
    letter-spacing: 1.5px;
    color: #022DC1 !important;
    margin-bottom: 30px !important;
}

.product-photo p {
    margin: 0px;
}

.product-photo a,
#blog .recent-posts a {
    text-decoration: none;
}

#blog .right-align {
    float: right;
}

#blog .recent-posts {
    border: 1px solid #e5e5e5;
    padding: 25px 25px 50px 25px;
    border-radius: 10px;
    min-height: 315px;
}

.contact-us h3 {
    font-family: "Montserrat", serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0.5px;
    color: #1A1A1A;
    text-transform: capitalize;
}

#blog .recent-posts h3 {
    font-family: "Montserrat", serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0.5px;
    color: #1A1A1A;
    text-transform: capitalize;
    margin-bottom: 70px;
}

#blog .recent-posts .post-meta span a,
.tags a {
    color: #0764E3 !important;
}

#blog .recent-posts .post-meta span,
.tags li a {
    font-family: "Montserrat", serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.58px;
    color: #595959;
}

.blogs h1 {
    font-family: "Montserrat", serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 48px;
    letter-spacing: 1.33px;
}

.blogs p,
#testimonials .feedback,
.explore-us p {
    font-family: "Lato", serif !important;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0.31px;
    color: #595959;
}

.checked {
    color: orange !important;
}

.five-star {
    align-items: center;
    display: none !important;
}

.testimonial-author span {
    display: none !important;
}

.testimonial-author p strong {
    font-family: "Montserrat", serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.2px;
    color: #1A1A1A;
    padding-bottom: 10px;
}

.testimonial-author p {
    font-family: "Montserrat", serif;
    font-weight: t 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.58px;
    color: #595959;
}

.testimonial .customer-review {
    font-family: "Lato", serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.25px;
    color: #595959;
    text-align: justify;
}

.feed-back {
    font-family: "Montserrat", serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.58px;
    color: #595959;
    margin-bottom: 10px;
}

#testimonials h2,
.gdrp h5,
.career-contact h5,
.explore-us h5 {
    font-family: "Montserrat", serif;
    font-weight: 700;
    font-size: 32px;
    letter-spacing: 1.33px;
    margin-bottom: 25px;
    color: #1A1A1A;
    text-transform: none;
}

.our-collaborators h2 {
    font-family: "Montserrat", serif;
    font-weight: 800;
    font-size: 90px;
    line-height: 117.02px;
    letter-spacing: 1px;
}

.product-photo-view img {
    width: 320px;
    margin-bottom: 15px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.product-photo-view p {
    padding: 0px !important;
}

.details-products img {
    float: right;
    width: 100px;
}

.specification th {
    height: 49px;
    background-color: #012CC1;
}

.specification td {
    height: 48px;
}

.specification th,
.specification td {
    text-align: left;
    padding: 20px 45px;
}

.recent-products .recent-posts {
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    padding-bottom: 5px;
    background-color: #fff;
    width: 360px;
    float: right;
    border-radius: 8px;
}

.recent-products .product-code,
.recent-products .product-code {
    padding: 25px;
}

.recent-products .product-code h4 {
    font-family: "Montserrat", serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.2px;
    color: #1A1A1A !important;
}

.recent-products .product-code a {
    font-family: "Montserrat", serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.58px;
    color: #0764E3;
    margin-bottom: 0px;
    text-transform: uppercase;
}

.recent-products .product-code p img {
    margin-right: 10px;
}


.recent-products .product-code p {

    color: #595959;
    margin-bottom: 0px;
    align-items: center;
    display: flex;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.58px;
}

.recent-products .recent-posts table {
    border: none;
    width: 60%;
    /*margin: 0px auto;*/
}

.our-client-product .owl-carousel .owl-nav button.owl-prev,
.recent-products .owl-carousel .owl-nav button.owl-prev {
    left: -40px !important;
}

.our-client-product .owl-carousel .owl-nav button.owl-next,
.recent-products .owl-carousel .owl-nav button.owl-next {
    right: -40px !important;
}

/* 20-01-2025 */
.top-icon {
    width: 16px;
    height: 16px;
    top: 1.93px;
}

.top-icon-phone {
    width: 14px;
    height: 14px;
    top: 1.93px;
}

.top-icon-chat {
    width: 16px;
    height: 16px;
    top: 1.93px;
}

#header .border-bottomtwo {
    border-bottom: 2px solid rgba(0, 0, 0, .06);
}

#header .header-row {
    display: flex;
    align-self: stretch;
    align-items: center;
}

.contact-icons {
    gap: 20px;
}

.bar {
    width: 2px;
    height: 15.43px;
    left: 1239px;
    margin-left: 5px;
    margin-right: 20px;
    color: #d3d3d3;
}

.weight-600 {
    font-weight: 600 !important;
}

.shopping img {
    width: 50px;
    height: 33.65px;
    margin-top: 16.17px;
}

.main-search input::placeholder {
    font-family: "Lato", serif;
    font-weight: 400;
    font-size: 12px;
    line-height: .6px;
    color: #A2B0BA;
}

.first-serach {
    width: 250px;
}

.main-search img {
    margin-right: 10px;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    width: 1273px;
}

.pcb-assembly {
    background-image: url(../images/pcb-assembly-head.png) !important;
}

.pcb-design {
    background-image: url(../images/pcb-design-head.png) !important;
}

.about-header {
    background-image: url(../images/about/kaufetronics-head.png) !important;
}

.quality-management-header {
    background-image: url(../images/about/quality-management/quality-management-head.png) !important;
}

.contact-us-header {
    background-image: url(../images/my-account/Rectangle.svg) !important;
}

.sustained {
    background-image: url(../images/about/explore-us/stuttgart-germany.png) !important;
    background-size: 100% 100% !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.career-header {
    background-image: url(../images/about/career/career-head.png) !important;
}

.blog-page-header {
    background-image: url(../images/about/blog/blog-head.png) !important;
}

.blog-view-page-header {
    background-image: url(../images/about/blog/blog-bg-view.svg) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative;
    background-position: center;
}

.post-sales-support-services {
    background-image: url(../images/assistant-service/post-sales-support-services/post-sales-support-head.png) !important;
}

.excess-stock-buying {
    background-image: url(../images/assistant-service/excess-stock-buying/excess-stock-head.png) !important;
}

.electronics-services {
    background-image: url(../images/assistant-service/refreshing-electronics/refreshing-electronics-head.png) !important;
}

.technical-support {
    background-image: url(../images/technical-support/technica-support-head.png) !important;
}

.tech-support-inside {
    background-image: url(../images/technical-support/technical-support-inside.png) !important;
    padding: 100px 0px !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.excess-stock {
    background-image: url(../images/assistant-service/excess-stock-buying/excess-stock-inside.png) !important;
    padding: 100px 0px !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.eol-services {
    background-image: url(../images/assistant-service/eol-alternate-solutions/eol-inside.png) !important;
    padding: 190px 0px !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.eol {
    background-image: url(../images/assistant-service/eol-alternate-solutions/eol-head.png) !important;
}

.warhouse {
    background-image: url(../images/assistant-service/warhouse/warhouse-head.png) !important;
}

.logistics {
    background-image: url(../images/assistant-service/logistics/logistics-head.png) !important;
}

.logistics-further {
    background-image: url(../images/assistant-service/logistics/logistics-inside.png) !important;
    padding: 100px 0px !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.certifications {
    background-image: url(../images/about/certificate-head.png) !important;
}

.pcb-design-inside {
    background-image: url(../images/pcb-design-inside.png) !important;
    background-position: center;
    padding: 140px 0 !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.feature-box-icon img {
    width: 175px;
    height: auto;
}

.feature-box.feature-box-style-4 .feature-box-icon {
    margin-bottom: 80px;
}

.pcb-manufacturing {
    background-image: url(../images/pcb-manufacturing-head.png) !important;
}

.assistance-testing {
    background-image: url(../images/assistant-service/testing/testing-head.png) !important;
}

.cookies-policy {
    background-image: url(../images/information/cookies-policy-head.png) !important;
}

.all-products {
    background-image: url(../images/product-head.png);
}

.form-divider {
    background-color: #A2B0BA99;
    height: 24px;
    width: 1px;

}

.nav-link {
    display: block;
    padding: 10px;
}

.left-footer {
    width: 417px;
}

.first-footer-div {
    width: 222px;
}

.second-footer-div {
    width: 190px;
}

.third-footer-div {
    width: 215px;
}

.fourth-footer-div {
    width: 197px;
}

#footer .container-fluid {
    width: 1228px;
}

.pt-pb {
    padding: 25px 0px;
    margin: 0px;
}

.inside-footer {
    padding-left: 25px;
}

.inside-footer img {
    width: 348px;
    margin-top: 45px;
}

.x-icon,
.ins-icon,
.in-icon,
.facebook-icon {
    width: 35px !important;
    margin-top: 0px !important;
    border-radius: 50px;
    height: auto;
}

#sub-menu p {
    text-align: end;
}

/* 22-01-2025 */
.all-products-search .search-btn .btn {
    background-color: #012cc1;
    margin-top: 0px;
    font-family: "Manrope", serif;
    font-weight: 800;
    font-size: 18px !important;
    width: 191px;
    height: 62px;
    line-height: 32.4px;
    border-radius: 50px;
    color: #fff;
    margin-right: 5px;
}

.all-products-search form input::placeholder,
.all-products-search .custom-select {
    font-family: "Lato", serif;
    font-weight: 400;
    font-size: 16px !important;
    line-height: 28.8px;
    color: #A2B0BA;
}

.all-products-search .top-form {
    border: 1px solid #012cc1;
    width: 1012px;
    height: 82px;
    border-radius: 500px;
    margin: 0px auto;
}

.all-products-search .banner-form {
    background-color: hsl(#fff);
    border-radius: 4px;
    gap: 30px;
    position: relative;
    display: flex;
    align-items: center;
    padding: 0px 35px;
    height: 80px;
}

.all-products-search {
    margin: 55px 0px 55px;
}

.body-content-main .container-fluid {
    width: 1303px;
}

.all-products-search .first-serach {
    width: 400px;
    margin-top: 6px;
}

.breadcrumb img {
    margin: 0px 22px;
}

.increase-decrease-form {
    background-color: #012cc1;
    border-radius: 8px;
    height: 40px;
    padding: 2px 0px;
    margin-bottom: 0px;
}

.increase-decrease-form img {
    margin-top: 5px;
}

table .align-self-left {
    text-align: left;
}

input:focus {
    outline: none !important;
}

.delevery-partners {
    background-color: #e7ecff !important;
    /* padding: 5px 0px; */
}

.body-content-main .title-level-three {
    font-family: "Montserrat", serif;
    font-weight: 900;
    font-size: 48px;
    line-height: 58.51px;
    letter-spacing: 2px;
    margin-top: 60px;
    margin-bottom: 0px;
}

.products-inner-details1 .padding-zero {
    padding: 0px;
}

.products-inner-details1 .padding-zero p {
    padding: 0px 15px;
    font-family: "Lato", serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.31px;
    color: #595959;
}

.details-products {
    margin: 40px 0px;
}

.details-products p {
    padding-top: 15px;
}

.details-products img {
    margin-bottom: 55px;
}

.view-cart h1 {
    font-family: "Montserrat", serif;
    font-weight: 700;
    font-size: 27px;
    line-height: 43.88px;
    letter-spacing: 2px;
    color: #012CC1;
    margin-bottom: 15px;
}

.view-cart-table .increase-decrease-form img {
    margin-top: 3px;
}

.view-cart-table td {
    text-align: center;
    padding: 8px 8px 8px 0px !important;
}

.stock-availability h1 {
    text-align: center;
}

.view-cart {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    height: 230px;
    padding: 30px 30px 0px 30px;
    border-radius: 8px;
}

.details-products p {
    font-family: "Lato", serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0.31px;
    color: #595959;
}

.view-cart-table tr:nth-child(odd) {
    background-color: #ffffff;
}

.view-cart-table .cart-white {
    margin-right: 15px;
}

.view-cart-table .btn-primary {
    width: 168px;
    height: 40px;
    border-radius: 8px;
    background-color: #012cc1;
    border-color: #012cc1 #012cc1 #012cc1;
    color: #fff;
    font-family: "Manrope", serif;
    font-weight: 800;
    font-size: 14px;
    line-height: 25.2px;
    padding-top: 5.2px;
}

.modal-title {
    font-size: 25px;
    font-family: "Manrope", serif;
}

.view-cart-table .increase-decrease-form {
    width: 123px;
}

.view-cart-table .increase-decrease-form input#number {
    width: 74px;
}

.third-level-products h2 {
    font-family: "Lato", serif;
    font-weight: 900;
    font-size: 40px;
    line-height: 32px;
    letter-spacing: 0.31px;
    color: #595959;
}

.recent-products h2 {
    font-family: "Lato", serif;
    font-weight: 900;
    font-size: 64px;
    line-height: 32px;
    letter-spacing: 0.31px;
    color: #000000 !important;
    margin-bottom: 40px !important;
}

.recent-products {
    background-color: #F7F7F7;
}

.all-products-search .form-divider {
    background-color: #A2B0BA99;
    height: 65px;
    width: 1px;
    margin-top: 0px;
}

#table-img {
    height: 50px;
}

#view-more-img-new {
    height: 13rem;
    width: 20rem;
}

.form-icon-search {
    width: 18px;
    height: 18px;
}

.common-icon {
    width: 35px;
    height: 35px;
}

.form-icon-caregoeries {
    width: 14.4px;
    height: 12.6px;
}

.table-left-arrow,
.table-right-arrow {
    width: 14px;
    height: 20px;
}

.manufacturer-grey {
    width: 14px;
    height: 14px;
}

.user-name {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.58px;
    color: #595959 !important;
}

.footer-social-icons img {
    width: 34.89px;
    height: 34.89px;
}

.details-products p {
    margin: 0px;
    padding: 0px;
    line-break: anywhere;
}

.stock {
    color: #595959;
    font-family: "Lato", serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0.31px;
}

.green-text {
    font-family: "Lato", serif;
    font-weight: 800;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0.31px;
    color: #04BD45;
}

.cart-white {
    width: 28px;
}

.similar-products h3 {
    margin: 0px;
}

.similar-products {
    padding: 20px 25px;
    border-bottom: 1px solid #4444;
    margin-bottom: 25px;
}

.similar-products h3,
.similar-products h3 a,
.accordion .card-header a {
    font-family: "Montserrat", serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: .0px;
    color: #1A1A1A !important;
    text-transform: none;
}

.pull-align-right {
    float: right;
    color: #E0DEDD;
}

.side-bar .view-cart-table {
    width: 100% !important;
}

.side-bar .view-cart-table td {
    padding: 0px;
}

.side-bar {
    background-color: transparent !important;
}

/* 05-02-2025 */
.slider-products-search .top-form {
    height: 82px;
    width: 1012px;
}

.slider-products-search .first-serach {
    width: 465px;
    margin-top: 6px;
}

.slider-products-search .search-btn {
    top: 50%;
}

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

.slider-products-search img {
    margin-right: 10px;
}

.slider-products-search .form-divider {
    background-color: #A2B0BA99;
    height: 60px;
    width: 1px;
    margin-top: 5px;
}

.slider-products-search .location {
    display: flex;
}

.slider-products-search .form-icon-search,
.slider-products-search .form-icon-caregoeries {
    width: 35px !important;
    height: 35px;
}

.pl-6 {
    padding-left: 6rem !important;
}

.about-us .welcome {
    font-family: "Montserrat", serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 16px;
    letter-spacing: 1.6px;
    color: #595959;
}

.owl-carousel .recent-posts {
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    padding-bottom: 5px;
}

.post-meta i {
    color: #595959 !important;
}

.five-star .fa-star {
    color: #bfbaba;
}

.breadcrumb-first-title {
    font-family: "Montserrat", serif;
    /* font-weight: 700; */
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0.5px;
    color: #1A1A1A;
}

.manufacturing,
.assembly,
.blog-page {
    /*padding: 120px 0 50px;*/
}

.manufaturing-equal-space-right h2,
.manufaturing-equal-space-left h2,
.sustained p {
    font-family: "Montserrat", serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 48px;
    letter-spacing: 1.33px;
    color: #1A1A1A;
}

.sustained p {
    color: #fff;
    background-color: #012CC1;
    padding: 15px;
}

.manufaturing-equal-space-right p,
.manufaturing-equal-space-left p,
.assembly p,
.cookies-policy-details p,
.logistics-understand p,
.view-post-details {
    font-family: "Lato", serif;
    font-weight: 400 !important;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0.31px;
    color: #595959;
}

.manufaturing-equal-space-left {
    padding: 12% 5% 0 0;
}

.manufaturing-equal-space-right {
    padding: 12% 0 0 5%;
}

.assembly h1,
.apply-now h1 {
    font-family: "Montserrat", serif;
    font-weight: 800;
    font-size: 64px;
    line-height: 78.02px;
    letter-spacing: 1px;
    text-align: Center;
    color: #1A1A1A;
}

.assembly p,
.logistics-understand p {
    text-align: center;
}

.service-details {
    border: 1px solid #E0DEDD;
    border-radius: 8px;
    padding: 50px;
}

.service-details h1 {
    font-family: "Montserrat", serif;
    font-size: 48px;
    line-height: 48px;
    letter-spacing: 1.33px;
    text-align: Center;
    color: #1A1A1A;
    margin-bottom: 50px;
    font-weight: 700 !important;
}

.service-details p {
    text-align: left;
}

.feature-box-info p,
.accordion p,
.accordion li {
    font-family: "Lato", serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    letter-spacing: 0.25px;
    color: #595959;
}

.feature-box-info h4 {
    font-family: "Montserrat", serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0.5px;
    color: #1A1A1A !important;
}

.assembly-machineries {
    padding: 50px 0;
}

.our-advanced {
    background: url(../images/pcb-assembly-inside.png) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center;
    padding: 100px 0 !important;
}

.our-advanced .lead {
    font-family: "Montserrat", serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.58px;
    color: #1A1A1A;
}

.leveraging h2 {
    font-family: "Montserrat", serif;
    font-weight: 700;
    font-size: 32px !important;
    line-height: 48px;
    letter-spacing: 1.33px;
}

.leveraging .text-2 {
    font-family: "Lato", serif;
    font-weight: 400;
    font-size: 16px !important;
    line-height: 26px;
    letter-spacing: 0.25px;
}

.all-products-search {
    gap: 0px !important;
}

.gray-bg {
    font-family: "Montserrat", serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0px;
    color: #F6F4F3;
}

.our-process .feature-box-info h4 {
    font-family: "Montserrat", serif;
    font-weight: 700 !important;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: 0px;
}

.gray-bg {
    padding: 70px;
    background-color: #363636;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.assembly-machineries h1 {
    font-family: "Montserrat", serif;
    font-weight: 800;
    font-size: 96px;
    line-height: 117.02px;
    letter-spacing: 1px;
    color: #1A1A1A;
}

.gray-bg p {
    font-family: "Montserrat", serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0px;
    color: #F6F4F3;
}

.gray-bg li {
    font-family: "Lato", serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0.31px;
    color: #FFFFFF;
}

.list-style-none li {
    list-style: none;
    line-height: 40px;
}

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

.list-style-none .d-flex {
    display: flex;
}

.list-style-none .d-flex i {
    padding-top: 15px;
}

.list-style-none li i {
    font-size: 15px;
    padding-right: 15px;
}

.our-process h1 {
    font-family: "Montserrat", serif;
    font-weight: 700 !important;
    font-size: 96px !important;
    line-height: 90.24px;
    letter-spacing: 1.5px;
    color: #1A1A1A;
}

.our-process .feature-box {
    margin-top: 50px;
}

.coming-soon .loginform {
    width: 568px;
    height: 680px;
    margin: 25% 0;
    padding: 25px;
    background-color: #FFFFFF;
    border-radius: 8px;
}

.img-fit-col {
    width: 84% !important;
    height: auto !important;
    display: block;
    object-fit: cover;
    /* optional: maintain crop and fill */
}

.login-form .loginform {
    width: 568px;
    /* height: 576px; */
    margin: 5% 0;
    padding: 40px;
    background-color: #FFFFFF;
    border-radius: 8px;
}

.w-87 {
    width: 87% !important;
    height: 750px !important;
}

.coming-soon h3,
.loginform h3,
.register-form h3 {
    font-family: "Montserrat", serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 48px;
    text-transform: math-auto;
    letter-spacing: .33px;
    color: #1A1A1A;
}

.coming-soon .loginform .login,
.loginform .login,
.loginform label,
.register-form label {
    font-family: "Montserrat", serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.58px;
    color: #595959;
    margin-bottom: 0px;
}

.loginform label {
    text-transform: uppercase;
}

.loginform .form-control,
.register-form .form-control {
    border: 2px solid #E0DEDD;
    border-radius: 8px;
    padding: 18px;
}

.loginform p {
    font-family: "Lato", serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0.31px;
    color: #595959;
    margin-bottom: 33px;
}

.coming-soon,
.login-form {
    background: linear-gradient(90deg, rgb(243 243 243) 0%, rgb(239 239 239 / 78%) 35%, rgb(241 241 241 / 83%) 100%), url(../images/login/login-right.jpg);
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative;
    background-position: center;
}

.forgot-password {
    text-align: right;
}

.register {
    text-align: left;
}

.loginform .btn-primary,
.register-form .btn-primary {
    font-family: "Montserrat", serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: .25px;
}

.under-login p a,
.coming-soon p {
    font-family: "Lato", serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: .25px;
}

.login-form .register-form {
    width: 568px;
    /* height: 968px; */
    margin: 5% 0;
    padding: 25px;
    background-color: #FFFFFF;
    border-radius: 8px;
}

.company-consumer {
    margin-left: 25px;
    margin-bottom: 32px;
}

.company-consumer .btn-outline.btn-primary {
    margin-left: 15px;
}

.company-consumer .btn {
    font-family: "Montserrat", serif;
    font-weight: 800;
    font-size: 14px !important;
    line-height: 16px;
    letter-spacing: 0.58px;
    border-radius: 8px;
    color: #012cc1;
    background-color: #ffffff;
}

.company-consumer .btn span {
    font-weight: 500;
}

.collapse .dropdown-menu {
    padding: 0px !important;
}

@media (max-width: 1024px) {
    #header .search-btn {
        right: 40px;
    }

}

@media (min-width: 228px) and (max-width: 1099px) {

    .main-search,
    .topiconchat {
        display: none;
    }

    .product-photo-view img {
        width: 100%;
    }

    table {
        width: auto;
    }

    .recent-products .recent-posts table {
        border: none;
        width: auto;
        margin: 0px;
    }

    .recent-products .text-center {
        text-align: left !important;
    }

    .recent-products .text-center .mb-50 {
        margin: 0px;
    }

    #header {
        height: 135px !important;
    }

    .header-logo img {
        width: auto !important;
        max-width: 255px;
    }

    #header .container-fluid,
    .header-container .header {
        padding: 0px 5px;
    }

    #header .header-container {
        display: contents !important;
    }

    #header .header-top {
        margin: 0px;
    }

    #header .header-nav-top .nav>li>a,
    #header .header-nav-top .nav>li>span {
        font-size: 12px;
    }

    .contact-icons {
        gap: 8px;
    }

    .top-icon-phone {
        width: 13px;
        height: 13px;
    }

    .header-body {
        height: 145px !important;
    }

    .left-footer {
        width: 100%;
    }

    .first-footer-div {
        width: 100%;
        padding-left: 40px;
    }

    .second-footer-div {
        width: 100%;
        padding-left: 40px;
    }

    .third-footer-div {
        width: 100%;
        padding-left: 40px;
    }

    .fourth-footer-div {
        width: 100%;



        padding-left: 40px;
    }

    .page-header h1 {
        font-size: 20px !important;
    }

    .page-header.page-header-modern.page-header-background.page-header-background-md {
        padding: 80px 26px 80px 30px;
    }

    .all-products {
        height: 180px;
        background-size: cover !important;
    }

    .footer-logo {
        margin-left: 9px;
    }

    .footer-copyright .brand {
        font-weight: 500 !important;
        font-size: 13px !important;
    }

    .footer-copyright .wunder {
        font-weight: 500 !important;
    }

    #footer .footer-copyright p {
        margin: 0px;
        font-size: 13px;
    }

    #sub-menu p {
        text-align: left;
    }

    #footer .footer-copyright {
        background: #012cc1;
        padding: 10px 0px;
    }

    .body-content-main h2 {
        margin-top: 0px;
    }

    .products-title {
        padding: 0px 20px;
    }

    .body-content-main .container-fluid {
        width: 100%;
    }



    /* .products-inner-details {
        padding-left: 0px;
    } */

    .products-inner-details ul {
        padding: 0px;
    }

    .join {
        padding: 30px 0px 10px;
        height: 193px;
    }

    .join h4 {
        margin-top: 10px;
        margin-left: 0px;
    }

    .all-products-search .top-form {
        width: 100% !important;
    }

    .increase-decrease-form input#number {
        width: 25px;
    }

    #footer .d-flex {
        display: inline-grid !important;
    }

    .delevery-partners img {
        margin-left: 0px;
        width: 80% !important;
        height: 100px !important;
    }

    .delevery-partners .delivery-partners img {
        width: 100% !important;
        height: auto !important;
    }
}

@media (min-width: 228px) and (max-width: 350px) {
    .order-1 ul li {
        font-size: 7px;
    }

    .breadcrumb img {
        margin: 0px 8px;
        width: 5px;
    }
}

@media (min-width: 350px) and (max-width: 550px) {
    .order-1 ul li {
        font-size: 9px;
    }

    .breadcrumb img {
        margin: 0px 8px;
        width: 5px;
    }
}

@media (min-width: 550px) and (max-width: 650px) {
    .order-1 ul li {
        font-size: 14px;
    }

    .breadcrumb img {
        margin: 0px 8px;
        width: 5px;
    }
}

@media (min-width: 650px) and (max-width: 910px) {
    .order-1 ul li {
        font-size: 15px;
    }

    .breadcrumb img {
        margin: 0px 8px;
        width: 5px;
    }
}

/* Am Design */
.am-design h1 {
    font-weight: 600;
    font-size: 28px;
}

.am-design {
    padding-top: 35px;
}

.search-bar__button-container {
    display: table-cell;
    padding-left: 10px;
}

.a-button-dark,
.a-button-search {
    background: #303333 !important;
    border-color: #303333 !important;
    padding: 8px 15px;
    color: #fff;
}

.a-button:not(.a-button-toggle) {
    border-radius: 100px;
}


.a-search input {
    padding-left: 29px;
}

.a-search {
    position: relative;
    display: inline-block;
}

.search-bar form {
    display: flex;
}

.search-bar .search-bar__button-container {
    margin-right: 15px;
}

.a-search .a-icon-search {
    position: absolute;
    top: 50%;
    margin-top: -7px;
    left: 10px;
    z-index: 2;
}

.a-button-input {
    color: #fff;
    /*opacity: .01;*/
    /*position: absolute;*/
    top: 0;
    left: 0;
    z-index: 20;
    /*width: 100%;*/
    height: 100%;
    overflow: visible;
    cursor: pointer;
    background-color: transparent;
    border: 0;
    outline: 0;
}

.search-bar__input-container input {
    width: 380px;
    border: 1px solid #333;
    height: 31px;
}

.a-search input::placeholder {
    color: #646464 !important;
    margin-top: -7px !important;
    font-size: 14px !important;
}

.a-search input::-ms-input-placeholder {
    color: #646464 !important;
    margin-top: -7px !important;
    font-size: 14px !important;
}

.menu-list li {
    display: inline;
    margin-left: 15px;
}

.search-bar__input-container *,
::after,
::before {
    border-radius: 4px !important;
}

.page-tabs {
    border-bottom: 1px solid #ddd;
}

.menu-list ul {
    margin-bottom: 0px !important;
    padding: 0px !important;
}

.menu-list ul li {
    list-style: none;
    display: inline-block;
    border-bottom: 2px solid transparent;
    margin: 0 10px -1px 0;
}

.page-tabs .active {
    text-decoration: none;
    border-bottom-color: #e47911;
    font-weight: 700;
    padding: 5px 10px;
}

.order-placedin,
.place-order-table {
    margin-top: 25px;
}

.order-placedin label {
    font-family: "Manrope", serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #262323;
    letter-spacing: 0.58px;
}

.order-placedin select {
    border: 1px solid #d5d9d9;
    border-radius: 8px;
    outline: none;
    padding: 4px;
    background-color: #f0f2f2;
}

.choipto form select {
    border: 1px solid transparent;
    border-radius: 6px;
    outline: none;
    background-color: transparent;
    color: #2162a1 !important;
}

.place-order-table th {
    text-align: left;
    padding: 15px;
}

.your-account .feature-box {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px, rgb(209, 213, 219) 0px 0px 0px 1px inset;
    border-radius: 8px;
    padding-top: 10px;
    margin-bottom: 15px;
}

.your-account h4 {
    text-transform: capitalize !important;
    font-weight: 500;
    letter-spacing: .5px;
    font-size: 15px;
}

.assembly .align-left {
    text-align: left !important;
}

.cookies-policy-details .container,
.gdrp .container {
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
    padding: 45px;
    margin-bottom: 100px;
    border-radius: 8px;
}

.gdrp h4 {
    font-family: "Lato", serif;
    font-weight: 800;
    font-size: 36px;
    line-height: 32px;
    letter-spacing: 0.31px;
    color: #595959;
    margin: 32px 0;
}

.gdrp p,
.gdrp li,
.career-contact p {
    font-family: "Lato", serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: .31px;
    color: #595959;
}

.testing-demo .thumb-info {
    margin-bottom: 25px !important;
}

.testing-demo .thumb-info-wrapper,
.support-tech .card {
    width: 100%;
    position: relative;
}

.testing-demo .thumb-info-wrapper img {
    width: 358px;
    height: 352px;
    object-fit: cover;
}

.support-tech .card img {
    width: 100%;
    height: 272px;
    object-fit: cover;
    border-radius: 8px;
}

.thumb-info .thumb-info-wrapper:after {
    content: "";
    background: rgba(33, 37, 41, .8) !important;
    transition: all .3s;
    border-radius: 4px;
    bottom: -4px;
    color: #fff;
    left: -4px;
    position: absolute;
    right: -4px;
    top: -4px;
    display: block;
    opacity: 0;
    z-index: 1;
}

.testing-box .container {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px, rgb(209, 213, 219) 0px 0px 0px 1px inset;
    padding: 100px 120px;
    margin-bottom: 100px;
    border-radius: 8px;
}

.inventery strong {
    font-size: 20px;
    font-weight: 800;
}

.testing-box h4 {
    font-family: "Montserrat", serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: .5px;
}

.testing-box p {
    font-family: "Lato", serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: .25px;
    color: #595959;
}

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

.support-tech .card {
    margin-bottom: 25px !important;
    border-radius: 8px;
    background-color: #363636;
    min-height: 450px;
}

.support-tech .card h4 {
    font-family: "Montserrat", serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0px;
    color: #F6F4F3;
}

.support-tech .card p {
    font-family: "Lato", serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.25px;
    color: #F6F4F3;
}

.contact-technical-support h1,
.commitment-to-excellence h2 {
    font-family: "Montserrat", serif;
    font-weight: 800 !important;
    font-size: 64px !important;
    line-height: 78.02px !important;
    letter-spacing: 1px !important;
    color: #1A1A1A;
    margin: 0px !important;
}

.w-32 {
    width: 32px;
}

.contact-technical-support .reach-text {
    width: 700px;
}

.contact-technical-support p {
    font-family: "Lato", serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0.31px;

}

.process p,
.email-support .feature-box-info p {
    font-family: "Lato", serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.25px;
    color: #595959;
}

.work p {
    padding: 0px !important;
}

.resources blockquote h1 {
    font-family: "Montserrat", serif;
    font-weight: 800;
    font-size: 64px;
    line-height: 78.02px;
    letter-spacing: 1px;
    color: #C4C4C4;
    margin: 0px;
}

.resources blockquote footer {
    font-family: "Montserrat", serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.58px;
    color: #595959;
}

.resources blockquote p {
    font-family: "Montserrat", serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 40px;
    letter-spacing: 0.7px;
    text-align: center;
    color: #2c2c2c;
    margin-top: 20px;
}

.process-step-content h4,
.email-support .feature-box-info h4 {
    font-family: "Montserrat", serif;
    font-weight: 700 !important;
    font-size: 24px !important;
    line-height: 28px !important;
    letter-spacing: 0px;
    color: #1A1A1A;
}

.process-step-circle {
    top: -18px !important;
}

.no-top {
    top: -8px !important;
}

.resources blockquote {
    background-color: #f3f3f369;
}

.email-support {
    width: 827px;
    margin: 0px auto;
}

.email-support img {
    width: 65px;
    margin-bottom: 15px;
}

.email-support .feature-box-icon {
    margin: 0px !important;
}

/* Blog Design */
.sidebar {
    border-radius: 8px;
}

.blog-page .card {
    border: none;
    border: 1px solid #BBD4F7;
    border-radius: 8px;
}

.sidebar .card {
    border: 1px solid rgba(0, 0, 0, .125);
}

#blog-container img {
    height: 200px;
    object-fit: cover;
    width: 100% !important;
}

.tang-svg {
    width: 18px !important;
    object-fit: contain !important;
    float: left;
    border-radius: 0px !important;
}

.tag-details-tag-icon .card-title {
    line-height: 20px !important;
}

.blog-page #main-blog-container img {
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
}

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

.list-none li {
    padding-right: 15px;
}

.padding-none li {
    padding: 0px !important;
}

.blog-search {
    padding: 10px 25px 25px;
}

.blog-search h5 {
    font-family: 'Montserrat';
    font-weight: 700 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    color: #1A1A1A;
    letter-spacing: 0.2px !important;
}

.meeting-review .blog-search ul li a,
.blog-search .badge a {
    font-family: 'Montserrat';
    font-weight: 600 !important;
    font-size: 14px !important;
    line-height: 16px !important;
    color: #0764E3;
    letter-spacing: 0.58px !important;
}

.meeting-review .blog-search ul li img {
    padding-right: 15px;
}

.list-group-item {
    border: none;
}

.blog-search input::placeholder,
.career-validation input::placeholder {
    font-family: 'Montserrat';
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 20px !important;
    letter-spacing: 0.25px !important;
    color: #CAC8C7 !important;
}


.blog-search .form-control {
    border: 2px solid #E0DEDD !important;
}

.blog-search .form-control::placeholder {
    font-family: 'Montserrat';
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 20px !important;
    letter-spacing: 0.25px !important;
    color: #CAC8C7 !important;
}

.sidebar .similar-products h3 {
    font-family: 'Montserrat';
    font-weight: 700 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    letter-spacing: 0.2px !important;
}

.blog-search .badge.active a {
    color: #fff !important;
}

.blog-search .badge.active {
    background-color: #0764E3 !important;
}

.blog-search .badge:hover a {
    color: #fff !important;
}

.blog-search .badge:hover {
    background-color: #0764E3 !important;
}

.blog-search .badge {
    background-color: #E8F0FC !important;
    color: #0764E3 !important;
    font-family: 'Montserrat';
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 16px !important;
    letter-spacing: 0.58px !important;
}

.side-bar {
    margin-bottom: 25px !important;
}

.career-needs-validation .container {
    width: 737px;
}

.career-validation button {
    background-color: #022DC1 !important;
    border-radius: 8px !important;
    padding: 6px 30px !important;
}

.career-contact .list-none li {
    margin: 10px 0px;
}

.career-contact .list-none li i,
.contact-us li i {
    color: #0764E3;
    font-size: 14px;
}

.career-contact button,
.gdrp button,
.explore-us button {
    background-color: #022DC1 !important;
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.25px;
    color: #FFFFFF;
}

.career-contact {
    background-color: #F5F5F5;
    border-radius: 40px;
    padding: 80px;
    margin: 0px 25px;
}

.career-contact img {
    border-radius: 8px;
}

.explore-us .story img {
    width: 100% 100% !important;
    height: 1242px;
    object-fit: cover;
}

.explore-us .mission img,
.explore-us .vision img,
.explore-us .what-we-do img,
.explore-us .connected img {
    width: 100%;
    height: 800px;
    object-fit: cover;
}

.explore-equal-space-right {
    padding: 0px 150px;
}

.explore-equal-space-left {
    padding: 0px 150px;
}

.explore-equal-space-left1 {
    padding: 0px 100px;
}

.explore-us .logo {
    width: 311px;
    height: 309px;
}

.explore-us .specification th {
    background-color: #595959;
    color: #F6F4F3;
}

.icons-why-us .feature-box-icon img {
    width: 40px;
    height: 40px;
    margin: 0px auto;
}

.icons-why-us .feature-box {
    text-align: center;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    min-height: 315px;
    padding: 25px;
    border-radius: 8px;
}

.contact-us .career-needs-validation {
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
    padding: 45px;
    border-radius: 8px;
}

.contact-us li {
    margin-bottom: 16px;
}

.aboutus .w-10 {
    width: 12px !important;
    height: auto;
    margin-right: 50px;
}

.aboutus .card-body {
    margin-left: 12px;
}

.we-do .container {
    box-shadow: none !important;
}

.we-do .feature-box {
    margin-bottom: 15px;
}

.apply-now p {
    text-align: center;
}

.text-align-left h1,
.text-align-left p {
    text-align: left !important;
}

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

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

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

#testimonials {
    background-image: url(../images/testimonials.png);
}

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

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

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

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

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

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

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

.pt-140 {
    padding-top: 140px;
}

.pb-140 {
    padding-bottom: 140px;
}

.blue {
    color: #0b71e1;
}

.assembly p {
    margin-bottom: 0px !important;
}

.assembly .service-details {
    margin: 0px 70px;
}

.padding {
    padding: 0px 100px;
}

.explore-us p {
    text-align: justify;
}

.card-body ul li {
    padding: 10px 40px !important;
}

.alert {
    position: relative;
    /* padding: 1.75rem 3.25rem !important;
    margin-bottom: 1rem; */
    border: 1px solid transparent;
    /* border-radius: .25rem;
    margin-left: 45px !important; */
    font-size: 16px;
    font-weight: 600;
}

.order-li li {
    color: #fff;
    font-size: 19px !important;
    font-weight: 500;
}

.apply-now h1 {
    margin-top: 0px !important;
}

.upper {
    color: #242424 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
}

.txt-center {
    padding: 15px 140px;
}

.font strong,
.font {
    font-size: 20px;
}

.quality {
    border: none !important;
}

.quality .row {
    border: 3px solid #e0dedd52 !important;
    padding: 60px 40px;
    border-radius: 10px;

}

.quality .row p {
    padding: 0px !important;
}

.border-right {
    border-right: 2px solid #dadada80 !important;
}

.list-none a {
    padding-left: 10px;
}

.form-control {
    padding: 15px !important;
}

.form-group select {
    border: 2px solid #e9e9e9 !important;
    border-radius: 5px !important;
    padding: 8px !important;
}

.contact-us p {
    text-align: justify !important;
}

.form-row textarea {
    border: 2px solid #e9e9e9 !important;
    border-radius: 8px !important;
}

.form-row input,
#addToCartForm input,
#checkout-form input,
#editProfileForm input,
.form-control.is-valid,
.was-validated .form-control:valid {
    border: 2px solid #e9e9e9 !important;
    border-radius: 5px !important;
    padding: 5px 10px !important;
}

.contact-btn {
    padding: 9px !important;
    font-size: 15px !important;
    font-weight: 500 !important;
}

.address p {
    font-size: 20px !important;
}

.main-search .search-btn .btn {
    margin-top: 0px !important;

}

.login-img {
    background-image: url(https://demo.wunder.studio/kaufetronics-sro/dev/public/kau/images/login/square.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.all-products-page .products-inner-details ul {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px;
}

.space-right {
    padding-right: 110px;
}

.delevery-partners .delivery-partners {
    margin: 7px 0px;
}

#sub-menu p {
    padding-top: 5px;
}

.slider {
    box-sizing: unset !important;
}

.banner-form select option {
    font-size: 16px !important;
    color: #565656 !important;
}

.banner-form input::placeholder,
.banner-form select {
    color: #565656 !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 26px !important;
    letter-spacing: .25px !important;
    font-family: "Lato", serif !important;
}

.support-tech .card-body {
    min-height: 200px;
}

@media (min-width: 120px) and (max-width: 1000px) {

    .main-product-details h3 {
        line-height: 47px !important;
    }

    .contact-technical-support .reach-text {
        width: 100%;
    }

    .contact-us .career-needs-validation {
        margin-top: 25px;
    }

    .assembly h1,
    .apply-now h1 {
        font-size: 35px;
        line-height: 40.02px;
    }

    .explore-equal-space-left,
    .explore-equal-space-right,
    .explore-equal-space-left1 {
        padding: 0px 10px;
    }

    .explore-us p,
    .explore-us h2 {
        padding: 15px;
    }
}

@media (min-width: 990px) and (max-width: 1200px) {
    .year-of-experience h4 {
        font-family: "Manrope", serif;
        font-weight: 900 !important;
        font-size: 32px !important;
        line-height: 39.01px !important;
        letter-spacing: 0.25px !important;
        color: #363636;
        padding-left: 60px !important;
    }
}

.testimonial .testimonial-author strong {
    display: contents !important;
}

.testimonial.testimonial-style-4 .testimonial-author img {
    /* max-width: 55px; */
    border-radius: 66px;

    height: 40px;
    width: 40px !important;
    box-shadow: 0 0 5px #00000033;
}

.testimonial.testimonial-style-4 {
    border-radius: 6px;
    padding: 8px;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .04);
    background-color: #fff;
    height: 365px !important;
}

.our-collaborators .owl-item,
.our-collaborators .owl-carousel .active {
    /*box-shadow: rgb(187 212 247) 0px 3px 8px !important;*/
    border-top: 1px solid #ebebeb !important;
    border-left: 1px solid #ebebeb !important;
    border-right: 0px solid #ebebeb !important;
    background-color: #fff !important;
    margin: 0px !important;
    padding: 80px 0px;
}

.fair-img {
    margin-top: 35px !important;
}

.company-consumer .active {
    color: #ffffff !important;
    background-color: #012cc1 !important;
}

.recent-products .owl-item {
    border-radius: 8px !important;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgb(190 201 239) 0px 1px 3px -1px;
    background-color: #fff
}

.recent-products .view-cart-table .btn-primary {
    width: 150px !important;
}

.recent-products .pro-img {
    padding: 5px;
    border-radius: 8px;
}

.recent-products .product-code,
.recent-products .product-code {
    padding: 0px 12px;
    background-color: #fff;
}

.goog-logo-link {
    display: none !important;
}

.am-design .search-bar {
    float: right;
}

.ellipsis li {
    list-style: none;
    float: right;
}

.ellipsis li i {
    color: #857e7e;
}

.ellipsis ul.dropdown-menu li a {
    color: #fff !important;
    font-weight: 600 !important;
}

.ellipsis ul.dropdown-menu {
    background-color: red;
}

.ellipsis ul.dropdown-menu li:hover a {
    background-color: red !important;
}

.righgt-align .ellipsis {
    padding: 0 45px;
}

.register-form input::placeholder,
#addToCartForm input::placeholder,
.career-validation textarea::placeholder,
#checkout-form input::placeholder,
#editProfileForm input::placeholder {
    font-size: 16px !important;
    color: #CAC8C7 !important;
    line-height: 1.85 !important;
}

.soace-para {
    padding: 0 25px;
}

#category option {
    font-family: "Lato", serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 180%;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #007bff;
    background-color: transparent;
}

.card-body .d-flex .list-none li {
    padding: 0px !important;
}

#main-blog-container .d-flex li p {
    padding-right: 10px !important;
    text-align: left;
}

.header-row .fa-chevron-down,
.dropdown-toggle::after {
    display: none !important;
}

.active-invoice .invoice-text {
    color: #0764E3 !important;
}

.deactive-invoice .invoice-text {
    color: #C0C0C0 !important;
}

@media (min-width: 1510px) {
    .recent-products .owl-item {
        min-height: 480px;
    }
}

@media (min-width: 220px) and (max-width: 1099px) {
    .slider h1 {
        font-size: 34px !important;
    }

    .main-product-details h3 {
        line-height: 47px !important;
    }

    .justify-content-center {
        justify-content: flex-start !important;
    }

    .container,
    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .testing-demo .thumb-info-wrapper img {
        width: 100% !important;
    }

    .products-avai h1 {
        font-size: 72px;
    }

    .our-collaborators h2 {
        font-size: 45px;
    }

    .assembly .service-details {
        margin: 0px !important;
    }

    .service-details,
    .testing-box .container {
        padding: 10px;
    }

    .assembly-machineries h1 {
        font-size: 58px;
        line-height: 62.02px;
    }

    blockquote.with-borders {
        padding: 5px;
    }

    .login-form .loginform,
    .login-form .register-form {
        width: 100%;
    }

    .alert {
        margin-left: 0px;
    }

    .page-header .pt-80,
    .page-header .pt-100 {
        padding-top: 0px;
    }
}

.hide {
    margin-left: -46px !important;
    z-index: 999 !important;
}

.password-btn {
    padding: 0px 10px !important;
}

.bold-text {
    background-color: #f1efefcf;

}

.password-btn {
    padding: 0px 15px !important;
}

.testimonial.testimonial-style-4 {
    border-radius: 6px;
    padding: 25px 30px 25px 30px !important;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .04);
    background-color: #fff;
}

.recent-products .owl-carousel .owl-item .pro-img {
    width: 100% !important;
}

.owl-theme .owl-nav [class*=owl-] {
    border-radius: 50px !important;
}

.our-collaborators .thumb-info-wrapper img {
    width: 100px;
    margin: 0px auto;
    display: block;
}

.our-collaborators .owl-nav {
    display: none;
}

.banner-form input::placeholder,
.banner-form #category {
    color: #A2B0BA !important;
}

.our-products .product-description {
    font-size: 12px !important;
}

.main-product-details h3 {
    font-size: 36px !important;
    font-weight: 700 !important;
    margin-bottom: 33px !important;
    color: #595959 !important;
    font-family: "Lato", serif !important;
    letter-spacing: 0.31px;
}

.product-table-details th,
.product-table-details td {
    text-align: left;
}

.product-breadcrumb {
    margin-bottom: 0px !important;
}

.bying-services-stock {
    padding: 100px 0;
}

.table-box {
    border: 1px solid #E0DEDD;
    border-radius: 8px;
    padding: 30px;
}

/* 14-05-2025 */
@media (min-width: 2702px) {
    .our-products .owl-item {
        width: 332.5px !important;
    }

    .our-products table {
        width: auto !important;
    }

    .recent-products .owl-carousel .owl-item .pro-img {
        width: auto !important;
    }

    .recent-products .view-cart-table .increase-decrease-form img {
        margin-top: -4px;
    }

    .our-products .product-description {
        font-size: 17px !important;
    }

    .recent-products .product-code p {
        font-size: 15px !important;
    }

    .recent-products .product-code a {
        font-size: 16px !important;
        line-height: 30px !important;
    }

    .recent-products .product-code h4 {
        font-size: 26px !important;
    }
}

.increase-decrease-forms {
    background-color: #012cc1;
    border-radius: 8px;
    height: 40px;
    padding: 2px 0px;
    margin-bottom: 0px;
}

.increase-decrease-forms .value-button {
    display: inline-block;
    border: 1px solid #012cc1;
    margin: 0px;
    width: 25px;
    height: 34px;
    text-align: center;
    vertical-align: middle;
    padding: 1px 0;
    background: #012cc1;
    color: #fff;
    user-select: none;
    font-size: 30px;
    border-radius: 40px;
}

.increase-decrease-forms img {
    margin-top: 5px;
}

.increase-decrease-forms input#numbers {
    display: inline-block;
    border: 1px solid #fff;
    margin: 0px;
    width: 49px !important;
    height: 36px;
    text-align: center;
    vertical-align: middle;
    padding: 1px 0;
    background: #fff;
    color: #595959;
    user-select: none;
    font-weight: 400;
    font-size: 16px;
}

/* 31-07-2025 */
.my-account .bg-box {
    background-color: #F6F8FA;
    padding-top: 90px;
    height: 1411px;
    padding-left: 25px;
}

.my-account-dashboard {
    font-weight: 600;
    font-family: "Manrope", serif;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: -2%;
    color: #a5a5a5;
    padding-left: 22px;
}

.bottom-line {
    padding-left: 10px;
    margin-top: 55px;
    padding-bottom: 15px;
}

.bg-box li img {
    padding-right: 12px;
}

.my-accout-right h2 {
    font-weight: 700;
    font-size: 27px;
    line-height: 160%;
    font-family: "Manrope", serif;
    color: #0D1C2E;
}

.my-accout-right .avatar-user {
    margin-top: -20px;
    border-radius: 50px;
}

#avatar-button-change {
    margin-left: 35px;
}

#add-shipping-address {
    color: #4182F9;
    background-color: #4182f926;
    border: none;
}

.my-accout-right .align-right {
    float: right;
}

.products-inner-details li a,
.third-level-products li a,
.products-details li a {
    color: #012cc1;
    line-height: 23px;
}

.form-box {
    border: 1px solid #D0D5DD;
    border-radius: 20px;
    width: 848px;
    padding: 45px 0;
}

.my-accout-right label,
#dis-button,
#save-changes,
.my-accout-right .btn {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 14px;
}

#dis-button {
    color: #202020;
    border: 1px solid #3333;
}

.my-account-right-list {
    list-style: none;
    display: flex;
    float: right;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

.my-account-right-list li {
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 160% !important;
    font-family: "Manrope", serif !important;
    color: #36394A !important;
    letter-spacing: -2% !important;
}

.add-shipping-address {
    font-family: "Poppins", serif !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 26px !important;
    letter-spacing: 0.25px !important;
    color: #4182F9 !important;
}

.my-accout-right form input::placeholder {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
}

.my-accout-right .btn-primary.active {
    background-color: #012CC1 !important;
    background-image: none !important;
    border-color: #012CC1 #012CC1 #012CC1
}

.my-accout-right .btn-outline-primary {
    border-color: #012CC1;
    color: #202020;
}

.alert li {
    font-size: 16px;
}

/* 11-08-2025 */
.shopping .cart-badge {
    line-height: 24px !important;
}

ul.nav-list li>a.active {
    color: #0764E3 !important;
}

.header-notification {
    border: 1px solid #bcbebf7d;
    padding: 3px;
    border-radius: 50px;
    height: 25px;
    margin-right: 15px;
}

.modal-footer .btn-success {
    padding: 4px 15px;
}

.sidebar li img {
    padding-right: 12px !important;
}

.goog-logo-link,
.goog-te-gadget span[style*="white-space:nowrap"] {
    display: none !important;
}

/* Optional: remove leftover spacing */
.goog-te-gadget {
    font-size: 0 !important;
}

/* Restore font size for the select box */
.goog-te-gadget .goog-te-combo {
    font-size: 14px !important;
}

.goog-te-gadget .goog-te-combo {
    padding: 5px;
}

@media (max-width: 991px) {
    .w-75 {
        width: 100% !important;
    }
}

@media(min-width:1200px) and (max-width:1300px) {
    .recent-products .view-cart-table .btn-primary {
        width: 106px !important;
    }
}

@media(min-width:2100px) and (max-width:2700px) {
    .blogs {
        margin-top: 100px !important;
    }
}

@media(min-width:320px) and (max-width:990px) {
    .products-avai h1 {
        color: #fff;
        font-family: "Montserrat", serif;
        font-weight: 800;
        font-size: 50px !important;
        letter-spacing: 1px;
    }

    .col-lg-2 img[src$="rectangle-footer.svg"] {
        display: none !important;
    }

    .blogs {
        margin-top: 250px !important;
    }

    .about-logo {
        width: 70%;
        height: 70%;
        margin-left: auto;
        margin-right: auto;
        display: table;
    }

    .about-us .welcome {
        font-family: "Montserrat", serif;
        font-weight: 500;
        font-size: 20px;
        line-height: 16px;
        letter-spacing: 1.6px;
        color: #595959;
        margin-top: 50px !important;
    }

    .about-us h2 {
        font-size: 32px !important;
    }
}

@media(min-width:990px) and (max-width:1099px) {
    .search-btn .btn {
        background-color: #012cc1;
        margin-top: 4px;
        font-family: "Manrope", serif;
        font-weight: 700;
        font-size: 10px !important;
        width: 75px !important;
        line-height: 25.2px;
        border-radius: 50px;
        color: #fff;
        border: none;
    }

    .get-quote .btn {
        width: 90px !important;
        height: 39px;
        margin-top: 15px;
        border-radius: 30px;
        font-family: "Montserrat", serif;
        font-weight: 600;
        font-size: 10px !important;
        line-height: 20px;
        letter-spacing: 1px;
        color: #FFFFFF;
        background-color: #012cc1;
        padding: 0px;
        border: none;
    }

    .shopping img {
        width: 40px !important;
        height: 27.65px !important;
        margin-top: 16.17px;
    }

}

@media (min-width: 320px) and (max-width: 500px) {
    .blogs {
        margin-top: 100px !important;
    }
}

@media only screen and (max-width: 767px) {
    #header .container {
        width: 100%
    }

    #header .header-nav-top .nav>li.nav-item-left-border-remove.d-none {
        margin-left: 0;
        padding-left: 0
    }

    #header .header-nav-top .nav>li.nav-item-right-border-remove.d-none {
        margin-left: 0;
        padding-left: 0
    }

    #header .header-nav-features .header-nav-features-user .header-nav-features-dropdown {
        min-width: 320px
    }

    #footer .footer-nav {
        width: 100%
    }

    #footer .footer-nav nav {
        text-align: center
    }

    #footer .footer-nav nav>ul {
        width: 100%
    }

    #footer .footer-nav nav>ul>li {
        height: auto;
        width: 100%
    }

    #footer .footer-nav nav>ul>li>a {
        text-align: center;
        padding: 1em 0
    }

    .map-above .map-above-map {
        position: relative
    }

    html.boxed {
        background: 0 0 !important
    }

    .products-title h2 {
        font-size: 26px !important;
        line-height: 40.02px !important;
    }

    .third-level-products ul li {
        padding-left: 0px;
    }

    .all-products-page h2,
    .apply-now h1,
    .gdrp h2,
    .explore-us h2,
    .why-us h1 {
        font-size: 45px;
        line-height: 57.02px;
    }

    .products-inner-details,
    .products-details li,
    .third-level-products ul {
        padding-left: 0px;
    }

    .increase-decrease-form input#number {
        width: 40px !important;
    }

    .recent-products h2,
    .our-collaborators h2 {
        line-height: 70px;
    }

    .delevery-partners img {
        width: 100% !important;
    }

    .cookie-popup .d-flex {
        display: contents !important;
    }

    .pl-6 {
        padding-left: 1rem !important;
    }

    .join .d-block {
        display: flex !important;
    }

    .delevery-partners {
        padding-bottom: 0px;
    }

    .join .d-block a {
        margin: 0px auto;
    }

    #header .contact-icons {
        display: block;
    }

    #header .contact-icons {
        display: block;
    }

    #header .left-top-header .nav-link {
        padding: 10px 5px 0px;
    }

    #header .header-btn-collapse-nav {
        margin: 0 0 0 6rem;
    }

    .img-fit-col {
        width: 100% !important;
    }

    .forgot-password {
        text-align: left;
    }

    .under-login p {
        margin: 0px;
    }

    .mobile-list-hide,
    #header .contact-icons img {
        display: none !important;
    }

    .order-1 ul li a,
    .order-1 ul li {
        font-size: 20px !important;
    }

    .pb-100,
    .pt-100,
    .py-100 {
        padding: 15px 0;
    }

    .blogs {
        margin-top: 0px !important;
    }

    /* 03-09-25 */
    .quote-id {
        font-size: 10px !important;
    }

    .quote-id img {
        padding: 1px !important;
    }

    .status {
        padding: 6px 8px !important;
        font-size: 9px !important;
    }

    .quote-placed-list {
        padding-left: 10px !important;
    }

    .quote-placed-list li .value {
        font-size: 13px !important;
    }

    .dashboard .main-content {
        padding: 5px !important;
    }

    .main-content .product-card img.border-radius {
        width: 50px !important;
    }

    .main-content table td p {
        font-size: 9px !important;
    }

    .btn-reorder-img,
    .btn-report-img {
        width: 15px !important;
    }

    .product-card table {
        width: 100% !important;
    }

    .btn-group-custom .btn-sm-custom,
    .btn-terms {
        padding: 5px !important;
        font-size: 10px !important;
    }

    #header .header-nav-top {
        align-items: baseline;
    }

    #header .header-column {
        flex-grow: 0 !important;
    }

    .header-notification {
        margin: 0 !important;
    }

    #existingAddressesContainer,
    table,
    .form-box .form-group,
    .form-box h2,
    .align-right,
    .apply-now .txt-center,
    .career-contact,
    .gdrp .container-fluid {
        padding: 0px 0px !important;
    }

    .pl-100 {
        padding-left: 30px !important;
    }

    .quote-id .quote-label {
        font-size: 9px !important;
    }

    .my-accout-right .mb-5 {
        margin: 0px !important;
    }

    #editProfileForm .pl-80 {
        padding-left: 0px !important;
    }

    #shippingAddressesContainer .mt-5,
    #shippingAddressesContainer .my-5 {
        margin-top: 0 !important;
    }

    .needs-validation img {
        margin-bottom: 15px;
    }

    .table-responsive {
        overflow-x: auto;
    }

    .footer-copyright .wunder {
        font-weight: 900 !important;
        font-size: 14px !important;
    }

    .footer-copyright .brand {
        font-weight: 900 !important;
        font-size: 18px !important;
    }

    .we-do-svg img {
        margin-left: 0 !important;
        width: 100% !important;
    }

    .commitment-to-excellence h2 {
        font-size: 43px !important;
    }

    .career-contact img {
        width: 100%;
    }

    .timeline-container .left,
    .timeline-container .right {
        gap: 10px !important;
    }

    .left .step,
    .right .step {
        font-size: 16px !important;
    }

    .quality .row {
        padding: 60px 0px !important;
    }

    .explore-us .logo {
        margin: 0px auto !important;
        display: block !important;
    }

    .bying-services-stock .mr-5 {
        margin-right: 0 !important;
    }
}

@media (min-width: 992px) and (max-width: 1024px) {
    #header .search-btn {
        right: 40px !important;
    }
}

@media (min-width: 1024px) and (max-width: 1290px) {
    #header .search-btn {
        right: 40px !important;
    }
}

@media only screen and (min-width: 1600px) {

    .tech-support-inside,
    .our-advanced,
    .logistics-further,
    .eol-services,
    .pcb-design-inside,
    .excess-stock {
        height: calc(70vh) !important;
    }

    .our-advanced .leveraging,
    .tech-support-inside .leveraging,
    .logistics-further .justify-content-lg-between,
    .eol-services .justify-content-lg-between,
    .pcb-design-inside .justify-content-lg-between,
    .excess-stock .bying-services-stock {
        margin-top: 12% !important;
    }

    .quote-details .detail-item,
    .quote-details h3,
    .active-quote-header,
    .quote-header {
        padding: 30px 40px !important;
    }

    .quote-header,
    .product-card {
        padding: 25px 40px !important;
    }

    .quote-placed-list {
        padding-left: 90px !important;
    }

    .blogs-and-news {
        padding-top: 15% !important;
    }
}