/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.1.1
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

/* === JSCM UX HOMEPAGE START === */
/*************** JSCM UX Builder homepage ***************/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Montserrat:wght@600;700;800&display=swap");

.jscm-ux-hero,
.jscm-ux-strip,
.jscm-ux-why,
.jscm-ux-services,
.jscm-ux-partners,
.jscm-ux-news,
.jscm-ux-facilities,
.jscm-ux-about,
.jscm-ux-footer {
  font-family: "Be Vietnam Pro", Arial, sans-serif;
  font-family: "Inter", Arial, sans-serif;
}

.jscm-ux-hero *,
.jscm-ux-strip *,
.jscm-ux-why *,
.jscm-ux-services *,
.jscm-ux-partners *,
.jscm-ux-news *,
.jscm-ux-facilities *,
.jscm-ux-about *,
.jscm-ux-footer * {
  font-family: "Inter", Arial, sans-serif !important;
  letter-spacing: 0;
}

.jscm-ux-hero h1,
.jscm-ux-title,
.jscm-ux-strip h3,
.jscm-ux-card h5,
.jscm-ux-card .box-text h5,
.jscm-ux-news-card h3,
.jscm-ux-facility-card h3,
.jscm-ux-facility-card h4,
.jscm-ux-logos h3,
.jscm-ux-footer h3 {
  font-family: "Montserrat", "Inter", Arial, sans-serif !important;
}

.jscm-ux-hero,
.jscm-ux-strip,
.jscm-ux-why,
.jscm-ux-services,
.jscm-ux-partners,
.jscm-ux-news,
.jscm-ux-facilities,
.jscm-ux-about,
.jscm-ux-footer {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.jscm-ux-hero .section-bg:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255,255,255,.97) 0%, rgba(255,255,255,.9) 38%, rgba(255,255,255,.35) 64%, rgba(255,255,255,0) 100%);
  z-index: 1;
}

.jscm-ux-hero .section-content {
  position: relative;
  z-index: 2;
}

