header{

min-height: 50px;
background: #ffffff;
z-index: 6667;
    position: absolute;
    width: 100%;

// set animation
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
}

header.sticky{
position: fixed;
width: 100%;
background: #ffffff;
top:0px;
padding: 0;
z-index: 99997;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.17);
}


.header .logo-fixed{ display:none;}


.header-two{

min-height: 98px;
background:none;
z-index: 6667;
position:absolute;
 width:100%;
 
// set animation
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
}

.header-two.sticky{
position: fixed;
min-height: 64px; 
width: 100%;
background: #837840;
top:0px;
padding: 0;
z-index: 99997;
border-bottom:solid 1px #837840;
}

.header-two.sticky .nav ul li.select-item a { color: #000; border-bottom: solid 1px #000;}
.header-two.sticky .nav ul li.select-item a:hover{color: #000; border-bottom: solid 1px #000;}
.header-two.sticky .logo2{ display:none;}
.header-two.sticky .logo-dark{ display: inline-block;
    width: 100px;
    float: left;
    margin: 1px 0 0 0;}
.header-two.sticky .nav ul li a { color: #000; line-height: 58px;}
.header-two.sticky .nav ul li a:hover{ color: #837840;}
.header-two.sticky .social-icons li a{ color: #444;}

.header-two.sticky .get-touch li.contact-no a {color: #000;}
.header-two.sticky .cart-button i {color: #000; line-height: 62px;}
.header-two.sticky .shop-bag .num { color: #fff; background-color: #444; margin:13px 0 0 20px;}
.header-two.sticky .social-icons { margin: 18px 8px 0 0;}
.header-two.sticky .get-touch { margin: 2px 0 0 0;}


.header-two .cont-right {
    float: right;
    margin-top: 15px;
}
@media (max-width: 992px){
.header .get-touch li.contact-no {
    display: none;
}
}
@media (max-width: 1590px){
.header .get-touch li.contact-no a {
    display: block;
}
}
@media (max-width: 767px){
.header .get-touch li.contact-no a {
    display: none;
}
.parallax.parallax-customer-words{ background:linear-gradient(0deg, rgb(10 10 10 / 52%), rgb(25 24 24 / 61%)),url(../img/testimonial/testi-banner.jpg) no-repeat fixed; width: 100%; background-size: cover!important;}
.main-title-white span {
    font-size: 50px;
}
}
@media (max-width: 768px){
.parallax.parallax-customer-words {
    background-size: cover!important;
}
.header .nav {
    float: left;
    margin: 0 0 0 2px;
}
.header .nav ul li a {
    padding: 26px 10px!important;
    font-size: 14px;
}
}

#page header.sticky a{

    top: 13px;
    z-index: 99998;
    left: -40px;

}
#page .header{ position: fixed;    z-index: 99998;    min-height: 0;}

#page header.sticky{ border-bottom:none;}

