.page-title h1 {
  color: #fff;
}

.page-title p {
  color: #ffffffa4;
}

.filter-bar input.form-control {
  padding: 10px !important;
}

.doc-sec {
  padding-top: 0;
}

.page-title.bg-overlay:before {
  left: 51%;
}

/* .bg-overlay:before{
    left: 51%;
} */




.steps-section .step-card {
  border: 1px solid #055e7b;
  border-radius: 8px;
  padding: 20px 15px;
  background: #fff;
  transition: all 0.3s ease;
  text-align: center;
  width: 180px;
  margin: 10px;
}

.steps-section .step-card:hover {
  background: #21b0d914;
  transform: translateY(-5px);
}

.steps-section .icon {
  width: 50px;
  height: 50px;
  margin-bottom: 15px;
}

.steps-section h6 {
  font-size: 15px;
  font-weight: 600;
  min-height: 40px;
}

.steps-section .step-num {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #055e7b;
}

.steps-flow {
  flex-wrap: wrap;
}

.steps-flow .arrow {
  font-size: 24px;
  color: #055e7b;
  margin: 0 10px;
  font-weight: bold;
}

a.btn.cta-btn {
  border: 1px solid white;
  color: white;
  border-radius: 15px;
  margin: 10px 0;
}

.faq h2 {
  text-align: center;
}

#accordion {
  margin: auto;
}

footer.footer {
  padding-top: 40px;
}

.vision_mission {
  margin: 0;
  padding: 0;
  list-style-position: inside;
  list-style: none;
}
.steps-section .step_container{
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: auto;
}

@media screen and (max-width:769px) {
  .about-layout2 {
    margin-bottom: 50px;
  }

  .services-carousel .content::before {
    left: -89px;
  }

  .services-carousel .content::after {
    right: -217px;
  }
  .steps-section .step_container {justify-content: left;}
  .steps-section .step-card{min-width: 180px;}

}