body{
    background-color: #fff;
    font-family: 'Poppins', sans-serif;
    scroll-behavior: smooth;
}
.main-nav ul li a{
   color: #000 !important;
}
.main-nav ul li  .active{
    color: #c2996b !important;
    font-weight: 500;
 }

 .main-nav ul li  :hover{
    color: #c2996b !important;
    transition:  .2s ease-out;
 }
 .top-header{
    background-color: #fff;
    border-bottom: 1px #ecf0f1 solid;
}
.contact-link{
    font-size: 14px;
    color: #4d0e2c;
    text-decoration: none;
    padding-left: 10px;
}
.contact-link:hover{
    transition: ease-out 0.5s;
    text-decoration: none;
    color: #4d0e2c;
}
.quality h4{
    color:#4d0e2c; 
   font-weight: 700;

}
.counter-icon{
    font-size: 80px;
    color: #c3996a;

}
.counter-n{
    padding-top: 30px;
    font-size: 40px;
    font-weight:600 ;
    color:  #2c3e50;
}
.counter-p{
    font-size: 18px;
    color: #4d0e2c;
    font-weight: 700;
}
.counter-wrap{
    background-image: url(../images/nuts-min.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment:scroll;
    background-size:cover;
       
}

.page-footer{
    background-image: url(../images/bg-6598.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment:scroll;
    background-size:cover;
}
.page-footer a{
    color: white;
    text-decoration: none;
    }
.page-footer a:hover{
    color: white;
text-decoration: none;
}
.foth6{
  background-color: #e74c3c;
  padding: 2px;
  border-radius: 4px;
}
.page-head{
    background-color: #c3996a;
    color: #fff;
}
.sup-btn{
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
color:teal;
}
.sup-btn:hover{
    color: teal;
text-decoration: none;
}

