@import url(bootstrap.min.css);
/*bootstrap Css*/
@import url(animate.css);
/*animate CSS*/
@import url(all.min.css);
/*font-awesome CSS*/
@import url(meanmenu.min.css);
@import url(custom.css);

.container{z-index:1}


.bst-section-title {
    margin: 30px 0;
    text-align: center;
}

.bst-section-title h5 {
    font-size: 16px;
    color: var(--primary-color);
    font-weight: 500;
    margin: 27px 0 16px;
}

.bst-section-title h1 {
    font-size: 40px;
    color: #282828;
}

.bst-section-title h2 {
    font-size: 40px;
    color: #282828;
}

.bst-section-title h2 span {
    font-weight: 700;
    color: var(--primary-color);
}

.bst-section-title p {
    padding: 10px 0 0;
    width: 100%;
    margin: auto;
    color: var(--text-color-white);
}


/*================================
<--   Nav Menu Area Css -->
==================================*/

.bst_nav_manu {
    border-bottom: 1px solid rgba(16, 18, 16, 0.10196078431372549);
    background-color: rgb(255, 255, 255, 0.988);
    transition: .5s;
}

.sticky {
    left: 0;
    margin: auto;
    position: fixed !important;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    background: var(--primary-color) !important;
    transition: .5s !important;
    z-index: 922;
    -webkit-animation: 300ms running fadeInDown;
    animation: 500ms running fadeInUp;
    animation-name: slideInDown;
}

.sticky .bst_menu>ul>li>a {
    color: var(--text-color-white);
}

.sticky .bst_menu>ul>li>a:hover {
    color: #000;
}

.sticky .header-button a {
    background: #EEFFF0;
    color: var(--primary-color);
}

.sticky button.headers-button:hover {
    color: var(--text-color-white);
}

.sticky button.cart_btn.headers-button .cart_counter {
    color: var(--primary-color);
    background-color: var(--text-color-white);
}

.sticky .nav-btn.navSidebar-button a i {
    color: var(--text-color-white);
}

.sticky .bst_menu>ul>li>a:hover {
    color: #000;
}


.sticky .bst_menu>ul>li {
    padding: 20px 15px;
}

/*  Menu Css*/
nav.bst_menu {
    text-align: right;
    position: relative;
    z-index: 1;
    margin-left: 10px;
}

.bst_menu ul {
    list-style: none;
    display: inline-block;
}

.bst_menu>ul>li {
    display: inline-block;
    padding: 25px 13px;
    position: relative;
    z-index: 1;
}

.bst_menu>ul>li>a {
    display: inline-block;
    font-size: 16px;
    color: var(--link-color);
    font-weight: 700;
    transition: .5s;
}

.bst_menu>ul>li>a:hover {
    color: var(--primary-color);
}

/*
<!-- =================================================== -->
<!-- Start  Slider Section Css -->
<!-- =================================================== -->*/
.hero-slider {
    background: url(../images/hero-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 0;
}

.hero-section {
    height: 850px;
    display: flex;
    align-items: center;
}

.hero-bg {
    display: flex;
    align-items: center;
}

.hero-content h5 {
    font-size: 18px;
    line-height: 26px;
    color: var(--primary-color);
    font-weight: 400;
    margin-bottom: 18px;
}

.hero-content h2 {
    font-size: 60px;
    line-height: 72px;
    color: var(--text-color-white);
}

.hero-content p {
    color: var(--text-color-white);
    padding-top: 15px;
}


/* Section Button */
.section-button {
    display: inline-block;
}

.section-button a {
    display: inline-block;
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: var(--text-color-white);
    padding: 13px 30px;
    border-radius: 3px;
    position: relative;
    z-index: 1;
}

.section-button a:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    background: var(--text-color-white);
    transform: scale(0.0, 1);
    transition: .5s;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 2px;
}

.section-button a:hover {
    color: var(--primary-color);
}

.section-button a:hover:before {
    transform: scale(1, 1);
}

.section-button a i {
    margin-left: 10px;
}

.service-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .06);
    border: 1px solid #eee;
    border-radius: 5px
}

.portfolio-section,
.team-section,
.blogs-section,
.blog-section {
    padding: 60px 0;
}

.single-feature-box {
    width: 100%;
    text-align: center;
    border-radius: 3px;
    margin-bottom: 30px;
    padding: 20px 10px 15px;
    background-color: #e1e1e1;
}


.feature-title h3 {
    font-size: 0.925rem;
    color: #282828;
    margin: 10px 2px;
}

