#addNewsLetterInformation, .btn-type-2 {
    font-family: var(--secondary-font) !important;
    font-size: 12px !important;
}
/* Modern Style */
@media (max-width:767px) {
    .xs-logo{
        width: 150px !important;
    }
}
.xs-logo{
    width: 180px;
}
.newsletter-email:focus {
    color: #495057;
    border-color: #F5EB12 !important;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 224, 0, 0.25) !important;
}
.large-section {
    padding: 100px 0 !important;
}
.parallax-window {
    background-color: transparent !important;
}
.bg-position-center {
    background-position: center !important;
}
.bg-size-cover {
    background-size: cover !important;
}
section, 
header {
    position: relative;
}
section {
    position: relative;
    background: #fff;
}

article, 
aside, 
dialog, 
figcaption, 
figure, 
footer, 
header, 
hgroup, 
main, 
nav, 
section {
    display: block;
}
section {
    padding: 10% 5%;
    width: 100%;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*text-decoration: none;*/
    -webkit-font-smoothing: antialiased;
}
.overlay-modern:after {
    content: ' ';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -3;
}
.dark-overlay-modern:after {
    background-color: rgba(0, 0, 0, 0.85);
}

*, 
*::before,
*::after {
    box-sizing: border-box;
}
/* Newsletter style */
.about-company .about-company--wrapper {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.about-company .about-company--wrapper .wrapper--title {
    text-align: center;
}
.mb-25 {
    margin-bottom: 25px !important;
}

.white-color {
    color: #f3f3f3 !important;
}

.button-wrapper-type-2 {
    display: flex;
}
.button-wrapper-type-2 .btn-type-2 {
    background-color: #F5EB12;
    color: #00AEEF;
}
.button-wrapper-type-2 .btn-type-2 {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0 25px;
    height: 49px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: 700;
    /* font-family: 'Montserrat'; */
    background-color: '#F5EB12';
    color: '#fff';
    line-height: 1;
    border-radius: 30px;
    transition: all .3s ease-in-out;
    border: 2px solid transparent;
}
.button-wrapper-type-2 .btn-type-2:hover {
    color: #F5EB12;
    border: 2px solid #00AEEF !important;
    background-color: #00AEEF;
}
.button-wrapper-type-2 .btn-type-2:hover, 
.button-wrapper-type-2 .btn-type-2:focus {
    animation: pulse 1s;
    box-shadow: 0 0 0 12px rgba(0, 0, 0, 0);
}
.button-wrapper-type-2 .btn-type-2:hover {
    color: '#fff';
    border: 2px solid rgba(152, 152, 152, 0.2);
    background-color: transparent;
}
@keyframes pulse {
0% {
    box-shadow: 0 0 0 0 #F5EB12; 
    } 
}
@media (max-width: 991px) {
.button-wrapper-type-2 .btn-type-2 {
    padding: 0 15px;
    height: 39px;
    font-size: 10px; 
    } 
}
.button-wrapper-type-2 .btn-type-2 {
    background-color: #F5EB12;
    color: #00AEEF;
}

.button-wrapper-type-2 .btn-type-2:hover {
    color: #F5EB12;
    border: 2px solid #00AEEF !important;
    background-color: #00AEEF;
}
/* Modern style end */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.header-cart,
.header-account {
    display: none;
}

.menu>ul>li>ul>li>ul>li a {
    color: #000 !important;
}

.header {
    border-bottom: none;
    background: rgba(247, 247, 247, .8);
    position: fixed !important;
}

/* Mega menu heading a color */
.scrolled-menu {
    color: #000 !important;
}

.scrolled {
    border-bottom: 1px solid #eaeaeb !important;
    /* background: #fff !important; */
}

/* Mega menu heading a color */
.wrap-content {
    margin-top: 0px;
}

@media only screen and (max-width: 1199px) {
    .wrap-content {
        margin-top: 56px !important;
    }

    .header {
        background: #fff !important;
    }
}

/* Menu background transparent updated */
.morphsearch,
.morphsearch2 {
    min-height: 40px;
    background: rgba(241, 241, 241, .96);
    position: fixed;
    z-index: 10000;
    top: 5px
}

.morphsearch {
    width: 0;
    right: 12px;
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transition-property: min-height, width, top, right;
    transition-property: min-height, width, top, right;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: cubic-bezier(.7, 0, .3, 1);
    transition-timing-function: cubic-bezier(.7, 0, .3, 1)
}

.morphsearch2 {
    width: 40px;
    left: 170px;
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transition-property: min-height, width, top, right;
    transition-property: min-height, width, top, right;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: cubic-bezier(.7, 0, .3, 1);
    transition-timing-function: cubic-bezier(.7, 0, .3, 1)
}

.morphsearch.open,
.morphsearch2.open {
    min-height: 100%;
    top: 0;
    width: 100%;
    background: #f1f1f1
}

.morphsearch.open {
    right: 0
}

.morphsearch2.open {
    left: 0
}

input.morphsearch-input {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    font-size: 20px;
    color: rgba(0, 0, 0, .82) !important
}

.dummy-media-object:hover h3 {
    color: #302c2c !important
}

.morphsearch-content {
    color: #333;
    margin-top: 1.3em;
    width: 100%;
    height: 100vh;
    overflow: scroll;
    padding: 0 10.5%;
    background: #f1f1f1;
    position: absolute;
    pointer-events: none;
    opacity: 0
}

.morphsearch.open .morphsearch-content {
    opacity: 1;
    height: 100vh !important;
    overflow-y: scroll;
    pointer-events: auto;
    -webkit-transition: opacity .3s .5s;
    transition: opacity .3s .5s
}

#mbox {
    z-index: 2000 !important
}

