:root {
  --bg-main: #005825;
}

.author-socials.custom-margin-author a svg {
  margin-top: -5px;
}
.bg-main {
  background-color:var(--bg-main) !important;
  color: #fff !important;
}
.main {
  margin-top: 154px;
}
@media (max-width: 767.98px) {
  .navbar-brand img {
    width: 140px;
  }
  .main {
    margin-top: 92px !important;
  }
}
.menu-icon-2 svg {
  stroke: #333;
}

.navbar-expand-xl .navbar-nav .nav-link {
  padding: 18px 20px;
}
.section-footer {
  background:var(--bg-main) !important;
}
.section-footer a {
  color: #fff;
}
.scroll_to_top {
  background-color: var(--bg-main) !important;
  border: 1px solid #fff;
}