@font-face {
    font-family: 'OpenSans';
    src: url('/assets/static/OpenSans-Regular.ttf');
    font-display: swap;
}

html,
* {
    font-family: 'OpenSans', Arial, Tahoma, sans-serif;
}

html {
    background: #f0f0f0;
    color: #414042;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-family: 'OpenSans', Arial, Tahoma, sans-serif !important;
}
html,
body {
    overflow-x: hidden;
}
body {
    overflow-y: hidden;
}
h1 {
    font-size: 1.8em;
    margin: 0.67em 0;
}

h2 {
    font-size: 1.3em;
    margin: 0.83em 0;
}

h3 {
    font-size: 1.15em;
    margin: 1em 0;
}

h4 {
    font-size: 0.8em;
    margin: 1.33em 0;
}

b,
strong {
    font-weight: bold;
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
}

button,
input {
    line-height: normal;
}

button,
select {
    text-transform: none;
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
    cursor: pointer;
}

button[disabled],
input[disabled] {
    cursor: default;
}

input[type='checkbox'],
input[type='radio'] {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type='search'] {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

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

body {
    margin: 0;
    background-color: #fcfcfc;
    color: #414042;
    line-height: normal;
}

h1,
h2,
h3,
h4 {
    font-weight: 700;
    margin: 0;
}

hr {
    border: none;
    border-bottom: 1px solid #777;
}

ul,
ol {
    margin: 0;
    padding-left: 0;
}

a {
    text-decoration: none;
    color: #1c75bc;
}
a[href^='tel'] {
    text-decoration: inherit;
    color: inherit;
}

address {
    font-style: normal;
}

p {
    margin-top: 0;
}

/*
 * Reusable Components Style
 */

.mb-20 {
    margin-bottom: 20px;
}

.center {
    text-align: center;
}

.no-border {
    border: none !important;
}
.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

/*
 * Header Styles
 */
#site-content {
    min-height: 100vh;
    position: relative;
}

.main-content-home,
.footer-container {
    max-width: 90%;
    margin: 0 auto;
}
.card-body {
    margin-top: 10px;
}

@media (min-width: 768px) {
    .main-content-home {
        margin: 0 auto;
        margin-top: 30px;
    }
}
@media (min-width: 992px) {
    .main-content-home {
        min-height: 50vh;
    }
}
a {
    color: #414042;
}

.navbar {
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.1);
}

.navbar ul .nav-link {
    border-right: 1px solid rgba(204, 204, 204, 0.459);
    padding: 15px;
    display: block;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
    color: #414042 !important;
    cursor: pointer;
}

.navbar ul a:hover {
    color: #1c75bc !important;
}
.navbar ul a.nav-link.active {
    color: #1c75bc !important;
}

.navbar-brand {
    padding: 0 !important;
}

.navbar-brand img {
    max-height: 70px;
}

.navbar li:last-of-type span {
    border: none;
}

.nav-drop-lg {
    display: none !important;
}

@media (min-width: 1200px) {
    .navbar > .container {
        align-items: end !important;
    }

    .nav-drop-mobile {
        display: none !important;
    }

    .nav-drop-lg {
        display: block !important;
    }

    ul.navbar-nav li.dropdown:hover ul.dropdown-menu {
        display: block;
    }
}

.hero-banner {
    background-image: url('/assets/homeBannerMobile.webp');
    position: relative;
    background-repeat: no-repeat;
    width: 100%;
    background-position: center top;
    text-align: center;
    background-size: cover;
}
@media (min-width: 550px) {
    .hero-banner {
        background-image: url('/assets/homeBanner.webp');
    }
}

.banner-title-home {
    margin-top: 20px;
    font-size: 1.5rem;
    color: #414042;
    display: inline-block;
    padding: 10px 15px;
    margin-bottom: 10px;
}

.banner-subtitle-home {
    font-size: 1.3rem;
}
@media (min-width: 768px) {
    .banner-subtitle-home {
        margin-left: 250px;
    }
}
@media (min-width: 768px) {
    .hero-banner {
        height: 50vh;
    }
}
/* Notify */
.notify {
    background-color: #fffae6;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    position: relative;
    width: 100%;
}

.notify .container {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}
.notify .container .warning {
    background-color: #fffbe6;
}
.notify .container .error {
    background-color: #fff1f0;
}
.notify .container .info {
    background-color: #e6f7ff;
}
.notify-title {
    margin-bottom: 10px;
    font-size: 1.55rem;
    font-weight: bold;
}

.notify-text {
    font-size: 1rem;
    margin: 0;
}
/* WARNING */
.notify .warning .notify-title {
    color: #ad6800 !important;
}

.notify .warning .notify-text {
    color: #614700 !important;
}

/* ERROR */
.notify .error .notify-title {
    color: #a8071a !important;
}

.notify .error .notify-text {
    color: #820014 !important;
}

/* INFO */
.notify .info .notify-title {
    color: #0050b3 !important;
}

.notify .info .notify-text {
    color: #003a8c !important;
}
.notify a.text {
    color: blue !important;
    text-decoration: underline;
    transition: all 0.3s ease;
}
.notify a.text:hover {
    color: #2aaedd !important;
}

.notify a.button {
    margin-top: 20px;
    cursor: pointer;
    display: block;
    background-color: #007bff;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
}
.notify a.button:hover {
    background-color: #0056b3;
}

