header {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

header .header-box a {
    display: inline-block;
}

header + section *,
header + div *,
.hero-banner *,
.cover-banner *,
header + main > div *,
.main-banner *,
.animate-banner * {
    z-index: 1;
}

.badge span {
    font-size: 9px;
    line-height: 0.9;
    font-family: fibra-bold;
    color: #cccccc;
    background-color: #333333;
    padding: 5px 4px 4px;
    border-radius: 3px;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 5px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.badge:hover span,
.badge a:hover span {
    color: #fff;
    background-color: #00B7F1;
}

.badge .round-badge,
.round-badge {
    border-radius: 100%;
    position: absolute;
    right: -18px;
    top: -5px;
}

/*header-hover line css*/
header .header-hover-line {
    display: block;
    position: absolute;
    width: 0;
    bottom: -1px;
    left: 0;
    height: 1px;
    background-image: -moz-linear-gradient(0deg, rgb(44, 44, 44) 0%, rgba(44, 44, 44, 0) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(44, 44, 44) 0%, rgba(44, 44, 44, 0) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(44, 44, 44) 0%, rgba(44, 44, 44, 0) 100%);
    transition: all 3s;
    -webkit-transition: all 3s;
    -moz-transition: all 3s;
    -ms-transition: all 3s;
    -o-transition: all 3s;
    z-index: 9999;
}

header .header-hover-line.show-line {
    width: 100%;
}

.blue-bg {
    position: absolute;
    background-image: -moz-linear-gradient(90deg, rgba(21, 32, 43, 0) 0%, rgb(21, 32, 43) 78%);
    background-image: -webkit-linear-gradient(90deg, rgba(21, 32, 43, 0) 0%, rgb(21, 32, 43) 78%);
    background-image: -ms-linear-gradient(90deg, rgba(21, 32, 43, 0) 0%, rgb(21, 32, 43) 78%);
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 250px;    /*z-index: -1;*/
}

/*header-upper css*/
.header-upper {
    padding: 11px 0;
    background-image: -moz-linear-gradient(90.5deg, rgb(0, 0, 0) 0%, rgb(44, 44, 44) 100%);
    background-image: -webkit-linear-gradient(90.5deg, rgb(0, 0, 0) 0%, rgb(44, 44, 44) 100%);
    background-image: -ms-linear-gradient(90.5deg, rgb(0, 0, 0) 0%, rgb(44, 44, 44) 100%);
    position: relative;
}

/*.header-upper .container { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.header-upper .promotion-text p {  font-family: fibra-bold; color: #5ec2bb; font-size: 12px; letter-spacing: 0.3px; }
.header-upper .promotion-text p a { display: inline-block; }
.header-upper .promotion-text p a {  background: -webkit-linear-gradient(45deg, #00b7f1, #5ec2bb 80%); -webkit-background-clip: text; -webkit-text-fill-color: transparent;  display: inline-block; color: #5ec2bb; -webkit-transition: 0.5s all; -o-transition: 0.5s all; transition: 0.5s all; }
.header-upper .promotion-text p a span { margin-left: 3px; color: #5ec2bb; opacity: 0.5; -webkit-transition: 0.5s all; -o-transition: 0.5s all; transition: 0.5s all; }
.header-upper .promotion-text p a span i { background: -webkit-linear-gradient(45deg, #5ec2bb, #5ec2bb 80%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.header-upper .promotion-text p a i { position: relative; top: 1px; -webkit-transition: 0.5s all; -o-transition: 0.5s all; transition: 0.5s all; color: #00b7f1; }
.header-upper .promotion-text p a:hover span { opacity: 1; -webkit-transition: 0.5s all; -o-transition: 0.5s all; transition: 0.5s all; }
.header-upper .promotion-text p a:hover span i { -webkit-transform: translateX(5px); -ms-transform: translateX(5px); transform: translateX(5px); -webkit-transition: 0.5s all; -o-transition: 0.5s all; transition: 0.5s all; }
.header-upper .promotion-text p a:hover, .header-upper .promotion-text p a:focus { outline: none; }
.header-upper .promotion-text p a span { background: -webkit-linear-gradient(0deg, #5ec2bb, #5ec2bb 80%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
*/
.touch .header-upper .container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.touch .header-upper .promotion-text {
    width: auto;
    max-width: 100%;
}

.header-upper .promotion-text {
    width: 50%;
    flex: 1 1 100%;
}

.header-upper #menu-small-top {
    width: 50%;
    flex: 1 1 100%;
    text-align: right;
}

.header-upper .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header-upper .promotion-text p {
    font-family: fibra-bold;
    color: #5ec2bb;
    font-size: 12px;
    letter-spacing: 0.3px;
}

.header-upper .promotion-text p a {
    display: inline-block;
}

.header-upper .promotion-text p a .learn-more {
    margin-left: 3px;
    display: inline-block;
    color: #5ec2bb;
    opacity: 0.5;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    background: -webkit-linear-gradient(0deg, #5ec2bb, #5ec2bb 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.header-upper .promotion-text p span.real-text {
    font-family: fibra-bold;
    background: -webkit-linear-gradient(45deg, #00b7f1, #5ec2bb 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.header-upper .promotion-text p a i {
    opacity: 0.5;
    -webkit-text-fill-color: #5ec2bb;
    position: relative;
    top: 1px;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    color: #5ec2bb;
}

.header-upper .promotion-text p a:hover .learn-more {
    opacity: 1;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.header-upper .promotion-text p a:hover i {
    opacity: 1;
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.header-upper .promotion-text p a:hover,
.header-upper .promotion-text p a:focus {
    outline: none;
}

.header-upper #menu-small-top {

    /*
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0 -20px; 
    */
}

.header-upper #menu-small-top .menu-item {
    margin: 0;
}

.header-upper #menu-small-top .menu-item a {
    font-size: 12px;
    line-height: 2.1667;
    color: #999999;
    font-weight: 500;
    padding: 0 20px;
    text-transform: none;
    letter-spacing: 1px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.header-upper #menu-small-top .menu-item:last-child a {
    padding-right: 0;
}

.header-upper #menu-small-top .menu-item a:hover {
    color: #fff;
}

/*header-bottom css*/
header .btn-wrapper.mobile {
    display: none;
}

.header-bottom {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.header-bottom .header-mobile-menu {
    display: none;
}

.header-bottom #menu-headermenu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-bottom #menu-headermenu .menu-item {
    margin: 0;
}

.header-bottom #menu-headermenu .nav-item {
    cursor: pointer;
}

