/* Index css here */

.about__content-details-para {
  text-align: justify;
}

.skills {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.skills__skill {
width: 30%; /* Adjust the width as per your preference */
}

@media (max-width: 768px) {
.skills {
  justify-content: center;
}

.skills__skill {
  width: 30%; /* Adjust the width as per your preference */
  margin-bottom: 10px; /* Adjust the margin as per your preference */
}
}
.btn,
.btn--theme .btn--bg .btn--theme-inv {
  background: #0fb7fa !important;
}

.header__logo-img-cont {
  background: #0fb7fa !important;
}

.header__logo-container:hover {
  color: #0fb7fa !important;
}

.header__link:hover {
  color: #0fb7fa !important;
}

.heading-sec__main::after,
.heading-sec__main--lt::after {
  background: #0fb7fa !important;
}

/* alert message css  */
.form-message {
  font-size: 16px;
  text-align: center;
}

.form-message.success {
  color: green;
}

.form-message.danger {
  color: red;
}
/* Services css here */
  .services-container {
  margin-top: 30px;
  text-align: center;
}

.services-container h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: left;
}

.service-list {
  list-style: none;
  padding: 0;
  font-family: 'Source Sans Pro',sans-serif;
  max-width: 100;
  font-size: small;

}

.service-list li {
  margin-bottom: 10px;
  font-family: 'Source Sans Pro',sans-serif;
  color: #555;
  font-size: 2rem;
  font-weight: 500;
  max-width: 100;
  margin: 5px;
  line-height: 1.6;
  padding: 5px;
  text-align: left;
  text-align: justify;

}

.service-list h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: left;
  color: black;
}

.service-list p {
  margin-bottom: 5px;
  line-height: 1.5;
  font-family: 'Source Sans Pro',sans-serif;
  color: #555;
  font-size: 2rem;
  font-weight: 500;
  max-width: 100;
  margin: auto;
  line-height: 1.6;
}



/* Foote CSS here */
  .main-footer__upper {
  padding: 20px 0 !important;
}

.main-footer__lower {
  padding: 20px 0 !important;
}

.contact-info__text {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.contact-info__text i {
  margin-right: 10px;
}

/* swall alert box  */
.custom-swal-size {
  width: 800px;
  height: 400px;
}
