html,
body {
    max-width: 100%;
}

#theme-main {
    position: relative;
    overflow: hidden;
}

.navbar {
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.04), 0px 0px 2px rgba(0, 0, 0, 0.06), 0px 0px 1px rgba(0, 0, 0, 0.04);
}

.testimonial-row .card {
    height: 100%;
    box-shadow: 0 0 30px 15px rgba(205, 229, 235, 0.5);
    -moz-box-shadow: 0 0 30px 15px rgba(205, 229, 235, 0.5);
    -webkit-box-shadow: 0 0 30px 15px rgba(205, 229, 235, 0.5);
    display: flex;
    flex-direction: column;
}

.testimonial-row .card > :last-child {
    margin-top: auto;
}

.navbar-nav a {
    font-family: Raleway;
    font-style: normal;
    font-weight: 800;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #272727 !important;
}

.navbar-nav a:hover {
    color: #5272A1 !important;
}

.current_page_item {
    background: #0F4B81;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

footer .current_page_item {
    background: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

footer .menu-item {
    padding: 0;
}

.current_page_item > a {
    color: #fff !important;
}

.navbar-nav .current_page_item > a:hover {
    color: #fff !important;
}

.dropdown-toggle::after {
    display: none;
}

.menu-item-has-children {
    position: relative;
}

.menu-item-has-children:hover .dropdown-menu {
    display: block;
}

.dropdown-menu {
    min-width: 200px;
    border: none;
    border-radius: 0;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    margin: 0;
    padding: 20px;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.04), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
}

.dropdown-menu li a {
    font-family: Raleway;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 140%;
    color: #4F4F4F;
    padding: 0;
}

.dropdown-item:active {
    background: none !important;
    color: #99BEFF !important;
}

.dropdown-item:hover {
    background: none;
}

.dropdown-menu .menu-item {
    margin-left: 0;
    border-bottom: 1px solid #E0E0E0;
}

.dropdown-menu .menu-item:last-child {
    border-bottom: none;
}

@media all and (max-width: 992px) {
    .menu-main-navigation-container {
        position: absolute;
        top: 100%;
        width: 100%;
        left: 0;
        right: 0;
        background-color: #fff;
    }

    .dropdown-menu {
        display: block;
    }

    .current_page_item {
        background: none;
    }

    .navbar-nav a {
        color: #272727 !important;
    }

    .navbar-nav .current_page_item > a:hover {
        color: #5272A1 !important;
    }

    .dropdown-menu {
        padding: 0;
        padding-left: 1rem;
        box-shadow: none;
    }

    .dropdown-menu .menu-item {
        border-bottom: none;
    }

    .dropdown-menu li {
        padding: 8px
    }

    .dropdown-menu li a {
        font-family: Raleway;
        font-style: normal;
        font-weight: 800;
        font-size: 12px;
        line-height: 14px;
        letter-spacing: 0.16em;
        text-transform: uppercase;
        color: #272727 !important;
    }
}

h1 {
    line-height: 120%;
}

h3.small-heading {
    font-family: Nunito Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 41px;
}

h2 {
    margin-bottom: 45px;
}

h4 {
    font-family: Nunito Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 37px;
    line-height: 50px;
    letter-spacing: 0.25px;

}

.color-primary-dark {
    color: #342E6C;
}

.color-gray {
    color: #4F4F4F;
}

p {
    font-family: Raleway;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #263238;
}

p.small-text {
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #263238;
}

p.thin-text {
    font-family: Raleway;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 160%;
    color: #000000;
}

h5.strong {
    font-family: Raleway;
    font-style: normal;
    font-weight: 800;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #263238;
}

.products-item h5.strong {
    color: #D6E8EE;
    font-size: 14px;
}

p strong {
    font-weight: 800;
}

ul.footer-menu {
    padding-left: 0;
}

ul.footer-menu li {
    list-style-type: none;
    margin-left: 0;
}

ul {
    list-style: none
}

li.list {
    margin-bottom: 16px;
}

li.list::before {
    content: "•";
    color: #A1CAFE;
    display: inline-block;
    width: 12px;
    margin-left: -18px;
    margin-right: 6px;
}

.footer-menu a {
    font-family: Raleway;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #E0E0E0;
}

@media all and (max-width: 1024px) {
    h1 {
        font-size: 64px;
    }
}


@media all and (max-width: 567px) {
    h1 {
        font-size: 38px;
    }

    h1.h2 {
        font-size: 24px;
    }

    h2 {
        font-size: 30px;
        margin-bottom: 22px;
    }

    h2.h2 {
        font-size: 30px;
    }

    h2.h3 {
        font-size: 12px;
    }

    h3 {
        font-size: 24px;
    }

    h5.strong {
        font-size: 10px;
    }

    p.thin-text {
        font-size: 12px;
    }

    p.h3 {
        font-size: 24px;
    }

    .stats-nav a {
        font-size: 10px;
    }

    .btn.btn-secondary.btn-gradient {
        font-size: 12px;
    }

    .btn.btn-secondary.btn-gradient.small {
        font-size: 12px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .btn-gradient.small {
        width: 272px;
        margin: 0 auto;
    }
}

@media all and (max-width: 769px) {
    h1 {
        font-size: 48px;
    }

    .font-weight-light h2.font-weight-light {
        font-size: 24px;
        color: #0F4B81;
        margin-bottom: 16px;
    }

    .font-weight-light p.text-light {
        font-size: 12px;
    }

    .text-light.revert-color-mobile {
        color: #0F4B81 !important;
    }
}

.navbar-light .navbar-toggler {
    border: none;
    padding: 0 !important;
}

#logo-tagline-wrap {
    width: 80px;
}

.custom-logo-link img[src$='.svg'] {
    width: 80%;
    padding: 15px 0;
}

@media all and (max-width: 320px) {
    .btn-gradient.small {
        width: 194px;
        margin: 0 auto;
    }
}

@media all and (min-width: 992px) {
    #logo-tagline-wrap {
        width: 180px;
    }

    .products-item h5.strong {
        color: #263238;
    }
}