.jscm-ux-eyebrow {
  color: #063777;
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.jscm-ux-hero h1 {
  color: #063777;
  font-size: 40px;
  line-height: 1.18;
  font-weight: 800;
  margin: 0 0 18px;
  text-transform: uppercase;
}

.jscm-ux-lead {
  max-width: 560px;
  color: #3f4f66;
  font-size: 15px;
  line-height: 1.85;
  margin-bottom: 28px;
}

.jscm-ux-btn {
  min-height: 46px;
  border-radius: 5px !important;
  font-size: 12px !important;
  font-weight: 800 !important;
}

.jscm-ux-strip {
  margin-top: -42px;
  position: relative;
  z-index: 3;
}

.jscm-ux-strip-row {
  max-width: 1180px;
  margin-left: auto !important;
  margin-right: auto !important;
  border-radius: 8px;
}

.jscm-ux-strip .col-inner {
  min-height: 156px;
  text-align: center;
  background: #fff;
  border: 1px solid #e7edf5 !important;
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(16,35,63,.07);
}

.jscm-ux-services > .section-content > .row,
.jscm-ux-partners > .section-content > .row,
.jscm-ux-news > .section-content > .row,
.jscm-ux-facilities > .section-content > .row,
.jscm-ux-about > .section-content > .row,
.jscm-ux-why > .section-content > .row,
.jscm-ux-footer > .section-content > .row {
  max-width: 1180px;
  margin-left: auto !important;
  margin-right: auto !important;
}

.jscm-ux-strip .col-inner:before {
  content: "";
  display: block;
  width: 38px;
  height: 38px;
  margin: 0 auto 14px;
  border: 3px solid #063777;
  border-radius: 8px;
  opacity: .95;
}

.jscm-ux-strip h3,
.jscm-ux-card h5,
.jscm-ux-card .box-text h5 {
  color: #063777;
  font-size: 12px;
  line-height: 1.45;
  font-weight: 700;
  text-transform: uppercase;
}

.jscm-ux-strip p,
.jscm-ux-card p,
.jscm-ux-news-card p,
.jscm-ux-facility-card li,
.jscm-ux-about p {
  color: #5d6b81;
  font-size: 13px;
  line-height: 1.75;
}

.jscm-ux-title {
  color: #063777;
  width: min(1180px, calc(100% - 48px));
  max-width: none;
  display: block;
  font-size: 23px;
  line-height: 1.35;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0 auto 30px;
  padding: 0;
  text-align: left;
}

.jscm-ux-title:after {
  content: "";
  display: block;
  width: 48px;
  height: 3px;
  background: #e51f2f;
  margin-top: 12px;
}

.jscm-ux-title.light {
  color: #fff;
}

.jscm-ux-proof .featured-box h5 {
  color: #fff;
  font-size: 12px;
  line-height: 1.45;
  font-weight: 700;
}

.jscm-ux-proof .featured-box p {
  color: rgba(255,255,255,.82);
  font-size: 13px;
  line-height: 1.75;
}

.jscm-ux-card,
.jscm-ux-news-card .col-inner,
.jscm-ux-facility-card .col-inner {
  background: #fff;
  border: 1px solid #e7edf5;
  border-radius: 8px;
  padding: 26px;
  min-height: 220px;
  box-shadow: none;
}

.jscm-ux-services .row {
  row-gap: 18px;
}

.jscm-ux-card a,
.jscm-ux-news-card a {
  color: #063777;
  font-weight: 800;
}

.jscm-ux-logos .col-inner {
  height: 72px;
  border: 1px solid #e7edf5;
  border-radius: 6px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.jscm-ux-logos h3 {
  color: #063777;
  font-size: 20px;
  font-weight: 900;
  margin: 0;
  text-align: center;
}

.jscm-ux-news-card .col-inner,
.jscm-ux-facility-card .col-inner {
  padding: 0;
  overflow: hidden;
}

.jscm-ux-news-card .col-inner > p,
.jscm-ux-news-card .col-inner > h3,
.jscm-ux-facility-card .col-inner > h3,
.jscm-ux-facility-card .col-inner > h4,
.jscm-ux-facility-card .col-inner > ul {
  padding-left: 22px;
  padding-right: 22px;
}

.jscm-ux-date {
  color: #063777 !important;
  font-size: 12px !important;
  font-weight: 900;
  margin-top: 22px;
}

.jscm-ux-news-card h3,
.jscm-ux-facility-card h3 {
  color: #10233f;
  font-size: 13px;
  line-height: 1.55;
  font-weight: 700;
  text-transform: uppercase;
}

.jscm-ux-facility-card h4 {
  color: #063777;
  font-size: 25px;
  line-height: 1.25;
  font-weight: 800;
}

.jscm-ux-stats h3 {
  color: #063777;
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 4px;
}

.jscm-ux-stats p {
  font-size: 12px;
}

.jscm-ux-footer h3 {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}

.jscm-ux-footer p,
.jscm-ux-footer a {
  color: rgba(255,255,255,.82);
  font-size: 13px;
  line-height: 1.9;
}

.home footer.footer-wrapper .section,
.home footer.footer-wrapper .absolute-footer {
  display: none;
}

@media (max-width: 849px) {
  .jscm-ux-title {
    width: min(720px, calc(100% - 32px));
  }

  .jscm-ux-hero h1 {
    font-size: 34px;
  }

  .jscm-ux-strip {
    margin-top: 0;
  }
}

@media (max-width: 549px) {
  .jscm-ux-hero {
    padding-top: 122px !important;
    padding-bottom: 36px !important;
  }

  .jscm-ux-hero .section-bg:before {
    background: linear-gradient(90deg, rgba(255,255,255,.96) 0%, rgba(255,255,255,.84) 58%, rgba(255,255,255,.35) 100%);
  }

  .jscm-ux-hero h1 {
    max-width: 330px;
    font-size: 24px;
    line-height: 1.2;
  }

  .jscm-ux-lead {
    max-width: 300px;
    font-size: 13px;
    line-height: 1.75;
  }

  .jscm-ux-title {
    width: calc(100% - 24px);
    font-size: 21px;
    margin-bottom: 24px;
  }

  .jscm-ux-card,
  .jscm-ux-news-card .col-inner,
  .jscm-ux-facility-card .col-inner {
    min-height: auto;
    padding: 22px;
  }

  .jscm-ux-news-card .col-inner,
  .jscm-ux-facility-card .col-inner {
    padding: 0;
  }

  .jscm-ux-strip .col-inner {
    min-height: auto;
  }
}

/* === JSCM UX HOMEPAGE END === */
