*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  font-family: "Archivo", sans-serif;
  font-size: 16px;
  line-height: 27px;
  margin: 0;
}

.wpcf7 p {
  margin: 0;
}

.wpcf7 p br {
  display: none;
}

img {
  max-width: 100%;
  display: block;
}

.d-none-mob {
  display: none;
}

.btn-default {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-family: "Archivo", sans-serif;
  font-size: 16px;
  text-decoration: none;
  color: #0898E1;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 21%;
}
.btn-default p {
  display: flex;
}
.btn-default .icon-addon {
  position: relative;
  width: 50px;
  height: 50px;
  margin-right: 15px;
  transition: all 2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 100%;
}
.btn-default .icon-addon img {
  width: auto;
  height: auto;
}
.btn-default .icon-addon svg {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
}
.btn-default:hover .icon-addon {
  transform: rotate(90deg);
}

.slick-slider .slick-arrow.slick-next {
  right: 0;
  z-index: 999;
}
.slick-slider .slick-arrow.slick-prev {
  left: 0;
  z-index: 999;
}

.wpcf7-spinner {
  display: none;
}

@media only screen and (min-width: 1200px) {
  .btn-default {
    color: #0898E1;
    font-family: "Archivo", sans-serif;
    font-size: 1.0416666667vw;
    font-style: normal;
    font-weight: 700;
    line-height: 3.125vw; /* 333.333% */
    letter-spacing: 0.196875vw;
  }
  .btn-default .icon-addon {
    width: 4.1666666667vw;
    height: 4.1666666667vw;
    margin-right: 1.3020833333vw;
  }
  .btn-default .icon-addon img {
    width: 100%;
    height: fit-content;
  }
}
.hm-about-section .section-inner {
  padding: 0 20px;
}
.hm-about-section .section-inner .hmb-image {
  position: relative;
}
.hm-about-section .section-inner .hmb-image .hmb-title {
  position: absolute;
  top: 35px;
  left: 45px;
  width: 186px;
  color: #FFF;
  text-shadow: 0px 4px 54px rgba(0, 96, 132, 0.6);
  font-family: "Archivo", sans-serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 85.714% */
  letter-spacing: -1.75px;
  z-index: 1;
}
.hm-about-section .section-inner .hmb-video-wrapper {
  position: relative;
  width: 315px;
  height: 160px;
  margin: -60px -20px 70px auto;
  overflow: hidden;
  border-radius: 10px 0px 0px 10px;
  z-index: 99;
}
.hm-about-section .section-inner .hmb-video-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hm-about-section .section-inner .hmb-video-wrapper .hmb-video-link {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  font-family: "Archivo", sans-serif;
  font-size: 12px;
}
.hm-about-section .section-inner .hmb-video-wrapper .hmb-video-link svg {
  width: 40px;
  height: 40px;
  fill: transparent;
}
.hm-about-section .section-inner .hmb-video-wrapper .hmb-video-link .hmb-video-text {
  width: 100%;
  text-align: center;
}
.hm-about-section .section-inner .hmb-content {
  margin-bottom: 70px;
}
.hm-about-section .section-inner .hmb-content .hmb-content-title {
  color: #353535;
  font-family: "Archivo", sans-serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 300;
  line-height: 29px; /* 85.714% */
  letter-spacing: -3.5px;
}
.hm-about-section .section-inner .hmb-content .hmb-content-title span {
  font-weight: 700;
  width: 100%;
  display: block;
}
.hm-about-section .section-inner .hmb-content .hmb-content-text {
  color: #4D4D4D;
  font-family: "Archivo", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
  letter-spacing: -0.28px;
  margin-bottom: 30px;
}

