<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* =============================
   HERO
   ============================= */
.hero {
  background-image: url("/img/fm_hero.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

.hero h5 {
  margin: 0;
  padding: 0;
}

.hero .hero-left {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  color: #fff;
}

.hero .hero-left h1 {
  color: #fff;
}

.hero .hero-left span {
  font-size: 1.4rem;
}

.hero .hero-left a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #42BAEB;
  border: none;
}

.hero .steps {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(65, 58, 164, 0.2);
}

.hero .step {
  display: -ms-flexbox;
  display: flex;
  margin: 20px;
}

.hero .step img {
  width: auto;
  height: 65px;
  margin-right: 20px;
}

.hero .step:last-child p {
  padding-bottom: 0;
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  .hero {
    background-position-y: -250px;
    overflow: hidden;
  }
  .hero a {
    font-size: 1.3rem;
  }
}

/* =============================
   INTRO TEXT
   ============================= */
.clients h4 {
  margin: 0;
}

.clients .owl-carousel {
  position: relative;
  background-color: #fff;
  transition: all .3s;
}

.clients .owl-carousel:hover {
  opacity: .0;
}

.clients-about {
  position: absolute;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #222;
  transition: all .3s;
}

/* =============================
   PACKAGE OPTIONS
   ============================= */
.package {
  box-shadow: 0 10px 20px rgba(65, 58, 164, 0.2);
}

.package .package-title {
  background-color: #423AA4;
}

.package .package-title h4 {
  color: #fff;
  margin: 0;
}

.package .package-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.package .package-info p {
  line-height: normal;
}

.package .package-info img {
  max-height: 2.5rem;
  width: auto;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.locate .locate-btns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
}

.locate .locate-btns a {
  margin: 0 10px;
  background-color: #42BAEB;
  border: none;
}

.employees {
  background-color: #D6F3FF;
  text-decoration: underline;
}

/* =============================
   TABS
   ============================= */
.course-description figcaption,
.course-description .accordion,
.course-description .tab-content {
  padding: 0 !important;
}

.course-description a {
  margin-top: 0px !important;
}

.tab_nav .active {
  color: #42BAEB !important;
}

.bullet_list:before {
  background-color: #42BAEB;
}

.tab-pane,
.accordion {
  background-color: #F6F7FC !important;
  box-shadow: none !important;
  border: none;
}

.course-description iframe {
  max-width: 560px;
}

#tab5_content img {
  height: 100px;
  mix-blend-mode: multiply;
  width: auto;
}

/* =============================
   TESTIMONIALS SECTION
   ============================= */
.nav-circle button {
  display: none;
}

.card--testimonial2 {
  margin-bottom: 0;
}</pre></body></html>