.default-color-btn {
    border: none;
    background-color: #000;
    color: #fff;
    font-weight: 400;
    text-align: center;
    width: 100%;
    font-size: 14px;
    margin: 0 0 10px;
    padding: 5px 0
}

.home-text h5 {
  background-color: #e3e6ef;
  padding: 2px 8px;
  display: inline-block;
  font-size: 12px;
  border-radius: 15px;
  box-shadow: 0px 0px 3px 0.25px #dc3545;
  border: 2px solid #fff;
}

.bg-home {
  background-image: url('../images/main.png');
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-size: cover;
  background-position: 50% -10px;
  background-repeat: no-repeat;
  background-color: #f1f5f9;
}

.btn-custom-white:hover, .btn-custom-white:focus, .btn-custom-white:active, .btn-custom-white.active, .btn-custom-white.focus {
  outline: none;
  background-color: #ededed;
  border-color: #ededed;
    border-bottom-color: rgb(237, 237, 237);
  border-bottom-color: #d9d9d9;
  color: #5d5b6f;
  text-decoration: none;
}

.btn-custom-white {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
    border-top-color: rgb(224, 224, 224);
    border-right-color: rgb(224, 224, 224);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(224, 224, 224);
    border-left-color: rgb(224, 224, 224);
    border-bottom: 3px solid #e0e0e0;
}

.bg-cta {
  background-color: #000000;
}

.home-text {
  padding: 100px 0;
}


.home-text h1 {
  color: #24272c;
  font-weight: 700;
  margin: 10px 0 20px;
  font-size: 40px;
}

.demo-box {
  padding: 20px 0 30px 0;
  text-align: center;
  position: relative;
}

.demo-box a {
  border: 8px solid #ffffff;
  display: block;
  transition: all 400ms ease-in-out;
  box-shadow: 0 1px 50px rgba(153, 153, 153, 0.35);
}

.demo-box h4 {
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 24px;
  font-size: 16px;
}

.features-content i.one {
  color: #0d1018;
}
.features-content i {
  display: inline-block;
  font-size: 35px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  line-height: 70px;
  border: 4px solid #fff;
  box-shadow: 0px 0px 0px 1.25px #f3f3f3;
  background-color: #0d10180d;
}

.bg-soft-warning {
  background-color: rgba(244,161,77,.15);
  color: #f4a14d;
}