.desc {
  max-width: 500px;
}

.box {
  width: 50px;
  height: 50px;
  line-height: 50px;
  padding-left: 18px;
  border-radius: 16px;
}

.bg-contact {
  position: absolute;
}

.bg-feature {
  position: absolute;
  bottom: -100px;
}

.btn-custom-outline {
  background-color: white !important;
  border: 1px solid #bcd0e5;
  transition: 0.3s;
  color: #2f281e !important;
}

.btn-custom-outline:hover {
  background-color: #275199 !important;
  color: #fff !important;
  border: 1px solid #3261b3;
}

.btn-custom {
  background-color: #275199 !important;
  transition: 0.3s;
  color: #fff !important;
}

.btn-custom:hover {
  background-color: #f9db2c !important;
  color: #fff !important;
}

.link {
  color: #275199;
  transition: 0.3s;
}

.link:hover {
  color: #bb7000;
}

.avatar1 {
  position: absolute;
  bottom: 8px;
  left: 0px;
}

.avatar2 {
  position: absolute;
  bottom: -50px;
  left: 500px;
}

.avatar3 {
  position: absolute;
  top: -75px;
  right: 100px;
}

.avatar4 {
  position: absolute;
  bottom: 100px;
  right: 0px;
}

.avatar5 {
  position: absolute;
  top: -50px;
  left: 100px;
}

#copyrights {
  background-color: #000;
  color: rgba(255, 255, 255, 0.25);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

#copyrights {
  padding: 20px 0;
  background-color: #ddd;
  font-size: 14px;
  line-height: 1.8;
}

.centered-float {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.counter {
  background-color: #ffffff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  padding: 10px 0;
  border-radius: 5px;
}

.count-text {
  font-size: 12px;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 0;
  padding: 0px;
  text-align: center;
}

.fa-2x {
  float: none;
  display: table;
  color: #f31041;
}

.count-title {
  font-size: 16px;
  font-weight: bolder;
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
}