.about-section {
    background: url(../images/about-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 100px 0;
    position: relative;
}

.about-thumb {
    position: relative;
}

.thumb-content {
    text-align: center;
    background: var(--primary-color);
    display: inline-block;
    padding: 45px 14px;
    position: absolute;
    bottom: 27%;
    right: 14%;
}

.thumb-content-number h3 {
    font-size: 40px;
    line-height: 50px;
    color: var(--text-color-white);
    font-weight: 700;
    display: inline-block;
}

.thumb-content-title h6 {
    font-size: 16px;
    line-height: 44px;
    color: var(--text-color-white);
    font-weight: 400;
}


.about_right {
    position: relative;
}

.about_right .bst-section-title {
    margin-bottom: 15px;
}

.about-details p.text2 {
    margin: 20px 0 33px;
}



.blog-single-box {
    margin-bottom: 30px;
    border-radius: 5px 5px 0 0;
    background-color: var(--text-color-white);
    overflow: hidden;
}

.blog-single-box .blog-thumb {
    position: relative;
    z-index: 1;
    transition: .5s;
}

.blog-single-box .blog-thumb img {
    width: 100%;
}

.blog-single-box .blog-thumb:before {
    content: "";
    position: absolute;
    right: 0;
    height: 100%;
    width: 0;
    background: var(--primary-color);
    transition: 0.5s;
    border-radius: 5px;
    opacity: 0.1;
}

.blog-single-box:hover .blog-thumb::before {
    width: 100%;
    left: 0;
    opacity: 0.200;
}

.blog-content {
    padding: 30px 32px 25px;
    background: #FEEECC;
}

.blog-content h4 {
    font-size: 22px;
    transition: .5s;
}

.blog-content h4:hover {
    color: var(--primary-color);
}

.blog-content p {
    margin: 12px 0 14px;
}

.blog-button a {
    color: var(--primary-color);
    font-weight: 500;
}

.blog-button i {
    position: relative;
    top: 2px;
    margin-left: 2px;
    font-size: 18px;
}


/*======== Blog List Inner Page ==========*/
/* ============================================ */

.row.blogs-pr {
    padding-right: 20px;
}

.row.blogs-pr img {
    max-width: 100%;
width:auto;
}
.row.blogs-pr h5{ padding: 10px}
.blogs-section .single-blog-box {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    padding: 0;
    overflow: hidden;
    border-radius: 5px;
    background-color: #ccc
}

.blogs-section .blog-thumb {
    position: relative;
    z-index: 1;
}

.blogs-section .blog-thumb:before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-image: linear-gradient(10deg, var(--primary-color) 0%, var(--primary-color) 100%);
    visibility: hidden;
    transition: .5s;
    opacity: .45;
}

.blogs-section .single-blog-box:hover .blog-thumb:before {
    left: 0;
    width: 100%;
    visibility: visible;
}
.single-blog-dtls-box {
    margin-bottom: 30px;
}

.blogs-section .blog-content {
    padding: 15px 5px;
    transition: .5s;
height: 150px;overflow: hidden
}
.blogs-section h2.blog-title a {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    display: inline-block;
}

.blogs-section p.blog-desc {
    padding: 15px 5px;
    margin: 0;
    
    
}

/* Blog Right Side */
.blog-right-side>div {
    width: 100%;
    margin-bottom: 40px;
    padding: 35px 30px 35px;
    border-radius: 0;
    background: var(--text-color-white);
    border: 1px solid #e6e6e6;
    box-shadow: 0 0 5px rgb(0 0 0 / 5%);
}

/*categories menu*/
.widget-categories-menu ul {
    display: block;
}

.widget-categories-menu ul li {
    display: block;
    list-style: none;
    margin-bottom: 15px;
    background: transparent;
    padding: 16px 20px 16px;
    border-radius: 4px;
    transition: .5s;
    border: 2px solid var(--primary-color);
    position: relative;
    z-index: 1;
}

.widget-categories-menu ul li:hover,
.widget-categories-menu ul li.active {
    border: 2px solid var(--primary-color);
}

.widget-categories-menu ul li:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background: var(--primary-color);
    transition: .5s;
    z-index: -1;
}

.widget-categories-menu ul li:hover:before,
.widget-categories-menu ul li.active:before {
    width: 100%;
}

.widget-categories-menu ul li a {
    display: block;
    color: var(--primary-color);
    font-weight: 500;
    transition: .5s;
}

.widget-categories-menu ul li a span {
    float: right;
    background: var(--primary-color);
    height: 22px;
    width: 22px;
    font-size: 12px;
    border-radius: 50%;
    text-align: center;
    margin-top: 2px;
    color: var(--text-color-white);
    line-height: 22px;
    transition: .5s;
}

.widget-categories-menu ul li:hover a span,
.widget-categories-menu ul li.active a span {
    background: var(--text-color-white);
    color: var(--primary-color);
}

.widget-categories-menu ul li:hover a,
.widget-categories-menu ul li.active a {
    color: var(--text-color-white);
}

/* Blog side */
.blog-right-side .widget ul li {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border-top: 1px solid #E8E8E8;
    padding: 15px 0;
}

.blog-right-side .widget ul li:last-child {
    padding-bottom: 0px;
    margin-bottom: 0;
}


/* Recent Post */
.sidebar-title {
    font-size: 22px;
    padding: 0 0 24px;
    margin-bottom: 30px;
    border-bottom: 2px solid rgba(6, 36, 97, 0.10196078431372549);
    position: relative;
    z-index: 1;
}

