header .header-menu-bar {
    background: #6ca642;
    padding:0.8rem 0;
}

/* Default styles for menu links */
header .header-menu-bar .menu-list > li > a {
    font-size:1.1rem;
    color: #ffffff !important; /* Default text color */
    background: transparent !important; /* Default background */
    position: relative;
    transition: color 0.3s, background 0.3s;
}

/* Hover and active styles for all menu items */
header .header-menu-bar .menu-list > li:hover > a,
header .header-menu-bar .menu-list > li.active > a {
    color: #333333 !important; /* Text color for hover and active state */
    background: #ffffff !important; /* Background color for hover and active state */
    border-radius: 0.3125rem;
}

/* Submenu arrow styles */
header .header-menu-bar .menu-list > li.has-submenu > a:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-top: 0.3125rem solid #ffffff; /* Default arrow color */
    border-left: 0.3125rem solid transparent;
    border-right: 0.3125rem solid transparent;
    transition: border-top 0.3s;
}

/* Hover and active styles for submenu arrows */
header .header-menu-bar .menu-list > li.has-submenu:hover > a:after,
header .header-menu-bar .menu-list > li.active > a:after {
    border-top: 0.3125rem solid #333333 !important; /* Arrow color for hover and active state */
}

header .header-menu-bar .menu-list > li.has-submenu .dropdown-menu li a {
    font-size: 1.1rem;
}

.frame-15 h2 {
    color: #417b14;
}

.side-menu h3{
    color:#417b14;
    border-bottom: 3px solid #dcdcde;
}
.side-menu ul li a{
    font-size:1.1rem;
}
.side-menu ul li a:hover {
    color: #417b14;
}
.side-menu ul li.active a {
    color: #417b14;
}

.head-line4{
  text-transform: capitalize;
  margin-bottom:10px;
  border-bottom:5px solid #6ca642;
  width: 100%;
}
.head-line4 h2{
  color:#232931;
  font-size:2rem;
  /*margin-bottom:-20px;*/
}
.head-line4 h3{
  border-bottom:0px;
    font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: rgba(0, 0, 0, 0.4);
  padding-bottom: 10px;
  margin-bottom:0;
}

footer {background: #dcdcde;}
footer li, footer li a,footer h3{color:#000000;}
footer ul.menu-text-list li a:hover {color:#417b14;}

.tx-srlanguagemenu-links div a {
 color:#E43C44;
  border-radius: 0;
  border: 0.0625rem solid #E43C44;
  padding: 18px;
}
.tx-srlanguagemenu-links div a:hover{
    background:#E43C44;
    color:#ffffff;
}
.tx-srlanguagemenu-links div.CUR a {
  background: #E43C44;
    color:#ffffff;
}

header .header-primary .action-menu-list .action-menu-item a{
    border: 0.0625rem solid #6ca642;
    color: #6ca642;
}

header .header-primary .action-menu-list .action-menu-item a.primary-link {
    background-color: #6ca642;
    color: #fff;
}
header .header-primary .action-menu-list .action-menu-item a.primary-link:hover {
    background-color: #417b14;
    border-color: #417b14;
    color: #ffffff;
}