.hero-sec {
  /* color: #2196f3; */
  color: #4361ee !important;
}

.hero-1 {
  color: #1e222d !important;
}

.bold{
  font-weight:bold;
  color:black;
}

/* Media query for mobile devices */
@media only screen and (max-width: 640px) {
  .sm-huge{

    font-size:30px !important;
    text-align:center;
  }

  .uk-overlay{
    padding: 24px 11px;

  }

  .hero-ex{
    font-size: 11px;
    margin-top: 10px !important;
    text-align:center;
  }

  .in-slideshow h1{
    min-height: auto;
    margin-bottom: 17px;
  }

  .uk-grid-medium{
    top:129px !important;
  }
}