.sidebar-title:before {
    position: absolute;
    content: "";
    left: -29px;
    top: 0;
    width: 3px;
    height: 30px;
    background: var(--primary-color);
    border-radius: 5px;
}

.widget-recent-post {
    border-bottom: 1px solid #E8E8E8;
    padding: 0 0 20px;
    margin-bottom: 20px;
}

.widget-recent-post.upper {
    border-bottom: 0;
    margin-bottom: 0;
    padding: 0;
}

.rpost-thumb {
    margin-right: 20px;
}

.rpost-thumb img {
    max-width: 70px;
}

.rpost-title h4 {
    margin: 0;
}

.rpost-content h4 a {
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    transition: .5s;
}

.rpost-title span {
    display: inline-block;
    color: #232323;
    font-size: 14px;
    padding: 2px 0 0;
}


/*Blog Details
=================================================*/

/*Blog Quote*/
.blog-quote {
    background: #f6f6f6;
    padding: 25px 35px;
    border-left: 4px solid var(--primary-color);
    border-radius: 2px;
    margin: 25px 0 45px;
}

.qte-icon {
    width: 72px;
    height: 72px;
    line-height: 72px;
    background: var(--text-color-white);
    text-align: center;
    float: left;
    margin-right: 20px;
}

.qte-icon svg {
    width: 45px;
    fill: var(--primary-color);
}

.blog-quote p {
    font-size: 18px;
    font-weight: 500;
    font-style: italic;
    color: #232323;
    margin: 0;
    overflow: hidden;
}

.blog-dtls-thumb {
    padding: 20px 0 15px;
}

/*Product List*/

ul.product-list {
    padding: 5px 0 0;
}

ul.product-list li {
    display: block;
    list-style: none;
    color: #232323;
    padding: 0 0 8px;
    transition: .5s;
}

ul.product-list li i {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: transparent;
    border: 1px solid var(--primary-color);
    border-radius: 50%;
    text-align: center;
    color: var(--primary-color);
    font-size: 22px;
    position: relative;
    top: 2px;
    margin-right: 6px;
    transition: .5s;
}

ul.product-list li:hover i {
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: var(--text-color-white);
}



/*
<!-- ============================================================== -->
<!--  Shop Section  Css -->
<!-- ============================================================== -->*/


.shop-section {
    padding: 100px 0;
    position: relative;
    z-index: 1;
}

.shop-section:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    z-index: -1;
    width: 36%;
    height: 100%;
    background: var(--text-color-white);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: center;
}


/*Shop Left*/


.categories-title h4 {
    font-size: 22px;
    font-weight: 600;
    border-bottom: 2px solid rgba(6, 36, 97, 0.10196078431372549);
    padding: 0px 0 25px;
    margin: 0 0 30px;
    position: relative;
}

.categories-title h4:before {
    position: absolute;
    content: "";
    left: -35px;
    top: 0;
    height: 29px;
    width: 3px;
    background: var(--primary-color);
}

.widget-check-box {
    padding: 40px 35px 18px;
    background: var(--text-color-white);
    box-shadow: 0px 10px 50px rgba(231, 231, 231, 0.5);
    border-radius: 4px;
    margin-bottom: 30px;
}


/*Product 
======================*/

.product-categories-box {
    padding: 30px 30px 20px;
    background: var(--text-color-white);
    box-shadow: 0px 10px 50px rgba(231, 231, 231, 0.5);
    border-radius: 4px;
    margin-bottom: 30px;
}

.products-collection {
    margin-bottom: 20px;
}

.product-thumb {
    float: left;
    padding-right: 17px;
}

.products-title h6 {
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
}

.product-price span {
    font-size: 15px;
    font-weight: 400;
    color: var(--primary-color);
}

.product-icon-list ul {
    line-height: 20px;
}

.product-icon-list ul li {
    list-style: none;
    display: inline-block;
    color: #FF8D06;
    letter-spacing: 4px;
    font-size: 14px;
}


/*
<!-- ============================================================== -->
<!--  Shop Details  Css -->
<!-- ============================================================== -->*/

.shop-detials {
    padding: 100px 0 70px;
}

/*widget
==============*/

.widget {
    display: inline-block;
}
/*=================================
<--start-blog-detials-area -->
=================================*/

.blog-detials-area {
    padding: 120px 0 119px;
}

.blog-detials-area.blog-tow-column {
    padding: 120px 0 90px;
}

.blog-detials-area.blog-list {
    padding: 120px 0 92px;
}

.blog-details-main {
    background: var(--text-color-white);
    padding: 30px;
    box-shadow: 0px 0px 70px rgba(0, 0, 0, 0.05);
}

.blog-details-meta {
    background: #F3F3F5;
    padding: 16px 30px;
}

.blog-details-meta span {
    margin-right: 30px;
}

.blog-details-meta span i {
    color: var(--primary-color);
    padding-right: 5px;
}

.blog-details-content {
    padding: 20px 0 18px;
}

.blog-details-content h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 15px;
}

.blog-details-thumb img {
    width: 100%;
    border-radius: 5px;
}

