html {
  font-size: 1rem;
}

h1,
h2,
h3,
h4,
h5,
h5 {
  color: #0a4475;
}

h2 {
  font-size: 1.2rem;
}

.section-header {
  background-image: linear-gradient(130deg, #0a4475, #60bde6);
}

.section-process {
  background-color: #0a45752f;
}

.section-quote {
  background-image: linear-gradient(130deg, #072d4db9, #044479b9), url(/img/construction.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}

.section-logos {
  background-color: #e0e0e0;
}

.section-footer {
  background-color: #1b2c56;
}

footer div.footer {
  margin: 0px !important;
  background-color: #0b0e35 !important;
}

.brand-header {
  border-bottom: 2px solid white;
}

.nav-link {
  transition: all ease-in-out 0.5s;
}
.nav-link.active {
  background-color: #0a4475;
}
.nav-link:hover {
  background-color: #1b2c56;
  color: white !important;
}

.btn-phone:hover svg {
  fill: #0a4475;
}

.numberoftrades {
  box-shadow: #0000003b 1px 1px 14px;
  padding: 40px 20px;
  background-color: white;
  border-radius: 19px;
  text-align: center;
}
@media (min-width: 992px) {
  .numberoftrades {
    position: absolute;
    top: -100px;
  }
}
.numberoftrades .explain {
  font-size: 1.4rem;
  color: grey;
}

.bignumber {
  color: #0a4475;
  font-weight: 700;
  font-size: 7rem;
  text-align: center;
  line-height: 6rem;
}

.subhead {
  text-transform: uppercase;
  display: block;
  color: #3f8ccd;
  margin-bottom: 20px;
  letter-spacing: 0.2rem;
}

@media (min-width: 992px) {
  .process {
    padding-right: 120px !important;
    padding-left: 120px !important;
  }
}

.process-step {
  background-color: white;
  box-shadow: #00000031 0px 0px 10px;
  border-radius: 15px;
  transition: all ease-in-out 0.5s;
  padding: 10px;
  position: relative;
  text-align: center;
  margin-bottom: 25px;
  min-height: 272px;
}
.process-step img {
  height: 88px;
  width: auto;
}
.process-step:hover {
  transform: translateY(-15px);
  box-shadow: #00000063 0px 0px 10px;
}
.process-step:hover::after {
  transform: translateY(-70px);
}

.quote-text {
  color: white;
  font-size: 1.3rem;
  line-height: 1.5rem;
}

.quote-name {
  color: #3f8ccd;
  font-weight: 700;
}

.carousel-control-next {
  right: -100px;
}

.carousel-control-prev {
  left: -100px;
}

.client-logo {
  filter: grayscale(1);
  mix-blend-mode: multiply;
  transition: all ease 0.5s;
  transform: scale(0.8);
}
.client-logo:hover {
  filter: grayscale(0);
  transform: scale(1);
}
