


body {
  background-color: #fffefc;
  color: #403c3a;
  font-family: 'Inter','Georgia', serif;
  line-height: 1.7;
  font-size: 1.1rem;
  margin: 0;
  padding: 0;
}



.section-1{
  background: #1e3c6f;
  color:#fff;
}

/**background: #24385b; **/

.section-1 h3 span{
  color:#fff;
}

.mr-10{
  margin-right: 10px;
}

.service-item{
  width: 100%;
}

.section-title p {
  font-weight: normal;
}

.services .service-item.service-item-bg-blue{
  background-color:#aecefb; /*#10182f; */
  color:#000;
}

.services .service-item.service-item-bg-blue.icon-box h4 a{
  color:#000;
}

.services .icon-box .icon i{
  color: #52595D;


}

.highlight-text {
  color: #4B49AC;
  font-weight: 500;
  font-size: 0.95rem;
}

.section-bg-blue {
  background-color: #ebf0f7;
}

.services .icon-box {
  text-align: center;
  border: 1px solid #e2eefd;
  padding: 30px 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
}

a:hover {
  color: rgb(197, 48, 48); /* Change the text color to red on hover */
 
}

.section-intro {
  background-color: #0f172a;
  color: #e2e8f0;

}

.section-last{
  background-color: #0f172a;
  color: #e2e8f0;
}

@media (max-width: 576px) {
  section,
  .section-intro,
  .services,
  .bg-light,
  .bg-white {
    padding-top: 1rem !important;
    padding-bottom: 0.5rem !important;
  }

  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  h2, h5 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem;
  }

  .card {
    margin-bottom: 1.5rem;
  }

  img.img-fluid {
    max-height: 150px !important;
    object-fit: cover;
  }

  #started img {
    float: none !important;
    display: block;
    margin: 1rem auto;
    width: 100% !important;
    max-width: 300px;
  }


}