#candidates {
    background: #f6f9ff;
    border-top: 1px solid #e1ecff;
    padding: 50px 0;
}

#candidates .email {
    margin: 15px 0px;
    font-weight: bold;
}

.success {
    background-color: #198754 !important;
    border-color: #198754 !important;
}

#candidates h2 {
    font-size: 24px;
    font-weight: 700;
    color: #005487;
}

#candidates p {
    color: #005487;
}

.services .service-box {
    border-bottom: 3px solid #005487;
  }
  .services .service-box .icon {
    color: #005487;
    background: #dbf3fe;
  }
  .services .service-box .read-more {
    color: #005487;
  }
  .services .service-box:hover {
    background: #005487;
  }

  #service header {
    text-align: center;
    padding-bottom: 40px;
  }
  
  #service header h2 {
    margin: 10px 0 0 0;
    padding: 0;
    font-size: 38px;
    line-height: 42px;
    font-weight: 700;
    color: #005487;
  }

  .profile.steps h3 {
    color: #005487 !important;
  }

  .profile.steps h4 {
    font-size:  16px !important;
    color: #000 !important;
  }

  .service-hero h3 {
    font-size: 35px;
    text-align: center;
    color: #005487;
    font-weight: 700;
    text-transform: uppercase;
  }

  .service-hero p {
    line-height: 30px !important;
    font-size: 20px !important;
  }

  .service-hero .service-img {
    justify-content: center !important;
  }

  .service-hero img {
    /* width: 50%; */
  }

  .service-hero h2 {
    font-size: 25px;
    font-weight: 700;
    color: #005487;
    margin-bottom: 20px;
  }

  #values > .process {
    margin-bottom: 100px;
  }

  .branches-text {
    font-size: 18px;
    text-align: center;
  }

  .features {
    padding: 15px 0px;
  }

  #contact-email {
    font-size: 13px;
  }

  .list > div {
    color: ##444444;
    font-size: 18px;
  }

  .list i {
    color: #28a745;
    font-size: 20px;
  }

/*--------------------------------------------------------------
# Whatsapp Icon
--------------------------------------------------------------*/
.whatsapp-icon {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #00B907;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.whatsapp-icon i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.whatsapp-icon:hover {
  background: #0C9715;
  color: #fff;
}


@media (min-width: 992px) {
  .values.aspects, .section-margin {
    margin-top: 200px;
  }
}