.header-bottom #menu-headermenu .nav-item .item-wrapper {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
}

.header-bottom #menu-headermenu .nav-item .item-wrapper a {
    z-index: 2; 
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.header-bottom .nav-item .item-wrapper>a {
    padding: 35px 0 35px 20px;
}

.header-bottom #menu-headermenu .nav-item:first-child .item-wrapper a {
    padding-left: 0
}

.header-bottom #menu-headermenu .nav-item:hover a {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.header-bottom .btn-wrapper .btn-item {
    margin: 0 0 0 15px;
}

.header-bottom .btn-wrapper .btn-item .header-link:hover {
    font-family: fibra-bold;
}

.header-bottom .btn-wrapper .btn-item.bg-btn,
.header-bottom .btn-wrapper .bg-btn-item {
    margin: 0 0 0 30px;
}

.header-bottom .btn-wrapper .bg-btn-item .primary-btn {
    color: #171717;
}

.header-bottom .btn-wrapper .bg-btn-item .primary-btn:hover {
    color: #00b7f1;
}

.chevron-icon {
    width: 15px;    /*height: 24px;*/
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform-origin 1s cubic-bezier(0.86, 0, 0.07, 1), opacity 0.5s ease-in-out;
    transition: -webkit-transform 1s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform-origin 1s cubic-bezier(0.86, 0, 0.07, 1), opacity 0.5s ease-in-out;
    -o-transition: transform 1s cubic-bezier(0.86, 0, 0.07, 1), transform-origin 1s cubic-bezier(0.86, 0, 0.07, 1), opacity 0.5s ease-in-out;
    -webkit-transform: translateY(2px);
    -moz-transform: translateY(2px);
    -o-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px);
    margin: 0 0 0 7px;
}

.chevron-icon:before,
.chevron-icon:after {
    content: '';
    position: absolute;
    display: inline-block;
    background-color: #00b7f1;    /*top: 17px;*/
    width: 8px;
    height: 1px;
    z-index: 1;
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform-origin 1s cubic-bezier(0.86, 0, 0.07, 1), height 1s;
    transition: -webkit-transform 1s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform-origin 1s cubic-bezier(0.86, 0, 0.07, 1), height 1s;
    -o-transition: transform 1s cubic-bezier(0.86, 0, 0.07, 1), transform-origin 1s cubic-bezier(0.86, 0, 0.07, 1), height 1s;
}

.chevron-icon:before {
    right: 50%;
    border-radius: .5px 0 0 .5px;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-transform: rotate(45deg) scaleY(1.1);
    -ms-transform: rotate(45deg) scaleY(1.1);
    transform: rotate(45deg) scaleY(1.1);
}

.chevron-icon:after {
    left: 50%;
    border-radius: 0 .5px .5px 0;
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: rotate(-45deg) scaleY(1.1);
    -ms-transform: rotate(-45deg) scaleY(1.1);
    transform: rotate(-45deg) scaleY(1.1);
}

.black-bg {
    background-color: #000;
}

.header-bottom #menu-headermenu .active-menu .item-wrapper a,
.header-bottom #menu-headermenu .current-menu-ancestor .item-wrapper a {
    font-family: fibra-bold;
}

.header-bottom #menu-headermenu .content-box .inner-box .sub-menu .menu-item.current-menu-item a h5 {
    color: #00b7f1;
}

/*For Firefox only*/
@supports (-moz-appearance:none) {
    #menu-headermenu .sub-menu .menu-item a h5 {
        font-family: fibra-regular;
        font-weight: normal;
    }

}

@supports (-moz-osx-font-smoothing:auto) {
    #menu-headermenu .sub-menu .menu-item a h5 {
        font-family: fibra-regular;
        font-weight: normal;
    }

}

/*For Safari only*/
@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) {
    @media {
        #menu-headermenu .sub-menu .menu-item a h5 {
            font-family: fibra-regular;
            font-weight: normal;
        }

    }

}

_::-webkit-full-page-media,
_:future,
:root #menu-headermenu .sub-menu .menu-item a h5 {
    font-family: fibra-regular;
    font-weight: normal;
}

_::-webkit-:host:not(:root:root),#menu-headermenu .sub-menu .menu-item a h5 {
    font-family: fibra-regular;
    font-weight: normal;
}

@media not all and (min-resolution:.001dpcm) {
    @supports (-webkit-appearance:none) and (not (stroke-color:transparent)) {
        #menu-headermenu .sub-menu .menu-item a h5 {
            font-family: fibra-regular;
            font-weight: normal;
        }

    }

}

_:default:not(:root:root),#menu-headermenu .sub-menu .menu-item a h5 {
    font-family: fibra-regular;
    font-weight: normal;
}

@supports (-webkit-marquee-repetition:infinite) and (object-fit:fill) {
    #menu-headermenu .sub-menu .menu-item a h5 {
        font-family: fibra-regular;
        font-weight: normal;
    }

}

_::-webkit-:not(:root:root),#menu-headermenu .sub-menu .menu-item a h5 {
    font-family: fibra-regular;
    font-weight: normal;
}

