<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* FOOTER START */
footer {
  /*     margin-top: 353PX; */
  /* background-position: top 203px center;
  background-size: 100% 100%;
  background-repeat: no-repeat; */
  /* position: relative; */
  background-color: #59A100;
  padding-top: 0px;
}

footer hr {
  opacity: 0.5;
  color: #fff;
  margin: 0px 0px -1px;
}

footer .footer-content {
  padding: 50px 0px 51px;
}

footer .common-paragraph {
  font-weight: 500;
  font-size: 16px;
}

footer .footer-social-details {
  gap: 22px;
  display: flex;
  flex-direction: column;
  width: min-content;
  margin-top: -12px;
}

footer .footer-social-details a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  text-decoration: none;
}

footer .footer-social-details a img.cst-margin {
  margin-top: 11px;
}

footer .footer-copyright {
  justify-content: space-between;
  align-items: center;
  padding: 30px 0px 30px;
}

footer .footer-copyright {
  justify-content: space-between;
  align-items: center;
  padding: 30px 0px 30px;
}

footer .footer-copyright .footer-nav ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  list-style: none;
  padding: 0px;
  gap: 50px;
  margin: 0px;
  flex-wrap: wrap;
}

footer .footer-copyright .footer-nav a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
}

footer .footer-copyright .footer-nav a:hover {
  color: #00064D;
}

/* FOOTER END */
/* footer .footer-menu ul {
gap: 20px;
flex-wrap: wrap;
/*   justify-content: space-between; */
/* } */ 
/* footer .footer-nav ul li a {
color: #FFFFFF;
font-size: 16px;
font-weight: 400;
} */
/* footer .footer-nav ul li a:hover {
color: #00064D;
} */
@media(max-width: 768px){
  footer .footer-copyright .footer-nav ul {
    flex-direction: row;
    gap: 20px;
  }
}
@media(max-width: 425px){
  footer .footer-copyright .footer-nav ul {
    flex-direction: column;
    align-items: flex-start;
  }
}
footer .footer-logo img {
  max-width: 215px;
  width: 100%;
}
@media(max-width: 767px) {
  footer .footer-copyright {
    display: flex;
    flex-direction: column!important;
    align-items: unset;
  }
  footer .footer-copyright .footer-nav ul {
    display: flex!important;
    justify-content: space-between!important;
    flex-direction: row!important;
  }
  footer .footer-copyright .footer-nav ul li {
    flex-basis: 40%;
    -moz-flex-basis: 40%;
    -webkit-flex-basis: 40%;
    -o-flex-basis: 40%;
  }
}</pre></body></html>