.tiny-footer, .tiny-footer a {
font-size: 12px !important;
}
.maroon-bg{
background-color: #630d27 !important;
}
.maroon-font {
color: #630d27 !important;
}
.white-bg{  
background-color: #fff !important;
}
.maroon-bg h3, .white-font , .white-font a, .white-font a{
color: #ffffff !important;
}
.white-font b{
color: #630d27 !important;
}
.gray-font {
color: #800000 !important;
}
.black-font a{
color: #646464 !important;
}
.categories-tab-dtl:hover {
  background-color: #a90637 !important;
 color: #ffffff !important !important;
}
.widget b, .yellow-font {
color: #630d27 !important;
}

:root {
  --mainColor: #ff9800;
}
.arung a{
  background:
     linear-gradient(
       to bottom, var(--mainColor) 0%,
       var(--mainColor) 100%
     );
    background-position: 0 100%;
    background-repeat: repeat-x;
    background-size: 4px 4px;
  color: #000;
  text-decoration: none;
  transition: background-size .2s;
}
.arung a:hover {
  background-size: 4px 50px;
}
