html { scroll-behavior: smooth; }
.navbar-brand {
  width: 150px;
}
.footer-logo {
  width: 250px;
}
.hero-area .section__bg {
  filter: brightness(50%);
}
.service-item:hover {
  background: #7712c8;
  box-shadow: 0px 15px 60px 0 rgba(35, 92, 81, 0.25);
}
.overview-area {
  background: #ffffff;
}
.overview-counter-item {
  background: #F3F3F3;
}
[id]::before {
  content: '';
  display: block;
  height:      75px;
  margin-top: -75px;
  visibility: hidden;
}
.footer-item .footer-info ul li i {
    color: #dc3daa;
}
.footer-top .footer-social ul li a:hover {
background: linear-gradient(90deg, #dc3daa 0%, #7712c8 100%);
    
}
.back-to-top {
  background: linear-gradient(90deg, #dc3daa 0%, #7712c8 100%);
}
.lds-ellipsis {
  width: 250px;
}