/* Breadcrumbs */
.breadcrumbs a {
    color: #7114ef;
    text-decoration: underline;
    margin: 0;
}

.breadcrumbs .current {
    text-decoration: none;
    color: #747474;
}

.page-title h1 {
    color: #414042;
    font-size: 1.7rem !important;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px !important;
}

.project {
    cursor: pointer;
    margin-bottom: 30px;
    text-align: center;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 9%);
    border-radius: 7px;
}
.project.card {
    width: 100%;
    max-width: 370px;
    padding: 0 !important;
}

.project .project-thumbnail {
    margin-bottom: 20px;
}

.project .project-thumbnail img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    border-radius: 7px;
    width: 370px;
    aspect-ratio: 74 / 41;
}

.project .project-title {
    font-size: 1.1em;
    font-weight: 400;
    margin-bottom: 0;
    color: #414042;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.project .project-subtitle {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
    display: block;
}

/*
 * Footer Styles
 */
/* .site-footer {
    margin-top: 100px;
    background-color: #414042;
    color: #fafafa;
    position: absolute;
    bottom: 0;
    width: 100%;
} */
.site-footer {
    background-color: #414042;
    color: #fafafa;
    width: 100%;
}

.footer-company-name {
    font-size: 16px;
}
.footer-company-info {
    display: flex;
    justify-content: start;
    align-items: center;
}
.footer-company-info i {
    color: #fafafa;
    font-size: 24px;
}

.site-footer .container {
    padding: 10px;
    position: relative;
}
.footer-links-section {
    font-size: 12px;
}
.footer-links-title {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
}
.site-footer p {
    margin: 2px;
}
.site-footer .colophon {
    color: #fafafa;
    font-size: 12px;
}

.circle-icon {
    background: #fafafa;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
}

.circle-icon:hover {
    background: #2aaedd;
    border: 1px solid white;
}

.circle-icon i {
    margin: auto auto;
}
.social-links {
    display: flex;
    gap: 22px;
}

.site-footer .social-links a i {
    color: #414042;
}

.site-footer .logo {
    height: 65px;
}
.site-footer .air-ps-logo {
    height: 48.75px;
}
.footer-email {
    color: #fafafa;
}
.footer-icon {
    color: #fafafa;
    width: 28px;
    height: 28px;
}
.footer-email:hover {
    color: #fff;
    text-decoration: underline;
}
.footer-bg-text {
    font-size: 16px;
}
.footer-link {
    font-size: 16px;
    cursor: pointer;
    color: #fafafa;
    transition: all 0.3s;
    padding-right: 10px;
}

.footer-map-link {
    color: #fafafa;
    font-size: 12px;
    margin: 0 auto;
    white-space: nowrap;
    transition: all 0.3s ease;
}

.footer-map-link:hover {
    color: #2aaedd;
}
@media (min-width: 768px) {
    .footer-company-name {
        font-size: 22px;
    }
    .footer-links-title {
        font-size: 18px;
    }
    .footer-links-section {
        font-size: 16px;
    }
    .site-footer .social-links a:last-of-type {
        margin-top: 10px;
    }
    .footer-icon {
        color: #fafafa;
        width: 36px;
        height: 36px;
    }
    .circle-icon {
        width: 36px;
        height: 36px;
    }
    .footer-map-link {
        font-size: 16px;
    }
    .site-footer .colophon {
        font-size: 16px;
    }
}
@media (min-width: 1200px) {
    .footer-link {
        font-size: 14px;
    }
    .social-links {
        justify-content: end;
        gap: 24px;
    }
}
.border-right {
    border-right: 1px solid #fafafa !important;
}

.footer-link:hover {
    color: #2aaedd;
}
.footer-list {
    margin-top: 16px;
}
.footer-list li {
    list-style-type: none;
    margin-bottom: 10px;
}

.hero {
    position: relative;
    background-repeat: no-repeat;
    height: 30vh;
    width: 100%;
    background-position: center top;
    text-align: center;
    background-size: cover;
}
.hero-banner-about {
    background-image: url('/assets/about/about_banner.webp');
}
.hero-banner-fdm {
    background-image: url('/assets/fdmFdaFoqa/fdmfdafoqa_banner.webp');
}
.hero-banner-fdr {
    background-image: url('/assets/fdrCvrReadout/fdrCvrBanner2.webp');
}

.hero-banner-accident {
    background-image: url('/assets/accident/accidentBanner.webp');
}
.hero-banner-why {
    background-image: url('/assets/about/Why_Choose_Us/why-us-banner.webp');
}
.hero-banner-login {
    background-image: url('/assets/login/loginBanner.webp');
}
.hero-banner-news {
    position: relative;
    background-image: url('/assets/news/heroBannerNewsUpdates.png');
    height: 331px;
}

.hero-banner-news::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100vw;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.7) 100%);
    z-index: 0;
}

@media screen and (min-width: 768px) {
    .hero-banner-news::before {
        background: linear-gradient(
            to right,
            rgba(255, 255, 255, 1) 0%,
            rgba(255, 255, 255, 0.8) 70%,
            rgba(255, 255, 255, 0) 100%
        );
    }
}

