header .header-style-one .main-nav ul li a  {
    padding: 5px 0 20px;
}
header .header-style-one .main-nav ul li.has-child-menu:after {
    top: 8px;
}
.header-position {
    height: 71px;
}
.hero-style-one .slide-content-wrap {
    padding: 80px 0;
}
.container {
    max-width:100%;
}
@media (min-width:767px) {
    .hero-style-one .slide-content-wrap {
        padding: 125px 2.5rem;
    }
    .container {
        padding: 0px 3rem;
    }
    header .header-style-one {
        padding: 0 2.5rem;
    }
}
@media (min-width:1199px) {
    header .header-style-one .main-nav ul li:first-child {
        padding-left: 0;
    }
    .header-position {
        height: 136px;
    }
}
#header_searchbar .nav-searchbar input {
    height: 46px;
    border: 1.5px solid rgba(255, 255, 255, .8);
    box-sizing: border-box;
    border-radius: 30px;
    background: 0 0;
    color: #fff;
    position: relative;
    padding: 10px 40px 10px 20px;
}
header.sticky-header .header-style-one .main-nav ul li a {
    padding: 5px 0 20px;
}
header.sticky-header .header-style-one .main-nav ul .has-child-menu::after {
    top: 8px;
}
@media only screen and (max-width:1450px) {
    header .header-style-one .main-nav ul li {
        display: inline-block;
        position: relative;
        padding: 0 14px;
    }
}
@media only screen and (max-width: 767px) {
    .hero-style-one .slide-content-wrap {
        padding-top: 100px;
        padding-bottom: 80px;
    }
    header .header-style-one .main-nav ul li {
        display: block;
    }
}
.btn-primary {
    background-color: transparent;
    border: 1px solid #373f46;
    color: #373f46;
    padding: 10px 20px;
}
.btn-primary:hover {
    background-color: #373f46;
    color: #fff;
    border-color: #373f46;
}
.btn-primary-white {
    background-color: #FFF;
    border: 1px solid #FFF;
    color: #373f46;
    padding: 10px 20px;
}
.btn-primary-white:hover {
    background-color: #00152b;
    color: #fff;
    border-color: #373f46;
}
.product-art-alpha {
    background: #212428;
    box-shadow: 0 0 15px rgba(0, 0, 0, .15);
    border-radius: 10px;
    padding: 25px 20px;
    padding-top: 35px;
    font-family: var(--ff-inter);
    position: relative;
    z-index: 2;
}
.product-art-alpha.style-light {
    background: #fff;
    z-index: 5;
}
.product-art-alpha .product {
    border-radius: 10px;
    position: relative;
    width: 100%;
}
.product-art-alpha .product .countdown {
    background: #373f46;
    box-sizing: border-box;
    border-radius: 35px;
    display: inline-block;
    position: absolute;
    padding: 8px 16px;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 215px;
    text-align: center;
    z-index: 1;
}
.product-art-alpha:hover .product .product-overlay {
    transform: translateY(0);
    opacity: 1;
}
.product-art-alpha .product .countdown h6 {
    font-weight: 800;
    font-size: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
}
.product-art-alpha .product .product-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: rgba(23, 22, 26, .8);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transform: translateY(-20%);
    z-index: 0;
    opacity: 0;
    transition: all .4s ease;
}
.product-art-alpha .product .product-overlay.blur-overlay {
    background: rgba(255, 255, 255, .1);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}
.product-art-alpha .product .product-overlay .product-view {
    color: #fff;
    font-size: 30px;
    margin-top: 20px;
}
.product-art-alpha .product .product-overlay .share-options {
    display: flex;
    justify-content: center;
    gap: 18px;
    margin-top: 18px;
}
.product-art-alpha .product .product-overlay h6 {
    font-weight: 800;
    font-size: 18px;
    text-transform: capitalize;
    color: #FFF;
    margin-top: 20px;
}
.product-art-alpha .product .product-overlay .share-options li a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 27px;
    height: 27px;
    background: #373f46;
    box-shadow: 0 2px 15px rgba(0, 0, 0, .06);
    border-radius: 34px;
    color: #fff;
    border: 1px solid #373f46;
    transition: all .25s;
}
.product-art-alpha .product-disc .product-title {
    padding-top: 20px;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    text-transform: capitalize;
    font-family: var(--ff-inter);
}
.product-art-alpha .product-disc .product-title a {
    color:#00152b
}
.product-art-alpha .product-disc .product-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 28px;
}
.single-process {
    background: #ededed;
}
.countdown.live {
    background: #df2020 !important;
}
.swiper {
    position: relative;
}
.primary-breadcrumb {
    padding: 10px 0;
}
.primary-breadcrumb span {
    color: #999;
    font-size: 15px;
}
.primary-breadcrumb i {
    font-size: 10px;
    margin: 0 10px;
}
.form-check input {
    padding: 0 !important;
    border:1px solid #00000061;
}
@media (max-width:767px ) {
    .hide-mobile {
        display: none;
    }
    .wdget-title::before, .wdget-title::after {
        display: none;
    }
}
.text-primary {
    color: #b8b8b8 !important;
}
.nice-select {
    float: unset !important;
    height: 50px !important;
    ul.list {
        max-height: 250px;
        overflow-y: scroll;
    }
}

header.sticky-header {
    position:unset;
    -webkit-animation: unset;
    animation: unset;
}
header.sticky-header .header-style-one {
    position: fixed;
    top: 0;
    z-index: 99999;
    left: 0;
}