.hero-overlay--top {
    position: absolute;
    left: 0;
    right: 0;
}

.hero-overlay--top img {
    width: 100%;
}

/*
* -----------
* Uncomment this if top-navbar removed
* ----------*/
/* @media all and (min-width: 768px) {
.hero-overlay--top {
top: 20px;
}
} */

@media all and (min-width: 1200px) {
    .hero-overlay--top {
        top: 0;
        z-index: 5;
    }

}


@media all and (min-width: 1365px) {
    .hero-overlay--top {
        top: -16px;
    }

    .bigger-xl-margin-top {
        margin-top: 160px !important;
    }

    .hero .bigger-xl-margin-top {
        margin-top: 80px !important;
    }
}

@media all and (min-width: 1520px) {
    .hero-overlay--top {
        top: -26px;
    }
}

@media all and (min-width: 1590px) {
    .hero-overlay--top {
        top: -35px;
    }
}

@media all and (min-width: 1700px) {
    .hero-overlay--top {
        top: -47px;
    }
}

@media all and (min-width: 1780px) {
    .hero-overlay--top {
        top: -70px;
    }
}

@media all and (min-width: 1850px) {
    .hero-overlay--top {
        top: -50px;
    }
}

.hero {
    min-height: 100vh;
}

.hero--page {
    min-height: 70vh;
}

.block-move--top {
    transform: translateY(-80px)
}

.block-move--top__image {
    transform: translateY(-80px)
}

@media all and (max-width: 768px) {
    .block-move--top__image {
        margin-top: -150px;
    }
}

@media all and (min-width: 768px) {
    .block-md-move-right {
        transform: translateX(130px);
    }
}

@media all and (min-width: 768px) {
    .hero {
        min-height: unset;
        /* padding: 0% 0; */
        padding: 2% 0 10%;
    }
}

@media (min-width: 1024px) {
    .hero {
        padding: 5% 0 12%;
        /* padding: 2% 0; */
    }
}

.hero-bottom--overlay {
    position: absolute;
    top: -210px;
    width: 100%;
}

@media all and (min-width: 524px) {
    .hero-bottom--overlay {
        top: -280px;
    }
}

@media all and (min-width: 768px) {
    .hero-bottom--overlay {
        top: -300px;
    }
}