.blog-details-des {
    padding: 30px 0 10px;
}
.blog-details-content h3 {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 15px;
}

.blog-details-content-list {
    margin-bottom: 30px;
}

.blog-details-content-list p i {
    font-size: 14px;
    height: 32px;
    width: 32px;
    border: 1px solid #ddd;
    text-align: center;
    line-height: 31px;
    border-radius: 100%;
    margin-right: 15px;
}

.blog-detials-area .blog-content {
    padding: 20px 30px 38px;
}

/*
<!-- ============================================== -->
<!-- Start  Portfolio Section Css -->
<!-- ============================================== -->*/
.portfolio-section {
    background-color: #b9b9b926;
}

.portfolio-single-box {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

.portfolio-thumb img {
    width: 100%;
}

.portfolio-content {
    background: rgb(0, 0, 0, .60);
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}


.portfolio-content h3 {
    font-size: 20px;
    color: #fff;    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; padding:0 5px
}

.portfolio-content p {
    color: #fff;
    margin: 12px 0;
    width: 95%;
    transition: .5s;
    text-align: left;
    height: 50px;overflow: hidden
}


/*
<!-- ============================================== -->
<!-- Start  Team Section Css -->
<!-- ============================================== -->*/
.team-single-box {
    margin-bottom: 30px;
}

.team-thumb {
    position: relative;
    overflow: hidden;
    border-radius: 3px 3px 0 0;
}

.team-thumb img {
    width: 100%;
}


.team-title {
    padding: 20px 0;
    background-color: #e1e1e1;
    text-align: center;
    position: relative;
    z-index: 1;
}

.team-title::before {
    position: absolute;
    content: '';
    z-index: -1;
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: var(--primary-color);
    transition: .5s;
}

.team-title .name h3 {
    font-size: 16px;
    color: #282828;
    margin-bottom: 10px;
    transition: .5s;
    height: 45px; overflow: hidden;
}


.team-single-box:hover .team-title::before {
    left: 0;
    width: 100%;
}

.team-single-box:hover .team-title .name h3 {
    color: var(--text-color-white);
}

/*================================================== */
/* button style - start */
/*================================================== */
.load_more {
    margin-top: 60px;
}

.btn {
    border: none;
    outline: none;
    line-height: 1;
    color: var(--text-color-white);

    font-weight: 700;
    padding: 21px 42px;
    border-radius: 5px;
    display: inline-block;
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    font-family: "DM Sans", sans-serif;
}

.btn:focus {
    outline: none;
    box-shadow: none;
}

.btn:hover {
    color: var(--text-color-white);
}

.btn.btn_primary {
    background-color: var(--primary-color);
}

.btn.btn_primary:hover {
    background-color: #1B1B1B;
}

.btn.btn_secondary {
    background-color: #1B1B1B;
}

.btn.btn_secondary:hover {
    background-color: var(--primary-color);
}

.btn.btn_border {
    padding: 19px 42px;
    border: 2px solid transparent;
}

.btn.border_white {
    border-color: rgba(255, 255, 255, 0.5);
}

.btn.border_white:hover {
    color: var(--primary-color);
    border-color: var(--text-color-white);
    background-color: var(--text-color-white);
}

.btn.border_black {
    color: #1B1B1B;
    border-color: rgba(18, 16, 13, 0.3);
}

.btn.border_black:hover {
    color: var(--text-color-white);
    border-color: #1B1B1B;
    background-color: #1B1B1B;
}

.btn_text {
    line-height: 1;

    font-weight: 500;
    color: #7c7770;
    display: inline-block;
}

.btn_text span {
    position: relative;
    display: inline-block;
}

.btn_text span:before {
    width: 0px;
    left: auto;
    right: 0px;
    bottom: 0px;
    height: 1px;
    content: "";
    position: absolute;
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    background-color: var(--primary-color);
}

.btn_text:hover span:before {
    left: 0px;
    width: 100%;
    right: auto;
}

.btn_text i {
    margin-left: 2px;
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.btn_text:hover {
    color: var(--primary-color);
}

.btn_text:hover i {
    transform: translateX(5px);
}

/*
<!-- Start  About Inner Page Css -->
<!-- =================================================================== -->*/
.about-section.style-four {
    background: var(--text-color-white);
    padding: 100px 0 70px;
}

.single-about-box {
    margin-bottom: 30px;
}

.single-about-box .about-thumb2 {
    position: relative;
    overflow: hidden;
    transition: .5s;
}

.single-about-box .about-thumb2::before {
    position: absolute;
    content: '';
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    border: 30px solid #fffdfd63;
    transition: .5s;
    transform: scale(1.4);
}

.single-about-box:hover .about-thumb2::before {
    transform: scale(1);
}

.single-about-box .about-thumb2 img {
    transition: all .5s ease-in-out;
}

.single-about-box:hover .about-thumb2 img {
    transform: scale(1.1);
}

/*
/*
<!-- Start  Shop gallery Inner Page Css -->
<!-- =================================================================== -->*/
.shop-gallery-section {
    position: relative;
}

.shop-single-box {
    background-color: #FEEECC;
    text-align: center;
    padding: 30px 0;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

.shop-single-box::before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    background: var(--primary-color);
    transition: .5s;
    border-radius: 4px 4px 0 0;
}

.shop-single-box:hover::before {
    height: 100%;
}

.shop-sale {
    position: absolute;
    top: 20px;
    left: 20px;
}

.product-sale span {
    padding: 4px 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    background: var(--primary-color);
    color: var(--text-color-white);
    border-radius: 4px;
    display: inline-block;
}

.shop-content {
    padding: 16px 0 0;
}

ul.shop-rating li {
    list-style: none;
    display: inline-block;
    color: #FF8D06;
    letter-spacing: .3em;
    font-size: 14px;
    transition: .5s;
}

.shop-title h2 {
    font-size: 22px;
    line-height: 43px;
    color: #232323;
    font-weight: 700;
    font-family: "Montserrat";
    transition: .5s;
}

.shop-price p {
    font-size: 16px;
    color: #616161;
    font-weight: 500;
    padding: 10px 0 18px;
    transition: .5s;
}

.shop-price p span {
    color: #616161;
    text-decoration: line-through;
    margin-left: 5px;
    transition: .5s;
}

.shop-thumb-icon a:hover {
    color: var(--text-color-white);
}

.shop-thumb-icon a:hover:before {
    left: 0;
    width: 100%;
}

.shop-single-box:hover .section-button a {
    border: 1px solid var(--text-color-white);
    background: var(--text-color-white);
    color: #FF8D06;
    transition: .5s;
}


/*
<!-- Start  Service Inner Page Css -->
<!-- =================================================================== -->*/

.service-section {
    padding: 85px 0 70px;
}

.single-service-box {
    padding: 40px 35px 30px;
    margin-bottom: 30px;
    filter: inherit;
    background-color: #fcf6f1;
    text-align: center;
    position: relative;
    z-index: 1;
}

.single-service-box:before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: var(--primary-color);
    transition: .5s;
    z-index: -1;
}

.service-content h4 {
    font-size: 20px;
    font-weight: 700;
    font-family: 'Roboto';
    padding: 24px 0 15px;
    transition: .5s;
}

.service-content p {
    transition: .5s;
    margin-bottom: 16px;
}

.service-button a {
    font-size: 16px;
    color: #232323;
    transition: .5s;
    font-weight: 500;
}

.service-button a i {
    opacity: 0;
    transition: .5s;
}

.service-button a:hover i {
    opacity: 1;
    padding-left: 8px;
}

.single-service-box:hover:before {
    width: 100%;
    left: 0;
}

.single-service-box:hover .service-content h4,
.single-service-box:hover .service-button a,

.single-service-box:hover .service-content p {
    color: var(--text-color-white);
}



/*
<!-- ============================================== -->
<!-- Start  Footer Section Css -->
<!-- ============================================== -->*/
.footer-section {
    background: url(../images/about.jpg);
    background-repeat: no-repeat;
    background-position:top center;
    background-size: cover;
    color: var(--text-color-white);
}
.bg-overly {
    position: relative;}
.bg-overly::before {
    position: absolute;
    height: 100%;
    width: 100%;
    background: #070707d9;
    content: "";}
.banbg {
    position: relative;}
.banbg::before {
    position: absolute;
    height: 100%;
    width: 100%;
    background: #0707078c;
    content: "";}
.company-info-desc p {
    padding: 33px 0 27px;
    width: 90%;
}

.follow-company-icon {
    display: inline-block;
    line-height: 0;
}

.follow-company-icon a {
    display: inline-block;
    color: var(--text-color-white);
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 3px;
    background-color: rgb(255, 255, 255, 0.19);
    position: relative;
    z-index: 1;
    margin-right: 15px;
    overflow: hidden;
}

.follow-company-icon a:last-child {
    margin-right: 0;
}

.follow-company-icon a::before {
    position: absolute;
    content: '';
    z-index: -1;
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-color: var(--primary-color);
    transition: .5s;
    opacity: 0;
    visibility: hidden;
}

.follow-company-icon a:hover::before {
    left: 0;
    opacity: 1;
    visibility: visible;
    width: 100%;
}

.widget-nav-menu h4.widget-title {
    font-size: 22px;
    color: var(--text-color-white);
    margin-bottom: 30px;
    padding-top: 30px;
}

ul.footer-menu li a {
    line-height: 34px;
    color: var(--text-color-white);
    font-weight: 400;
    position: relative;
    z-index: 1;
}

ul.footer-menu li a::before {
    position: absolute;
    content: '';
    z-index: -1;
    left: -16px;
    top: 34%;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--primary-color);
    transition: .5s;
    visibility: hidden;
    opacity: 0;
}