.hm-fig {
  overflow: hidden;
  position: relative;
}
.hm-fig .figure-item {
  position: absolute;
  z-index: 99;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.hm-fig .figure-item .fg-value {
  width: 70px;
  color: #353535;
  font-family: "Archivo", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
  line-height: 80px; /* 266.667% */
  letter-spacing: -1.8px;
}
.hm-fig .figure-item .fg-label {
  width: 144px;
  color: #353535;
  font-family: "Archivo", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 80% */
  letter-spacing: -1px;
}
.hm-fig .figure-item.item-1 {
  top: 30px;
  left: 30px;
}
.hm-fig .figure-item.item-2 {
  top: 80px;
  left: 120px;
}
.hm-fig .figure-item.item-3 {
  bottom: 80px;
  left: 30px;
}
.hm-fig .figure-item.item-4 {
  bottom: 30px;
  right: 30px;
}
.hm-fig img {
  width: 100%;
}

.map-image-section {
  padding: 0 20px;
  margin-top: 40px;
}
.map-image-section .map-wrap {
  position: relative;
  padding-bottom: 20px;
}
.map-image-section .map-wrap .map-point {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
.map-image-section .map-title {
  color: #244E94;
  font-family: "Archivo", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
  line-height: 60px; /* 200% */
  letter-spacing: -1.5px;
}
.map-image-section .map-title span {
  display: block;
  width: 100%;
  font-weight: 900;
  font-size: 60px;
  line-height: 46px;
}
.map-image-section .map-content {
  color: #4D4D4D;
  text-align: justify;
  font-family: "Archivo", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
  letter-spacing: -0.28px;
  margin-bottom: 40px;
}
.map-image-section .map-content span {
  color: #244E94;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
}

.hm-certifications .section-inner {
  padding: 0 20px;
}
.hm-certifications .section-inner .hm-certification-img {
  border-radius: 20px;
  overflow: hidden;
}
.hm-certifications .section-inner .hm-certification-img img {
  width: 100%;
}
.hm-certifications .hm-certification-listing {
  margin-bottom: 70px;
}
.hm-certifications .hm-certification-listing .hmc-title {
  padding: 0 20px;
  color: #353535;
  font-family: "Archivo", sans-serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 300;
  text-align: center;
  line-height: 29px; /* 82.857% */
  letter-spacing: -1.75px;
}
.hm-certifications .hm-certification-listing .hmc-title span {
  font-weight: 700;
  width: 100%;
  display: block;
}
.hm-certifications .hm-certification-listing .hmc-para {
  padding: 0 20px;
  color: #4D4D4D;
  text-align: center;
  font-family: "Archivo", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
  letter-spacing: -0.28px;
}
.hm-certifications .hm-certification-listing .hm-logo-slider {
  margin-top: 40px;
}
.hm-certifications .hm-certification-listing .hm-logo-slider .logo-card-outter {
  padding: 0 15px;
}
.hm-certifications .hm-certification-listing .hm-logo-slider .logo-card-outter .logo-card {
  background: linear-gradient(0deg, rgb(0, 0, 0) 13.38%, rgba(94, 234, 243, 0.4) 54.73%, rgba(51, 141, 175, 0.95) 80.75%, #13487C 99.96%);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 574px;
}
.hm-certifications .hm-certification-listing .hm-logo-slider .logo-card-outter .logo-card .logo-card-img {
  padding-top: 30px;
}
.hm-certifications .hm-certification-listing .hm-logo-slider .logo-card-outter .logo-card .logo-card-img img {
  margin: 0 auto;
  width: 80%;
}
.hm-certifications .hm-certification-listing .hm-logo-slider .logo-card-outter .logo-card .logo-card-content {
  padding: 20px;
}
.hm-certifications .hm-certification-listing .hm-logo-slider .logo-card-outter .logo-card .logo-card-content .logo-card-title {
  font-family: "Archivo", sans-serif;
  color: #ffffff;
  font-size: 28px;
  text-align: center;
  margin: 0;
}
.hm-certifications .hm-certification-listing .hm-logo-slider .logo-card-outter .logo-card .logo-card-content .logo-card-content-text {
  font-family: "Archivo", sans-serif;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  margin: 0 auto;
  width: 60%;
  line-height: 18px;
}
.hm-certifications .hm-certification-listing .counter-arrow {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
.hm-certifications .hm-certification-listing .counter-arrow .counter-arrow-left svg {
  width: 20px;
  height: 20px;
}
.hm-certifications .hm-certification-listing .counter-arrow .counter {
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  line-height: 16px;
  align-items: center;
}
.hm-certifications .hm-certification-listing .counter-arrow .counter-arrow-right svg {
  width: 20px;
  height: 20px;
}

.hm-services .section-inner {
  padding: 0 20px;
}
.hm-services .section-inner .hms-title-cta-wrap .hms-title-cta-wrap-title {
  color: #353535;
  font-family: "Archivo", sans-serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 300;
  line-height: 29px; /* 82.857% */
  letter-spacing: -1.75px;
}
.hm-services .section-inner .hms-title-cta-wrap .hms-title-cta-wrap-title span {
  font-weight: 700;
  width: 100%;
  display: block;
}
.hm-services .section-inner .hms-title-cta-wrap .btn-default {
  display: none;
}
.hm-services .section-inner .hm-service-listing .service-card-outter {
  margin-bottom: 20px;
}
.hm-services .section-inner .hm-service-listing .service-card-outter .service-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.hm-services .section-inner .hm-service-listing .service-card-outter .service-card img {
  width: 100%;
}
.hm-services .section-inner .hm-service-listing .service-card-outter .service-card:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 9.53%, rgba(94, 234, 243, 0.54) 48.41%, rgba(41, 121, 160, 0.88) 63.04%, rgba(19, 72, 124, 0.9) 77.2%);
}
.hm-services .section-inner .hm-service-listing .service-card-outter .service-card .service-card-content {
  position: absolute;
  padding: 25px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.hm-services .section-inner .hm-service-listing .service-card-outter .service-card .service-card-content .service-card-title {
  color: #FFF;
  font-family: "Archivo", sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px; /* 80% */
  letter-spacing: -1.25px;
  margin: 0;
}
.hm-services .section-inner .hm-service-listing .service-card-outter .service-card .service-card-content .service-card-title span {
  font-size: 18px;
  font-weight: 500;
  display: block;
  width: 100%;
}
.hm-services .section-inner .hm-service-listing .service-card-outter .service-card .service-card-content .link-wrap .btn-default {
  color: #FFF;
}
.hm-services .section-inner .hm-service-listing .service-card-outter .service-card .service-card-content .link-wrap .btn-default:hover {
  color: #fff;
}

@media only screen and (min-width: 768px) {
  .hm-services .section-inner {
    padding: 0 5px;
  }
  .hm-services .section-inner .hms-title-cta-wrap {
    padding: 0 15px;
  }
  .hm-services .section-inner .hm-service-listing {
    display: flex;
    flex-wrap: wrap;
  }
  .hm-services .section-inner .hm-service-listing .service-card-outter {
    margin-bottom: 20px;
    width: 50%;
    padding: 0 15px;
  }
  .hm-fig {
    overflow: hidden;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding: 0 20px;
  }
  .hm-fig .wrapp {
    display: flex;
    margin-bottom: 20px;
  }
  .hm-fig .figure-item {
    position: static;
    z-index: 99;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 50%;
  }
  .hm-fig .figure-item .fg-value {
    width: 70px;
    color: #353535;
    font-family: "Archivo", sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 900;
    line-height: 80px; /* 266.667% */
    letter-spacing: -1.8px;
  }
  .hm-fig .figure-item .fg-label {
    width: 144px;
    color: #353535;
    font-family: "Archivo", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; /* 80% */
    letter-spacing: -1px;
  }
  .hm-about-section .section-inner .hmb-video-wrapper {
    width: 75%;
    height: 200px;
    margin: -150px -20px 70px auto;
  }
  .hm-about-section .section-inner .hmb-image .hmb-title {
    position: absolute;
    width: 250px;
    font-size: 50px;
    line-height: 45px;
    letter-spacing: -1.75px;
  }
}
@media only screen and (min-width: 992px) {
  .hm-certifications {
    display: flex;
    flex-wrap: wrap;
  }
  .hm-certifications .section-inner {
    width: 50%;
    margin: auto;
  }
  .map-image-section {
    display: flex;
    flex-wrap: wrap;
  }
  .map-image-section .map-title {
    width: 50%;
  }
  .map-image-section .map-content {
    width: 50%;
  }
  .hm-fig {
    overflow: hidden;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding: 0 20px;
    margin-top: 60px;
  }
  .hm-fig .figure-item {
    position: static;
    z-index: 99;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 25%;
  }
  .hm-fig .figure-item .fg-value {
    width: 70px;
    color: #353535;
    font-family: "Archivo", sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 900;
    line-height: 80px; /* 266.667% */
    letter-spacing: -1.8px;
  }
  .hm-fig .figure-item .fg-label {
    width: 144px;
    color: #353535;
    font-family: "Archivo", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; /* 80% */
    letter-spacing: -1px;
  }
  .hm-about-section {
    position: relative;
    padding-bottom: 300px;
  }
  .hm-about-section .section-inner {
    display: flex;
    flex-wrap: wrap;
  }
  .hm-about-section .section-inner .hmb-image {
    position: relative;
    width: 50%;
  }
  .hm-about-section .section-inner .hmb-video-wrapper {
    width: 75%;
    height: 400px;
    position: absolute;
    bottom: 0;
    margin: 0;
    right: 0;
    box-shadow: 0px 4px 65.1px 0px rgba(0, 0, 0, 0.25);
  }
  .hm-about-section .section-inner .hmb-content {
    margin-bottom: 70px;
    width: 50%;
  }
}
@media only screen and (min-width: 1200px) {
  .hm-services .section-inner {
    padding: 0 6.5104166667vw;
    margin-bottom: 4.1666666667vw;
  }
  .hm-services .section-inner .hms-title-cta-wrap {
    padding: 0 0.78125vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .hm-services .section-inner .hms-title-cta-wrap .btn-default {
    display: flex;
    flex-wrap: wrap;
  }
  .hm-services .section-inner .hms-title-cta-wrap .hms-title-cta-wrap-title {
    font-size: 3.6458333333vw;
    line-height: 3.6458333333vw;
  }
  .hm-services .section-inner .hm-service-listing {
    display: flex;
    flex-wrap: wrap;
  }
  .hm-services .section-inner .hm-service-listing .service-card-outter {
    margin-bottom: 0.78125vw;
    width: 50%;
    padding: 0 0.390625vw;
  }
  .hm-services .section-inner .hm-service-listing .service-card-outter .service-card {
    border-radius: 2.0833333333vw;
  }
  .hm-services .section-inner .hm-service-listing .service-card-outter .service-card .service-card-content {
    padding: 3.6458333333vw;
  }
  .hm-services .section-inner .hm-service-listing .service-card-outter .service-card .service-card-content .service-card-title {
    font-size: 2.6041666667vw;
    line-height: 2.0833333333vw;
    margin: 0;
    width: 26.3020833333vw;
  }
  .hm-services .section-inner .hm-service-listing .service-card-outter .service-card .service-card-content .service-card-title span {
    font-size: 1.3020833333vw;
    font-weight: 500;
  }
  .hm-services .section-inner .hm-service-listing .service-card-outter .service-card .service-card-content .link-wrap {
    width: 100%;
  }
  .map-image-section {
    display: flex;
    flex-wrap: wrap;
    padding: 0 7.2916666667vw;
    align-items: center;
    margin-bottom: 7.2916666667vw;
    margin-top: 2.34375vw;
  }
  .map-image-section img {
    width: 77.34375vw;
    margin: auto;
  }
  .map-image-section .map-title {
    width: 51.0416666667vw;
    color: #244E94;
    font-size: 3.6458333333vw;
    font-style: normal;
    font-weight: 300;
    line-height: 3.125vw; /* 85.714% */
    letter-spacing: -0.1822916667vw;
    margin-bottom: 0;
  }
  .map-image-section .map-title.d-none-desk {
    display: none;
  }
  .map-image-section .map-title.d-none-mob {
    display: block !important;
  }
  .map-image-section .map-title span {
    font-size: 7.2916666667vw;
    font-style: normal;
    font-weight: 900;
    line-height: 5.2083333333vw; /* 71.429% */
    letter-spacing: -0.3645833333vw;
    padding-bottom: 0.78125vw;
  }
  .map-image-section .map-content {
    width: calc(100% - 51.0416666667vw);
    font-size: 1.0416666667vw;
    line-height: 1.5625vw;
    margin-bottom: 0;
  }
  .map-image-section .map-content span {
    font-size: 1.0416666667vw;
    font-weight: 700;
    line-height: 1.5625vw;
  }
  .hm-fig {
    overflow: hidden;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 1.5625vw 0;
    margin-top: 10.4166666667vw;
  }
  .hm-fig .wrapp {
    padding: 0 2.6041666667vw;
    display: flex;
  }
  .hm-fig .figure-item {
    position: static;
    z-index: 99;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 25%;
    margin-bottom: 1.5625vw;
  }
  .hm-fig .figure-item .fg-value {
    width: 10.4166666667vw;
    color: #353535;
    font-family: "Archivo", sans-serif;
    font-size: 4.1666666667vw;
    font-style: normal;
    font-weight: 900;
    line-height: 4.1666666667vw; /* 266.667% */
    letter-spacing: -0.09375vw;
  }
  .hm-fig .figure-item .fg-label {
    width: calc(100% - 10.4166666667vw);
    color: #353535;
    font-family: "Archivo", sans-serif;
    font-size: 1.5625vw;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5625vw; /* 80% */
    letter-spacing: -1px;
  }
  .hm-fig .section-img {
    position: relative;
    z-index: 1;
    animation: wave linear 2s infinite alternate;
  }
  @keyframes wave {
    0% {
      bottom: 0.5208333333vw;
    }
    100% {
      bottom: -1.5625vw;
    }
  }
  .hm-about-section {
    padding-bottom: 11.4583333333vw;
  }
  .hm-about-section .section-inner {
    padding: 0 0 0 5.2083333333vw;
  }
  .hm-about-section .section-inner .hmb-image {
    position: relative;
    width: 52.8645833333vw;
  }
  .hm-about-section .section-inner .hmb-image .hmb-title {
    position: absolute;
    top: 5.2083333333vw;
    left: 6.25vw;
    width: 33.125vw;
    color: #FFF;
    text-shadow: 0px 0.2083333333vw 2.8125vw rgba(0, 96, 132, 0.6);
    font-family: "Archivo", sans-serif;
    font-size: 5.2083333333vw;
    font-style: normal;
    font-weight: 700;
    line-height: 4.4791666667vw; /* 85.714% */
    letter-spacing: -1.75px;
  }
  .hm-about-section .section-inner .hmb-image .img-cover {
    position: relative;
  }
  .hm-about-section .section-inner .hmb-video-wrapper {
    height: 25.2604166667vw;
    margin: 0 0 2.6041666667vw auto;
    overflow: hidden;
    border-radius: 2.0833333333vw 0px 0px 2.0833333333vw;
  }
  .hm-about-section .section-inner .hmb-video-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .hm-about-section .section-inner .hmb-video-wrapper .hmb-video-link {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    font-family: "Archivo", sans-serif;
    font-size: 12px;
  }
  .hm-about-section .section-inner .hmb-video-wrapper .hmb-video-link svg {
    width: 4.6875vw;
    height: 4.6875vw;
    fill: transparent;
  }
  .hm-about-section .section-inner .hmb-video-wrapper .hmb-video-link .hmb-video-text {
    width: 100%;
    text-align: center;
    font-size: 0.9375vw;
    margin-top: 1.0416666667vw;
  }
  .hm-about-section .section-inner .hmb-content {
    padding: 10.15625vw 9.375vw 13.5416666667vw 4.3229166667vw;
    width: calc(100% - 52.8645833333vw);
  }
  .hm-about-section .section-inner .hmb-content .hmb-content-title {
    margin-top: 0;
    color: #353535;
    font-family: "Archivo", sans-serif;
    font-size: 3.59375vw;
    font-style: normal;
    font-weight: 300;
    line-height: 3.125vw; /* 85.714% */
    letter-spacing: -0.1822916667vw;
  }
  .hm-about-section .section-inner .hmb-content .hmb-content-title span {
    font-weight: 700;
    width: 100%;
    display: block;
  }
  .hm-about-section .section-inner .hmb-content .hmb-content-text {
    color: #4D4D4D;
    font-family: "Archivo", sans-serif;
    font-size: 1.0416666667vw;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5625vw; /* 150% */
    letter-spacing: -0.0208333333vw;
    text-align: justify;
  }
  .hm-about-section .section-inner .hmb-content .hmb-content-text b {
    font-size: 1.0416666667vw;
    font-weight: 700;
    color: #13487C;
  }
  .hm-certifications {
    padding: 0 7.2916666667vw;
  }
  .hm-certifications .section-inner {
    padding: 0 20px;
    width: 34.1666666667vw;
    margin: unset;
  }
  .hm-certifications .section-inner .hm-certification-img {
    border-radius: 20px;
    overflow: hidden;
  }
  .hm-certifications .section-inner .hm-certification-img img {
    width: 100%;
  }
  .hm-certifications .hm-certification-listing {
    width: 100%;
    margin-bottom: 7.8125vw;
    padding-left: 2.8645833333vw;
  }
  .hm-certifications .hm-certification-listing .hmc-title {
    padding: 0;
    margin-top: 0;
    color: #353535;
    margin-bottom: 1.3020833333vw;
    font-family: "Archivo", sans-serif;
    font-size: 3.6458333333vw;
    font-style: normal;
    font-weight: 300;
    text-align: center;
    line-height: 3.75vw; /* 82.857% */
    letter-spacing: -0.0911458333vw;
    width: 100%;
  }
  .hm-certifications .hm-certification-listing .hmc-title span {
    font-weight: 700;
    width: 100%;
    display: block;
  }
  .hm-certifications .hm-certification-listing .hmc-para {
    width: 33.8541666667vw;
    padding: 0;
    color: #4D4D4D;
    text-align: center;
    font-family: "Archivo", sans-serif;
    font-size: 0.9375vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5625vw; /* 157.143% */
    letter-spacing: -0.0145833333vw;
    margin: 0 auto 1.8229166667vw;
  }
  .hm-certifications .hm-certification-listing .hm-logo-slider {
    margin-top: 2.0833333333vw;
  }
  .hm-certifications .hm-certification-listing .hm-logo-slider .logo-card-outter {
    padding: 0 0.3125vw;
  }
  .hm-certifications .hm-certification-listing .hm-logo-slider .logo-card-outter .logo-card {
    background: linear-gradient(0deg, rgb(0, 0, 0) 13.38%, rgba(94, 234, 243, 0.4) 54.73%, rgba(51, 141, 175, 0.95) 80.75%, #13487C 99.96%);
    border-radius: 0.9375vw;
    min-height: 29.1666666667vw;
  }
  .hm-certifications .hm-certification-listing .hm-logo-slider .logo-card-outter .logo-card .logo-card-img {
    padding-top: 3.6458333333vw;
  }
  .hm-certifications .hm-certification-listing .hm-logo-slider .logo-card-outter .logo-card .logo-card-img img {
    margin: 0 auto;
    width: 80%;
  }
  .hm-certifications .hm-certification-listing .hm-logo-slider .logo-card-outter .logo-card .logo-card-content {
    padding: 1.0416666667vw 1.0416666667vw 2.0833333333vw;
  }
  .hm-certifications .hm-certification-listing .hm-logo-slider .logo-card-outter .logo-card .logo-card-content .logo-card-title {
    font-family: "Archivo", sans-serif;
    color: #ffffff;
    font-size: 1.5625vw;
    text-align: center;
    margin: 0 0 0.9375vw;
  }
  .hm-certifications .hm-certification-listing .hm-logo-slider .logo-card-outter .logo-card .logo-card-content .logo-card-content-text {
    font-family: "Archivo", sans-serif;
    color: #ffffff;
    font-size: 0.9375vw;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    line-height: 0.9375vw;
  }
  .hm-certifications .hm-certification-listing .cmp-logo-slider {
    position: relative;
    padding-top: 2.6041666667vw;
    margin-top: -2.6041666667vw;
  }
  .hm-certifications .hm-certification-listing .cmp-logo-slider .counter-arrow {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 0vw;
    position: absolute;
    top: 0;
    right: 0;
  }
  .hm-certifications .hm-certification-listing .cmp-logo-slider .counter-arrow .counter-arrow-left {
    margin-right: 0.78125vw;
  }
  .hm-certifications .hm-certification-listing .cmp-logo-slider .counter-arrow .counter-arrow-left svg {
    width: 2.0833333333vw;
    height: 2.0833333333vw;
  }
  .hm-certifications .hm-certification-listing .cmp-logo-slider .counter-arrow .counter {
    display: flex;
    flex-wrap: wrap;
    color: #353535;
    font-family: "Archivo", sans-serif;
    font-size: 1.5625vw;
    font-style: normal;
    font-weight: 800;
    line-height: 3.125vw; /* 200% */
    letter-spacing: -0.03125vw;
  }
  .hm-certifications .hm-certification-listing .cmp-logo-slider .counter-arrow .counter .counter-all {
    color: #999;
    font-family: "Archivo", sans-serif;
    font-size: 1.0416666667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 3.125vw;
    letter-spacing: -0.0208333333vw;
  }
  .hm-certifications .hm-certification-listing .cmp-logo-slider .counter-arrow .counter-arrow-right {
    margin-left: 0.78125vw;
  }
  .hm-certifications .hm-certification-listing .cmp-logo-slider .counter-arrow .counter-arrow-right svg {
    width: 2.0833333333vw;
    height: 2.0833333333vw;
  }
}/*# sourceMappingURL=front-page.css.map */