.menu>ul>li>ul {
    margin: 0px auto !important;
}

[data-off-canvas] li,
[data-off-canvas] li a {
    float: none !important;
    width: 100%;
    display: inline-block
}

@media (max-width:767px) {
    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 9px;
        font-weight: 600
    }
}

.menu-search-button {
    top: 0;
    position: absolute;
    font-size: 18px
}

.menu-search-button>a {
    color: #1c1f23 !important
}

ul.sub-menu-categories>li>a {
    padding: 6px 0 !important
}

.menu-categories-bold {
    font-weight: 600 !important
}

[data-off-canvas] {
    position: fixed;
    display: none;
    color: #000;
    background-color: #FFF;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

[data-off-canvas] li a {
    margin: 0;
    padding: 10px 20px;
    color: #000
}

[data-off-canvas] li {
    margin: 5px auto !important;
    text-align: left;
    text-transform: uppercase;
    border-bottom: 1px solid #f1f1f1
}

[data-off-canvas] li:hover>a {
    color: #00adef
}

.breadcrumb>li>a {
    display: inline-block;
    transition: all .3s;
    color: #00adef !important
}

.mobile-slidebar {
    height: 100%;
    -webkit-box-shadow: 8px 0 8px -2px rgba(136, 136, 136, .35);
    box-shadow: 8px 0 8px -2px rgba(136, 136, 136, .35)
}

.main-menu {
    margin-top: 8px;
    margin-right: 10px
}

.header .top-bar {
    background-color: #1c1f23;
    margin-bottom: 28px !important;
    display: none;
}

.header-topbarbox__item {
    font-size: 10px;
    font-weight: 400;
    border-left: 1px solid #3e4044;
    border-right: none !important;
    text-transform: uppercase;
    float: left;
    margin-right: -1px;
    padding: 15px 30px 6px;
    line-height: 1;
    letter-spacing: .1em;
    min-height: 39px
}

.header-topbarbox__item .icon {
    color: #FFF
}

#menu-wrap {
    position: fixed;
    width: 100%;
    z-index: auto;
    top: -15px !important;
    left: 0
}

.logo {
    position: absolute;
    width: 180px;
    height: 39px;
    z-index: 10000;
    top: 40px;
    background: url(../images/logo-light.png) center center no-repeat;
    background-size: 180px 39px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.mandatory {
    color: #F70400 !important
}

.show-on-mobile {
    background-color: #f2f2f2;
    padding: 5px 10px !important
}

.search-title {
    font-size: 11px !important
}

.top-bar .header-topbarbox-1 {
    float: left !important;
    text-align: center
}

.top-bar .header-topbarbox-2 {
    float: right !important;
    text-align: center
}

@media (max-width:1000px) and (min-width:768px) {
    .top-bar .header-topbarbox-1 {
        float: left !important;
        text-align: center
    }

    .top-bar .header-topbarbox-2 {
        float: right !important;
        text-align: center
    }
}

.footer .social-net {
    position: relative;
    display: inline-block !important;
    margin-left: 0;
    padding-left: 0 !important
}

.footer-type-2 .social-net:after,
.footer-type-2 .social-net:before {
    position: absolute;
    top: 19px;
    width: 0 !important;
    height: 0 !important;
    background-color: transparent !important;
    content: none !important
}

.btn-effect {
    position: relative;
    margin-right: 1px;
    overflow: hidden;
    z-index: auto
}

.btn-effect:hover {
    background-color: #ebef00
}

@media (min-width:768px) {
    .header .navbar-brand {
        /* margin-top: 24px !important; */
        padding-bottom: 24px !important
    }
}

::selection {
    background: #ffeb3b !important
}

.menu.light>ul>li>ul>li>p>a {
    color: #000 !important;
    border-bottom: none !important
}

.menu>ul>li>ul>li>p>a {
    padding: 0 !important;
    margin-left: 10px !important;
    margin-right: 10px !important;
    color: #fff !important;
    font-family: 'Open Sans' !important;
    font-weight: 700 !important;
    font-size: 12px !important;
    line-height: 18px !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    width: calc(100% - 20px) !important;
    display: block !important;
    border-bottom: 1px solid rgba(255, 255, 255, .2) !important
}

button,
input,
optgroup,
select,
textarea {
    color: #000 !important;
    font: inherit;
    margin: 0
}

.menu>ul>li>ul>li p {
    margin-left: 0 !important
}

.btn-effect1 {
    position: relative;
    margin-right: 1px;
    overflow: hidden;
    z-index: 1
}

.btn-effect1:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120%;
    height: 50%;
    opacity: 0;
    z-index: -1;
    content: '';
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg)
}