@media screen and (min-width: 992px) {
    .hero-banner-news::before {
        background: linear-gradient(
            to right,
            rgba(255, 255, 255, 1) 0%,
            rgba(255, 255, 255, 0.8) 60%,
            rgba(255, 255, 255, 0) 100%
        );
    }
}

.banner-title-fdm,
.banner-title-why,
.banner-title-fdr,
.banner-title-accident,
.banner-title-login {
    font-size: 1.9rem;
    font-weight: bold;
    color: #39383a;
    display: inline-block;
    margin-top: 3vh;
    text-align: left;
}
.banner-title-news {
    position: relative;
    height: 100%;
    font-size: 32px;
    font-weight: 700;
    color: #39383a;
    display: inline-block;
    text-align: left;
    z-index: 2 !important;
}
.banner-title-news .title {
    font-family: 'open-sans', sans-serif;
    font-weight: 800;
    font-style: normal;
}
.banner-text-news {
    font-size: 16px;
    font-weight: 500;
    line-height: 21.79px;
    margin-top: 15px;
}

@media screen and (min-width: 560px) {
    .banner-title-fdm,
    .banner-title-why {
        margin-top: 12vh;
    }
}
.banner-subitle-fdm,
.banner-subitle-why,
.banner-subitle-fdr,
.banner-subitle-accident,
.banner-subitle-login {
    font-size: 1.4rem;
    font-weight: normal;
}
.news-page-container {
    margin-left: 40px;
    margin-right: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.news-updates-section {
    background-color: #1c75bc;
    padding: 50px 0;
}

.news-updates-title,
.news-trainings-title,
.news-tradeshows-title {
    color: white;
    text-align: center;
    font-size: 24px;
    margin: 0;
    padding: 0 0 20px 0;
}
.news-trainings-title,
.news-tradeshows-title {
    color: #39383a;
}

@media (min-width: 768px) {
    .news-updates-title,
    .news-trainings-title,
    .news-tradeshows-title {
        font-size: 28px;
    }
}

@media (min-width: 992px) {
    .news-updates-section {
        padding: 85px 0;
    }
    .news-updates-title,
    .news-trainings-title,
    .news-tradeshows-title {
        font-size: 32px;
        text-align: left;
    }
}

/* News Carousel */
.carousel-wrapper {
    height: 100%;
    display: grid;
    grid-template-rows: minmax(200px, 600px) 85px;
    grid-template-columns: 20px 1fr 20px;
    position: relative;
}
.carousel-wrapper-news {
    margin-left: -20px;
    margin-right: -20px;
}
.carousel-wrapper-tradeshow {
    grid-template-rows: minmax(200px, 510px) 80px;
    grid-template-columns: 1fr;
}
#news-carousel {
    max-height: 100%;
    position: relative;
    grid-row-start: 1;
}
.news-carousel-nav {
    display: flex;
    justify-content: center;
}
.carousel-nav-item {
    cursor: pointer;
    grid-row-start: 1;
    z-index: 1;
    color: white;
    margin-top: auto;
    margin-bottom: auto;
    font-size: 2rem;
}
.carousel-nav-left {
    margin-left: -10px;
}
.carousel-nav-right {
    margin-left: 10px;
}
.carousel-dots {
    grid-row: 2;
    grid-column: 2;
    display: flex;
    justify-content: center;
    align-items: baseline;
    transition: all 0.3s;
}
#news-carousel-dots {
    height: 85px;
    align-items: flex-end;
}

.carousel-dots-tradeshows {
    grid-column: 1;
}

.carousel-dot {
    width: 10px;
    height: 10px;
    background-color: #1c75bc;
    border: 1px solid white;
    border-radius: 50%;
    margin: 0 4px;
    transition: background 0.3s;
}

.carousel-dot.active {
    background-color: white;
}

.news-card {
    position: absolute;
    top: 0;
    height: 100%;
    text-align: left;
    padding: 30px;
    background: #f8f8f8;
    border-radius: 10px;
    transition: all 0.45s ease-in-out;
    opacity: 0;
    display: flex;
    flex-direction: column;
}

.visible {
    opacity: 1 !important;
}

.news-card-title {
    font-family: 'open-sans', sans-serif !important;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 8px;
}
.news-card-date {
    font-size: 14px;
    color: #666;
    margin: 0 0 8px;
}
.news-card-text {
    font-size: 16px;
    overflow: hidden;
    text-align: justify;
    padding: 24px 0;
    margin-bottom: 24px;
}

/* News trainings & tradeshows */
.trainings-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 24px;
    row-gap: 50px;
}