@media all and (min-width: 830px) {
    .hero-bottom--overlay {
        top: -350px;
    }
}

@media all and (min-width: 992px) {
    .hero-bottom--overlay {
        top: -370px;
    }
}

@media all and (min-width: 1200px) {
    .hero-bottom--overlay {
        top: -440px;
    }
}

@media all and (min-width: 1440px) {
    .hero-bottom--overlay {
        top: -530px;
    }

    .hero {
        min-height: 110vh;
    }
}

@media all and (min-width: 1730px) {
    .hero-bottom--overlay {
        top: -610px;
    }

    .hero {
        min-height: 120vh;
    }
}

@media all and (min-width: 1980px) {
    .hero-bottom--overlay {
        top: -750px;
    }
}

/* */
@media all and (min-width: 1980px) {
    .hero-bottom--overlay {
        /* top: -670px;
        top: -645px;*/

        top: -550px;
    }
}

@media all and (min-width: 1980px) {
    .hero {
        /* min-height: 100vh; */
        min-height: 96vh;
    }
}

@media all and (min-width: 2180px) {
    .hero-bottom--overlay {
        /* top: -800px;
        top: -730px;*/

        top: -580px;

    }

    .hero {
        min-height: 92vh;
    }
}

@media all and (min-width: 2500px) {
    .hero-bottom--overlay {
        /* top: -800px;
        top: -775px;*/
        top: -600px;
    }

    .hero {
        min-height: 90vh;
    }
}

/* */

@media all and (min-width: 2620px) {
    .hero-bottom--overlay {
        top: -600px;
    }

    .hero {
        /* min-height: 50vh; */
        min-height: 1px;
    }
}

@media all and (min-width: 2790px) {
    .hero-bottom--overlay {
        /* top: -650px; */
    }
}

.just-relative {
    position: relative;
}

.hero-rocket {
    position: absolute;
    transform: scale(1.2);
}

@media all and (min-width: 768px) {
    .hero-rocket {
        left: -240px;
        bottom: 20px;
    }
}

@media all and (min-width: 992px) {
    .hero-rocket {
        left: -380px;
        bottom: -80px;
    }
}

@media all and (min-width: 1200px) {
    .hero-rocket {
        left: -450px;
        bottom: -50px;
    }
}

@media all and (min-width: 992px) {
    .menu-item {
        padding: 10px;
    }
}

.create-account {
    background-color: #fff;
    padding: 40px;
    border-radius: 30px;
    z-index: 100;
    position: relative;
    box-shadow: 0px 24px 32px rgba(39, 39, 39, 0.04), 0px 16px 24px rgba(39, 39, 39, 0.04), 0px 4px 8px rgba(39, 39, 39, 0.04), 0px 0px 1px rgba(39, 39, 39, 0.04);
}

.create-account h2 {
    color: #000;
}

.create-account input,
.create-account textarea {
    font-size: 14px;
}

@media all and (max-width: 992px) {
    .partner.create-account {
        padding: 40px 0;
    }
}

.content-block--blue {
    background-color: #0F4B81;
    padding: 50px;
    z-index: 500;
    position: relative;
}

input,
textarea {
    background: #FFFFFF;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.04), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
    font-family: Raleway;
    font-size: 12px;
    line-height: 140%;
    letter-spacing: 0.16em;
    color: #495057;
    border-radius: 25px !important;
}

.select-wrapper {
    position: relative;
}

.select-wrapper:after {
    content: url(/wp-content/uploads/2021/04/select-arrow.svg);
    right: 36px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    pointer-events: none;
}

select {
    background: #FFFFFF;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.04), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
    border-radius: 100px;
    font-family: Raleway;
    font-size: 12px;
    line-height: 140%;
    letter-spacing: 0.16em;
    color: #495057;
}

select,
option {
    appearance: none;
    -webkit-appearance: none;
}


select {
    width: 100%;
    border-radius: 25px;
    border: none;
    padding: 14px;
}

label {
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #272727;
    display: flex;
    padding-left: 10px;
}

input[type="checkbox"] {
    display: inline;
    background: none;
    width: 20px;
    margin-right: 10px;
}