.btn1,
.header-topbarbox__item a {
    transition: all .3s;
    font-weight: 500
}

.btn-effect1:hover:after {
    height: 500%;
    opacity: 1
}

.btn-primary1 {
    background-color: rgba(0, 173, 239, 0)
}

.btn-effect1.btn-primary1:after {
    background-color: #FCF400;
    color: #00adef !important
}
.b-title-page_w_bg {
    padding-bottom: 86px;
    margin-bottom: 50px;
    padding-top: 70px;
    background-image: url('/assets/demo-img/category-banner.jpg') !important;
    background-size: cover;
    position: relative;
}
.btn1 {
    display: inline-block;
    margin-bottom: 0;
    padding: 13px 40px;
    font-size: 11px;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid #00adef;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform: uppercase;
    color: color: #00adef;
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 40px !important
}

a {
    outline: 0 !important
}

.margintop_icon_menu {
    margin-top: .8em !important
}

@media (max-width:768px) {

    .menu-mobile-button,
    .menu-search-button {
        top: 8px !important
    }

    .header {
        padding: 5px !important
    }
}

.header-topbarbox__item a {
    color: #ffeb3b
}

@media only screen and (max-width:1199px) {
    .menu.light>ul>li>ul {
        max-height: 320px !important;
        overflow-y: scroll;
        overflow-x: hidden
    }

    ::-webkit-scrollbar {
        -webkit-appearance: none
    }

    ::-webkit-scrollbar:vertical {
        width: 12px
    }

    ::-webkit-scrollbar:horizontal {
        height: 12px
    }

    ::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, .5);
        border-radius: 10px;
        border: 2px solid #fff
    }

    ::-webkit-scrollbar-track {
        border-radius: 10px;
        background-color: #fff
    }
}

.header {
    transition: top 2s ease-in-out
}

.ui-title-block {
    overflow: inherit !important;
}

@media (max-width: 767px) {
    .ui-title-block {
        font-size: 32px !important;
        font-weight: 700;
        color: #FFFFFF;
        letter-spacing: -0.05em;
        overflow: inherit !important;
    }
}

.menu-dropdown-icon:before {
    clear: both !important;
}

.menu-dropdown-icon,
.menu-dropdown-icon>a {
    height: 72px;
}

@media only screen and (max-width: 1199px) {
    .menu.light .menu-dropdown-icon:before {
        background: #fff;
        color: #000;
        height: 30px;
        width: 30px;
        padding: 4px 11px;
        clear: both;
    }

    .fluid-width-video-wrapper iframe {
        height: 128px;
        width: 100%;
    }
}

iframe {
    margin: 0 auto;
}

.video-section {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-section iframe,
.video-section object,
.video-section embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 95%;
}

.menu>ul>li a {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0px;
}

.sub-menu-categories {
    margin: 0 0 0 30px !important;
}

section {
    padding: 0% !important;
}

@media only screen and (max-width: 1199px) {
    .video-section {
        padding-top: 0px;
        margin-left: 0px;
    }

    .video {
        background: #fff0 !important;
    }
}

/* Play button*/
.thumb {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}

.thumb .thumbCaption {
    padding: 10px 0;
}

.overlay-playbtn {
    position: relative;
}

.overlay-playbtn .thumbnail {
    display: block;
}

.overlay-playbtn .time {
    position: absolute;
    z-index: 2;
    right: 3px;
    bottom: 3px;
    padding: 2px 5px;
    background-color: transparent;
    color: white;
}

.playWrapper .playBtn {
    position: absolute;
    z-index: 2;
    width: 50px;
    height: 50px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    /* center */
}

.thumb .overlay-playbtn:hover .playWrapper {
    opacity: 1;
}

/* Ends Here*/
ul.thumb {
    height: 70px;
}

.fa-shopping-cart:before {
    content: "\f07a";
    font-size: 16px;
}

.header-menu-middle .header-cart {
    position: relative;
    float: right;
    margin: 0 0 0 0px;
    font-size: 14px;
}

.header-cart-count {
    position: absolute;
    top: -9px;
    right: 15px;
    display: inline-block;
    width: 20px;
    height: 20px;
    padding: 5px 0 0;
    font-size: 10px;
    line-height: 6px;
    color: #242020;
    border-radius: 50%;
    text-align: center;
    padding-top: 7px;
}

.header-navibox-1 {
    padding-right: 5px !important;
}
.fa-user:before {
    content: "\f007";
}

.bg-primary-yellow {
    background-color: rgb(252, 236, 41);
}

i.fa.fa-search:hover, 
i.fa.fa-shopping-cart:hover, 
i.fa.fa-user:hover {
    color: #00adef !important;
}

.menu.light > ul > li > ul {
    background: #ffff !important;
}