@supports (overflow:-webkit-marquee) and (justify-content:inherit) {
    #menu-headermenu .sub-menu .menu-item a h5 {
        font-family: fibra-regular;
        font-weight: normal;
    }

}

.header-bottom #menu-headermenu .menu-item-has-children.rec-spacing .mega-sub-menu {
    padding-right: 120px;
}

/*Sub-menu css*/
@media (min-width:1201px) {
    #menu-headermenu .rec-spacing .mega-sub-menu>.menu-item:not(:nth-child(4)):not(:last-child) {
        max-width: 17.33%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 17.33%;
        -ms-flex: 0 0 17.33%;
        flex: 0 0 17.33%;
    }

    #menu-headermenu .rec-spacing .mega-sub-menu>.menu-item:not(:first-child):not(:nth-child(2)):not(:nth-child(3)) {
        max-width: 24%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 24%;
        -ms-flex: 0 0 24%;
        flex: 0 0 24%;
    }

}

@media(min-width:1025px) {
    .header-wrapper {
        position: relative;
    }

    .header-bottom {

        /*opacity: 0;*/
        position: relative;
    }

    .header-bottom .header-box {
        width: 100%;
        max-width: 13%;
        flex: 0 0 13%;
    }

    .header-bottom .navigation {
        width: 100%;
        max-width: 87%;
        flex: 0 0 87%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .header-bottom .nav-item .hover-area {
        position: relative;
        z-index: -1;
        cursor: pointer;
    }

    .header-bottom .nav-item.active .hover-area {
        z-index: 1;
    }

    .header-bottom .nav-item .hover-area:before,
    .header-bottom .nav-item .hover-area:after {
        position: absolute;
        content: '';
        width: 200px;
        height: 40px;
        bottom: 0;
        background-color: transparent;
    }

    .header-bottom .nav-item .hover-area:before {
        right: 40%;
    }

    .header-bottom .nav-item .hover-area:after {
        left: 30%;
    }

    .header-bottom .content-box {
        position: absolute;
        left: 0;
        right: 0;
        opacity: 0;
        visibility: hidden;
        cursor: pointer;
        pointer-events: none;
        z-index: -9999;
    }

    .header-bottom .content-box.show {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        z-index: 10;
    }

    .header-bottom .content-box .container.has-scroll {
        overflow-x: scroll;
        scrollbar-width: none;        /* Firefox */
        -ms-overflow-style: none;        /* Internet Explorer 10+ */
        overflow-y: hidden;
        position: static;
    }

    .header-bottom .content-box .container.has-scroll::-webkit-scrollbar {

        /* WebKit */
        width: 0;
        height: 0;
    }

    .header-bottom .content-box .left-shadow,
    .header-bottom .content-box .right-shadow {
        position: absolute;
        width: 50px;        /* height: 100%; */
        left: 0;
        right: 0;
        bottom: 15px;
        top: 2px;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        z-index: 10;
        display: none;
    }

    .header-bottom .content-box .container.has-scroll .left-shadow,
    .header-bottom .content-box .container.has-scroll .right-shadow {
        display: block;
    }

    .header-bottom .content-box .left-shadow {
        -webkit-box-shadow: inset 0 9px 0px 0px #000, inset 0 -9px 0px 0px #000, inset 30px 0 30px -4px rgba(0, 0, 0);
        box-shadow: inset 0 9px 0px 0px #000, inset 0 -9px 0px 0px #000, inset 30px 0 30px -4px rgba(0, 0, 0);
    }

    .header-bottom .content-box .right-shadow {
        left: auto;
        -webkit-box-shadow: inset 0 9px 0px 0px #000, inset 0 -9px 0px 0px #000, inset -30px 0 30px -4px rgba(0, 0, 0);
        box-shadow: inset 0 9px 0px 0px #000, inset 0 -9px 0px 0px #000, inset -30px 0 30px -4px rgba(0, 0, 0);
    }

    .header-bottom .content-box .before,
    .header-bottom .content-box .after {
        position: absolute;
        height: 100%;
        width: 100vw;
        min-height: 100%;
        background: #000;
        z-index: -1;
        filter: drop-shadow(40px 20px 10px rgba(23, 23, 23, 0.41));
    }

    .header-bottom .content-box .before {
        right: 100%;
    }

    .header-bottom .content-box .after {
        left: 0;
    }

    .header-bottom .content-box .before:before,
    .header-bottom .content-box .after:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 1px;
        top: 0;
        display: none;
    }

    .header-bottom .content-box .before:before {
        background-image: -moz-linear-gradient(0deg, rgb(44, 44, 44) 100%, rgba(44, 44, 44, 0) 100%);
        background-image: -webkit-linear-gradient(0deg, rgb(44, 44, 44) 100%, rgba(44, 44, 44, 0) 100%);
        background-image: -ms-linear-gradient(0deg, rgb(44, 44, 44) 100%, rgba(44, 44, 44, 0) 100%);
    }

    .header-bottom .content-box .after:before {
        background-image: -moz-linear-gradient(0deg, rgb(44, 44, 44) 0%, rgba(44, 44, 44, 0) 80%);
        background-image: -webkit-linear-gradient(0deg, rgb(44, 44, 44) 0%, rgba(44, 44, 44, 0) 80%);
        background-image: -ms-linear-gradient(0deg, rgb(44, 44, 44) 0%, rgba(44, 44, 44, 0) 80%);
    }

    .header-bottom .content-box .before.show-border:before,
    .header-bottom .content-box .after.show-border:before {
        display: block;
        z-index: 1;
    }

    .scroll-effect.sub-menu {
        animation: animate-menu 1s 0.5s;
    }

    @keyframes animate-menu {
        0% {
            transform: translateX(0);
        }

        50% {
            transform: translateX(-100px);
        }

        100% {
            transform: translateX(0);
        }

    }

    .header-bottom #menu-headermenu .content-box .has-inner-link {
        pointer-events: none;
        padding-bottom: 0;
        height: auto;
        display: block;
    }

    .header-bottom #menu-headermenu .menu-item-has-children .sub-menu {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin: 0 -20px;
        padding-right: 10%;
    }

    .header-bottom #menu-headermenu .menu-item-has-children .sub-menu .content-wrapper {
        max-width: 100%;
    }

    #menu-headermenu .sub-menu .menu-item {
        max-width: 25%;
        width: 100%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        padding: 0 20px;
    }

    #menu-headermenu .rec-spacing .mega-sub-menu .menu-item a {
        display: block;
    }

    .header-bottom #menu-headermenu .menu-item-has-children.rec-spacing .mega-sub-menu {
        margin: 0 -10px;
    }

    #menu-headermenu .rec-spacing .sub-menu .menu-item {
        max-width: 18%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 18%;
        -ms-flex: 0 0 18%;
        flex: 0 0 18%;
        padding: 0 10px;
    }

    .header-bottom #menu-headermenu .menu-item-has-children.rec-spacing.has-more .mega-sub-menu {
        padding: 0;
        margin: 0 -20px;
    }

    #menu-headermenu .rec-spacing.has-more .sub-menu .menu-item {
        padding: 0 20px;
    }

    .header-bottom #menu-headermenu .menu-item-has-children.no-scroll .sub-menu {
        padding: 0;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 40px 0 0;
    }

    #menu-headermenu .no-scroll .sub-menu .menu-item {
        margin: 0 0 40px;
    }

    #menu-headermenu .no-scroll .sub-menu .menu-item a {
        padding: 0;
    }

    #menu-headermenu .sub-menu .menu-item a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 40px 0 30px;
        text-transform: none;
        letter-spacing: normal;
        height: 100%;
    }

    .header-bottom #menu-headermenu .nav-item.active:hover .item-wrapper a {
        font-family: fibra-bold;
    }

    .header-bottom #menu-headermenu .nav-item.active:hover .chevron-icon {
        -webkit-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
        -o-transform: translateY(-3px);
        -moz-transform: translateY(-3px);
        transform: translateY(-3px);
    }

    .header-bottom #menu-headermenu .nav-item.active:hover .chevron-icon:before,
    .header-bottom #menu-headermenu .nav-item.active:hover .chevron-icon:after {
        height: 2px;
    }

    .header-bottom #menu-headermenu .nav-item.active:hover .chevron-icon:before {
        -webkit-transform-origin: 100% 0%;
        -ms-transform-origin: 100% 0%;
        transform-origin: 100% 0%;
        -webkit-transform: rotate(-45deg) scaleY(1.1);
        -ms-transform: rotate(-45deg) scaleY(1.1);
        transform: rotate(-45deg) scaleY(1.1);
    }

    .header-bottom #menu-headermenu .nav-item.active:hover .chevron-icon:after {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: rotate(45deg) scaleY(1.1);
        -ms-transform: rotate(45deg) scaleY(1.1);
        transform: rotate(45deg) scaleY(1.1);
    }

    .header-bottom #menu-headermenu .content-box .has-inner-list h5 {
        color: #b5b2b2;
        margin: 0 0 5px;
    }

    .header-bottom #menu-headermenu .content-box .inner-box {
        margin: 0 0 20px;
        display: block !important;
        max-width: 100%;
        flex: 0 0 100%;
    }

    .header-bottom #menu-headermenu .content-box .inner-box .sub-menu {
        display: block;
        margin: 0;
    }

    .header-bottom #menu-headermenu .content-box .inner-box .sub-menu .menu-item {
        max-width: 100%;
        flex: 100%;
        padding: 0;
    }

    .header-bottom #menu-headermenu .content-box .inner-box .sub-menu .menu-item a {
        padding: 0;
    }

    .header-bottom #menu-headermenu .content-box .inner-box .sub-menu .menu-item a h5 {
        margin: 0;
        font-size: 12px;
        line-height: 1.5;
        color: #fff;
        letter-spacing: 0;
        display: inline-block;
        transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
    }

    .header-bottom #menu-headermenu .content-box .inner-box .sub-menu .menu-item a h5:hover {
        color: #00b7f1;
    }

    .header-bottom #menu-headermenu .content-box .inner-box .sub-menu .menu-item a h5 .link {
        font-size: 10px;
        margin: 0 0 0 3px;
    }

}

