/* Rudi Muryanta https://kedaiscript.com 2024 */ 
 /* Smarty Script Editor for Website and Android App */

#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 20px 0;
  background: rgba(51,0,0,0.8);
}
#header.header-transparent {
  background: transparent;
}
#header.header-scrolled {
  background: rgba(51,0,0,0.8);
  padding: 10px 0;
}
.bg_header_footer {
  background: transparent;
  background-color: rgba(51,0,0,0.8);
}
.txt_white{
    color: #FFFFFF;
}                       				
                