.text-main {
  color: #18268f !important;
}
.navbar-nav .nav-link {
  position: relative;
  color: #ffffff;
  font-weight: normal !important;
  padding: 10px 20px !important;
}
@media only screen and (max-width: 991px) {
  .navbar-nav .nav-link {
    text-align: center;
  }
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.show {
  color: #ffffff;
}
@media only screen and (max-width: 991px) {
  .navbar-nav .nav-link.active,
  .navbar-nav .nav-link:hover,
  .navbar-nav .nav-link.show {
    text-decoration: underline;
  }
}
@media only screen and (min-width: 992px) {
  .navbar-nav .nav-link.active:after,
  .navbar-nav .nav-link:hover:after,
  .navbar-nav .nav-link.show:after {
    display: block;
    position: absolute;
    width: 70%;
    height: 1px;
    background-color: #ffffff;
    content: "";
    bottom: 5px;
    left: 15%;
  }
}
.navbar-toggler {
  color: #ffffff;
  border-color: #ffffff;
  box-shadow: none !important;
}
.navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}
.dropdown-toggle:after {
  display: none !important;
}
.dropdown:hover > .dropdown-menu {
  display: block;
  margin-top: 0;
}
.dropdown > .dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
  pointer-events: none;
}
/*# sourceMappingURL=Overwrite.css.map */