ul.footer-menu li a:hover::before {
    visibility: visible;
    opacity: 1;
    transform: translateX(10px);
}

ul.footer-menu li a:hover {
    color: var(--primary-color);
    padding-left: 10px;
}

ul.footer-info li {
    margin-bottom: 12px;
}

ul.footer-info li i {
    margin-right: 15px;
}

ul.footer-info li a {
    font-size: 16px;
    color: var(--text-color-white);
    margin-left: 5px;
}

ul.footer-info li a:hover {
    color: var(--primary-color);
}

.footer-bottom-content {
    background: #000000;
    color: var(--text-color-white);
    text-align: center;
    line-height: 36px;
}


/*html css*/
.nav-logo {
    padding: 0 0 40px;
}

/* Single Product Image Slider */
/* ----------------------------------------------------------------------------------- */
.quickview-product-image-slider {
    width: 100%;
    border: 1px solid #f2f2f2;
}


.quickview-product-thumb-carousel .swiper-slide {
    border: 1px solid #f2f2f2;
}

.quickview-product-thumb-carousel .swiper-slide-thumb-active {
    border-color: var(--primary-color);
}


/* Single Product Image */
.single-product-image {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
}

.single-product-image-item {
    position: relative;
    border: 1px solid #f2f2f2;
}

