/* Nexaworx swaps only: keep Flyex structure and behavior intact. */
.bg-img-SINGLE {
    background-image: url("../images/Bg/bg-final.png");
}

.about-bg {
    background-image: url("../images/Bg/about-final.png");
}

.logo-big img,
.logo-big-mobile img {
    display: block;
    width: 100%;
    height: auto;
}

.logo-big-mobile {
    width: 220px!important;
}

.logo-small img {
    display: block;
    width: 40px;
    height: 40px;
}

.scroll-indicator-wrapper {
    background: #086caf;
}

h3.cd-timeline-name {
    position: relative;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 40px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.3;
    text-align: center;
    letter-spacing: -0.08em;
    color: #086caf;
    margin: -16px auto;
    padding: 0;
    z-index: 1;
}

section h2.section-heading {
    position: relative;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 60px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.3;
    text-align: center;
    letter-spacing: -0.08em;
    color: #086caf;
    margin: -16px auto;
    padding: 0;
    z-index: 1;
}

.c-btn.fullwidth-liquid {
    width: 325px;
    color: #fff;
    background: #086caf;
    border: none;
}

.to-top-arrow {
    position: fixed;
    right: 40px;
    bottom: -10px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    font-size: 16px;
    text-align: center;
    color: #fff;
    background: #086caf;
}

ul.social-icons a {
    font-family: "Font Awesome 7 Brands", "Font Awesome 7 Free";
    font-size: 17px;
}

ul.social-icons a .fa-solid {
    font-family: "Font Awesome 7 Free";
    font-weight: 900;
}

.page-txt p + p {
    margin-top: 18px;
}

#about .cd-timeline-name,
#about .cd-timeline-position,
#about .page-txt,
#about .page-txt p {
    text-align: left;
}

.newsletter-contact {
    margin: 35px auto 0;
}

.newsletter-contact p {
    letter-spacing: 0.05em;
}

.newsletter-contact p + p {
    margin-top: 18px;
}

.contact-icon {
    color: #086caf;
    margin-right: 8px;
    width: 16px;
    text-align: center;
}

@media (min-width: 1920px) {
    .inner-divider-post {
        height: 40px;
    }
}

@media only screen and (max-width: 640px) {
    .welcome-message-top h5 {
        font-size: 28px;
    }

    .logo-small img {
        width: 34px;
        height: 34px;
    }
}