.trainings-card {
    text-align: left;
    background: #fcfcfc;
    transition: all 0.45s ease-in-out;
    display: flex;
    flex-direction: column;
}
.news-tradeshows-section {
    padding: 50px 0;
}
#tradeshows-carousel {
    max-height: 70%;
    position: relative;
    grid-row-start: 1;
}
.tradeshows-card {
    position: absolute;
    top: 0;
    height: 100%;
    text-align: left;
    background: #fcfcfc;
    border-radius: 10px;
    transition: all 0.45s ease-in-out;
    opacity: 0;
    display: flex;
    flex-direction: column;
}
.trainings-card-image img,
.tradeshows-card-image img {
    width: 100%;
    height: 262px;
    object-fit: cover;
    object-position: center;
    border-radius: 6px;
    margin-bottom: 16px;
}
.trainings-card-date,
.trainings-card-location,
.trainings-card-title,
.tradeshows-card-date,
.tradeshows-card-location,
.tradeshows-card-title {
    line-height: 27px;
    font-size: 14px;
    color: #000;
    text-align: center;
    margin: 0;
}
.trainings-card-title,
.tradeshows-card-title {
    margin-top: 4px;
    line-height: 30px;
    font-size: 16px;
    font-weight: 600;
}
.trainings-card-button,
.tradeshows-card-button {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}
.btn-news {
    display: block;
    background-color: #1c75bc;
    border: none;
    text-align: center;
    padding: 11.5px 0px;
    width: 100%;
    color: #fff;
    border-radius: 8px;
    line-height: 35px;
    font-size: 22px;
    font-weight: 600;
    transition: all 200ms linear 0ms;
    overflow: hidden;
}
.btn-news:hover {
    background-color: #414042;
    color: #fff;
}
.pagination-btn {
    background: none;
    border: none;
    font-size: 16px;
    cursor: default;
    margin: 0 10px;
    transition: all 0.3s;
    pointer-events: none;
    pointer-events: all !important;
    cursor: pointer;
}
.pagination-btn.disabled {
    color: #7e7e7e;
    cursor: not-allowed;
}
.pagination-number {
    background: none;
    padding: 5px 10px;
    cursor: pointer;
    margin: 0 5px;
}

.pagination-number.active {
    pointer-events: none;
    cursor: default;
    color: #007bff;
    font-weight: 700;
}
.news-trainings-section {
    padding: 50px 0;
}
@media (min-width: 550px) {
    .btn-news {
        padding: 15px 120px;
        display: inline-block;
        width: auto;
        margin: 0 auto;
    }
}
@media (min-width: 768px) {
    .trainings-wrapper {
        row-gap: 70px;
    }
    .trainings-card-date,
    .trainings-card-location,
    .trainings-card-title,
    .tradeshows-card-date,
    .tradeshows-card-location,
    .tradeshows-card-title {
        font-size: 20px;
    }
    .trainings-card-button,
    .tradeshows-card-button {
        margin-top: 22px;
    }
    .btn-tradeshows {
        width: 100% !important;
    }
}
@media (min-width: 992px) {
    .trainings-wrapper {
        grid-template-columns: 1fr 1fr;
    }

    .trainings-card-image img,
    .tradeshows-card-image img {
        margin-bottom: 20px;
    }
    .trainings-card-date,
    .trainings-card-location,
    .trainings-card-title,
    .tradeshows-card-date,
    .tradeshows-card-location,
    .tradeshows-card-title {
        font-size: 24px;
        line-height: 30px;
        text-align: left;
    }
    .trainings-card-button,
    .tradeshows-card-button {
        text-align: left;
    }
    .trainings-card-button,
    .tradeshows-card-button {
        margin-top: 15px;
    }
    .btn-news {
        padding: 15px 41px;
    }
    .btn-tradeshows {
        width: 100% !important;
    }
    .news-tradeshows-section {
        padding: 85px 0;
    }
}
@media (min-width: 1300px) {
    .btn-tradeshows {
        width: 60% !important;
    }
}
@media (min-width: 2000px) {
    .trainings-wrapper {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media screen and (min-width: 768px) {
    .banner-subitle-fdr,
    .banner-subitle-accident {
        font-size: 1.1rem;
    }
    .hero-banner-news {
        height: 379px;
    }
    .banner-title-news {
        font-size: 44px;
        z-index: 2 !important;
    }
    .news-page-container {
        margin-left: 60px;
        margin-right: 60px;
    }
    .banner-text-news {
        font-size: 20px;
        font-weight: 500;
        line-height: 27.24px;
    }
    .news-card {
        padding: 35px;
    }
    .news-card-title {
        font-size: 24px;
    }
    .news-card-date {
        font-size: 16px;
    }
    .news-card-text {
        font-size: 20px;
    }
}
@media screen and (min-width: 992px) {
    .banner-subitle-fdr,
    .banner-subitle-accident {
        font-size: 1.4rem;
    }
    .hero-banner-news {
        height: 463px;
    }
    .banner-title-news {
        font-size: 48px;
        z-index: 2 !important;
    }
    .news-page-container {
        margin-left: 115px;
        margin-right: 115px;
    }
    .banner-text-news {
        max-width: 66%;
        font-size: 24px;
        font-weight: 500;
        line-height: 32.68px;
    }
    .news-card {
        padding: 40px;
    }
    .news-card-title {
        font-size: 28px;
    }
    .news-card-date {
        font-size: 20px;
    }
    .news-card-text {
        font-size: 24px;
    }

    .news-trainings-section {
        padding: 85px 0;
    }
}

.about-team {
    display: none;
}

.project .active .project-title {
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-decoration-color: #1c75bc;
}

#aps-history .article .img-article {
    padding: 0 40px;
}

@media screen and (min-width: 992px) {
    #aps-history .article {
        margin-bottom: 50px;
    }

    #aps-history .article .img-article {
        position: relative;
        flex: 0 0 400px;
        margin-right: 30px;
        margin-top: 70px;
        padding: 0 30px;
    }
}

#aps-history .article .info-article .date {
    font-weight: 600;
    font-size: 1.9rem;
    color: #1c75bc;
    letter-spacing: 0;
    line-height: 60px;
    margin-bottom: 10px;
}