/* Single Product Content */
.single-product-title {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 575px) {
    .single-product-title {
        font-size: 24px;
    }
}

.single-product-price {
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    color: var(--primary-color);
    gap: 20px;
}

.single-product-price del {
    font-size: 18px;
    font-weight: 400;
    color: #333333;
}

.single-product-meta {
    margin-bottom: 20px;
    padding: 0;
    list-style: none;
}

.single-product-meta li {

    line-height: 1.4285;
    display: -webkit-box;
    gap: 10px;
}

.single-product-meta li+li {
    margin-top: 10px;
}

.single-product-meta li span.label {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 80px;
    flex: 1 0 80px;
    max-width: 80px;
}

.single-product-meta li span.value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 7px;
}

.single-product-meta li span.value.links a:not(:last-child)::after {
    content: ",";
}

.single-product-meta li span.value.social a {
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.single-product-meta li span.value.social a img {
    width: 20px;
    height: 20px;
}

.single-product-text {
    margin-bottom: 20px;
}

.single-product-variations {
    padding: 0;
    list-style: none;
}

.single-product-variations li {

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
}

.single-product-variations li+li {
    margin-top: 15px;
}

.single-product-variations li .label {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 80px;
    flex: 1 0 80px;
    max-width: 80px;
}

.single-product-variations li .value {
    -webkit-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
}

.single-product-variations li .value [class*=single-product-variation] input {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    width: 0;
    height: 0;
    margin: 0;
    opacity: 0;
}

.single-product-additional-information {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
    gap: 30px;
}

.single-product-additional-information .single-product-info-btn {

    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 0;
    border: none;
    background-color: transparent;
    gap: 8px;
}

.single-product-additional-information .single-product-info-btn:hover {
    color: var(--primary-color);
}

.single-product-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
    gap: 10px;
}

.single-product-actions-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.single-product-buy-now {
    margin-bottom: 30px;
}

.single-product-buy-now .btn {
    width: 100%;
    max-width: 340px;
}

.single-product-safe-payment p {

    margin-bottom: 5px;
}

.single-product-safe-payment img {
    max-height: 24px;
}

/* Product Variation Size */
.single-product-variation-size-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 7px;
}

.single-product-variation-size-item {
    position: relative;
}

.single-product-variation-size-item input:checked~label {
    color: var(--text-color-white);
    background-color: var(--primary-color);
}

.single-product-variation-size-item label {
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    cursor: pointer;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    text-transform: uppercase;
    background-color: #eff1f4;
}

/* Product Variation Color */
.single-product-variation-color-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
}

.single-product-variation-color-item {
    position: relative;
}

.single-product-variation-color-item input:checked~label {
    background-image: url(../images/check.png);
}

.single-product-variation-color-item label {
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    cursor: pointer;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    text-indent: -99999px;
    text-transform: uppercase;
    border-radius: 50%;
    background-color: #eff1f4;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 16px;
}

/* Product Variation Material */
.single-product-variation-material-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
}

.single-product-variation-material-item {
    position: relative;
}

.single-product-variation-material-item input:checked~label {
    color: #1F2226;
}

.single-product-variation-material-item label {
    font-weight: 700;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    text-transform: capitalize;
    color: rgba(51, 51, 51, 0.65);
}

/* Single Product Description Area */
.single-product-description-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 80px;
    padding: 30px;
    border: 1px solid #E5E5E5;
}

@media only screen and (max-width: 767px) {
    .single-product-description-area {
        margin-top: 60px;
    }
}

@media only screen and (max-width: 575px) {
    .single-product-description-area {
        padding: 20px;
    }
}

.single-product-description-area-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
    gap: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-product-description-area-nav {
        gap: 25px;
    }
}

@media only screen and (max-width: 767px) {
	
    .single-product-description-area-nav {
        gap: 20px;
    }
}

@media only screen and (max-width: 575px) {
    .single-product-description-area-nav {
        gap: 15px;
    }
}

