/*--------------- Hero ------------------*/

.hero {
  width: 100%;
  height: 100%;
}

.cta {
  margin-top: 2%;
}

.hero-logo {
  display: block;
  width: 15%;
  height: auto;
  margin: 0 auto;
}

h1 {
  text-align: center;
  font-size: 3rem;
  color: rgba(4, 39, 66, 1);
  font-weight: 500;
}

h2 {
  text-align: center;
  font-family: 'Work Sans', sans-serif;
  font-weight: 300;
  width: 50%;
  margin: 2.5em auto;
  color: rgba(4, 39, 66, 1);
}

.blue {
  color: #0C74C1;
}

/*-------------- Main Content ----------------*/

.content {
  width: 100%;
  height: 100%;
  top: -7%;
  position: relative;
  color: #fff;
}

.content-box {
  width: 100%;
  height: 80%;
  background-color: #fff;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  color: #fff;
  border-top: 2px solid #042742;
}

.flex-col {
  flex-direction: column;
}

.box-wrap {
  width: 48%;
  height: 50%;
}

.box-wrap > * {
  text-align: center;
  color: #042742;
  line-height: 1.5rem;
  margin: 0 auto;
}

.blue-box {
  background-color: #042742;
  position: relative;
  height: 100%;
  flex-direction: column;
  padding-top: 4em;
}

.blue-box > * > * {
  color: #fff;
}
.box-wrap h3 {
  font-size: 3rem;
  margin-bottom: 1em;
}

h4 {
  font-size: 2rem;
  margin-bottom: 1em;
  font-weight: 400;
}

.box-wrap p {
  font-weight: 200;
}

.vert {
  border-left: 2px solid #0C74C1;
  height: 50%;
}

.rev-slant {
  background-color: #0C74C1;
  position: relative;
  top: 15%;
  height: 50%;
  clip-path: polygon(
  0 10%, /* left top */
  100% 0%, /* right top */
  100% 90%, /* right bottom */
  0 100% /* left bottom */
);
}

.rev-slant .body-box {

}

/*-------- Service Box ----------*/

#service {
  width: 100%;
  display: block;
}

#service::after {
  background-color: #fff;
  content: "";
  width: 100%;
  height: 70%;
  position: absolute;
}

#service-flex {
  width: 80%;
  margin: 0 auto;
  height: 20%;
  display: flex;
  justify-content: space-between;
}

#service .box-wrap {
  margin: 0 auto 1em auto;
  height: 15%;
}

.service-box {
  background-color: #fff;
  height: 140%;
  box-shadow: rgba(0,0,0,.16) 0 4px 6px;
  width: 40%;
  border-radius: 10px;
  height: 400%;
  z-index: 1;
  color: #042742;
  padding: 2em;
  text-align: center;
}

.service-box ul {
  height: 70%;
}

.service-box h4 {
  margin: 0;
}

.service-box ul li {
  height: 33.3%;
  font-weight: 200;
  text-align: left;
  font-size: .9rem;
  line-height: 1.5rem;
  display: flex;
  width: 100%;
  align-items: center;
}


i {
  vertical-align: middle;
  max-width: 1.25rem;
  font-size: 1.25rem;
}

li .vert {
  margin: 0 2em;
}

.button-wrap {
  height: calc(100% - 4em - 70%);
  display: flex;
  justify-content: space-evenly;
  align-items:center;
}

.button-wrap .button-box {
  margin: 0 auto;
  padding: 0;
  height: 70%;
}