#aps-history .article .info-article h2 {
    font-weight: 600;
    font-size: 1.7rem;
    color: #212640;
    line-height: 36px;
    margin-bottom: 15px;
}

#aps-history .article .info-article .description {
    padding-top: 0;
    padding-bottom: 20px;
    font-size: 15px;
    line-height: 28px;
    margin: 0px;
    text-align: justify;
}

#why-us {
    text-align: justify;
}
#why-us ul li {
    margin: 20px 0;
}

.btn-why {
    color: #fff;
    border-radius: 2px;
    width: 100%;
    text-align: center;
    background-color: #1c75bc;
    padding: 15px 15px;
    display: block;
    font-size: 13px;
}

.btn-why:hover {
    color: #fff;
    background-color: #414042;
}

.full-width {
    background-color: white;
    width: 99vw;
    height: 150px;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    z-index: -1;
}
.full-width-bar {
    margin: 0 -9999rem;
    /* add back negative margin value */
    padding: 0 9999rem;
    background: rgba(0, 0, 0, 0.5);
}
.img-why-logo {
    max-width: 150px;
}

.euro-logo {
    max-width: 80px !important;
}

.safety-logo {
    max-width: 190px !important;
}

.about-team p {
    font-size: 1.1em;
}

/* Executive Team*/

.team-container {
    max-width: 70%;
}

@media (min-width: 576px) {
    .team-container {
        max-width: 1000px !important;
    }
}

.team-card {
    position: relative;
    margin-bottom: 50px;
    text-align: center;
    z-index: 1;
    border: none;
    height: 85%;
}

.team-card:hover .team-card-meta::before {
    background-color: #fff;
    border-left: 1px solid #1c75bc;
    border-bottom: 1px solid #1c75bc;
    border-right: 1px solid #1c75bc;
}

.team-card:hover .team-card-title {
    color: #000;
}

.team-card:hover .card-overlay {
    opacity: 1;
}

.team-card:hover .team-card-meta .team-card-social {
    border: 1px solid #747474;
}

.team-card:hover .team-card-meta .team-card-social a:not(:first-child) {
    border-left: 1px solid #747474;
}

.team-card:hover .btn-bio {
    animation-delay: 100ms;
    visibility: visible;
    animation-duration: 0.4s;
    animation-name: fadeInDown;
}

.team-card:hover .team-card-subtitle {
    color: #414042;
}

.card-overlay {
    position: absolute;
    bottom: 0;
    background: #1c75bc;
    /* background: rgba(40,59,190, .9);  */
    color: #f1f1f1;
    width: 100%;
    height: 100%;
    transition: 0.5s ease;
    opacity: 0;
    color: white;
    font-size: 19px;
    padding: 20px;
    text-align: center;
}

.team-card-image img {
    height: auto;
    width: 100%;
    margin-bottom: 100px;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.team-card-meta::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 135px;
    right: 0;
    clip-path: polygon(0 24%, 100% 0, 100% 100%, 25% 100%, 0 100%);
    -webkit-clip-path: polygon(0 24%, 100% 0, 100% 100%, 25% 100%, 0 100%);
    -moz-clip-path: polygon(0 24%, 100% 0, 100% 100%, 25% 100%, 0 100%);
    -ms-clip-path: polygon(0 24%, 100% 0, 100% 100%, 25% 100%, 0 100%);
    -o-clip-path: polygon(0 24%, 100% 0, 100% 100%, 25% 100%, 0 100%);
    -webkit-transition: 0.5s cubic-bezier(0.24, 0.74, 0.58, 1);
    -khtml-transition: 0.5s cubic-bezier(0.24, 0.74, 0.58, 1);
    -moz-transition: 0.5s cubic-bezier(0.24, 0.74, 0.58, 1);
    -ms-transition: 0.5s cubic-bezier(0.24, 0.74, 0.58, 1);
    -o-transition: 0.5s cubic-bezier(0.24, 0.74, 0.58, 1);
    transition: 0.5s cubic-bezier(0.24, 0.74, 0.58, 1);
    background-color: #1c75bc;
    border-left: 2px solid #1c75bc;
    border-bottom: 2px solid #1c75bc;
    border-right: 2px solid #1c75bc;
    z-index: -1;
}

@media (min-width: 768px) and (max-width: 1200px) {
    .team-card-meta::before {
        height: 155px;
    }
}

.team-card-meta {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: 0.5s cubic-bezier(0.24, 0.74, 0.58, 1);
    -khtml-transition: 0.5s cubic-bezier(0.24, 0.74, 0.58, 1);
    -moz-transition: 0.5s cubic-bezier(0.24, 0.74, 0.58, 1);
    -ms-transition: 0.5s cubic-bezier(0.24, 0.74, 0.58, 1);
    -o-transition: 0.5s cubic-bezier(0.24, 0.74, 0.58, 1);
    transition: 0.5s cubic-bezier(0.24, 0.74, 0.58, 1);
    padding: 36px 20px 30px;
    z-index: 99;
}

.team-card-meta .team-card-title {
    color: #fff;
    font-size: 19px;
    transition: all 0.5s cubic-bezier(0.24, 0.74, 0.58, 1);
    margin: 0;
}

.team-card-meta .team-card-subtitle {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    transition: all 0.5s cubic-bezier(0.24, 0.74, 0.58, 1);
}