.single-product-description-area-nav button {
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    position: relative;
    padding: 0;
    padding-bottom: 10px;
    border: none;
    background-color: transparent;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .single-product-description-area-nav button {
        font-size: 16px;
    }
}

@media only screen and (max-width: 575px) {
    .single-product-description-area-nav button {

        padding-bottom: 5px;
    }
}

.single-product-description-area-nav button::before {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    content: "";
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    background-color: var(--primary-color);
}

.single-product-description-area-nav button.active::before,
.single-product-description-area-nav button:hover::before {
    right: auto;
    left: 0;
    width: 100%;
}

.single-product-description-area .block-title-2 {
    padding-bottom: 0;
    border-bottom: none;
}


/* Product Quantity */
.product-quantity-count {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0;
    border: 1px solid #E5E5E5;
}

.product-quantity-count input {
    border: 0;
    padding: 8px;
}

.product-quantity-count .product-quantity-box {
    line-height: 1;
    width: 30px;
    text-align: center;
    border: none;
    background-color: transparent;
}

.product-quantity-count input:focus {
    border: 0 !important;
    outline: 0 !important;
}

.product-quantity-count .qty-btn {
    font-size: 20px;
    line-height: 1;
    width: 30px;
    padding: 10px;
    text-align: center;
    border: none;
    background-color: transparent;
}

.product-quantity-count .qty-btn:hover {
    color: var(--primary-color);
}

span.value.links a {
    color: #303030;
}