#menu-headermenu .sub-menu .menu-item a .box-img {
    font-size: 38px;
    width: 55px;
    height: 43px;
    color: #fff;
    margin: 0 0 15px;
    position: relative;
    display: inline-block;
    opacity: 0.6;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}

#menu-headermenu .sub-menu .menu-item.full-image a .box-img {
    max-width: 275px;
    width: 100%;
    height: auto;
    opacity: 1;
    border-radius: 5px;
    display: block;
    overflow: hidden;
}

#menu-headermenu .sub-menu .menu-item.full-image a .box-img img {
    width: 100%;
    height: auto;
}

#menu-headermenu .sub-menu .menu-item.full-image a h5 {
    display: none;
}

#menu-headermenu .sub-menu .menu-item.full-image a p {
    font-size: 14px;
    line-height: 1.3;
    color: #ffffff;
    font-family: fibra-bold;
}

#menu-headermenu .sub-menu .menu-item.full-image a .img-text-wrap {
    margin-top: 0;
}

#menu-headermenu .sub-menu .menu-item a .box-img img {
    height: 100%;
}

#menu-headermenu .sub-menu .menu-item a:hover .box-img {
    opacity: 1;    /*color: #fff;*/
}

#menu-headermenu .sub-menu .menu-item a h5 {
    font-size: 14px;
    line-height: 1.3;
    color: #ffffff;
    margin: 0 0 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