.team-card-meta .team-card-social {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translate(-50%, 0);
    border: 1px solid #e9e6e6;
    background-color: rgb(243, 243, 243);
    display: inline-flex;
    -webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
    -khtml-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
    -moz-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
    -ms-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
    -o-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
    transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
}

.team-card-meta .team-card-social a:not(:first-child) {
    border-left: 1px solid #eeecec;
}

.team-card-meta .team-card-social a {
    line-height: 39px;
    height: 39px;
    width: 36px;
    color: #747474;
    font-size: 13px;
}

.team-card-meta .team-card-social a:hover {
    color: #1c75bc;
}

.btn-bio {
    position: relative;
    background-color: #414042;
    color: #fff;
    border-radius: 0;
    line-height: 35px;
    padding: 5px 20px;
    font-size: 17px;
    transition: all 200ms linear 0ms;
    overflow: hidden;
    margin-top: 80px;
    font-weight: 700;
}

.btn-bio:hover {
    background-color: #414042;
}

.btn-bio::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.301), transparent);
    transition: 0.5s;
}

.btn-bio:hover::before {
    left: 100%;
}

/* BIOS */
.about-image {
    width: 50%;
}

@media (min-width: 992px) {
    .about-image {
        width: 75%;
    }
}

.about-info h3 {
    font-size: 1.7rem;
    margin-bottom: 10px;
}

.about-info .about-subtitle {
    color: #1c75bc;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
}

.about-info p {
    color: #6d6d6d;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    text-align: justify;
}

.about-back,
.news-back {
    cursor: pointer;
    width: 45px;
    min-width: 45px;
    height: 45px;
    background-color: #e6eefb;
    border-radius: 5px;
    font-size: 25px;
    color: #1c75bc;
    margin-right: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-back i {
    position: absolute;
    top: 20%;
    left: 20%;
}

.about-social a {
    width: 37px;
    height: 41px;
    border: 1px solid #1c75bc;
    background-color: #fff;
    color: #747474;
    font-size: 15px;
    line-height: 39px;
    text-align: center;
    display: inline-block;
}
.about-social a:hover {
    color: #1c75bc;
}

.img-fluid {
    width: 100%;
}

/* Products*/

.hero-banner-lumina {
    font-family: 'OpenSans', Arial, Tahoma, sans-serif;
    position: relative;
    background-image: url('/assets/lumina/lumina_banner.webp');
    background-repeat: no-repeat;
    height: 50vh;
    width: 100%;
    background-position: center top;
    text-align: center;
    background-size: cover;
    background-position-y: -50px;
}

.product-bar {
    width: 100%;
    margin-top: -70px;
}

.product-bar .col {
    padding: 0;
}

.product-bar .col .card {
    border-radius: 0 !important;
    min-height: 200px;
    padding: 50px 0 30px 0;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.05);
}

.product-icon-link {
    cursor: pointer;
}
.product-icon-link.inactive img {
    filter: brightness(90%) grayscale(60%);
}

.product-icon-link:hover img,
.product-icon-link.active img {
    border: 1px solid #1c75bc;
    color: #1c75bc !important;
    /* filter: brightness(100%) grayscale(0%); */
}

.product-bar .col a {
    border-right: 1px solid #ddd !important;
    padding: 0;
}

.product-bar .col:last-child a {
    border-right: none !important;
}

.product-bar .product-icon-link h4 {
    margin: 10px 0;
    color: #414042;
}

.product {
    margin-bottom: 10px;
}

.about-product-img-div {
    position: relative;
    z-index: 1;
    text-align: center;
    cursor: pointer;
}

.about-product-img-div a img,
.about-product-img-div span img {
    border-radius: 15px;
}

.product-img-div {
    position: relative;
    z-index: 1;
    padding-top: 42px;
    padding-right: 64px;
    padding-left: 44px;
    text-align: center;
}

.about-product-img {
    background-color: white;
    width: 90%;
    box-shadow: -1px -1px 10px rgba(0, 0, 0, 0.1);
}

.product-img {
    background-color: white;
    width: 75%;
    box-shadow: -1px -1px 10px rgba(0, 0, 0, 0.1);
    margin-top: 50px;
}

.product-img-div:before {
    margin-top: 50px;
    margin-left: 25px;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 184px;
    bottom: 75px;
    z-index: -1;
    background-color: #eee;
}

.product-subtitle {
    font-weight: bolder;
    color: #1c75bc;
    font-size: 16px;
}

.product-title {
    color: #414042;
    cursor: pointer;
    font-family: fira sans, sans-serif;
    font-weight: 700;
    font-size: 1.7rem;
}
.product-title a:hover {
    color: #414042;
}

.product-link {
    color: #1c75bc !important;
    text-decoration: underline;
    transition: all 0.2s linear;
    cursor: pointer;
}

.product-link:hover {
    color: #7114ef !important;
}

.product-description,
.product-description ul li {
    font-size: 17px;
    line-height: 26px;
    color: #67687a;
    text-align: justify;
}

/* PRODUCT DETAIL */

.product-detail {
    display: none;
}

.blue-text {
    color: #1c75bc;
}

