a {
  text-decoration: none;
}
.st-site-branding.text-logo {
  font-size: 1.5rem;
  font-weight: 600;
}

.st-hero.st-style1 .st-hero-title {
  font-size: 36px;
}
.st-hero.st-style1 .st-hero-subtitle {
  max-width: 40rem;
}

/* .st-funfact.st-style1 .st-funfact-number {
    font-size: 36px;
    margin-bottom: 3px;
} */

.custom-tabs .st-tab-links.st-style1 li a span {
  margin-top: 6px;
  margin-bottom: 1px;
  font-size: 13px;
  line-height: 1.4;
}

.st-funfact.st-style1 h2,
.st-funfact.st-style1 .st-funfact-number {
  font-size: 30px;
}

.st-text-field .footer-logo-text {
  font-size: 1.5rem;
  font-weight: 600;
}

.st-social-btn.st-style1 li a img {
  width: 22px;
}

/** Blog modal **/

.modal.blog-modal .modal-content {
  border: 0px;
}

.modal.blog-modal .modal-body {
  padding-left: 4rem;
  padding-right: 4rem;
}

@media screen and (max-width: 767px) {
  .modal.blog-modal .modal-body {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

/* Line clamp ( Multiple line text ellipsis ) */
.line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  border: 1px solid transparent;
  padding: 0px;
}
.line-clamp1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  border: 1px solid transparent;
  padding: 0px;
}
.line-clamp4 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  border: 1px solid transparent;
  padding: 0px;
}

/** list style **/
.list-content-wrap h5 {
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
  font-weight: 600;
}
.list-content-wrap ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.list-content-wrap ul li {
  padding-left: 0rem;
  position: relative;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 600;
}
.list-content-wrap ul li i {
  color: #0cb8b6;
  margin-right: 0.8rem;
  transition: 0.2s ease;
  font-size: 1.2rem;
}
.list-content-wrap ul li:hover i {
  color: var(--theme-primary-color);
  transform: scale(1.1);
}

/** Certification **/
.certification-section {
  padding-top: 5rem;
}
.certification-section .card-gallery .card-content {
  height: 220px;
}
.card-gallery .card-content {
  padding: 1rem;
  border-radius: 0.5rem;
  transition: 0.25s ease;
  overflow: hidden;
}
.card-gallery .card-content img {
  height: 100%;
  object-fit: contain;
  transition: 0.2s ease;
}
.card-gallery:hover {
  border-color: #0cb8b6;
}
.card-gallery:hover img {
  transform: scale(1.1);
}
.card-gallery .card-footer {
  border-top-color: #f4f4f4;
  text-align: center;
}
.card-gallery .card-footer p {
  margin-bottom: 0;
  font-size: inherit;
}

@media screen and (max-width: 480px) {
  .st-shedule-wrap {
    padding: 0;
  }
  .st-shedule-list li {
    flex-direction: column;
  }
  .st-shedule-list .st-shedule-left {
    font-weight: 500;
  }
}