#menu-headermenu .sub-menu .menu-item a p {
    font-size: 13px;
    line-height: 1.5 !important;
    color: #999999;
    margin: 0 0 12px;
    font-family: fibra-light;
}

#menu-headermenu .sub-menu .menu-item a .img-text-wrap {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #00b7f1;
    position: relative;
    padding: 0 0 7px;
    font-family: fibra-regular;
    font-style: normal;
    font-size: 14px;
    line-height: 1.2;
    margin-top: auto;
}

#menu-headermenu .sub-menu .menu-item a .right-arrow {
    font-size: 14px;
    margin: 2px 0 0 5px;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}

#menu-headermenu .sub-menu .menu-item a:hover .right-arrow {
    -webkit-transform: translateX(7px);
    -ms-transform: translateX(7px);
    transform: translateX(7px);
}

#menu-headermenu .sub-menu .menu-item a .img-text-wrap em {
    display: block;
    position: absolute;
    width: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    background-image: -o-linear-gradient(left, #00b7f1 0%, rgba(207, 211, 215, 0) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(#00b7f1), to(rgba(207, 211, 215, 0)));
    background-image: linear-gradient(to right, #00b7f1 0%, rgba(207, 211, 215, 0) 100%);
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}

#menu-headermenu .sub-menu .menu-item a:hover .img-text-wrap em {
    width: 100%;
}

/*Media css*/
@media (max-width:1800px) {
    #menu-headermenu .sub-menu .menu-item a {
        padding: 48px 0;
    }

}

@media (max-width:1550px) {
    #menu-headermenu .sub-menu .menu-item a h5 {
        margin: 0 0 11px;
    }

    #menu-headermenu .sub-menu .menu-item a {
        padding: 42px 0;
    }

}

@media(max-width:1440px) {
    .header-bottom #menu-headermenu .menu-item-has-children.rec-spacing .mega-sub-menu {
        padding-right: 150px;
    }

}

@media (max-width:1200px) {
    .header-bottom {
        padding: 0 20px;
    }

    .header-bottom .header-box {
        max-width: 10%;
        flex: 0 0 10%;
        width: 100%;
    }

    .header-bottom #menu-headermenu .nav-item .item-wrapper a {
        padding: 20px 0px 20px 14px;
    }

    .header-bottom .nav-item .item-wrapper>a {
        padding: 45px 0px 45px 14px;
    }

    .header-bottom .btn-wrapper .btn-item .btn,
    .header-bottom .btn-wrapper .bg-btn-item .primary-btn {
        min-width: 128px;
    }

    .header-bottom .btn-wrapper .btn-item {
        margin: 0 0 0 5px;
    }

    .header-bottom .btn-wrapper .bg-btn-item {
        margin: 0 0 0 10px;
    }

    .header-bottom #menu-headermenu .menu-item-has-children.rec-spacing .mega-sub-menu {
        padding-right: 200px;
    }

    #menu-headermenu .rec-spacing .mega-sub-menu>.menu-item:not(:first-child):not(:nth-child(2)):not(:nth-child(3)) {
        max-width: 23%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 23%;
        -ms-flex: 0 0 23%;
        flex: 0 0 23%;
    }

    #menu-headermenu .rec-spacing .container {
        padding: 0;
    }

    .header-upper #menu-small-top .menu-item a {
        padding: 0 10px;
    }

}
@media (max-width:1110px) {
    .header-bottom #menu-headermenu .menu-item-has-children.rec-spacing .mega-sub-menu {
        padding-right: 230px;
    }

}

