<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#header-section{
  padding: 10px 0px;
  border-top: solid 6px #0B9444;
}

#header-section h1{
  font-size: 18px;
  color: #9E9E9E;
  margin-top: 15px;
  line-height: 24px;
  margin-bottom: 0px;
}


#nav-section nav .menu li a {
  position: relative;
  font-size: 25px;
  color: #0B9244;
  padding: 20px 0px;
  margin: 0px 25px;
  margin-bottom: 10px;
  font-weight: 600;
}


/*-- //header --*/
#nav-section nav .menu li a::after {
  height: 3px;
  width: 100%;
  background: #D50000;
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0;
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}


#nav-section nav .menu li a:hover::after {
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}


#nav-section nav .menu li:last-child a {
  color: #D90000;
  background: transparent;
  border: solid 1px #D90000;
  padding: 20px 25px;
  border-radius: 50px;

}


#nav-section nav .menu li:last-child a::after {
  height: 0px;

}


#nav-section nav .menu li:last-child a:hover {
  color: #ffffff;
  background: #D90000;
}


.core-nav.nav-core-sticky.on-scroll {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  padding-top: 10px;
  background: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}


@media (max-width: 992px){
  #nav-section nav .menu li a {
    position: relative;
    font-size: 20px;
    color: #ffffff;
    padding: 15px 15px;
    margin: 0px 0px;
    margin-bottom: 0px;
        border-bottom: solid 1px #41a95b;
    font-weight: 400;
}
#nav-section nav .menu li:last-child a {
    color: #ffffff;
    background: #D90000;
    border: solid 0px #D90000;
     padding: 15px 15px;
    border-radius: 0px;
}
.core-nav .wrap-core-nav-list .core-nav-list {
    margin: 0;
    display: block;
    background: #318d48;
        height: 100vh;
}
.core-nav .wrap-core-nav-list {
   
    max-height: 100vh;
    height: 100vh;
   
}
.dropdown-overlay.open-dropdown {
    display: block;
    z-index: 0;
}
}</pre></body></html>