.btn-p-primary {
  color: #FFFFFF !important;
  background-color: #3370B2 !important;
  border-color: #3370B2 !important;
}

.btn-p-primary:hover {
  color: #FFFFFF !important;
  background-color: #3370B2 !important;
  border-color: #3370B2 !important;
}

.search-banner {
  padding: 250px 0 65px;
}

.footer {
  color: #ffffff;
  background-color: #7c8f4b;
  text-align: center;
  -webkit-box-shadow: none;
}

.footer p {
  margin: 0px;
}

.footer .section-container {
  margin-bottom: 20px;
}

.footer .social-media .social-icon span {
  font-family: "Amertha";
  color: #cc6633;
  font-size: 26px;
  padding-right: 10px;
}

.footer .social-media .social-icon a {
  font-size: 1rem;
  margin: 0.2rem;
}

.footer .social-media .social-icon a i {
  border-radius: 50%;
  color: #ffffff;
  padding: 0.5rem;
}

.bg-cover {
  border-bottom: 6px solid #3370B2;
  background-size: cover !important;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  height: 100%;
}

.img-header {
  border-bottom: 6px solid #3370B2;
}

.footer .social-media .social-facebook {
  background-color: #3b5998;
}

.footer .social-media .social-instagram {
  background-color: #c32aa3;
}

.footer .social-media .social-twitter {
  background-color: #00b6f1;
}

.footer .social-media .social-youtube {
  background-color: #ff0000;
}

