.cursor {
  display: inline-block;
  background-color: #e8eeee;
  margin-left: 0.1rem;
  width: 3px;
  animation: blink 1s infinite;
}
.typing {
  animation: none;
}
@keyframes blink {
  0%  { background-color: #e8eeee; }
  49% { background-color: #e8eeee; }
  50% { background-color: transparent; }
  99% { background-color: transparent; }
  100%  { background-color: #e8eeee; }
}


.social-contact-link .fa-brands {
  font-size: 30px;
}

.social-contact-link {
  display: flex;
  align-items: center;
  gap: 16px;
}

.services .service-card .image-block .card-image {
  border: 6px solid #4c7d9d;
}

.bkicon {
  /*width: 80px;*/
  max-width: 80px !important;
}

.contact-list .fa-brands {
  font-size: 22px;
}

.aboutme {
  margin-top: 30px;
  margin-bottom: 30px;
  display:none;
}

.about-me{
	cursor:pointer;
}

.hero-banner .fade-text {
  top: 20%;
}