html {
  scroll-behavior: smooth;
}
.bg-dark {
    background: linear-gradient(135deg, #013e84, #ff3951) !important;
}

/* ************ */

.dg-service-item .icon-wrapper i {
  font-size: 20px;
  color: #fff;
  transition: 0.3s;
}

.dg-service-item:hover i {
  transform: scale(1.2);
}


.single-logo {
  text-align: center;
}


/* subscribe-box */
.mk-subscribe-box .sb-object {
    right: -40px;
    top: -20px;
    width: 74%;
}

/* footer */
footer {
  background: linear-gradient(135deg, #1e1b4b, #312e81);
  color: #cbd5e1;
}

footer a {
  color: #94a3b8;
  transition: 0.3s;
}

footer a:hover {
  color: #ff3c5f;
}

footer h5, 
footer h6 {
  color: #ffffff;
}

.footer-single-col{
  img{
    filter: brightness(0) invert(1);
    width: 208px;
  }
}