@media (max-width:1024px) {
    .header-upper .promotion-text {
        width: auto;
        max-width: 100%;
        text-align: center;
    }
    header .header-box a {
        width: 127px;
    }

    header .header-box a img {
        width: 100%;
        height: 100%;
    }

    header li a {
        padding: 10px
    }

    header .header-hover-line {
        bottom: 0;
        transition: all 0.8s;
        -webkit-transition: all 0.8s;
        -moz-transition: all 0.8s;
        -ms-transition: all 0.8s;
        -o-transition: all 0.8s;
    }

    header .header-box {
        position: relative;
        z-index: 99
    }

    header .navigation {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        bottom: 0;
        z-index: -9999;
        opacity: 0;
        visibility: hidden;
        left: 0;
        transition: all 0.7s;
        -webkit-transition: all 0.7s;
        -moz-transition: all 0.7s;
        -ms-transition: all 0.7s;
        -o-transition: all 0.7s;
    }

    header .navigation.active {
        top: 0;
        z-index: 10;
        opacity: 1;
        visibility: visible;
    }

    header .navigation ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        height: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    header .header-bottom .header-box {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .header-bottom #menu-headermenu .menu-item-has-children.rec-spacing .mega-sub-menu {
        padding-right: 0;
    }

    header .toggle-btn {
        display: block;
    }

    .header-bottom #menu-headermenu .nav-item.click-active .item-wrapper a {
        font-family: fibra-bold;
    }

    .header-bottom #menu-headermenu .nav-item.click-active .item-wrapper,
    .header-bottom #menu-headermenu .sub-menu .menu-item.active {
        opacity: 1 !important;
    }

    .header-bottom #menu-headermenu .nav-item.non-active .item-wrapper,
    .header-bottom #menu-headermenu .sub-menu .menu-item.non-active {
        opacity: 0.2 !important;
    }

    .header-bottom {
        padding: 35px 20px;
        position: relative;
        z-index: -1;
    }

    .header-upper .container {
        justify-content: center;
    }

    .header-upper .promotion-text p a {
        line-height: 1.5 !important;
        text-align: center;
    }

    .header-bottom .box-bg {
        display: none;
    }

    .header-bottom .navigation:after {
        content: '';
        position: absolute;
        height: 0;
        top: 0;
        bottom: 0;
        background-color: #000;
        left: 0;
        right: 0;
        z-index: -1;
        width: 100%;
        transition: all 0.8s;
        -webkit-transition: all 0.8s;
        -moz-transition: all 0.8s;
        -ms-transition: all 0.8s;
        -o-transition: all 0.8s;
    }

    .header-bottom .navigation.active:after {
        height: 100%;
    }

    .header-bottom #menu-headermenu .nav-item .item-wrapper {
        transform: translateY(-100%);
        -o-transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        transition: all 0.9s;
        -webkit-transition: all 0.9s;
        -moz-transition: all 0.9s;
        -ms-transition: all 0.9s;
        -o-transition: all 0.9s;
    }

    .header-bottom .navigation.active #menu-headermenu.menu-display .nav-item .item-wrapper {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        -moz-transform: translateY(0);
    }

    .header-bottom .navigation.active #menu-headermenu.menu-display .nav-item:nth-child(2) .item-wrapper,
    .header-bottom .navigation.active #menu-headermenu.menu-display .header-mobile-menu .menu-item:nth-child(2) a {
        transition-delay: 0.3s;
    }

    .header-bottom .navigation.active #menu-headermenu.menu-display .nav-item:nth-child(3) .item-wrapper,
    .header-bottom .navigation.active #menu-headermenu.menu-display .header-mobile-menu .menu-item:nth-child(3) a {
        transition-delay: 0.6s;
    }

    .header-bottom .navigation.active #menu-headermenu.menu-display .nav-item:nth-child(4) .item-wrapper,
    .header-bottom .navigation.active #menu-headermenu.menu-display .header-mobile-menu .menu-item:nth-child(4) a {
        transition-delay: 0.9s;
    }

    .header-bottom .navigation.active #menu-headermenu.menu-display .nav-item:nth-child(5) .item-wrapper,
    .header-bottom .navigation.active #menu-headermenu.menu-display .header-mobile-menu .menu-item:nth-child(5) a {
        transition-delay: 1.2s;
    }

    .header-bottom .navigation.active #menu-headermenu.menu-display .nav-item:nth-child(6) .item-wrapper,
    .header-bottom .navigation.active #menu-headermenu.menu-display .header-mobile-menu .menu-item:nth-child(6) a {
        transition-delay: 1.5s;
    }

    .header-bottom .navigation.active #menu-headermenu.menu-display .nav-item:nth-child(7) .item-wrapper,
    .header-bottom .navigation.active #menu-headermenu.menu-display .header-mobile-menu .menu-item:nth-child(7) a {
        transition-delay: 1.8s;
    }

    .header-bottom #menu-headermenu .nav-item a {
        padding: 15px 10px;
        font-size: 18px;
        letter-spacing: 2px;
        -webkit-animation: fade-up 0.9s ease-in-out;
        -o-animation: fade-up 0.9s ease-in-out;
        animation: fade-up 0.9s ease-in-out;
    }

    .header-bottom #menu-headermenu .menu-item,
    .header-bottom #menu-headermenu .menu-item .inner-box a {
        transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
    }

    .header-upper .page-list,
    #menu-headermenu .sub-menu .menu-item.full-image {
        display: none;
    }

    .header-bottom .header-mobile-menu {
        display: block;
    }

    .header-bottom #menu-headermenu {
        overflow: auto;
        width: 100%;
        max-width: 900px;
        margin: 0 auto;
        display: block;
        text-align: right;
        padding: 30px 0;
        opacity: 0;
        visibility: hidden;
        z-index: -1;        /*scrollbar-width: none;
        -ms-overflow-style: none;*/
    }

    .header-bottom #menu-headermenu::-webkit-scrollbar {

        /*display: none;*/
    }

    .header-bottom #menu-headermenu.menu-display {
        opacity: 1;
        visibility: visible;
        z-index: 1;
    }

    .header-bottom #menu-headermenu .menu-item {
        display: block;
        overflow: hidden;
    }

    .header-bottom #menu-headermenu .menu-item.fadeInUpShort {
        opacity: 1;
        transform: none;
    }

    .header-bottom #menu-headermenu .menu-item.fadeInUpShort.go {
        -webkit-animation-name: none;
        -o-animation-name: none;
        animation-name: none;
    }

    .header-bottom .btn-wrapper .btn-item,
    .header-bottom .btn-wrapper .bg-btn-item {
        display: none;
    }

    .header-bottom .btn-wrapper .bg-btn-item {
        margin: 0;
    }

    header.menu-down .header-shadow {
        position: absolute;
        bottom: 0px;
        left: 0;
        width: 100%;
        height: 25px;
        box-shadow: 0 15px 15px #000;
        z-index: 11;
        transition: all 0.8s;
        -webkit-transition: all 0.8s;
        -moz-transition: all 0.8s;
        -ms-transition: all 0.8s;
        -o-transition: all 0.8s;
    }

    .header-bottom .content-box {
        display: none;
        padding: 4px 0 0;
    }

    .chevron-icon {
        width: 25px;        /*height: 30px;*/
    }

    .chevron-icon:before,
    .chevron-icon:after {

        /*top: 19px;*/
        width: 13px;
        height: 2px;
    }

    /*
        .header-bottom #menu-headermenu .nav-item .chevron-icon { 
            transform: translateY(8px);
            -webkit-transform: translateY(8px);
            -ms-transform: translateY(8px);
            -moz-transform: translateY(8px);
            -o-transform: translateY(8px); 
        }
        */
        .header-bottom #menu-headermenu .nav-item.click-active .chevron-icon {
            -webkit-transform: translateY(-5px);
            -ms-transform: translateY(-5px);
            -o-transform: translateY(-5px);
            -moz-transform: translateY(-5px);
            transform: translateY(-5px);
        }

        #menu-headermenu .sub-menu .menu-item a .img-text-wrap,
        #menu-headermenu .sub-menu .menu-item a p,
        #menu-headermenu .sub-menu .menu-item a .box-img {
            display: none;
        }

        #menu-headermenu .sub-menu .menu-item a h5 {
            margin: 0;
            text-transform: none;
            font-size: 16px;
            line-height: 1.5;
            letter-spacing: 0.5px;
            font-family: fibra-regular;
            font-weight: normal;
        }

        .header-bottom #menu-headermenu .sub-menu {
            padding: 0 0 14px;
        }

        .header-bottom #menu-headermenu .sub-menu .menu-item a {
            padding: 10px 0;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: end;
            -webkit-justify-content: flex-end;
            -ms-flex-pack: flex-end;
            justify-content: flex-end;
        }

        .header-bottom #menu-headermenu .sub-menu .menu-item a .down-arrow {
            border-left: 6px solid transparent;
            border-right: 6px solid transparent;
            border-top: 5px solid #00b7f1;
            border-radius: 2px;
            margin: 0 0 0 5px;
            transition: all 0.85s;
            -webkit-transition: all 0.85s;
            -moz-transition: all 0.85s;
            -ms-transition: all 0.85s;
            -o-transition: all 0.85s;
        }

        .header-bottom #menu-headermenu .sub-menu .menu-item.active a .down-arrow {
            transform: rotate(180deg);
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -o-transform: rotate(180deg);
        }

        .header-bottom #menu-headermenu .nav-item.click-active .chevron-icon:before,
        .header-bottom #menu-headermenu .nav-item.click-active .chevron-icon:after {
            height: 3px;
        }

        .header-bottom #menu-headermenu .nav-item.click-active .chevron-icon:before {
            -webkit-transform-origin: 100% 0%;
            -ms-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
            -webkit-transform: rotate(-45deg) scaleY(1.1);
            -ms-transform: rotate(-45deg) scaleY(1.1);
            transform: rotate(-45deg) scaleY(1.1);
        }

        .header-bottom #menu-headermenu .nav-item.click-active .chevron-icon:after {
            -webkit-transform-origin: 0% 0%;
            -ms-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
            -webkit-transform: rotate(45deg) scaleY(1.1);
            -ms-transform: rotate(45deg) scaleY(1.1);
            transform: rotate(45deg) scaleY(1.1);
        }

        .header-bottom #menu-headermenu .nav-item .btn {
            margin: 20px 0;
        }

        .header-bottom .header-mobile-menu {
            padding: 16px 0 20px;
        }

        .header-bottom .header-mobile-menu .menu-item a {
            font-size: 14px;
            line-height: 1.7;
            display: inline-block;
            padding: 10px 0;
            text-transform: none;
            color: #999999;
            transform: translateY(-100%);
            -webkit-transform: translateY(-100%);
            -ms-transform: translateY(-100%);
            -moz-transform: translateY(-100%);
            -o-transform: translateY(-100%);
            transition: all 0.9s;
            -webkit-transition: all 0.9s;
            -moz-transition: all 0.9s;
            -ms-transition: all 0.9s;
            -o-transition: all 0.9s;
        }

        .header-bottom .navigation.active #menu-headermenu.menu-display .header-mobile-menu .menu-item a {
            transform: translateY(0);
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            -moz-transform: translateY(0);
            -o-transform: translateY(0);
        }

        header .btn-wrapper.mobile {
            display: block;
            position: fixed;
            bottom: 0;
            padding: 18px 16px;
            width: 100%;
            left: 0;
            background-color: #000;
            box-shadow: 0 -10px 15px #000;
            opacity: 0;
            visibility: hidden;
            transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
        }

        header .navigation.active .btn-wrapper.mobile.display {
            opacity: 1;
            visibility: visible;
        }

        header .btn-wrapper.mobile .mobile-btn,
        header .btn-wrapper.mobile .primary-btn {
            font-size: 14px;
            line-height: 1.3;
            padding: 20px 8px;
            width: calc(100% - 100px);
            letter-spacing: 1.5px;
            border-radius: 10px;
            text-align: center;
            font-family: fibra-light;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

        header .btn-wrapper.mobile .mobile-btn .inner-border,
        header .btn-wrapper.mobile .mobile-btn .top-border,
        header .btn-wrapper.mobile .mobile-btn .bottom-border,
        header .btn-wrapper.mobile .primary-btn:before,
        header .btn-wrapper.mobile .primary-btn:after {
            border-radius: 10px;
        }

        header .btn-wrapper.mobile .mobile-btn .top-corner:before {
            top: 0px;
            left: 0px;
            border-radius: 10px 0 0 0;
        }

        header .btn-wrapper.mobile .mobile-btn .top-corner:after {
            top: 0px;
            right: 0px;
            border-radius: 0 10px 0 0;
        }

        header .btn-wrapper.mobile .mobile-btn .bottom-corner:before {
            bottom: 0px;
            left: 0px;
            border-radius: 0 0 0 10px;
        }

        header .btn-wrapper.mobile .mobile-btn .bottom-corner:after {
            bottom: 0px;
            right: 0px;
            border-radius: 0 0 10px 0;
        }

        .header-bottom .content-box .inner-box {
            display: none;
        }

        .header-bottom #menu-headermenu .menu-item .inner-box a {
            padding: 5px 0;
        }

        #menu-headermenu .menu-item .inner-box a h5 {
            text-transform: capitalize;
            color: #999999;
            font-size: 13px;
            line-height: 1.5;
            font-family: fibra-regular;
            letter-spacing: 0;
        }

        @-webkit-keyframes fade-up {
            0% {
                opacity: 0;
                transform: translateY(-100%);
                -webkit-transform: translateY(-100%);
                -moz-transform: translateY(-100%);
                -ms-transform: translateY(-100%);
                -o-transform: translateY(-100%);
            }

            100% {
                opacity: 1;
                transform: translateY(0);
                -webkit-transform: translateY(0);
                -moz-transform: translateY(0);
                -ms-transform: translateY(0);
                -o-transform: translateY(0);
            }

        }

        @keyframes fade-up {
            0% {
                opacity: 0;
                transform: translateY(-100%);
                -webkit-transform: translateY(-100%);
                -moz-transform: translateY(-100%);
                -ms-transform: translateY(-100%);
                -o-transform: translateY(-100%);
            }

            100% {
                opacity: 1;
                transform: translateY(0);
                -webkit-transform: translateY(0);
                -moz-transform: translateY(0);
                -ms-transform: translateY(0);
                -o-transform: translateY(0);
            }

        }

        /*header toggle menu css*/
        header .toggle-btn {
            display: block;
            cursor: pointer;
            width: 30px;
            height: 25px;
            position: relative;
            z-index: 9;
            -webkit-transform: translateZ(0);
            transform: translateZ(0);
        }

        header .toggle-btn span {
            height: 3px;
            display: block;
            background-color: #fff;
            -webkit-transform-origin: right;
            -ms-transform-origin: right;
            transform-origin: right;
            -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
            -ms-transform: matrix(1, 0, 0, 1, 0, 0);
            transform: matrix(1, 0, 0, 1, 0, 0);
        }

        header .toggle-btn span:nth-child(2) {
            margin: 6px 0;
        }

        header .toggle-btn span:nth-child(3) {
            width: 60%;
            margin-left: auto;
        }

        header .toggle-btn .toggle-close {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%) rotate(45deg);
            -ms-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
            height: 3px;
            width: 100%;
        }

        header .toggle-btn .close-line {
            background-color: #fff;
            animation: line-animation .8s cubic-bezier(.58, .3, .005, 1) 0s 1;
            -webkit-animation: line-animation .8s cubic-bezier(.58, .3, .005, 1) 0s 1;
        }

        header .toggle-btn .close-line:first-child {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            -webkit-transform-origin: left;
            -ms-transform-origin: left;
            transform-origin: left;
            -webkit-transform: matrix(0, 0, 0, 1, 0, 0);
            -ms-transform: matrix(0, 0, 0, 1, 0, 0);
            transform: matrix(0, 0, 0, 1, 0, 0);
        }

        header .toggle-btn .close-line:last-child {
            position: absolute;
            left: calc(50% - 2px);
            top: -19px;
            width: 3px;
            height: 30px;
            -webkit-transform-origin: bottom;
            -ms-transform-origin: bottom;
            transform-origin: bottom;
            -webkit-transform: matrix(1, 0, 0, 0, 0, 0);
            -ms-transform: matrix(1, 0, 0, 0, 0, 0);
            transform: matrix(1, 0, 0, 0, 0, 0);
        }

    }

    @media (max-width:992px) {
        .header-bottom #menu-headermenu {
            width: 100%;
            padding: 30px 35px;
        }

    }

    @media (max-width:767px) {
        .blue-bg {
            height: 200px;
        }

        .header-upper .promotion-text p {
            font-size: 14px;
        }

        .header-upper.no-content,
        .header-upper.desk-main {
            display: none;
        }

        .header-upper .promotion-text p span,
        .header-upper .promotion-text p a span,
        .header-upper .promotion-text p a .learn-more,
        .header-upper .promotion-text p span.real-text {
            -webkit-text-fill-color: #00b7f1;
            font-family: fibra-regular;
        }

        .header-upper .promotion-text p a i,
        .header-upper .promotion-text p a .learn-more i {
            -webkit-text-fill-color: #00b7f1;
        }

        .header-upper .promotion-text p a .learn-more {
            display: none;
        }

    }

    @media (max-width:479px) {
        header .btn-wrapper.mobile {
            padding: 18px;
        }

        header .btn-wrapper.mobile .mobile-btn,
        header .btn-wrapper.mobile .primary-btn {
            width: calc(100% - 85px);
        }

    }

    @media (max-width:374px) {
        header .btn-wrapper.mobile .mobile-btn,
        header .btn-wrapper.mobile .primary-btn {
            width: calc(100% - 70px);
            padding: 17px 8px;
        }

    }

    @media (max-width:767px) and (max-height:650px) {

    /*  header {
            padding: 24px 20px;
    }
    */
    .solution-banner {
        padding-top: 77px;
    }

    .header-bottom #menu-headermenu {
        padding-top: 20px;
    }

    .header-bottom #menu-headermenu .nav-item a {
        padding: 10px 15px;
    }

    .header-bottom .header-mobile-menu {
        padding-top: 10px;
    }

    .header-bottom .header-mobile-menu .menu-item a {
        padding: 7.5px 0;
    }

}

@media (max-width:767px) and (orientation:landscape) {
    .blue-bg {
        height: 85px;
    }

}

@media (max-width:575px) {
    .header-bottom {
        padding: 25px 20px;
    }

    header .header-box a {
        width: 90px;
    }
}

.mega-sub-menu.scroll-effect {
    transition: all 0.5s;
}

@media screen and (min-width:1023px) {
    .header-bottom #menu-headermenu .nav-item.next-menu.active .content-box .container {
        animation-name: slide-sub-menu;
        animation-delay: 0s;
        animation-duration: 0.6s;
        animation-fill-mode: forwards;
        transform: translateX(150px);
    }

    .header-bottom #menu-headermenu .nav-item.prev-menu.active .content-box .container {
        animation-name: slide-sub-menu1;
        animation-delay: 0s;
        animation-duration: 0.6s;
        animation-fill-mode: forwards;
        transform: translateX(-150px);
    }

}

@keyframes slide-sub-menu {
    from {
        transform: translateX(150px);
    }

    to {
        transform: translateX(0);
    }

}

@keyframes slide-sub-menu1 {
    from {
        transform: translateX(-150px);
    }

    to {
        transform: translateX(0);
    }

}
