.section__header {
  margin-top: 25px;
  justify-content: center;
  text-align: center;
}

@media screen and (max-width: 1439px) {
  .section__header p {
    margin-bottom: 0;
  }
}
.payment .container:nth-child(2) {
  margin-top: 50px;
}

.margin-top {
  margin-top: 50px;
}

.start .section__header {
  margin-bottom: 15px !important;
}

.section__content .wp-block-button__link {
  display: inline-block;
  min-width: 130px;
  padding: 0;
  background-color: #f05243;
  color: #fff;
  text-align: center;
  font-family: Onest, sans-serif;
  border-radius: 0.75rem;
  border: none;
  transition: 0.3s;
  text-transform: capitalize;
  cursor: pointer;
  color: #fff;
}

.section__content .wp-block-button__link:hover {
  background: #fadb5f;
  color: #8d2b0b;
}

.section__content .wp-block-button__link {
  color: #fff !important;
  padding: 13px 30px;
}

.section__content .text-success {
  color: #009246 !important;
  font-weight: 600;
}

@media all and (max-width: 500px) {
  .section__content .wp-block-table {
    margin: 30px 0;
  }
}
.certifications-grid__item {
  padding: 24px 34px;
  border-right: 1.5px solid #e2e8f0;
  border-bottom: 1.5px solid #e2e8f0;
  padding-bottom: 24px;
  padding-top: 0;
}

.certifications-grid__item:nth-child(4),
.certifications-grid__item:nth-child(8) {
  border-right: none;
}

.certifications-grid__item:nth-child(5),
.certifications-grid__item:nth-child(6),
.certifications-grid__item:nth-child(7),
.certifications-grid__item:nth-child(8) {
  border-bottom: none;
  padding-top: 24px;
  padding-bottom: 0;
}

.certifications-grid__image {
  width: 100%;
  max-width: 195px;
  margin-left: auto;
  margin-right: auto;
}

.certifications-grid__image img {
  display: block;
  width: 100%;
}

.certifications-grid__name {
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #2d3748;
}

.certifications-grid__item:hover .certifications-grid__name {
  color: #8d2b0b;
}

@media screen and (max-width: 1439px) {
  .certifications-grid__name {
    font-size: 16px;
  }
  .certifications-grid__item {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .certifications-grid__item {
    border: none;
  }
}
footer {
  padding: 50px 0 0;
  border-top: 1px solid #e2e8f0;
  position: relative;
}

footer *,
footer a {
  color: #2d3748;
}

footer ul {
  padding-left: 0px;
  margin-bottom: 25px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  footer ul {
    padding-left: 20px;
  }
}

footer a {
  transition: 0.3s;
}

footer a:hover {
  color: #dfb044;
}

.footer_contrast::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(https://dev.alexhost.com/wp-content/uploads/2024/03/lines.webp);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom;
}

@media (min-width: 1024px) {
  .footer_contrast::before {
    background-position: bottom;
  }
}
.new_footer_contrast::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(/wp-content/uploads/2024/07/footer-light-1.webp);
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}

@media (min-width: 1024px) {
  .new_footer_contrast::before {
    background-position: inherit;
  }
}
@media (max-width: 567px) {
  .new_footer_contrast .footer__subtitle {
    color: #f05243;
    padding: 15px;
    border-radius: 10px;
    border: none !important;
    background: white;
  }
}
.new_footer_contrast .footer__subtitle {
  color: #f05243;
}

