.navbar-nav .nav-link {
	color: white;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color: white;
}
.app-logo {
	color: white;
}
.header-nav {
	padding-left: 66px;
	background-color: #222e50;
	border-bottom: none !important;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: white !important;
}
.navbar-light .navbar-nav .nav-link {
    color: white !important;
}
.pub-action {
	color: white !important;
	
	
}
 .public-nav {
     background-color: #222e50 !important;
}

#circle-blue {
     width: 120%;
     height: 80% !important;
     background-color: #222e50;
     border-radius: 100%;
     top: -50%;
     left: -10%;
     position: relative;
}
 #customBlue {
     height: 250px !important;
     background-color: #222e50;
     overflow: hidden;
}
 #circle-white {
     width: 120%;
     height: 120%;
     background-color: white;
     border-radius: 100%;
     top: -50%;
     left: -10%;
     position: relative;
}
 .showAgencies .card {
     border-radius: 15px 15px 15px 15px;
}

.cc-Icon-FP {
  background-image: url(../icons/faster-payment-icon.svg);
}
.home-features {
     margin-bottom: -52px;
     padding-top: 45px;
}
.home-features h5 {
  text-align: center !imporatant;
}
.home-features .features-intro {
  font-size: 1.3em;
  margin-bottom: 2.5em;
}
 .home-features .header {
     font-size: 1.5rem !important;
	 color: black;
}
@media (max-width: 1201px){
	.home-hero, .home-features{
    	font-size: 100% !important;
	}
}

.center-align {
    text-align: center !important;
}
strong {
    font-weight: 600;
}

.card {
	background-color: #fff !important;
    padding-top: 4%;
    padding-bottom: 4%;
    margin-left: 2.5% !important;
}

.agencyCard{
    margin-right: 45px !important;
    margin-left: 45px !important;
}
.emptyRow {
    width: 10% !important;
}
 #customWhite {
	 height: 300px !important;
	 background-color: #F5F5F5;
	overflow: hidden;
}

.showAgencies {
      margin-top: -170px;
      background-color: #F5F5F5;
      padding-bottom: 40px;
}
