/*==========================================================
    ##   header design
===========================================================*/

.navigation-bar .header-logo img{
    padding:0;

}
.header-main{
    background: #f4f4f4;
}
.navigation-bar{
    height: auto;
    line-height: 50px;
    padding: 30px 0px;
    border-bottom: 1px solid var(--color-border);
    background: #f4f4f4;
}
.navigation--main .logo a:before{
    content:"";
    width: 100%;
    bottom:-40px;
    opacity: 1;
    -webkit-transform: scale(1,1);
    -ms-transform: scale(1,1);
    transform: scale(1,1);
}
.site-header{
    -webkit-box-shadow: none;
    box-shadow: none;
}
.header-main__inner{
    position: relative;
    padding-top: 35px;
    padding-bottom:  35px;
}
.navigation--main.flexbox{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

/*
 ## logo head
*/

.header-logo img{
    height: 30px;
    width: auto;
    padding:0;
    position: relative;
    z-index: 1;
}
.header-main .list-horizontal > li:nth-child(n+2){
    margin-left:  5px;
}
.navigation-bar__section{
    overflow: unset;
}
.navigation-bar .header-logo{
    padding-right: 30px;
    position: relative;

}



.navigation--offcanvas li > a:after{
    border-right: 3px solid var(--color-logo);
}
/*
 ## logo head
*/
/*
 ## logo head atbs-sticky-header
*/
#atbs-sticky-header .header-logo{
    height: 60px;
    line-height: 60px;
}
#atbs-sticky-header .navigation-bar {
    height: 60px;
    padding:0;
}

#atbs-sticky-header .navigation--main > li > a{
    padding: 0 15px;
}
.mobile-header{
    background: #f4f4f4;
    border-bottom: 1px solid var(--color-border);
}

#atbs-sticky-header .navigation-bar__inner{
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
#atbs-sticky-header .navigation-wrapper{
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}
#atbs-sticky-header button{
    padding:0px 20px;
}
#atbs-sticky-header ul.social-list li a{
    font-size: 14px;
}
#atbs-sticky-header button:last-child{
    padding-right:0px;
}
#atbs-sticky-header .mdicon-search{
    font-size: 18px;
}
/*
 ## logo head atbs-sticky-header
*/
#atbs-mobile-header .header-logo {
    height: 60px;
    line-height: 60px;
    padding-left: 0px;
    padding-right: 20px;
}
.header-logo--mobile img {
    height: 20px;
    width: auto;
}
.mobile-header{
    -webkit-box-shadow: none;
    box-shadow: none;
}
@media (max-width: 767px) {
    #atbs-mobile-header .header-logo {
        height: 50px;
        line-height: 50px;
        padding-left: 0px;
        padding-right: 20px;
    }
}
#atbs-offcanvas-primary img{
    height: 25px; width: auto;
}
#atbs-offcanvas-primary  .social-list a{
    font-size: 12px;
}
/**/
/*
 ## menu head
*/
.navigation--main > li.menu-item-has-children > a:after, .navigation--main .sub-menu > li.menu-item-has-children > a:after{
    content: '\e5c5';
}
.navigation--main > li > a:before{
    display: none;
}
.navigation--main > li.current-menu-item>a{
    color: var(--color-logo);

}
.navigation--main > li > a{
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    padding:0;
    height: auto;
    line-height: 2;
}
.site-header  .mdicon-search{
    color: #222;
}

.site-header  .navigation-bar-btn{
    outline: none;

}
/*
 ## menu head
*/

/* button - head*/
.navigation-bar-btn{
    outline: none;
}
.navigation-bar-btn i{
    line-height: 30px;
    font-size: 24px;
}
.navigation-bar-btn{
    padding:0;
    position: relative;
    font-size: 16px;
    opacity: 0.7;
    font-weight: 100;
}
.search-form span{
    text-transform: capitalize;
    color: #222222;
    opacity: 0.7;
    font-size: 16px;
    padding-left: 10px;
}

/* */

/*==============================================
##  end header design
===========================================================*/

@media (min-width: 992px) {
    .header-main{
        padding:0;
    }

}