.news-detail-link {
    cursor: pointer;
    font-weight: bolder;
    margin-top: auto;
}
/* SME Days */
.analyst-text {
    text-align: justify;
}
/* REGULATORY READOUTS */
.regulatory-text {
    text-align: justify;
}
@media (min-width: 992px) {
    .regulatory-map-text {
        margin-top: 7rem !important;
    }
}
@media (min-width: 1200px) {
    .regulatory-map-text {
        margin-top: 8rem !important;
    }
}
/* NEWS */

.news-detail-description {
    color: #414042;
    text-align: justify;
}
.news-container {
    margin: 40px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.news-container > [class*='col-'] {
    display: flex;
    flex-direction: column;
}

.news-info h3,
.news-info h2 {
    color: #0050b3;
}
.careers-info h3,
.careers-info h2 {
    color: #0050b3;
}

.careers-info h3,
.careers-info h2 {
    color: #0050b3;
}

.news-info span {
    font-weight: bold;
    font-size: 0.8rem;
    color: #fff;
}
.careers-info span {
    font-weight: bold;
    font-size: 0.8rem;
    color: #1c75bc;
}

.news-text {
    text-align: justify;
    color: #414042;
}
#news-display {
    margin-top: 15px;
}
.news-image {
    max-width: 75% !important;
}

.gray-text {
    color: #414042 !important;
}
.gray-text a {
    color: #1c75bc;
}

/* CONTACT US */
.get-in-touch {
    background-color: #1c75bc;
    color: #fff;
    padding: 25px 30px;
    min-height: 333px;
}

@media (min-width: 992px) {
    .get-in-touch {
        height: 525px;
    }
}

.contact-name {
    font-size: 1.4rem;
}

.get-in-touch i {
    color: #414042;
}

.conctact-info {
    font-size: 1rem;
}

.location-title,
.location-title i {
    font-size: 1.2rem;
    color: white;
}

.map-container {
    height: 333px;
    margin: 30px 0;
}

@media (min-width: 992px) {
    .map-container {
        height: 525px;
        margin: 0;
    }
}

.contact-btn-div {
    height: 175px;
    padding-top: 20px;
    padding-bottom: 40px;
    width: 100%;
}

.btn-contact {
    background-color: #1c75bc;
    border: none;
    padding: 15px 15px;
    width: 200px;
}

.btn-contact:hover {
    color: #fff;
}

.form-label {
    display: inline-block;
    margin-top: 2rem;
    margin-bottom: 0.5rem;
    color: #495057;
}

.form-error {
    border: 1px solid red !important;
}

#contactError {
    display: none;
}

.form-control {
    border: none;
    -webkit-box-shadow: 0 1px 2px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 10%);
    border-radius: 4px;
    background: #fff;
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    border: 1px solid #ced4da;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
}

/* NOT FOUND 404 */
#not-found,
#announcement {
    position: relative;
    height: 100%;
}
#announcement {
    position: relative;
    background-image: url('/assets/announcement.webp');
    background-repeat: no-repeat;
    height: 150vh;
    width: 100%;
    background-position: center top;
    text-align: center;
    background-size: cover;
}
@media (min-width: 768px) {
    #announcement {
        height: calc(100vh - 86px);
    }
}
.not-found,
.announcement {
    position: absolute;
    left: 50%;
    top: 30%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.announcement h3,
.announcement a {
    color: whitesmoke;
    font-weight: 400 !important;
}
.div-404,
.div-announcement {
    height: 110px;
    line-height: 110px;
    position: relative;
    height: 150px;
    line-height: 150px;
    margin-bottom: 25px;
}

.div-404 h1,
.div-announcement h1 {
    font-size: 119px;
}

.btn-demo {
    cursor: pointer;
    display: block;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
    width: 100%;
    color: #fff;
    border-radius: 2px;
    width: 100%;
    text-align: center;
    background-color: #1c75bc;
    padding: 3px 5px;
    margin-top: -3px;
}
.btn-login {
    padding: 36px 10px;
    max-width: 300px;
    height: 90px;
    background-size: 200% auto;
    /* background-image: linear-gradient(to bottom, #2AAEDD 0%,#1C75BC 100%); */
    transition: all 0.3s ease;
    background-image: linear-gradient(to right, #1c75bc 0%, #2aaedd 51%, #1c75bc 100%);
}
.btn-login i {
    display: inline-block;
    border-radius: 60px;
    box-shadow: 0 0 2px white;
    padding: 0.3em 0.5em;
}
.btn-login-header {
    padding: 5px 8px;
    background-size: 200% auto;
    /* background-image: linear-gradient(to bottom, #2AAEDD 0%,#1C75BC 100%); */
    transition: all 0.3s ease;
    background-image: linear-gradient(to right, #1c75bc 0%, #2aaedd 51%, #1c75bc 100%);
}
.animate-icon {
    transition: 0.4s;
}
.rotate {
    transform: rotate(180deg);
}
.nav-item {
    display: inline-block;
}
.nav-item .btn-demo:hover {
    color: #fff !important;
    background-color: #414042;
}
.btn-login:hover,
.btn-login-header:hover {
    color: white;
    background-position: right center;
}

.login a,
.link {
    color: #1c75bc;
    cursor: pointer;
}
.login a:hover,
.link:hover {
    text-decoration: underline;
}
.login-container {
    max-width: 80vw;
}

/* Lumina  */
.lumina-icon {
    border-radius: 10px;
}
@media (min-width: 768px) {
    .lumina-icon {
        width: 50%;
    }
}
.white-bg {
    background-color: white;
}
.lumina-why {
    font-size: 1.3rem;
}
.img-gallery {
    cursor: pointer;
    transition: all 0.2s ease;
}
.img-gallery-fda {
    max-height: 90px;
}
@media (min-width: 768px) {
    .img-gallery-fda {
        max-height: 120px;
    }
}
@media (min-width: 992px) {
    .img-gallery-fda {
        max-height: 162px;
    }
}
@media (min-width: 1200px) {
    .img-gallery-fda {
        max-height: 192px;
    }
}

.img-gallery:hover {
    transform: scale(1.2);
}

/* Modals (background) */

.imgModal,
.searchModal {
    display: none;
    position: fixed;
    z-index: 1;
    /* padding-top: 25px; */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
    transition: all 0.3s ease;
}
#search-btn-mobile {
    display: inline-block;
}
@media only screen and (min-width: 1200px) {
    #search-btn-mobile {
        display: none;
    }
}
#search-btn {
    display: none;
}
@media only screen and (min-width: 1200px) {
    #search-btn {
        display: inline-block;
    }
}
/* Modal Content (image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 1000px;
    top: 10vh;
}
.search-content {
    background-color: white;
    margin: 100px auto;
    width: 90%;
}
@media only screen and (min-width: 768px) {
    .search-content {
        width: 65%;
    }
}
.close-icon {
    color: #414042;
    cursor: pointer;
}
.close-icon:hover {
    color: #1c75bc;
}
/* Add Animation */
.modal-content {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.2s;
    animation-name: zoom;
    animation-duration: 0.2s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0);
    }
    to {
        -webkit-transform: scale(1);
    }
}

