header nav .nav.nav-left,
header nav .nav-item{
    float:none;
}
header nav .nav.nav-left{
    text-align:center;
}
.home-slider{
    border-radius:0;
}
#logo img{
    max-width:300px !important;
}
.header-content{
    padding:10px 0;
}
header nav{
    background:none;
}
@media (min-width:992px){
    header.header{
            position: absolute;
    top: 0;
    z-index: 2;
    }
    .header .container-fluid{
        padding-left:30px;
        padding-right:30px;
    }
    .header-content > .row{
        display:flex;
        align-items:center;
    }
}
.language{
    text-align:left;
}
.language form{
    margin:0;
}
.language__list li{
    display:inline-block;
}
.language__list li a{
    color:#fff;
}
.language__list li:first-child{
    margin-right:5px;
}
.top-cart-contain{
    display:flex;
        justify-content: right;
    align-items: center;
}
.top-cart-contain .mini-cart .heading-cart > a .icon.f-left.relative{
    margin:0 20px;
}
.top-cart-contain i{
    font-size:18px;
}
.top-cart-contain .right-content .cartCount2{
    position: absolute;
    top: 0;
    right: 5px;
    width: 16px;
    height: 16px;
    background: #000;
    text-align: center;
    border-radius: 50%;
    color: #fff;
}
.home-slider .item,
.header-wishlist{
    position:relative;
}
.home-slider .item:before {
    content: "";
    display: block;
    background: #00000038;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.header-wishlist span{
  position: absolute;
    top: -5px;
    display: inline-block;
    width: 16px;
    height: 16px;
    background: #000;
    text-align: center;
    line-height: 16px;
    border-radius: 50%;
    right: -10px;  
    color:#fff !important;
}
header.header{
    transition:all .5s;
}
header.header:hover{
    background:#fff;
}
header.header:hover *{
    color:#000;
}
.header_search {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    padding: 0;
    margin: 0;
    background: #fff;
    z-index: 9999;
        display: flex;
    align-items: center;
}
.header_search input {
    height: 60px !important;
    background: #fff;
    float: none;
    border: 1px solid #E1E1E1 !important;
}
.header_search .input-group-btn{
        width: 60px;
    height: 60px;
    line-height:60px;
}
.header_search i{
    font-size:20px;
    color:#E1E1E1 !important;
}
footer.footer{
    z-index:1;
}
.header_search__close{
        position: absolute;
    top: 20px;
    right: 20px;
}
.header_search__close i{
        font-size: 30px;
    color: #000 !important;
}
@media (min-width:992px){
    .header_search .input-group {
    width: 50%;
    margin: 0 auto;
}
}
.search_form{
    display:none;
}
.search_form.open{
      display: flex;
}
.section-block + .section-block{
    margin-bottom:60px;
}
.home-slider{
    margin-bottom:60px;
}
.home_service__item{
    position:relative;
}
/*.home_service__item .bg_overlay{*/
/*        height: 100%;*/
/*    width: 100%;*/
/*    top: 0;*/
/*    left: 0;*/
/*    position: absolute;*/
/*    background-color: transparent;*/
/*    background-image: linear-gradient(180deg, #FFFFFF00 75%, #000000E0 97%);*/
/*    opacity: 0.63;*/
/*    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;   */
/*}*/
.home_service__item-text {
    position: absolute;
        transition: all 0.5s;
        padding:0 20px;
        width:100%;
}
.home_service__item-text h3{
    margin:0;
    text-transform:uppercase;
    font-weight:bold;
}
.home_service__item-text h3 a,
.home_service__item-text,
.home_service__item-text h3{
    color:#fff;
}
.home_service__item .home_service__item-text{
    top: 50%;
    transform: translateY(-50%);
}
.home_service__item:hover .bg_overlay{
    background-color: transparent;
    background-image: linear-gradient(180deg, #FFFFFF33 0%, #000000DB 100%);
    opacity: 1;   
}
.home_service__item .home_service__item-text h3{
    font-size:22px;
    line-height:28px;
}
footer.footer{
    margin-top:60px;
}
.section > .container > .section-title > h2 a, .section > .container > .section-title > h2 span ,
.section > .container > .section-title > h2:before, .section > .container > .section-title > h2:after{
    background: #000;
}
.service_store__item p{
    margin-bottom:0;
}
.service_store__button{
    margin-top:10px;
}
.btn{
    background-image: linear-gradient(180deg, #252525 0%, #252525 100%);
    background-color: #252525;
    font-size: 13px;
    font-weight: 400;
    color:#fff;
}
.btn:hover{
    background:#fff;
    color:#252525;
    border:1px solid #252525;
}
header nav.sticky{
    background:#fff;
}
header nav.sticky *{
    color:#000 !important;
}
footer .copyright{
    padding:0;
    background:#000;
}
footer .site-footer h3,
footer .list-menu.list-showroom p,
footer .list-menu a{
    color:#000;
}
footer .list-menu.list-blogs li:before{
    background:#000;
}
footer .list-menu.list-blogs li:hover:before{
    background:#000;
}
footer .list-menu.list-showroom .fa{
    color:#000;
}
footer.footer{
    background:#E7E7E7;
}
footer .list-menu a:hover{
    color:#000;
}
.footer-logo{
    margin-bottom:10px;
}
.footer-logo img{
    max-width:250px !important
}
.bread_crumb{
    height: 700px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom:60px;
    position:relative;
}
.bread_crumb h1{
        font-family: 'Oswald', sans-serif;
    position: absolute;
    bottom: 80px;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    font-size: 50px;
}
.news_news_info{
    padding-bottom:0;
}
@media (min-width:992px){
    .news_news_info .article-main .row{
        display:flex;
        align-items:center;
    }   
    .logo-hover{
    display:none;   
}
.header.header:hover .logo-hover{
    display:block;
}
.header.header:hover .logo-main{
    display:none;
}
.top-cart-contain i{
    color:#fff;
}
}
.news_news_info .article-main .article-title{
    text-align: center;
    text-transform: uppercase;
    font-size: 28px;
}
.news_news_info .article-main .article-title a{
        color: #7a7a7a;
}
header nav .nav-item > a{
    font-weight: bold;
    text-transform: uppercase;
}
.article__album > a{
    display:block
}
.article__album {
        display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap:5px;
}
.article__album > a img{
    height:200px;
    width:100%;
    object-fit:cover;
}
.blog-item .blog-item-thumbnail{
    padding:0;
    border:none;
}
.blog-item{
    padding:0;
    border:none;
    margin-bottom:60px;
}
.blog-item-name{
    min-height:auto;
        font-size: 32px;
    line-height: 38px;
    margin-bottom:15px;
}
.blog-item-name a{
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.post-time{
        font-size: 18px;
    font-style: italic;
}
.contact .contact-box-info .item .info a{
    color:#fff;
}
.contact .contact-box-info .item .info a:hover{
    color:#000;
}
@media (max-width:991px){
    .top-cart-contain{
        justify-content: space-between;
    }
    .logo img{
        margin-bottom:10px;
    }
    .header_search .container{
        width:100%;
    }
    .bread_crumb {
    height: 300px;
    }
    .home_service__item-text{
        padding:0 10px;
    }
    .row{
        margin:0 -7px;
    }
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{
        padding:0 7px;
    }
    .home_service__item-text h3{
        font-size:18px;
        line-height:24px;
    }
    .news-category .home_service__item{
        margin-bottom:15px !important;
    }
    .article__album {
        grid-template-columns: 1fr 1fr 1fr;
    }
}
.news-category .home_service__item{
    margin-bottom:30px;
}
.home_service__item-image > a{
    display:block;
}
@media (max-width:575px){
    .article__album > a img{
        height:150px;
    }
}
.btn:focus {
    background: #fff;
    color: #252525;
    border: 1px solid #252525;
}
header nav .nav-item .dropdown-menu li a{
    transition:all .5s;
}
header nav .nav-item .dropdown-menu li a:hover{
    color:red !important;
}
header nav .nav-item .dropdown-menu{
    min-width:220px;
    margin:0;
}
@media (min-width:768px) and (max-width:991px){
    .home_service__item-image > a img{
        height:230px;
        width:100%;
        object-fit:cover
    }
}
@media (min-width:992px) and (max-width:1199px){
    .home_service__item-image > a img{
        height:190px;
        width:100%;
        object-fit:cover
    }
}
@media (min-width:1200px){
    .home_service__item-image > a img{
        height:240px;
        width:100%;
        object-fit:cover
    }
}
@media (max-width:991px){
     .home_service__item-image > a img{
        height:180px;
        width:100%;
        object-fit:cover
    }
}
@media (max-width:575px){
     .home_service__item-image > a img{
        height:150px;
        width:100%;
        object-fit:cover
    }
}
.home_service__item .bg_overlay{
        position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: .3;
    background: #000;
    transition: opacity 0.35s;
}
body.news-news header.header{
    position:relative;
}
body.news-news .logo-main{
    display:none;
}
body.news-news .logo-hover{
    display:block;
}
body.news-news header nav .nav-item > a{
    color:#000;
}