/*
Theme Name: Woodmart Child
Theme URI: https://woodmart.xtemos.com/
Template: woodmart
Author: XTemos
Author URI: http://themeforest.net/user/xtemos
Description: ThemeForest Premium Theme
Tags: one-column,two-columns,right-sidebar,custom-header,custom-menu,editor-style,featured-images,microformats,post-formats,sticky-post,translation-ready
Version: 6.2.3.1637191446
Updated: 2021-11-17 23:24:06

*/
label {
    font-family: poppins !important;
    font-size: 12.5px !important;
    font-weight: 500;
    color: gray;
}
/*animation of header scroll bar*/
.nc-scroll {
  height: 40px;
  background-color: #990033;
  color: white;
}
.wd-header-text.set-cont-mb-s.reset-last-child.nc-animate-text {
  font-size: 1.2em;
  font-weight: 550;
  padding: 5px 0px;
}
.nc-scroll-animate {
  position: relative;
  animation-name: nc-scroll-animate;
  animation-duration: 4s;
  animation-iteration-count:infinite;
  animation-delay:3s;
}
@keyframes nc-scroll-animate{
  0% {transform: translateX(1500px);}
  25% {transform: translateX(1000px);}
  50% {transform: translateX(500px);}
  75% {transform: translateX(1000px);}
  100% {transform: translateX(-1500px);}
}