.others-boxarea {
  height: 100%;
}

.others-boxarea a {
  margin-bottom: 10px;
}

.others-boxarea:hover p {
  color: #fff;
}

.copyright-area a {
  transition: 0.5s;
}

.copyright-area a:hover {
  color: #a01b2c !important;
}

.copyright-area ul li a:hover {
  color: #a01b2c !important;
}

#vl-header-sticky {
  background-color: #f4f4f9;
}

.bg-w {
  background-color: #fff !important;
}

.bg-g {
  background-color: #f4f4f9 !important;
}

.homepage2-body .vl-main-menu .active {
  color: #a01b2c !important;
}

.service1-inenr-widget .service-main-boxarea {
  height: 100%;
}

@media only screen and (max-width: 600px) {
  .contact-widget-small {
    height: auto;
  }
}

/* 1. Pulse Animation */
.btn-pulse {
  background-color: #3498db;
  color: white;
  animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}