a,
.tp-caption a.btn:hover {
}

.top-nav-collapse {
  background: #45ae38;
  box-shadow: 0px -16px 25px 10px #022503;
}

.top-nav-collapse .nav.navbar-nav .custom-icon-map,
.top-nav-collapse .nav.navbar-nav .custom-icon-phone {
  padding: 12px !important;
  width: 40px;
  margin-inline: 11.5px;
}

.custom-map iframe {
  width: 100%;
  min-height: 600px;
  margin-bottom: -6px;
}

.feed-powered-by-es {
  visibility: hidden;
}

.icon-link-flex {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 990px) {
  .navbar,
  .navbar-nav {
    background: #45ae38 !important;
  }

  .navbar-nav a {
    color: #fff !important;
  }

  .nav > li {
    width: 100%;
    text-align: center;
  }

  .navbar .container {
    margin-top: 3px;
  }


}

@media (max-width: 990px){
.navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
}
}

.navbar-custom ul.nav ul.dropdown-menu li a:hover {
  color: #45ae38;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  background-color: #45ae38;
}

.widget-avatar .avatar:hover {
  border: 5px solid #45ae38;
}

.bg-skin {
  background: #45ae38;
}

form#contact-form input:focus,
form#contact-form select:focus,
form#contact-form textarea:focus {
  border-color: #45ae38;
}

footer {
  background-color: #45ae38;
}

.btn-skin {
  color: #fff;
  background-color: #45ae38;
  border-color: #45ae38;
}
