.hero:after {
   background: rgba(0, 0, 0, 0.15);
}
#header {
  background: #1e1e1e;
}
.stats-col .circle {
  border: 6px solid #db3655;
}
.stats-col .circle .stats-no {
  background-color: #199EB8;
 }
 .features h2 {
  color: #db3655;
}
.feature-col .feature-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 15px;
  background: #db3655;
  color: #fff;
  font-size: 24px;
  text-align: center;
  line-height: 70px;
  border-radius: 50%;
  display: inline-block;
}

.feature-col h3 {
  color: #db3655;
}
.cta {
  background-color: #db3655;
}
.portfolio h2 {
  color: #db3655;
}
.portfolio {
  background-color: #ffedf6;
}
.team h2 {
  color: #db3655;
}
#contact {
  background: #ffedf6;
}

#contact h2 {
  color: #db3655;
}
.team .card:hover .card-title-wrap {
  background-color: #db3655;
}
#contact .info i {
  color: #db3655;
}
#contact .form button[type="submit"] {
  background: #db3655;
}

#contact .form button[type="submit"]:hover {
  background: #ff2994;
}
.site-footer .credits a {
  color: #db3655;
}
.nav-menu ul li:hover {
  background: #db3655;
}
.site-footer .bottom .list-inline a:hover {
  color: #db3655;
}
.scrolltop {
  display: none;
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #db3655;
  color: #fff;
  text-align: center;
  font-size: 24px;
}