p,
.list-group-item {
  color: #6c757d;
}

.fs-4 {
  color: rgba(41, 64, 118, 0.7098039216);
}

.p_gray600 {
  color: #6c757d;
}

.cardAni {
  transition: 0.5s;
}
.cardAni:hover {
  box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}

.p_navLink {
  color: #00b0c1;
}

.navbarImg {
  height: 28px;
  width: auto;
}
@media (min-width: 576px) {
  .navbarImg {
    height: 40px;
    width: auto;
  }
}

.dropdown-menu .dropdown-item {
  color: #6c757d;
  font-weight: 300;
}
.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item :active {
  background-color: #fff;
  color: #fff;
}
.dropdown-menu .dropdown-item.dropdown-item_none:hover,
.dropdown-menu .dropdown-item.dropdown-item_none :active {
  background-color: #fff;
  color: #6c757d;
  font-weight: 300;
}

.nav-item:active,
.nav-item :hover {
  background-color: #00b0c1;
}
.nav-item .active {
  background-color: #00b0c1;
}

.nav-item.nav-item_none:active,
.nav-item.nav-item_none :hover {
  background-color: #294076;
  color: #fff;
}

.footerLogo {
  max-width: auto;
  height: 88px;
}
@media (min-width: 576px) {
  .footerLogo {
    max-width: 12%;
    height: auto;
  }
}/*# sourceMappingURL=all.css.map */