.white-theme #mainNav {
  background-color: #FFFFFF;
}
.white-theme #mainNav .navbar-nav .nav-item .nav-link {
  color: #6A7592;
}
.white-theme #mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
  color: #091C4B;
}
.white-theme #mainNav.navbar-shrink {
  background-color: #FFFFFF;
}
.white-theme header.masthead {
  background-color: #ffffff;
}
.white-theme header.masthead .masthead-subheading {
  color: #091C4B;
}
.white-theme header.masthead .masthead-heading {
  color: #6A7592;
}

.white-theme #api-services {
  background-color: #F2F5FA;
}
.white-theme #api-services .content-testimony-heading {
  color: #091C4B;
}
.white-theme #api-services .content-testimony-heading .section-subheading {
  color: #6A7592;
}
.white-theme #api-services .card-testimony .card-title {
  color: #6A7592;
}

.white-theme #services {
  background-color: #FFFFFF;
  color: #091C4B;
}

.white-theme #about {
  background-color: #FFFFFF;
  color: #091C4B;
}

.white-theme section#contact {
  background-color: #091C4B;
}

.white-theme .footer a {
  color: #ffffff;
}