body {
  font-family: "Work Sans", sans-serif;
}

.banner {
  background: #000000c2 url(images/banner.jpg);
  background-blend-mode: overlay;
  background-size: cover;
  background-position: center;
}

.main-btn {
  background-color: #dced31;
  border: solid 1px #dced31;
  padding: 15px 30px;
  color: #000;
}

.outline-btn {
  color: #fff;
  border: solid 1px #fff;
  padding: 15px 30px;
  background-color: transparent;
}

.cor {
  color: #dced31;
}

.img-box {
  position: relative;
  z-index: 1;
}

.img-box::before {
  position: absolute;
  content: "";
  bottom: -20px;
  left: -20px;
  width: 0;
  height: 0;
  border-bottom: 400px solid #dced31;
  border-right: 400px solid transparent;
  z-index: -1;
}

.step .icon {
  color: #fff;
  font-size: 30px;
  line-height: 80px;
  height: 80px;
  width: 80px;
  background: #1e2432;
  border-radius: 33% 66% 70% 30%/49% 62% 38% 51%;
  display: inline-block;
  text-align: center;
  margin-bottom: 15px;
  transition: all 0.3s;
}

.step .shadow-lg:hover .icon {
  background-color: #dced31;
  color: #1e2432;
}

.cta {
  background: #1e2432 url(images/bg-shape.png);
  background-size: cover;
  background-position: center;
  padding: 100px 0;
}

.footer .social a {
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  margin-right: 6px;
  background-color: #dced31;
  color: #1e2432;
  border-radius: 50%;
}

.address {
  position: relative;
  padding: 0 0 0 30px;
  border: 0;
  margin-bottom: 8px;
}

.address i {
  color: #fff;
  font-size: 22px;
  position: absolute;
  left: 0;
  top: 12px;
}

.count-card {
  color: #fff;
  text-align: center;
  padding: 35px;
  border-radius: 8px;
  border: 3px solid rgba(255, 255, 255, 0.1);
}

.count-card .icon {
  height: 75px;
  width: 75px;
  font-size: 30px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #0c59db;
  border-radius: 50%;
  margin-bottom: 20px;
}

.count-card .color-4.icon {
  background-color: #fbb81b;
  color: #fff;
}

.count-card .color-3.icon {
  background-color: #ef452e;
  color: #fff;
}

.count-card .color-2.icon {
  background-color: #fff;
  color: #0c59db;
}

@media screen and (max-width: 600px) {
  .img-box::before {
    display: none;
  }
}