.footer__social-list {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.footer__social-list a {
  display: inline-block;
  margin-right: 5px;
  cursor: pointer;
}

.footer__social-list img {
  width: 20px;
  height: 20px;
  padding: 0;
  filter: brightness(100);
}

.footer_contrast {
  background: linear-gradient(114.31deg, #611b40 2.2%, #fb4c41 57.73%, #aa323f 92.1%);
  border-top: none;
}

.footer_contrast .footer-logo-light {
  display: none;
}

.footer_contrast .footer-logo-light {
  display: none;
}

.footer_contrast .footer-logo-dark {
  filter: brightness(5);
  display: block !important;
}

.footer_contrast *,
.footer_contrast a {
  color: #f6f6f9;
  font-size: 16px;
}

.footer_contrast a:hover {
  color: #fadb5f;
}

.footer__title {
  font-size: 40px;
  font-family: Onest, sans-serif;
  margin-bottom: 10px;
  display: block;
}
@media (max-width: 567px) {
  .footer__title {
    display: flex;
    justify-content: center;
  }
}

.footer__title ~ p {
  font-size: 16px;
}
@media (max-width: 567px) {
  .footer__title ~ p {
    text-align: center;
  }
}

.footer__subtitle {
  display: block;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.22;
  margin-bottom: 14px;
  font-weight: 700;
}

.footer_n1 {
  background: #fff;
}
.footer_n1 .footer__subtitle {
  color: #f05243;
}
.footer_n1 .footer__social-list img {
  filter: unset !important;
}

@media screen and (max-width: 767px) {
  footer {
    border-top: none;
  }
  footer .footer__subtitle {
    display: block;
    width: 100%;
    padding: 12px 0;
    border-bottom: 1.5px solid #e2e8f0;
    position: relative;
    margin-left: auto;
    margin-right: auto;
  }
  /* footer .col-md-4:nth-child(3) .footer__subtitle {
    border-bottom: none
  } */
  .footer__social .footer__subtitle {
    margin-bottom: 0;
  }
  .footer__social-block {
    display: flex;
    flex-direction: column-reverse;
  }
  .footer__social-block .footer__subtitle {
    border-bottom: none;
  }
  .footer__social-block .footer__subtitle::after {
    display: none;
  }
  .footer__social-list {
    margin-bottom: 20px;
    justify-content: space-between;
    margin-top: 20px;
  }
}
.footer__subtitle::after {
  filter: brightness(0);
}

@media (max-width: 768px) {
  .align-center {
    text-align: center;
  }
}
.footer__logo {
  display: block;
  width: 300px;
  height: 60px;
  background: url(/wp-content/uploads/2023/10/logoah_wh.svg) no-repeat;
}

.new_footer__logo {
  display: block;
  width: 300px;
  height: 60px;
  background: url(/wp-content/uploads/2023/08/logo_black.svg) no-repeat;
}

/* 
.footer_contrast .footer__logo {
  background-image: url(https://dev.alexhost.com/wp-content/uploads/2023/08/logo_white1.svg);
} */
.top-rev {
  display: flex;
  gap: 10px;
  margin-bottom: 35px !important;
}
@media (max-width: 567px) {
  .top-rev {
    justify-content: center;
  }
}

.top-rev img {
  width: 100px;
}

.footer_m1-new .footer__social-list img {
  filter: brightness(0);
}

.team-grid {
  margin-top: 0;
}
.team-grid__item {
  position: relative;
  margin-bottom: 30px;
}
.team-grid__photo {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.team-grid__photo::before {
  content: "";
  width: 100%;
  display: block;
  padding-top: 120%;
}
.team-grid__photo img {
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: auto;
}
.team-grid__info {
  background: #f6f6f9;
  padding: 20px;
  text-align: center;
}
.team-grid__name {
  display: block;
  font-size: 24px;
  font-weight: 600;
  color: #2d3748;
  transition: 0.3s;
}
.team-grid__name:hover {
  color: #8d2b0b;
}
.team-grid__profession {
  font-size: 18px;
  color: #4a5568;
  display: block;
  margin-bottom: 16px;
}
.team-grid__social-list {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.team-grid__social-item {
  display: inline-block;
  margin: 0 8px;
}
.team-grid__social-item i.fa {
  font-family: FA-BR-400;
  color: #2d3748;
  transition: 0.3s;
}
.team-grid__social-item i.fa:hover {
  color: #8d2b0b;
}
.team-grid__suptitle {
  left: 0;
  bottom: calc(100% + 16px);
  font-size: 18px;
  color: #cbd5e0;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 16px;
  padding: inherit;
}

@media screen and (max-width: 1439px) {
  .team-grid {
    margin-top: 0;
  }
  .team-grid__info {
    padding: 18px;
  }
  .team-grid__name {
    font-size: 20px;
  }
  .team-grid__profession {
    font-size: 16px;
  }
  .team-grid__social-item i.fa {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .team-grid__photo img {
    width: 104%;
  }
  .team-grid__item {
    margin-bottom: 30px;
    width: 50%;
  }
  .team-grid__suptitle {
    justify-content: center;
  }
}
@media screen and (max-width: 576px) {
  .team-grid__item-box {
    width: 100%;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }
}/*# sourceMappingURL=about-main.css.map */