@keyframes zoom {
    from {
        transform: scale(0);
    }
    to {
        transform: scale(1);
    }
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
    }
}

/* SITEMAP */

.list-nobullet {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.sitemap-subtitle {
    margin-top: 15px;
    color: #414042;
}
.list-nobullet li,
.sitemap-subtitle {
    padding-bottom: 10px;
}

.sitemap-link {
    color: #1c75bc;
    cursor: pointer;
    text-decoration: none;
}
.sitemap-link:hover {
    color: #1c75bc;
    text-decoration: underline;
}

/* FAS License Agreement */
.fas-license {
    text-align: justify;
}
.fas-list li {
    margin: 10px 0;
}
.no-pointer {
    cursor: default !important;
}
.privacy-list {
    margin-bottom: 1rem;
}
.privacy-list li {
    margin-left: 22px;
    line-height: 26px;
}
.countdown {
    background-color: #ededee;
    text-align: center;
    padding: 12px 0;
    gap: 20px;
}
.countdown-text {
    font-family: 'Open Sans' !important;
    font-size: 1.2rem;
    font-weight: bold;
}
.countdown-numbers {
    display: flex;
    justify-content: center;
    align-items: center;
}
.countdown-text span {
    font-size: 1.3rem;
    font-weight: bolder;
    color: #1c75bc;
}
.countdown-item {
    width: 55px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 1px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    margin: 0 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.countdown-item__number {
    font-size: 19px;
    font-weight: 900;
    color: #0e75bc;
}
.countdown-item__label {
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    color: #0e75bc;
}
.countdown-button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}
.countdown-register-button {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #1c75bc;
    border-radius: 1px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    padding: 8px 22px;
    color: #fff;
    width: 250px;
}
.countdown-register-button span {
    font-size: 17 px;
}

.countdown-register-button:hover {
    background-color: #14568c;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}

.flip-card {
    position: relative;
    color: white;
    display: inline-flex;
    flex-direction: column;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
    border-radius: 0.1em;
}
.top,
.bottom,
.flip-card .top-flip,
.flip-card .bottom-flip {
    height: 0.75em;
    line-height: 1;
    padding: 0.5em;
    overflow: hidden;
}
.top,
.flip-card .top-flip {
    background-color: #1a629e;
    border-top-right-radius: 0.1em;
    border-top-left-radius: 0.1em;
}
.bottom,
.flip-card .bottom-flip {
    background-color: #1c75bc;
    display: flex;
    align-items: flex-end;
    border-bottom-right-radius: 0.1em;
    border-bottom-left-radius: 0.1em;
}
.flip-card .top-flip {
    position: absolute;
    width: 100%;
    animation: flip-top 250ms ease-in;
    transform-origin: bottom;
}
@keyframes flip-top {
    100% {
        transform: rotateX(90deg);
    }
}
.flip-card .bottom-flip {
    position: absolute;
    bottom: 0;
    width: 100%;
    animation: flip-bottom 250ms ease-out 250ms;
    transform-origin: top;
    transform: rotateX(90deg);
}
@keyframes flip-bottom {
    100% {
        transform: rotateX(0deg);
    }
}

.count-container {
    display: flex;
    gap: 1.25em;
}
.count-container-segment {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.1em;
}
.segment {
    display: flex;
    gap: 0.1em;
}
.segment-title {
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    color: #0e75bc;
}

.apply-submit {
    margin: 50px 0px;
}
@media (min-width: 768px) {
    .apply-submit {
        margin-bottom: 250px;
    }
}
@media (min-width: 992px) {
    .apply-submit {
        margin: 50px 0px;
    }
}