button[type="submit"] {
    border-radius: 50px;
}

.link-underline {
    font-family: Raleway;
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    letter-spacing: 0.16em;
    text-decoration-line: underline;
    text-transform: uppercase;
}

.link-more {
    font-family: Raleway;
    font-style: normal;
    font-weight: 800;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    letter-spacing: 0.16em;
    text-decoration-line: underline;
    text-transform: uppercase;
    color: #263238;
}

.btn-info {
    font-family: Raleway;
    font-style: normal;
    font-weight: 800;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #FFFFFF;
}

.btn-info:hover {
    color: white;
    background-color: #263238;
}

.btn--login {
    position: relative;
    width: fit-content;
    margin-right: 10px;
}

.btn--login::after {
    position: absolute;
    right: -30px;
    top: 50%;
    transform: translateY(-50%);
    display: inline;
    content: url(/wp-content/uploads/2021/01/login-icon.svg);
}

@media all and (min-width: 992px) {
    .btn--login::after {
        right: -10px;
    }
}

.btn-info:active {
    color: white;
    background-color: #263238;
}

.btn-gradient {
    background: linear-gradient(89.67deg, #02457A 6.2%, #018ABE 103.87%);
    font-family: Raleway;
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #FFFFFF;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}

.btn-gradient.small {
    font-family: Raleway;
    font-style: normal;
    font-weight: 800;
    font-size: 12px;
    line-height: 140%;
    text-align: center;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.btn-download {
    font-family: Raleway;
    font-style: normal;
    font-weight: 800;
    font-size: 12px;
    line-height: 14px;
    text-align: right;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #0F4B81;
    height: 36px;
}

.card .btn-primary {
    background-color: #263238 !important;
}

.card .btn-warning {
    background-color: #A1CAFE !important;
}

.card hr {
    background-color: #A1CAFE;
}


.card--light-blue {
    background-color: transparent !important;
    border: 1px solid #0F4B81 !important;
    border-radius: 50px !important;
}

.card--light-blue .card-header {
    background-color: transparent !important;
    box-shadow: none !important;

}

.card--light-blue .card-body {
    background-color: transparent !important;
}

@media all and (max-width: 992px) {
    .card--light-blue .card-body {
        padding-left: 12px;
        padding-right: 24px;
    }
}

.card--light-blue h2 {
    font-family: Nunito Sans;
    font-style: normal;
    font-weight: 800;
    font-size: 48px;
    line-height: 65px;
    color: #02457A;
}

.card--light-blue ul {
    font-family: Nunito Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 53px;
    color: #0F4B81;
    list-style-type: disc;
}

@media all and (max-width: 576px) {
    .card--light-blue ul {
        font-size: 18px;
    }
}

@media all and (min-width: 992px) {
    .card.blue {
        transform: scale(1.1);
        z-index: 10;
    }

    .card {
        transition: .25s ease-in-out;
    }

    .card.blue:hover {
        transform: scale(1.2);
    }

    .card.hover:hover {
        transform: scale(1.1);
    }

    .membership .collapse:not(.show) {
        display: block;
        height: auto !important;
        visibility: visible;
    }

}

@media all and (min-width: 768px) {
    .acc-types .collapse:not(.show) {
        display: block;
        height: auto !important;
        visibility: visible;
    }
}

.card.faq {
    border-radius: 0;
    background-color: #fff;
    box-shadow: none;
}

.card.faq .card-header {
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #EBEBEB;
    position: relative;
    padding-right: 55px;
}

.card.faq .card-header::after {
    content: url(/wp-content/uploads/2021/04/accordion-minus.svg);
    position: absolute;
    right: 25px;
    top: 40%;
    transform: translateY(-50%);
}

.btn-faq.collapsed .card-header::after {
    content: url(/wp-content/uploads/2021/04/accordion-plus.svg);
    position: absolute;
    right: 25px;
    top: 60%;
    transform: translateY(-50%);
}

.card-body.faq {
    padding: 32px 64px;
}

@media all and (max-width: 768px) {
    .card-body.faq {
        padding: 32px 22px;
    }
}

.btn-faq {
    padding: 0;
    border: none;
    text-align: left;
    font-family: Nunito Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 33px;
    letter-spacing: 0.25px;
    color: #fff;
}

.btn-faq.collapsed {
    color: #1B2B42;
    background: #fff;
}

.btn-faq .card-header {
    background-color: #0F4B81;
}

.btn-faq.collapsed .card-header {
    background-color: #fff;
}

.membership-btn {
    padding: 0;
    padding-top: 5px;
}

@media all and (max-width: 992px) {
    .membership-btn {
        background-color: #FFFFFF;
        border-radius: 18px;
    }

    .card.blue-mobile {
        background-color: #A1CAFE;
    }

    .card.blue-mobile .btn-info {
        background: #fff;
        color: #A1CAFE;
    }

    .btn-info {
        color: #212529 !important;
    }
}

.tooltip-icon {
    width: 65px;
    height: 60px;
    padding: 10px;
    border-radius: 50%;
    background-color: #D6E8EE;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tooltip-icon img {
    width: 80%;
}

.btn-sm {
    border-radius: 50px;
    width: 180px !important;
}

.btn-download-mobile {
    background-color: #D6E8EE;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-download-mobile-lg {
    background-color: #0F4B81;
    width: 76px;
    height: 76px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media all and (min-width: 768px) {
    .tooltip-icon {
        width: 80px;
        height: 80px;
    }
}

.card,
.card-header {
    border: none;
    background: #FFFFFF;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.04), 0px 0px 90px rgba(0, 0, 0, 0.04), 0px 0px 10px rgba(0, 0, 0, 0.04);
    border-radius: 50px;
}

.card h5 {
    margin-bottom: 2rem;
}

.card h6 {
    margin-bottom: 1rem;
}


.card-body {
    padding-top: 0;
    padding-left: 40px;
    padding-right: 40px;
}

.card-body hr {
    margin-top: 0;
}

@media all and (max-width: 576px) {
    .bg-sm-none {
        background: none !important;
    }
}

@media all and (max-width: 992px) {
    .trade-hero {
        background-color: #A1CAFE !important;
        border-top-left-radius: 18px;
        border-top-right-radius: 18px;
        background-image: none !important;
        padding-bottom: 4rem;
    }

    .trade-hero a {
        margin-top: 2rem;
    }

    .trade-hero-wrapper {
        border-top-left-radius: 18px;
        border-top-right-radius: 18px;
        background-color: #A1CAFE;
    }

    .trade-hero--bottom {
        background-color: #ffffff;
        width: 100%;
        height: 32px;
        border-top-left-radius: 18px;
        border-top-right-radius: 18px;
    }
}

@media all and (min-width: 992px) {
    .trade-hero {

        justify-content: center !important;
    }

    .ready-to-trade-text {
        padding: 0 20% !important;
    }
}

@media all and (min-width: 992px) {
    .trade-hero {
        min-height: 110vh;
    }
}

@media all and (min-width: 1240px) {
    .trade-hero {
        min-height: 100vh;
    }
}

@media all and (min-width: 1420px) {
    .trade-hero {
        min-height: 90vh;
    }

}

@media all and (min-width: 1920px) {
    .trade-hero {
        min-height: 80vh;
    }
}

@media all and (min-width: 2240px) {
    .trade-hero {
        min-height: 60vh;
    }
}

@media all and (min-width: 2540px) {
    .trade-hero {
        min-height: 40vh;
    }
}

.subscribe-section img {
    width: 100%;
}

.page-footer-wave img {
    width: 100%;
}

@media all and (min-width: 768px) {

    .subscribe-section,
    .page-footer-wave {
        padding-bottom: 140px;
    }
}

/*@media all and (min-width: 992px) {*/
/*.subscribe-section {*/
/*padding-bottom: 140px;*/
/*}*/
/*}*/
@media all and (min-width: 992px) {

    .subscribe-section {
        padding-bottom: 260px;
    }
}

@media all and (min-width: 1420px) {

    .subscribe-section {
        padding-bottom: 290px;
    }
}

@media all and (min-width: 1700px) {

    .subscribe-section {
        padding-bottom: 350px;
    }
}

@media all and (min-width: 1980px) {
    .subscribe-section {
        padding-bottom: 450px;
    }
}

@media all and (min-width: 3000px) {
    .subscribe-section {
        padding-bottom: 550px;
    }
}


.subscriber-email {
    width: 100%;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #0F4B81;
    text-align: center;
    box-shadow: none;
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #0F4B81;
    outline: none;
    padding: 1rem;
}

.subscriber-email:placeholder {
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #0F4B81;
}

.bg-black {
    background-color: #111111;
}

.bg-sky {
    background-color: #A1CAFE;
}

.bg-blue--dark {
    background-color: #282F56;
}

.bg--light-blue {
    background-color: #E6F1F5;
}

.text-blue {
    color: #0F4B81;
}

@media all and (max-width: 768px) {
    .bg-desktop {
        background-image: none !important;
    }
}

@media all and (max-width: 768px) {
    .subscriber-anime {
        transform: scaleX(-1);
    }
}

@media all and (min-width: 768px) {
    .subscriber-anime {
        transform: translate(-50px, 150px) scale(1.2);
    }
}

#wrapper-footer {
    display: none;
}

footer {
    overflow-x: hidden;
}

.footer-anime {
    transform: scaleX(-1);
}

@media all and (min-width: 768px) {
    .footer-wave-container {
        margin-bottom: -150px;
    }
}


.footer-wave {
    position: absolute;
    z-index: -1;
    bottom: -2px;
}

.footer-section hr {
    border-top: 1px solid #4c4c4c;
}

.footer-section p {
    color: #E0E0E0;
}

.footer-section a {
    color: #E0E0E0;
}

.bg-md-left {
    height: 225px;
}

@media all and (max-width: 576px) {
    .bg-md-left {
        background-position: top !important;
        background-size: 70% !important;
    }
}

@media (min-width: 768px) {
    .bg-md-left {
        background-position: left !important;
        height: 375px !important;
    }
}

.on-top {
    z-index: 100;
}


.downloads-wave-bottom {
    position: absolute;
    bottom: -40px;
    width: 100%;
}

.downloads-wave-top {
    position: absolute;
    width: 100%;
    z-index: -1;
}

@media all and (min-width: 450px) {
    .downloads-wave-bottom {
        bottom: -85px;
    }

    .downloads-wave-top {
        top: -145px;
    }
}

@media all and (min-width: 576px) {
    .downloads-wave-bottom {
        bottom: -108px;
    }

    .downloads-wave-top {
        top: -160px;
    }
}

@media all and (min-width: 650px) {
    .downloads-wave-bottom {
        bottom: -123px;
    }

    .downloads-wave-top {
        top: -180px;
    }
}

.products {
    background: linear-gradient(89.67deg, #02457A 6.2%, #018ABE 103.87%);
    border-radius: 18px;
    padding: 28px;
}

.products-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.products-item {
    display: flex;
    justify-content: left;
    align-items: center;
    align-self: flex-start;
    width: 100%;
    margin: 12px 0;

}

.products-item-icon {
    border-radius: 50%;
    background-color: #D6E8EE;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    margin-bottom: 10px;
    width: 60px;
    height: 60px;
}

.products-item-icon img {
    width: 80%;
}

@media all and (min-width: 768px) {
    .products-item {
        width: 50%;
    }
}

@media all and (max-width: 992px) {
    .products-container {
        margin-left: 0;
        margin-right: 0;
        max-width: 100%;
    }
}

@media all and (min-width: 992px) {
    .products {
        height: 100px;
        padding: 0;
        justify-content: space-around;
    }

    .products-item {
        width: 14.2857%;
        transform: translateY(35%);
        margin: 0;
        padding: 0;
        align-self: unset;
        flex-direction: column;
    }

    .products-item-icon {
        margin-bottom: 20px;
        width: 80px;
        height: 80px;
    }

    .products-item-icon img {
        width: 60%;
    }

    .products-container {
        margin-bottom: 130px;
    }
}

.stats-nav {
    margin-bottom: 32px;
    display: flex;
    justify-content: space-between;
}

.tab-col nav a.nav-item {
    border: 1px solid #0F4B81;
    border-radius: 50px;
    margin: 0 13px;
    font-family: Raleway;
    font-style: normal;
    font-weight: 800;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #0F4B81;
    min-width: 180px;
    margin-bottom: 22px;
}

.tab-col nav a.nav-item.active {
    background: #0F4B81;
    color: #FFFFFF;
}

.tab-col nav a.nav-item:hover {
    background: #D6E8EE;
    border: 1px solid #D6E8EE;
}

@media all and (max-width: 576px) {
    .tab-col nav a.nav-item {
        width: 100%;
    }
}

@media all and (max-width: 768px) {
    .tab-col nav a.nav-item {
        padding: 18px 0.75rem;
    }
}

.template-hero {
    min-height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.template-hero__heading {
    margin: 0 auto;
    width: fit-content;
    padding: 15px 50px;
    background: #fff;
}

.template-hero__heading h1 {
    color: #263238;
    font-family: Nunito Sans;
    font-style: normal;
    font-weight: 800;
    font-size: 48px;
    line-height: 65px;
    text-transform: uppercase;
    text-align: center;
}

.template-content h3 {
    font-family: Nunito Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 41px;
}

.list-number {
    font-family: Nunito Sans;
    font-style: normal;
    font-weight: 800;
    font-size: 88px;
    line-height: 120px;
    color: #A1CAFE;
}

@media all and (min-width: 768px) {
    .list-number {
        transform: translateY(-50px);
    }
}

.about-block-background {
    width: 100%;
    height: 600px;
}

.cta-block--blue {
    display: block;
    background: #A1CAFE;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.04), 0px 0px 2px rgba(0, 0, 0, 0.06), 0px 0px 1px rgba(0, 0, 0, 0.04);
    border-radius: 25px;
    padding: 35px;
}

#wrapper-navbar {
    z-index: 9999;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
}

#wrapper-topbar {
    position: relative;
    z-index: 10;
}

.user-btn {
    background-color: #A1CAFE;
    width: 255px;
    border-radius: 50px;
    margin: 0 13px;
    font-family: Raleway;
    font-style: normal;
    font-weight: 800;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #0F4B81;
    float: right;
    margin-right: -10px;
}

.user-btn:hover {
    color: #fff;
}

thead {
    background: linear-gradient(89.67deg, #02457A 6.2%, #018ABE 103.87%);
    font-family: Raleway;
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #FFFFFF;
}

.table-striped thead th {
    padding: 1.5rem;
    text-align: center;
}

.table-striped td {
    font-family: Raleway;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
    color: #263238;
    text-align: center;
    border-top: none;
}

.table-striped tbody tr:nth-of-type(odd) {
    background: rgba(161, 202, 254, 0.2);
}

.table-responsive::-webkit-scrollbar {
    display: none;
}


.download-pdf-icon {
    margin-right: 1rem;
}

.download-pdf {
    font-family: Nunito Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 41px;
    text-decoration: underline;
    color: #0F4B81;
}

.contact-info a,
.contact-info p {
    font-family: Raleway;
    font-style: normal;
    font-weight: 800;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #263238;
}

.contact-info a {
    text-decoration-line: underline;
}

.contact-info p {
    margin-bottom: 0;
}

.aggree-info {
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #272727;
}

t .aggree-info a {
    color: #A1CAFE;
}

.align-to-button {
    transform: translateY(14px);
}

.table-control-wrapper {
    display: none;
}

.wpcf7-response-output {
    text-align: center;
}

.wpcf7 form.sent .wpcf7-response-output {
    border: 0px;
    margin-top: 0;
}

.hero-overlay--top {
    display: none;
}

.home .hero > .container {
    padding-top: 0 !important;
}

.blog .card img, .archive .card img {
    border-radius: 50px 50px 0 0;
    -moz-border-radius: 50px 50px 0 0;
    -webkit-border-radius: 50px 50px 0 0;
}

.blog .card-body, .archive .card-body {
    padding: 15px 35px 0;
}

.blog .card-body .text-muted, .archive .card-body .text-muted {
    font-family: Raleway;
    font-weight: 300;
    font-size: 16px;
}

.blog .card-body h2, .archive .card-body h2 {
    font-size: 1.85rem;
    margin-top: 20px;
    margin-bottom: 0;
    padding-right: 24px;
}

.blog .card-body h2 a, .archive .card-body h2 a {
    color: #0F4C81;
}

.blog .card-body .card-text + p:not(.text-right), .archive .card-body .card-text + p:not(.text-right) {
    display: none;
}

.blog .card, .archive .card {
    height: 100%;
}

.blog main .row > div, .archive main .row > div {
    margin-bottom: 60px;
}

.single-post main .container {
    margin-top: 0 !important;
}

.single-post main .d-flex {
    display: none !important;
}

.blog .card-body .text-right, .archive .card-body .text-right {
    margin-bottom: 0;
    position: absolute;
    right: 35px;
    bottom: 1.5rem;
}

.blog .card-body .text-right + p, .blog .card-body .card-text, .archive .card-body .text-right + p, .archive .card-body .card-text {
    margin-bottom: 0;
}

.blog .card-body .text-right a, .archive .card-body .text-right a {
    font-size: 0;
    padding: 0;
    background-color: rgba(255, 255, 255, 0) !important;
}

.blog .card-body .text-right a:after, .archive .card-body .text-right a:after {
    content: url(/wp-content/uploads/2021/07/arrow_icon.svg);
}

.blog .jumbotron, .archive .jumbotron {
    background: linear-gradient(rgba(0, 0, 0, 0.46), rgba(0, 0, 0, 0.46)), url(/static/images/pexels-energepiccom-159888-1-scaled.jpg) 50% 45% / cover;
}

.blog .jumbotron h1, .archive .jumbotron h1 {
    color: #FFFFFF;
    text-shadow: 0px 4px 8px rgb(0 0 0 / 4%), 0px 0px 2px rgb(0 0 0 / 6%), 0px 0px 1px rgb(0 0 0 / 4%);
    font-size: 4.25rem;
}

@media all and (max-width: 992px) {
    .blog .card-body, .archive .card-body {
        padding: 15px 25px 0;
    }

    .blog .card-body h2, .archive .card-body h2 {
        font-size: 1.2rem;
        margin-top: 10px;
    }

    .blog .card-body .text-right, .archive .card-body .text-right {
        right: 25px;
        bottom: 1.75rem;
    }

    .blog main .row > div, .archive main .row > div {
        margin-bottom: 35px;
    }

    .blog .card-body .text-right + p, .archive .card-body .text-right + p {
        margin-bottom: .5rem;
    }
}

@media all and (max-width: 768px) {
    .blog .jumbotron h1, .archive .jumbotron h1 {
        font-size: 2.25rem;
    }
}

@media all and (max-width: 768px) {
    .home .hero > .container .row {
        margin-top: 0 !important;
    }
}

/*@media all and (max-width: 992px) {*/
/*.table-control-wrapper {*/
/*display: block;*/
/*}*/

/*.table-control {*/
/*border: none;*/
/*background: transparent;*/
/*outline: none;*/
/*cursor: default !important;*/
/*}*/
/*}*/
#topbar-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media all and (max-width: 576px) {
    #topbar-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        justify-content: center;
    }

    #topbar-content .user-btn {
        max-width: 225px;
        width: 100%;
        margin: auto;
    }
}

#logo-tagline-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
}

h1, .h1 {
    font-size: 4.5rem;
}

.post-item h2 {
    font-size: 1.2rem;
    margin-bottom: 1rem;
}

.post-item h2 a {
    text-decoration: none;
}

.jumbotron {
    background: linear-gradient(rgba(0, 0, 0, 0.46), rgba(0, 0, 0, 0.46)), url(/static/picture/pexels-energepiccom-159888-1-scaled.jpg) 50% 45% / cover;
}

.jumbotron h1 {
    color: #FFFFFF;
    text-shadow: 0px 4px 8px rgb(0 0 0 / 4%), 0px 0px 2px rgb(0 0 0 / 6%), 0px 0px 1px rgb(0 0 0 / 4%);
    font-size: 4.25rem;
}

.post-content img {
    max-width: 100%;
}

.forex img {
    width: 100%;
}

.related .list-group-item {
    padding-left: 0;
    padding-right: 0;
    font-size: 1rem;
}

.related h3.list-group-item {
    font-size: 1.2rem;
}