/* 语言切换按钮容器 */
        .language-switcher {
            position: relative;
            display: inline-block;float: right;padding: 24px 0 0 10px; z-index:2
			
        }

        /* 语言切换按钮 */
        .language-btn {
            border-radius: 4px;
            cursor: pointer;
            font-size: 14px;
            color: #333;
        }

        .language-btn .globe-icon {
            font-size: 16px;
        }

        .language-btn .arrow-icon {
            margin-left: 5px;
            transition: transform 0.3s;
        }
		.language-list .hidden{ display:none}

        /* 下拉框容器 */
        .language-dropdown {
            position: absolute;
            top: calc(100% + 5px);
            right: 0;
            background: #fff;
            border: 1px solid #ddd;
            border-radius: 4px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
            display: none;
            z-index: 1000;
			width:400px;
        }

        /* 语言列表 */
        .language-list {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 5px;
            padding: 10px;
            max-height: 230px;
            overflow-y: auto;
        }

        /* 语言选项 */
        .language-item {
            display: flex;
            align-items: center;
            padding: 6px 8px;
            cursor: pointer;
            border-radius: 4px;
            gap: 5px;
            font-size: 13px;
            color: #333;
			    height: 30px;overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
        }
		.language-item a{overflow: hidden;white-space: nowrap;text-overflow: ellipsis; color:#333}
        .language-item:hover {
            background: #f5f5f5;
        }

        .language-item img {
            width: 16px;
            height: 12px;
            object-fit: cover;
        }

        /* More Language按钮 */
        .more-languages {
            text-align: center;
            padding: 8px;
            border-top: 1px solid #eee;
            cursor: pointer;
            color: #666;
            font-size: 13px;
            height: 40px;
	
        }

        .more-languages:hover {
            color: #333;
            background: #f5f5f5;
        }

        /* 展开状态 */
         .language-dropdown.active {
            display: block;
            background: white;
        }

        .language-list.show-all {
            max-height: 400px;
        }

        /* 滚动条样式 */
        .language-list::-webkit-scrollbar {
            width: 6px;
        }

        .language-list::-webkit-scrollbar-track {
            background: #f1f1f1;
        }

        .language-list::-webkit-scrollbar-thumb {
            background: #ccc;
            border-radius: 3px;
        }

        .language-list::-webkit-scrollbar-thumb:hover {
            background: #999;
        }
		
		@media screen and (max-width: 800px) {
    .language-switcher{ position:absolute !important; right:60px; top:15px; padding:0 !important; width:32%; text-align:right;white-space:nowrap;text-overflow:ellipsis; z-index:9999}
	.language-dropdown{ width:280% !important; right:-60px !important; top:37px !important}
	.current-lang{display:inline-grid; max-width: 59%; white-space: nowrap;  overflow: hidden; text-overflow: ellipsis;}
}
button.reaction-btn,
.reset-btn {
    border-radius: 3px;
    display: inline-block;
    width: 54px;
    height: 54px;
    background: #F9FAFB;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

button.reaction-btn::before,
button.reset-btn::before {
    position: absolute;
    content: '';
    z-index: -1;
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: var(--primary-color);
    transition: .5s;
}

button.reaction-btn:hover::before,
button.reset-btn:hover::before {
    left: 0;
    width: 100%;
}

button.reaction-btn:hover,
button.reset-btn:hover {
    color: var(--text-color-white);
}


.product-action-btn {
    line-height: 1;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    border: none;
    background-color: transparent;
}

.product-action-btn[data-tooltip-text]::before {
    font-size: 10px;
    line-height: 1;
    position: absolute;
    z-index: 3;
    top: 0;
    left: 50%;
    visibility: hidden;
    padding: 5px 10px;
    content: attr(data-tooltip-text);
    cursor: default;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
    opacity: 0;
    color: var(--text-color-white);
    border-radius: 50px;
    background-color: var(--primary-color);
}

.product-action-btn i {
    font-size: 20px;
    color: var(--text-color-white);
    transform: translateY(30px);
    transition: .5s;
    opacity: 0;
    visibility: hidden;
}
.sticky .language-switcher{ padding:19px 0 0 10px !important}
.sticky .language-btn{ color:#fff}
.sticky .language-btn img{filter: grayscale(100%) brightness(1000%)}
@media only screen and (max-width: 767px) {
	
	.sticky{ background:#fff !important}
.bst_nav_manu{ background:none; border-bottom:0}
    .product-action-btn i {
        font-size: 16px;
    }
}

@media only screen and (max-width: 575px) {
    .product-action-btn i {
        font-size: 20px;
    }
}

.product-action-btn:hover {
    color: var(--primary-color);
}

.product-action-btn:hover[data-tooltip-text]::before {
    top: -25px;
    visibility: visible;
    opacity: 1;
}

.product-action-btn[data-tooltip-text] {
    position: absolute;
    top: 43%;
    left: 42%;
}

/**
======================================================
<--   Contact Section Css -->
======================================================**/

.contact-us {
    padding: 100px 0;
    background: url(../images/contact-bg2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.contact-us .bst-section-title h1 {
    font-size: 25px;
}

.contact-us .bst-section-title p {
    color: #303030;
}


/*========================  BREADCRUMB SECTION CSS =========================*/
.breadcumb-section {
    
    position: relative;
    height: 450px;
    display: flex;
    align-items: center;
}

.breadcrumb_tran_header .breadcumb-area {
    padding: 191px 0 110px;
}

.breadcumb-inner h2 {
    font-size: 55px;
    color: var(--text-color-white);
    margin-bottom: 25px;
}

.breadcumb-inner li {
    display: inline-block;
    margin: 0 6px;
    font-size: 20px;
    line-height: 28px;
}

.breadcumb-inner li a {
    color: var(--text-color-white);
    transition: .5s;
}

.breadcumb-inner li a:hover {
    color: var(--primary-color);
}

.breadcumb-inner li i {
    display: inline-block;
    transform: translateY(3px);
}

.breadcumb-title h2 {
    font-size: 70px;
    margin-bottom: 20px;
    margin-top: 0;
    color: var(--text-color-white);
}

.breadcumb-inner ul,
.breadcumb-inner li,
.breadcumb-inner li a {
    color: var(--text-color-white);
    font-weight: 700;
}


/*
<!-- ============================================================== -->
<!--  Scrollup Section -->
<!-- ============================================================== -->*/
.prgoress_indicator {
    position: fixed;
    right: 50px;
    bottom: 20px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(187, 247, 55, 0.2);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transform: translateY(15px) !important;
    transition: all 200ms linear !important;
}

.prgoress_indicator.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) !important;
}

.prgoress_indicator::after {
    position: absolute;
    content: "\f106";
    font-family: "Font Awesome 5 Free";
    text-align: center;
    line-height: 46px;
    font-size: 18px;
    color: var(--primary-color);
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    font-weight: 900;
    z-index: 1;
    transition: all 200ms linear !important;
}

.prgoress_indicator::before {
    position: absolute;
    content: "\f106";
    font-family: "Font Awesome 5 Free";
    text-align: center;
    line-height: 46px;
    font-size: 18px;
    font-weight: 900;
    opacity: 0;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 2;
    transition: all 200ms linear !important;
}

.prgoress_indicator:hover ::after {
    color: #2871ff;
}

.prgoress_indicator:hover ::before {
    opacity: 1;
}

.prgoress_indicator svg path {
    fill: none;
}

.prgoress_indicator svg.progress-circle path {
    stroke: var(--primary-color);
    stroke-width: 4;
    box-sizing: border-box;
    transition: all 200ms linear !important;
}
/* 影子cms新增分页样式 www.yingzicms.com */
.pagebar { padding:20px; overflow:hidden; clear:both}
.pagebar .pagination {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.pagination a {
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-size: 12px;
  padding: 8px 10px;
  margin: 0 2px;
  border-radius: 3px; line-height:100%
}
.pagination span {
    color: #333;
    font-size: 12px;
    padding: 7px 2px;
    margin: 0 2px;
    border-radius: 3px;
}
.pagination a:hover {
  color: #333;
  border: 1px solid #333;
}
.pagination a.page-num-current {
  color: #fff;
  background: #333;
  border: 1px solid #333;
}
.pagination .st{ font-family:宋体}
.text-secondary{ text-align:center; padding:20px 0}

.mianfeicms_com img{ max-width:100% !important; height:auto !important;display:inline-block;}
.mianfeicms_com p{text-wrap: inherit !important;}
.mianfeicms_com p span{text-wrap: inherit !important;}

.slider-button{ margin-top:15px}

.logo_img img{ height:60px; width:auto}